@charset "UTF-8";

/*******************************
*　全体設定
********************************/
:root{
  --header-h: 50px;
  --home-mv-h: calc(100svh - 14px);
  --pg-header-mv-h: 150px;
}
body{
  padding-top: 0;
  background: #e84700;
  position: relative;
  z-index: 0;
}
body:before{
  content: "";
  background: #fff;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc((var(--pg-header-mv-h) / 2) + var(--header-h));
}
body.body_home:before{
  height: calc((var(--home-mv-h) / 2) + var(--header-h));
}
.gjs-dashed{
  background: #e84700;
}

.section{
  color: #FFF;
}
.section.wh{
  background: #FFF;
  color: #181818;
}
.section:last-child{
  padding-bottom: 100px;
}

@media (min-width:768px){
  :root{
    --header-h: 80px;
    --home-mv-h: 400px;
    --pg-header-mv-h: 350px;
  }
  body{
    padding-top: var(--header-h);
  }
  
  .section:last-child{
    padding-bottom: 150px;
  }
}
@media (min-width:1024px){
  :root{
    --header-h: 80px;
    --home-mv-h: 500px;
    --pg-header-mv-h: 350px;
  }
}
@media (min-width:1200px){
  :root{
    --header-h: 80px;
    --home-mv-h: 780px;
    --pg-header-mv-h: 580px;
  }
  
  .section:last-child{
    padding-bottom: 250px;
  }
}
@media (min-width:1470px){
  
}

u{
  display: inline-block;
  font-style: normal;
  text-decoration: none;
}
.flicker-heading .sp {
  display: inline-block !important;
  width: .25em;
}


/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  padding: 0 20px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.pg_header_mv_img{
  position: relative;
  z-index: 1;
}
.pg_header_mv_img.img_fit:before{
  padding-top: var(--pg-header-mv-h);
}
.pg_header_mv_img:after{
  content: "";
  background: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.pg_header_mv_img:after{
  display: none;
}

@media (min-width:768px){
  
  
  .pg_header{
    margin-bottom: 50px;
  }

}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 50px;
  }

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

  .pg_header{
    margin-bottom: 75px;
  }

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

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

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

}

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

/* 概要 */
.cmn_about{
  
}
.cmn_about_head{
  margin-bottom: 10px;
}
.cmn_about_head_en{
  font-size: 40px;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1.1538;
  letter-spacing: 0;
  color: var(--txt-color);
}
.cmn_about_head_en:first-letter{
  color: #FFF;
}
.cmn_about_head_ja{
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.075em;
  color: #FFF;
  padding: 5px 10px 5px 10px;
  margin-top: 0;
  background: #000;
}
.cmn_about_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: justify;
}

@media (min-width:768px){
  
  /* 概要 */
  .cmn_about{

  }
  .cmn_about_head{
    margin-bottom: 20px;
  }
  .cmn_about_head_en{
    font-size: 60px;
  }
  .cmn_about_head_ja{
    font-size: 20px;
  }
  .cmn_about_txt{
    font-size: 16px;
    line-height: 2.25;
  }

  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
  /* 概要 */
  .cmn_about{

  }
  .cmn_about_head{
    margin-bottom: 20px;
  }
  .cmn_about_head_en{
    font-size: 78px;
  }
  .cmn_about_head_ja{
    font-size: 26px;
    padding: 5px 25px 5px 10px;
    margin-top: -5px;
  }
  .cmn_about_txt{
    font-size: 16px;
    line-height: 2.25;
  }

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

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

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

}



/*******************************
*　
********************************/
.pg_service{

}
.pg_service .section.sec1{

}
.pg_service .section.sec2{
  padding-top: 0;
}
.pg_service .section.sec3{

}
.pg_service .section.sec4{

}
.pg_service .section.sec5{

}


