@charset "UTF-8";



/*******************************
 *　共通パーツ
 ******************************* */

/**/
.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}

/* 下層ヘッダー */
.pg_header{
  margin-bottom: 30px;
  position: relative;
}



/* 見出し */
.tt2{
  display: flex;
  align-items: center;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.4;
  white-space: nowrap;
  margin-bottom: 20px;
  position: relative;
}
.tt2:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #BE2C2C;
  margin-left: 15px;
  margin-top: 5px;
}
.tt2:before{
  content: "";
  width: 50vw;
  height: 1px;
  /*margin-top: 4.5px;*/
  margin-top: 2px;
  background: #BE2C2C;
  position: absolute;
  top: 50%;
  left: 100%;
  /*-webkit-transform: translate(0, -50%);*/
  /*transform: translate(0, -50%);*/
  
}

.tt3{
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-align: center;
  /*border-top: 1px dotted #000000;*/
  /*border-bottom: 1px dotted #000000;*/
  background-image: url('/img/tt3_bdr.png'), url('/img/tt3_bdr.png');
  background-repeat: repeat-x;
  background-position: center top, center bottom;
  padding: 10px 10px;
  margin-bottom: 20px;
}
.tt3.ltr50{
  letter-spacing: 0.05em;
}
.tt3_sub_txt{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.809;
  margin-top: 20px;
  margin-bottom: 30px;
}
.tt3_sub_txt2{
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 20px;
  margin-bottom: 30px;
}
.tt3_sub_txt3{
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
  margin-top: 10px;
}

.tt4{
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.075em;
  background: #f6f3ef;
  position: relative;
  margin-bottom: 20px;
  padding: 12px;
}
.tt4:before{
  content: "";
  border: 1px solid #BE2C2C;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
}
.tt4.blue{
  border: 1px solid #88abda;
}

.tt5{
  
}
.tt5 span{
  
}

/* 詳しく見る  */
.read_more{
  position: relative;
 
}


