@charset "utf-8";
/* CSS Document */
/* ヘッダー */
.c-header__list-item:nth-child(3) a {
  background-color: #FFE100;
  border-radius: 5px;
  color: #000;
  padding: 10px 30px;
  border-bottom: none;
}
.c-header__list-item:nth-child(3) a:hover {
  background-color: #fff;
  border-bottom: none;
}
/*========= スクロールダウンのためのCSS ===============*/
.scrolldown2 {
  position: absolute;
  bottom: -350px;
  right: 10%;
}
/* ファーストビュー */
.first_view_image {
  background-image: url("../images/jigyou/sub_top.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 900px;
}
/* 黒澤防災について */
.section-about-kurosawa {
  margin-top: 125px;
}
.section-about-kurosawa-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.section-about-kurosawa-wrap h2 {
  margin-bottom: 125px;
  margin-top: 20px;
  font-size: 3.2rem;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.kurosawa-logo-img {
  max-width: 240px;
  margin: 0 auto;
}
.kurosawa-logo-img img {
  max-width: 100%;
  height: auto;
}
.about-kurosawa-running_policy {
  background-color: #000;
  color: #fff;
  width: 125px;
  margin: 0 auto;
  padding: 5px 0;
  border-radius: 5px;
  margin-bottom: 50px;
  font-size: 2rem;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}
.section-about-kurosawa-wrap p {
  font-size: 2rem;
  line-height: 3.5rem;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
}
.business_purpose-img {
  max-width: 1475px;
  margin: 0 auto;
}
.business_purpose-img img {
  max-width: 100%;
  padding: 0 30px;
  height: auto;
}
.business_purpose-img2 {
  display: none;
}
/* 事業内容 */
.kurosawa-business {
  margin-top: 100px;
}
.yellow_semicircle {
  /* height: 480px;
    padding-top: 65px;
    background-color: #F6F1B3;
   border-radius: 50%/100% 100% 0 0;*/
  background-image: url("../images/jigyou/jigyou_backyellow.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
  padding-top: 200px;
}
.kurosawa-logo-img2 {
  max-width: 240px;
  margin: 0 auto;
}
.kurosawa-logo-img2 img {
  max-width: 100%;
  height: auto;
}
.yellow_semicircle h2 {
  font-size: 3.2rem;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-top: 20px;
}
.kurosawa-business-container {
  background-color: #FFE100;
  margin-top: -2px;
}
.img-wrap {
  max-width: 1275px;
  margin: 0 auto;
  top:-100px;
}
.kurosawa-business-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.business01-title {
  padding: 10px 30px 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.business01-title h3 {
  font-size: 2.5rem;
  margin-right: 5px;
  padding-top: 30px;
  min-width: 150px;
  display: inline-block;
  vertical-align: bottom;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.business01-title_img{

}
.business01-title img {
  max-width: 100%;
  height: auto;

  
}
.underline {
  width: 75%;
  border-bottom: solid 2px #fff;
}
.mini_title {
  width: 250px;
  height: 30px;
  background-color: #000;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding-top: 4px;
  margin-left: 30px;
  margin-right: auto;
  margin-bottom: 15px;
}
.business01_listwrap {
  display: flex;
  padding-bottom: 50px;
  justify-content: space-between;
  text-align: left;
  padding: 0 30px;
  flex-wrap: wrap;
}
.business01_list-p {
  font-size: 1.4rem;
  text-align: left;
  padding: 0 30px;
  margin-bottom: 80px;
}
.business01_list li {
  font-size: 1.7rem;
  list-style-type: none; /*点を非表示*/
  position: relative; /*基準位置*/
  padding-left: 1em;
  padding-bottom: 15px;
}
.business01_list li:last-of-type {
  padding-bottom: 50px;
}
.business01_list li:before {
  border-radius: 50%; /*丸くする*/
  width: 8px; /*点の幅*/
  height: 8px; /*点の高さ*/
  display: block;
  position: absolute;
  left: 0; /*点の位置*/
  top: 0.4em; /*点の位置*/
  content: "";
  background: #fff; /*点の色*/
}
.img-wrap {
  position: relative;
}
.business01_list_detail {
  background-color: #fff;
  padding: 90px 65px 60px;
  border-radius: 10px;
}
.hose-img, .consulting-img {
  position: absolute;
}
.consulting-img {
  top: 80px;
  right: 0;
  max-width: 500px;
  width: 100%;
  height: auto;
}
.hose-img {
  top: 510px;
  left: 0;
  max-width: 580px;
  width: 100%;
  height: auto;
}
.detail1 {
  display: inline-block;
  text-align: left;
  width: 100%;
  margin-bottom: 140px;
}
.detail1-text {}
.detail1-text h3 {
  text-align: left;
  padding-top: 0;
  font-size: 2.25rem;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: solid 1px #FFE100;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.mini_title2 {
  width: 20%;
  min-width: 160px;
  height: 30px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  padding-top: 4px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 10px;
  font-family: "A-OTF UD新ゴ Pro", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.detail1-text p {
  padding-bottom: 5px;
}
.detail1-text ul {
  list-style: none;
}
.detail1-text ul li {
  padding-bottom: 5px;
  position: relative;
  padding-left: 1em;
  font-family: "A-OTF UD新ゴ Pro", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 300;
}
.detail1-text ul li:before {
  border-radius: 50%; /*丸くする*/
  width: 8px; /*点の幅*/
  height: 8px; /*点の高さ*/
  display: block;
  position: absolute;
  left: 0; /*点の位置*/
  top: 0.5em; /*点の位置*/
  content: "";
  background: #FFE100; /*点の色*/
}
.detail2 {
  margin-bottom: 200px;
  text-align: right;
}
.detail2 h3 {
  padding-top: 0;
  font-size: 2.25rem;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: solid 1px #FFE100;
  width: 100%;
  margin-right: 0;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.detail2-text {
  margin-right: 0;
  margin-left: auto;
  width: 40%;
  text-align: justify;
  line-height: 2.5rem;
  font-family: "A-OTF UD新ゴ Pro", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 300;
  letter-spacing: 0.1rem;
}
.detail3 {
  text-align: left;
}
.detail3 p {
  padding: 30px 0 40px;
  font-family: "A-OTF UD新ゴ Pro", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 300;
}
.detail3 ul li {
  padding-bottom: 30px;
  position: relative;
  padding-left: 1em;
  list-style: none;
  font-family: "A-OTF UD新ゴ Pro", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 300;
}
.detail3 ul li:before {
  border-radius: 50%; /*丸くする*/
  width: 8px; /*点の幅*/
  height: 8px; /*点の高さ*/
  display: block;
  position: absolute;
  left: 0; /*点の位置*/
  top: 0.4em; /*点の位置*/
  content: "";
  background: #FFE100; /*点の色*/
}
.kurosawa-otherbusiness {
  margin: 140px 0 0;
  padding: 0 30px;
}
.business-box {
  display: flex;
  padding-bottom: 115px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-title {
  display: flex;
  margin-bottom: 65px;
  justify-content: space-between;
  align-items: flex-end;
}
.box-title h3 {
  font-size: 2.5rem;
  padding: 0;
  font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.business01-title_img {
height: 61px;
}
.box-text {
  text-align: left;
  padding-bottom: 20px;
  position: relative;
  padding-left: 1em;
  font-family: "A-OTF UD新ゴ Pro", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 300;
}
.box-text:before {
  border-radius: 50%; /*丸くする*/
  width: 8px; /*点の幅*/
  height: 8px; /*点の高さ*/
  display: block;
  position: absolute;
  left: 0; /*点の位置*/
  top: 0.5em; /*点の位置*/
  content: "";
  background: #FFE100; /*点の色*/
}
.business-box:nth-child(even) /*偶数だけの指定*/ {
  flex-direction: row-reverse; /*要素の入れ替え*/
}
.business-box_img {
  max-width: 550px;
  height: auto;
  border-radius: 10px;
  box-shadow: 6px 6px 10px 0px rgba(238, 228, 103, 0.5);
  margin-bottom: 10px;
  flex-shrink: 1;
}
.business-box_img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.box-wrap {
  width: 40%;
  padding-top: 5px;
}
.underline2 {
  width: 50%;
  border-bottom: solid 2px #fff;
}
.kaigyou {
  display: none;
}
@media screen and (max-width: 1040px) {
 /* .detail1-text h3 {
    border-bottom: none;
    position: relative;
    z-index: 1000;
    background-color: rgb(225 225 225 / 50%);
    padding: 10px;
    max-width: 600px;
  }*/
  /*.mini_title2, .detail1-text p, .detail1-text ul {
    position: relative;
    z-index: 1000;
  }*/
  /*.detail1-text p, .detail1-text ul {
    background-color: rgb(225 225 225 / 50%);
    max-width: 500px;
  }*/
  /*.detail2 h3 {
    border-bottom: none;
    position: relative;
    z-index: 1000;
    background-color: rgb(225 225 225 / 50%);
    padding: 10px;
    max-width: 550px;
    margin: 0 0 50px auto;
  }*/
  /*.detail2-text {
    position: relative;
    z-index: 1000;
    background-color: rgb(225 225 225 / 50%);
    max-width: 600px;
    max-width: 250px;
    width: 100%;
    padding: 10px;
  }*/
  /*.detail2 {
    margin-bottom: 100px;
  }*/
  
  
  .kurosawa-otherbusiness {
    padding: 0;
    margin-top: 40px;
  }
  .business-box {
    justify-content: center;
    padding-bottom: 60px;
  }
  .business-box_img {
    margin-bottom: 30px;
  }
  .box-wrap {
    width: 100%;
    max-width: 700px;
    padding: 0 30px;
  }
  .box-title {
    border-bottom: solid 2px #fff;
    justify-content: flex-start;
    margin-bottom: 25px;
    align-items: flex-end;
    margin: 0 0 25px;
    padding-bottom: 15px;
  }
  .business01-title {
    align-items: flex-end;
  }
  .business01-title h3 {
    padding-bottom: 5px;
   
  }
  .business01-title_img {
    margin-right: 10px;
    width: 10%;
  }
  .business01-title_img img {
    width: 100%;
    height: auto;
  }
  .box-title h3 {
    font-size: 2.5rem;
    padding-bottom: 5px;
    padding-top: 0;
  }
  .underline2 {
    display: none;
  }
  .box-text {
    padding-left: 15px;
    margin-left: 20px;
  }
  .business01_list li:last-of-type {
    padding-bottom: 15px;
  }
  .business01_list-p p:first-child {
    padding-top: 30px;
  }
  .business01_list_detail {
    
  }
  .detail1 {
    margin-bottom: 80px;
  }
  .detail1-text h3 {
   margin-bottom: 440px;
        font-size: 2rem;
        background-color: transparent;
        border-bottom: solid 1px #EEE467;
        max-width: none;
        padding: 0 0 10px 0;
  }
  .detail1-text p, .detail1-text ul {
    background-color: transparent;
    max-width: none;
  }
  .detail2 {
    margin-bottom: 40px;
  }
  .detail2 h3 {
    margin-bottom:500px;
    text-align: right;
    background-color: transparent;
    border-bottom: solid 1px #EEE467;
    max-width: none;
    padding: 0 0 10px 0;
    font-size: 1.8rem;
  }
  .detail2-text {
    background-color: transparent;
    width: 100%;
    padding: 0;
  }
  .consulting-img {
    top: 150px;
    max-width: 600px;
    padding-left: 30px;
  }
  .hose-img {
    top: 920px;
  
  }
  .detail2-text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .scrolldown2 {
    display: none;
  }
}
@media screen and (max-width: 578px) {
  .kaigyou {
    display: block;
  }
  .kurosawa-logo-img {
    max-width: 30%;
  }
  .section-about-kurosawa-wrap h2 {
    font-size: 2.5rem;
    margin-bottom: 90px;
  }
  .first_view_image {
    height: 600px;
  }
  .section-about-kurosawa-wrap p {
    padding: 0 30px;
    text-align: left;
    font-size: 1.8rem;
  }
  .kaigyou2 {
    display: none;
  }
  .business_purpose-img {
    display: none;
  }
  .business_purpose-img2 {
    display: block;
    padding: 0;
    max-width: 390px;
    height: auto;
    margin: 80px auto 0;
  }
  .business_purpose-img2 img {
    width: 100%;
  }
  .kurosawa-logo-img2 {
    max-width: 30%;
  }
  .yellow_semicircle h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
  .yellow_semicircle {
    height: 200px;
	padding-top: 50px;
  }
  .kurosawa-business {
    margin-top: 50px;
  }
  .business01-title {
    padding-top: 110px;
    border-bottom: solid 2px #fff;
    justify-content: flex-start;
    padding-bottom: 15px;
    margin-bottom: 25px;
    align-items: flex-end;
   
  }
  .kurosawa-business-container {
    padding: 0 30px;
  }
  .business01-title_img {
    margin-right: 10px;
    width: 50px;
  }
  .business01-title_img img {
    margin-right: 0;
    width: 100%;
    vertical-align: bottom;
    padding-bottom: 5px;
  }
  .business01-title h3 {
    font-size: 2.5rem;
    padding-top: 0;
    padding-bottom: 5px;
	
  }
  .underline {
    display: none;
  }
  .business01_list li:last-of-type {
    padding-bottom: 15px;
  }
  .business01_list-p p:first-child {
    padding-top: 30px;
  }
  .business01_list_detail {
    padding: 40px 20px;
  }
  .detail1 {
    margin-bottom: 100px;
  }
  .detail1-text h3 {
    margin-bottom: 240px;
    background-color: transparent;
    border-bottom: solid 1px #EEE467;
    max-width: none;
    padding: 0 0 10px 0;
	font-size: 4.3vw;
  }
  .detail1-text p, .detail1-text ul {
    background-color: transparent;
    max-width: none;
  }
  .detail1-text p{
  font-size: 1.4rem;
  }
  .detail2 {
    margin-bottom: 40px;
  }
  .detail2 h3 {
    margin-bottom: 290px;
    text-align: left;
    background-color: transparent;
    border-bottom: solid 1px #EEE467;
    max-width: none;
    padding: 0 0 10px 0;
    font-size: 4.3vw;
  }
  .detail2-text {
    background-color: transparent;
    width: 100%;
    padding: 0;
  }
  .consulting-img {
    top: 6%;
    right: -10%;
    max-width: 320px;
	padding-top: 10px;
  }
  .hose-img {
    top: 39%;
    left: -15px;
    max-width: 320px;
	padding-top: 45px;
  }
  .detail2-text {
    width: 100%;
  }
  .box-wrap {
    padding: 0;
  }
  .img-wrap{
  top: 0;
  }
}
@media screen and (max-width: 457px){
.hose-img{
padding-top: 0;
}
}

.featherlight-sample {
	display: none;
}