#top section {
  padding: 80px 0;
}
@media screen and (max-width: 768.9px) {
  #top section {
    padding: 64px 0;
  }
}
#top .wrap {
  padding: 0 0 100px 100px;
}
@media screen and (max-width: 768.9px) {
  #top .wrap {
    padding: 0 0 60px 0;
  }
}
#top .sec__inner {
  margin: 0 auto;
  padding: 0 15px;
  width: 1230px;
}
@media screen and (max-width: 768.9px) {
  #top .sec__inner {
    width: 100%;
  }
}
#top .txtstyle1 {
  padding-bottom: 48px;
}
#top .txtstyle1 h2 {
  font-size: 4rem;
  font-weight: 700;
}
#top .txtstyle1 p {
  background-color: #fff;
  border-radius: 8px;
  color: #444;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 5px 0 0 25px;
  padding: 8px 16px;
}
#top .txtstyle1 p:before {
  border-right: 14px solid #fff;
}
#top .txtstyle1 p.em2 {
  color: #e60012;
  display: inline-block;
  margin: 0 0 16px 0;
}
#top .txtstyle1 p.em2:before {
  border: 8px solid transparent;
  border-top: 12px solid #fff;
  bottom: -18px;
  left: 50%;
  top: auto;
}
#top .txtstyle1 .em {
  color: #e60012;
}
#top .txtstyle1.block {
  display: block;
}
@media screen and (max-width: 768.9px) {
  #top .txtstyle1 {
    padding-bottom: 32px;
    text-align: center;
  }
  #top .txtstyle1 h2 {
    font-size: 2.6rem;
  }
  #top .txtstyle1 p {
    display: inline-block;
    font-size: 1.4rem;
    margin: 12px 0 0 0;
  }
  #top .txtstyle1 p:before {
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
    left: 50%;
    margin-left: -7px;
    margin-top: 0;
    top: -12px;
  }
  #top .txtstyle1 p.em2:before {
    border-right: 7px solid transparent;
  }
}
#top .link__btn1 {
  margin-top: 48px;
  text-align: center;
}
#top .link__btn1 a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e60012;
  color: #e60012;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 64px;
  justify-content: center;
  line-height: 1.5;
  margin: 0 auto;
  padding: 16px;
  position: relative;
  width: 384px;
}
#top .link__btn1 a:after {
  background: url(/wp-content/themes/theme1/assets/img/top/arrow_right.svg) 0 0/contain no-repeat;
  content: "";
  height: 32px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
@media screen and (max-width: 768.9px) {
  #top .link__btn1 {
    margin-top: 32px;
  }
  #top .link__btn1 a {
    width: 100%;
  }
}
#top .link__btn2 {
  margin-top: 16px;
}
#top .link__btn2 a {
  align-items: center;
  background-color: #e60012;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  margin: 0 auto;
  padding-right: 8px;
  position: relative;
  width: 240px;
}
#top .link__btn2 a:after {
  background: url(/wp-content/themes/theme1/assets/img/top/arrow_right_white.svg) 0 0/contain no-repeat;
  content: "";
  height: 32px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
#top .kv {
  margin-bottom: 56px;
  padding: 0 0 0 100px;
}
#top .kv .kv__slider > li:not(:first-child) {
  /*for CLS
  display: none;*/
  background:#000;
}

