/* 卒業生の活躍 */
.grad_wrapper {
  padding: 40rem 0 120rem 0;
}
@media screen and (max-width:768px){
  .grad_wrapper {
    padding: 70px 0 60px 0;
  }
}
.grad {
  background-color: #F8F5F0;
  padding: 80rem;
  margin-top: 120rem;
}
@media screen and (max-width:768px){
  .grad {
    padding: 20rem;
	 margin-top: 60px;
  }
}
.grad_icon {
  width: 50rem;
  height: 45rem;
  display: inline-block;
  margin-top: 15rem;
}
@media screen and (max-width:768px){
  .grad_icon {
    width: 26px;
    height: 23px;
    margin-top: 8px;
  }
}
.grad_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grad_title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40rem;
}
@media screen and (max-width:768px){
  .grad_title {
    margin-bottom: 20rem;
  }
}
.gradmessage {
  margin-left: 20rem;
  font-size: 48rem;
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width:768px){
  .gradmessage {
    margin-left: 10rem;
    font-size:24px;
  }
}
.grad_name_content {
  margin-left: 70rem;
}
@media screen and (max-width:768px){
  .grad_name_content {
    margin-left: 45px;
  }
}
@media screen and (max-width:768px){
  .grad_name_content {
    margin-left: 40px;
  }
}
.grad_name {
  font-size: 36rem;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width:768px){
  .grad_name {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
.grad_since {
  font-size: 20rem;
  margin-bottom: 50rem;
  color: #F08300;
  display: block;
}
@media screen and (max-width:768px){
  .grad_since {
    margin-bottom: 26px;
    font-size: 13px;
  }
}
.grad_content p {
  font-size: 20rem;
  line-height: 2;
  margin-bottom: 50rem;
}
@media screen and (max-width:768px){
  .grad_content p {
    margin-bottom: 20rem;
    font-size: 13px;
  }
}
.grad_image_content {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
@media screen and (max-width:768px){
  .grad_image_content {
    flex-direction: column;
  }
}
.grad_image_item {
  width: 48%;
  margin-bottom: 26rem;
}

@media screen and (max-width:768px){
  .grad_image_item {
    width: 100%;
  }
}
.grad_image {
  width: 100%;
  height: auto;
}
.grad_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 25rem;
}
.image_comment {
  text-align: center;
  font-size: 16rem;
  line-height: 1.8;
  color: #7F6558;
  margin-top: 10rem;
}
@media screen and (max-width:768px){
  .image_comment {
    font-size: 12px;
}
}
.grad_btn {
  margin-top: 40rem;
}
.grad_subname {
  display: inline-block;
  margin-left: 10rem;
  font-size: 20rem;
}
@media screen and (max-width:768px){
  .grad_subname {
    font-size: 12px;
  }
}
/* 卒業生の活躍 */