/*
* recruit page
*/
.p-page-desc-recruit-career .col {
  margin-bottom: 0;
}
/*
* recruit page
*/
.flex-justify-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 35px;
}
.flex-justify-center .col{
  width: calc(50% - 17.5px);
}
.c-photo__layer2-recruit-1 {
  background-image: url(../img/recruit/recruit-link01.jpg);
}
.c-photo__layer2-recruit-3 {
  background-image: url(../img/recruit/recruit-link03.jpg);
}
@media screen and (max-width: 768px) {
  .flex-justify-center {
    flex-direction: column;
    gap: 45px;
  }
  .flex-justify-center .col{
    width: 100%;
  }
}

/*
* alumni page
*/
.btn-green {
  height: 53px;
  line-height: 53px;
  min-width: 341px;
  background: #1f5e3a;
  color: #fff;
  display: inline-block;
  border-radius: 27px;
  padding: 0 65px 0 45px;
  font-size: 22px;
  letter-spacing: 2px;
  position: relative;
  transition: opacity ease .3s;
}
.btn-green:hover {
  opacity: .7;
  color: #fff;
}
.btn-green::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 15px;
  width: 26px;
  height: 8px;
  background: no-repeat url(../img/icon-arrow.svg) center center / contain;
}
.page-head h1{
  background: #1f5e3a;
  color: #fff;
  text-align: center;
  width: 652px;
  height: 145px;
  padding-top: 50px;
  font-size: 25px;
  letter-spacing: 8px;
}
.page-head .img{
  margin-top: -40px;
  margin-left: auto;
  height: 305px;
  width: 86.69%;
  background: no-repeat url(../img/pagemain_6_4.jpg) center center / cover;
}
.page-inner {
  max-width: calc(1000px + 80px);
  margin: 0 auto;
  padding: 0 40px;
}
.page-section-ttl {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1f5e3a;
  font-size: 28px;
  letter-spacing: 2px;
  position: relative;
  padding-left: 50px;
}
.page-section-ttl::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background: no-repeat url(../img/icon-section-ttl.svg) center center / contain;
  width: 35px;
  height: 35px;
}
.alumni .attempt {
  padding: 150px 0;
}
.alumni .attempt__sentence p{
  margin-top: 40px !important;
  text-align: justify;
}
.alumni .attempt__notes{
  background: #ededed;
  margin-top: 70px;
  padding: 65px 100px;
  display: flex;
  gap: 35px;
}
.alumni .attempt__notes h3{
  color: #1f5e3a;
  font-size: 16px;
  word-break: keep-all;
  line-height: 200%;
}
.alumni .attempt__notes div p{
  margin-bottom: 30px !important;
  line-height: 200%;
}
.alumni .attempt__notes div p:last-child {
  margin-bottom: 0px !important;
}
.alumni .attempt__buttons {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .btn-green {
    height: 50px;
    line-height: 50px;
    min-width: auto;
    border-radius: 25px;
    padding: 0 60px 0 25px;
    font-size: 16px;
  }
  .btn-green::after {
    width: 23px;
    height: 7px;
  }
  .page-head h1{
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-top: 0px;
    font-size: 20px;
    letter-spacing: 3px;
  }
  .page-head .img{
    margin: 0px;
    width: 100%;
  }
  .page-inner {
    padding: 0 25px;
  }
  .page-section-ttl {
    font-size: 22px;
    padding-left: 40px;
  }
  .page-section-ttl::before {
    width: 25px;
    height: 25px;
  }
  .alumni .attempt {
    padding: 80px 0;
  }
  .alumni .attempt__sentence p{
    margin-top: 30px !important;
  }
  .alumni .attempt__notes{
    margin-top: 50px;
    padding: 30px;
    flex-direction: column;
    gap: 10px;
  }
  .alumni .attempt__notes div p{
    margin-bottom: 10px !important;
  }
  .alumni .attempt__buttons {
    margin-top: 50px;
    gap: 30px;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .page-head .img{
    height: 200px;
  }
}