@charset "UTF-8";

#mainvisual {
  background-color: gray;
  background-image: url(./img/works_hero.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  height: 470px;
  position: relative;
}


.hero_ttl{
  text-align: center;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero_ttl > figcaption{
  /* font-family:"Philosopher"; */
  font-size: 2.2rem;
}

.hero_ttl > h1{
  font-size: 4.2rem;
  /* font-family: "shippori Mincho B1"; */
}

.scroll_caption p {
  color: #fff;
  position: absolute;
  display: inline-block;
  /* font-family: "philosopher"; */
  font-size: 2rem;
  height: 70px;
  line-height: 70px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -14%);
}

.scroll_caption p::after {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 30px;
  margin: auto;
  background-color: #fff;
}

/* ---------------- main_ttl-pc start ------------- */
#main_ttl {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 55px;
}

#main_ttl h1 {
  /* font-family: "Shippori Mincho B1"; */
  line-height: calc(50 / 30);
  font-size: 3.0rem;
  margin-bottom: 50px;
  text-align: center;
}

#main_ttl p {
  line-height: calc(38 / 16);
}

/* ---------------- main_ttl-pc end ------------- */
/* ---------------- grid_item-2 start ------------- */
/* -------- Yokonarabi_compornet start --------- */
.grid{
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid_item{
}


.grid_col > .grid_item{
  width: 32%;
}

.grid_col_2 > .grid_item{
  width: 46%;
}
.grid_col_3 > .grid_item{
  width: 33.3%;
  padding: 0 20px;
}
.grid_col_4 > .grid_item{
width: 25%;
}


@media screen and (max-width: 768px){
  .grid{

    justify-content: space-between;
  }
  .grid_col_2 > .grid_item,
  .grid_col_3 > .grid_item,
  .grid_col_4 > .grid_item{
    margin: 20px 0;
  }

  .grid_col > .grid_item{
    width: 50%;
  }

  .grid_item_caption{
  }
  .grid_item_caption, .grid_item_description {
    padding: 10px;
  }
}
/* -------- Yokonarabi_compornet end --------- */

  /* ---------------- FRP 耐食防水工法 start ------------------- */

.grid_area{
  margin-bottom: 80px;
}
.grid_header figure{
width: 100%;
margin: 0 auto;
margin-bottom: 32px;
max-width: 286px;
}

.grid_header h1{
  font-size: 3rem;
  /* font-family: "Shippori Mincho B1"; */
  text-align: center;
  margin-top: 100px;
  margin-bottom: 56px;
}
.grid_item_img img{
width: 100%;
margin-bottom: 2.5rem;
}
.grid_item{
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.grid_item_caption, .grid_item_description {
  display: block;
  color: #000;
  padding-bottom: 0px;
}
.grid_item_caption {
  margin-bottom: 1rem;
  /* font-weight: 400; */
}
.grid_item_description {
line-height: 2.5rem;
text-align: justify;
text-justify: inter-ideograph;
line-height: 2.8rem;
margin-bottom: 20px;
}
.grid_item_caption li{
  display: inline;
  justify-content: space-between;
}
/* .grid_item dd{
  font-size: 1.8rem;
  font-weight: 700;
} */

.works_detail{
  padding-bottom: 50px;
color: #0051A4;
}

/* ---------------- grid_item-2 end ------------- */
/* ---------------- works_btn start ------------- */

.btn_area{
  margin: 50px auto;
  max-width: 1000px;

}
.works_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.works_btn li{
  font-weight: 700;
  color: #025686;
  border: 1px solid #025686;
  height: 40px;
  border-radius: 40px;
  margin: 10px auto;
  max-width: 170px;
  width: 100%;
  text-align: center;
  padding-top: 8px;
}

/* ---------------- works_btn end ------------- */

.more_detail_link p{
  font-size: 400;
}

.works_caption_ttl{
  display: flex;
  justify-content: space-between;
}

.arrow::after {
  content: url("../img/arrow.png");
  width: 50px;
  /* padding-right: 20px; */
  /* padding-left: 0px; */
  transform: translate(18px,-4px);
  display: inline-block;
}

.foot_banner{
margin-bottom: 90px;
}

.foot_banner_inner{
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  list-style: none;
}

.foot_banner_inner figure img{
  list-style: none;
  margin-bottom: 2rem;
  width: 100%;
}

.foot_banner_inner figcaption{
text-align: center;
width:auto;
}

.sub_ttl h2{
  margin-top: 10px;  
} 

.foot_banner_inner h2{
  margin-top: 10px;
  font-size: 2.6rem;
  /* font-family: "Shippori Mincho B1"; */
}
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
@media screen and (max-width:769px) {

  #main_ttl {
    text-align: left; 
    width: 96%;
  }
  #main_ttl h1{
    /* font-family: "Shippori Mincho B1"; */
  }

  .hero_ttl {
    width: 100%;
}


#header_inner {
  background-color: gray;
  background-image: url(./img/works_hero_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  /* position: relative; */
}

.grid_item_caption {
    height: 0px;
    width: 100%;
}

  .grid_item {
    margin: 0 auto;
    /* margin-bottom: 75px; */
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .grid_item_card {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5px;
}
.grid_item_img img {
  width: 100%;
  margin-bottom: 0.5rem;
}


.grid_item_description {
  margin-bottom: 40px;
}

.product_caption {
  margin-bottom: 0px;
}

.works_detail {
  padding-bottom: 0px;
  padding-left: 13px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.sub_ttl {
  /* font-family: "Source Serif Pro"; */
  text-align: center;
  margin-bottom: 0px;
}

.catalog_dl_grid{
  width: 90%;
  height:fit-content;
  padding: 10px 10px;
}


.catalog_dl{
  background-image: url(img/download_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: fit-content;
  padding-bottom: 100px;

}

.catalog_dl_ttl{
padding-top: 30px;
}

.parent {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 351px 70px 1fr 120px  1fr 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  /* margin-bottom: 50px; */
  }
   
  .div1 {
     grid-area: 1 / 1 / 2 / 2;
     background-color: rgba(0, 183, 255, 0.305);
      margin: 0 auto;

}
  .div2 {
    grid-area: 2 / 1 / 2 / 2;
    font-weight: 700;
    text-align: center;
    padding-left: 0px;
    padding-top: 40px;

  }
  .div3 {
    grid-area: 3 / 1 / 3 / 2;
    line-height: 1.6;
    padding-left: 15%;
  }
  .div4 {
    grid-area: 5 / 1 / 5 / 2;
    line-height: 1.6;
    padding-left: 30px;
  }
  .div5 {
    grid-area: 4 / 1 / 4 / 2;
    background-color: #00AEB5;
    border-radius: 50px;
    color: #fff;
    height: 45px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 13px;
  }

  .div6 {
    grid-area: 7 / 1 / 7 / 2;
    background-color: #00AEB5;
    border-radius: 50px;
    padding-left: 30px;
    color: #fff;
    margin-left: 0;
    height: 45px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 13px;
    }


  .card_inner img {
width: 48%;
}
  .card_inner figcaption {
width: 48%;
}

.about_morene_card{
  width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.about_morene {
  background-image: url(img/service_morene_bckground_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 526px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 247px;
}
  .banner_works {
    background-image: url(../img/works_background_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    position: relative;
    height: 419px;
    margin-bottom: 140px;
}

  .banner_works_box{
    position: absolute;
    background-color: #fff;
    width: 239px;
    height: 244px;
    top: 18%;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
  }

  .foot_banner_inner{
    display: block;
    padding-left: 0;
  }
  .foot_banner_inner ul{
margin-bottom: 20px;
  }

  .foot_banner_inner figure{
margin: 0 auto;   
width: 96%; 
}
.foot_banner_inner figure img {
  width: 100%;
  margin-top: 50px;
}

}