#top .kv .kv__slider > li:not(:first-child) img {
  opacity: 0.5;
}
#top .kv .kv__slider  {
  display: flex;
  gap:1rem;
  width: max-content;
}
#top .kv .kv__slider.slick-initialized {
  display: block;
  width: auto;
}
#top .kv .kv__slider .slick-list {
  display: block !important;
}
#top .kv .kv__slider .slick-slide {
  background: #000;
  height: 628px;
  margin: 0 4px;
  overflow: hidden;
  position: relative;
  width: 1200px;
}
#top .kv .kv__slider .slick-slide img {
  height: 628px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#top .kv .kv__slider .slick-slide:not(.slick-active) img {
  opacity: 0.5;
}
#top .kv .kv__slider .slick-slide.slick-cloned.target-clone img {
  opacity: 1;
}
#top .kv .kv__slider .slick-slide.slick-active + .slick-cloned img {
  opacity: 0.5;
}
#top .kv .slick-dots {
  text-align: center;
  top: calc(100% + 18px);
}
#top .kv .slick-dots li {
  height: 8px;
  margin: 0 4px;
  width: 96px;
}
#top .kv .slick-dots li button:before {
  background-color: #ddd;
  height: 8px;
  width: 96px;
}
#top .kv .slick-dots li.slick-active button:before {
  background-color: #e60012;
}
@media screen and (max-width: 768.9px) {
  #top .kv {
    margin-bottom: 40px;
    padding: 0;
  }
  #top .kv .kv__slider {
    height: 76vw;
    /*height: 100vw;*/
  }
  #top .kv .kv__slider >li {
    width: 100vw;
  }
  #top .kv .kv__slider .slick-slide {
    height: 76vw;
    /*height: 100vw;*/
    margin: 0;
  }
  #top .kv .kv__slider .slick-slide img {
    height: auto;
    width: 100vw;
  }
  #top .kv .slick-dots {
    position: absolute;
    text-align: center;
    top: calc(100% + 4px);
  }
  #top .kv .slick-dots li {
    width: 40px;
  }
  #top .kv .slick-dots li button:before {
    width: 40px;
  }
}
#top .topics {
  background: linear-gradient(180deg, rgba(168, 168, 168, 0) 0%, rgb(255, 255, 255) 130%), url(/wp-content/themes/theme1/assets/img/top/bg_checkpattern.png);padding: 24px 0;
}
#top .topics .topics__slider li {
  background-color: #fff;
  height: 353px;
  margin: 0 12px;
  width: 258px;
}
#top .topics .topics__slider  {
  display: flex;
  width: max-content;
}
#top .topics .topics__slider.slick-initialized {
  display: block;
  width: auto;
}
#top .topics .topics__slider:not(.noSlide) > li:not(:first-child) {
  /*for CLS
  display: none;*/
}
#top .topics .topics__slider.noSlide {
  display: flex;
}
#top .topics .topics__sliderTxt {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.5;
  margin: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top .topics .slick-dots {
  max-width: calc(100% - 78px);
  text-align: center;
  top: calc(100% + 28px);
}
#top .topics .slick-dots li {
  height: 8px;
  margin: 0 4px;
  width: 96px;
}
#top .topics .slick-dots li button:before {
  background-color: #ddd;
  height: 8px;
  width: 96px;
}
#top .topics .slick-dots li.slick-active button:before {
  background-color: #e60012;
}
#top .topics .topics__sliderBtn {
  height: 32px;
  margin: 24px 0 0 auto;
  position: relative;
  width: 78px;
}
#top .topics .topics__sliderBtn .slick-arrow {
  height: 32px;
  opacity: 1;
  transition: opacity 0.3s ease;
  width: 32px;
}
#top .topics .topics__sliderBtn .slick-arrow.prev-arrow {
  position: relative;
  top: 0;
  transform: rotate(180deg);
}
#top .topics .topics__sliderBtn .slick-arrow.slick-disabled {
  pointer-events: none;
}
#top .topics .topics__sliderBtn .slick-arrow:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768.9px) {
  #top .topics .sec__inner {
    padding: 0;
  }
  #top .topics .topics__sliderTxt {
    font-size: 1.2rem;
  }
  #top .topics .topics__slider {
    height: 236px;
    padding-left: 15px;
  }
  #top .topics .topics__slider li {
    background-color: #fff;
    height: 236px;
    margin: 0 5px;
    width: 150px;
  }
  #top .topics .slick-dots {
    left: 50%;
    max-width: 268px;
    position: absolute;
    top: calc(100% + 16px);
    transform: translateX(calc(-50% - 36px));
  }
  #top .topics .slick-dots li {
    height: 8px;
    margin: 0 4px;
    width: 20px;
  }
  #top .topics .slick-dots li button:before {
    height: 8px;
    width: 20px;
  }
  #top .topics .topics__sliderBtn {
    height: 32px;
    margin: 16px 15px 0 auto;
    position: relative;
    width: 78px;
  }
  #top .topics .topics__sliderBtn .slick-arrow {
    height: 32px;
    width: 32px;
  }
  #top .topics .topics__sliderBtn .slick-arrow.prev-arrow {
    display: block !important;
    position: relative;
    top: 0;
    transform: rotate(180deg);
  }
  #top .topics .topics__sliderBtn .slick-arrow.next-arrow {
    display: block !important;
  }
  #top .topics .topics__sliderBtn .slick-arrow.slick-disabled {
    pointer-events: none;
  }
}
#top .course {
  background: linear-gradient(90deg, rgba(232, 83, 116, 0.1) 0%, rgba(137, 54, 167, 0.1) 20%, rgba(13, 89, 170, 0.1) 40%, rgba(28, 138, 65, 0.1) 60%, rgba(190, 147, 28, 0.1) 80%, rgba(8, 152, 154, 0.1) 100%);
}
#top .course .course__cont {
  background: rgba(255, 255, 255, 0.4);
  margin-top: 80px;
  padding: 48px;
}
#top .course .course__cont .course__row {
  align-items: center;
  display: flex;
  gap: 72px;
}
#top .course .course__cont .course__contHead h3 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
#top .course .course__cont .course__contHead p {
  background-color: #fff;
  border-radius: 8px;
  color: #e60012;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 12px 0 0 0;
  padding: 8px 16px;
  position: relative;
  text-align: center;
}
#top .course .course__cont .course__contHead p:after {
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
  content: "";
  left: 50%;
  margin-left: -7px;
  margin-top: 0;
  position: absolute;
  top: -12px;
}
#top .course .course__cont .course__list2 {
  display: flex;
  gap: 24px;
}
#top .course .course__cont .course__list2 li {
  background-color: #fff;
  border: 1px solid #eee;
  width: 378px;
}
#top .course .course__cont .course__list2 li h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#top .course .course__cont .course__list2 li .link__btn2 a {
  text-align: center;
  width: 200px;
}
#top .course .course__cont .course__list2 li .course__body {
  padding: 24px 16px;
}
#top .course .course__cont .course__list2 li .course__body figure {
  margin-bottom: 8px;
  text-align: center;
}
#top .course .course__cont .course__list2 li .course__body h3 {
  font-size: 2rem;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  #top .course .course__cont {
    padding: 32px 15px;
  }
  #top .course .course__cont .course__row {
    display: block;
  }
  #top .course .course__cont .course__row .course__contHead {
    margin-bottom: 32px;
    text-align: center;
  }
  #top .course .course__cont .course__row .course__contHead h3 {
    font-size: 2.6rem;
  }
  #top .course .course__cont .course__row .course__contHead p {
    display: inline-block;
  }
  #top .course .course__cont .course__row .course__head img {
    width: 100%;
  }
  #top .course .course__cont .course__row .course__list2 {
    display: block;
  }
  #top .course .course__cont .course__row .course__list2 li {
    width: 100%;
  }
  #top .course .course__cont .course__row .course__list2 li + li {
    margin-top: 24px;
  }
}
#top .bnrArea .bnrArea__list {
  margin: 48px 0;
  text-align: center;
}
#top .bnrArea .bnrArea__list li {
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 15px;
}
#top .bnrArea .bnrArea__list li:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 768.9px) {
  #top .bnrArea .bnrArea__list {
    margin: 32px 0;
  }
  #top .bnrArea .bnrArea__list li:not(:last-child) {
    margin-bottom: 32px;
  }
}
#top .strongPoint {
  background: linear-gradient(90deg, #9fe7ab 0%, #e7f1ad 100%);
}
#top .strongPoint .strongPoint__cont {
  background: rgba(255, 255, 255, 0.5);
  padding: 48px;
}
#top .strongPoint .strongPoint__cont h3 {
  color: #e60012;
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 98px;
  position: relative;
}
#top .strongPoint .strongPoint__cont h3:before {
  background: url(/wp-content/themes/theme1/assets/img/top/strong_point_icon_01.svg) 0 0/contain no-repeat;
  content: "";
  height: 55px;
  left: 0;
  position: absolute;
  top: 61%;
  transform: translateY(-50%);
  width: 88px;
}
#top .strongPoint .strongPoint__cont h3.strongPoint2 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 24px;
}
#top .strongPoint .strongPoint__cont h3.strongPoint2:before {
  background: url(/wp-content/themes/theme1/assets/img/top/strong_point_icon_02.svg) 0 0/contain no-repeat;
}
#top .strongPoint .strongPoint__cont h3.strongPoint3 {
  font-size: 2.4rem;
  margin-bottom: 24px;
}
#top .strongPoint .strongPoint__cont h3.strongPoint3:before {
  background: url(/wp-content/themes/theme1/assets/img/top/strong_point_icon_03.svg) 0 0/contain no-repeat;
}
#top .strongPoint .strongPoint__cont h3.strongPoint4 {
  color: #1a0000;
  font-size: 3rem;
  margin-bottom: 16px;
  padding: 0;
  text-align: center;
}
#top .strongPoint .strongPoint__cont h3.strongPoint4:before {
  content: none;
}
#top .strongPoint .strongPoint__cont .strongPoint__lead {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 48px;
  padding-left: 96px;
}
#top .strongPoint .strongPoint__cont .strongPoint__inner {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 64px;
  padding: 48px;
}
#top .strongPoint .strongPoint__cont h4 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
#top .strongPoint .strongPoint__cont .strongPoint__row {
  display: flex;
  gap: 24px;
}
#top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__l,
#top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__r {
  background-color: #fff;
  border-radius: 32px;
  padding: 24px 32px;
  text-align: center;
  width: 33%;
}
#top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__c {
  align-self: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
  padding: 40px 32px 24px;
  position: relative;
  text-align: center;
  width: 33%;
}
#top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__c img {
  margin: 16px 0 8px;
}
#top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__c:before {
  background: url(/wp-content/themes/theme1/assets/img/top/arrow2_right.svg) 0 0/contain no-repeat;
  content: "";
  height: 24px;
  left: -40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
}
#top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__c:after {
  background: url(/wp-content/themes/theme1/assets/img/top/arrow2_right.svg) 0 0/contain no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 80px;
}
#top .strongPoint .strongPoint__cont .strongPoint__row h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}
#top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__txt {
  font-size: 1.4rem;
  min-height: 3.6em;
}
#top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__links {
  margin-top: 16px;
}
#top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__links li + li {
  margin-top: 8px;
}
#top .strongPoint .strongPoint__cont + .strongPoint__cont {
  margin-top: 24px;
}
#top .strongPoint .strongPoint__cont.cont2 .strongPoint__row {
  display: flex;
  gap: 32px;
}
#top .strongPoint .strongPoint__cont.cont2 .strongPoint__row .strongPoint__l,
#top .strongPoint .strongPoint__cont.cont2 .strongPoint__row .strongPoint__r {
  background-color: inherit;
  padding: 0;
  text-align: left;
  width: auto;
}
#top .strongPoint .strongPoint__cont.cont2 .strongPoint__row .strongPoint__img {
  flex-shrink: 0;
  width: 492px;
}
#top .strongPoint .strongPoint__cont.cont2 .strongPoint__row .strongPoint__txt--l {
  font-size: 1.6rem;
  padding-left: 96px;
}
#top .strongPoint .strongPoint__cont.cont2 .strongPoint__row .strongPoint__txt--l + p {
  margin-top: 8px;
}
#top .strongPoint .strongPoint__cont.cont3 {
  border-radius: 32px;
  margin: 32px 0 0 96px;
  padding: 32px;
  width: 912px;
}
#top .strongPoint .strongPoint__cont.cont3 .strongPoint__row {
  align-items: center;
  display: flex;
  gap: 32px;
}
#top .strongPoint .strongPoint__cont.cont3 .strongPoint__row .strongPoint__l,
#top .strongPoint .strongPoint__cont.cont3 .strongPoint__row .strongPoint__r {
  background-color: inherit;
  padding: 0;
  text-align: left;
  width: auto;
}
#top .strongPoint .strongPoint__cont.cont3 .strongPoint__row .strongPoint__img {
  flex-shrink: 0;
  width: 336px;
}
#top .strongPoint .strongPoint__cont.cont3 .strongPoint__row .strongPoint__txt {
  font-size: 1.6rem;
}
#top .strongPoint .strongPoint__cont.cont3 .strongPoint__row .link__btn2 {
  margin-top: 24px;
}
#top .strongPoint .strongPoint__cont.cont3 .strongPoint__row .link__btn2 a {
  width: 273px;
}
@media screen and (max-width: 768.9px) {
  #top .strongPoint .strongPoint__cont {
    padding: 32px 15px;
  }
  #top .strongPoint .strongPoint__cont h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 24px;
    padding-left: 60px;
  }
  #top .strongPoint .strongPoint__cont h3:before {
    height: 32px;
    top: 55%;
    width: 52px;
  }
  #top .strongPoint .strongPoint__cont h3.strongPoint2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  #top .strongPoint .strongPoint__cont h3.strongPoint3 {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  #top .strongPoint .strongPoint__cont h3.strongPoint4 {
    font-size: 2.6rem;
    margin-bottom: 16px;
  }
  #top .strongPoint .strongPoint__cont .strongPoint__lead {
    font-size: 1.4rem;
    margin-bottom: 32px;
    padding-left: 0;
  }
  #top .strongPoint .strongPoint__cont .strongPoint__inner {
    border-radius: 32px;
    padding: 32px 15px 16px;
  }
  #top .strongPoint .strongPoint__cont h4 {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  #top .strongPoint .strongPoint__cont .strongPoint__row {
    display: block;
  }
  #top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__l,
  #top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__r {
    border-radius: 16px;
    padding: 24px 16px;
    text-align: center;
    width: 100%;
  }
  #top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__c {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 285px;
    justify-content: center;
    margin: 16px 0;
    min-height: inherit;
    padding: 24px 32px;
    width: 100%;
  }
  #top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__c img {
    margin: 16px 0;
  }
  #top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__c:before {
    background: url(/wp-content/themes/theme1/assets/img/top/arrow2_bottom.svg) 0 0/contain no-repeat;
    height: 54px;
    left: 50%;
    top: -28px;
    transform: translateX(-50%);
    width: 24px;
  }
  #top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__c:after {
    background: url(/wp-content/themes/theme1/assets/img/top/arrow2_bottom.svg) 0 0/contain no-repeat;
    bottom: -28px;
    height: 54px;
    left: 50%;
    top: inherit;
    transform: translateX(-50%) rotate(180deg);
    width: 24px;
  }
  #top .strongPoint .strongPoint__cont .strongPoint__row h5 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  #top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__txt {
    font-size: 1.2rem;
    min-height: auto;
  }
  #top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__links {
    margin-top: 24px;
  }
  #top .strongPoint .strongPoint__cont .strongPoint__row .strongPoint__links li + li {
    margin-top: 8px;
  }
  #top .strongPoint .strongPoint__cont.cont2 .strongPoint__row {
    display: block;
  }
  #top .strongPoint .strongPoint__cont.cont2 .strongPoint__row .strongPoint__l,
  #top .strongPoint .strongPoint__cont.cont2 .strongPoint__row .strongPoint__r {
    background-color: inherit;
    padding: 0;
    width: auto;
  }
  #top .strongPoint .strongPoint__cont.cont2 .strongPoint__row .strongPoint__img {
    margin-bottom: 24px;
    width: 100%;
  }
  #top .strongPoint .strongPoint__cont.cont2 .strongPoint__row .strongPoint__img img {
    width: 100%;
  }
  #top .strongPoint .strongPoint__cont.cont2 .strongPoint__row .strongPoint__txt--l {
    font-size: 1.4rem;
    padding-left: 0;
    text-align: left;
  }
  #top .strongPoint .strongPoint__cont.cont2 .strongPoint__row .strongPoint__txt {
    text-align: left;
  }
  #top .strongPoint .strongPoint__cont.cont3 {
    margin: 32px 0 0;
    padding: 24px 15px;
    width: 100%;
  }
  #top .strongPoint .strongPoint__cont.cont3 .strongPoint__row {
    display: block;
    padding: 0;
    width: auto;
  }
  #top .strongPoint .strongPoint__cont.cont3 .strongPoint__row .strongPoint__l,
  #top .strongPoint .strongPoint__cont.cont3 .strongPoint__row .strongPoint__r {
    background-color: inherit;
    padding: 0;
    width: auto;
  }
  #top .strongPoint .strongPoint__cont.cont3 .strongPoint__row .strongPoint__img {
    margin-bottom: 24px;
    width: 100%;
  }
  #top .strongPoint .strongPoint__cont.cont3 .strongPoint__row .strongPoint__txt {
    font-size: 1.4rem;
    padding-left: 0;
    text-align: left;
  }
}
#top .graduates {
  background: linear-gradient(90deg, #fdbabf 0%, #fad6e9 100%);
}
#top .graduates .graduates__row {
  display: flex;
  margin-bottom: 24px;
}
#top .graduates .graduates__l {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-shrink: 0;
  height: auto;
  justify-content: center;
  position: relative;
  width: 480px;
}
#top .graduates .graduates__r {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  padding: 24px 32px 16px;
  width: 100%;
}
#top .graduates .graduates__ttl {
  font-feature-settings: normal;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
