.m-main {
  padding-bottom: 0;
}
.main-container {
  position: relative;
  z-index: 1;
}
.h2 {
  display: flex;
  align-items: flex-end;
  padding-bottom: 35px;
  font-size: 3.2rem;
  font-weight: 300;
}
.h2_en {
  margin-right: 20px;
}
.h2_en.-pickup img {
  width: 316px;
}
.h2_en.-people img {
  width: 300px;
}
.h2_en.-message img {
  width: 385px;
}
@media screen and (max-width: 768px) {
  .h2 {
    padding-bottom: 15px;
    font-size: 2.4rem;
  }
  .h2_en.-pickup img {
    width: 160px;
  }
  .h2_en.-people img {
    width: 153px;
  }
  .h2_en.-message img {
    width: 193px;
  }
}
.hero {
  overflow: hidden;
}
.hero * {
  outline: none;
}
.hero img {
  max-width: none;
  width: 100%;
}
.hero .m-col.-main {
  max-width: calc(50% - 30px);
}
.hero .m-col.-text-right {
  text-align: right;
}
.hero_img01 {
  position: relative;
  z-index: 1;
  margin-right: -15px;
  margin-left: -65px;
}
.hero_img01 .slick-track {
  display: flex;
}
.hero_img02 {
  position: relative;
  z-index: 0;
  margin-top: -33.33%;
  width: 525px;
}
.hero_img02 img {
  position: relative;
  z-index: 1;
}
.hero_img02::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 0;
  width: 100%;
  max-width: 520px;
  height: 100%;
  max-height: 520px;
  display: block;
  background: #093;
  opacity: 0.2;
}
.hero_textarea01 {
  position: relative;
  z-index: 2;
  margin: 21.64% -15px 0 27.61%;
}
.hero_textarea02 {
  display: inline-block;
  margin-top: 35px;
  margin-left: 55px;
  text-align: left;
  /* -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; */
}
.hero_ttl {
  margin-left: 5px;
}
.hero_lead {
  margin-left: 4%;
  font-size: 3.6rem;
  color: #093;
  white-space: nowrap;
}
.hero_text {
  margin-top: 30px;
  margin-left: 2%;
  font-size: 1.6rem;
  line-height: 1.8;
  white-space: nowrap;
}
.hero_btn {
  margin-top: 60px;
}
@media screen and (max-width: 1110px) {
  .hero_img02 {
    width: 100%;
  }
  .hero_lead {
    font-size: 3.24324vw;
  }
  .hero_text {
    font-size: 1.44144vw;
  }
}
@media screen and (max-width: 768px) {
  .hero .m-container {
    position: relative;
  }
  .hero .m-col.-main {
    max-width: none;
  }
  .hero .m-col.-text-right {
    text-align: left;
  }
  .hero img {
    width: 100%;
    max-width: none;
  }
  .hero_img01 {
    margin-left: 0;
  }
  .hero_img02 {
    margin: -15px 36.23% 0 -15px;
    width: 100%;
  }
  .hero_img02::after {
    top: 15px;
    left: 15px;
  }
  .hero_textarea01 {
    position: absolute;
    bottom: 12.5%;
    left: 13.05%;
    right: 0;
    margin: 0;
  }
  .hero_textarea02 {
    margin-top: 15%;
    margin-left: 0;
    /* -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset; */
  }
  .hero_ttl {
    margin-left: 0;
  }
  .hero_ttl img {
    width: 74.11%;
  }
  .hero_lead {
    position: absolute;
    top: 8.5%;
    right: 8%;
    margin: 0;
    font-size: 6.4vw;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .hero_text {
    margin-top: 3%;
    margin-left: 0;
    font-size: 3.73vw;
  }
  .hero_btn {
    margin-top: 11%;
  }
  .hero_btn .m-btn {
    width: 31%;
  }
}
.pickup {
  margin: 0 auto;
  padding-top: 80px;
}
.pickup_list {
  margin: 0;
}
.pickup_list_item {
  width: 33.33333%;
}
.pickup_list_item.m-col {
  margin: 0;
}
.pickup_list_item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18.714286vw;
  overflow: hidden;
  text-decoration: none;
}
.pickup_list_item a:hover .pickup_list_img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.pickup_list_text {
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
.pickup_list_text_en {
  display: block;
  font-family: Lato;
  font-size: 4.8rem;
  font-weight: 400;
  opacity: 0.7;
  line-height: 1.4;
}
.pickup_list_text_and {
  font-size: 2.8rem;
}
.pickup_list_img {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 0;
  display: flex;
}
.pickup_list_img img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.pickup_list_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  opacity: 0.6;
}

