@charset "UTF-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* page-for-college */
/* 目次 */
/* __00: 共通設定 */
/* __10: sec01 */
/* __20: sec02 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* main.main {
  line-height: 1.8;
} */

/* main.college .page-head h1 {
  line-height: 1.3;
} */

/* main.college .bg-dot {
  background: url(../img/for/kengai/bg.jpg) no-repeat left center/cover !important;
  width: 100%;
  height: auto;
} */

main.university .bg-dot {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #dcdddd calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #dcdddd calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;

  /* 以下任意のスタイル */
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  main.university .bg-dot {
    padding: 0;
  }
}

main.university .bg-cream {
  background-color: #fdf3e9;
}

main.university .anchor {
  padding-top: 112px;
  margin-top: -112px;
}

main.university .group_intro .visual-header {
  /* height: 546px; */
  height: auto;
}

main.university .group_intro .visual-header-inner {
  width: 1120px;
  margin: 0 auto;
}

main.university .group_intro .visual-header-inner h2 img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  main.university .group_intro .visual-header-inner {
    width: 100%;
  }
}

#for-college .pagejump {
  background: #fc5057;
  padding: 20px 0;
  margin-top: -2px;
  /* position: sticky; */
  /* top: 114px; */
  /* z-index: 9999; */
  /* transition: all 0.3s; */
}

@media only screen and (max-width: 768px) {
  #for-college .pagejump {
    padding: 10px 0;
  }
}

/* @media only screen and (max-width: 768px) {
  #for-college .pagejump {
    top: 50px;
  }
} */

/* #for-college .pagejump.stuck {
  padding: 10px 0;
} */

main.university .pagejump .inner {
  max-width: 1120px;
  margin: auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  main.university .pagejump .inner {
    width: 95%;
  }
}

main.university .pagejump ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  main.university .pagejump ul {
    margin: 0 -5px;
  }
}

main.university .pagejump ul li {
  margin: 0 10px;
  width: calc(20% - 20px);
}

@media only screen and (max-width: 768px) {
  main.university .pagejump ul li {
    margin: 10px 5px;
    width: calc(33% - 10px);
  }
}

main.university .pagejump ul li a {
  background-color: #fff;
  border-radius: 30px;
  display: block;
  font-weight: bold;
  padding: 0.75em 1em;
  position: relative;
  text-align: center;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  main.university .pagejump ul li a {
    font-size: 13px;
    border-radius: 15px;
    padding: 0.5em;
  }
}

main.university .pagejump ul li a::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  background: url(../img/for/kengai/arrow.svg) no-repeat center/18px 18px;
}

main.university .sec01 .inner, main.university .sec02 .inner, main.university .sec03 .inner, main.university .sec04 .inner, main.university .sec05 .inner, main.university .sec06 .inner {
  max-width: 1120px;
  margin: auto;
  width: 100%;
  padding: 5em 0;
}

@media only screen and (max-width: 768px) {
  main.university .sec01 .inner, main.university .sec02 .inner, main.university .sec03 .inner, main.university .sec04 .inner, main.university .sec05 .inner, main.university .sec06 .inner {
    width: 90%;
    padding: 2.5em 0;
  }
}

main.university .sec01 .inner .contents-block {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  main.university .sec01 .inner .contents-block {
    width: 100%;
  }
}

main.university .sec01 .flex, main.university .sec03 .flex {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  main.university .sec01 .flex, main.university .sec03 .flex {
    display: block;
  }
}

main.university .sec01 .box-left {
  width: 65%;
}

main.university .sec01 .box-right {
  width: 35%;
}

@media only screen and (max-width: 768px) {
  main.university .sec01 .box-left, main.university .sec01 .box-right {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  main.university .sec01 .box-left p {
    text-align: center;
  }
}

main.university .sec01 .box-right {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  main.university .sec01 .box-right {
    padding-top: 3rem;
  }
}

main.university .sec01 .box-right .lead {
  font-size: 1.3rem;
  font-weight: 700;
  padding-bottom: 1.5rem;
}

main.university .sec01 .box-right img {
  width: 82%;
}

main.university .section-title {
  font-size: 2.5rem;
  text-align: center;
  display: block;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  main.university .section-title {
    font-size: 2.2rem;
  }
}

main.university .section-title span {
  font-size: 20px;
  display: block;
}

@media only screen and (max-width: 768px) {
  main.university .section-title span {
    font-size: 16px;
  }
}

main.university h3 {
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0;
  color: #fc5057;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  main.university h3 {
    font-size: 22px;
    margin-bottom: 1em;
    line-height: 1.3;
  }
}