#top .graduates .graduates__name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}
#top .graduates .graduates__name span {
  background-color: #1a6ec7;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  height: 26px;
  line-height: 26px;
  margin-left: 10px;
  padding: 0 8px;
  position: relative;
  text-align: center;
  vertical-align: 4px;
}
#top .graduates .graduates__name span:after {
  border-color: transparent #1a6ec7 transparent transparent;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  content: "";
  height: 0;
  left: -7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
#top .graduates .graduates__name span.baloonManga {
  background-color: #16a245;
}
#top .graduates .graduates__name span.baloonManga:after {
  border-color: transparent #16a245 transparent transparent;
}
#top .graduates .graduates__name span.baloonSeiyu {
  background-color: #fc809b;
}
#top .graduates .graduates__name span.baloonSeiyu:after {
  border-color: transparent #fc809b transparent transparent;
}
#top .graduates .link__btn2 {
  margin-top: auto;
}
#top .graduates .graduates__position {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}
#top .graduates .graduates__masterpieces {
  margin-bottom: 16px;
}
#top .graduates .graduates__caption {
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
  padding: 4px 8px;
}
#top .graduates .graduates__txt {
  background: rgba(255, 255, 255, 0.5);
  font-feature-settings: normal;
  font-size: 1.2rem;
  letter-spacing: normal;
  line-height: 1.5;
  padding: 8px;
}
#top .graduates .graduates__list {
  background: rgba(255, 255, 255, 0.5);
  padding: 24px;
}
#top .graduates .graduates__list dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 8px;
}
#top .graduates .graduates__list dd {
  font-size: 1.4rem;
}
#top .graduates .graduates__list dd + dt {
  margin-top: 24px;
}
@media screen and (max-width: 768.9px) {
  #top .graduates .graduates__row {
    display: block;
  }
  #top .graduates .graduates__l {
    width: 100%;
  }
  #top .graduates .graduates__r {
    padding: 16px 15px;
  }
  #top .graduates .graduates__ttl {
    font-size: 2rem;
    margin-bottom: 12px;
  }
  #top .graduates .graduates__name {
    font-size: 1.8rem;
  }
  #top .graduates .graduates__name span {
    height: 26px;
    line-height: 26px;
    vertical-align: 4px;
  }
  #top .graduates .graduates__position {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}
