@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : campus.css                                */
/* update : 2025                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.campus {
  padding-top: 228px;
  padding-bottom: 120px;
}

.campus-contents {
  padding: 85px 106px 100px;
  background: #FFF;
  border-radius: 20px;
}

.field-sec {
  display: flex;
}
.field-sec .field-ttl {
  width: 15%;
  min-width: 150px;
  font-size: 18px;
  line-height: 1.5;
}
.field-sec .field-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 85%;
}
.field-sec .field-list li {
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding: 1px 5px;
}
.field-sec .field-list li.global {
  border: 1px solid #5EC95B;
  color: #5EC95B;
}
.field-sec .field-list li.computer {
  border: 1px solid #4BB6F1;
  color: #4BB6F1;
}
.field-sec .field-list li.beauty {
  border: 1px solid #FF83C1;
  color: #FF83C1;
}
.field-sec .field-list li.education {
  border: 1px solid #9C6FD7;
  color: #9C6FD7;
}
.field-sec .field-list li.mypace {
  border: 1px solid #FFA229;
  color: #FFA229;
}

.heading_pickup {
  background: #E2F0FF;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.heading_pickup span {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.heading_pickup .pick {
  background: #FFF;
  border: 1.5px solid #1E5DD5;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  color: #1E5DD5;
  padding: 0 10px 2px 10px;
  vertical-align: super;
  margin-right: 10px;
}

.introduction01 {
  margin-bottom: 102px;
}

.introduction01_list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 6.6%;
}
.introduction01_list li {
  width: 46.7%;
  max-width: 480px;
}

.introduction01_name {
  font-weight: bold;
  font-size: 24px;
  line-height: 43.2px;
  color: #1e5dd5;
  margin: 20px 0 10px;
}

.introduction02_list {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.introduction02_list li {
  width: 32%;
  max-width: 320px;
  margin-bottom: 30px;
}
.introduction02_list li:nth-last-child(-n+3) {
  margin-bottom: 0px;
}

.introduction02_name {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  margin-top: 15px;
  color: #1e5dd5;
}
.introduction02_name span {
  font-size: 16px;
}

.introduction01_text {
  font-size: 16px;
}

/* -------------------pc END------------------------------- */
@media screen and (max-width: 1020px) {
  .campus-contents {
    padding: 40px 20px 80px;
  }
}
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .campus {
    padding-top: 113px;
    padding-bottom: 65px;
  }
  .campus img {
    width: 100%;
  }
  .campus-contents {
    padding: 38px 20px 31px;
    border-radius: 10px;
  }
  .field-sec {
    display: block;
  }
  .field-sec .field-ttl {
    width: 100%;
    min-width: auto;
    font-size: 12px;
  }
  .field-sec .field-list {
    width: 100%;
  }
  .field-sec .field-list li {
    font-size: 11px;
    padding: 1px 3px;
  }
  .heading_pickup {
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 15px;
  }
  .heading_pickup span {
    font-size: 20px;
  }
  .heading_pickup .pick {
    font-size: 12px;
    padding: 0 5px 2px 5px;
    margin-right: 5px;
  }
  .introduction01 {
    margin-bottom: 50px;
  }
  .introduction01_list {
    margin-top: 25px;
    gap: 25px 0;
  }
  .introduction01_list li {
    width: 100%;
    max-width: inherit;
  }
  .introduction01_name {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0;
  }
  .introduction01_text {
    font-size: 14px;
    line-height: 1.8;
  }
  .introduction02_list {
    margin-top: 18px;
  }
  .introduction02_list li {
    width: 48.6%;
    margin-bottom: 15px;
  }
  .introduction02_list li:nth-last-child(-n+3) {
    margin-bottom: 15px;
  }
  .introduction02_list li:last-child {
    margin-bottom: 0;
  }
  .introduction02_name {
    font-size: 14px;
    line-height: 19px;
    margin-top: 5px;
  }
  .introduction02_name span {
    font-size: 13px;
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=campus.css.map */