@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;
}

.pg_header_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.pg_header_box1{
  width: 48.64%;
  position: relative;
  z-index: 2;
}
.pg_header_box2{
  width: 42.79%;
  position: relative;
  z-index: 1;
}

.pg_header_ttl{
  font-size: 14px;
  border-bottom: 1px solid ;
}
.pg_header_ttl_ja{
  display: inline-block;
  width: 160px;
  padding: 5px 5px 5px;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.1;
  background: #000000;
  color: #FFF;
  margin-left: 0.3em;
  margin-bottom: 10px;
}
.pg_header_ttl_en1,
.pg_header_ttl_en2{
  font-weight: 500;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
}
.pg_header_ttl_en1{
  font-size: 10.5em;
  line-height: 1;
}
.pg_header_ttl_en2{
  display: flex;
  font-size: 4em;
  letter-spacing: 0.05em;
}

.pg_header_ttl{
  display: flex;
  align-items: flex-end;
  margin-bottom: 85px;
}
.pg_header_ttl_box1{
  display: flex;
  align-items: flex-end;
  margin-bottom: -22px;
}
.pg_header_ttl_box2{
  padding-bottom: 1.7em;
  padding-bottom: 0.6em;
}

.pg_header_img_mask{
  width: 100%;
  aspect-ratio: 780 / 627;
  background-image: url('https://arctec-osaka.co.jp/system_panel/uploads/images/pg_header_bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.pg_header_img{
  aspect-ratio: 780 / 627;
  -webkit-mask-image: url('https://arctec-osaka.co.jp/system_panel/uploads/images/pg_header_mask.png');
  -webkit-mask-size: cover;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}


.pg_header_desc{
  
}
.pg_header_desc_ttl{
  font-size: 24px;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.075em;
  line-height: 1.4;
  margin-bottom: 15px;
}
.pg_header_desc_txt{
  font-size: 17px;
  font-weight: 500;
  line-height: 1.875;
}
.pg_header_desc_txt p{
  letter-spacing: 0.075em;
}


@media (min-width:414px){


}
@media (max-width:767px){
  
  
  .pg_header{
    min-height: 300px;
  }
  .pg_header.slim{
    min-height: 0;
  }
  .pg_header_box1{
    width: 100%;
    padding-top: 10px;
    order: 2;
  }
  .pg_header_box2{
    width: 100%;
    position: static;
    /*position: absolute;*/
    /*z-index: 0;*/
    /*top: 0;*/
    /*right: -80px;*/
    order: 1;
  }
  .pg_header .pg_header_ttl_en2{
    filter: drop-shadow(0px 0px 4px #FFF) drop-shadow(0px 0px 4px #FFF);
  }
  
  .pg_header_img_mask{
    /*margin-right: -50px;*/
  }
  .pg_header_desc{
    margin-right: 0;
  }
  .pg_header_desc_ttl{
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .pg_header_desc_txt{
    padding-right: 15px;
  }
  
  .pg_header_ttl{
    margin-bottom: 20px;
  }
  .pg_header_ttl_en1{
    font-size: 8.5em;
  }
  .pg_header_ttl_box2{
    padding-bottom: 0;
    margin-bottom: -5px;
  }
  
  .pg_header_ttl.tate .pg_header_ttl_en1{
    font-size: 11.5em;
  }
  .pg_header_ttl.tate .pg_header_ttl_en2{
    font-size: 3em;
  }
  .pg_header_ttl.tate .pg_header_ttl_ja{
    
  }
}
@media (min-width:768px){

  body:not(.body_home){
    padding-top: 0;
  }
  
  .pg_header{
    padding-top: 150px;
  }
  .pg_header_inner{
  }
  .pg_header_box1{
    width: 48.64%;
  }
  .pg_header_box2{
    width: 42.79%;
    margin-top: -20px;
  }

  .pg_header_ttl{
    font-size: 18px;
    font-size: 16px;
    border-bottom: 1px solid ;
  }
  .pg_header_ttl_ja{
    width: 225px;
    padding: 5px 5px 7px;
    margin-bottom: 10px;
  }
  .pg_header_ttl_en1{
    font-size: 10.5em;
  }
  .pg_header_ttl_en2{
    
    font-size: 4em;
  }

  .pg_header_ttl{
    margin-bottom: 30px
  }
  .pg_header_ttl_box1{
    margin-bottom: -22px;
  }
  .pg_header_ttl_box2{
    padding-bottom: 1.7em;
    padding-bottom: 0.6em;
  }
  .pg_header_img_mask{
    width: auto;
    margin-right: -50px;
  }
  .pg_header_desc{

  }
  .pg_header_desc_ttl{
    font-size: 28px;
    margin-bottom: 15px;
  }
  .pg_header_desc_txt{
    font-size: 20px;
    line-height: 1.8;
  }
  
  /* 縦 */
  .pg_header_ttl.tate{
    flex-direction: column;
    border-bottom: 0;
  }
  .pg_header_ttl.tate .pg_header_ttl_box1{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-bottom: 10px;
  }
  .pg_header_ttl.tate .pg_header_ttl_box2{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding-bottom: 0;
  }
  .pg_header_ttl.tate .pg_header_ttl_box2_2{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    margin-left: 10px;
  }
  .pg_header_ttl.tate .pg_header_ttl_ja{
    width: auto;
  }
  .pg_header_ttl.tate .pg_header_ttl_en1{
    
  }
  .pg_header_ttl.tate .pg_header_ttl_en2{
    
  }
  .pg_header_ttl.tate{
    
  }
  .pg_header_ttl.tate{
    
  }
}
@media (min-width:1024px){

  .pg_header_box1{
    width: 48.64%;
  }
  .pg_header_box2{
    width: 42.79%;
    margin-top: -50px;
  }

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

  .pg_header{
    padding-top: 215px;
  }
  .pg_header_inner{
  }
  .pg_header_box1{
    width: 48.64%;
  }
  .pg_header_box2{
    width: 42.79%;
    margin-top: -110px;
  }
  
  .pg_header_ttl{
    margin-bottom: 72px;
    font-size: 20px;
    margin-right: -5px;
  }
  .pg_header_img_mask{
    width: auto;
    margin-right: -160px;
  }
  
  .pg_header_desc{

  }
  .pg_header_desc_ttl{
    font-size: 28px;
    margin-bottom: 36px;
  }
  .pg_header_desc_txt{
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (min-width:1470px){


  .pg_header_img_mask{
    width: auto;
    margin-right: -305px;
  }
  
}


/*******************************
*　
********************************/
.pg_about{
  margin-top: 0;
}
.pg_about .section.sec1{

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


@media (min-width:414px){

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

}
@media (min-width:768px){
  .pg_about{
    margin-top: 0;
  }
  .pg_about .section.sec1{

  }
  .pg_about .section.sec2{
    padding-top: 85px;
  }
  .pg_about .section.sec3{
    padding-top: 30px;
  }

  

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


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

  .pg_about{
    margin-top: 0px;
  }
  .pg_about .section.sec1{

  }
  .pg_about .section.sec2{
    padding-top: 85px;
  }
  .pg_about .section.sec3{
    padding-top: 30px;
  }

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

  .pg_about{
    margin-top: -120px;
  }
  
}


/* Intro */
.about_intro{
  
}
* + .about_intro{
  margin-top: 50px;
}
.about_intro_row1,
.about_intro_row2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_intro_row1{
  align-items: center;
}
.about_intro_row2{
  margin-top: 40px;
}
.about_intro_box1{
  width: 100%;
}
.about_intro_box2{
  width: 100%;
}
.about_intro_box3{
  width: 100%;
}
.about_intro_img1{
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.about_intro_img1.img_fit:before{
  padding-top: 114.286%;
}
.about_intro_img2{
  margin-top: 20px;
}
.about_intro_img2.img_fit:before{
  padding-top: 107.865%;
}
.about_intro_img3{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  aspect-ratio: 570 / 680;
  height: auto;
}
.about_intro_img3_1{
  width: 38.59%;
}
.about_intro_img3_1.img_fit:before{
  padding-top: 130.455%;
}
.about_intro_img3_2{
  width: 58.77%;
  margin-top: auto;
}
.about_intro_img3_2.img_fit:before{
  padding-top: 143.284%;
}

.about_intro_ttl{
  margin-bottom: 15px;
}
.about_intro_ttl_en{
  font-size: 34px;
  font-weight: 500;
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 15px;
}
.about_intro_ttl_ja{
  font-size: 24px;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.075em;
  margin-right: -10px;
}
.about_intro_ttl_ja2{
  min-width: 150px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.2;
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 6px 5px 7px;
  margin-left: 10px;
  margin-bottom: 10px;
}
.about_intro_txt{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  text-align: justify;
}

.about_intro_ttl_inline{
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
.about_intro_ttl_inline .about_intro_ttl_en{
  margin-bottom: 0;
}
.about_intro_ttl_inline{
  
}

.about_strength_box2{
  
}

/* 強み */
.about_strength{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_strength_box1{
  width: 100%;
}
.about_strength_box2{
  width: 100%;
}
.about_strength_box2 .about_intro_ttl{
  margin-bottom: 10px;
}

.about_strength{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
* + .about_strength{
  margin-top: 25px;
}
.about_strength_item{
  width: 100%;
  background: #000;
  color: #FFF;
  padding: 10px 15px 15px;
}
.about_strength_item_head{
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.about_strength_item_head_num{
  width: 65px;
  font-size: 48px;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0;
}
.about_strength_item_head_ttl{
  width: calc(100% - 65px);
  font-size: 20px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 8px;
}
.about_strength_item_txt{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.875;
  text-align: justify;
  padding: 0 5px;
}

/* ライセンス */
.about_license_wrap{
  border-top: 1px solid;
  padding-top: 50px;
}
.about_license_wrap .about_intro_ttl{
  margin-bottom: 8px;
}

.about_license{
  display: flex;
  flex-wrap: wrap;
}
* + .about_license{
  margin-top: 40px;
}
.about_license_item{
  width: 100%;
  padding: 4px 4px;
  background: #FFF;
}
.about_license_item_ttl{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  background: #f0f0f0;
  text-align: center;
  padding: 10px 10px 11px;
  margin-bottom: 5px;
}
.about_license_item_txt{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.875;
  text-align: justify;
  padding: 0 5px;
}


/* ライセンス(ボーダー設定) */
@media (max-width:767px){
  .about_license{
    border: 1px solid;
  }
  .about_license_item{
  }
  .about_license_item:not(:last-child){
    border-bottom: 1px solid;
  }
  
  .about_intro_ttl_inline{
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .about_intro_ttl_ja2{
    margin-left: 0;
  }
}
@media (min-width:768px){
  .about_license{
    border-top: 0;
  }
  .about_license_item{
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-top: 1px solid;
  }
  .about_license_item:nth-child(even){
    border-right: 1px solid;
  }
  .about_license_item:nth-child(odd):last-child{
    width: calc(50% + 1px);
    border-right: 1px solid;
  }
  
  .about_license_item:nth-child(n+3){
    border-top: 0;
  }
}

@media (min-width:414px){

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

  .about_intro_box1{
    order: 1;
  }
  .about_intro_box2{
    order: 2;
  }
  .about_intro_row2 .about_intro_box1{
    order: 2;
    margin-top: 20px;
  }
  .about_intro_row2 .about_intro_box3{
    order: 1;
  }
  
  .about_strength_box1 .pg_header_ttl{
    margin-bottom: 30px;
  }
  .about_strength_box1 .pg_header_ttl_box2{
    margin-bottom: 8px;
  }
  
}
@media (min-width:768px){
  
  /* Intro */
  .about_intro{

  }
  * + .about_intro{
    margin-top: 50px;
  }
  .about_intro_row1,
  .about_intro_row2{
  }
  .about_intro_row1{
  }
  .about_intro_row2{
    margin-top: 40px;
  }
  
  .about_intro_box1{
    width: 51.35%;
  }
  .about_intro_box2{
    width: 40.09%;
  }
  .about_intro_box3{
    width: 42.79%;
  }
  
  .about_intro_img1{
    width: 350px;
    margin-bottom: 60px;
  }
  .about_intro_img2{
    margin-top: -40px;
  }
  .about_intro_img3{
    /*height: 100%;*/
  }

  .about_intro_ttl{
    margin-bottom: 35px;
  }
  .about_intro_ttl_en{
    font-size: 40px;
    margin-bottom: 15px;
  }
  .about_intro_ttl_ja{
    font-size: 28px;
    margin-right: -10px;
  }
  .about_intro_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  
  /* 強み */
  .about_strength{
  }
  .about_strength_box1{
    width: 160px;
  }
  .about_strength_box2{
    width: calc(100% - 160px - 55px);
  }
  .about_strength_box2 .about_intro_ttl{
    margin-bottom: 10px;
  }

  .about_strength{
    gap: 10px 10px;
  }
  * + .about_strength{
    margin-top: 25px;
  }
  .about_strength_item{
    /*width: calc((100% - 10px) / 2);*/
    padding: 10px 15px 15px;
  }
  .about_strength_item_head{
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .about_strength_item_head_num{
    width: 60px;
    font-size: 42px;
  }
  .about_strength_item_head_ttl{
    width: calc(100% - 60px);
    font-size: 20px;
    margin-bottom: 8px;
  }
  .about_strength_item_txt{
    font-size: 16px;
    line-height: 1.875;
    padding: 0 5px;
  }
  
  /* ライセンス */
  .about_license_wrap{
    padding-top: 95px;
  }
  .about_license{
  }
  * + .about_license{
    margin-top: 40px;
  }
  .about_license_item{
    width: 50%;
  }
  .about_license_item_ttl{
    font-size: 16px;
  }
  .about_license_item_txt{
    font-size: 16px;
    line-height: 1.875;
  }
  
}
@media (min-width:1024px){

  /* 強み */
  .about_strength{
  }
  .about_strength_box1{
    width: 160px;
  }
  .about_strength_box2{
    width: calc(100% - 160px - 55px);
  }
  .about_strength_box2 .about_intro_ttl{
    margin-bottom: 10px;
  }

  .about_strength{
    gap: 10px 10px;
  }
  * + .about_strength{
    margin-top: 25px;
  }
  .about_strength_item{
    width: calc((100% - 10px) / 2);
    padding: 10px 15px 15px;
  }
  .about_strength_item_head{
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .about_strength_item_head_num{
    width: 55px;
    font-size: 48px;
  }
  .about_strength_item_head_ttl{
    width: calc(100% - 55px);
    font-size: 20px;
    margin-bottom: 8px;
  }
  .about_strength_item_txt{
    font-size: 16px;
    line-height: 1.875;
    padding: 0 5px;
  }

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

  .about_strength_item_head_num{
    width: 65px;
    font-size: 48px;
  }
  .about_strength_item_head_ttl{
    width: calc(100% - 65px);
    font-size: 20px;
    margin-bottom: 8px;
  }

  .about_intro_ttl{
    margin-bottom: 35px;
  }
  .about_intro_ttl_en{
    font-size: 60px;
    margin-bottom: 25px;
  }
  .about_intro_ttl_ja{
    font-size: 28px;
    margin-right: -10px;
  }
  .about_intro_txt{
    font-size: 16px;
    line-height: 2.25;
  }
  
}
@media (min-width:1470px){


}


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

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


@media (min-width:414px){

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

}
@media (min-width:768px){
  .pg_service .section.sec1{
    padding-top: 25px;
  }
  .pg_service .section.sec2{
    padding-top: 65px;
  }
  .pg_service .section.sec3{
    padding-top: 70px;
  }


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


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


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


}


/**/
.service_sec_head{
  
}
.service_sec_head .about_intro_ttl{
  margin-bottom: 10px;
}
* + .service_sec_head{
  margin-top: 40px;
}

/* コンテンツ */
.service_contents{
  
}
* + .service_contents{
  margin-top: 40px;
}
.service_contents_row{
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
}
.service_contents_row + .service_contents_row{
  margin-top: 20px;
}
.service_contents_box1{
  width: 100%;
}
.service_contents_box2{
  width: 100%;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.service_contents_box2:after{
  content: "";
  border: 1px solid #4c4c4c;
  position: absolute;
  z-index: -1;
  inset: 9px 12px;
  pointer-events: none;
}
.service_contents_head{
  
}
.service_contents_head_cat{
  display: inline-block;
  width: 160px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 4px 5px;
  background: #000;
  color: #FFF;
  margin-bottom: 12px;
}
.service_contents_head_ttl{
  font-size: 20px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.service_contents_txt{
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: justify;
}
.service_contents_img{
  
}
.service_contents_img.img_fit:before{
  padding-top: 71.296%;
}

/* 塗装 */
.service_paint{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
* + .service_paint{
  margin-top: 40px;
}
.service_paint_item{
  width: 100%;
  background: #000;
  color: #FFF;
  padding: 5px 5px 20px;
}
.service_paint_item_cat{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #fff;
  color: #000;
  padding: 8px 5px;
  text-align: center;
}
.service_paint_item_ttl{
  font-size: 18px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 18px 5px 10px;
  border-bottom: 1px solid;
}
.service_paint_item_term{
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 11px 5px;
  border-bottom: 1px solid;
}
.service_paint_item_txt{
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  padding: 0 15px;
  margin-top: 10px;
}


@media (min-width:414px){

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

}
@media (min-width:768px){
  
  
  /* コンテンツ */
  .service_contents{
    
  }
  * + .service_contents{
    margin-top: 40px;
  }
  .service_contents_row{
  }
  .service_contents_box1{
    /*width: 48.64%;*/
    min-height: 385px;
  }
  .service_contents_box2{
    /*width: 51.35%;*/
    padding: 30px;
  }
  .service_contents_box2:after{
    inset: 9px 12px;
  }
  .service_contents_head{

  }
  .service_contents_head_cat{
    width: 160px;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .service_contents_head_ttl{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .service_contents_txt{
    font-size: 16px;
  }
  
  
  /* 塗装 */
  .service_paint{
    gap: 15px 15px;
  }
  * + .service_paint{
    margin-top: 40px;
  }
  .service_paint_item{
    width: calc((100% - 30px) / 2);
    padding: 5px 5px 20px;
  }
  .service_paint_item_cat{
    font-size: 17px;
    padding: 8px 5px;
  }
  .service_paint_item_ttl{
    font-size: 18px;
    padding: 18px 5px 10px;
  }
  .service_paint_item_term{
    font-size: 16px;
    padding: 11px 5px;
  }
  .service_paint_item_txt{
    font-size: 16px;
    line-height: 1.875;
    padding: 0 15px;
    margin-top: 10px;
  }
  
}
@media (min-width:1024px){

  /* コンテンツ */
  .service_contents{
    
  }
  * + .service_contents{
    margin-top: 70px;
  }
  .service_contents_row{
  }
  .service_contents_box1{
    width: 48.64%;
    min-height: 385px;
  }
  .service_contents_box2{
    width: 51.35%;
    padding: 30px;
  }
  .service_contents_box2:after{
    inset: 9px 12px;
  }
  .service_contents_head{

  }
  .service_contents_head_cat{
    width: 160px;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .service_contents_head_ttl{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .service_contents_txt{
    font-size: 16px;
  }
  .service_contents_img{
    height: 100%;
  }
  .service_contents_img.img_fit:before{
    padding-top: 0;
    height: 100%;
  }
  
  .service_contents_row:nth-child(odd) .service_contents_box1{
    
  }
  .service_contents_row:nth-child(odd) .service_contents_box2{
    
  }
  .service_contents_row:nth-child(even) .service_contents_box1{
    order: 2;
  }
  .service_contents_row:nth-child(even) .service_contents_box2{
    order: 1;
  }

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


  /* 塗装 */
  .service_paint{
    gap: 20px 30px;
  }
  * + .service_paint{
    margin-top: 40px;
  }
  .service_paint_item{
    width: calc((100% - 30px) / 2);
    min-height: 335px;
    padding: 5px 5px 20px;
  }
  .service_paint_item_cat{
    font-size: 18px;
    padding: 8px 5px;
  }
  .service_paint_item_ttl{
    font-size: 20px;
    padding: 18px 5px 10px;
  }
  .service_paint_item_term{
    font-size: 16px;
    padding: 11px 5px;
  }
  .service_paint_item_txt{
    
  }
  
  
}
@media (min-width:1470px){


}

/* POLICY */
.service_policy{
  display: flex;
  flex-wrap: wrap;
  /*margin: 0 -5px;*/
  overflow: hidden;
  padding: 12px 0;
  border: 1px solid #4c4c4c;
  border-radius: 10px;
}
* + .service_policy{
  margin-top: 40px;
}
.service_policy_item{
  width: 100%;
  padding: 12px 15px;
  /*padding: 0 5px;*/
  position: relative;
  z-index: 1;
}
.service_policy_item_inner{
  
}
.service_policy_item_title{
  font-size: 18px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5;
  margin-bottom: 6px;
  background: #000000;
  color: #FFF;
  padding: 6px 8px;
}
.service_policy_item_txt{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: justify;
  padding: 0 5px;
}


/* ボーダー用 */
.service_policy_item:before,
.service_policy_item:after{
  background: #4c4c4c;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.service_policy_item:before{
  width: 1px;
  height: 100000px;
}
.service_policy_item:after{
  height: 1px;
}
@media (max-width:767px){
  
  /* 横 */
  .service_policy_item{
    border-top: 1px solid #4c4c4c;
  }
  .service_policy_item:first-child{
    border-top: 0;
  }
}
@media (min-width:768px) {
  
  /* 縦 */
  .service_policy_item:nth-child(2):before{
    content: "";
  }
  /* 横 */
  .service_policy_item:nth-child(2n+1):not(:first-child):after{
    content: "";
    width: calc(200% - 30px);
    left: 15px;
  }
  
}


/* レイアウト用 */
@media (max-width:767px){

  .service_policy_item{
    padding-bottom: 24px;
  }
  .service_policy_item:nth-child(n+2){
    padding-top: 24px;
  }
}
@media (min-width:768px){

  /* POLICY */
  .service_policy{
    
  }
  * + .service_policy{
    margin-top: 40px;
  }
  .service_policy_item{
    width: 50%;
    padding: 15px 15px 22px;
  }
  .service_policy_item:nth-child(n+3){
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .service_policy_item_title{
    font-size: 20px;
    /*margin-bottom: 10px;*/
  }
  .service_policy_item_txt{
    /*line-height: 2.125;*/
  }

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

  /* POLICY */
  .service_policy_item{
    /*width: 33.%;*/
    /*padding: 30px 30px;*/
  }

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


}


/*******************************
*　
********************************/
.pg_works{

}
.pg_works .section.sec1{
  
}
.pg_works2{

}
.pg_works2 .section.sec1{
  
}



@media (min-width:414px){

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

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

  }
  .pg_works .section.sec1{
    padding-top: 50px;
  }

  .pg_works2{
    margin-top: -40px;
  }
  .pg_works2 .section.sec1{

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


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


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


}


/* 下層リスト */
.works_list.kasou{
  
}
.works_list.kasou .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.works_list.kasou .webgene-item{
  width: 100%;
}
.works_list.kasou .webgene-item a{
  padding: 7px;
}
.works_list.kasou .webgene-item .box2{
  padding: 5px 0 20px;
}
.works_list.kasou .webgene-item .title{
  height: auto;
  font-size: 16px;
  line-height: 1.875;
}
.works_list.kasou .webgene-item .category span{
  display: inline-block;
  min-width: 138px;
  font-size: 16px;
  text-align: center;
  padding: 2px 7px 4px;
}
.works_list.kasou .webgene-item a:after{
  bottom: 7px;
  right: 10px;
}


/* カテゴリナビ */
.works_cat_nav{
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #282828;
}
.works_cat_nav .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.works_cat_nav .webgene-item{
  width: calc((100% - 10px) / 2);
  border: 1px solid;
  text-align: center;
}
.works_cat_nav .webgene-item a{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #282828;
  color: #FFF;
  min-height: 40px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
.works_cat_nav .webgene-item a:before{
  content: "";
  position: absolute;
  z-index: -1;
  inset: 5px;
  pointer-events: none;
  border: 1px solid ;
}
.works_cat_nav .webgene-item a p{
  
}
.works_cat_nav .webgene-item a.on,
.works_cat_nav .webgene-item a:hover{
  background: #FFF;
  color: #000;
}


.works_list .webgene-pagination{
  
}


@media (min-width:414px){

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

}
@media (min-width:768px){
  
  /* カテゴリナビ */
  .works_cat_nav{
    margin-bottom: 50px;
    padding-bottom: 25px;
  }
  .works_cat_nav .webgene-blog{
    gap: 3px 3px;
  }
  .works_cat_nav .webgene-item{
    width: calc((100% - 20px) / 3);
  }
  .works_cat_nav .webgene-item a{
    min-height: 48px;
  }
  
  /* 下層リスト */
  .works_list.kasou{

  }
  .works_list.kasou .webgene-blog{
    gap: 20px 10px;
  }
  .works_list.kasou .webgene-item{
    width: calc((100% - 20px) / 2);
  }
  .works_list.kasou .webgene-item .box2{
    padding: 5px 0 40px;
  }
  .works_list.kasou .webgene-item .title{
    font-size: 16px;
    line-height: 1.875;
  }
  .works_list.kasou .webgene-item .category span{
    min-width: 138px;
    font-size: 16px;
    text-align: center;
  }
}
@media (min-width:1024px){

  /* カテゴリナビ */
  .works_cat_nav .webgene-item a{
    font-size: 16px;
  }
  
  /* 下層リスト */
  .works_list.kasou{

  }
  .works_list.kasou .webgene-blog{
    gap: 35px 30px;
  }
  .works_list.kasou .webgene-item{
    width: calc((100% - 60px) / 3);
  }
  .works_list.kasou .webgene-item .box2{
    padding: 5px 0 50px;
  }

  
  .works_list .webgene-pagination{
    margin-top: 68px;
  }
  
}
@media (min-width:1200px){

  /* カテゴリナビ */
  .works_cat_nav{
    margin-bottom: 100px;
    padding-bottom: 50px;
  }
  .works_cat_nav .webgene-blog{
  }
  .works_cat_nav .webgene-item{
    width: calc((100% - 9px) / 4);
  }
  .works_cat_nav .webgene-item a{
    min-height: 54px;
  }

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


}


/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}

/* スライド */
.gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background: #000000;
  padding: 20px;
}
.gallery_box1{
  width: 100%;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  /*background: #EEE;*/
  /*border-radius: 10px;*/
}
.gallery_main .img.img_fit:before{
  padding-top: 74.64%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
  background: #222;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
  /*border-radius: 10px;*/
}
.gallery_thumb .img.img_fit:before{
  padding-top: 75%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}

.gallery_detail .notice{
  margin-top: 20px;
}

/* コピー用 */
@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 66.03%;
  }
  .gallery_box2{
    width: 30%;
    margin-top: 0;

    position: absolute;
    z-index: 1;
    top: 20px;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
    margin-top: 0!important;
    height: calc((100% - 54px) / 4) !important;
  }

  .gallery_thumb .swiper-wrapper {
    row-gap: 18px;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 100%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

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


}


/**/
.product_main{
  background: #d9d9d9;
  padding: 50px 20px 30px;
}
.product_main .title{
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 22px;
  border-bottom: 2px solid #000;
}
.product_main .post_content{
  background: #FFF;
  padding: 20px 45px 30px;
}
.product_main .category{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  background: #000;
  color: #FFF;
  display: inline-block;
  padding: 4px 10px; 
  text-align: center;
  margin-bottom: 12px;
}

.product_main .txt{
  line-height: 2.25;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .product_cat_nav{
    display: none;
  }
  
  /**/
  .product_main{
    padding: 20px 10px 20px;
  }
  .product_main .title{
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 22px;
  }
  .product_main .post_content{
    background: #FFF;
    padding: 30px 15px 20px;
  }
  .product_main .txt{
    line-height: 1.875;
  }
  .product_main .read_more a{
    min-width: 185px;
  }
  
}

@media (min-width:768px){
  .product_main .category{
    font-size: 14px;
    padding: 4px 15px;
      min-width: 140px;
  }
}


/*******************************
*　
********************************/
.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:414px){

}
@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 (min-width:414px){

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

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


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


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


}