/*背景茶色ボタン*/
.read_more{
  display: flex;
}
.read_more.right{
  justify-content: flex-end;
}
.read_more a{
  display: block;
  width: 250px;
  max-width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  border: 1px solid #5e524b;
  background: #BE2C2C;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-family:futura-pt, sans-serif;
}
.read_more a:after{
  display: block;
  content: "";
  height: 2px;
  width:40px;
  /*background-image: url(/img/home/line.png);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.read_more a+a{
  margin-left: 30px;  
}
.read_more.center a{
  margin: 0 auto;
}
.read_more a.large{
  
}

.read_more.mt1{
  margin-top: 30px;
}

/*ボーダーのみボタン*/
.more{
  display: flex;
  align-items: center;
  align-self: center;
  height: 40px;
  padding: 0 30px;
  border: 1px solid #524022;
  position: relative;
  margin-left: 10px;
}
.more:after{
  display: block;
  content: "";
  height: 2px;
  width: 25px;
  background-image: url(/img/home/line_single.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/* ページ概要 */
.pg_about_wrap{
  margin-bottom: 30px;
}
.pg_about_wrap .title{
  background: #eeeeee;
  position: relative;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4;
  height: 25px;
  margin-bottom: 15px;
}
.pg_about_wrap .title:before{
  content: "";
  background: #eeeeee;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 50vw;
}
.pg_about_wrap .title span{
  display: block;
  background: #FFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  padding-left: 10px;
}
.pg_about_wrap .txt{
  padding: 0 10px;
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

.tt2 + .pg_about_wrap{
  margin-top: 30px;
}

/* BOXコンテンツ1 */
.pg_contents_wrap{
  
}
.pg_contents_wrap .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_contents_wrap .item:nth-child(n+2){
  margin-top: 30px;
}
.pg_contents_wrap .item .box1{
  width: 100%;
  background: #f6f3ef;
  background-image: 
    url('/img/contents_box_frame1.png'),
    url('/img/contents_box_frame2.png'),
    url('/img/contents_box_frame3.png'),
    url('/img/contents_box_frame4.png');
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat;
  padding: 20px 15px;
  position: relative;
}
.pg_contents_wrap .item .box2{
  width: 100%;
  margin-top: 10px;
}

.pg_contents_wrap .item .box1 .box1_btm{
  padding-right: 15px;
}

.pg_contents_wrap .item .title_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
.pg_contents_wrap .item .title_box .point{
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 40px;
}
.pg_contents_wrap .item .title_box .point em{
  width: 100%;
  font-size: 1em;
}
.pg_contents_wrap .item .title_box .point span{
  width: 100%;
  font-size: 2.571em;
  letter-spacing: 0.075em;
}
.pg_contents_wrap .item .title_box .title{
  width: calc(100% - 40px - 8px);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.223;
  border-bottom: 1px solid #7d7d7d;
  padding-left: 10px;
  padding-bottom: 8px;
}

.pg_contents_wrap .item .title2{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.777;
  color: #BE2C2C;
  margin-bottom: 10px;
  padding-left: 5px;
}

.pg_contents_wrap .item .txt{
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: justify;
}
.pg_contents_wrap .item .txt + .txt{
  margin-top: 7px;
}
.pg_contents_wrap .item .txt dl{
  display: flex;
}
.pg_contents_wrap .item .txt dl dt{
  font-weight: 700;
  letter-spacing: 0.075em;
  position: relative;
  padding-right: 10px;
}
.pg_contents_wrap .item .txt dl dt:after{
  content: "：";
  position: absolute;
  right: 0;
}
.pg_contents_wrap .item .txt dl dd{
  letter-spacing: 0.075em;
}

.pg_contents_wrap .item .read_more{
  margin-top: 15px;
}

.pg_contents_wrap .item .img{
  position: relative;
}

/* BOXコンテンツ1(2カラム) */
.pg_contents_wrap.col2{
  
}
.pg_contents_wrap.col2 .item{
  width: 100%;
}
.pg_contents_wrap.col2 .item .box1{
  width: 100%;
  order: 2;
  margin-top: 10px;
}
.pg_contents_wrap.col2 .item .box2{
  width: 100%;
  order: 1;
}
.pg_contents_wrap.col2 .item .img{
  height: auto;
}
.pg_contents_wrap.col2 .item .img:before{
  content: "";
  display: block;
  padding-top: 65%;
}
.pg_contents_wrap.col2 .item .img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* BOXコンテンツ2 */
.pg_contents_wrap2{
  
}
.pg_contents_wrap2 .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_contents_wrap2 .item:nth-child(n+2){
  margin-top: 30px;
}
.pg_contents_wrap2 .item .box1{
  width: 100%;
}
.pg_contents_wrap2 .item .box2{
  width: 100%;
}

.pg_contents_wrap2 .item .title{
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #939494;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.pg_contents_wrap2 .item .title2{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #eeeeee;
  padding: 8px 8px;
  margin-bottom: 8px;
}
.pg_contents_wrap2 .item * + .title2{
  margin-top: 20px;
}

.pg_contents_wrap2 .item .txt{
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: justify;
}
.pg_contents_wrap2 .item .img img{
  width: 100%;
}
.pg_contents_wrap2 .item .img img + img{
  margin-top: 15px;
}

/* メリット */
.pg_merit_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.pg_merit_wrap .item{
  width: 50%;
  padding: 0 5px;
}
.pg_merit_wrap .item .inner{
  background: #f6f3ef;
  background-image: 
    url('/img/contents_box_frame1.png'),
    url('/img/contents_box_frame2.png'),
    url('/img/contents_box_frame3.png'),
    url('/img/contents_box_frame4.png');
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat;
  position: relative;
  padding: 10px;
}
.pg_merit_wrap .item .inner:before{
  content: "";
  display: block;
  padding-top: 100%;
}



.pg_merit_wrap .item .box{
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  padding: 0 10px;
}
.pg_merit_wrap .item .title{
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.7;
  text-align: center;
}
.pg_merit_wrap .item .title.bdr{
  border-bottom: 1px dotted;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.pg_merit_wrap .item .txt{
  font-size: 12px;
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
}
.pg_merit_wrap .item .keyword1,
.pg_merit_wrap .item .keyword2{
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.075em;
  line-height: 1.428;
  text-align: center;
  color: #939494;
  position: absolute;
  width: 100%;
  left: 0;
}
.pg_merit_wrap .item .keyword1{
  top: 5px;
}
.pg_merit_wrap .item .keyword2{
  bottom: 5px;
}

.pg_merit_wrap .item .img{
  margin-top: 10px;
  position: relative;
  overflow: hidden;
  /*height: 150px;*/
}
/*.pg_merit_wrap .item .img:before{
  content: "";
  display: block;
  padding-top: 80.35%;
}*/
.pg_merit_wrap .item .img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg_merit_wrap.work .item .inner:before{
  padding-top: 135%;
}
.pg_merit_wrap.work .item .box{
  top: 16%;
  -webkit-transform: none;
  transform: none;
}

/* テーブル */
.tbl{
  border: 1px solid #BE2C2C;
}
.tbl tr+tr{
  border-top: 1px solid #BE2C2C;
}
.tbl th,
.tbl td{
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.875;
  padding: 16.5px 10px;
  border: 0;
  text-align: left;
}
.tbl th{
  width: 130px;
  background: #e9e2d7;
  
}
.tbl th span{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
.tbl td{
  background: #f7f6f6;
}
.tbl ul{
  
}
.tbl ul li{
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width:374px){
  
  .pg_contents_wrap .item .title_box .title{
    font-size: 15px;
  }
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  .pg_contents_wrap .item .box1{
    background-size: 20px 20px;
    order: 2;
    margin-top: 10px;
  }
  .pg_contents_wrap .item .box2{
    order: 1;
    margin-top: 0;
  }
  
  .pg_contents_wrap .item .txt dl{
    /*flex-wrap: wrap;*/
  }
  .pg_contents_wrap .item .txt dl dt{
    width: 120px;
  }
  .pg_contents_wrap .item .txt dl dd{
    width: calc(100% - 110px);
  }
  
  .pg_contents_wrap2 .item .box1{
    order: 2;
    margin-top: 10px;
  }
  .pg_contents_wrap2 .item .box2{
    order: 1;
  }
  
  .pg_merit_wrap .item .inner{
    background-size: 20px 20px;
  }
  
  .pg_merit_wrap .item:nth-child(n+3){
    margin-top: 20px;
  }
  
  .pg_merit_wrap .item .img:before{
    content: "";
    display: block;
    padding-top: 80.35%;
  }
  
  
  /* メリット:画像付きの場合 */
  .pg_merit_wrap.has_img .item{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .pg_merit_wrap.has_img .item:nth-child(n+2){
    margin-top: 15px;
  }
  .pg_merit_wrap.has_img .item .inner{
    width: 49%;
  }
  .pg_merit_wrap.has_img .item .img{
    width: 49%;
    margin-top: 0;
  }
  
  
  /* テーブル */
  .tbl.responsive{
    
  }
  .tbl.responsive tr{
  }
  .tbl.responsive th,
  .tbl.responsive td{
    display: block;
    width: 100%;
  }
  .tbl.responsive th{
    border-bottom: 1px solid #BE2C2C;
  }
  .tbl.responsive td{
  }
}
@media (min-width:768px){
  
  /* 下層ヘッダー */
  .pg_header{
    margin-bottom: 40px;
  }
  
  /* 見出し */
  .tt2{
    font-size: 30px;
    margin-bottom: 40px;
  }
  .tt2:after{
    margin-left: 27px;
    margin-top: 9px;
  }
  .tt2:before{
    margin-top: 4px;
  }
  .tt3{
    font-size: 22px;
    margin-bottom: 30px
  }
  .tt3_sub_txt{
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .tt3_sub_txt2{
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .tt3_sub_txt3{
    text-align: center;
  }
  
  .tt2 + .tt3{
    /*margin-top: 110px;*/
  }
  
  .tt4{
    font-size: 18px;
    margin-bottom: 35px;
  }
  
  /* 詳しく見る */
  .read_more a{
    font-size: 15px;
    margin: 0;
  }
  .read_more.mt1{
    margin-top: 50px;
  }
  
  /* ページ概要 */
  .pg_about_wrap{
    margin-bottom: 30px;
  }
  .pg_about_wrap .title{
    font-size: 20px;
    margin-bottom: 15px;
  }
  .pg_about_wrap .title span{
    bottom: 10px;
  }
  .pg_about_wrap .txt{
    padding: 0 5px 0 10px;
  }
  
  /* BOXコンテンツ1 */
  .pg_contents_wrap{

  }
  .pg_contents_wrap .item{
  }
  .pg_contents_wrap .item:nth-child(n+2){
    margin-top: 35px;
  }
  .pg_contents_wrap .item .box1{
    display: flex;
    flex-wrap: wrap;
    width: 58.48%;
    padding: 20px 25px 20px 20px;
    /*padding-bottom: 100px;*/
  }
  .pg_contents_wrap .item .box2{
    width: 40.17%;
    margin-top: 0;
  }
  
  .pg_contents_wrap .item .box1 .box1_top{
    width: 100%;
  }
  .pg_contents_wrap .item .box1 .box1_btm{
    width: 100%;
    align-self: flex-end;
    padding-right: 20px;
  }
  
  .pg_contents_wrap .item .title_box{
    margin-bottom: 15px;
  }
  .pg_contents_wrap .item .title_box .point{
    width: 45px;
    font-size: 14px;
  }
  .pg_contents_wrap .item .title_box .point em{
    
  }
  .pg_contents_wrap .item .title_box .point span{
  }
  .pg_contents_wrap .item .title_box .title{
    width: calc(100% - 45px - 8px);
    font-size: 21px;
    padding-left: 10px;
    padding-bottom: 8px;
  }
  
  .pg_contents_wrap .item .title2{
    font-size: 18px;
  }
  .pg_contents_wrap .item .txt{
    padding-left: 5px;
  }
  .pg_contents_wrap .item .txt dl{
    display: flex;
  }
  .pg_contents_wrap .item .txt dl dt{
    width: 120px;
  }
  .pg_contents_wrap .item .txt dl dd{
    width: calc(100% - 120px);
  }
  
  .pg_contents_wrap .item .img{
    height: 100%;
    position: relative;
  }
  .pg_contents_wrap .item .img img{
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .pg_contents_wrap .item .read_more{
    
  }
  
  /* BOXコンテンツ1(画像なし) */
  .pg_contents_wrap.no_img{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .pg_contents_wrap.no_img .item{
    width: 50%;
    padding: 0 10px;
  }
  .pg_contents_wrap.no_img .item:nth-child(n+2){
    margin-top: 0px;
  }
  .pg_contents_wrap.no_img .item:nth-child(n+3){
    margin-top: 35px;
  }
  .pg_contents_wrap.no_img .item .box1{
    width: 100%;
    min-height: 290px;
    padding-bottom: 12px;
  }
  .pg_contents_wrap.no_img .item .title_box .title{
    padding-left: 7px;
  }
  
  /* BOXコンテンツ1(2カラム) */
  .pg_contents_wrap.col2{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .pg_contents_wrap.col2 .item{
    width: 50%;
    padding: 0 5px;
    align-items: flex-start;
    align-content: flex-start;
  }
  .pg_contents_wrap.col2 .item:nth-child(n+2){
    margin-top: 0;
  }
  .pg_contents_wrap.col2 .item:nth-child(n+3){
    margin-top: 15px;
  }
  .pg_contents_wrap.col2 .item .box1{
    margin-top: 15px;
  }
  .pg_contents_wrap.col2 .item .box2{
  }
  .pg_contents_wrap.col2 .item .title_box .title{
    font-size: 18px;
  }
  
  
  .tt2 + .pg_about_wrap{
    margin-top: 70px;
  }
  
  /* BOXコンテンツ2 */
  .pg_contents_wrap2{

  }
  .pg_contents_wrap2 .item{
  }
  .pg_contents_wrap2 .item:nth-child(n+2){
    margin-top: 30px;
  }
  .pg_contents_wrap2 .item .box1{
    width: 50%;
  }
  .pg_contents_wrap2 .item .box2{
    width: 46.875%;
    margin-top: 0;
    padding-top: 8px;
  }

  .pg_contents_wrap2 .item .title{
    font-size: 20px;
    margin-bottom: 22px;
  }
  .pg_contents_wrap2 .item .title2{
    font-size: 16px;
  }
  .pg_contents_wrap2 .item * + .title2{
    margin-top: 30px;
  }
  .pg_contents_wrap2 .item .txt{
  }
  
  .pg_contents_wrap2 .item:nth-child(odd) .box1{
    
  }
  .pg_contents_wrap2 .item:nth-child(odd) .box2{
    
  }
  .pg_contents_wrap2 .item:nth-child(even) .box1{
    order: 2;
  }
  .pg_contents_wrap2 .item:nth-child(even) .box2{
    order: 1;
  }
  
  
  /* メリット */
  .pg_merit_wrap{
    margin: 0 -5px;
  }
  .pg_merit_wrap .item{
    padding: 0 5px;
  }
  .pg_merit_wrap.col4 .item{
    width: 25%;
  }
  .pg_merit_wrap.col5 .item{
    width: 20%;
  }
  
  .pg_merit_wrap .item .inner{
    padding: 15px;
  }
  .pg_merit_wrap.work .item .inner:before{
    padding-top: 150%;
  }
  .pg_merit_wrap .item .title{
    font-size: 18px;
  }
  .pg_merit_wrap .item .title.bdr{
    margin-bottom: 8px;
  }
  .pg_merit_wrap .item .txt{
    font-size: 14px;
  }
  .pg_merit_wrap .item .keyword1,
  .pg_merit_wrap .item .keyword2{
    font-size: 14px;
  }
  .pg_merit_wrap .item .keyword1{
  }
  .pg_merit_wrap .item .keyword2{
  }
  
  .pg_merit_wrap .item .img{
    height: 120px;
    margin: 10px -5px 0 -5px;
  }
  .pg_merit_wrap .item .img img{
  }
  
  .pg_merit_wrap.col4 .item:nth-child(4n+1) .img{
    margin-left: 0;
  }
  .pg_merit_wrap.col4 .item:nth-child(4n) .img{
    margin-right: 0;
  }
  
  .pg_merit_wrap.col5 .item:nth-child(5n+1) .img{
    margin-left: 0;
  }
  .pg_merit_wrap.col5 .item:nth-child(5n) .img{
    margin-right: 0;
  }
  
  /* テーブル */
  .tbl{
  }
  .tbl th,
  .tbl td{
    font-size: 16px;
  }
  .tbl th{
    width: 280px;
  }
  .tbl td{
  }
  .tbl ul{

  }
  .tbl ul li{
  }
  
}
@media (min-width:1024px){
  
  
  .pg_merit_wrap.work .item .inner:before{
    padding-top: 110%;
  }
  .pg_merit_wrap .item .img{
    height: 180px;
  }
  .pg_merit_wrap .item .txt{
    font-size: 16px;
  }
  
  .pg_contents_wrap.col2 .item .title_box .title{
    font-size: 21px;
  }
  
}
@media (min-width:1200px){
  
  /* 下層ヘッダー */
  .pg_header{
    margin-bottom: 45px;
  }
  .pg_header .container{
    height: 560px;
  }
  
  /* 見出し */
  .tt2{
    font-size: 50px;
    margin-bottom: 70px;
  }
  
  .tt3{
    font-size: 26px;
    margin-bottom: 50px;
  }
  .tt3_sub_txt{
    font-size: 21px;
    margin-top: 45px;
  }
  .tt3_sub_txt2{
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 55px;
  }
  
  .tt2 + .tt3{
    margin-top: 110px;
  }
  
  .read_more a.large{
    width: 305px;
  }
  
  .read_more.mt1{
    margin-top: 120px;
  }
  
  /* ページ概要 */
  .pg_about_wrap{
    margin-bottom: 30px;
  }
  .pg_about_wrap .title{
    margin-bottom: 15px;
    font-size: 26px;
  }
  
  /* BOXコンテンツ1 */
  .pg_contents_wrap{

  }
  .pg_contents_wrap .item{
  }
  .pg_contents_wrap .item:nth-child(n+2){
  }
  .pg_contents_wrap .item .box1{
  }
  .pg_contents_wrap .item .box1{
    padding-bottom: 35px;
  }
  .pg_contents_wrap .item .box2{
  }
  
  .pg_contents_wrap .item .title_box{
    margin-bottom: 25px;
  }
  .pg_contents_wrap .item .title_box .point{
  }
  .pg_contents_wrap .item .title_box .point em{
    
  }
  .pg_contents_wrap .item .title_box .point span{
  }
  .pg_contents_wrap .item .title_box .title{
  }
  .pg_contents_wrap .item .title2{
    margin-bottom: 15px;
  }
  .pg_contents_wrap .item .read_more{
    margin-top: 5px;
  }
  
  /* BOXコンテンツ1(画像なし) */
  .pg_contents_wrap.no_img .item .title_box{
    margin-bottom: 20px;
  }
  .pg_contents_wrap.no_img .item .title_box .title{
    margin-top: 5px;
  }
  
  .tt2 + .pg_about_wrap{
    margin-top: 125px;
  }
  
  /* BOXコンテンツ1(2カラム) */
  .pg_contents_wrap.col2{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .pg_contents_wrap.col2 .item{
    width: 50%;
    padding: 0 20px;
  }
  .pg_contents_wrap.col2 .item:nth-child(n+3) {
    margin-top: 60px;
  }
  .pg_contents_wrap.col2 .item .box1{
    padding-bottom: 25px;
    min-height: 280px;
  }
  
  /* BOXコンテンツ2 */
  .pg_contents_wrap2{

  }
  .pg_contents_wrap2 .item{
  }
  .pg_contents_wrap2 .item:nth-child(n+2){
    margin-top: 40px;
  }
  .pg_contents_wrap2 .item .box1{
  }
  .pg_contents_wrap2 .item .box2{
  }

  .pg_contents_wrap2 .item .title{
    font-size: 24px;
  }
  .pg_contents_wrap2 .item * + .title2{
    margin-top: 40px;
  }
  .pg_contents_wrap2 .item .txt{
  }
  
  /* メリット */
  .pg_merit_wrap{
    margin: 0 -9px;
  }
  .pg_merit_wrap .item{
    padding: 0 9px;
  }
  
  .pg_merit_wrap.col4{
    margin: 0 -13.5px;
  }
  .pg_merit_wrap.col4 .item{
    width: 25%;
    padding: 0 13.5px;
  }
  .pg_merit_wrap.col5 .item{
    width: 20%;
  }
  .pg_merit_wrap .item .inner{
    
  }
  .pg_merit_wrap .item .box{
    padding: 0 16px;
  }
  .pg_merit_wrap .item .title{
    font-size: 20px;
  }
  .pg_merit_wrap .item .title.bdr{
  }
  .pg_merit_wrap .item .txt{
  }
  .pg_merit_wrap .item .keyword1,
  .pg_merit_wrap .item .keyword2{
    font-size: 14px;
  }
  .pg_merit_wrap .item .keyword1{
    top: 8px;
  }
  .pg_merit_wrap .item .keyword2{
    bottom: 5px;
  }
  
  .pg_merit_wrap .item .img{
    margin: 10px -9px 0 -9px;
  }
  
  .pg_merit_wrap.work .item .inner:before{
    padding-top: 96.15%;
  }
  
  /* テーブル */
  .tbl th{
    padding-left: 30px;
  }
  .tbl td{
    padding-left: 27px;
  }
}



/*******************************
 *　選ばれる理由
 ******************************* */
.pg_reason{
  
}
.pg_reason .section.sec1{
  
}

.reason_wrap{
  
}
.reason_wrap .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.reason_wrap .item:nth-child(n+2){
  margin-top: 30px;
}
.reason_wrap .item .box1{
  width: 100%;
  background:#393f4c29;
  padding: 20px 15px;
}
.reason_wrap .item .box2{
  width: 100%;
}
.reason_wrap .item .num{
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5px;
}
.reason_wrap .item .num:after{
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #BE2C2C;
  margin: auto auto;
}
.reason_wrap .item .title{
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
  text-align: center;
}
.reason_wrap .item .txt{
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: justify;
}
.reason_wrap .item .img{
  
}
.reason_wrap .item .img img{
  width: 100%;
}


@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  .pg_reason{

  }
  .pg_reason .section.sec1{
  }
  
  .reason_wrap .item:nth-child(n+2){
    margin-top: 50px;
  }
  .reason_wrap .item .box1{
    width: 80.80%;
    min-height: 450px;
    padding: 20px 20px;
  }
  .reason_wrap .item .box2{
    width: 38.57%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .reason_wrap .item .num{
    font-size: 32px;
  }
  .reason_wrap .item .num:after{
    height: 20px;
  }
  .reason_wrap .item .title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .reason_wrap .item .txt{

  }
  .reason_wrap .item .img{

  }
  
  .reason_wrap .item:nth-child(odd) .box1{
    padding-right: 22.5%;
  }
  .reason_wrap .item:nth-child(odd) .box2{
    right: 0;
  }
  .reason_wrap .item:nth-child(even) .box1{
    margin-left: auto;
    padding-left: 22.5%;
  }
  .reason_wrap .item:nth-child(even) .box2{
    left: 0;
  }
  
}
@media (min-width:1024px){
  
  .reason_wrap .item .box1{
    width: 80.80%;
    min-height: 550px;
    padding: 38px 35px;
  }
  
  .reason_wrap .item .num{
    font-size: 38px;
  }
  .reason_wrap .item .title{
    font-size: 22px;
    margin-bottom: 35px;
  }
  
}
@media (min-width:1200px){
  
  .reason_wrap .item:nth-child(n+2){
    margin-top: 80px;
  }
  
  .reason_wrap .item .num{
    font-size: 42px;
  }
  .reason_wrap .item .title{
    font-size: 26px;
  }
  
}


/*******************************
 *　スケルトンリフォーム
 ******************************* */
.pg_skeleton{
  
}
.pg_skeleton .section#sec1{
  
}
.pg_skeleton .section#sec2{
  margin-top: 50px;
}


@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  
  .pg_skeleton .section#sec1{
  }
  .pg_skeleton .section#sec2{
    margin-top: 70px;
  }

  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_skeleton .section#sec1{
  }
  .pg_skeleton .section#sec2{
    margin-top: 115px;
  }
  
}


/*******************************
 *　CLT工法
 ******************************* */
.pg_clt{
  
}
.pg_clt .section#sec1{
  
}
.pg_clt .section#sec2{
  margin-top: 50px;
}
.pg_clt .section#sec3{
  margin-top: 50px;
}


/* メッセージ */
.clt_msg_wrap{
  
}
.clt_msg_wrap .title{
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.625;
  text-align: center;
  margin-bottom: 15px;
}
.clt_msg_wrap .txt{
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: justify;
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  .pg_clt{

  }
  .pg_clt .section#sec1{
  }
  .pg_clt .section#sec2{
    margin-top: 70px;
  }
  .pg_clt .section#sec3{
    margin-top: 70px;
  }
  
  /* メッセージ */
  .clt_msg_wrap{
    margin-top: 50px;
  }
  .clt_msg_wrap .title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
  }
  .clt_msg_wrap .txt{
    text-align: center;
  }
  
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_clt .section#sec1{
  }
  .pg_clt .section#sec2{
    margin-top: 110px;
  }
  .pg_clt .section#sec3{
    margin-top: 90px;
  }
  
  /* メッセージ */
  .clt_msg_wrap{
    margin-top: 80px;
  }
  .clt_msg_wrap .title{
    font-size: 32px;
  }
  .clt_msg_wrap .txt{
  }
  
  
}


