@charset "UTF-8";
/* ////////////////////////////
consul US
//////////////////////////// */

.inner_1000 {
    max-width:1000px;
    width: 90%;
    margin: 0 auto;
}
.inner_800 {
  max-width:800px;
  width: 90%;
  margin: 0 auto;
}

#content_Wrap {
  padding: 100px 0 150px;
  background: #efefef;
  margin-top: 116px;
}

.title_Box {
  padding: 35% 0 0px;
  /* position: absolute;
  top:80%;
  left:50%;
  transform:translate(-50%,-50%); */
}
.title_Box div {
  margin: 0 auto 80px;
}
.title_Box div img {
  width: 100%;
  height: 118px;
  object-fit: contain;
}
.title_Box p {
  color:#000;
  font-size: clamp(20px, 3.0666666666666667vw, 33px);
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 40px;
}
.title_Box h2 {
  color:#000;
  font-size: clamp(25px, 3.0666666666666667vw, 47px);
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
}

#consul_Wrap {
  background-size: cover;
  padding: 0px 0px;
  margin-top: -3px;
  border-radius: 5px;
  position: relative;
}
#consul_Wrap .left_ttl {
  position: absolute;
  left: 15%;
  top: 0%;
  max-width: 900px;
  width: 80%;
}

#consul_Wrap .about_txt {
  padding: 50px 0 0;
}
#consul_Wrap .about_txt {
  margin-bottom: 80px;
}
#consul_Wrap .about_txt {
  font-size: clamp(15px, 1.6666666666666667vw, 20px);
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
}

#consul_Wrap .point_area {
  margin-bottom: 80px;
}
#consul_Wrap .white_box {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
}
#consul_Wrap .b_ttl {
  font-size: clamp(15px, 1.6666666666666667vw, 18px);
  color: #015d9e;
  letter-spacing: 0.03em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.3;
}
#consul_Wrap .b_ttl span {
  font-size: 25px;
  line-height: 1.5;
}
#consul_Wrap .b_ttl span::after {
  content: "";
  border-right: #015d9e 1px solid;
  width: 1px;
  height: 19px;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: -2px;
  line-height: 1.5;
  display: inline-block;
}
#consul_Wrap .white_box p {
  font-size: clamp(14px, 1.6666666666666667vw, 16px);
  letter-spacing: 0.06em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  line-height: 1.5;
}

#consul_Wrap .image {
  filter: drop-shadow(0px 0px 5px rgba(129, 129, 129, 0.6));
  position: relative;
  z-index: 10;
}
#consul_Wrap .image02 {
  position: relative;
  z-index: 0;
  width: 70%;
  margin: -50px auto;
}


/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (max-width: 1024px) {



}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

  #content_Wrap {
    padding: 60px 0;
    background: #efefef;
    margin-top: 77px;
  }

  #consul_Wrap .left_ttl {
    width: 90%;
    left: 5%;
  }
  .title_Box {
    padding: 10% 0 0;
  }
  .title_Box div {
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
  .title_Box div img {
    width: 100%;
    height: 50px;
    object-fit: none;
  }
  .title_Box p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #consul_Wrap .about_txt {
    margin-bottom: 40px;
}
#consul_Wrap .about_txt {
  padding: 40px 0 0;
}
#consul_Wrap .b_ttl {
  margin-bottom: 10px;
}
#consul_Wrap .point_area {
  margin-bottom: 50px;
}
#consul_Wrap .white_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
#consul_Wrap .b_ttl {
  line-height: 1.6;
  letter-spacing: 0.0em;
}
#consul_Wrap .b_ttl span {
  font-size: 23px;
  line-height: 1.5;
}
#consul_Wrap .b_ttl span::after {
  content: "";
  border-right: #015d9e 1px solid;
  width: 1px;
  height: 20px;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: -1px;
  line-height: 1.5;
  display: inline-block;
}

#consul_Wrap .image {
}
#consul_Wrap .image02 {
  margin: 20px auto;
  width: 90%;
}
    /* スクロール */
    /* #consul_Wrap .sc_img .sc_img_inner {
      overflow: hidden;
      overflow-x: scroll;
      padding: 0 0 20px;
  }
  #consul_Wrap .sc_img .sc_img_inner figure img {
      width: auto;
      height: 400px;
      display: block;
  }
  #consul_Wrap .sc_img .sc_img_inner figure figcaption {
      display: none;
  } */



}
