/* CSS Document */
/* =============================================

stu-pres

=============================================*/
.stu-pres + .footer {
  margin-top: 0;
}
.stu-pres .pagettl {
  background-image: url("../images/school_life/bg-pagettl_pc.jpg");
}
.pagettl:before {
  content: none;
}
.stu-pres .pagettl .title {
  color: #00bfdd;
  right: auto;
  left: 14%;
}
.stu-pres .pagettl .scroll {
  bottom: -180px;
  left: 50px;
}
.stu-pres .pagettl .scroll .bar:after {
  background-color: #00bfdd;
}
.stu-pres {
  position: relative;
  z-index: 0;
}

.title .title-area h2.tl {
  font-size: 4em;
  font-weight: bold;
  font-family: "Noto Sans Japanese";
  color: #000;
}

.stu-pres:before {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #00bfdd;
  width: 270px;
  transform: rotate(-45deg);
  left: -70px;
  top: 820px;
  z-index: -1;
}
.stu-pres:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px solid #00bfdd;
  width: 300px;
  transform: rotate(-45deg);
  right: -70px;
  top: 1540px;
  z-index: -1;
}
.stu-pres .about .about--inner {
  margin: 0 auto;
  max-width: 970px;
}
.stu-pres .about .about--inner .title {
  margin-bottom: 50px;
  text-align: center;
  padding-top: 50px;
}
.stu-pres .about .about--inner .title .en {
  margin: 0 auto 35px;
  max-width: 190px;
}
.stu-pres .about .about--inner .title .lead {
  font-size: 1.6em;
}
.stu-pres .backbtn {
  margin: 130px auto 100px;
}

.stu-prestext {
  font-size: 1.6em;
  letter-spacing: -0.5px;
  line-height: 30px;
}
.stu-prestext1 {
  font-size: 1.6em;
  letter-spacing: -0.5px;
  line-height: 30px;
}
.stu-prestext2 {
  font-size: 1.6em;
  letter-spacing: -0.5px;
  line-height: 30px;
}
.stu-prestexts {
  font-size: 1.6em;
  letter-spacing: -0.5px;
  line-height: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  margin-bottom: 40px;
}

.headline {
  margin-bottom: 30px;
  color: #000;
  font-size: 2.2em;
  padding: 5px 0 20px 0;
  text-align: left;
  border-bottom: 1px solid #707070;
}

table {
  border-collapse: separate;
  width: 100%;
}

.tb_L {
  background-color: #00bfdd;
  color: #fff;
  width: 30%;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-right: none;
  border-left: 1px solid #707070;
  font-size: 2em;
  border: 1px solid #00bfdd;
  font-weight: bold;
}

.tb_R {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  border-left: none;
  padding: 20px 0 20px 20px;
  width: 700px;
  line-height: 2.8;
  font-size: 1.6em;
}

.tb_R_add {
  border-right: 1px solid #707070;
  border-left: none;
  padding: 0 20px;
  width: 700px;
  line-height: 2;
  font-size: 1.6em;
  display: block;
}

.tb_R_add-t {
  border-top: 1px solid #707070;
  padding-top: 20px;
}

.tb_R_add-b {
  border-bottom: 1px solid #707070;
  padding-bottom: 20px;
}

.lead-box p {
  margin: 20px 0;
  font-size: 1.6em;
  line-height: 1.6;
}

.img-box {
  margin-bottom: 30px;
}

.img-box .img-caption {
  font-size: 1.4em;
  padding-top: 0.5em;
  line-height: 1.6;
}

.img-box-fiex {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.img-box-item {
  width: calc(100% / 2 - 10px);
}

.text-box {
  margin-top: 30px;
}

.text-box p {
  font-size: 1.6em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.sub-title {
  font-size: 2.5em;
  font-weight: bold;
  border-bottom: 2px solid #0093cb;
  padding-bottom: 20px;
}

dl .bold {
  display: flex;
  font-weight: bold;
  margin: 20px 0;
}

dl .normal {
  display: flex;
  margin-bottom: 40px;
}

dt {
  font-size: 1.6em;
  line-height: 1.6;
  flex-basis: 5rem;
}

dd {
  font-size: 1.6em;
  line-height: 1.6;
  flex-basis: auto;
  flex-basis: calc(100% - 5rem);
}

.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .school_life .support .support-inner {
    padding: 0 5%;
  }
  .support:before {
    top: 150px;
    left: -150px;
  }
  .support:after {
    right: -142px;
  }
}
@media screen and (max-width: 767px) {
  .support:before {
    left: auto;
    right: -200px;
    top: 0px;
  }
  .stu-pres .pagettl {
    background-image: url("../images/school_life/bg-pagettl_sp.jpg");
  }
  .stu-pres .support .support-inner {
    padding-top: 50px;
  }
  .stu-pres .support .support-inner .title {
    margin-bottom: 40px;
    padding-top: 0;
  }
  .stu-pres .support .support-inner .title .en {
    margin-bottom: 25px;
    width: 164px;
  }
  .stu-pres .support .support-inner .title .lead {
    font-size: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .stu-pres .about .about--inner {
    padding: 0 5%;
  }

  .title .title-area h2.tl {
    font-size: 3em;
  }

  .tb_L {
    font-size: 2em;
  }

  .tb_R_add-t {
    padding-top: 10px;
  }

  .tb_R_add-b {
    padding-bottom: 10px;
  }

  .tb_R_add {
    width: auto;
    border-left: 1px solid #707070;
    padding: 0 10px;
  }

  tbody tr {
    display: grid;
  }
  .tb_L {
    width: 100%;
  }
  .headline {
    text-align: left;
  }
  .img-box-fiex {
    flex-direction: column;
  }
  .img-box-item {
    width: 100%;
  }
  .stu-pres .backbtn {
    margin: 50px auto;
  }
}

/* 調整 */

.pd10 {
  padding: 10px 0;
}

.pd20 {
  padding: 20px 0;
}

.pd30 {
  padding: 30px 0;
}

.pd40 {
  padding: 40px 0;
}

.pd50 {
  padding: 50px 0;
}

.pdt10 {
  padding-top: 10px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt50 {
  padding-top: 50px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb50 {
  padding-bottom: 50px;
}