/*******************************
 *　長期優良住宅
 ******************************* */
.pg_excellence{
  
}
.pg_excellence .section#sec1{
  
}
.pg_excellence .section#sec2{
  margin-top: 50px;
}
.pg_excellence .section#sec3{
  margin-top: 50px;
}

/* 認定される条件 */
.excellence_terms_wrap{
  margin-top: 40px;
}
.excellence_terms_wrap .txt{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}
.excellence_terms_wrap .img{
  text-align: center;
  margin-top: 15px;
}

.excellence_terms_tbl{
  margin-top: 20px;
  border: 1px solid #BE2C2C;
}
.excellence_terms_tbl tr+tr{
  border-top: 1px solid #BE2C2C;
}
.excellence_terms_tbl th,
.excellence_terms_tbl td{
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.875;
  padding: 12px 10px;
}
.excellence_terms_tbl th{
  width: 130px;
  background: #e9e2d7;
  text-align: center;
}
.excellence_terms_tbl th span{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}
.excellence_terms_tbl td{
  background: #f7f6f6;
}
.excellence_terms_tbl ul{
  
}
.excellence_terms_tbl ul li{
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  .pg_excellence{

  }
  .pg_excellence .section#sec1{
  }
  .pg_excellence .section#sec2{
    margin-top: 70px;
  }
  .pg_excellence .section#sec3{
  }
  
  /* 認定される条件 */
  .excellence_terms_wrap{
    margin-top: 50px;
  }
  .excellence_terms_wrap .txt{
    font-size: 16px;
  }
  .excellence_terms_wrap .img{
    margin-top: 15px;
  }

  .excellence_terms_tbl{
    margin-top: 27px;
  }
  .excellence_terms_tbl th,
  .excellence_terms_tbl td{
    font-size: 16px;
  }
  .excellence_terms_tbl th{
    width: 280px;
  }
  .excellence_terms_tbl td{
  }
  .excellence_terms_tbl ul{

  }
  .excellence_terms_tbl ul li{
  }
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_excellence .section#sec2{
    margin-top: 120px;
  }
  
  .pg_excellence .section#sec1 .pg_contents_wrap{
    
  }
  .pg_excellence .section#sec2 .pg_contents_wrap{
    margin-top: 60px;
  }
  
  /* 認定される条件 */
  .excellence_terms_wrap{
    margin-top: 115px;
  }
  .excellence_terms_wrap .tt3{
    margin-bottom: 42px;
  }
  .excellence_terms_wrap .txt{
    font-size: 18px;
  }
  .excellence_terms_tbl td{
    padding-left: 27px;
  }
}


