@charset "utf-8";





/*=======================================
　aboutus
=======================================*/

/* mv */
.mv {
  position: relative;
  padding: 0;
  height: 350px;
  background: url(../image/aboutus/aboutus_mv.jpg) no-repeat center center;
  background-size: cover;
}


@media screen and (max-width: 768px) {
  .mv {
    background: url(../image/aboutus/aboutus_mv_sp.jpg) no-repeat center center;
    height: 46.66vw;
    background-size: cover;
  }
}


.txt01 {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .txt01 {
  margin-bottom: 50px;
  line-height: 1.42;
}}


/*=======================================
list
=======================================*/

#sec_aboutus .list {
  max-width: 1050px;
  width: 90%;
  margin: 0 auto 110px;
  background: #DCF4FF;
  border-radius: 30px;
  padding: 75px 77px;
  list-style: none;
  counter-reset: number;
}

#sec_aboutus .list_ttl {
  margin-bottom: 25px;
  color: #2A61BA;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  padding-left: 2.5em;
}

#sec_aboutus .list_ttl::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: -7px;
  left: 0;
  width: 34px;
  height: 34px;
background:#2A61BA ;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0;
}



#sec_aboutus .list_txt{
  line-height: 1.9375;
  padding-left: 3.1em;
  margin-bottom: 77px;
}

#sec_aboutus .list_fl {
  display: flex;
  gap: 5%;
}

#sec_aboutus .list_fl .left{
  width: 39.9vw;
}
#sec_aboutus .list_fl .right{
  width: 34.2vw;
}
#sec_aboutus .list_fl .right .img{
  margin-bottom: 7px;
}

#sec_aboutus .list_fl .right span{
  font-size: 13px;
}


@media screen and (max-width: 768px) {

  #sec_aboutus .list_container{
  background: #DCF4FF;
  padding: 40px 0;
  margin-bottom:55px;
}




#sec_aboutus .list {
    margin: 0 auto;
    padding: 0px 0px;
    border-radius: 0px;
  }

  #sec_aboutus .list_ttl {
    margin-bottom: 10px;
    padding: 0px 0px 0px 2em;
    font-size: 15px;
    line-height: 1.333;
  }

  #sec_aboutus .list_ttl::before {
    width: 19px;
    height: 19px;
    font-size: 12.5px;
    top: 0;
    line-height: 1.55;
  }

  #sec_aboutus .list_txt{
    margin-bottom: 35px;
    padding-left: 2.1em;
    line-height: 1.42;
  }


  #sec_aboutus .list_fl {
flex-direction: column;
  }

  #sec_aboutus .list_fl .left{
    width: 100%;
  }
  #sec_aboutus .list_fl .right{
    width: 100%;
    order: -1;
    margin-bottom: 15px;
  }



  #sec_aboutus .list_fl .right span{
    font-size: 11px;
  }

}


/*=======================================
map_container
=======================================*/

#sec_aboutus .map_container{
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 174px;
}

#sec_aboutus .map_box{
width: 500px;
}


#sec_aboutus .map_heading{
  background: #1069C4;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 26px 0 0 20px;
  height: 70px;
}
#sec_aboutus .map_heading p{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  padding-left: 11px;
}

#sec_aboutus .map_heading p::before{
  content: " ";
  display: inline-block;
  background-color: #fff;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50px;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 0.4em;
}

#sec_aboutus .address_txt{
  border: 1px solid #2A61BA;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 43px 20px 60px 20px;
  display: flex;
  align-items: center;
  gap: 5%;
}
#sec_aboutus .address{
  line-height: 1.875;
}

#sec_aboutus .map_icon a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
  background: #FFA33A;
  width: 99px;
  height: 38px;
  border-radius: 30px;
}
#sec_aboutus .map_icon span{
  color: #fff;
  font-weight: 700;
}
#sec_aboutus .map_icon img{
  width: 12px;
  height: 19.5px;
}


@media screen and (max-width: 768px) {
  #sec_aboutus .map_container{
flex-direction: column;
align-items: center;
    margin-bottom: 61px;
    gap: 40px;
  }

  #sec_aboutus .map_box{
width: 100%;
  }


  #sec_aboutus .map_heading{
    height: 40px;
    padding: 12px 0 7px 15px;
  }

  #sec_aboutus .map_heading p{
    font-size: 16px;
  }
  #sec_aboutus .address{
    line-height: 1.425;
  }


  #sec_aboutus .address_txt{
    flex-direction: column;
    gap: 10px;
    padding: 20px 15px;
    align-items: baseline;
  }
  #sec_aboutus .map_icon{
    margin: 0 auto;
  }
  #sec_aboutus .map_icon a{
    width: 150px;
    height: 32px;
margin: 0 auto;

  }
  #sec_aboutus .map_icon span{
    color: #fff;
    font-weight: 700;
  }
  #sec_aboutus .map_icon img{
    width: 12px;
    height: 19.5px;
  }

}
