#sec .ttl_wrap{
  padding-top: 130px;
  padding-bottom: 130px;
}
#sec .ttl_wrap .sec_ttl{
  position: relative;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #ac9268;
  text-align: center;
  padding-bottom: 0.2em;
  padding-right: 3em;
  padding-left: 3em;
}
#sec .ttl_wrap .sec_ttl::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../../common/img/line_01.png);
  background-size: 100% 100%;
}

#sec .inner{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 104px;
}
#sec .map_conte{
  width: 705px;
  margin-left: auto;
  margin-right: auto;
}

#sec .map_conte .school_img{
  width: 352px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
#sec .map_conte .school_logo{
  width: 182px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}



#sec .map_conte .map_address{
  font-size: 16px;
  margin-top: 1em;
  text-align: center;
}
#sec .map_conte .map_distance{
  font-size: 21px;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}
#sec .map_conte .map_distance .map_distance_item{
  position: relative;
  padding-bottom: 1.5em;
  margin-bottom: 0.8em;
}
#sec .map_conte .map_distance .map_distance_item::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 1px;
  background: #ac9268;
}
#sec .map_conte .map_distance .map_distance_item:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
}
#sec .map_conte .map_distance .map_distance_item:last-child::after{
  display: none;
}
#sec .map_conte .map_distance .map_distance_item span{
  font-size: 165%;
}
#sec .map_conte .map_btn{
  position: relative;
  width: 438px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  font-size: 28px;
  color: #ac9268;
  border: 1px solid #ac9268;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
#sec .map_conte .map_btn span{
  font-size: 70%;
}
#sec .map_conte .map_btn::after{
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 46px;
  height: 10px;
  background: url(../../common/img/arrow_04.svg);
  background-size: 100% 100%;
}

#sec .conte_ttl{
  color: #FFF;
  background: #323232;
  text-align: center;
  font-size: 23px;
  padding-top: .2em;
  padding-bottom: .2em;
  margin-bottom: 2.5em;
}
#sec .principal_conte{
  margin-top: 200px;
}
#sec .principal_conte .flex-wrap{
  display: flex;
  justify-content: space-between;
}
#sec .principal_conte .flex-wrap .img_box{
  width: 274px;
}
#sec .principal_conte .flex-wrap .txt_box{
  width: 587px;
  font-size: 16px;
}
#sec .principal_conte .flex-wrap .txt_box .prof_txt{
  font-size: 26px;
  margin-top: 1em;
}
#sec .principal_conte .flex-wrap .txt_box .txt{
  line-height: 1.8;
}
#sec .principal_conte .flex-wrap .txt_box .prof_txt span{
  font-size: 70%;
  color: #dc6b11;
  margin-right: 1em;
}

#sec .equipment_conte{
  margin-top: 80px;
}
#sec .equipment_conte .flex-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#sec .equipment_conte .flex-wrap .wrap_box{
  width: 30%;
}
#sec .equipment_conte .flex-wrap .wrap_box:nth-child(n+4){
  margin-top: 5%;
}
#sec .equipment_conte .flex-wrap .wrap_box .head{
  font-size: 20px;
  line-height: 1;
  margin-top: .7em;
  margin-bottom: .7em;
}
#sec .equipment_conte .flex-wrap .wrap_box .txt{
  font-size: 15px;
  line-height: 1.6;
}