/*******************************
 *　採用情報
 ******************************* */
.pg_recruit{
  
}
.pg_recruit .section#sec1{
  
}
.pg_recruit .section#sec2{
  margin-top: 50px;
}
.pg_recruit .section#sec2 .pg_contents_wrap2{
  margin-top: 30px;
}
.pg_recruit .section#sec3{
  margin-top: 50px;
}

/* メッセージ */
.recruit_msg_wrap{
  margin-bottom: 40px;
}
.recruit_msg_wrap .tt3{
  
}
.recruit_msg_wrap .txt{
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

/* 特徴 */
.recruit_tokucho_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.recruit_tokucho_wrap .item{
  width: 50%;
  padding: 0 5px;
}
.recruit_tokucho_wrap .item .box1{
  
}
.recruit_tokucho_wrap .item .box2{
  margin-top: 15px;
}
.recruit_tokucho_wrap .item .img{
  
}
.recruit_tokucho_wrap .item .title{
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #939494;
  padding-bottom: 12px;
  margin-bottom: 8px;
}
.recruit_tokucho_wrap .item .txt{
  letter-spacing: 0.075em;
  line-height: 1.875;
  text-align: justify;
}

/* 募集要項 */

.recruit_tt1{
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  background: #BE2C2C;
  color: #FFF;
  padding: 10px 10px;
  margin-bottom: 20px;
}

.recruit_job_wrap{
  
}
.recruit_job_wrap + .recruit_job_wrap{
  margin-top: 50px;
}
.recruit_job_wrap .title{
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #939494;
  padding-left: 5px;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

.recruit_job_wrap .read_more{
  margin-top: 30px;
}
.recruit_job_wrap .read_more a{
  
}

.recruit_job_tbl{
  
}
.recruit_job_tbl th,
.recruit_job_tbl td{
  
}
.recruit_job_tbl th{
  
}
.recruit_job_tbl td{
  
}



@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
 
  /* 特徴 */
  .recruit_tokucho_wrap .item:nth-child(n+3){
    margin-top: 30px;
  }
  
  .recruit_tokucho_wrap .item .title{
    letter-spacing: 0;
  }
  
}
@media (min-width:768px){
  .pg_recruit{

  }
  .pg_recruit .section#sec1{
  }
  .pg_recruit .section#sec2{
    margin-top: 70px;
  }
  .pg_recruit .section#sec2 .pg_contents_wrap2{
    margin-top: 50px;
  }
  .pg_recruit .section#sec3{
    margin-top: 70px;
  }
  
  /* メッセージ */
  .recruit_msg_wrap{
    margin-bottom: 50px;
  }
  .recruit_msg_wrap .tt3{
    
  }
  .recruit_msg_wrap .txt{
    text-align: center;
  }
  
  /* 特徴 */
  .recruit_tokucho_wrap{
    margin: 0 -10px;
  }
  .recruit_tokucho_wrap .item{
    width: 33.333%;
    padding: 0 10px;
  }
  .recruit_tokucho_wrap .item:nth-child(n+4){
    margin-top: 30px;
  }
  .recruit_tokucho_wrap .item .img{

  }
  .recruit_tokucho_wrap .item .title{
    font-size: 17px;
  }
  .recruit_tokucho_wrap .item .txt{
    font-size: 15px;
  }
  
  /* 募集要項 */
  .recruit_tt1{
    margin-bottom: 25px;
  }
  .recruit_job_wrap{

  }
  .recruit_job_wrap .title{
    font-size: 20px;
    margin-bottom: 30px;
  }

  .recruit_job_wrap .read_more{
    margin-top: 60px;
  }
  .recruit_job_wrap .read_more a{

  }
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_recruit .section#sec2{
    margin-top: 110px;
  }
  .pg_recruit .section#sec2 .pg_contents_wrap2{
    margin-top: 110px;
  }
  
  .pg_recruit .section#sec3{
    margin-top: 130px;
  }
  
  /* メッセージ */
  .recruit_msg_wrap {
    margin-top: 115px;
    margin-bottom: 75px;
  }
  .recruit_msg_wrap .tt3{
    margin-bottom: 42px;
  }
  
  /* 特徴 */
  .recruit_tokucho_wrap{
    margin: 0 -17.5px;
  }
  .recruit_tokucho_wrap .item{
    width: 33.333%;
    padding: 0 17.5px;
  }
  .recruit_tokucho_wrap .item:nth-child(n+4){
    margin-top: 42px;
  }
  .recruit_tokucho_wrap .item .img{

  }
  .recruit_tokucho_wrap .item .title{
    font-size: 18px;
  }
  .recruit_tokucho_wrap .item .txt{
    font-size: 16px;
  }
  
  /* 募集要項 */
  .recruit_job_wrap + .recruit_job_wrap{
    margin-top: 75px;
  }
}