main.university h3 span {
  background: linear-gradient(transparent 65%, #ffe05c 35%);
}

main.university h3 span.img-check {
  background: none;
  display: block;
}

main.university h3 span.img-check._pad10 {
  padding-top: 20px;
}

@media only screen and (max-width: 768px) {
  main.university h3 span.img-check._pad10 {
    padding-top: 10px;
  }
}

main.university h3 span.img-check img {
  max-width: 420px;
  width: 90%;
}

main.university h3 small {
  font-size: 70%;
}

main.university .sub-ttl {
  font-size: 30px;
  text-align: center;
  margin: 40px 0;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  main.university .sub-ttl {
    font-size: 24px;
  }
}

main.university .sub-ttl span {
  background: linear-gradient(transparent 65%, #ffe05c 35%);
}

main.university .sec01 .tit, main.university .sec01 .re-admission {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}

main.university .sec01 .tit {
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  main.university .sec01 .tit, main.university .sec01 .re-admission {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  main.university .sec01 .tit {
    line-height: 2.3 !important;
  }
}

main.university .sec01 .tit span {
  background: linear-gradient(90deg, rgb(234, 84, 85), rgb(254, 182, 146));
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
  display: block;
}

@media only screen and (max-width: 768px) {
  main.university .sec01 .tit span {
    font-size: 1.2rem;
    padding: 7px 10px;
    line-height: 2;
    letter-spacing: -1px;
  }
}

main.university .sec01 p.re-admission {
  line-height: 1.4;
  padding: 30px 0;
}

@media only screen and (max-width: 768px) {
  main.university .sec01 p.re-admission {
    padding: 15px 0;
  }
}

main.university .sec01 .re-admission span {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(transparent 65%, #ffe05c 35%);
}

@media only screen and (max-width: 768px) {
  main.university .sec01 .re-admission span {
    font-size: 1.5rem;
  }
}

main.university .sec01 .re-admission span.txt-red {
  color: #fc5057;
  font-size: 125%;
}

main.university .sec03 .wrapper-white {
  background-color: #fff;
  margin: 40px 0;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  main.university .sec03 .wrapper-white {
    padding-bottom: 3rem;
  }
}

main.university .sec03 .contents-block {
  width: 65%;
  margin: 0 auto;
  align-items: center;
  padding: 3rem 0 0;
}

@media only screen and (max-width: 768px) {
  main.university .sec03 .contents-block {
    width: 95%;
  }
}

main.university .sec03 .lead {
  font-size: 2rem;
  font-weight: 700;
  color: #af7B1e;
  line-height: normal;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  main.university .sec03 .lead {
    font-size: 1.7rem;
  }
}

main.university .sec03 .employment-rate {
  width: 56%;
}

@media only screen and (max-width: 768px) {
  main.university .sec03 .employment-rate {
    width: 100%;
    padding-top: 15px;
  }
}

main.university .sec03 .img-block {
  text-align: center;
}

main.university .sec03 .course-flex {
  display: flex;
}

@media only screen and (max-width: 768px) {
  main.university .sec03 .course-flex {
    display: block;
  }
}

main.university .sec03 .course-flex .course {
  width: 46.5%;
  background-color: #fff;
  padding: 50px 20px 20px;
  margin: 2em 0;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 770px) {
  main.university .sec03 .course-flex .course {
    /* width: 29%; */
    background-color: #fff;
    padding: 50px 20px 20px;
    margin: 1.5em;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  main.university .sec03 .course-flex .course {
    width: 100%;
    margin: 4em 0 2.5em;
  }
}

main.university .sec03 .course-flex .course .course-pos {
  position: absolute;
  max-width: 300px;
  width: 100%;
  border-radius: 20px;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}

main.university .sec03 .course-flex .course .course-pos.red {
  background-color: #fb525b;
}

main.university .sec03 .course-flex .course .course-pos.gen_orange {
  background-color: #e1a851;
}

main.university .sec03 .course-flex .course .course-pos .course-text {
  font-size: 156%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

main.university .sec03 .course-flex .course .rate-text {
  width: 100%;
}

main.university .sec03 .course-flex .course .rate-img {
  width: 100%;
}

@media screen and (min-width: 770px) {
  main.university .sec03 .course-flex .course .rate-img {
    max-width: 260px;
    width: 100%;
    margin: 2em auto 0;
  }
}

@media only screen and (max-width: 768px) {
  main.university .sec03 .course-flex .course .rate-img {
    padding-top: 1.5em;
  }
}

main.university .sec03 .rate-text .text {
  font-size: 150%;
  letter-spacing: 5px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}

main.university .sec03 .rate-text .text span {
  font-size: 50%;
  letter-spacing: 1px;
  display: block;
}

main.university .sec03 .course-flex .course .arrow {
  position: relative;
  padding: 1em;
}

main.university .sec03 .course-flex .course .arrow:before, main.university .sec03 .course-flex .course .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 0;
  height: 0;
  margin: auto;
}

main.university .sec03 .course-flex .course .arrow:before {
  border-style: solid;
  border-width: 15px 0 15px 15px;
}

main.university .sec03 .course-flex .course .arrow:after {
  right: -14px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 15px 0 15px 15px;
  z-index: 10;
}

main.university .sec03 .course-flex .course .red {
  border: 1px solid #fb525b;
  background-color: #fff;
}

main.university .sec03 .course-flex .course .red:before {
  border-color: transparent transparent transparent #fb525b;
  border-color: #fb525b transparent transparent transparent;
}

main.university .sec03 .course-flex .course .red .text {
  color: #fb525b;
}

main.university .sec03 .course-flex .course .gen_orange {
  border: 1px solid #e1a851;
  background-color: #fff;
}

main.university .sec03 .course-flex .course .gen_orange:before {
  border-color: transparent transparent transparent #e1a851;
  border-color: #e1a851 transparent transparent transparent;
}

main.university .sec03 .course-flex .course .gen_orange .text {
  color: #e1a851;
}

main.university .sec03 .course-flex .course .arrow2 {
  position: relative;
  padding: 1em;
}

main.university .sec03 .course-flex .course .arrow2:before, main.university .sec03 .course-flex .course .arrow2:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}

main.university .sec03 .course-flex .course .arrow2:before {
  border-style: solid;
  border-width: 15px 15px 0 15px;
}

main.university .sec03 .course-flex .course .arrow2:after {
  bottom: -14px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 15px 15px 0 15px;
  z-index: 10;
}

main.university .sec03 .course-flex .course .text-box {
  margin: 20px 0 0;
}

main.university .sec03 .course-flex .course .text-box .text {
  font-size: 75%;
  color: #1a1a1a;
  text-align: center;
  font-weight: bold;
}

main.university .sec04 .contents-block {
  width: 78.6%;
  margin: 0 auto 3rem;
  /* padding: 0 0 3rem 0; */
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .contents-block {
    width: 95%;
  }
}

main.university .sec04 .contents-block.bg-white {
  background-color: #fff;
  padding-bottom: 30px;
}

main.university .sec04 h4 {
  background: linear-gradient(90deg, rgb(234, 84, 85), rgb(254, 182, 146));
  text-align: center;
  padding: 1rem;
  color: #fff;
  font-size: 24px;
}

/* main.university .sec04 .support.box {
  background-color: #fff;
  padding: 50px;
} */

main.university .sec04 .support.box.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px 0 50px;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .support.box.flex {
    display: block;
    padding: 25px;
  }
}

main.university .sec04 .support.box .left, main.university .sec04 .support.box .right {
  width: 48%;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .support.box .left, main.university .sec04 .support.box .right {
    width: 100%;
  }
}

main.university .sec04 .support.box .left.width60 {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .support.box .left.width60 {
    width: 100%;
  }
}

main.university .sec04 .support.box .right.width38 {
  width: 38%;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .support.box .right.width38 {
    width: 100%;
  }
}

main.university .sec04 .support.box .exemption p {
  font-size: 32px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .support.box .exemption p {
    text-align: center;
    font-size: 22px;
  }
}

main.university .sec04 .support.box .exemption p .txt-emphasis {
  display: inline-block;
  font-size: 250%;
  color: #BC1200;
}

main.university .sec04 .support.box .exemption p .icon {
  font-size: 65%;
  background-color: #BC1200;
  border-radius: 16px;
  padding: 2px 15px;
  color: #fff;
  margin-left: 0.3rem;
}

main.university .sec04 .support.box .exemption p .icon.bg-blue {
  background-color: #0093BC;
}

main.university .sec04 .support.box .subject .list {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .support.box .subject .list {
    padding-top: 15px;
  }
}

main.university .sec04 .support.box .subject .list-item {
  width: 48%;
} 

main.university .sec04 .support.box .subject .list-item.width100 {
  width: 100%;
} 

main.university .sec04 .support.box .subject .list-item p {
  background-color: #E5E5E5;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .support.box .subject .list-item p {
    font-size: 16px;
  }
}

main.university .sec04 .support.box .subject .list-item p.bg_lightgray {
  background-color: #f9f9f9;
  padding: 12px 0;
  line-height: 1.3;
}

main.university .sec04 .support.box .subject .list-item p span.small {
  display: inline-block;
  font-size: 90%;
}

main.university .sec04 .lead {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .lead {
    margin-top: 20px;
  }
}

main.university .sec04 .lead .tag {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .lead .tag {
    padding: 0 12px;
    gap: 0.5rem;
  }
}

main.university .sec04 .lead p {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #FC5057;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .lead p {
    font-size: 18px;
  }
}

main.university .sec04 .lead .tag span {
  letter-spacing: 0;
  color: #fff;
  padding: 0.5em 2em;
  font-size: 14px;
  font-weight: 700;
  background-color: #fc5057;
  border-radius: 14px;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .lead .tag span {
    font-size: 12px;
  }
}

main.university .sec04 .acdn-box {
  padding: 30px 50px;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .acdn-box {
    padding: 12px 0;
  }
}

main.university .sec04 .acdn-box .acdn-head {
  cursor: pointer;
  position: relative;
}

main.university .sec04 .acdn-box .acdn-head::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotateZ(45deg);
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: transform .3s ease;
}

