@charset "utf-8";


/* -------------------------- */
.guidance {
  overflow: hidden;
}

.guidance_inner {
  padding-bottom: 130px;
}

.guidance_head {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 79px 50px 176px 0;
}

.guidance_head_ttl {
  position: relative;
  z-index: 5;
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-bottom: 31px;
}

.guidance_head_mes {
  position: relative;
  z-index: 5;
}

.guidance_head_img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc((100% - 100vw) / 2);
  right: 0;
  bottom: 0;
  overflow: hidden;
}


.guidance_head_img:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  background: var(--bg-color3);
}

.guidance_list {
  margin-left: 11%;
  margin-top: -109px;
  margin-right: -1px;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 40px 0 0 6%;
}

.guidance_list2 {
  margin-top: 53px;
}



.guidance_bnrs {
  margin: 80px 15%;
}

.guidance_bnr {
  display: block;
}

/* -------------------------- */
/* -------------------------- */
/* -------------------------- */



/*---------------------------------------------------------
  ホバー (PCのみ)
---------------------------------------------------------*/

@media screen and (min-width: 768px) {}


/*---------------------------------------------------------
  スマホ
---------------------------------------------------------*/

@media screen and (max-width: 767px) {




  /* -------------------------- */
  .guidance {}

  .guidance_inner {
    padding-bottom: 55px;
  }

  .guidance_head {
    padding: 35px 50px 137px 0;
  }

  .guidance_head_ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .guidance_head_mes {}

  .guidance_head_img {}


  .guidance_head_img:after {}

  .guidance_list {
    margin-left: 2%;
    padding: 12px 0 0 5%;
  }

  .guidance_list2 {
    margin-top: 30px;
  }



  .guidance_bnrs {
    margin: 47px 5%;
  }

  .guidance_bnr {}

  /* -------------------------- */
  /* -------------------------- */
  /* -------------------------- */



}


/*---------------------------------------------------------
  データで見る
---------------------------------------------------------*/

.data__list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  letter-spacing: 0.05em;
}

.data__list li {
  border-right: var(--line-color1);
  border-bottom: var(--line-color1);
  padding-left: 24px;
  padding-right: 20px;
  padding-top: 16px;
}

.data__list li h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

.data__list li h3 span {
  display: block;
  font-weight: 300;
  font-size: 15px;
  color: #8E8E8E;
  margin-top: 6px;
}

.data__list li .num {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 24px;
}

.data__list li .num span {
  font-size: 80px;
  font-family: 'Lato';
  font-weight: bold;
  color: var(--key-color);
  letter-spacing: 0;
  margin-left: 24px;
}

.data__list li .num small {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #8E8E8E;
  display: block;
}

.data__list li:first-child img,
.data__list li:nth-child(2) img,
.data__list li:nth-child(4) img,
.data__list li:nth-child(5) img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.data__list>li:first-child img {
  margin-top: 80px;
  margin-bottom: 107px;
  max-width: 400px;
}

.data__list li:nth-child(2) img {
  margin-top: 107px;
  margin-bottom: 107px;
  max-width: 348px;
}

.data__list li:nth-child(4) img {
  max-width: 530px;
  margin-top: 85px;
  margin-bottom: 90px;
}

.data__list li:nth-child(5) img {
  max-width: 533px;
  margin-top: 85px;
  margin-bottom: 90px;
  margin-left: 2%;
}

.data__list li:nth-child(3) .item03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 540px;
  margin: 76px auto 76px 0;
}

.data__list li:nth-child(3) .item03 .item {
  position: relative;
}

.data__list li:nth-child(3) .item03 .item03-1 {
  width: 100%;
  height: 227px;
  margin-bottom: 4%;
  background: #F5EAC7;
  border-radius: 100000px;
}

