@charset "utf-8";

/* 
--------------------------------------- */
.gsp_wrapper{
  width:100%;
  max-width:initial;
  margin:auto;
  background-color:#fffcdb;
}
.gsp_content_box{
  overflow-y:visible;
  background-color:#fffcdb;
  height:initial;
  max-height:initial;
}
.sec_content_flex{}

.sec_title{
  position:relative;
  width:100%;
  max-height:380px;
  overflow:hidden;
}
.sec_title .bg{
  width:100%;
  height:100%;
  overflow:hidden;
}
.sec_title .bg img{
  width:100%;
  height:auto;
}
.sec_title h2{
  position:absolute;
  top:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%;
}
.sec_title h2 .t1{
  width:470px;
  margin:0;
  padding:10px;
  font-size:50px;
  color:#fff;
  line-height:1.0;
  text-align:center;
  background-color:#371e0a;
}
@media(max-width: 1200px){
  .sec_title .bg img{
    width:1200px;
    height:190px;
    object-fit:cover;
  }
  .sec_title h2 .t1{
    font-size:40px;
  }
  .sec_title h2 .t2{
    font-size:84px;
  }
}
@media(max-width: 980px){
  .sec_title .bg img{
    width:1000px;
    height:158px;
    object-fit:cover;
  }
  .sec_title h2 .t1{
    font-size:36px;
  }
}
@media(max-width: 768px){
  .sec_title .bg img{
    width:768px;
    height:122px;
  }
  .sec_title h2 .t1{
    width:74vw;
    font-size:28px;
  }
}

/* 
--------------------------------------- */
.sec_content_flex{}
.sec_content_wrap{
  display:block;
    justify-content:normal;
    align-items:normal;
  padding:50px 0 80px;
}
@media(max-width: 768px){
  .sec_content_wrap{
    padding:6vw 0 9vw;
  }
}

/* 
--------------------------------------- */
.block{margin-bottom:60px;}
.block:last-of-type{margin-bottom:0;}
.block h3{
  width:100%;
  margin-bottom:30px;
  padding:20px 20px;
  font-size:32px;
  font-weight:500;
  color:#fff;
  line-height:1.2;
  background-color:#371e0a;
}
.block h4{
  margin-bottom:10px;
  font-size:1.222em;
  font-weight:500;
}
.block .box{margin-bottom:30px;}
.block .box:last-of-type{margin-bottom:0;}
.block .img1{margin-bottom:20px;border:1px solid #bbbbbc;}
.block .box h5{
  width:100%;
  margin-bottom:20px;
  padding:10px;
  font-size:1.111em;
  font-weight:500;
  color:#fff;
  line-height:1.2;
  background-color:#371e0a;
}

.block .box_flex{
  display:flex;
  justify-content:space-between;
}
.block .box_flex .l-img{width:30%;}/*
.block .box_flex .l-img .img{border:1px solid #bbbbbc;}*/
.block .box_flex .r-txt{
  width:68%;
  line-height:2.0;
  letter-spacing:-0.01em;
  text-align:justify;
  text-justify:inter-ideograph;
}
@media(max-width: 768px){
  .block{margin-bottom:40px;}
  .block:last-of-type{margin-bottom:0;}
  .block h3{padding:12px 10px;font-size:18px;}
  .block h4{font-size:16px;}
  .block .box h5{font-size:16px;}
  .block .box_flex{
    display:block;
    justify-content:normal;
  }
  .block .box_flex .l-img{
    width:80vw;
    max-width:768px;
    margin:0 auto 10px;
  }
  .block .box_flex .r-txt{
    width:100%;
    line-height:1.8;
    letter-spacing:0;
  }
}