main.university .sec04 .acdn-box .acdn-head.--active::after {
  transform: rotateZ(-135deg);
}

main.university .sec04 .acdn-box .acdn-head h5 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  padding: 0.7em;
  background: #fc5057;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .acdn-box .acdn-head h5{
    font-size: 15px;
  }
}

main.university .sec04 .acdn-box .acdn-body {
  background-color: #f8f8f8;
  padding: 2rem;
  margin-bottom: 0;
  display: none;
}

main.university .sec04 .acdn-box.active .acdn-body {
  display: block;
}

main.university .sec04 .acdn-box .acdn-body p {
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .acdn-box .acdn-body p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .acdn-box .acdn-body {
    padding: 2rem 1rem;
  }
}

main.university .sec04 .acdn-box .acdn-body .body-flex {
  display: flex;
  justify-content: center;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .acdn-box .acdn-body .body-flex {
    display: block;
  }
}

main.university .sec04 .acdn-box .acdn-body .body-flex .box {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .acdn-box .acdn-body .body-flex .box {
    width: 100%;
    padding: 14px 0;
  }
}

main.university .sec04 .acdn-box .acdn-body .body-flex .box h6 {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .acdn-box .acdn-body .body-flex .box h6 {
    font-size: 20px;
  }
}

main.university .sec04 .acdn-box .acdn-body .body-flex .box p {
  font-size: 24px;
  font-weight: 700;
  color: #bc1200;
  text-align: center;
  line-height: 1.2;
}

main.university .sec04 .acdn-box .acdn-body .body-flex .box p span {
  font-size: 143%;
}

main.university .sec04 .acdn-box .acdn-body .body-flex .box p span.small {
  font-size: 70%;
}

main.university .sec04 .acdn-box .acdn-body .grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  gap: 2rem;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .acdn-box .acdn-body .grid-box {
    display: block;
  }
}

main.university .sec04 .acdn-box .acdn-body .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 2rem;
}

main.university .sec04 .acdn-box .acdn-body .step::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fc5057 transparent;
  border-width: 0px 0px 25px 25px;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .acdn-box .acdn-body .step {
    margin: 2em 0;
    padding: 1.5em;
  }
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .acdn-box .acdn-body .step:first-child {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .acdn-box .acdn-body .step:last-child {
    margin-bottom: 0;
  }
}