@media(max-width:1600px){
  #sec .ttl_wrap{
    padding-top: 8.12vw;
    padding-bottom: 8.12vw;
  }
  #sec .ttl_wrap .sec_ttl{
    font-size: 1.87vw;
  }
  
  #sec .inner{
    width: 56.25vw;
    padding-bottom: 13vw;
  }
  #sec .map_conte{
    width: 44.06vw;
  }
  #sec .map_conte .school_img{
    width: 22vw;
    margin-bottom: 3.125vw;
  }
  #sec .map_conte .school_logo{
    width: 11.37vw;
    margin-bottom: 2.5vw;
  }
  #sec .map_conte .map_address{
    font-size: 1vw;
  }
  #sec .map_conte .map_distance{
    font-size: 1.31vw;
  }
  #sec .map_conte .map_distance .map_distance_item::after{
    width: 6.25vw;
  }
  #sec .map_conte .map_btn{
    width: 27.37vw;
    font-size: 1.75vw;
  }
  #sec .map_conte .map_btn::after{
    right: 1.25vw;
    width: 2.87vw;
    height: 0.62vw;
  }
  
  #sec .conte_ttl{
    font-size: 1.43vw;
  }
  #sec .principal_conte{
    margin-top: 12.5vw;
  }
  #sec .principal_conte .flex-wrap .img_box{
    width: 17.12vw;
  }
  #sec .principal_conte .flex-wrap .txt_box{
    width: 36.68vw;
    font-size: 1vw;
  }
  #sec .principal_conte .flex-wrap .txt_box .prof_txt{
    font-size: 1.62vw;
  }
  
  #sec .equipment_conte{
    margin-top: 5vw;
  }
  #sec .equipment_conte .flex-wrap .wrap_box .head{
    font-size: 1.25vw;
  }
  #sec .equipment_conte .flex-wrap .wrap_box .txt{
    font-size: 0.93vw;
  }
}

@media(max-width:750px){
  #sec .ttl_wrap{
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  #sec .ttl_wrap .sec_ttl{
    font-size: 5.33vw;
    padding-right: 3em;
    padding-left: 3em;
  }
  #sec .ttl_wrap .sec_ttl::after{
    height: 1px;
  }
  
  #sec .inner{
    width: 86.66vw;
    padding-bottom: 19.06vw;
  }
  #sec .map_conte{
    width: 100%;
  }
  #sec .map_conte .school_img{
    width: 75%;
    margin-bottom: 7.66vw;
  }
  #sec .map_conte .school_logo{
    width: 30.33vw;
    margin-bottom: 6.66vw;
  }
  #sec .map_conte .map_address{
    font-size: 2.93vw;
    margin-top: .5em;
    letter-spacing: 0;
  }
  #sec .map_conte .map_distance{
    font-size: 3.73vw;
    letter-spacing: 0;
  }
  #sec .map_conte .map_distance .map_distance_item::after{
    width: 17.33vw;
  }
  #sec .map_conte .map_btn{
    width: 78.66vw;
    font-size: 4.66vw;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
  #sec .map_conte .map_btn::after{
    right: 8.66vw;
    width: 9.33vw;
    height: 1.6vw;
  }
  
  #sec .principal_conte,
  #sec .equipment_conte{
    width: 78.66vw;
    margin-left: auto;
    margin-right: auto;
  }
  #sec .conte_ttl{
    font-size: 4.8vw;
    padding-top: .4em;
    padding-bottom: .4em;
    margin-bottom: 2em;
  }
  #sec .principal_conte{
    margin-top: 17.33vw;
  }
  #sec .principal_conte .flex-wrap{
    flex-direction: column;
    gap: 5.86vw;
  }
  #sec .principal_conte .flex-wrap .img_box{
    width: 54.66vw;
  }
  #sec .principal_conte .flex-wrap .txt_box{
    width: 100%;
    font-size: 3.46vw;
    line-height: 1.6;
  }
  #sec .principal_conte .flex-wrap .txt_box .prof_txt{
    font-size: 4vw;
    margin-top: 1.5em;
  }
  #sec .principal_conte .flex-wrap .txt_box .txt{
    line-height: 1.8;
  }
  
  #sec .equipment_conte{
    margin-top: 20vw;
  }
  #sec .equipment_conte .flex-wrap{
    flex-direction: column;
    gap: 13.26vw;
  }
  #sec .equipment_conte .flex-wrap .wrap_box{
    width: 100%;
  }
  #sec .equipment_conte .flex-wrap .wrap_box:nth-child(n+4){
    margin-top: 0;
  }
  #sec .equipment_conte .flex-wrap .wrap_box .head{
    font-size: 4vw;
    line-height: 1.5;
    margin-top: .5em;
    margin-bottom: .5em;
  }
  #sec .equipment_conte .flex-wrap .wrap_box .txt{
    font-size: 3.46vw;
    line-height: 1.6;
  }
}