@media screen and (max-width: 1110px) {
  .pickup_list_text {
    font-size: 2.16216vw;
  }
  .pickup_list_text_en {
    font-size: 4.32432vw;
  }
  .pickup_list_text_and {
    font-size: 2.52252vw;
  }
}
@media screen and (max-width: 768px) {
  .pickup {
    padding-top: 40px;
  }
  .pickup_list {
    flex-direction: row;
  }
  .pickup_list_item.m-col {
    width: 50%;
    padding: 0;
  }
  .pickup_list_item a {
    height: 29.6vw;
  }
  .pickup_list_text {
    font-size: 3.73vw;
  }
  .pickup_list_text_en {
    font-size: 6.66vw;
  }
  .pickup_list_text_and {
    font-size: 4vw;
  }
}

/* 更新 */
.pickup_list_new {
  max-width: 1080px;
  margin: -40px auto 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pickup_list_new_item {
  width: calc(33.333% - 30px);
  margin: 40px 0 0;
}

.pickup_list_new_item a:hover  {
  text-decoration: none !important;
}

.pickup_list_new_item a:hover img {
  transform: scale(1.06);
}

.pickup_list_new_item a:hover .pickup_list_new_text .pickup_list_new_text_jp {
  color: #009933;
}

.pickup_list_new_item a figure {
  overflow: hidden;
}

.pickup_list_new_item a figure img {
  width: 100%;
  transition: 0.8s cubic-bezier(.165,.84,.44,1);
}

.pickup_list_new_item a .pickup_list_new_text {
  font-weight: bold;
}

.pickup_list_new_item a .pickup_list_new_text span {
  display: block;
  line-height: 1;
}

.pickup_list_new_item a .pickup_list_new_text .pickup_list_new_text_jp {
  padding-top: 22px;
  font-size: 20px;
  transition: 0.4s cubic-bezier(.165,.84,.44,1);
}

.pickup_list_new_item a .pickup_list_new_text .pickup_list_new_text_en {
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-family: "Lato";
  color: #009933;
}

@media screen and (max-width: 768px) {
  .pickup_list_new {
    margin: -26px auto 35px;
    padding: 0 15px;
  }
  .pickup_list_new_item {
    width: calc(50% - 15px);
    margin: 26px 0 0;
  }

  .pickup_list_new_item a .pickup_list_new_text .pickup_list_new_text_jp {
    padding-top: 15px;
    font-size: 16px;
  }

  .pickup_list_new_item a .pickup_list_new_text .pickup_list_new_text_en {
    padding-top: 5px;
    font-size: 14px;
  }
}

/* _更新 */
.people {
  padding: 100px 0;
  background: #f5f5f5;
  overflow: hidden;
}
.people_list_item {
  flex-grow: 0;
  flex-basis: auto;
  width: 23.8572vw;
  padding: 0 30px;
}
.people_list_item a {
  position: relative;
  display: block;
  padding-bottom: 80px;
  text-decoration: none;
}
.people_list_item a:hover .people_list_ttlarea {
  opacity: 1;
}
.people_list_item a:hover .people_list_ttl {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.people_list_item.slick-center .people_list_ttlarea {
  opacity: 1;
}
.people_list_item.slick-center .people_list_ttl {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.people_list_item.m-col {
  margin: 0 30px;
}
.people_list_item.-ptn01 .people_list_label {
  background: #5889a0;
}
.people_list_item.-ptn01 .people_list_ttlarea {
  background: rgba(88, 137, 160, 0.5);
}
.people_list_item.-ptn01 .people_list_textarea {
  background: rgba(88, 137, 160, 0.2);
}
.people_list_item.-ptn02 .people_list_label {
  background: #35ce7a;
}
.people_list_item.-ptn02 .people_list_ttlarea {
  background: rgba(53, 206, 122, 0.5);
}
.people_list_item.-ptn02 .people_list_textarea {
  background: rgba(53, 206, 122, 0.2);
}
.people_list_item.-ptn03 .people_list_label {
  background: #cba531;
}
.people_list_item.-ptn03 .people_list_ttlarea {
  background: rgba(203, 165, 49, 0.5);
}
.people_list_item.-ptn03 .people_list_textarea {
  background: rgba(203, 165, 49, 0.2);
}
.people_list_item.-ptn04 .people_list_label {
  background: #8471ab;
}
.people_list_item.-ptn04 .people_list_ttlarea {
  background: rgba(132, 113, 171, 0.5);
}
.people_list_item.-ptn04 .people_list_textarea {
  background: rgba(132, 113, 171, 0.2);
}
.people_list_item.-ptn05 .people_list_label {
  background: #58bbdc;
}
.people_list_item.-ptn05 .people_list_ttlarea {
  background: rgba(88, 187, 220, 0.5);
}
.people_list_item.-ptn05 .people_list_textarea {
  background: rgba(88, 187, 220, 0.2);
}
.people_list_label {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 1px 10px;
  font-size: 1.7rem;
  font-weight: 600;
  color: #fff;
}
.people_list_img {
  position: relative;
  z-index: 1;
  margin-top: -13px;
}
.people_list_img img {
  width: 100%;
  max-width: none;
}
.people_list_ttlarea {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.people_list_ttl {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  font-size: 1.5vw;
  font-weight: 600;
  color: #fff;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.people_list_textarea {
  position: absolute;
  left: 20px;
  top: 110px;
  bottom: 0;
  z-index: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  background: #ccc;
}
.people_list_text {
  display: flex;
  align-items: center;
  height: 80px;
  padding-right: 25px;
  font-size: 1.7rem;
  text-align: right;
  line-height: 1.4;
}
.people_btn {
  margin-top: 30px;
}
.people .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.people .slick-counter {
  margin-top: 30px;
  font-family: Lato;
  font-size: 2.4rem;
  color: #888;
}
.people .slick-arrow {
  width: 12px;
  margin-top: 33px;
}
.people .slick-arrow.-prev {
  margin-right: 35px;
}
.people .slick-arrow.-next {
  margin-left: 35px;
}
@media screen and (max-width: 1110px) {
  .people_list_item {
    padding: 0 2.7027vw;
  }
  .people_list_item a {
    padding-bottom: 7.20721vw;
  }
  .people_list_label {
    font-size: 1.53153vw;
  }
  .people_list_textarea {
    top: 9.90991vw;
    left: 1.8018vw;
  }
  .people_list_text {
    height: 7.20721vw;
    padding-right: 2.25225vw;
    font-size: 1.53153vw;
  }
}
@media screen and (max-width: 768px) {
  .people {
    padding: 50px 0;
  }
  .people_list_item {
    width: 54.6666vw;
    padding: 0 4.53vw;
  }
  .people_list_item a {
    padding-bottom: 14.4vw;
  }
  .people_list_label {
    font-size: 3.73vw;
  }
  .people_list_ttl,
  .people_list_ttlarea {
    transition: none;
  }
  .people_list_ttlarea {
    top: auto;
    min-height: 16vw;
    padding: 5px 10px;
    opacity: 1;
  }
  .people_list_ttl {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 3.73vw;
  }
  .people_list_textarea {
    top: 16vw;
    left: 4vw;
  }
  .people_list_text {
    height: 14.4vw;
    padding-right: 4vw;
    font-size: 3.2vw;
  }
}
.people_btn {
  margin-top: 25px;
}
.people .slick-counter {
  font-size: 2rem;
}
.people .slick-arrow {
  margin-top: 33px;
}
.people .slick-arrow.-prev {
  margin-right: 28px;
}
.people .slick-arrow.-next {
  margin-left: 28px;
}
.message {
  padding: 100px 0 140px;
  overflow: hidden;
}
.message_list {
  display: flex;
}
.message_list_item a {
  position: relative;
  display: block;
}
.message_list_item a:hover .message_list_img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.message_list_item a:hover .message_list_img::before {
  opacity: 1;
}
.message_list_item:nth-child(1) .message_list_textarea {
  top: 10%;
}
.message_list_item:nth-child(2) .message_list_textarea {
  top: 8%;
}
.message_list_item:nth-child(2) .message_list_img {
  margin-top: 100px;
}
.message_list_img {
  position: relative;
}
.message_list_img_inner {
  overflow: hidden;
}
.message_list_img img {
  position: relative;
  z-index: 1;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.message_list_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
.message_list_img::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #093;
  opacity: 0.2;
}
.message_list_textarea {
  position: absolute;
  left: 30px;
  right: 30px;
  z-index: 2;
}
.message_list_text {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.4;
}
.message_list_name {
  margin-top: 15px;
  text-align: center;
  color: #888;
}
@media screen and (max-width: 1110px) {
  .message_list_text {
    font-size: 2.88288vw;
  }
  .message_list_name {
    margin-top: 1.8018vw;
    font-size: 1.26126vw;
  }
}
@media screen and (max-width: 768px) {
  .message {
    padding: 50px 0 75px;
  }
  .message_list {
    display: block;
  }
  .message_list_item {
    font-size: 0;
  }
  .message_list_item a {
    display: inline-block;
  }
  .message_list_item:nth-child(1) .message_list_textarea {
    top: 6%;
  }
  .message_list_item:nth-child(2) a {
    margin-left: 17.3333vw;
  }
  .message_list_item:nth-child(2) .message_list_textarea {
    top: 12%;
  }
  .message_list_item:nth-child(2) .message_list_img {
    margin-top: 15px;
  }
  .message_list_img {
    width: 69.3333vw;
  }
  .message_list_img::after {
    top: 15px;
    left: 15px;
  }
  .message_list_textarea {
    left: 10px;
    right: 10px;
  }
  .message_list_text {
    font-size: 1.6rem;
  }
  .message_list_name {
    margin-top: 8px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 320px) {
  .message_list_text {
    font-size: 1.4rem;
  }
}
.special {
  position: relative;
  display: flex;
  justify-content: center;
  height: 580px;
  background: url(../../graduate/images/bg_special.jpg) no-repeat 50% 50% /
    cover;
  text-align: center;
}
.special .m-container {
  position: relative;
  z-index: 1;
  margin: 0;
}
.special_ttl {
  margin-top: 84px;
}
.special_ttl img {
  width: 496px;
}
.special_text {
  margin-top: 35px;
  font-size: 1.8rem;
}
.special_btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .special {
    height: 375px;
    background-image: url(../../graduate/images/bg_special_sp.jpg);
  }
  .special_ttl {
    margin-top: 56px;
  }
  .special_ttl img {
    width: 282px;
  }
  .special_text {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .special_btn {
    margin-top: 25px;
  }
  .special::after {
    background-position: 50% 36px;
    background-size: auto 340px;
  }
}
#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media print {
  #particles-js {
    display: none;
  }
  .message_list {
    display: block;
  }
  .message_list::after {
    content: "";
    display: table;
    clear: both;
  }
  .message_list_item {
    float: left;
  }
  .message_list_item:nth-child(2) .message_list_img {
    margin-top: 0;
  }
  .h2 {
    display: block;
  }
  .h2_en {
    display: inline-block;
    vertical-align: bottom;
  }
}