#top .school {
  background: linear-gradient(90deg, #c3ecff 0%, #bff6e4 100%);
}
#top .school .school__row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#top .school .school__l {
  flex-shrink: 0;
}
#top .school .school__r {
  max-width: 648px;
}
#top .school .school__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
#top .school .school__list li {
  background-color: #fff;
  height: 48px;
  width: 200px;
}
#top .school .school__list li a {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  line-height: 1.4;
  padding-right: 8px;
  position: relative;
  text-align: center;
  width: 100%;
}
#top .school .school__list li a:after {
  background: url(/wp-content/themes/theme1/assets/img/top/arrow_right.svg) 0 0/contain no-repeat;
  content: "";
  height: 32px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
}
#top .school .school__list li a.kerning {
  letter-spacing: -0.05em;
}
#top .school .school__list + .school__list {
  margin: 48px 0;
}
@media screen and (max-width: 768.9px) {
  #top .school .school__row {
    display: block;
  }
  #top .school .school__l {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
  }
  #top .school .school__l img {
    height: 256px;
    width: 223px;
  }
  #top .school .school__r {
    margin: 0 auto;
    width: 100%;
  }
  #top .school .school__list {
    gap: 16px;
    justify-content: start;
  }
  #top .school .school__list li {
    width: calc(50% - 8px);
  }
  #top .school .school__list + .school__list {
    margin: 32px 0;
  }
}
#top .news {
  background: url(/wp-content/themes/theme1/assets/img/top/bg_checkpattern.png) 0 0/16px 16px repeat;
}
#top .news .news__l {
  flex-shrink: 0;
  width: 118px;
}
#top .news .news__r {
  display: none;
}
#top .news .news__r.is-active {
  display: block;
}
#top .news .news__row {
  display: flex;
  gap: 24px;
}
#top .news .news__tab li {
  margin: 0 0 8px 0;
}
#top .news .news__tab li a {
  background: #fff;
  color: #e60012;
  display: block;
  font-size: 1.2rem;
  margin: 0 2px;
  padding: 10px;
  text-align: center;
}
#top .news .news__tab li.active a {
  background: #e60012;
  color: #fff;
}
#top .news .news__list {
  display: flex;
  gap: 16px;
}
#top .news .news__list li {
  background-color: #fff;
  height: 256px;
  width: calc(25% - 12px);
}
#top .news .news__desc {
  margin: 16px;
}
#top .news .news__date {
  color: #e60012;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 8px;
}
#top .news .news__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.4rem;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}
#top .news .news__viewmore {
  margin-top: 48px;
  text-align: center;
}
#top .news .news__viewmore a {
  color: #e60012;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