main.university .sec04 .acdn-box .acdn-body .step .num {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  padding: 0;
  transform: translateY(-50%);
  font-size: 24px;
  color: #fc5057;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .acdn-box .acdn-body .step .num {
    font-size: 20px;
  }
}

main.university .sec04 .acdn-box .acdn-body .step h6 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  color: #fc5057;
}

@media only screen and (max-width: 768px) {
  main.university .sec04 .acdn-box .acdn-body .step h6 {
    font-size: 16px;
  }
}

main.university .sec04 .acdn-box .acdn-body .step p {
  font-size: 16px;
  text-align: center;
  padding-top: 0.5em;
  line-height: 1.6;
}

main.university .sec05 .section-title, main.university .sec06 .section-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  main.university .sec05 .section-title, main.university .sec06 .section-title {
    margin-bottom: 30px;
  }
}

main.university .sec05 .contents-block {
  width: 78.6%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  main.university .sec05 .contents-block {
    width: 95%;
  }
}

main.university .sec05 .box-bnr {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  main.university .sec05 .box-bnr {
    display: block;
  }
}

main.university .sec05 .box-bnr .left, main.university .sec05 .box-bnr .right {
  width: 48%;
}

@media only screen and (max-width: 768px) {
  main.university .sec05 .box-bnr .left, main.university .sec05 .box-bnr .right {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  main.university .sec05 .box-bnr .left {
    margin-bottom: 30px;
  }
}

main.university .sec05 .box-bnr p {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  main.university .sec05 .box-bnr p {
    margin-bottom: 2em;
  }
}

main.university .sec05 .box-bnr p span {
  display: inline-block;
  background: linear-gradient(90deg, rgb(234, 84, 85), rgb(254, 182, 146));
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  width: 80%;
  margin: 0 auto 0.3em;
}

@media only screen and (max-width: 768px) {
  main.university .sec05 .box-bnr p span {
    width: 71.1%;
    font-size: 18px;
  }
}

main.university .sec05 .box-bnr img {
  margin-top: 1em;
}

@media only screen and (max-width: 768px) {
  main.university .sec05 .box-bnr img {
    margin-top: 0;
  }
}

main.university .sec06 .contents-block {
  width: 78.6%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  main.university .sec06 .contents-block {
    width: 95%;
  }
}

main.university .sec06 .contents-block table {
  border-top: 1px solid silver;
}

main.university .sec06 .contents-block table tr {
  border-bottom: 1px solid silver;
}

main.university .sec06 .contents-block table th {
  width: 28%;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  padding: 0.5em;
  background-color: #fc5057;
}

@media only screen and (max-width: 768px) {
  main.university .sec06 .contents-block table th {
    font-size: 16px;
  }
}

main.university .sec06 .contents-block table td {
  font-size: 20px;
  vertical-align: middle;
  padding: 1.4em;
  background-color: #fff;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  main.university .sec06 .contents-block table td {
    padding: 0.5em;
    font-size: 15px;
  }
}

/* @media only screen and (max-width: 768px) {
  main.university .sec06 .contents-block table td p {
    font-size: 16px;
  }
} */

main.university .sec06 .contents-block table td .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  main.university .sec06 .contents-block table td .flex {
    display: block;
  }
}

main.university .sec06 .contents-block table td .flex .box-left {
  width: 53.5%;
}

@media only screen and (max-width: 768px) {
  main.university .sec06 .contents-block table td .flex .box-left {
    width: 100%;
  }
}

main.university .sec06 .contents-block table td .flex .box-left p {
  line-height: 1.3;
}

main.university .sec06 .contents-block table td .flex .box-right {
  width: 42.1%;
}

@media only screen and (max-width: 768px) {
  main.university .sec06 .contents-block table td .flex .box-right {
    width: 77%;
    margin: 15px auto 0;
  }
}

main.university .sec06 .contents-block .head {
  margin-top: 40px;
}

main.university .sec06 .contents-block .head p {
  text-align: center;
  font-size: 20px;
  color: #bc1200;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  main.university .sec06 .contents-block .head p {
    font-size: 16px;
  }
}

