@charset "UTF-8";
.page_mv {
  background: url(../img/mv/campuslife.jpg) center / cover;
}

/* ------------------------------------------
  cl_menu
------------------------------------------ */

.cl_menu {
  margin-top: 72px;
  margin-bottom: 100px;
}

.cl_menu ul {
  display: flex;
  justify-content: space-between;
}

.cl_menu ul li {
  width: 23.7%;
}

.more_button {
  width: 100%;
}

.cl_menu .more_button a:after {
  transform: rotate(90deg);
  bottom: calc(50% - 14px);
}

.cl_menu .more_button a:hover::after {
  bottom: 10px;
  right: 40px;
  border-left: 8px solid #fff;
}

@media screen and (max-width: 767px) {
  .cl_menu ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  .cl_menu ul li {
    width: 48%;
  }
  .cl_menu {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .cl_menu .more_button a::after {
    right: 20px;
  }
}

/* ------------------------------------------
  cl_sec1
------------------------------------------ */

.cl_sec {
  margin-bottom: 100px;
}

.cl_sec1 .section_ttl {
  margin-bottom: 80px;
}

.cl_sec1 .section_ttl+p {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 35px;
  margin-bottom: 100px;
}

.cl_sec1_content {
  width: 79.2%;
}

.cl_sec1_content_item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.cl_sec1_content_item:not(:last-child):before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #263e6d;
  top: 0;
  left: 25px;
  z-index: 9;
}

.cl_sec1_content_item:not(:last-of-type) {
  padding-bottom: 50px;
}

.cl1_m {
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #263e6d;
  display: grid;
  place-content: center;
  color: #263e6d;
  border-radius: 50%;
  z-index: 10;
  background: #fff;
}

.cl1_m p {
  font-size: 15px;
  letter-spacing: 0.03em;
}

.cl1_m p span {
  font-size: 20px;
}

.cl1_det {
  width: 88.4%;
}

.cl1_det ul {
  padding-top: 17px;
}

.cl1_det ul li {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 20px;
}

.cl1_det ul li:not(:last-child) {
  margin-bottom: 15px;
}

.cl1_det ul li::before {
  position: absolute;
  content: "・";
  font-size: 20px;
  bottom: 0;
  left: 0;
}

.item2 {
  align-items: center;
}

.cl1_det_img {
  margin-top: 50px;
  max-width: 700px;
}

.item3 .cl1_det_img {
  display: flex;
}

.cl1_det_img.img_double {
  display: flex;
}

.cl1_det_img.img_double img:nth-of-type(1) {
  margin-right: 21px;
  max-width: 360px;
  width: 100%;
}

.cl1_det_img.img_double img:nth-of-type(2) {
  margin-right: 21px;
  max-width: 320px;
  width: 100%;
}

.item5 .cl1_det_img img {
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .cl_sec1 .section_ttl span {
    margin-left: 16px !important;
  }
  .cl_sec1 .section_ttl+p {
    font-size: 16px;
    margin-bottom: 80px;
    line-height: 25px;
  }
  .cl_sec1_content {
    width: 100%;
  }
  .cl1_m {
    margin-right: 20px;
  }
  .cl1_det {
    width: 80%;
  }
  .cl1_det ul li {
    font-size: 14px;
  }
  .cl1_det ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .cl1_det_img {
    margin-top: 20px;
  }
  .cl1_det_img img+img {
    margin-top: 10px;
  }
  .item3 .cl1_det_img img:nth-of-type(1) {
    margin-right: 0;
  }
  .item3 .cl1_det_img {
    display: block;
  }
  .cl1_m p {
    font-size: 12px;
  }
  .cl1_m p span {
    font-size: 18px;
  }
  .cl_sec1_img_sp {
    margin-top: 20px;
  }
  .cl_sec1_img_sp_inner {
    width: 100%;
  }
  .cl_sec1_img:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .cl_sec1_img img {
    display: block;
  }
  .cl_sec1_img_flex {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
  }
  .cl_sec1_img_flex img:nth-of-type(1) {
    width: 51.35%;
    display: block;
  }
  .cl_sec1_img_flex img:nth-of-type(2) {
    width: 45.6%;
    display: block;
  }
  .cl1_det_img.img_double {
    display: block;
  }
  .cl1_det_img.img_double img:nth-of-type(1) {
    margin-right: 0;
    max-width: 360px;
    width: 100%;
  }
  .cl1_det_img.img_double img:nth-of-type(2) {
    margin-right: 0;
    max-width: 360px;
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .cl1_det {
    empty-cells: 74%;
  }
  .more_button a {
    padding: 10px 20px;
  }
  .more_txt {
    font-size: 12px;
    line-height: 17px;
  }
  .more_sub_txt {
    font-size: 10px;
    line-height: 13px;
  }
  .cl_menu .more_button a:after {
    border: 7px solid transparent;
    border-left: 7px solid;
    bottom: calc(50% - 11px);
  }
  .cl_menu .more_button a:hover::after {
    right: 20px;
  }
  .cl_sec1 .section_ttl+p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .cl_sec1_content_item:not(:last-of-type) {
    padding-bottom: 43px;
  }
}

/* ------------------------------------------
  cl_sec2
------------------------------------------ */

.cl_sec2 {
  padding: 50px 0;
  background: #f3f9ff;
}

.cl_sec2 .section_ttl {
  margin-bottom: 50px;
}

.cl_sec2_content_ttl {
  text-align: center;
  color: #fff;
  font-weight: 600;
  background: #263e6d;
  padding: 8px 0;
  margin-bottom: 60px;
  font-size: 20px;
  letter-spacing: 0.03em;
}

.cl_sec2_content:not(:last-of-type) {
  margin-bottom: 100px;
}

.cl_sec2_content_inner {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.cl_sec2_content_item {
  width: 32%;
}

.cl_sec2_content_item img {
  width: 100%;
  margin-bottom: 10px;
}

.cl_sec2_content_item p {
  font-size: 15px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .cl_sec2 {
    margin-bottom: 50px;
  }
  .cl_sec2 .section_ttl {
    margin-bottom: 20px;
  }
  .cl_sec2 .section_ttl span {
    margin-left: 16px !important;
  }
  .cl_sec2_content_inner {
    display: block;
  }
  .cl_sec2_content_item {
    width: 100%;
  }
  .cl_sec2_content_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .cl_sec2_content_ttl {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .cl_sec2_content:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

/* ------------------------------------------
  cl_sec3
------------------------------------------ */

.cl_sec3 {
  margin-bottom: 200px;
}

.cl_sec3 .section_ttl {
  margin-bottom: 80px;
}

.voice_content_inner {
  display: flex;
  justify-content: space-between;
}

.voice_content_inner:not(:last-of-type) {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 0.5px solid #b9b9b9;
}

.voice_content_item1 {
  width: 36%;
}

.comment {
  padding: 20px 15px 20px 25px;
  width: 100%;
  display: grid;
  place-content: center;
  border: 1px solid #5a84d7;
  margin-bottom: 40px;
  position: relative;
}

.comment::after {
  width: 100%;
  height: 100%;
  content: "";
  background: #f3f9ff;
  bottom: -10px;
  left: 10px;
  position: absolute;
  z-index: -1;
}

.comment::before {
  content: "";
  position: absolute;
  background: #f3f9ff;
  bottom: -2px;
  left: 50%;
  height: 4px;
  width: 20px;
}

.comment_inner {
  margin: auto 0;
  position: relative;
}

.comment_inner::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 1px;
  transform: rotate(-35deg);
  bottom: -26px;
  left: calc(50% - 15px);
  background: #5a84d7;
}

.comment p {
  font-size: 25px;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #263e6d;
}

.voice_img img {
  width: 100%;
  margin-bottom: 10px;
}

.voice_img p {
  text-align: right;
  font-size: 15px;
  letter-spacing: 0.03em;
}

.voice_content_item2 {
  width: 57%;
}

.voice_q {
  background: #263e6d;
  padding: 10px 20px;
  margin-bottom: 15px;
  color: #fff;
}

.q_num {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 14px;
  margin-bottom: 5px;
}

.q_txt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 15px;
}

.voice_a {
  margin-left: 20px;
  margin-right: 10px;
}

.a_txt {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 30px;
}

.qa_item:not(:last-of-type) {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .cl_sec3 {
    margin-bottom: 100px;
  }
  .voice_content_inner {
    display: block;
  }
  .voice_content_item1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .cl_sec3 .section_ttl {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .voice_img p {
    text-align: left;
  }
  .voice_content_item2 {
    width: 100%;
  }
  .qa_item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .q_txt {
    line-height: 22px;
  }
  .voice_content_inner:not(:last-of-type) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .voice_a {
    margin: 0 20px;
  }
  .comment_inner {
    font-size: 25px;
  }
  .comment p {
    font-size: 23px;
  }
}

@media screen and (max-width: 374px) {
  .comment p {
    font-size: 20px;
    margin-top: 30px;
  }
}

/* ------------------------------------------
  cl_sec4
------------------------------------------ */

.sec4_wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.sec4_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: 0;
}

.cl_sec4 .section_ttl {
  margin-bottom: 80px;
}

.sec4_content_inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 100px;
  padding-bottom: 100px;
}

.sec4_content_inner:last-of-type {
  margin-bottom: 0;
}

.sec4_content_inner:not(:last-of-type):after {
  position: absolute;
  content: '';
  max-width: 1000px;
  width: 100%;
  height: 0.5px;
  background: #707070;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* .sec4_border {
  margin: 100px 0;
  max-width: 1000px;
  width: 100%;
  background: #707070;
  height: 0.5px;
} */

.sec4_content_item1 {
  width: 41.66%;
}

.lecturer_name {
  font-size: 25px;
  font-weight: 500;
  color: #263e6d;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

.Lecturer_det {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 30px;
  margin-bottom: 30px;
}

.lecturer_qa_item:not(:last-of-type) {
  margin-bottom: 25px;
}

.lecturer_qa {
  background: #f3f9ff;
  padding: 23px 30px;
}

.lecturer_q {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 3px;
  color: #263e6d;
  font-weight: 600;
}

.lecturer_a {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 30px;
}

.sec4_content_item2 {
  width: 54.2%;
}

.sec4_content_item2 img {
  width: 100%;
}

.lecturer_qa_item:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .sec4_container {
    width: 90%;
    margin: 0 auto;
  }
  .sec4_border {
    width: 100%;
    margin: 100px auto;
  }
}

@media screen and (max-width: 767px) {
  .cl_sec4 {
    margin-bottom: 50px;
  }
  .sec4_container {
    max-width: 90%;
    margin: 0 20px;
  }
  .sec4_content_inner {
    flex-direction: column;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .sec4_content_item1, .sec4_content_item2 {
    width: 100%;
  }
  .sec4_content_item1 {
    margin-bottom: 0;
    order: 2;
  }
  .cl_sec4 .section_ttl {
    margin-bottom: 30px;
  }
  .lecturer_name {
    margin-bottom: 10px;
  }
  .Lecturer_det {
    margin-bottom: 10px;
  }
  .lecturer_qa {
    padding: 20px;
  }
  .sec4_border {
    margin: 50px auto;
  }
  .voice_q {
    padding-top: 14px;
  }
  .lecturer_q {
    line-height: 14px;
    margin-bottom: 6px;
  }
  .lecturer_a {
    line-height: 22px;
  }
}