.data__list li:nth-child(3) .item03 .item03-1 img:first-of-type,
.data__list li:nth-child(3) .item03 .item03-1 img:nth-of-type(2),
.data__list li:nth-child(3) .item03 .item03-1 img:nth-of-type(3) {
  width: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.data__list li:nth-child(3) .item03 .item03-1 img:first-of-type {
  left: 15px;
}

.data__list li:nth-child(3) .item03 .item03-1 img:nth-of-type(2) {
  right: 15px;
}

.data__list li:nth-child(3) .item03 .item03-1 img:nth-of-type(3) {
  width: 100px;
  left: 60px;
}

.data__list li:nth-child(3) .item03 .item03-1 .num {
  top: 50%;
  left: 62%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  padding: 0;
  white-space: nowrap;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
}

.data__list li:nth-child(3) .item03 .item03-1 .num span {
  font-size: 100px;
  color: var(--sub-color4);
  vertical-align: middle;
  margin-left: 10px;
}

.data__list li:nth-child(3) .item03 .item03-2,
.data__list li:nth-child(3) .item03 .item03-3 {
  width: 47.7%;
  background: var(--bg-color2);
  border-radius: 24px;
  padding: 27px 0 20px 20px;
}

.data__list li:nth-child(3) .item03 .item03-2 img {
  width: 68px;
}

.data__list li:nth-child(3) .item03 .item03-3 img {
  width: 93px;
}

.data__list li:nth-child(3) .item03 .item03-2 .num,
.data__list li:nth-child(3) .item03 .item03-3 .num {
  display: flex;
  align-items: end;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.5;
  padding: 0;
  width: 88%;
}

.data__list li:nth-child(3) .item03 .item03-2 .num:not(:first-of-type),
.data__list li:nth-child(3) .item03 .item03-3 .num:not(:first-of-type) {
  margin-top: 80px;
  line-height: 1;
}

.data__list li:nth-child(3) .item03 .item03-2 .num div:nth-of-type(2),
.data__list li:nth-child(3) .item03 .item03-3 .num div:nth-of-type(2) {
  font-size: 22px;
  margin-bottom: -23px;
}

.data__list li:nth-child(3) .item03 .item03-2 .num div:nth-of-type(2) span,
.data__list li:nth-child(3) .item03 .item03-3 .num div:nth-of-type(2) span {
  margin-left: 0;
}

.data__list li:nth-child(6) {
  padding-right: 0;
  padding-left: 0;
  border: none;
}

.data__list li:nth-child(6) .item06 {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
}

.data__list li:nth-child(6) .item06 .item {
  border-right: var(--line-color1);
  border-bottom: var(--line-color1);
  padding-bottom: 24px;
  padding-left: 16px;
  padding-top: 16px;
  width: calc(50% - 20px);
}

.data__list li:nth-child(6) h3 {
  font-size: 18px;
}

.data__list li:nth-child(6) h3 br.sp {
  display: none;
}

.data__list li:nth-child(6) .num {
  font-size: 20px;
  padding-bottom: 0;
}

.data__list li:nth-child(6) .num span {
  margin-left: 0;
  font-size: 52px;
  margin-right: 4px;
}

.data__list li:nth-child(6) img {
  margin-bottom: 20px;
}

.data__list li:nth-child(6) .item06-1 img,
.data__list li:nth-child(6) .item06-2 img {
  width: 84px;
  margin-top: 102px;
}

.data__list li:nth-child(6) .item06-2 img {
  margin-top: 128px;
}

.data__list li:nth-child(6) .item06-3 img {
  width: 68px;
  margin-top: 102px;
}

.data__list li:nth-child(6) .item06-4 img {
  width: 75px;
  margin-top: 122px;
}


.data__list li:nth-child(6) .item06-4 .num span {
  font-size: 38px;
}

@media screen and (max-width: 767px) {
  .data__list li h3 {
    font-size: 24px;
  }

  .data__list {
    padding: 0 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .data__list li {
    padding-left: 0;
    padding-right: 10px;
  }

  .data__list li .num span {
    margin-left: 0;
  }


  .data__list li:nth-child(3) .item03 .item03-2,
  .data__list li:nth-child(3) .item03 .item03-3 {
    width: 100%;
  }

  .data__list li:nth-child(3) .item03 .item03-1,
  .data__list li:nth-child(3) .item03 .item03-2 {
    margin-bottom: 20px;
  }

  .data__list li:nth-child(5) img {
    margin-left: 0;
  }

  .data__list li:nth-child(3) .item03 .item03-1 {
    height: 156px;
  }

  .data__list li:nth-child(3) .item03 .item03-1 .num {
    font-size: 18px;
    gap: 0;
  }

  .data__list li:nth-child(3) .item03 .item03-1 .num span {
    font-size: 68px;
    margin-left: 0px;
  }

  .data__list li:nth-child(3) .item03 .item03-1 img:first-of-type,
  .data__list li:nth-child(3) .item03 .item03-1 img:nth-of-type(2),
  .data__list li:nth-child(3) .item03 .item03-1 img:nth-of-type(3) {
    width: 28px;
  }

  .data__list li:nth-child(3) .item03 .item03-1 img:nth-of-type(3) {
    width: 59px;
    left: 36px;
  }

  .data__list li:nth-child(6) .item06 {
    gap: 16px;
  }

  .data__list li:nth-child(6) .item06 .item {
    width: calc(50% - 8px);
  }

  .data__list li:nth-child(6) h3 {
    min-height: 4em;
    font-size: 16px;
  }

  .data__list li:nth-child(6) h3 br.sp {
    display: block;
  }

  .data__list li:nth-child(6) .item06-4 .num span,
  .data__list li:nth-child(6) .num span {
    font-size: 38px;
  }

  .data__list li:nth-child(6) .num {
    font-size: 16px;
  }

  .data__list li:nth-child(6) .item06-1 img,
  .data__list li:nth-child(6) .item06-2 img,
  .data__list li:nth-child(6) .item06-3 img,
  .data__list li:nth-child(6) .item06-4 img {
    margin-top: 34px;
  }

  .data__list li:nth-child(6) .item06-2 img {
    margin-top: 86px;
  }
}





/*---------------------------------------------------------
    学生数 2506 追加
---------------------------------------------------------*/
#gakuseisuuContents dl {
  border: 1px solid #E5ECF2;
  padding: 40px 20px 40px 40px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 80px;
}

#gakuseisuuContents dl dt {
  font-size: 18px;
  font-weight: 600;
  /* width: 266px; */
  width: 27%;
  min-width: 160px;
}