/*******************************
 *　耐震リフォームについて
 ******************************* */
.pg_earthquake{
  
}
.pg_earthquake .section#sec1{
  
}
.pg_earthquake .section#sec2{
  margin-top: 50px;
}
.pg_earthquake .section#sec3{
  margin-top: 50px;
}

/* こんな方におすすめです。 */
.earthquake_msg_wrap{
  border: 2px solid #7e6b5a;
  position: relative;
  padding: 35px 15px 20px;
  margin-top: 60px;
}
.earthquake_msg_wrap .title{
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  background: #7e6b5a;
  color: #FFF;
  padding: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 250px;
}
.earthquake_msg_wrap .txt{
  
}
.earthquake_msg_wrap .list{
  display: flex;
  flex-wrap: wrap;
}
.earthquake_msg_wrap .list li{
  width: 100%;
  font-size: 15px;
  letter-spacing: 0.075em;
}
.earthquake_msg_wrap .list li:before{
  content: "☑";
  margin-right: 10px;
}

/* 実績No.1 */
.earthquake_no1_wrap{
  margin-bottom: 30px;
}
.earthquake_no1_wrap .title{
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  margin-bottom: 15px;
}
.earthquake_no1_wrap .title strong{
  color: #b10000;
}
.earthquake_no1_wrap .tt3{
  
}
.earthquake_no1_wrap .tt3_sub_txt3{
  
}

/* 流れ */
.earthquake_flow_wrap{
  
}
.earthquake_flow_wrap .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #1a1a1a;
  position: relative;
}
.earthquake_flow_wrap .item:not(:last-child):after{
  content: "";
  width: 145px;
  height: 28px;
  background-image: url('/img/earthquake/flow_btm.png');
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.earthquake_flow_wrap .item:nth-child(n+2){
  margin-top: 45px;
}
.earthquake_flow_wrap .item .box1{
  width: 100%;
}
.earthquake_flow_wrap .item .box2{
  width: 100%;
  margin-top: 10px;
}

.earthquake_flow_wrap .item .title_box{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #7d7d7d;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.earthquake_flow_wrap .item .title_box .point{
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 40px;
}
.earthquake_flow_wrap .item .title_box .point em{
  width: 100%;
  font-size: 1em;
}
.earthquake_flow_wrap .item .title_box .point span{
  width: 100%;
  font-size: 2.571em;
  letter-spacing: 0.075em;
}
.earthquake_flow_wrap .item .title_box .title{
  width: calc(100% - 40px - 8px);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.223;
}
.earthquake_flow_wrap .item .txt{
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: justify;
}
.earthquake_flow_wrap .item .links{
  display: flex;
  margin-top: 10px;
}
.earthquake_flow_wrap .item .links a{
  background: #7e6b5a;
  color: #FFF;
  font-size: 13px;
  letter-spacing: 0.075em;
  text-align: center;
  text-decoration: none;
  width: 50%;
  padding: 10px 5px;
}
.earthquake_flow_wrap .item .links a:hover{
  opacity: 0.9;
}
.earthquake_flow_wrap .item .links a + a{
  margin-left: 10px;
}

@media (max-width:374px){
  
  .earthquake_no1_wrap .tt3{
    font-size: 17px;
  }
  
  .earthquake_flow_wrap .item .links a{
    font-size: 12px;
  }
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .earthquake_msg_wrap .list li:nth-child(n+2){
    margin-top: 5px;
  }
  
}
@media (min-width:768px){
  .pg_earthquake{

  }
  .pg_earthquake .section#sec1{
  }
  .pg_earthquake .section#sec2{
    margin-top: 70px;
  }
  .pg_earthquake .section#sec3{
    margin-top: 70px;
  }
  
  /* こんな方におすすめです。 */
  .earthquake_msg_wrap{
    padding: 50px 15px 25px;
    margin-top: 70px;
  }
  .earthquake_msg_wrap .title{
    font-size: 18px;
    width: 500px;
  }
  .earthquake_msg_wrap .txt{

  }
  .earthquake_msg_wrap .list{
  }
  .earthquake_msg_wrap .list li{
    width: 50%;
    font-size: 17px;
  }
  .earthquake_msg_wrap .list li:nth-child(n+3){
    margin-top: 5px;
  }
  
  /* 実績No.1 */
  .earthquake_no1_wrap{
    margin-bottom: 35px;
  }

  .earthquake_no1_wrap .title{
    font-size: 32px;
    margin-bottom: 30px;
  }
  .earthquake_no1_wrap .tt3{
    margin-bottom: 28px;
  }
  .earthquake_no1_wrap .tt3_sub_txt3{
    
  }
  
  /* 流れ */
  .earthquake_flow_wrap .item{
    padding: 20px 20px;
  }
  .earthquake_flow_wrap .item:not(:last-child):after{
    width: 256px;
    height: 49px;
  }
  .earthquake_flow_wrap .item:nth-child(n+2){
    margin-top: 70px;
  }
  .earthquake_flow_wrap .item .box1{
    width: 38.46%;
  }
  .earthquake_flow_wrap .item .box2{
    width: 55.76%;
    margin-top: 20px;
  }
  .earthquake_flow_wrap .item .title_box{
    margin-bottom: 15px;
  }
  .earthquake_flow_wrap .item .title_box .point{
    width: 45px;
    font-size: 14px;
  }
  .earthquake_flow_wrap .item .title_box .point em{
    
  }
  .earthquake_flow_wrap .item .title_box .point span{
  }
  .earthquake_flow_wrap .item .title_box .title{
    width: calc(100% - 45px - 8px);
    font-size: 21px;
  }
  
  .earthquake_flow_wrap .item .links{
    margin-top: 10px;
  }
  .earthquake_flow_wrap .item .links a{
    font-size: 15px;
    padding: 10px 5px;
  }
  .earthquake_flow_wrap .item .links a + a{
    margin-left: 10px;
  }
  
}
@media (min-width:1024px){
  
  /* こんな方におすすめです。 */
  .earthquake_msg_wrap{
    padding: 50px 50px 25px;
  }
  .earthquake_msg_wrap .list{
    justify-content: space-between;
  }
  .earthquake_msg_wrap .list li{
    width: 395px;
  }
  
}
@media (min-width:1200px){
  
  .pg_earthquake .section#sec2{
    margin-top: 135px;
  }
  .pg_earthquake .section#sec3{
    margin-top: 135px;
  }
  
  /* こんな方におすすめです。 */
  .earthquake_msg_wrap{
    padding: 70px 95px 60px;
    margin-top: 120px;
  }
  .earthquake_msg_wrap .title{
    font-size: 21px;
    width: 750px;
  }
  .earthquake_msg_wrap .txt{

  }
  .earthquake_msg_wrap .list{
    
  }
  .earthquake_msg_wrap .list li{
    width: 395px;
    font-size: 20px;
  }
  
  /* 実績No.1 */
  .earthquake_no1_wrap{
    margin-bottom: 55px;
  }

  .earthquake_no1_wrap .title{
    font-size: 40px;
    margin-bottom: 47px;
  }
  .earthquake_no1_wrap .tt3{

  }
  .earthquake_no1_wrap .tt3_sub_txt3{

  }
  
  /* 流れ */
  .earthquake_flow_wrap .item{
    padding: 20px 60px 20px 20px;
  }
  .earthquake_flow_wrap .item:nth-child(n+2){
    margin-top: 78px;
  }
  .earthquake_flow_wrap .item .title_box{
    margin-bottom: 20px;
  }
  .earthquake_flow_wrap .item .title_box .point{
  }
  .earthquake_flow_wrap .item .title_box .point em{
    
  }
  .earthquake_flow_wrap .item .title_box .point span{
  }
  .earthquake_flow_wrap .item .title_box .title{
  }
  .earthquake_flow_wrap .item .title2{
    margin-bottom: 15px;
  }
  .earthquake_flow_wrap .item .links{
    max-width: 545px;
    margin-top: 20px;
  }
  .earthquake_flow_wrap .item .links a{
    font-size: 16px;
  }
  .earthquake_flow_wrap .item .links a + a{
    margin-left: 30px;
  }
  
}


