@charset "UTF-8";
#newgraduate .breadcrumb.contents {
  margin: 25px auto;
}
#newgraduate .page-newgraduate {
  background: url(../images/newgraduate/newgraduate_concept02_sp1.png) no-repeat;
  background-position: top center;
  background-size: auto 100%;
}
.page-newgraduate-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 28px;
  line-height: 1.8;
}
.page-newgraduate-title .border-title {
  color: #f05a24;
  font-size: 30px;
}

.newgraduate-concept-title {
  margin: 120px auto 60px;
}
.newgraduate-concept-title img {
  margin: auto;
}
.newgraduate-concept-text {
  margin: 60px auto 100px;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
.newgraduate-concept-contents {
  padding: 45px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 7px #c5c5c5;
}
.concept-contents-title {
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.newgraduate-concept-contents .img {
  border-radius: 10px;
  overflow: hidden;
  width: 50%;
  max-width: 510px;
}
.newgraduate-concept-contents .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.newgraduate-concept-contents .text-box {
  width: 45%;
  margin-left: 5%;
}
.newgraduate-concept-contents .text {
  line-height: 1.8;
}
.newgraduate-message {
  padding: 80px 0;
  background: #ffffee;
}
.newgraduate-message .message-title-box {
  margin-bottom: 60px;
  text-align: center;
}
.newgraduate-message-title {
  display: inline-block;
  font-size: 36px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f18c1e;
}
.message-contents {
  align-items: center;
  margin-bottom: 50px;
}
.message-contents:last-of-type {
  margin-bottom: 145px;
}
.message-contents-text {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 770px;
  padding: 35px;
  margin-left: 75px;
  background: #fff;
  border-radius: 10px;
  line-height: 1.8;
}
.message-contents-text:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -50px;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 0 15px 50px;
  border-color: transparent transparent #fff transparent;
}
.message-detail {
  text-align: center;
  padding: 60px 100px 80px;
  background: #fff;
  border-radius: 10px;
}
.message-detail:not(:last-child) {
  margin-bottom: 50px;
}
.message-detail-title {
  display: inline-block;
  margin-bottom: 60px;
  font-size: 36px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f18c1e;
}
.message-detail-text {
  margin-left: 40px;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  width: 50%;
  max-width: 510px;
}
.message-detail-contents .img {
  width: 50%;
  max-width: 470px;
}
.message-detail .link-btn {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 260px;
  margin-top: 30px;
  padding: 15px 0;
  background: #f18d1e;
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  transition: .3s;
  line-height: 1;
}
.message-detail .link-btn:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 10px;
  content: "＞";
}
@media screen and (max-width: 1150px) {
  #newgraduate .page-newgraduate {
    background: url(../images/newgraduate/newgraduate_concept02.png) no-repeat;
    background-position: top center;
    background-size: auto 100%;
  }
  .sec-page.sec-newgraduate {
    padding: 0;
  }
  .page-newgraduate-title {
    font-size: 5vw;
  }
  .page-newgraduate-title .border-title {
    font-size: 120%;
  }
  .newgraduate-concept-title {
    width: 75%;
    max-width: 506px;
    margin: auto;
    padding: 10% 0 5%;
  }
  .newgraduate-concept-title.title02 {
    width: 90%;
    max-width: 670px;
    padding: 0;
    margin: 5% auto 10%;
  }
  .newgraduate-concept-text {
    font-size: 3.6vw;
    margin: 0 auto 10%;
  }
  .newgraduate-concept-contents {
    display: block;
    width: 90%;
    margin: 5% auto 7.5%;
    padding: 5%;
  }
  .newgraduate-concept-contents .img {
    width: 100%;
    margin: 0 auto 5%;
  }
  .newgraduate-concept-contents .text-box {
    width: 100%;
    margin: 5% auto 0;
  }
  .concept-contents-title {
    font-size: 4.2vw;
    line-height: 1.4;
    margin-bottom: 5%;
  }
  .newgraduate-concept-contents .text {
    font-size: 3.6vw;
  }
  .newgraduate-message {
    padding: 10% 5%;
  }
  .newgraduate-message .message-title-box {
    margin-bottom: 10%;
  }
  .newgraduate-message-title {
    font-size: 6vw;
  }
  .message-contents {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .message-contents-img {
    width: 50%;
    margin: auto;
  }
  .message-contents-text {
    width: 100%;
    margin: 3% auto 0;
  }
  .message-contents-text:before {
    top: 5%;
    left: -20px;
    bottom: auto;
    border-width: 0 0 5px 20px;
  }
  .message-detail {
    padding: 7.5%;
  }
  .message-detail:not(:last-child) {
    margin-bottom: 5%;
  }
  .message-detail-title {
    margin-bottom: 5%;
    font-size: 6vw;
  }
  .message-detail-contents {
    display: block;
  }
  .message-detail-contents .img {
    width: 100%;
  }
  .message-detail-text {
    width: 100%;
    margin: 5% auto 0;
    font-size: 3.6vw;
  }
  .message-detail .link-btn {
    width: 100%;
    max-width: none;
    margin-bottom: 5%;
    padding: 25px 0;
  }
}