#gakuseisuuContents dl dd {
  color: var(--key-color);
  font-weight: 600;
  font-size: 40px;
  width: calc(100% - (27% + 80px));
}

#gakuseisuuContents dl dd span {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #gakuseisuuContents dl {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
    gap: 10px;

    padding: 32px 16px 32px 32px;
  }

  #gakuseisuuContents dl dt {
    font-size: 15px;
    width: 100%;
  }

  #gakuseisuuContents dl dd {
    font-size: 32px;
    width: 100%;
  }

  #gakuseisuuContents dl dd span {
    font-size: 15px;
  }
}

/*---------------------------------------------------------
        入学金 2506 追加
---------------------------------------------------------*/

.nyugakuTetuzukiBox {
  border: 1px solid #DEDEDE;
  display: flex;
}

.nyugakuTetuzukiBox .boxContents.left {
  background: #E5ECF2;
  display: grid;
  place-content: center;
  padding: 22px 0;
  width: 163px;
  font-weight: 600;
}

.nyugakuTetuzukiBox .boxContents.right {
  padding: 22px 40px;
  width: calc(100% - 163px);
}

@media screen and (max-width: 767px) {
  .nyugakuTetuzukiBox .boxContents.left {
    width: 100px;
  }

  .nyugakuTetuzukiBox .boxContents.right {
    padding: 22px;
    width: calc(100% - 100px);
  }

}