/*******************************
 *　省エネリフォームについて
 ******************************* */
.pg_energy{
  
}
.pg_energy .section#sec1{
  
}
.pg_energy .section#sec2{
  margin-top: 50px;
}
.pg_energy .section#sec3{
  margin-top: 50px;
}

.energy_point_wrap{
  
}
.energy_point_wrap .tt3{
}
.energy_point_wrap .tt4{
  margin-top: 20px;
}

@media (max-width:374px){
 
  .energy_point_wrap .tt4{
    font-size: 15px;
  }
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  .pg_energy{

  }
  .pg_energy .section#sec1{
  }
  .pg_energy .section#sec2{
    margin-top: 70px;
  }
  .pg_energy .section#sec3{
    margin-top: 70px;
  }
  
  .energy_point_wrap .tt3{
    margin-bottom: 25px;
  }
  .energy_point_wrap .tt4{
    margin-top: 30px;
  }
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_energy .section#sec2{
    margin-top: 110px;
  }
  .pg_energy .section#sec3{
    margin-top: 150px;
  }
  
  .pg_energy .section#sec2 .pg_contents_wrap{
    margin-top: -15px;
  }
  .pg_energy .section#sec2 .pg_contents_wrap .item:nth-child(n+2){
    margin-top: 50px;
  }
  
  .energy_point_wrap{
    margin-bottom: 60px;
  }
  .energy_point_wrap .tt3{
    margin-bottom: 25px;
  }
  .energy_point_wrap .tt4{
    margin-top: 42px;
  }
  
  .pg_energy .section#sec3 .pg_contents_wrap.no_img .item .box1{
    min-height: 325px;
  }
  .pg_energy .section#sec3 .pg_contents_wrap.no_img .item:nth-child(n+3) {
    margin-top: 60px;
  }
}


/*******************************
 *　住まいのお悩み相談
 ******************************* */
.pg_faq{
  
}
.pg_faq .section#sec1{
  
}
.pg_faq .section#sec2{
  margin-top: 50px;
}
.pg_faq .section#sec3{
  margin-top: 50px;
}

.faq_items{
  
}
.faq_items .item{
  
}
.faq_items .item:nth-child(n+2){
  margin-top: 20px;
}
.faq_items .item dt,
.faq_items .item dd{
  border-radius: 5px;
  padding: 8px 10px;
  padding-left: 40px;
  position: relative;
  letter-spacing: 0.075em;
  text-align: justify;
}
.faq_items .item dt{
  display: flex;
  align-items: center;
  background: #d1c0a5;
  padding-right: 25px;
}
.faq_items .item dd{
  background: #f6f3ef;
  margin-top: 10px;
  line-height: 2;
  overflow: hidden;
  display: none;
}

.faq_items .item dt:before,
.faq_items .item dd:before{
  content: "";
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  line-height: 1.5;
  text-align: center;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 8px;
}
.faq_items .item dt:before{
  content: "Q";
  background: #FFF;
  color: #181818;
}
.faq_items .item dd:before{
  content: "A";
  background: #BE2C2C;
  color: #FFF;
}

.faq_items .item dt:after{
  /*content: "\f078";*/
  content: "\f107";
  
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.faq_items .item dt.on:after{
  /*content: "\f077";*/
  content: "\f106";
}

.faq_items .item dt.on + dd{
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  .pg_faq{

  }
  .pg_faq .section#sec1{
  }
  .pg_faq .section#sec2{
  }
  .pg_faq .section#sec3{
  }
  
  .faq_items{

  }
  .faq_items .item{

  }
  .faq_items .item:nth-child(n+2){
    margin-top: 35px;
  }
  .faq_items .item dt,
  .faq_items .item dd{
    padding-left: 60px;
  }
  .faq_items .item dt{
    min-height: 50px;
    cursor: pointer;
  }
  .faq_items .item dd{
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .faq_items .item dt:before,
  .faq_items .item dd:before{
    font-size: 22px;
    width: 34px;
    height: 34px;
    top: 8px;
    left: 10px;
  }
  .faq_items .item dd:before{
    top: 12px;
  }
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .faq_items .item dd{
    padding-right: 25px;
  }
  
}


/*******************************
 *　会社概要
 ******************************* */
.pg_company{
  
}
.pg_company .section#sec1{
  
}
.pg_company .section#sec2{
  margin-top: 50px;
}
.pg_company .section#sec3{
  margin-top: 50px;
}
.pg_company .section#sec4{
  margin-top: 50px;
}

/* 会社概要 */
.company_tbl{
  border-color: #bfbfbf;
}
.company_tbl tr + tr{
  border-color: #bfbfbf;
}
.company_tbl th,
.company_tbl td{
  letter-spacing: 0.1em;
  line-height: 2.1253;
}
.company_tbl th{
  font-weight: 500;
  background: #eef8fd;
  vertical-align: top;
}
.company_tbl td{
  background: #FFF;
}

