@charset "UTF-8";
/* Scss Document */
/*色*/
/*v2024*/
/*font*/
/*====================================================================*/
/*informatics 2022*/
/*====================================================================*/
/*==================================*/
/*anime js_loadBa*/
/*==================================*/
.js_loadBa {
  overflow: hidden;
  display: block;
}
.js_loadBa.__ib {
  display: inline-block;
}
.js_loadBa .js_loadBa__inner {
  display: block;
  width: inherit;
  height: inherit;
  opacity: 0;
}

@media screen\0  {
  .js_loadBa__inner {
    padding-top: 0.5rem;
  }
}
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.isPlay {
  animation-name: play;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

.js_loadBa__inner.isPlay .isPlay__before {
  animation-name: maskOut;
  animation-duration: .3s;
  animation-delay: .6s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 101%;
  height: 100%;
  background-color: #fc4950;
  background: linear-gradient(-90deg, #0f4ea1 0%, #0083c7 19%, #33ad37 39%, #9764a7 60%, #ea565c 79%, #fffab5 100%);
}
@media only screen and (max-width: 767px) {
  .js_loadBa__inner.isPlay .isPlay__before {
    background: linear-gradient(-90deg, #0f4ea1 0%, #0083c7 19%, #33ad37 60%, #ef615f 100%);
  }
}

/*==================================*/
/*informatics*/
/*==================================*/
.lpInfo {
  margin: 0;
  padding: 0;
  position: relative;
}

.lpInfo_mv {
  position: relative;
  background: #000;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .lpInfo_mv {
    margin-top: 50px;
  }
}
.lpInfo_mv__img {
  position: relative;
  animation: lpInfo_fadeIn1 2.7s cubic-bezier(0.23, 1, 0.32, 1) 0.8s both;
  opacity: 0;
}
.lpInfo_mv__img img {
  vertical-align: bottom;
}
.lpInfo_mv__ttl {
  position: absolute;
  bottom: 18%;
  right: -5px;
  width: 56%;
  animation: lpInfo_fadeIn2 1.2s cubic-bezier(0.23, 1, 0.32, 1) 1.8s both;
  /*202406*/
  bottom: 25%;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .lpInfo_mv__ttl {
    right: 0;
    left: 0;
    bottom: 9vw;
    margin: auto;
    width: 95%;
    /*202406*/
    bottom: 6vw;
  }
}
.lpInfo_mv__ttl img {
  filter: drop-shadow(3px 3px 5px #000);
}

.lpInfo_mvNote {
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
  padding: 10px;
  background-color: #000;
  color: #888;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpInfo_mvNote {
    font-size: 1rem;
    text-align: center;
  }
}

@keyframes lpInfo_fadeIn1 {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes lpInfo_fadeIn2 {
  0% {
    opacity: 0;
    transform: scale(1.1) translate(-80%, 80%) skewY(-10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0) skewX(0);
  }
}
.lpInfo__nav {
  background-color: #032659;
  padding: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 10;
  color: #ccc;
  min-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .lpInfo__nav {
    display: none;
  }
}
.lpInfo__nav__ttl {
  color: #ccc;
  font-size: 2rem;
  margin-left: 30px;
  display: flex;
}
.lpInfo__nav__ttl small {
  font-size: 1rem;
  border: 1px solid #ccc;
  padding: 5px;
  line-height: 1;
  display: inline-block;
  margin-left: 10px;
}
.lpInfo__nav ul {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.lpInfo__nav ul li {
  padding: 2px 10px;
  font-size: 1.2rem;
  border-left: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.lpInfo__nav ul li a {
  text-decoration: none;
  color: #ccc;
}

.lpInfo_line {
  background: linear-gradient(-90deg, #0f4ea1 0%, #0083c7 19%, #33ad37 39%, #9764a7 60%, #ea565c 79%, #fffab5 100%);
  height: 3px;
  position: relative;
  z-index: 10;
  margin-top: 20px;
}

.lpInfo_section {
  padding: 110px 0;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lpInfo_section {
    padding: 90px 0;
  }
}
.lpInfo_section__main {
  margin: 0 170px 0 0;
}
@media only screen and (max-width: 767px) {
  .lpInfo_section__main {
    margin: 0 55px 0 0;
  }
}
.lpInfo_section--rev .lpInfo_section__main {
  margin: 0 0 0 170px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_section--rev .lpInfo_section__main {
    margin: 0 0 0 55px;
  }
}
.lpInfo_section__main .lpInfo_body {
  padding-left: 150px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_section__main .lpInfo_body {
    padding-left: 20px;
  }
}
.lpInfo_section--rev .lpInfo_section__main .lpInfo_body {
  padding-left: 20px;
}
.lpInfo_section__side {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .lpInfo_section__side {
    width: 40px;
  }
}
.lpInfo_section--rev .lpInfo_section__side {
  right: inherit;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .lpInfo_section--rev .lpInfo_body,
  .lpInfo_section--rev .lpInfo_ttl__inner {
    padding-right: 10px;
  }
}

.lpInfo_marker1 {
  display: inline;
  background-color: #000;
  padding: 0.05em 0.5em 0.2em 0.5em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.lpInfo_marker1:after {
  content: '';
  margin-right: 1px;
  float: right;
}

.lpInfo_ttl {
  font-size: 4rem;
  line-height: 1.8;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_ttl {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.lpInfo_ttl__inner {
  padding-left: 120px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .lpInfo_ttl__inner {
    padding-left: 10px;
  }
}
.lpInfo_section--rev .lpInfo_ttl__inner {
  padding-left: 20px;
}

.lpInfo_lead {
  font-size: 1.8rem;
  line-height: 2;
  flex: 1;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_lead {
    font-size: 1.4rem;
  }
  .lpInfo_section--rev .lpInfo_lead {
    margin-right: 10px;
  }
}

.lpInfo_section__side {
  text-align: center;
}
.lpInfo_section__side__ca {
  margin-bottom: 20px;
}
.lpInfo_section__side__en {
  font-size: 3rem;
  writing-mode: vertical-rl;
  margin: 0 auto;
  color: #625d5d;
}

.lpInfo_about {
  background: url("/assets/images/special/informatics2022/bg1_1.jpg") no-repeat left top, url("/assets/images/special/informatics2022/bg1_2.jpg") no-repeat right top;
  background-color: #000;
  background-size: auto 100%;
  padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .lpInfo_about {
    background-attachment: fixed;
  }
}
.lpInfo_about__main {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .lpInfo_about__main {
    display: block;
  }
}
.lpInfo_about__img {
  margin-top: -100px;
  margin-left: 30px;
  width: 49%;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .lpInfo_about__img {
    margin: 0;
    width: 100%;
    margin: auto;
  }
}
.lpInfo_about__img img {
  vertical-align: bottom;
}
.lpInfo_about .lpInfo_lead {
  margin-bottom: 80px;
}

.lpInfo_situation {
  background: url("/assets/images/special/informatics2022/bg2.jpg") no-repeat top left #002e96;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .lpInfo_situation {
    background-attachment: fixed;
  }
}
@media only screen and (max-width: 767px) {
  .lpInfo_situation {
    background-size: 200vw;
    background-position: top right;
  }
}

.lpInfo_category {
  background: url("/assets/images/special/informatics2022/bg3.jpg") no-repeat;
  background-size: cover;
  padding: 60px;
}
@media print, screen and (min-width: 768px) {
  .lpInfo_category {
    background-attachment: fixed;
  }
}
@media only screen and (max-width: 767px) {
  .lpInfo_category {
    padding: 20px;
  }
}
.lpInfo_category__main {
  padding: 40px 10px 40px 10px;
  text-align: center;
}
.lpInfo_category__main img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_category__main {
    padding: 10px 10px;
    order: 1;
  }
  .lpInfo_category__main img {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .lpInfo_category__set1 {
    order: 2;
  }
  .lpInfo_category__set2 {
    order: 3;
  }
}
.lpInfo_category__list li {
  border: 1px solid #fff;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpInfo_category__list li {
    padding: 15px;
    margin-bottom: 10px;
  }
}
.lpInfo_category__list li h4 {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  .lpInfo_category__list li p {
    font-size: 1.2rem;
  }
}
.lpInfo_category__list li:nth-of-type(1), .lpInfo_category__list li:nth-of-type(3) {
  left: 60px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_category__list li:nth-of-type(1), .lpInfo_category__list li:nth-of-type(3) {
    left: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .lpInfo_category__list li:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #fff;
  }
  .lpInfo_category__list li:nth-of-type(1):after {
    bottom: -15px;
    right: 15px;
  }
  .lpInfo_category__list li:nth-of-type(2):after {
    top: 50%;
    right: -15px;
    transform-origin: 0 0;
    transform: rotate(90deg);
  }
  .lpInfo_category__list li:nth-of-type(3):after {
    top: -15px;
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .lpInfo_category__list li:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #fff;
    left: 50%;
    top: -15px;
  }
}
.lpInfo_category__list--set2 li:nth-of-type(1), .lpInfo_category__list--set2 li:nth-of-type(3) {
  left: inherit;
  right: 60px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_category__list--set2 li:nth-of-type(1), .lpInfo_category__list--set2 li:nth-of-type(3) {
    right: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .lpInfo_category__list--set2 li:nth-of-type(1):after {
    right: inherit;
    left: 15px;
  }
  .lpInfo_category__list--set2 li:nth-of-type(2):after {
    right: inherit;
    left: 15px;
  }
  .lpInfo_category__list--set2 li:nth-of-type(3):after {
    right: inherit;
    left: 15px;
  }
}

.lpInfo_human {
  background: url("/assets/images/special/informatics2022/bg4.jpg") no-repeat top left #000;
  background-size: 100%;
}
@media print, screen and (min-width: 768px) {
  .lpInfo_human {
    background-attachment: fixed;
  }
}
@media only screen and (max-width: 767px) {
  .lpInfo_human {
    background-size: cover;
  }
}
.lpInfo_human__main {
  width: 830px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpInfo_human__main {
    width: 100%;
  }
}
.lpInfo_human__main p {
  font-size: 1.6rem;
  position: relative;
  width: 220px;
  margin-left: auto;
  top: -150px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_human__main p {
    width: 80%;
    margin: 20px auto;
    position: static;
    font-size: 1.4rem;
  }
}

.lpInfo_feature {
  background: url("/assets/images/special/informatics2022/bg5.jpg") no-repeat top left #002e96;
  background-size: 100%;
}
@media print, screen and (min-width: 768px) {
  .lpInfo_feature {
    background-attachment: fixed;
  }
}
@media only screen and (max-width: 767px) {
  .lpInfo_feature {
    background-size: 200%;
  }
}
.lpInfo_feature__head {
  text-align: center;
  margin-bottom: 30px;
}
.lpInfo_feature__head img {
  width: 260px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_feature__head img {
    width: 60%;
  }
}
.lpInfo_feature__set {
  background-color: #fff;
  padding: 40px 60px;
  color: #000;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_feature__set {
    padding: 20px;
  }
}
.lpInfo_feature__set:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: #f3f3f3 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.lpInfo_feature__set:nth-of-type(even) {
  background-color: #000000;
  color: #fff;
}
.lpInfo_feature__set:nth-of-type(even):after {
  border-color: #4E4E4E transparent transparent transparent;
}
.lpInfo_feature__num {
  font-size: 4rem;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: normal;
}
.lpInfo_feature__set:nth-of-type(even) .lpInfo_feature__num {
  color: #fff;
}
.lpInfo_feature__ttl {
  text-align: center;
  font-size: 5rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_feature__ttl {
    font-size: 3.4rem;
  }
}
.lpInfo_feature__ttl .lpInfo_line {
  margin-top: 20px;
}
.lpInfo_feature__p {
  text-align: center;
}
.lpInfo_feature__p > div {
  font-size: 1.8rem;
  margin-bottom: 30px;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .lpInfo_feature__p > div {
    font-size: 1.6rem;
  }
}

.lpInfo_pickup {
  position: relative;
  border-width: 3px;
  margin: 30px;
  border-radius: 10px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .lpInfo_pickup {
    margin: 30px 0;
    font-size: 1.4rem;
  }
}
.lpInfo_pickup__ic {
  position: absolute;
  top: 8px;
  left: -40px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_pickup__ic {
    width: 50px;
  }
}

.p_table--black, .p_table--black td, .p_table--black th {
  background: none;
  border-color: #fff;
  color: #fff;
}

.lpInfo_career {
  background: url("/assets/images/special/informatics2022/bg6.jpg") no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .lpInfo_career {
    background-attachment: fixed;
  }
}
.lpInfo_career__img {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.lpInfo_career__img img {
  width: 100%;
  vertical-align: bottom;
}
.lpInfo_career__img > div {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .lpInfo_career__img > div {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .lpInfo_career__ba {
    text-align: center;
    padding: 10px 0;
  }
  .lpInfo_career__ba img {
    width: 85%;
  }
}

.lpInfo_abroad {
  background: url("/assets/images/special/informatics2022/bg7.jpg") no-repeat #002e96;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .lpInfo_abroad {
    background-attachment: fixed;
  }
}
@media only screen and (max-width: 767px) {
  .lpInfo_abroad {
    background-size: 200%;
  }
}

.lpInfo_whats {
  border: 1px solid #fff;
  padding: 30px 50px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_whats {
    padding: 15px;
  }
}
.lpInfo_whats__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .lpInfo_abroad__set {
    flex-direction: column-reverse;
  }
  .lpInfo_abroad__set > div:nth-of-type(1) {
    margin-top: 20px;
  }
}

.lpInfo_kyodo {
  margin-top: 30px;
}
.lpInfo_kyodo__item {
  text-align: center;
  margin-bottom: 20px;
}
.lpInfo_kyodo__item > p {
  font-size: 1.8rem;
}
.lpInfo_kyodo__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.lpInfo_kyodo__ttl > p {
  border: 1px solid #fff;
  padding: 10px 20px;
  margin: 0;
  min-width: 13rem;
}
@media only screen and (max-width: 767px) {
  .lpInfo_kyodo__ttl > p {
    min-width: inherit;
    flex: 1;
  }
}
.lpInfo_kyodo__ttl > span {
  display: block;
  margin: 0 15px;
}

/*==================================*/
/*202206*/
/*==================================*/
.lpInfo_learning {
  background: url("/assets/images/special/informatics2022/202206/learning_bg.jpg") no-repeat top center #000;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .lpInfo_learning {
    background-size: 120%;
  }
}
.lpInfo_learning__head {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10vw;
}
.lpInfo_learning__head img {
  width: 530px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_learning__head img {
    width: 90%;
  }
}

.lpInfo_newspot__slide li {
  border: 10px solid #fff;
  padding: 40px 100px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpInfo_newspot__slide li {
    padding: 10px;
    border: 5px solid #fff;
  }
}
.lpInfo_newspot .lpInfo_line {
  margin: 0;
}
.lpInfo_newspot__mainimg {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .lpInfo_newspot__mainimg {
    width: 100%;
  }
}
.lpInfo_newspot__mainimg img {
  vertical-align: bottom;
  line-height: 1;
}
.lpInfo_newspot__info {
  margin-top: 40px;
  background-color: #fff;
  color: #000;
  padding: 20px;
  position: relative;
}
.lpInfo_newspot__info__ic {
  position: absolute;
  top: -20px;
  left: -20px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_newspot__info__ic {
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.lpInfo_newspot__info__ic img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .lpInfo_newspot__info__ic {
    width: 40px;
  }
}
.lpInfo_newspot__info__body {
  text-align: left;
}
.lpInfo_newspot__info__ttl {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}
.lpInfo_newspot .slide-arrow {
  border: 5px solid #fff;
}
.lpInfo_newspot .slick-track {
  display: flex;
}
.lpInfo_newspot .slick-slide {
  height: auto !important;
}

.lpInfo_modelcase {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lpInfo_modelcase {
    display: block;
  }
}
.lpInfo_modelcase li {
  width: calc(33.33% - 20px);
}
@media only screen and (max-width: 767px) {
  .lpInfo_modelcase li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.lpInfo_modelcase li img {
  width: 100%;
}

.lpInfo_mv__badge {
  position: absolute;
  top: 60px;
  right: 20px;
  width: 220px;
  /*202406*/
}
@media print, screen and (min-width: 768px) {
  .lpInfo_mv__badge {
    right: inherit;
    top: inherit;
    bottom: 60px;
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lpInfo_mv__badge {
    width: 38vw;
    top: 50vw;
    right: 5px;
    /*202406*/
    width: 36vw;
    top: 5vw;
    right: inherit;
    left: 5px;
  }
}

/*202406 mv修正*/
.lpInfo_mv__corse {
  color: #fff;
  font-size: 2vw;
  background: linear-gradient(-90deg, #0f4ea1 0%, #0083c7 19%, #33ad37 39%, #9764a7 60%, #ea565c 79%, #fffab5 100%);
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_mv__corse {
    margin: 4vw auto 0 auto;
    padding: 5px;
    width: auto;
    font-size: 4.5vw;
  }
}
.lpInfo_mv__corse__item {
  background-color: #000;
  margin: 0 5px;
  padding: 5px 10px;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .lpInfo_mv__corse__item {
    text-align: center;
    margin: 0 2px;
    padding: 5px 5px;
    line-height: 1;
  }
}
.lpInfo_mv__corse__item small {
  display: inline-block;
  font-size: 60%;
  line-height: 1;
}

/*202508*/
.lpInfo_mv__corse--2025 {
  font-size: 1.5vw;
  line-height: 1.2;
  align-items: stretch;
  display: flex;
  width: 95%;
}
@media only screen and (max-width: 767px) {
  .lpInfo_mv__corse--2025 {
    width: 100%;
    font-size: 3.5vw;
  }
}
.lpInfo_mv__corse--2025 .lpInfo_mv__corse__item {
  flex: 1;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lpInfo_spSide .slide-arrow.next-arrow {
    right: -25px;
  }
  .lpInfo_spSide .slide-arrow.prev-arrow {
    left: -39px;
  }
}
.lpInfo_spSide .slick-track {
  display: flex;
}
.lpInfo_spSide .slick-slide {
  height: auto !important;
}

.lpInfo_spLecture {
  padding: 30px 30px;
  border: 5px solid #fff;
}
@media only screen and (max-width: 767px) {
  .lpInfo_spLecture {
    border: none;
    padding: 0;
  }
}
.lpInfo_spLecture__item {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_spLecture__item {
    padding: 0 0;
  }
}
.lpInfo_spLecture .lpInfo_pickup {
  margin: 0;
  height: 100%;
}
.lpInfo_spLecture .slick-track {
  display: flex;
}
.lpInfo_spLecture .slick-slide {
  height: auto !important;
}
@media only screen and (max-width: 767px) {
  .lpInfo_spLecture .slide-arrow.next-arrow {
    right: -20px;
  }
  .lpInfo_spLecture .slide-arrow.prev-arrow {
    left: -20px;
  }
}

.lpInfo--2025 .slide-arrow {
  border: 5px solid #fff;
}
.lpInfo--2025 .slick-dotted.slick-slider {
  padding-bottom: 50px;
}

/*2026*/
.lpInfo_mv__corse--2026 {
  font-size: 1.5vw;
  line-height: 1.2;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  margin-top: 10px;
  background: none;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_mv__corse--2026 {
    width: auto;
    font-size: 3.5vw;
  }
}
.lpInfo_mv__corse--2026 .lpInfo_mv__corse__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 3.2em;
  width: calc(33.333% - 10px);
  margin: 0 10px 10px 0;
  position: relative;
  line-height: 1.2;
}
.lpInfo_mv__corse--2026 .lpInfo_mv__corse__item:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: linear-gradient(-90deg, #0f4ea1 0%, #0083c7 19%, #33ad37 39%, #9764a7 60%, #ea565c 79%, #fffab5 100%);
  z-index: -1;
}

a.lpInfo_mv__corse__item {
  color: #fff;
  text-decoration: none !important;
}
a.lpInfo_mv__corse__item:hover {
  opacity: 1;
}
a.lpInfo_mv__corse__item:hover:after {
  background: #fff;
  transition: all 0.5s;
}

.lpInfo_kinjitu {
  display: inline-block;
  border: 1px solid #fff;
  padding: 15px 30px;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .lpInfo_mv__ttl--2026 {
    width: 50%;
    bottom: 15%;
    right: 20px;
  }
}

.lpInfo_feature__set__items {
  position: relative;
}
.lpInfo_feature__set__items__icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

/*==================================*/
/*2026*/
/*==================================*/
/*==================================*/
/*sp_evolution2027 から*/
/*==================================*/
.spEv2027_courseInfo__item {
  position: relative;
  margin-bottom: 90px;
}
.spEv2027_courseInfo__itemMain {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__itemMain {
    display: block;
  }
}
.spEv2027_courseInfo__mv {
  height: 40vw;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__mv {
    min-height: inherit;
  }
}
.spEv2027_courseInfo__mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.spEv2027_courseInfo__main {
  position: relative;
  z-index: 1;
  width: 40%;
  padding: 60px;
  background: url("/assets/images/special/sp_evolution2027/v2/set2/info_c_bg.jpg") no-repeat top center #000;
  background-size: 150%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__main {
    width: auto;
    padding: 30px 20px;
  }
}
.spEv2027_courseInfo__main.-type2 {
  background: url("/assets/images/special/sp_evolution2027/v2/set2/info_c_bg2.jpg") no-repeat top center #000;
}
.spEv2027_courseInfo__ttl {
  font-size: 4.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__ttl {
    font-size: 3.8rem;
  }
}
.spEv2027_courseInfo__ttl__icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(95%, -35%);
}
.spEv2027_courseInfo__ttlSub {
  font-size: 14rem;
  line-height: 1;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: transparent;
  margin: 90px -60px 10px -60px;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__ttlSub {
    font-size: 10rem;
    margin: 10px -20px 10px -20px;
  }
}
.spEv2027_courseInfo__info {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__info {
    font-size: 1.8rem;
  }
}
.spEv2027_courseInfo__kw {
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__kw {
    font-size: 1.4rem;
  }
}
.spEv2027_courseInfo__kw li {
  background-color: #000;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.spEv2027_courseInfo__kw li p {
  display: inline-block;
  color: #fff;
  background: linear-gradient(90deg, #51d4b1, #dff022, #51d4b1, #dff022);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spEv2027_courseInfo__kw.-type2 li p {
  background: linear-gradient(90deg, #71d9ff, #9e6ecf, #71d9ff, #9e6ecf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spEv2027_courseInfo__route {
  font-size: 1.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .spEv2027_courseInfo__route {
    font-size: 1.6rem;
  }
}
.spEv2027_courseInfo__route li {
  background-color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.spEv2027_courseInfo__cat {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 5px 15px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  display: inline-block;
  color: #00796d;
}
.spEv2027_courseInfo__cat.-typ2 {
  color: #9e6ecf;
}

.lpInfo_courseNew {
  margin-top: 20px;
}
.lpInfo_courseNew__target {
  padding-top: 100px;
  margin-top: -100px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_courseNew__target {
    padding-top: 0;
    margin-top: 0;
    height: 20px;
  }
}
.lpInfo_courseNew__item {
  position: relative;
  margin: 60px -90px 90px -90px;
  box-shadow: 0px 8px 15px 7px rgba(0, 0, 0, 0.18);
}
@media only screen and (max-width: 767px) {
  .lpInfo_courseNew__item {
    margin: 20px -20px 60px -20px;
  }
}
.lpInfo_courseNew__head {
  width: 800px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .lpInfo_courseNew__head {
    width: 80%;
  }
}
.lpInfo_courseNew__ttl {
  background-color: #000;
  background: url("/assets/images/special/informatics2022/2026/info_c_bg_sp.jpg") no-repeat center center #000;
  background-size: cover;
  margin: 0 auto;
  padding: 10px 10px;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  line-height: 1.1;
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .lpInfo_courseNew__ttl {
    font-size: 2.8rem;
  }
}
.lpInfo_courseNew__ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  background: linear-gradient(-90deg, #0f4ea1 0%, #0083c7 19%, #33ad37 39%, #9764a7 60%, #ea565c 79%, #fffab5 100%);
  z-index: -1;
}
.lpInfo_courseNew__ttl__sub {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_courseNew__ttl__sub {
    font-size: 1.2rem;
    font-weight: normal;
  }
}
.lpInfo_courseNew__ttl__sub2 {
  font-size: 1.8rem;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_courseNew__ttl__sub2 {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
.lpInfo_courseNew__mv {
  height: 38vw;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .lpInfo_courseNew__mv {
    height: 70vw;
  }
}
.lpInfo_courseNew__mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.lpInfo_courseNew__main {
  padding: 30px;
}
.lpInfo_courseNew__lead {
  text-align: center;
  margin: -60px 0 20px 0;
}
.lpInfo_courseNew__lead span {
  font-size: 2.2rem;
  line-height: 2.4;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(180deg, #00796d 40%, #299082 99%);
  padding: 0.3em 1em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only screen and (max-width: 767px) {
  .lpInfo_courseNew__lead span {
    font-size: 1.6rem;
  }
}
.lpInfo_courseNew__data {
  padding: 30px 60px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_courseNew__data {
    padding: 20px 0px;
  }
}
.lpInfo_courseNew .spEv2027_courseInfo__route {
  color: #00796d;
}

.lpInfo_mv__corse--2026v2 {
  font-size: 1.8vw;
  line-height: 1.2;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-top: 10px;
  background: none;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
  .lpInfo_mv__corse--2026v2 {
    width: auto;
    font-size: 5vw;
  }
}
.lpInfo_mv__corse--2026v2 .lpInfo_mv__corse__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 3.2em;
  width: calc(50% - 15px);
  margin: 0 15px 15px 0;
  position: relative;
  line-height: 1.2;
  font-weight: 600;
  text-shadow: 0px 0px 17px black;
  background: url("/assets/images/special/informatics2022/2026/info_c_bg_sp.jpg") no-repeat center center #000;
  background-size: cover;
}
.lpInfo_mv__corse--2026v2 .lpInfo_mv__corse__item:nth-of-type(2), .lpInfo_mv__corse--2026v2 .lpInfo_mv__corse__item:nth-of-type(5) {
  background: url("/assets/images/special/informatics2022/2026/info_c_bg_sp2.jpg") no-repeat center center #000;
  background-size: cover;
}
.lpInfo_mv__corse--2026v2 .lpInfo_mv__corse__item:nth-of-type(3) {
  background: url("/assets/images/special/informatics2022/2026/info_c_bg_sp3.jpg") no-repeat center center #000;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .lpInfo_mv__corse--2026v2 .lpInfo_mv__corse__item {
    width: calc(100% - 10px);
    margin: 0 10px 20px 0;
  }
}
.lpInfo_mv__corse--2026v2 .lpInfo_mv__corse__item:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: linear-gradient(-90deg, #0f4ea1 0%, #0083c7 19%, #33ad37 39%, #9764a7 60%, #ea565c 79%, #fffab5 100%);
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .lpInfo_mv--v2026 {
    margin-top: 0;
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .lpInfo_mv--v2026 .lpInfo_mv__ttl--2026 {
    width: 55%;
    bottom: auto;
    top: 18%;
  }
}
@media only screen and (max-width: 767px) {
  .lpInfo_mv--v2026 {
    background: url("/assets/images/special/informatics2022/2026/info_mv_sp_bg.jpg") repeat-y #000;
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .lpInfo_mv--v2026 .lpInfo_mv__ttl {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: -60vw;
  }
}
.lpInfo_mv--v2026 .lpInfo_mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lpInfo_mv--v2026 .lpInfo_mv__corse__item {
  line-height: 1;
}
.lpInfo_mv--v2026 .lpInfo_mv__corse__item p {
  line-height: 0.7;
}
.lpInfo_mv--v2026 .lpInfo_mv__corse__item p > span {
  line-height: 1.2;
}
.lpInfo_mv--v2026 .lpInfo_mv__corse__item small {
  display: inline-block;
}

/*# sourceMappingURL=style_v2.css.map */
