@charset "UTF-8";

/*******************************
*　
********************************/
:root{
  --font-en2: "Josefin Sans", 'Noto Sans JP', sans-serif;
}

/* ヘッダー */
.pg_header{
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.pg_header_bg{
  position: relative;
  z-index: 0;
}

.pg_header_inner{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
.pg_header_bg.img_fit:before{
  padding-top: 300px;
}
.pg_header_bg.img_fit img{
  object-position: center bottom;
}
.pg_header_ttl{
  
}
.pg_header_ttl_en{
  font-size: 50px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  color: #beb7ac;
  text-shadow: 0px 2px 1.76px rgba(0, 0, 0, 0.5);
  margin-bottom: -0.04em;
}
.pg_header_ttl_ja{
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  line-height: 1.2;
  color: #beb7ac;
  background: #333333;
  padding: 5px 22px;
}

@media (max-width:767px){
  .header{
    position: relative;
    z-index: 2;
  }
  .pg_header{
    margin-top: 0;
  }
}
@media (min-width:768px){


  /* ヘッダー */
  .pg_header{
    margin-bottom: 0;
  }
  .pg_header_bg{
  }

  .pg_header_inner{
    top: 50%;
    transform: translate(0, -50%);
  }
  .pg_header_bg.img_fit:before{
    padding-top: 600px;
  }
  .pg_header_ttl_en{
    font-size: 100px;
    text-shadow: 0px 2px 1.76px rgba(0, 0, 0, 0.5);
    margin-bottom: -0.12em;
  }
  .pg_header_ttl_ja{
    font-size: 34px;
    padding: 5px 22px;
  }
  
}
@media (min-width:1024px){


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


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

  .pg_header_bg.img_fit:before{
    padding-top: 920px;
  }
  .pg_header_ttl_en{
    font-size: 150px;
    text-shadow: 0px 2px 1.76px rgba(0, 0, 0, 0.5);
    margin-bottom: -0.12em;
  }
  .pg_header_ttl_ja{
    font-size: 34px;
    padding: 5px 22px;
  }

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


}


/* 見出し（tt2） */
.tt2_ja_outer{
  
}
.tt2_ja.orange{
  background: #e85400;
  color: #FFF;
  line-height: 1.1;
  padding-top: 3px;
  padding-bottom: 5px;
  margin-top: 6px;
}

.tt2.sm{
  
}
.tt2.sm .tt2_ja_outer{
  margin-top: -16px;
}
.tt2.sm .tt2_en{
  font-size: 42px;
}
.tt2.sm .tt2_ja{
  font-size: 20px;
  text-shadow: 0px 2px 1.76px rgba(0, 0, 0, 0.5);
}

.tt2.sm .tt2_ja.orange{
  min-width: 300px;
  padding-top: 3px;
  padding-bottom: 5px;
}


/* 見出し（tt3） */
.tt3{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.tt3_en{
  font-size: 34px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  color: #e85400;
  margin-bottom: 10px;
}
.tt3_ja{
  font-size: 22px;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  line-height: 1.4;
  background: #e85400;
  color: #FFF;
  padding: 1px 8px 2px;
}

/* ページ概要 */
.cmn_about{
  position: relative;
  z-index: 2;
  margin-top: 0;
}
.cmn_about_ttl{
  margin-bottom: 30px;
}
.cmn_about_txt{
  
}

/* サービス */
.cmn_service{
  display: flex;
  flex-wrap: wrap;
  gap: 50px 15px;
}
.tt2 + .cmn_service{
  margin-top: 30px;
}

.cmn_service_item{
  width: 100%;
}
.cmn_service_item{
  
}
.cmn_service_item_img{
  
}
.cmn_service.col2 .cmn_service_item_img.img_fit:before{
  padding-top: 76.471%;
}
.cmn_service_item_img.img_fit:before{
  padding-top: 71.73%;
}
.cmn_service_item_head{
  display: flex;
  align-items: flex-end;
  border-bottom: 2px solid #FFF;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #beb7ac;
  font-size: 32px;
  position: relative;
  z-index: 1;
}
.cmn_service_item_head:after{
  content: "";
  background: #e85400;
  width: 1.2em;
  height: 2px;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -2px;
}
.cmn_service_item_head_num{
  width: 1.5em;
  font-size: 1em;
  font-weight: 400;
  font-family: var(--font-en2);
  letter-spacing: 0;
  line-height: 1;
}
.cmn_service_item_head_ttl{
  width: calc(100% - 1.5em);
  display: flex;
  align-items: flex-end;
}
.cmn_service_item_head_ttl_en{
  font-size: 0.72em;
  font-weight: 700;
  font-family: var(--font-en);
  letter-spacing: 0;
  margin-right: 20px;
}
.cmn_service_item_head_ttl_ja{
  font-size: 0.68em;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  line-height: 1.2;
  margin-bottom: 7px;
  position: relative;
  z-index: 1;
}
.cmn_service_item_head_ttl_ja:before{
  content: "｜";
  position: absolute;
  z-index: 1;
  top: auto;
  bottom: -1px;
  left: -1em;
}
.cmn_service_item_ttl{
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  line-height: 1.4;
  color: #beb7ac;
  margin-bottom: 15px;
}
.cmn_service_item_txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.075em;
  text-align: justify;
}

/* コンテンツ */
.cmn_contents{
  
}
* + .cmn_contents{
  
}
.cmn_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cmn_contents_row + .cmn_contents_row{
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #878787;
}
.cmn_contents_box1{
  width: 100%;
  /*padding-top: 15px;*/
}
.cmn_contents_box2{
  width: 100%;
  margin-top: 15px;
}
.cmn_contents_head{
  margin-bottom: 20px;
}
.cmn_contents_head_ja{
  font-size: 28px;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0;
  line-height: 1.4;
}
.cmn_contents_head_en{
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-en);
  letter-spacing: 0;
  line-height: 1;
  /*margin-top: 18px;*/
  margin-top: 0.5em;
  color: #e85400;
}



.cmn_contents_txt{
  
}
.cmn_contents_txt.content_desc{
}
.cmn_contents_txt.content_desc p{
  font-weight: 400;
  letter-spacing: 0;
}
.cmn_contents_img{
  
}
.cmn_contents_img.img_fit:before{
  padding-top: 76.92%;
}

.cmn_contents + .home_sec1_sub_wrap{
  margin-top: 100px;
}

@media (max-width:767px){
  .cmn_service_item_head_ttl_ja.sp_sm{
    font-size: 18px;
  }
}
@media (min-width:414px){
  
}
@media (min-width:768px){

  /* 見出し（tt2） */
  .tt2_ja_outer{

  }
  .tt2_ja.orange{
    padding-top: 1px;
    padding-bottom: 6px;
    margin-top: 13px;
  }
  
  
  .tt2.sm{

  }
  .tt2.sm .tt2_ja_outer{
    margin-top: -42px;
  }
  .tt2.sm .tt2_en{
    font-size: 80px;
  }
  .tt2.sm .tt2_ja{
    font-size: 26px;
    text-shadow: 0px 2px 1.76px rgba(0, 0, 0, 0.5);
  }

  .tt2.sm .tt2_ja.orange{
    min-width: 660px;
    padding-top: 6px;
    padding-bottom: 9px;
  }
  
  /* 見出し（tt3） */
  .tt3{
    margin-bottom: 85px;
  }
  .tt3_en{
    font-size: 80px;
    margin-bottom: 15px;
  }
  .tt3_ja{
    font-size: 38px;
    padding: 1px 8px 2px;
  }


  /* ページ概要 */
  .cmn_about{
    margin-top: -70px;
  }
  .cmn_about_ttl{
    margin-bottom: 60px;
  }
  .cmn_about_txt{

  }
  
  /* サービス */
  .cmn_service{
    gap: 50px 50px;
  }
  .tt2 + .cmn_service{
    margin-top: 75px;
  }
  .cmn_service_item{
    width: 100%;
    /*width: calc((100% - 144px) / 3);*/
  }
  .cmn_service_item{

  }
  .cmn_service_item_head{
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 40px;
  }
  .cmn_service_item_head:after{
    width: 1.2em;
    height: 2px;
  }
  .cmn_service_item_head_num{
    width: 1.5em;
    font-size: 1em;
  }
  .cmn_service_item_head_ttl{
    width: calc(100% - 1.5em);
  }
  .cmn_service_item_head_ttl_en{
    font-size: 0.72em;
    margin-right: 1em;
  }
  .cmn_service_item_head_ttl_ja{
    font-size: 0.68em;
    /*margin-bottom: 8px;*/
  }
  .cmn_service_item_head_ttl_ja:before{
    /*top: 0;*/
    left: -1em;
  }
  
  .cmn_service_item_ttl{
    font-size: 34px;
    margin-bottom: 15px;
  }
  .cmn_service_item_txt{
    font-size: 16px;
  }
  
  /* コンテンツ */
  .cmn_contents{

  }
  * + .cmn_contents{

  }
  .cmn_contents_row{
  }
  .cmn_contents_row + .cmn_contents_row{
    margin-top: 100px;
    padding-top: 90px;
  }
  .cmn_contents_box1{
    width: 42.76%;
    padding-top: 15px;
  }
  .cmn_contents_box2{
    width: 50.99%;
    margin-top: 0;
  }
  .cmn_contents_head{
    margin-bottom: 20px;
  }
  .cmn_contents_head_ja{
    font-size: 32px;
  }
  .cmn_contents_head_en{
    font-size: 24px;
  }
  .cmn_contents_txt{
  }
  
  .cmn_contents_row:nth-child(odd){

  }
  .cmn_contents_row:nth-child(even){
    flex-direction: row-reverse;
  }
  .cmn_contents + .home_sec1_sub_wrap{
    margin-top: 150px;
  }
}
@media (min-width:1024px){

  /* 見出し（tt3） */
  .tt3{
    margin-bottom: 85px;
  }
  .tt3_en{
    font-size: 80px;
    margin-bottom: 15px;
  }
  .tt3_ja{
    font-size: 38px;
    padding: 1px 8px 2px;
  }
  
  /* サービス */
  .cmn_service{
    gap: 50px 30px;
  }
  .cmn_service_item{
    width: calc((100% - 60px) / 3);
  }
  .cmn_service_item_head{
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 34px;
  }
  .cmn_service_item_head:after{
  }
  .cmn_service_item_head_num{
  }
  .cmn_service_item_head_ttl{
  }
  .cmn_service_item_head_ttl_en{
  }
  .cmn_service_item_head_ttl_ja{
  }
  .cmn_service_item_head_ttl_ja:before{
  }
  
  .cmn_service_item_ttl{
    font-size: 24px;
    margin-bottom: 15px;
  }
  .cmn_service_item_txt{
    font-size: 16px;
  }
  .cmn_service_item_head + .cmn_service_item_txt{
    padding-top: 5px;
  }
  
  .cmn_service.col2{
    gap: 50px 30px;
  }
  .cmn_service.col2 .cmn_service_item{
    width: calc((100% - 30px) / 2);
  }
  .cmn_service.col3{
    gap: 50px 30px;
  }
  .cmn_service.col3 .cmn_service_item{
    width: calc((100% - 30px) / 2);
  }

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


  .tt2.sm{

  }
  .tt2.sm .tt2_ja_outer{
    margin-top: -42px;
  }
  .tt2.sm .tt2_en{
    font-size: 120px;
  }
  .tt2.sm .tt2_ja{
    font-size: 34px;
    text-shadow: 0px 2px 1.76px rgba(0, 0, 0, 0.5);
  }

  .tt2.sm .tt2_ja.orange{
    min-width: 660px;
    padding-top: 9px;
    padding-bottom: 15px;
  }
  
  
}
@media (min-width:1470px){

  /* 見出し（tt3） */
  .tt3{
    margin-bottom: 85px;
  }
  .tt3_en{
    font-size: 80px;
    margin-bottom: 15px;
  }
  .tt3_ja{
    font-size: 38px;
    padding: 1px 8px 2px;
  }
  
  /* サービス */
  .cmn_service{
    gap: 50px 40px;
  }
  .tt2 + .cmn_service{
    margin-top: 115px;
  }
  .cmn_service_item{
    width: calc((100% - 80px) / 3);
  }
  .cmn_service_item_head{
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 40px;
  }
  
  .cmn_service_item_ttl{
    font-size: 28px;
    margin-bottom: 15px;
  }
  .cmn_service_item_txt{
  }
  
  .cmn_service.col2{
    gap: 50px 80px;
  }
  .cmn_service.col2 .cmn_service_item{
    width: calc((100% - 80px) / 2);
  }
  .cmn_service.col3{
    gap: 50px 40px;
  }
  .cmn_service.col3 .cmn_service_item{
    width: calc((100% - 80px) / 3);
  }


  /* コンテンツ */
  .cmn_contents{

  }
  * + .cmn_contents{

  }
  .cmn_contents_row{
  }
  .cmn_contents_row + .cmn_contents_row{
    margin-top: 100px;
    padding-top: 90px;
  }
  .cmn_contents_box1{
    width: 42.76%;
    padding-top: 15px;
  }
  .cmn_contents_box2{
    width: 50.99%;
    margin-top: 0;
  }
  .cmn_contents_head{
    margin-bottom: 30px;
  }
  .cmn_contents_head_ja{
    font-size: 50px;
    margin-right: -1em;
  }
  .cmn_contents_head_en{
    font-size: 36px;
  }
  .cmn_contents + .home_sec1_sub_wrap{
    margin-top: 250px;
  }
}
@media (min-width:1720px){

  /* サービス */
  .cmn_service{
    gap: 50px 72px;
  }
  .cmn_service_item{
    width: calc((100% - 144px) / 3);
  }
  .cmn_service_item_head{
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 50px;
  }
  .cmn_service_item_ttl{
    font-size: 34px;
    margin-bottom: 15px;
  }
  .cmn_service_item_head_ttl_ja{
    margin-bottom: 8px;
  }
  .cmn_service_item_head_ttl_ja:before{
    /*top: 0;*/
    left: -1em;
  }
  
  .cmn_service.col2{
    gap: 75px 160px;
  }
  .cmn_service.col2 .cmn_service_item{
    width: calc((100% - 160px) / 2);
  }
  .cmn_service.col3{
    gap: 80px 72px;
  }
  .cmn_service.col3 .cmn_service_item{
   width: calc((100% - 144px) / 3);
  }
  
}


@media (max-width:767px){
  .home_sec3_box2{
    margin-top: 30px;
  }
}


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

/* セクション設定 */
.body_about{
  
}
.pg_about{
  background-image: url('/system_panel/uploads/images/about_bg1.jpg');
  background-size: 800px auto;
  background-position: center top 220px;
  background-repeat: no-repeat;
}
.pg_about .section.sec1{
  padding-top: 1px;
}
.pg_about .section.sec2{
  padding-top: 70px;
}
.pg_about .section.sec3{
  padding-top: 50px;
}
.pg_about .section.sec4{
  padding-top: 190px;
  padding-bottom: 100px;
}


.possibility_sec{
  position: relative;
  z-index: 1;
}
.possibility_sec:before{
  content: "";
  background-image: url('/system_panel/uploads/images/possibility_bg.jpg');
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  
  width: 500px;
  aspect-ratio: 1212 / 967;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}


@media (max-width:374px){

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

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

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

  .pg_about{
    background-size: auto;
    background-position: center top -40px;
  }
  .pg_about .section.sec1{
    padding-top: 1px;
  }
  .pg_about .section.sec2{
    padding-top: 225px;
  }
  .pg_about .section.sec3{
    padding-top: 135px;
  }
  .pg_about .section.sec4{
    padding-top: 110px;
    padding-bottom: 185px;
  }
  .pg_about .section.sec5{

  }
  .pg_about .section.sec6{

  }

  .possibility_sec{
    position: relative;
    z-index: 1;
  }
  .possibility_sec:before{
    background-size: 100% auto;
    width: 1212px;
  }

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


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

  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

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


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


}

/* 左官の可能性 */
.about_possibility{
  display: flex;
  justify-content: flex-end;
}
.about_possibility_box1{
  width: 100%;
}
.about_possibility_ttl{
  font-size: 34px;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  line-height: 1.481;
  color: #beb7ac;
  margin-bottom: 50px;
}
.about_possibility_ttl2{
  font-size: 34px;
  font-weight: 600;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  line-height: 1.333;
  color: #beb7ac;
  margin-bottom: 50px;
}
.about_possibility_txt{
  
}
.about_possibility_txt.content_desc{
}
.about_possibility_txt.content_desc p{
  font-weight: 400;
  letter-spacing: 0.075em;
}


@media (max-width:767px){

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

  /* 左官の可能性 */
  .about_possibility{
    justify-content: flex-end;
  }
  .about_possibility_box1{
    width: 49.01%;
  }
  .about_possibility_ttl{
    font-size: 54px;
    margin-bottom: 75px;
  }
  .about_possibility_ttl2{
    font-size: 42px;
    margin-bottom: 60px;
  }
  
}
@media (min-width:1024px){


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


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


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


}

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

/* 雲アニメーション */
.js-cloud-sec{
  height: 600px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  opacity: 0.4;
  overflow: hidden;
  pointer-events: none;
}
.js-cloud-parts{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: max-content;
  will-change: transform;
}
.js-cloud-parts img{
  display: block;
  max-width: none;
  max-height: 100%
}

.js-cloud-sec.pos-mv{
  top: 0;
}
.js-cloud-sec.pos-header{
  bottom: -200px;
}
.js-cloud-sec.pos-about1{
  bottom: 0;
}

.mv_img_outer{
  z-index: 0;
}
.mv_inner{
  z-index: 2;
}

@media (max-width:767px){

}
@media (min-width:768px){
  
  
  /* 雲アニメーション */
  .js-cloud-sec{
    height: 1196px;
    bottom: -350px;
  }
  .js-cloud-sec.pos-mv{
    top: 0;
  }
  .js-cloud-sec.pos-header{
    height: 1196px;
    bottom: -350px;
  }
  .js-cloud-sec.pos-about1{
    height: 1196px;
    bottom: -350px;
  }
  
}
@media (min-width:1024px){


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


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


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


}

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

/* セクション設定 */
.body_general{
  
}
.pg_general{
  position: relative;
  z-index: 0;
  background-image: url('/system_panel/uploads/images/general_bg1.jpg');
  /*background-image: url('/system_panel/uploads/images/general_bg1.png');*/
  background-size: 800px auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.pg_general .section.sec1{
  padding-top: 1px;
}
.pg_general .section.sec2{
  padding-top: 70px;
}
.pg_general .section.sec3{
  padding-top: 50px;
}
.pg_general .section.sec4{
  padding-top: 50px;
  padding-bottom: 100px;
}



@media (max-width:374px){

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

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

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

  .pg_general{
    background-size: auto;
    background-position: center top 0;
  }
  .pg_general .section.sec1{
    padding-top: 1px;
  }
  .pg_general .section.sec2{
    padding-top: 225px;
  }
  .pg_general .section.sec3{
    padding-top: 135px;
  }
  .pg_general .section.sec4{
    padding-top: 130px;
    padding-bottom: 100px;
  }
  
  
  .pg_general .section.sec2 .tt2_en{
    margin-left: -1em;
    margin-right: -1em;
    letter-spacing: 0;
  }
}

@media (min-width:1024px){


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

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

  .pg_general{
    z-index: 2;
  }
  .pg_general .section.sec2 .tt2 + .cmn_service{
    margin-top: 90px;
  }
  
  .pg_general{
    /* 透過ver */
    margin-top: -150px;
    background-image: url('/system_panel/uploads/images/general_bg1.png');
  }
  .pg_general .section.sec1 .cmn_about{
    margin-top: 80px;
  }

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


}

/* メイン部分 */

@media (max-width:767px){

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

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


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


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


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


}



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

/* セクション設定 */
.body_business{
  
}
.pg_business{
  position: relative;
  z-index: 0;
  background-image: url('/system_panel/uploads/images/business_bg1.jpg');
  background-size: 800px auto;
  background-position: center top 570px;
  background-repeat: no-repeat;
}
.pg_business .section.sec1{
  padding-top: 1px;
}
.pg_business .section.sec2{
  padding-top: 70px;
}
.pg_business .section.sec3{
  padding-top: 50px;
}
.pg_business .section.sec4{
  padding-top: 50px;
  padding-bottom: 100px;
}



@media (max-width:374px){

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

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

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

  .pg_business{
    background-size: auto;
    background-position: center top 0;
  }
  .pg_business .section.sec1{
    padding-top: 1px;
  }
  .pg_business .section.sec2{
    padding-top: 180px;
  }
  .pg_business .section.sec3{
    padding-top: 135px;
  }
  .pg_business .section.sec4{
    padding-top: 130px;
    padding-bottom: 100px;
  }
  
  
  .pg_business .section.sec2 .tt2_en{
    margin-left: -1em;
    margin-right: -1em;
    letter-spacing: 0;
  }
}

@media (min-width:1024px){


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

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

  .pg_business{
    z-index: 2;
  }
  .pg_business .section.sec2 .tt2 + .cmn_service{
    margin-top: 90px;
  }
  
  .pg_business{
    /* 透過ver */
    /*margin-top: -150px;*/
    /*background-image: url('/system_panel/uploads/images/business_bg1.png');*/
    background-position: center top 320px;
  }
  .pg_business .section.sec1 .cmn_about{
    /*margin-top: 80px;*/
  }

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


}





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

/* セクション設定 */
.body_architects{
  
}
.pg_architects{
  position: relative;
  z-index: 0;
  /*background-image: url('/system_panel/uploads/images/business_bg1.jpg');*/
  /*background-size: 800px auto;*/
  /*background-position: center top 250px;*/
  /*background-repeat: no-repeat;*/
}
.pg_architects .section.sec1{
  padding-top: 1px;
}
.pg_architects .section.sec2{
  padding-top: 70px;
}
.pg_architects .section.sec3{
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.pg_architects .section.sec4{
  padding-top: 50px;
  padding-bottom: 100px;
}



@media (max-width:374px){

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

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

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

  .pg_architects{
    background-size: auto;
    background-position: center top 0;
  }
  .pg_architects .section.sec1{
    padding-top: 1px;
  }
  .pg_architects .section.sec2{
    padding-top: 140px;
  }
  .pg_architects .section.sec3{
    padding-top: 230px;
  }
  .pg_architects .section.sec4{
    padding-top: 230px;
    padding-bottom: 150px;
  }
  
  
  .pg_architects .section.sec2 .tt2_en{
    /*margin-left: -1em;*/
    /*margin-right: -1em;*/
    /*letter-spacing: 0;*/
  }
}

@media (min-width:1024px){


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

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

  .pg_architects{
    z-index: 2;
  }
  .pg_architects .section.sec2 .tt2{
    margin-bottom: 140px;
  }
  .pg_architects .section.sec2 .tt2 + .cmn_service{
    margin-top: 90px;
  }
  
  
  .pg_architects{
    /* 透過ver */
    /*margin-top: -150px;*/
    /*background-image: url('/system_panel/uploads/images/business_bg1.png');*/
    /*background-position: center top 320px;*/
  }
  .pg_architects .section.sec1 .cmn_about{
    /*margin-top: 80px;*/
  }

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


}



/* パートナー */
.architects_partner_mv{
  margin-bottom: -22px;
}
.architects_partner_mv.img_fit:before{
  padding-top: 150px;
}

.architects_partner_wrap{
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.architects_partner_wrap > .container{
  position: relative;
  z-index: 1;
}
.architects_partner_bg1{
  width: 350px;
  position: absolute;
  z-index: 0;
  top: 50px;
  left: 0;
}
.architects_partner_bg2{
  width: 350px;
  position: absolute;
  z-index: 0;
  bottom: -150px;
  right: -10px;
}



@media (max-width:767px){

  .architects_partner_wrap .about_possibility{
    padding-top: 160px;
  }
  
}
@media (min-width:768px){

  /* パートナー */
  .architects_partner_mv{
    margin-bottom: -35px;
  }
  .architects_partner_mv.img_fit:before{
    padding-top: 300px;
  }

  .architects_partner_wrap{
    padding-bottom: 0;
  }
  .architects_partner_bg1{
    width: 750px;
    top: 100px;
  }
  .architects_partner_bg2{
    width: 500px;
    bottom: -460px;
    right: -10px;
  }

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


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


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

  /* パートナー */
  .architects_partner_mv{
    margin-bottom: -60px;
  }
  .architects_partner_mv.img_fit:before{
    padding-top: 500px;
  }

  .architects_partner_wrap{
    padding-bottom: 0;
  }
  .architects_partner_bg1{
    width: 950px;
    top: 100px;
  }
  .architects_partner_bg2{
    width: 755px;
    bottom: -460px;
    right: -10px;
  }

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


}






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

.pg_company{
  
}
.pg_company .section.sec1{
  
}
.pg_company .section.sec2{
  
}
.pg_company .section.sec3{
  
}

@media (max-width:374px){

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

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

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

/* 会社概要 */
.company_tbl{
  
}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #ffffff;
  color: #181818;
  padding: 23px 22px;
}
.company_tbl .table_rows_th{
  background: #beb7ac;
}
.company_tbl .table_rows_td{
  padding-left: 40px;
}

@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    font-size: 16px;
    padding: 23px 22px;
  }
  .company_tbl .table_rows_th{
  }
  .company_tbl .table_rows_td{
    padding-left: 40px;
  }
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
 
  .company_tbl .table_rows_th{
    width: 285px;
  }
  
  .company_map iframe{
    height: 380px;
  }
  
  * + .company_map {
    margin-top: 80px;
  }
}