@charset "UTF-8";
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideRightTxt {
  0% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideLeftTxt {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.c-isCard__link, .internship .isIndex .card__link, .internship .what .cardBlock__link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  text-decoration: none;
}
.c-isCard__linkMore, .internship .isIndex .card__linkMore, .internship .what .cardBlock__linkMore {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 8px;
  color: #0772CF;
  font-size: 14px;
  font-weight: bold;
}
.c-isCard__linkMore::before, .internship .isIndex .card__linkMore::before, .internship .what .cardBlock__linkMore::before {
  display: block;
  width: 140px;
  height: 1px;
  margin-right: 10px;
  background-color: #0772CF;
  content: "";
}
.c-isCard__linkMore::after, .internship .isIndex .card__linkMore::after, .internship .what .cardBlock__linkMore::after {
  width: 0;
  height: 0;
  margin-left: 10px;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #0772CF;
  content: "";
}

.internship {
  overflow-x: hidden;
  background-color: #F0F4F5;
}
.internship * {
  box-sizing: border-box;
}
.internship .course-ttl {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}
.internship .keyvisual {
  position: relative;
}
.internship .keyvisual__text-area {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}
.internship .keyvisual__ttl {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
}
.internship .keyvisual__ttl__sub {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  height: 50px;
  margin: 16px 0 0 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.internship .keyvisual__ttl__sub::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-26deg);
  border: solid #fff 1px;
  content: "";
}
.internship .keyvisual__ttl__sub span {
  display: block;
  position: relative;
  padding: 0 51px;
}
.internship .keyvisual__ttl__sub span:not(:first-child)::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 40px;
  transform: translateY(-50%) skewX(-26deg);
  background-color: #fff;
  content: "";
}
.internship .keyvisual__image img {
  width: 100%;
  margin: 0 auto;
}
.internship .read {
  position: relative;
  margin-bottom: 0;
}
.internship .read::before {
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  transform: skewX(-26deg);
  background-color: #fff;
  content: "";
}
.internship .read .inner {
  position: relative;
}
.internship .read .inner::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 258px;
  height: 382px;
  transform: translate(-62px, -58px) skewX(-26deg);
  background: linear-gradient(45deg, #7BA8F8, #937BF8, #87DB73, #18C5FB, #67F0E8, #36DE91);
  background-size: 1000%;
  animation: bggradient 50s ease infinite;
  content: "";
}
.internship .read__intro {
  z-index: 1;
  position: relative;
}
.internship .read__ttl {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.internship .read__text {
  margin-top: 20px;
  padding-left: 1em;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-indent: -1em;
}
.internship .contact {
  box-sizing: border-box;
  position: relative;
  padding: 60px 0;
  background-color: #fff;
}
.internship .contact::before {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% + 230px);
  width: 380px;
  height: 100%;
  transform: skew(-26deg);
  background-color: rgba(0, 114, 207, 0.3);
  content: "";
}
.internship .contact::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% + 45px);
  width: 68px;
  height: 100px;
  transform: skew(-26deg);
  background-color: rgba(0, 114, 207, 0.3);
  content: "";
}
.internship .contact .inner {
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  width: 892px;
  padding-bottom: 40px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 2px 8px #E0E0E0;
}
.internship .contact__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.internship .contact__text {
  margin-top: 28px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.internship .contact .btn-area {
  padding: 60px 0;
}
.internship .contact .btn-area .course-btn--common {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 438px;
  height: 86px;
  margin: 0 auto;
  padding-top: 4px;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  background-color: #fff;
  color: #0072CF;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.internship .contact .btn-area .course-btn--common:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-width: 7.5px 0 7.5px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #0072CF;
  content: "";
}
.internship .contact .btn-area .course-btn--common:hover {
  background: #0072CF;
  color: #fff;
  transition: 0.5s;
}
.internship .contact .btn-area .course-btn--common:hover::after {
  border-color: transparent transparent transparent #fff;
}
.internship .sec__ttl {
  display: block;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.5;
}
.internship .sec__subTtl {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
}
.internship .what {
  position: relative;
  margin-bottom: 110px;
  padding-top: 60px;
}
.internship .what::before {
  display: block;
  background-color: #fff;
  content: "";
}
.internship .what .inner {
  z-index: 1;
  position: relative;
}
.internship .what .sec__ttl {
  color: #0772CF;
}
.internship .what .cards {
  margin-top: 40px;
  counter-reset: isCard;
}
.internship .what .card {
  position: relative;
}
.internship .what .card:nth-child(2) .cardBlock__linkTtl {
  line-height: 1.4;
}
.internship .what .card:nth-child(2) .cardBlock__linkMore {
  font-size: 14px;
}
.internship .what .card:nth-child(1) .cardBlock::before {
  background: linear-gradient(to right, #7BA8F8 0, #937BF8 100%);
}
.internship .what .card:nth-child(2) .cardBlock::before {
  background: linear-gradient(to right, #7BF8F0 0, #12C5FD 100%);
}
.internship .what .card:nth-child(3) .cardBlock::before {
  background: linear-gradient(to right, #36DE91 0, #7BF8F0 100%);
}
.internship .what .card__img {
  display: block;
}
.internship .what .card__block {
  box-sizing: border-box;
  background-color: #fff;
}
.internship .what .cardBlock::before {
  display: block;
  position: absolute;
  top: 20px;
  left: -30px;
  width: 168px;
  height: 32px;
  transform: skewX(-26deg);
  content: "";
}
.internship .what .cardBlock::after {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  content: "Pick Up " counter(isCard, decimal-leading-zero);
  counter-increment: isCard 1;
}
.internship .what .cardBlock__ttl {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.internship .what .cardBlock__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2.14;
}
.internship .what .cardBlock__links {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.internship .what .cardBlock__linkTtl {
  padding-right: 15px;
  color: #CACBCC;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  transition: color 0.3s;
}
.internship .isIndex {
  position: relative;
}
.internship .isIndex::before {
  display: block;
  position: absolute;
  top: 70px;
  right: 0;
  width: calc(50% + (892px / 2));
  height: 4px;
  background-color: #fff;
  content: "";
}
.internship .isIndex .sec__ttl {
  color: #476076;
}
.internship .isIndex .course {
  margin-top: 30px;
}
.internship .isIndex .course__ttl {
  position: relative;
  margin-bottom: 20px;
  padding-left: 42px;
  color: #476076;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.internship .isIndex .course__ttl::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 32px;
  transform: skew(-26deg) translateX(8px);
  background-color: #476076;
  content: "";
}
.internship .isIndex .cards__block {
  display: flex;
  flex-wrap: wrap;
}
.internship .isIndex .card {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  background-color: #fff;
  color: #000;
}
.internship .isIndex .card:hover {
  text-decoration: none;
}
.internship .isIndex .card::before {
  display: block;
  width: 100%;
  height: 10px;
  content: "";
}
.internship .isIndex .card--strategy::before {
  background: linear-gradient(to right, #87DB73 0, #CAFABF 100%);
}
.internship .isIndex .card--economist::before {
  background: linear-gradient(to right, #36DE91 0, #BCFFE0 100%);
}
.internship .isIndex .card--system::before {
  background: linear-gradient(to right, #7BA8F8 0, #E8F0FF 100%);
}
.internship .isIndex .card--dx::before {
  background: linear-gradient(to right, #18C5FB 0, #E8FAFF 100%);
}
.internship .isIndex .card--security::before {
  background: linear-gradient(to right, #937BF8 0, #F6F4FF 100%);
}
.internship .isIndex .card--ai::before {
  background: linear-gradient(to right, #7BF8F0 0, #E6FFFD 100%);
}
.internship .isIndex .card--data::before {
  background: linear-gradient(to right, #4157D0 0, #FFFFFF 100%);
}
.internship .isIndex .card--service::before {
  background: linear-gradient(to right, #06837d 0, #FFFFFF 100%);
}
.internship .isIndex .card--strategy .card__ttl::before {
  background: #97E386;
}
.internship .isIndex .card--strategy .cardList__ttl {
  background: #97E386;
}
.internship .isIndex .card--economist .card__ttl::before {
  background: #36DE91;
}
.internship .isIndex .card--economist .cardList__ttl {
  background: #36DE91;
}
.internship .isIndex .card--system .card__ttl::before {
  background: #7BA8F8;
}
.internship .isIndex .card--system .cardList__ttl {
  background: #7BA8F8;
}
.internship .isIndex .card--dx .card__ttl::before {
  background: #18C5FB;
}
.internship .isIndex .card--dx .cardList__ttl {
  background: #18C5FB;
}
.internship .isIndex .card--security .card__ttl::before {
  background: #937BF8;
}
.internship .isIndex .card--security .cardList__ttl {
  background: #937BF8;
}
.internship .isIndex .card--ai .card__ttl::before {
  background: #67F0E8;
}
.internship .isIndex .card--ai .cardList__ttl {
  background: #67F0E8;
}
.internship .isIndex .card--data .card__ttl::before {
  background: #4157D0;
}
.internship .isIndex .card--data .cardList__ttl {
  background: #4157D0;
}
.internship .isIndex .card--service .card__ttl::before {
  background: #06837d;
}
.internship .isIndex .card--service .cardList__ttl {
  background: #06837d;
}
.internship .isIndex .card__inner {
  box-sizing: border-box;
  width: 100%;
  padding: 30px;
}
.internship .isIndex .card__ttl {
  z-index: 1;
  position: relative;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.internship .isIndex .card__ttl::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: -51px;
  left: 8px;
  width: 55px;
  height: 82px;
  transform: skew(-26deg);
  content: "";
}
.internship .isIndex .card__text {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.7142857143;
}
.internship .isIndex .card__img {
  display: block;
  margin: 0;
}
.internship .isIndex .card__lists {
  display: flex;
  justify-content: space-between;
}
.internship .isIndex .card .cardList__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.internship .isIndex .card .cardList__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 52px;
  background-color: #F2F2F2;
  font-size: 12px;
  line-height: 1.5833333333;
  text-align: center;
}
.internship .isIndex .card .cardList__text .note {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 1.3;
  text-align: left;
}
.internship .isIndex .card .cardList__text .note::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\203B";
}
.internship .isIndex .card__links {
  margin-top: 30px;
  text-align: right;
}
@media screen and (min-width: 1000px) {
  .c-isCard__link:hover .cardBlock__linkTtl, .internship .isIndex .card__link:hover .cardBlock__linkTtl, .internship .what .cardBlock__link:hover .cardBlock__linkTtl {
    color: #0772CF;
  }
  .internship .pc-on {
    display: block;
  }
  .internship .sp-on {
    display: none;
  }
  .internship .keyvisual__text-area {
    top: 12vw;
    width: 892px;
  }
  .internship .keyvisual__ttl .pc-on {
    display: inline-block;
  }
  .internship .read::before {
    height: 775px;
  }
  .internship .read .inner {
    width: 892px;
  }
  .internship .read__intro {
    padding: 56px 0 60px;
  }
  .internship .sec .inner {
    width: 892px;
  }
  .internship .what::before {
    position: absolute;
    bottom: 186px;
    left: 50%;
    width: 1222px;
    height: 776px;
    transform: translateX(calc(50% - 202px)) skewX(-26deg);
  }
  .internship .what .inner::before {
    display: block;
    position: absolute;
    top: -60px;
    left: -370px;
    width: 260px;
    height: 380px;
    transform: skewX(-26deg);
    background-color: #EFEFEF;
    content: "";
  }
  .internship .what .card:not(:first-child) {
    margin-top: 50px;
  }
  .internship .what .card:nth-child(odd) .card__block {
    right: 0;
    left: inherit;
  }
  .internship .what .card:nth-child(odd) .card__img {
    transform: translateX(-195px);
  }
  .internship .what .card:nth-child(even) .card__img {
    transform: translateX(66px);
  }
  .internship .what .card:nth-child(2) .cardBlock__linkTtl {
    font-size: 10px;
  }
  .internship .what .card:nth-child(2) .cardBlock__linkMore::before {
    width: 64px;
  }
  .internship .what .card:nth-child(3) .cardBlock__links {
    margin-top: 5px;
  }
  .internship .what .card__img {
    width: 1020px;
    padding-bottom: 50px;
  }
  .internship .what .card__block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
    padding: 82px 50px 40px;
    border-radius: 3px;
    box-shadow: 0 2px 8px #e0e0e0;
  }
  .internship .what .cardBlock__link:not(:first-child) {
    margin-left: 60px;
  }
  .internship .isIndex .cards__block {
    justify-content: space-between;
  }
  .internship .isIndex .card {
    max-width: 440px;
  }
  .internship .isIndex .card:not(:first-child, .internship .isIndex .card:nth-child(2)) {
    margin-top: 20px;
  }
  .internship .isIndex .card__text {
    min-height: calc(7em * (24 / 14));
  }
  .internship .isIndex .card .cardList {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 999px) {
  .c-isCard__linkMore, .internship .isIndex .card__linkMore, .internship .what .cardBlock__linkMore {
    margin-top: 4px;
    font-size: 12px;
  }
  .c-isCard__linkMore::before, .internship .isIndex .card__linkMore::before, .internship .what .cardBlock__linkMore::before {
    width: 110px;
  }
  .internship .pc-on {
    display: none;
  }
  .internship .sp-on {
    display: block;
  }
  .internship .course-ttl {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .internship .keyvisual__text-area {
    top: 75px;
    width: calc(100% - 60px);
  }
  .internship .keyvisual__ttl {
    font-size: 23px;
    letter-spacing: 0.04em;
  }
  .internship .keyvisual__ttl__sub {
    height: 32px;
    margin: 15px 0 0 8px;
    font-size: 10px;
    line-height: 1.5;
  }
  .internship .keyvisual__ttl__sub span {
    padding: 0 30px;
  }
  .internship .keyvisual__ttl__sub span:not(:first-child)::before {
    height: 25px;
  }
  .internship .read::before {
    height: 453px;
  }
  .internship .read .inner::after {
    width: 171px;
    height: 255px;
    transform: translate(55px, -45px) skewX(-26deg);
  }
  .internship .read__intro {
    padding: 50px 20px 0px;
  }
  .internship .read__ttl {
    font-size: 18px;
    line-height: 1.7297297297;
  }
  .internship .read__text {
    font-size: 12px;
  }
  .internship .contact {
    padding: 25px 20px;
  }
  .internship .contact::before {
    left: calc(50% + 32px);
    width: 260px;
  }
  .internship .contact::after {
    left: calc(50% - 117px);
    width: 46px;
    height: 69px;
  }
  .internship .contact .inner {
    display: flex;
    flex-direction: column-reverse;
    width: auto;
    padding: 25px 20px;
    border-radius: 2px;
    box-shadow: 0 1px 4px #E0E0E0;
  }
  .internship .contact__ttl {
    font-size: 18px;
    line-height: 1.6666666667;
  }
  .internship .contact__text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
  .internship .contact .btn-area {
    padding: 30px 0 0;
  }
  .internship .contact .btn-area .course-btn--common {
    width: 295px;
    height: 59px;
    padding-top: 1px;
    border-width: 1px;
    font-size: 12px;
  }
  .internship .contact .btn-area .course-btn--common:after {
    right: 10px;
    border-width: 5px 0 5px 4px;
  }
  .internship .sec__ttl {
    font-size: 27px;
  }
  .internship .sec__subTtl {
    font-size: 14px;
  }
  .internship .what {
    margin-bottom: 30px;
  }
  .internship .what::before {
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 450px;
    height: 650px;
    transform: translateX(calc(50% - 202px)) skewX(-26deg);
  }
  .internship .what .sec__ttl {
    padding: 0 20px;
  }
  .internship .what .sec__subTtl {
    padding: 0 20px;
  }
  .internship .what .card:nth-child(2) .cardBlock__linkMore {
    font-size: 12px;
  }
  .internship .what .card__block {
    margin: 0 20px;
    padding: 60px 20px 20px;
    transform: translateY(-30px);
    border-radius: 2px;
    box-shadow: 0 1px 4px #e0e0e0;
  }
  .internship .what .cardBlock::before {
    top: 15px;
    left: -6px;
    width: 123px;
    height: 24px;
  }
  .internship .what .cardBlock::after {
    top: 22px;
    left: 28px;
    font-size: 10px;
  }
  .internship .what .cardBlock__ttl {
    font-size: 18px;
    line-height: 1.6111111111;
  }
  .internship .what .cardBlock__text {
    margin-top: 10px;
    line-height: 1.7857142857;
  }
  .internship .what .cardBlock__links {
    flex-direction: column;
  }
  .internship .what .cardBlock__link:not(:first-child) {
    margin-top: 30px;
  }
  .internship .what .cardBlock__linkTtl {
    font-size: 10px;
  }
  .internship .isIndex {
    margin-bottom: 25px;
  }
  .internship .isIndex::before {
    top: 40px;
    width: calc(50% + (335px / 2));
    height: 2px;
  }
  .internship .isIndex .inner {
    padding: 0 20px;
  }
  .internship .isIndex .course__ttl {
    padding-left: 37px;
    font-size: 14px;
    line-height: 2.1428571429;
  }
  .internship .isIndex .course__ttl::before {
    width: 17px;
    height: 30px;
  }
  .internship .isIndex .card:not(:first-child) {
    margin-top: 20px;
  }
  .internship .isIndex .card::before {
    height: 5px;
  }
  .internship .isIndex .card__inner {
    padding: 20px 20px 30px;
  }
  .internship .isIndex .card__ttl {
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.6111111111;
    text-align: left;
  }
  .internship .isIndex .card__ttl::before {
    width: 44px;
    height: 64px;
  }
  .internship .isIndex .card__text {
    line-height: 1.7857142857;
  }
  .internship .isIndex .card__lists {
    gap: 10px;
    flex-direction: column;
  }
  .internship .isIndex .card .cardList {
    display: flex;
    width: 100%;
  }
  .internship .isIndex .card .cardList__ttl {
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: flex-start;
    width: 115px;
    height: auto;
    padding: 10px 15px;
    font-size: 12px;
    text-align: left;
  }
  .internship .isIndex .card .cardList__text {
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: 34px;
    padding: 10px 15px;
    text-align: left;
  }
}