@media (max-width:374px){

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

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

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

  }
  .pg_service .section.sec1{

  }
  .pg_service .section.sec2{
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .pg_service .section.sec3{
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .pg_service .section.sec4{
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .pg_service .section.sec5{
    padding-top: 50px;
  }


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


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


  .pg_service .section.sec2{
    padding-top: 85px;
    padding-bottom: 120px;
  }
  .pg_service .section.sec3{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pg_service .section.sec4{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .pg_service .section.sec5{
    padding-top: 120px;
  }
  
}
@media (min-width:1470px){


}


/* サービス内容 */
.service_row{
  
}
.service_row_head{
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.service_row_head:after{
  content: "";
  width: 100%;
  height: 2px;
  background: #FFF;
  position: relative;
  z-index: 1;
  bottom: 5px;
}
.service_row_head_ja{
  font-size: 20px;
  font-weight: 700;
  /*font-family: "Josefin Sans", "Noto Sans JP", sans-serif;*/
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.2;
  padding-right: 30px;
  /*min-width: 180px;*/
}
.service_row_head_ja.en{
  font-size: 22px;
  font-family: var(--font-en);
}

.service_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service_about_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.service_about_box2{
  width: 100%;
  order: 1;
}
.service_about_head{
  margin-bottom: 15px;
}
.service_about_head_en{
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.075em;
  background: #FFF;
  color: #000;
  padding: 15px 10px 6px;
  padding: 0.5769em 2em 0.2307em 10px;
}
.service_about_head_en.ja{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  padding: 10px 10px;
}
.service_about_head_en.noPadRight{
  padding-right: 10px;
}
.service_about_head_ja{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.service_about_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.075em;
  text-align: justify;
}
.service_about_img{
  
}
.service_about_img.img_fit:before{
  padding-top: 116.854%;
}

/* ポイント */
.service_point{
  
}
* + .service_point{
  margin-top: 55px;
}
.service_point_head{
  margin-bottom: 25px;
}
.service_point_head_ja{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 5px 5px 6px;
}
.service_point_head_en{
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: 10px;
}
.service_point_list{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 15px;
}
.service_point_list_item{
  width: 100%;
  background: #FFF;
  color: #000;
  padding: 20px 15px 20px;
}
.service_point_list_item_ttl{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.service_point_list_item_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.075em;
  text-align: justify;
}

/* アイコン */
.service_icons{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
* + .service_icons{
  margin-top: 35px;
}
.service_icons_item{
  background: #f7f7f7;
  border: 1px solid #282828;
  position: relative;
  z-index: 1;
}
.service_icons_item_txt{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  color: #000;
  position: absolute;
  z-index: 2;
  left: 5px;
  right: 5px;
  bottom: 16px;
}
.service_icons.col4{
}
.service_icons.col4 .service_icons_item{
  width: calc((100% - 10px) / 2);
}
.service_icons.col5{
}
.service_icons.col5 .service_icons_item{
  width: calc((100% - 10px) / 2);
}


/* 色違い */
.section.wh .service_row_head:after{
  background: #000;
}
.section.wh .service_about_head_en{
  background: #e84700;
  color: #FFF;
}
.section.wh .service_point_head_ja{
  background: #e84700;
  color: #FFF;
}
.section.wh .service_point_list_item{
  background: #282828;
  color: #FFF;
}


@media (min-width:375px){

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

  .service_icons_item_txt{
    font-size: 13px;
  }
  
}
@media (max-width:767px){
  
  .service_icons_item{
    aspect-ratio: 1 / 1;
  }
  .service_icons_item img{
    position: absolute;
    z-index: 0;
    inset: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    
  }
  .service_icons_item img.sp-fit-w{
    width: 100%;
    height: auto;
    top: 10%;
  }
  .service_icons_item_txt{
    bottom: 14%;
  }
  
}
@media (min-width:768px){
  
  /* サービス内容 */
  .service_row{

  }
  .service_row_head{
    margin-bottom: 25px;
  }
  .service_row_head:after{
    bottom: 5px;
  }
  .service_row_head_ja{
    font-size: 22px;
    /*min-width: 200px;*/
    padding-right: 40px;
  }
  .service_row_head_ja.en{
    font-size: 24px;
  }
  
  .service_about{
  }
  .service_about_box1{
    width: 56.75%;
    order: 1;
    margin-top: 0;
  }
  .service_about_box2{
    width: 40.09%;
    order: 2;
  }
  .service_about_head{
    margin-bottom: 20px;
  }
  .service_about_head_en{
    font-size: 22px;
    /*padding: 15px 10px 6px;*/
  }
  .service_about_head_ja{
    font-size: 20px;
    margin-top: 10px;
  }
  .service_about_txt{
    font-size: 16px;
    /*line-height: 2.25;*/
  }
  
  /* ポイント */
  .service_point{

  }
  * + .service_point{
    margin-top: 55px;
  }
  .service_point_head{
    margin-bottom: 25px;
  }
  .service_point_head_ja{
    font-size: 24px;
    padding: 5px 5px;
  }
  .service_point_head_en{
    font-size: 24px;
    margin-top: 10px;
  }
  .service_point_list{
    gap: 20px 20px;
  }
  .service_point_list_item{
    width: calc((100% - 20px) / 2);
    min-height: 245px;
    padding: 30px 15px ;
  }
  .service_point_list_item_ttl{
    font-size: 20px;
    margin-bottom: 15px;
    margin-left: -8px;
    margin-right: -8px;
  }
  .service_point_list_item_txt{
    font-size: 16px;
    line-height: 1.875;
  }
  
  /* アイコン */
  .service_icons{
    gap: 10px 10px;
  }
  * + .service_icons{
    margin-top: 35px;
  }
  .service_icons_item{

  }
  .service_icons_item_txt{
    bottom: 10px;
  }
  .service_icons.col4{
  }
  .service_icons.col4 .service_icons_item{
    width: calc((100% - 30px) / 4);
  }
  .service_icons.col5{
  }
  .service_icons.col5 .service_icons_item{
    width: calc((100% - 30px) / 4);
  }
  

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

  /* ポイント */
  .service_point_list{
    gap: 20px 20px;
  }
  .service_point_list_item{
    width: calc((100% - 60px) / 4);
    padding: 30px 17px 12px;
  }
  .service_point_list_item_ttl{
    font-size: 22px;
    
  }
  
  .service_point_list.col3{
    
  }
  .service_point_list.col3 .service_point_list_item{
    width: calc((100% - 40px) / 3);
  }
  
  /* アイコン */
  .service_icons{
  }
  * + .service_icons{
    margin-top: 35px;
  }
  .service_icons_item{

  }
  .service_icons_item_txt{
    bottom: 22px;
  }
  .service_icons.col4{
    gap: 10px 10px;
  }
  .service_icons.col4 .service_icons_item{
    width: calc((100% - 40px) / 4);
  }
  .service_icons.col5{
    gap: 10px 15px;
  }
  .service_icons.col5 .service_icons_item{
    width: calc((100% - 60px) / 5);
  }
}
@media (min-width:1200px){

  /* サービス内容 */
  .service_row{

  }
  .service_row_head{
    margin-bottom: 25px;
  }
  .service_row_head:after{
    bottom: 5px;
  }
  .service_row_head_ja{
    font-size: 24px;
    /*min-width: 240px;*/
    padding-right: 65px;
  }
  .service_row_head_ja.en{
    font-size: 30px;
  }
  
  .service_about{
  }
  .service_about_box1{
    width: 56.75%;
  }
  .service_about_box2{
    width: 40.09%;
  }
  .service_about_head{
    margin-bottom: 35px;
  }
  .service_about_head_en{
    font-size: 26px;
  }
  .service_about_head_ja{
    font-size: 24px;
    margin-top: 10px;
  }
  .service_about_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  
  /* ポイント */
  .service_point{

  }
  * + .service_point{
    margin-top: 55px;
  }
  .service_point_head{
    margin-bottom: 25px;
  }
  .service_point_head_ja{
    font-size: 24px;
    padding: 5px 5px;
  }
  .service_point_head_en{
    font-size: 24px;
    margin-top: 10px;
  }
  .service_point_list{
    gap: 20px 30px;
  }
  .service_point_list_item{
    width: calc((100% - 90px) / 4);
    padding: 30px 17px 12px;
  }
  .service_point_list_item_ttl{
    font-size: 20px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 15px;
  }
  .service_point_list_item_txt{
    font-size: 17px;
    line-height: 2.111;
  }

  .service_icons_item_txt{
    font-size: 16px;
    bottom: 22px;
  }
  
  .service_point_list.col3{
    
  }
  .service_point_list.col3 .service_point_list_item{
    width: calc((100% - 60px) / 3);
  }
}
@media (min-width:1470px){


}



/*******************************
*　
********************************/
.pg_recruit{

}
.pg_recruit .section.sec1{

}
.pg_recruit .section.sec2{
  padding-top: 0;
}
.pg_recruit .section.sec3{

}
.pg_recruit .section.sec4{
  padding-top: 0;
}



@media (max-width:374px){

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

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

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

  }
  .pg_recruit .section.sec1{

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


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


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

  .pg_recruit{

  }
  .pg_recruit .section.sec1{

  }
  .pg_recruit .section.sec2{
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .pg_recruit .section.sec3{
    padding-top: 80px;
  }
  .pg_recruit .section.sec4{
    padding-top: 100px;
  }


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


}


/* 募集要項 */
.recruit_tbl{
  
}
.recruit_tbl .table_rows_th,
.recruit_tbl .table_rows_td{
  border-color: #999999;
  padding: 10px 15px;
}
.recruit_tbl .table_rows_th{
  
}
.recruit_tbl .table_rows_td{
  
}

@media (max-width:374px){

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

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

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

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

  /* 募集要項 */
  .recruit_tbl{

  }
  * + .recruit_tbl{
    margin-top: 50px;
  }
  .recruit_tbl .table_rows_th,
  .recruit_tbl .table_rows_td{
    padding: 18px 25px;
  }
  .recruit_tbl .table_rows_th{
    width: 255px;
  }
  .recruit_tbl .table_rows_td{
    padding-left: 35px;
  }

}
@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:375px){

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

}
@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:375px){

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

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

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


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


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


}
