#page_mv{
  height: 690px;
}
#head .inner{
  margin-top: 80px;
}
#head .inner{
  width: 1052px;
  margin-left: auto;
  margin-right: auto;
}
#head .inner .ttl{
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #ac9268;
  padding-bottom: 0.2em;
  padding-right: 1.5em;
}
#head .inner .ttl::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../../common/img/line_03.png);
  background-size: 100% 100%;
}
#head .inner .head{
  font-size: 48px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.bg_inner{
  background: #f3efe8;
  padding-bottom: 100px;
}

#prof{
  width: 1052px;
  margin-left: auto;
  margin-right: auto;
}
#prof .ttl_conte .ttl{
  font-size: 30px;
  margin-bottom: 1.5em;
  padding-top: 2em;
  padding-bottom: 0.5em;
  text-align: center;
  border-bottom: 1px solid #323232;
}
#prof .ttl_conte .txt{
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
}

#prof .prof_conte{
  margin-top: 80px;
}
#prof .prof_conte .conte_ttl{
  text-align: center;
  color: #FFF;
  background: #323232;
  font-size: 23px;
  padding: .2em 0;
}
#prof .prof_conte .prof_item{
  position: relative;
  padding-top: 60px;
}
#prof .prof_conte .prof_item::after{
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: .5px;
  background: #323232;
  transform: translateY(-50%);
}
#prof .prof_conte .prof_item .head{
  font-size: 37px;
  margin-bottom: 1em;
}
#prof .prof_conte .prof_item .flex-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
  padding-bottom: 86px;
}
#prof .prof_conte .prof_item .flex-wrap .img_box{
  width: 50%;
}
#prof .prof_conte .prof_item .flex-wrap .txt_box{
  width: 50%;
}
#prof .prof_conte .prof_item .flex-wrap .txt_box .sub_ttl{
  font-size: 20px;
  line-height: 1;
  color: #f08300;
  margin-bottom: 0.4em;
}
#prof .prof_conte .prof_item .flex-wrap .txt_box .name{
  font-size: 27px;
  margin-bottom: 1em;
}
#prof .prof_conte .prof_item .flex-wrap .txt_box .name span{
  font-size: 80%;
}
#prof .prof_conte .prof_item .flex-wrap .txt_box .txt{
  font-size: 16px;
  text-align: justify;
  line-height: 1.8;
}
#prof .prof_conte .read_more_btn{
  position: relative;
  display: block;
  width: 190px;
  margin-left: auto;
  margin-right: 0;
  text-align: center;
  font-size: 17px;
  border: 1px solid #ac9268;
  color: #ac9268;
  background: #FFF;
  line-height: 1;
  border-radius: 1000px;
  padding: .7em 0;
}
#prof .prof_conte .read_more_btn::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5em;
  width: 26px;
  height: 5px;
  background: url(../../common/img/arrow_04.svg);
  background-size: 100% 100%;
}

@media(max-width:1600px){
  #page_mv{
    height: 43.12vw;
  }
  #head .inner{
    margin-top: 5vw;
  }
  #head .inner{
    width: 65.75vw;
  }
  #head .inner .ttl{
    font-size: 1.87vw;
  }
  #head .inner .head{
    font-size: 3vw;
  }

  .bg_inner{
    padding-bottom: 6.25vw;
  }
  
  #prof{
    width: 65.75vw;
  }
  #prof .ttl_conte .ttl{
    font-size: 1.87vw;
  }
  #prof .ttl_conte .txt{
    font-size: 1vw;
  }
  
  #prof .prof_conte{
    margin-top: 5vw;
  }
  #prof .prof_conte .conte_ttl{
    font-size: 1.43vw;
  }
  #prof .prof_conte .prof_item{
    padding-top: 3.75vw;
  }
  #prof .prof_conte .prof_item::after{
    bottom: 1.25vw;
  }
  #prof .prof_conte .prof_item .head{
    font-size: 2.31vw;
  }
  #prof .prof_conte .prof_item .flex-wrap{
    padding-bottom: 5.37vw;
  }
  #prof .prof_conte .prof_item .flex-wrap .txt_box .sub_ttl{
    font-size: 1.25vw;
  }
  #prof .prof_conte .prof_item .flex-wrap .txt_box .name{
    font-size: 1.68vw;
  }
  #prof .prof_conte .prof_item .flex-wrap .txt_box .txt{
    font-size: 1vw;
  }
  #prof .prof_conte .read_more_btn{
    width: 11.87vw;
    font-size: 1.06vw;
  }
  #prof .prof_conte .read_more_btn::after{
    width: 1.62vw;
    height: 0.31vw;
  }
}

@media(max-width:750px){
  #page_mv{
    height: 80vw;
  }
  #head .inner{
    margin-top: 20vw;
    width: 87.33vw;
  }
  #head .inner .ttl{
    font-size: 5.5vw;
    padding-right: 0;
  }
  #head .inner .ttl::after{
    height: 1px;
  }
  #head .inner .head{
    font-size: 6.43vw;
    margin-top: 0.8em;
    white-space: nowrap;
  }

  .bg_inner{
    padding-bottom: 20vw;
  }
  
  #prof{
    width: 88vw;
  }
  #prof .ttl_conte .ttl{
    font-size: 4.73vw;
    letter-spacing: 0;
    white-space: nowrap;
  }
  #prof .ttl_conte .txt{
    width: 100%;
    font-size: 3.46vw;
    line-height: 1.7;
  }
  
  #prof .prof_conte{
    margin-top: 11.33vw;
  }
  #prof .prof_conte .conte_ttl{
    font-size: 4vw;
    padding: 0.4em 0;
  }
  #prof .prof_conte .prof_item{
    padding-top: 7.06vw;
    padding-bottom: 9.06vw;
  }
  #prof .prof_conte .prof_item::after{
    bottom: 0;
    width: 100%;
    transform: translateY(0);
  }
  #prof .prof_conte .prof_item .head{
    font-size: 5.1vw;
    text-align: center;
    line-height: 1.5;
  }
  #prof .prof_conte .prof_item .flex-wrap{
    display: block;
    padding-bottom: 9.06vw;
  }
  #prof .prof_conte .prof_item .flex-wrap .img_box{
    width: 100%;
  }
  #prof .prof_conte .prof_item .flex-wrap .txt_box{
    width: 100%;
  }
  #prof .prof_conte .prof_item .flex-wrap .txt_box .sub_ttl{
    font-size: 4vw;
    margin-top: 1.3em;
    margin-bottom: 0.5em;
  }
  #prof .prof_conte .prof_item .flex-wrap .txt_box .name{
    font-size: 5.33vw;
    margin-bottom: 0.6em;
  }
  #prof .prof_conte .prof_item .flex-wrap .txt_box .txt{
    font-size: 3.46vw;
    line-height: 1.6;
  }
  #prof .prof_conte .read_more_btn{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.73vw;
    padding: 1em 0;
  }
  #prof .prof_conte .read_more_btn::after{
    top: 49%;
    width: 8.93vw;
    height: 1.7vw;
  }
}