/* 沿革 */
.company_history_wrap{
  
}
.company_history_wrap dl{
  display: flex;
  padding: 7px 0;
  border-bottom: 1px solid #000000;
}
.company_history_wrap dl:nth-child(n+2){
  
}
.company_history_wrap dl dt,
.company_history_wrap dl dd{
  letter-spacing: 0.1em;
  padding: 9px 10px;
}
.company_history_wrap dl dt{
  width: 120px;
  font-weight: 500;
  border-right: 1px solid #7d7d7d;
}
.company_history_wrap dl dd{
  width: calc(100% - 120px);
}

/* スタッフ紹介 */
.company_staff_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.company_staff_wrap .item{
  width: 100%;
  padding: 0 5px;
}
.company_staff_wrap .item .box1{

}
.company_staff_wrap .item .box2{
  margin-top: 10px;
}
.company_staff_wrap .item .title{
  border-bottom: 1px solid #939494;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.company_staff_wrap .item .title span{
  display: block;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #efefef;
  padding: 10px;
}
.company_staff_wrap .item .txt{
  /*letter-spacing: 0.075em;*/
  letter-spacing: 0.073em;
  line-height: 2;
  text-align: justify;
}
.company_staff_wrap .item .img{
  width: 76%;
  margin: 0 auto;
}
.company_staff_wrap .item .img img{
  
}

/* 求人 */
.company_recruit_wrap{
  background: #f6f3ef;
  background-image: 
    url('/img/contents_box_frame1.png'),
    url('/img/contents_box_frame2.png'),
    url('/img/contents_box_frame3.png'),
    url('/img/contents_box_frame4.png');
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat;
  padding: 30px 15px;
  margin-top: 30px;
}
.company_recruit_wrap .title{
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  border-bottom: 1px solid #7d7d7d;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.company_recruit_wrap .txt{
  letter-spacing: 0.075em;
  text-align: center;
}
.company_recruit_wrap .read_more{
  margin-top: 15px;
}

/* 有資格者 */
.company_license_wrap{
  margin-bottom: 30px;
}
.company_license_wrap .tt4{
  
}
.company_license_wrap .txt{
  letter-spacing: 0.075em;
  line-height: 2.375;
  text-align: center;
}
.company_license_tbl{
  
}
.company_license_tbl th,
.company_license_tbl td{
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.company_license_tbl th{
  
}

/* リンク */
.company_links_wrap{
  margin-top: 30px;
  padding: 10px;
  border: 2px solid #3b322b;
}
.company_links_wrap ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.company_links_wrap ul li{
  width: 50%;
  padding: 5px 5px;
}
.company_links_wrap ul li a{
  display: block;
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .company_license_tbl th{
    width: 70%;
  }
  
  .company_staff_wrap .item:nth-child(n+2){
    margin-top: 30px;
  }
  
  .company_recruit_wrap{
    background-size: 20px 20px;
  }
}
@media (min-width:768px){
  .pg_company{

  }
  .pg_company .section#sec1{
  }
  .pg_company .section#sec2{
    margin-top: 70px;
  }
  .pg_company .section#sec3{
    margin-top: 70px;
  }
  .pg_company .section#sec4{
    margin-top: 70px;
  }
  
  /* 会社概要 */
  .company_tbl{
  }
  .company_tbl th,
  .company_tbl td{

  }
  .company_tbl th{
  }
  .company_tbl td{
  }

  /* 沿革 */
  .company_history_wrap{

  }
  .company_history_wrap dl{
  }
  .company_history_wrap dl:nth-child(n+2){

  }
  .company_history_wrap dl dt,
  .company_history_wrap dl dd{
    padding-left: 15px;
  }
  .company_history_wrap dl dt{
    width: 187px;
    font-weight: 500;
    border-right: 1px solid #7d7d7d;
  }
  .company_history_wrap dl dd{
    width: calc(100% - 187px);
    padding-left: 20px;
  }
  
  /* スタッフ紹介 */
  .company_staff_wrap{
    margin: 0 -10px;
  }
  .company_staff_wrap .item{
    width: 50%;
    padding: 0 10px;
  }
  .company_staff_wrap .item:nth-child(n+3){
    margin-top: 30px;
  }
  .company_staff_wrap .item .box1{
    
  }
  .company_staff_wrap .item .box2{
    margin-top: 20px;
  }
  .company_staff_wrap .item .title{
    margin-bottom: 15px;
  }
  .company_staff_wrap .item .title span{
    font-size: 18px;
    padding: 10px;
  }
  .company_staff_wrap .item .txt{
  }
  .company_staff_wrap .item .img{

  }
  .company_staff_wrap .item .img img{

  }
  
  /* 求人 */
  .company_recruit_wrap{
    margin-top: 50px;
    padding: 30px ;
  }
  .company_recruit_wrap .inner{
    /*width: 500px;
    margin: 0 auto;*/
  }
  .company_recruit_wrap .title{
    font-size: 21px;
    width: 555px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .company_recruit_wrap .txt{
  }
  .company_recruit_wrap .read_more{
    margin-top: 35px;
  }

  /* 有資格者 */
  .company_license_wrap{
    margin-bottom: 30px;
  }
  .company_license_wrap .tt4{
    margin-bottom: 20px;
  }
  .company_license_wrap .txt{
  }
  
  /* リンク */
  .company_links_wrap{
    margin-top: 70px;
    padding: 15px;
  }
  .company_links_wrap ul{
    margin: 0 -5px;
  }
  .company_links_wrap ul li{
    width: 33.333%;
    padding: 5px 5px;
  }
  .company_links_wrap ul li a{
  }

  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_company .section#sec1{
  }
  .pg_company .section#sec2{
    margin-top: 120px;
  }
  .pg_company .section#sec3{
    margin-top: 120px;
  }
  .pg_company .section#sec4{
    margin-top: 100px;
  }
  
  .pg_company .section#sec1 .tt2 + .tt3{
    margin-top: 75px;
    margin-bottom: 60px;
  }
  .pg_company .section#sec2 .tt3{
    margin-bottom: 60px;
  }
  
  .company_tbl th,
  .company_tbl td{
    padding: 10.5px 10px;
    font-size: 16.44px;
  }
  .company_tbl th{
    padding-left: 10px;
  }
  .company_tbl td{
    padding-left: 35px;
    
  }
  
  /* 沿革 */
  .company_history_wrap{
    
  }
  .company_history_wrap dl dt,
  .company_history_wrap dl dd{
    font-size: 16.44px;
  }
  
  /* スタッフ紹介 */
  .company_staff_wrap{
    margin: 0 ;
    margin-top: 60px;
  }
  .company_staff_wrap .item{
    width: 50%;
    padding: 0 30px;
  }
  .company_staff_wrap .item:nth-child(n+3){
    margin-top: 50px;
  }
  .company_staff_wrap .item .box1{
    
  }
  .company_staff_wrap .item .box2{
    margin-top: 40px;
  }
  .company_staff_wrap .item .title{
    margin-bottom: 20px;
  }
  .company_staff_wrap .item .title span{
    font-size: 18px;
    padding: 10px 20px;
  }
  .company_staff_wrap .item .txt{
  }
  .company_staff_wrap .item .img{

  }
  .company_staff_wrap .item .img img{

  }
  
  /* 求人 */
  .company_recruit_wrap{
    margin-top: 82px;
    padding-bottom: 40px;
  }
  
  
  /* 有資格者 */
  .company_license_wrap{
    margin-bottom: 50px;
    
  }
  .company_license_wrap .tt4{
  }
  .company_license_wrap .txt{
    
  }
  
  /* リンク */
  .company_links_wrap{
    margin-top: 150px;
    padding: 18px 28px;
  }
  .company_links_wrap ul{
    margin: 0 -10px;
  }
  .company_links_wrap ul li{
    width: 33.333%;
    padding: 10px 10px;
  }
  .company_links_wrap ul li a{
  }

  
}


/*******************************
 *　
 ******************************* */
.pg_works2{
  
}
.pg_works2 .section#sec1{
  
}
.pg_works2 .section#sec2{
  margin-top: 50px;
}
.pg_works2 .section#sec3{
  margin-top: 50px;
}