#top .news .news__viewmore a:after {
  background: url(/wp-content/themes/theme1/assets/img/top/arrow_right.svg) 0 0/contain no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  right: -28px;
  top: 0;
  width: 24px;
}
@media screen and (max-width: 768.9px) {
  #top .news .news__l {
    width: auto;
  }
  #top .news .news__row {
    display: block;
  }
  #top .news .news__tab {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    width: 100%;
  }
  #top .news .news__tab li {
    margin: 0;
    width: calc(33.3333333333% - 5.3333333333px);
  }
  #top .news .news__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 15px;
  }
  #top .news .news__list li {
    height: auto;
    width: calc(50% - 7.5px);
  }
  #top .news .news__list li img {
    width: 100%;
  }
  #top .news .news__date {
    font-size: 1.2rem;
  }
  #top .news .news__title {
    font-size: 1.2rem;
  }
  #top .news .news__viewmore {
    margin-top: 32px;
  }
}
#top .admissionGuide {
  background-color: #e60012;
}
#top .admissionGuide .txtstyle1 h2 {
  color: #fff;
}
#top .admissionGuide .admissionGuide__list {
  display: flex;
  gap: 24px;
  justify-content: center;
}
#top .admissionGuide .admissionGuide__list li {
  background-color: #fff;
  height: 148px;
  text-align: center;
  width: 282px;
}
#top .admissionGuide .admissionGuide__list li a {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
#top .admissionGuide .admissionGuide__list li .arrowIcon img {
  height: 32px;
  width: 32px;
}
#top .admissionGuide .admissionGuide__list .admissionGuide__title {
  color: #e60012;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768.9px) {
  #top .admissionGuide .admissionGuide__list {
    display: block;
  }
  #top .admissionGuide .admissionGuide__list li {
    height: 64px;
    width: 100%;
  }
  #top .admissionGuide .admissionGuide__list li a {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    padding: 12px 16px;
    width: 100%;
  }
  #top .admissionGuide .admissionGuide__list li .arrowIcon img {
    height: 32px;
    width: 32px;
  }
  #top .admissionGuide .admissionGuide__list li + li {
    margin-top: 16px;
  }
  #top .admissionGuide .admissionGuide__list .admissionGuide__title {
    font-size: 1.8rem;
  }
}

#top .frontTop-cta{
  display: flex;
  display: none;

}
#top .frontTop-cta{
  display: flex;
  gap: 2rem;
  margin: auto;
  padding: 2rem 0 4rem;
  width: fit-content;

}
#top .frontTop-cta .p-button-Wrap {
    margin-top: 0;
}
#top .frontTop-cta .p-button-Wrap .p-button {
    min-width: 400px;
    padding: 16px 56px 16px 32px;
}
@media screen and (max-width: 768.9px) {
  #top .frontTop-cta{
    gap: 0.5rem;
    padding: 0rem 0 2rem;
  }

  #top .frontTop-cta .p-button-Wrap .p-button {
    min-width: 160px;
    width: 46.8vw;
    font-size: 1.3rem;
    padding: 0px 24px 0px 0px;
    line-height: 1.25;
    font-feature-settings: "palt";
  }
    #top .frontTop-cta .p-button-Wrap .p-button::after {
    width: 24px;
    height:24px;
    right: 5px;
  }
}