main.university .sec06 .contents-block .head p span {
  background: linear-gradient(0deg, #ffff00 40%, transparent 40%);
}

main.university .continer {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  main.university .continer {
    width: 90%;
    padding: 30px 0;
  } 
}
main.university .content-separater {
  margin-top: 60px;
}
main.university .group_intro .flex-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  main.university .group_intro .flex-wrapper {
    display: block;
  }
}
main.university .group_intro .flex-wrapper .box-left,main.university .group_intro .flex-wrapper .box-right {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  main.university .group_intro .flex-wrapper .box-left,main.university .group_intro .flex-wrapper .box-right {
    width: 100%;
  }
}
main.university .group_intro .text_strong {
  font-size: 32px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
  main.university .group_intro .text_strong {
    font-size: 21.6px;
    text-align: center;
  }
}
main.university .group_intro .yellow-line {
  background: linear-gradient(transparent 65%, #ffef97 35%);
}
main.university .group_intro .pagetop-sub-title {
  font-size: 20.8px;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  main.university .group_intro .pagetop-sub-title {
    font-size: 17px;
    text-align: center;
  }
}
main.university .group_intro .pagetop-waku p {
  line-height: 1.8;
}
main.university .btn-area .continer {
  padding: 30px 0;
}
main.university .btn-area .title_en {
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  main.university .btn-area .title_en {
    line-height: 1.5em;
    font-size: 1.5em;
    text-align: center;
  }
}
main.university .btn-area .text_base {
  margin: 25px 0;
}
main.university .btn-area .flex-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 847px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  main.university .btn-area .flex-wrapper {
    display: block;
  }
}
main.university .btn-area .flex-wrapper .box-left, main.university .btn-area .flex-wrapper .box-right {
  text-align: center;
  width: 45%;
}
@media only screen and (max-width: 768px) {
  main.university .btn-area .flex-wrapper .box-left, main.university .btn-area .flex-wrapper .box-right {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
main.university .btn-area .heading {
  display: flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	text-align: center;
  color: #ed6966;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  main.university .btn-area .heading {
    font-size: 17px;
  }
}
main.university .btn-area .heading.bg-blue {
  color: #62b0e2;
}
main.university .btn-area .heading::before, main.university .btn-area .heading::after {
  content: '';
  width: 2px;
  height: 40px;
  background-color: #ed6966;
}
@media only screen and (max-width: 768px) {
  main.university .btn-area .heading::before, main.university .btn-area .heading::after {
    height: 30px;
  }
}
main.university .btn-area .heading.bg-blue::before, main.university .btn-area .heading.bg-blue::after {
  background-color: #62b0e2;
}
main.university .btn-area .heading::before {
  margin-right: 30px;
  transform: rotate(-35deg);
}
@media only screen and (max-width: 768px) {
  main.university .btn-area .heading::before {
    margin-right: 20px;
  }
}
main.university .btn-area .heading::after {
  margin-left: 30px;
  transform: rotate(35deg);
}
@media only screen and (max-width: 768px) {
  main.university .btn-area .heading::after {
    margin-left: 20px;
  }
}
main.university .btn-area .btn {
  width: 100%;
  max-width: 500px;
  display: block;
  text-align: center;
  margin: 10px auto;
  border: 1px solid #ed6966;
  padding: 18px 5px;
  box-sizing: border-box;
  color: #fff;
  background-color: #ed6966;
  font-weight: 700;
  transition: all 0.5s;
  position: relative;
  border-radius: 32px;
}
main.university .btn-area .btn.bg-blue {
  border: 1px solid #62b0e2;
  background-color: #62b0e2;
}
main.university .btn-area .btn::after {
  width: 10px;
  height: 10px;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  position: absolute;
  margin: auto;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  transition: all 0.5s;
}
main.university .btn-area .btn:hover {
  background-color: #fff;
  color: #ed6966;
}
main.university .btn-area .btn.bg-blue:hover {
  background-color: #fff;
  color: #62b0e2;
}
main.university .btn-area .btn:hover::after {
  border-color: #ed6966;
}
main.university .btn-area .btn.bg-blue:hover::after {
  border-color: #62b0e2;
}
main.university .block_under-dream .title_en {
  font-family: Century Gothic, "serif";
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  main.university .block_under-dream .title_en {
    text-align: center;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  main.university .block_under-dream .title_en {
    line-height: 1em;
  }
}
main.university .block_under-dream .title_en span {
  font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, メイリオ, Meiryo, sans-serif;
}
@media only screen and (max-width: 640px) {
  main.university .block_under-dream .title_en span {
    font-size: 0.5em;
  }
}
main.university .text_strong {
  font-size: 1.5rem;
  margin: 0 0 20px 0;
  padding-top: 40px;
  color: #fc5057;
  font-weight: 700;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  main.university .text_strong {
    font-size: 4.2vw;
    margin: 0 auto 30px;
    text-align: center;
  } 
}
@media only screen and (max-width: 640px) {
  main.university .text_strong {
    font-size: 16px;
    margin-bottom: 0;
  }
}
main.university .yellow-line {
  background: linear-gradient(transparent 65%, #ffef97 35%);
}
main.university .text_base {
  margin: 0 0 25px 0;
  line-height: 1.6;
}
main.university .sec-title {
  text-align: center;
  margin-bottom: 40px;
}
main.university .title_underbar {
  font-size: 2em;
  letter-spacing: 5px;
  position: relative;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  main.university .title_underbar {
    font-size: 1.3em;
    letter-spacing: 2px;
  } 
}
main.university .title_underbar:after {
  content: "";
  display: block;
  width: 140px;
  height: 2px;
  margin: 10px auto 0;
  background: -webkit-linear-gradient(left, #fc5057 50%, #dbdbdb 50%);
  background: -o-linear-gradient(left, #fc5057 50%, #dbdbdb 50%);
  background: linear-gradient(to right, #fc5057 50%, #dbdbdb 50%);
}
main.university .seido {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  color: #fc5057;
}
@media only screen and (max-width: 640px) {
  main.university .seido {
    font-size: 20px;
  } 
}
main.university .block_college_flex02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.university .block_college_flex02 .box {
  width: calc(100% / 2 - 30px - 0.1px);
  margin: 0 auto 30px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  line-height: 1.75;
}
@media only screen and (max-width: 640px) {
  main.university .block_college_flex02 .box {
    width: 100%;
    margin: 0 auto 20px;
  } 
}
main.university .block_college_flex02 .box h3 {
  text-align: center;
  font-size: 25px;
}
main.university .block_college_flex02 .box p {
  text-align: center;
}
main.university .block_college_flex02 .box .point {
  color: #fc5057;
  font-weight: bold;
  font-size: 22px;
}
main.university .block_college_flex02 .box a {
  display: block;
  text-align: center;
  margin: 10px;
  border: 1px solid #fc5057;
  padding: 12px 5px;
  box-sizing: border-box;
  color: #fc5057;
  font-weight: 700;
  transition: all 0.5s;
  position: relative;
  border-radius: 25px;
}
main.university .block_college_flex02 .box a:hover {
  background-color: #fc5057;
  color: #fff; 
}
main.university .block_college_flex02 .box a:hover::after {
  border-color: #fff; 
}
main.university .block_college_flex02 .box a::after {
  width: 10px;
  height: 10px;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  position: absolute;
  margin: auto;
  border: 2px solid #fc5057;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  transition: all 0.5s;
}
main.university .bg_text {
  background-color: #98cdf4;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.75;
}
@media only screen and (max-width: 640px) {
  main.university .bg_text {
    font-size: 16px;
    padding: 5px 10px;
  }
}
main.university .bg_text .yellow {
  color: #ffff00;
  font-size: 38px;
}
@media only screen and (max-width: 768px) {
  main.university .bg_text .yellow {
    font-size: 18px;
  } 
}
main.university .table_base {
  width: 100%;
  border: 1px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 25px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  main.university .table_base {
    width: 100%;
    margin: 0 auto 20px;
  }
}
main.university .table_base th, main.university .table_base td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  main.university .table_base th, main.university .table_base td {
    padding: 6px;
    font-size: 0.75em;
  }
}
main.university .table_base td {
  font-size: 0.9em;
  line-height: 1.5;
}

main.university .btn_pink {
  width: 100%;
  max-width: 500px;
  display: block;
  text-align: center;
  margin: 20px auto;
  border: 1px solid #fc5057;
  padding: 18px 5px;
  box-sizing: border-box;
  color: #fc5057;
  font-weight: 700;
  transition: all 0.5s;
  position: relative;
  border-radius: 32px;
  background-color: #fff;
}

main.university .btn_pink.invert {
  background-color: #fc5057;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  main.university .btn_pink {
    width: 90%;
  }
}
main.university .btn_pink:hover {
  background-color: #fc5057;
  color: #fff; 
}
main.university .btn_pink.invert:hover {
  background-color: #fff;
  color: #fc5057;
}
main.university .btn_pink:hover::after {
  border-color: #fff; 
}
main.university .btn_pink.invert:hover::after {
  border-color: #fc5057; 
}
main.university .btn_pink::after {
  width: 10px;
  height: 10px;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  position: absolute;
  margin: auto;
  border: 2px solid #fc5057;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  transition: all 0.5s;
}
main.university .btn_pink.invert::after {
  border-color: #fff; 
}

main.university .area_interview {
  margin-bottom: 40px;
}

main.university .area_interview.img-flex {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
main.university .area_interview.img-flex .img-block {
  text-align: center;
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main.university .area_interview.img-flex .img-block {
    width: 100%;
  } 
}
main.university .area_interview.img-flex .img-block::before {
  content: "";
  bottom: 0;
  right: -1px;
  border-top: 17.5em solid transparent;
  border-right: 4em solid #ea5455;
  position: absolute;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  main.university .area_interview.img-flex .img-block::before {
    display: none;
  }
}
main.university .area_interview.img-flex .img-block img {
  vertical-align: top;
  width: 100%;
}
main.university .area_interview.img-flex .text-block {
  /* width: calc(50% - 4em); */
  width: 50%;
  background: linear-gradient(90deg, rgb(234, 84, 85), rgb(254, 182, 146));
  color: #fff;
  padding: 2em;
  line-height: 1.75;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main.university .area_interview.img-flex .text-block {
    width: 100%;
    padding: 1.5em 1.5em 3em;
  }
}
main.university .area_interview.img-flex .text-block p {
  margin-top: 0;
}
main.university .area_interview.img-flex .text-block .name {
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  line-height: 1.5;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  main.university .area_interview.img-flex .text-block .name {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 15px;
  }
}
main.university .area_interview.img-flex .text-block .class {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}
main.university .area_interview.img-flex .text-block p:last-child {
  position: absolute;
  right: 3em;
  bottom: 1em;
  font-size: 1.2em;
  font-weight: 700;
}

main.university .area_interview.img-flex .text-block::before {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #fff;
  right: 2em;
  bottom: 2.2em;
  transform: rotate(0deg);
}

main.university .area_interview.img-flex .text-block::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #fff;
  right: 2em;
  bottom: 2.2em;
  transform: rotate(90deg);
}

main.university .area_interview.cf::after {
  content: "";
  display: table;
  clear: both;
}

main.university .interview-qa-box {
  display: none;
  width: 100%;
  margin: auto;
  background-color: #fde6e6;
  padding: 1.5rem;
}


main.university .interview-qa-box.active {
  display: block;
}

main.university .interview-qa-box .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

@media only screen and (max-width: 768px) {
  main.university .interview-qa-box .flex-box {
    gap: 1rem;
  }
}

main.university .interview-qa-box .dl_interview {
  width: 48%;
}

@media only screen and (max-width: 768px) {
  main.university .interview-qa-box .dl_interview {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
main.university .interview-qa-box .dl_interview:nth-child(2n + 1) {
  clear: both;
}
@media only screen and (max-width: 768px) {
  main.university .interview-qa-box .dl_interview:nth-child(2n + 1) {
    clear: both;
    margin: 0 0 20px 0;
  }
}
main.university .interview-qa-box .dl_interview dt {
  color: #000;
  font-weight: bold;
  padding: 8px 0 5px 30px;
  position: relative;
  font-size: 1.3em;
  min-height: 1.9em;
}
@media only screen and (max-width: 768px) {
  main.university .interview-qa-box .dl_interview dt {
    padding: 0 0 8px 25px;
    font-size: 0.9em;
    min-height: inherit;
  }
}
main.university .interview-qa-box .dl_interview dt .text-q {
  font-weight: bold;
  font-size: 1.6em;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 1;
  font-family: "Century Gothic";
  background: linear-gradient(180deg, rgb(234, 84, 85), rgb(254, 182, 146));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  main.university .interview-qa-box .dl_interview dt .text-q {
    font-size: 1.4em;
    top: -5px;
  }
}
main.university .interview-qa-box .dl_interview dd {
  font-size: 1.13em;
  border-radius: 10px;
  padding: 15px;
  color: #000;
  min-height: 6em;
  line-height: normal;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  main.university .interview-qa-box .dl_interview dd {
    font-size: 0.8em;
    padding: 10px;
    min-height: inherit;
    line-height: 1.6;
  }
}
main.university .block_under-article {
  background: url(../img/for/slide-dott_sp.png) repeat left top;
}
main.university .block_under-article .title_en {
  font-family: Century Gothic, "serif";
  font-style: italic;
  font-size: 2.5em;
  letter-spacing: 3px;
}
main.university .block_under-article .flex-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
main.university .block_under-article .list_article li {
  width: 32%;
  margin: 0 0 3% 2%;
  padding: 0 10px 45px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main.university .block_under-article .list_article li {
    width: 48%;
    margin: 0 1% 35px;
  }
}
@media only screen and (max-width: 640px) {
  main.university .block_under-article .list_article li {
    width: 100%;
    margin: 0 0 35px;
  }
}
main.university .block_under-article .list_article li::after {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/for/icon-link.png);
  background-size: 45px 45px;
}
main.university .block_under-article .list_article li:nth-child(3n + 1) {
  margin: 0 0 3% 0;
}
@media only screen and (max-width: 768px) {
  main.university .block_under-article .list_article li:nth-child(3n + 1) {
    margin: 0 1% 35px;
  }
}
@media only screen and (max-width: 640px) {
  main.university .block_under-article .list_article li:nth-child(3n + 1) {
    margin: 0 0 35px;
  }
}
main.university .block_under-article .list_article a {
  display: block;
  height: 100%;
}
main.university .block_under-article .list_article .article-number {
  width: 65px;
  text-align: center;
  color: #fc5057;
  position: absolute;
  left: 15px;
  top: 15px;
}
main.university .block_under-article .list_article .article-number::after {
  content: "";
  width: 3px;
  height: 75px;
  background: #fc5057;
  position: absolute;
  left: 2px;
  top: -35px;
}
main.university .block_under-article .list_article .article-number .number-text {
  font-size: 2.5em;
  font-family: Century Gothic, "serif";
  line-height: 1;
}
main.university .block_under-article .list_article .article-title {
  font-size: 1.2em;
  color: #fc5057;
  margin: 12px 0 15px 70px;
  min-height: 3em;
}
main.university .block_under-article .list_article .article-text {
  font-size: 0.9em;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* 2025年度更新 再進学ページ_追記 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
main.university {
  color: #000;
}
main.university .illust figure {
  max-width: 850px;
  width: 90%;
  margin: auto;
}
main.university .data {
  background-color: #fde6e6;
}

main.university .sec01.comparison {
  background-color: #fdf3e9;
}

/* スマホ用テーブル横スクロール */
main.university .table-scroll-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

/* main.university .table-scroll-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  background: linear-gradient(to right, transparent, rgba(253, 243, 233, 0.8));
  pointer-events: none;
  z-index: 1;
} */

main.university .table-scroll-wrapper {
  display: inline-block;
  min-width: 100%;
  white-space: nowrap;
}

main.university .table-scroll-wrapper img {
  width: auto;
  max-width: 450px;
  height: auto;
  display: block;
}

/* スクロールヒントのアニメーション */
@keyframes scrollHint {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(-10px);
  }
}

main.university .table-scroll-container::before {
  content: "← スクロール →";
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(252, 80, 87, 0.9);
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
  z-index: 2;
  animation: scrollHint 2s ease-in-out infinite;
  pointer-events: none;
}

main.university .feature .text {
  font-family: "Noto Sans JP",sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
  /* width: 84%; */
  margin: 0 auto;
  letter-spacing: -1px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  main.university .feature .text {
    font-size: 16px;
  }
}
main.university .feature .text-red {
  color: #fc5057;
  font-weight: 700;
}
main.university .image-box {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

main.university .image-box.--sp-block {
  display: block;
}

main.university .image-box-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 2rem 0;
}

@media only screen and (max-width: 768px) {
  main.university .image-box-wrapper {
    margin: 0.5rem 0;
  }
}

@media only screen and (max-width: 768px) {
  main.university .image-box-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    padding-bottom: 10px;
    position: relative;
  }
  
  main.university .image-box-wrapper .image-box {
    flex-shrink: 0;
    width: 280px;
  }
  
  /* スクロールヒント */
  main.university .image-box-wrapper::before {
    content: "← スクロール →";
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(252, 80, 87, 0.9);
    color: white;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
    animation: scrollHint 2s ease-in-out infinite;
    pointer-events: none;
  }
  
  /* sp-no-scrollクラスが付与された場合のスタイル */
  main.university .image-box-wrapper.sp-no-scroll {
    overflow-x: visible;
    overflow-y: visible;
    flex-wrap: wrap;
    justify-content: center;
  }
  @media only screen and (max-width: 768px) {
    main.university .image-box-wrapper.sp-no-scroll {
      display: block;
    }
  }
  
  main.university .image-box-wrapper.sp-no-scroll .image-box {
    flex-shrink: 1;
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
  }

  @media only screen and (max-width: 768px) {
    main.university .image-box-wrapper.sp-no-scroll .image-box {
      width: 100%;
      margin-bottom: 0;
    }
  }
  
  main.university .image-box-wrapper.sp-no-scroll::before {
    display: none;
  }
}
main.university .image-box_txt {
  font-size: 15px;
  color: #333;
  text-align: center;
  padding-top: 7px;
}

@media only screen and (max-width: 768px) {
  main.university .image-box {
    margin: 1rem auto 0;
  }
  main.university .image-box_txt {
    font-size: 13px;
  }
}
main.university .feature h4 {
  font-size: clamp(1rem, 5vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 5px;
  line-height: 1.4;
  text-align: center;
  color: #fc5057;
  border-bottom: 1px solid #fc5057;
}
main.university .list_point.flex-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
main.university .list_point li {
  width: calc( 100% / 3 - 10px);
  box-sizing: border-box;
  /* margin: 0 0 4% 4%; */
  background: url(../img/for/guardian/2025re/border05.png);
  position: relative;
}
@media only screen and (max-width: 768px) {
  main.university .list_point li {
    width: 100%;
    margin: 0 auto 60px;
  }
  main.university .list_point li:nth-child(2n + 1) {
    margin: 0 0 17% 0;
  }
  main.university .list_point li:last-child {
    margin-bottom: 5px;
  }
}
main.university .select-point p.small {
  font-size: 14px;
  color: #fc5057;
  display: block;
  padding-top: 10px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  main.university .select-point p.small {
    text-align: left;
  }
}
main.university .list_point li .white-base {
  background: #fff;
  margin: 8px;
  height: calc(100% - 16px);
  box-sizing: border-box;
  padding: 12px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  main.university .list_point li .white-base {
    padding: 10px;
  }
}
main.university .list_point li::after {
  content: "";
  width: 79px;
  height: 69px;
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 11;
}

@media only screen and (max-width: 768px) {
  main.university .list_point li::after {
    content: "";
    width: 60px;
    height: 51px;
    position: absolute;
    left: -5px;
    top: -30px;
  }
}

main.university .list_point li:nth-child(1)::after {
  background: url(../img/for/university/merit-01.svg);
}

main.university .list_point li:nth-child(2)::after {
  background: url(../img/for/university/merit-02.svg);
}

main.university .list_point li:nth-child(3)::after {
  background: url(../img/for/university/merit-03.svg);
}

@media only screen and (max-width: 768px) {
  main.university .list_point li:nth-child(1)::after,
  main.university .list_point li:nth-child(2)::after,
  main.university .list_point li:nth-child(3)::after,
  main.university .list_point li:nth-child(4)::after {
    background-size: 60px 51px;
  }
}

main.university .list_point .point-title {
  color: #fc5057;
  font-size: 1.13em;
  padding: 10px 0 10px 100px;
  line-height: 1.3;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  main.university .list_point .point-title {
    padding: 5px 0;
    text-align: left;
  }
}

main.university .list_point .point-title.line-hei {
  line-height: 2.8;
}

main.university .list_point .point-text {
  font-size: 92%;
  line-height: 1.6;
  min-height: 11em;
}

@media only screen and (max-width: 768px) {
  main.university .list_point .point-text {
    min-height: 0;
  }
}
@media only screen and (max-width: 768px) {
  main.university .mab30 {
    margin-bottom: 40px !important;
  }
}
main.university .list_point .point-title small {
  font-size: 73%;
}
main.university .head {
  text-align: center;
  font-weight: 700;
  color: #fc5057;
  font-size: 28px;
}

@media only screen and (max-width: 768px) {
  main.university .head {
    font-size: 16px;
  }
}
main.university .sec04 .acdn-body .sec_ttl03 {
  color: #fc5057;
    font-size: 130%;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fc5057;
}
main.university .sec04 .acdn-body .sec_ttl03 .small {
  font-size: 14px;
  color: #333;
}
@media only screen and (max-width: 768px) {
  main.university .sec04 .acdn-body .sec_ttl03 .small {
    font-size: 12px;
  }
}
main.university .sec04 .acdn-body .st01 {
  font-size: 120%;
  margin-bottom: 7px;
  background: url(../img/page/h4-bg01.png) no-repeat left 6px;
  padding-left: 20px;
  line-height: 1.4;
  display: flex;
  font-weight: 700;
  color: #333;
}
main.university .sec04 .acdn-body .block {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  main.university .content-wrapper {
    padding: 15px 0;
  }
  main.university .content-wrapper.padding_30 {
    padding: 30px 0;
  }
}
main.university .btn_pink {
  margin: 10px auto 0;
}
@media only screen and (max-width: 768px) {
  main.university .btn_pink {
    width: 90%;
  }
}
main.university .btn_pink.small {
  width: 86.4%;
}
@media only screen and (max-width: 768px) {
  main.university .btn_pink.small {
    width: 100%;
  }	
}
main.university .sec04 .btn_pink {
  margin: 16px auto 0;
}
@media only screen and (max-width: 768px) {
  main.university .sec04 .btn_pink {
    margin: 7px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  main.university .sec06 .btn_pink {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  main.university .sec06 .btn_pink.web {
    width: 100%;
    margin: 20px auto 0;
    padding: 15px 5px;
  }
}
main.university .sec01.feature .box-left, main.university .sec01.feature .box-right {
  width: calc(100% / 2 - 20px);
}
@media only screen and (max-width: 768px) {
  main.university .sec01.feature .box-left, main.university .sec01.feature .box-right {
    width: 95%;
    margin: 0 auto;
  }
  main.university .sec01.feature .box-right {
    padding-top: 1.5rem;
  }
}
main.university .sec01.feature .box-right img {
  width: 100%;
}

/* --flexクラスの横並びレイアウト */
main.university .--flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

main.university .--flex.half .text-box_item01 {
  width: 90%;
}

main.university .--flex.half .image-box {
  width: 40%;
}

@media only screen and (max-width: 768px) {
  main.university .--flex {
    flex-direction: column;
    gap: 15px;
  }
  
  main.university .--flex.half .text-box_item01,
  main.university .--flex.half .image-box {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */