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

/* ------------------------------------------
  gv_list
------------------------------------------ */
.gv_list {
  margin-top: 72px;
  padding-bottom: 100px;
}

.gv_list_ttl {
  margin-bottom: 50px;
  font-size: 25px;
  letter-spacing: 0.03em;
  text-align: center;
}

.gv_list_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-bottom: 105px;
}

.gv_list_item {
  width: 32%;
  margin-bottom: 50px;
}

.gv_list_item a {
  display: block;
  border: none;
}

.gv_list_more p {
  transition: 0.4s;
}

.gv_list_more p.active {
  background: #263e6d;
  color: #fff;
  opacity: 1;
}

.gv_list_img {
  margin-bottom: 35px;
}

.gv_list_img img {
  width: 100%;
}

.gv_list_det {
  display: flex;
  padding-left: 20px;
}

.gv_list_num {
  width: 36px;
  margin-right: 10px;
  font-family: "Roboto", sans-serif;
  color: #263e6d;
  font-size: 30px;
  line-height: 39px;
  font-weight: 500;
}

.gv_list_txt {
  margin-top: 3px;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

.gv_list_belong {
  font-size: 18px;
  font-weight: 600;
}

.gv_list_name {
  font-size: 15px;
}

.gv_list_more {
  width: 120px;
  margin-left: auto;
  margin-right: 20px;
}

.gv_list_more p {
  display: block;
  padding: 7px 0px;
  text-align: center;
  color: #263e6d;
  border: 1px solid #263e6d;
  border-radius: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .gv_list {
    padding-bottom: 50px;
    margin-top: 50px;
  }

  .gv_list_inner {
    display: block;
    margin-bottom: 60px;
  }

  .gv_list_item {
    width: 100%;
    margin-bottom: 30px;
  }

  .gv_list_ttl {
    margin-bottom: 30px;
  }

  .gv_list_img {
    margin-bottom: 20px;
  }

  .gv_list_txt {
    margin-bottom: 20px;
  }
}

/* ------------------------------------------
  gv_litem
------------------------------------------ */
.gv_item {
  margin-top: 40px;
  margin-bottom: 100px;
}

.gv_item_container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.gv_item_content1 {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gv_item_content2 {
  max-width: 1200px;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.gv_item_num {
  color: #263e6d;
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  line-height: 84px;
  margin-bottom: 30px;
  font-weight: 500;
}

.gv_item_num_border {
  width: 30px;
  height: 1px;
  background: #263e6d;
  margin-bottom: 30px;
}

.gv_item_belong {
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 35px;
  margin-bottom: 10px;
  font-weight: 600;
}

.gv_item_txt {
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 35px;
  margin-right: 45px;
  text-align: right;
}

.gv_item_content1_item2 {
  width: 62.5%;
}

.gv_item_content1_item2 img {
  width: 100%;
}

.gv_item_content2 .gv_item_content1_item2 {
  margin-right: 60px;
  width: 47.5%;
}

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

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

.q_txt {
  font-size: 15px;
  font-weight: 600;
  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;
}

.gv_item_content2 .gv_item_content1_item1 {
  width: 47.5%;
}

@media screen and (max-width: 1200px) {
  .gv_item_content1,
  .gv_item_content2 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .gv_item {
    margin-bottom: 50px;
  }

  .gv_item_content1 {
    display: block;
    margin-bottom: 50px;
  }

  .gv_item_content2 {
    flex-direction: column;
  }

  .gv_item_num {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .gv_item_num_border {
    margin-bottom: 20px;
  }

  .gv_item_belong {
    font-size: 24px;
    line-height: 30px;
  }

  .gv_item_txt {
    font-size: 16px;
    line-height: 24px;
    margin-right: 0;
    text-align: left;
  }

  .gv_item_content1_item1 {
    margin-bottom: 30px;
  }

  .gv_item_content1_item2 {
    width: 100%;
  }

  .gv_item_content2 .gv_item_content1_item1 {
    width: 100%;
  }

  .gv_item_content2 .gv_item_content1_item2 {
    width: 100%;
    margin-right: 0;
    order: 2;
  }

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

  .q_txt {
    line-height: 22px;
  }

  .voice_a {
    margin: 0 20px;
  }
}