/* ギャラリー */
.works_gallery_wrap{
  
}
.works_gallery_wrap .main_area{
  position: relative;
  padding: 0 25px;
}
.works_gallery_wrap .main_area .slider_inner{
  
}
.works_gallery_wrap .main_area .slider_inner .img{
  text-align: center;
  
}
.works_gallery_wrap .main_area .slider_inner .img.img_fit:before{
  padding-top: 65.68%;
}
.works_gallery_wrap .main_area .slider_inner .img.img_fit img{
  object-fit: contain;
  font-family: 'object-fit: contain';
}

.works_gallery_wrap .main_area .slider_inner .txt{
  letter-spacing: 0.075em;
  line-height: 1.75;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 5px 15px;
  margin-top: 10px;
}

.works_gallery_wrap .sub_area{
  margin-top: 10px;
  padding: 15px 0; 
  position: relative;
}
.works_gallery_wrap .sub_area:after{
  content: "";
  position: absolute;
  background: #f6f3ef;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.works_gallery_wrap .sub_area .img{
  cursor: pointer;
}
.works_gallery_wrap .sub_area .img.img_fit:before{
  padding-top: 70.58%;
}

.slider_btn_prev,
.slider_btn_next{
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  font-size: 20px;
  color: #b8b8b8;
}
.slider_btn_prev{
  left: 0;
}
.slider_btn_next{
  right: 0;
}



/* 詳細 */
.works_detail_wrap{
  margin-top: 30px;
}
.works_detail_wrap .title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  background: #f7f6f6;
  padding: 9px 13px;  
  margin-bottom: 15px;
}
.works_detail_wrap .desc_box{
  background: #f7f6f6;
  margin-top: 15px;
  padding: 10px;
}
.works_detail_wrap .desc_box .inner{
  padding: 15px;
  /*border: 2px dashed #8d5d4d;*/
  border: 2px dashed #ab887c;
}
.works_detail_wrap .desc_box .label{
  margin-bottom: 10px;
}
.works_detail_wrap .desc_box .label span{
  display: inline-block;
  background: #BE2C2C;
  color: #FFF;
  padding: 2px 10px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.works_detail_wrap .desc_box .txt{
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

@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{
  }
  
  
  .works_gallery_wrap .main_area {
    padding: 0 40px;
  }
  .works_gallery_wrap .main_area .slider_inner{

  }
  .works_gallery_wrap .main_area .slider_inner .img{

  }
  .works_gallery_wrap .main_area .slider_inner .txt{
    padding: 5px 15px;
    margin-top: 10px;
  }
  
  .works_gallery_wrap .sub_area{
    margin-top: 10px;
    padding: 30px 35px;
  }
  .works_gallery_wrap .sub_area:after{
  }
  
  .slider_btn_prev,
  .slider_btn_next{
    font-size: 26px;
    top: 43.5%;
  }
  .slider_btn_prev{
    left: 0;
  }
  .slider_btn_next{
    right: 0;
  }
  
  .sub_area .slider_btn_prev,
  .sub_area .slider_btn_next{
    top: 50%;
    color: #181818;
  }
  .sub_area .slider_btn_prev{
    left: 0;
  }
  .sub_area .slider_btn_next{
    right: 0;
  }

  /* 詳細 */
  .works_detail_wrap{
    margin-top: 40px;
  }
  .works_detail_wrap .title{
    font-size: 16px;
    padding: 9px 13px;  
    margin-bottom: 25px;
  }
  .works_detail_wrap .desc_box{
    margin-top: 25px;
    padding: 10px;
  }
  .works_detail_wrap .desc_box .inner{
    padding: 15px;
    min-height: 340px;
  }
  .works_detail_wrap .desc_box .label{
    margin-bottom: 15px;
  }
  .works_detail_wrap .desc_box .label span{
    padding: 2px 20px;
  }
  .works_detail_wrap .desc_box .txt{
    padding: 0 10px;
  }
  
  
  .pg_works2 .pagination{
    margin-top: 115px;
	margin-bottom: 10vw;
  }
  
  .pg_works2 {
    margin-top: 10vw;
}
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  /* ギャラリー */
  .works_gallery_wrap{
    
  }
  .works_gallery_wrap .main_area{
    padding: 0 65px;
  }
  .works_gallery_wrap .main_area .slider_inner{

  }
  .works_gallery_wrap .main_area .slider_inner .img{

  }
  .works_gallery_wrap .main_area .slider_inner .txt{
    padding: 5px 48px;
    margin-top: 10px;
  }
  .works_gallery_wrap .sub_area{

  }
  
  .slider_btn_prev,
  .slider_btn_next{
    font-size: 26px;
    top: 43.5%;
  }
  .slider_btn_prev{
    left: 32px;
  }
  .slider_btn_next{
    right: 32px;
  }
  
  /* 詳細 */
  .works_detail_wrap{
    margin-top: 60px;
  }
  
  .pg_works2 .pagination .nav-posts .page-archive a{
    width: 335px;
  }
  .pg_works2 .pagination .nav-posts .page-next a,
  .pg_works2 .pagination .nav-posts .page-prev a{
    width: 250px;
  }
  
}


/*******************************
 *　修正用
 ******************************* */

a:hover{
  text-decoration: none;
  opacity: 0.8;
}

/* サブメニュー */
.gnav .children, 
.gnav .sub-menu{
  /*width: 180px;*/
  background: #BE2C2C;
}
.gnav .children a, 
.gnav .sub-menu a{
  color: #FFF;
}

.gnav > ul > li.menu-item-has-children:after{
  display: none;
}

.footer_fix{
  
  background: #BE2C2C;
}
.footer_fix ul li a{
  background: #4f3c1e;
}

.home_wecan_items .item:before{
 background-repeat: repeat-x;
}
.home_careful_items .box2 .txt{
  text-align: justify;
}
.home_worrie_box .text{
  text-align: justify;
}
@media (max-width:374px){
  .contact_info .box2 .txt{
    font-size: 13px;
  }
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  .ftr_contact_wrap{
    margin-top: 60px;
  }
  
  .pg_home .section#sec1{
    margin-top: 50px;
  }
  
  .home_careful_items .box2 h2{
    text-align: center;
  }
  .home_wecan_items .item:nth-child(even) .box1 .text{
    text-align: justify;
  }
  .home_wecan_items .item:nth-child(even) .box1 h3{
    text-align: left;
  }
  
  .news_side_wrap + .news_side_wrap{
    margin-top: 20px;
  }
}
@media (min-width:768px){
  
  /* サブメニュー */
  .gnav .children, 
  .gnav .sub-menu{
    width: 180px;
  }
  
  .home_news_items{
    margin-top: 30px;
  }
}
@media (max-width:1023px){
  .home_careful_items .box2 h2{
    line-height: 1.4;
  }
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  .pg_home .section#sec5{
    margin-top: 95px;
  }
  
  
}

/**/
@media (min-width:768px) and (max-width:1024px){
  
  .home_wecan_items .item .inner{
    align-items: flex-start;
  }
  .home_wecan_items .item .box1 h3{
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .home_wecan_items .item:before{
    top: 15px;
  }
}
@media (min-width:769px) and (max-width:1024px){
  .home_wecan_items .item .box1 h3 {
    font-size: 24px;
  }
  .home_wecan_items .item .box1 .text{
    font-size: 16px;
  }
  
  .home_wecan_wrap .home_wecan_items .item:first-child .box1 .text{
    
  }
  .home_wecan_items .item:nth-child(odd) .box1 .text{
    padding-right: 30px;
  }
}



/* クッキー同意(PC/スマホ共通) */
#cookie-notice{
  background-color: rgba(237,237,237,0.9) !important;
  border-top: 1px solid #CCC;
}
.cookie-notice-container{
  color: #000000 !important;
}
#cn-notice-buttons a{
  color: #FFF !important;
  background-color: #181818 !important;
}
.cn-close-icon:before, .cn-close-icon:after{
  background-color: rgb(0,0,0);
}

/* クッキー同意(スマホ用) */
@media only screen and (max-width:767px){
  
  #cookie-notice{
    z-index: 999;
  }
  .cn-position-bottom{
    bottom: 49px !important;
  }
  .cookie-notice-container #cn-notice-text{
    font-size: 12px;
  }
  
}