#it-career-fair #contents .section-header {
  padding: 32px 16px;
  position: relative;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents .section-header {
    padding: 24px 16px 16px;
  }
}

#it-career-fair #contents .section-header::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 40px solid #11376B;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents .section-header::after {
    border-width: 20px;
    margin-left: -20px;
  }
}

#it-career-fair #contents h2 {
  margin-bottom: 32px;
}

#it-career-fair #contents h2.text-color-white.mb0 {
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents h2.contents-h2 {
    font-size: 24px !important;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents h2 .sp-dot {
    position: relative;
  }
  #it-career-fair #contents h2 .sp-dot:after {
    content: "";
    position: absolute;
    top: -7px;
    left: calc(50% - 2.5px);
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
  }
}

#it-career-fair #contents h2 .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(88%, transparent), color-stop(0%, #fa9000));
  background: linear-gradient(transparent 88%, #fa9000 0%);
  vertical-align: sub;
}

#it-career-fair #contents h2 .grade-number {
  font-size: 100px;
  font-family: "Marck Script", cursive;
  letter-spacing: 0em;
  color: #548AD6;
  background: radial-gradient(50.02% 1200.41% at 50.02% 18.54%, #00D4FF 0%, #005FE1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 0.1em;
  padding-right: 0.05em;
  line-height: 0.8;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents h2 .grade-number {
    font-size: 50px;
  }
}

#it-career-fair #contents01 {
  background-image: url("/images/bg-contents01.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #contents01 .section-inner {
    padding-top: 0;
  }
}

#it-career-fair #contents01 h3 {
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 h3 {
    border-bottom: 2px solid #11376B;
    padding-bottom: 16px;
  }
}

#it-career-fair #contents01 .description {
  max-width: 850px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 .description {
    color: #11376B;
    font-weight: 700;
    text-align: left;
  }
}

#it-career-fair #contents01 ul {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
}

@media screen and (max-width: 1100px) {
  #it-career-fair #contents01 ul {
    max-width: 920px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  #it-career-fair #contents01 ul {
    max-width: 750px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 ul {
    padding-top: 16px;
    max-width: 380px;
  }
}

#it-career-fair #contents01 li {
  width: 100%;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("/images/bg-contents-list01.png");
  background-position: bottom left;
  background-size: cover;
  -webkit-box-shadow: 6px 6px 0 #11376B;
          box-shadow: 6px 6px 0 #11376B;
  border-radius: 15px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  #it-career-fair #contents01 li {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 991px) {
  #it-career-fair #contents01 li {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #contents01 li {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 li {
    background-size: cover;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
    margin-bottom: 8px;
    -webkit-box-shadow: 3px 3px 0 #11376B;
            box-shadow: 3px 3px 0 #11376B;
    border: solid 1px #fff;
    background-position: bottom center;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 li .sp-bg-image {
    background-image: url("/images/pict-contents01-01.png");
    background-size: contain;
    background-position: center bottom;
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.25));
  }
}

#it-career-fair #contents01 li.nth-of-type2 {
  background-image: url("/images/bg-contents-list02.png");
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 li.nth-of-type2 .sp-bg-image {
    background-image: url("/images/pict-contents01-02.png");
  }
}

#it-career-fair #contents01 li.nth-of-type3 {
  background-image: url("/images/bg-contents-list03.png");
}

#it-career-fair #contents01 li.nth-of-type3 img {
  width: 113%;
}

@media screen and (max-width: 991px) {
  #it-career-fair #contents01 li.nth-of-type3 img {
    width: 105%;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 li.nth-of-type3 .sp-bg-image {
    background-image: url("/images/pict-contents01-03.png");
  }
}

#it-career-fair #contents01 li.nth-of-type4 {
  background-image: url("/images/bg-contents-list04.png");
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 li.nth-of-type4 .sp-bg-image {
    background-image: url("/images/pict-contents01-04.png");
  }
}

#it-career-fair #contents01 li.nth-of-type5 {
  background-image: url("/images/bg-contents-list05.png");
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 li.nth-of-type5 .sp-bg-image {
    background-image: url("/images/pict-contents01-05.png");
  }
}

#it-career-fair #contents01 li:last-of-type {
  margin-bottom: 0;
}

#it-career-fair #contents01 li .text-section {
  width: 59%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  padding-top: 32px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #it-career-fair #contents01 li .text-section {
    margin-left: 0;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 li .text-section {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -5%;
    margin-bottom: auto;
  }
}

#it-career-fair #contents01 li .text-section .sub-copy {
  font-size: 16px;
  margin-bottom: 8px;
  background-color: #fff;
  color: #11376B;
  padding: 0.25em 0.4em;
  border-radius: 5px;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  #it-career-fair #contents01 li .text-section .sub-copy {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 li .text-section .sub-copy {
    display: none;
  }
}

#it-career-fair #contents01 li .text-section .main-copy {
  font-size: 32px;
  font-weight: 900;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 1100px) {
  #it-career-fair #contents01 li .text-section .main-copy {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  #it-career-fair #contents01 li .text-section .main-copy {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #contents01 li .text-section .main-copy {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 li .text-section .main-copy {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 4px;
    line-height: 1.4;
    text-align: center;
  }
}

#it-career-fair #contents01 li .text-section .main-copy::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110%;
  margin-left: -5%;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  #it-career-fair #contents01 li .text-section .main-copy::after {
    right: 0;
    width: 100px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 li .text-section .main-copy::after {
    display: none;
  }
}

#it-career-fair #contents01 li .text-section .position {
  font-size: 18px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #contents01 li .text-section .position {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  #it-career-fair #contents01 li .text-section .position {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 li .text-section .position {
    font-size: 12px;
    text-align: center;
    margin-bottom: 8px;
  }
}

#it-career-fair #contents01 li .text-section .position .name {
  padding-left: 0.5em;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 li .text-section .position .name {
    display: block;
    padding-left: 0;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 li .text-section .position .name {
    font-size: 14px;
  }
}

#it-career-fair #contents01 li .pict-section {
  width: 37%;
  margin-right: -6%;
}

@media screen and (max-width: 991px) {
  #it-career-fair #contents01 li .pict-section {
    max-width: 310px;
    margin-right: -5%;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #contents01 li .pict-section {
    max-width: 270px;
    min-width: 245px;
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 li .pict-section {
    width: 50%;
    max-width: 200px;
    min-width: 0;
    overflow: hidden;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#it-career-fair #contents01 li .pict-section span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#it-career-fair #contents01 li .pict-section span img {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-filter: drop-shadow(1px 6px 5px #121212);
          filter: drop-shadow(1px 6px 5px #121212);
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 li .pict-section span img {
    display: none;
  }
}

#it-career-fair #contents01 .cta-section .counseling-btn-section {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 .cta-section .counseling-btn-section {
    margin-top: 24px;
  }
}

#it-career-fair #contents01 .cta-section .counseling-btn-section .btn-sub-copy {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 6px 0;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents01 .cta-section .counseling-btn-section .btn-sub-copy {
    font-size: 16px;
  }
}

#it-career-fair #contents01 .cta-section .counseling-btn-section .btn {
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
}

#it-career-fair #contents02 .section-inner {
  padding-top: 0;
}

#it-career-fair #contents02 h3 {
  text-align: center;
  margin-bottom: 16px;
}

#it-career-fair #contents02 h3 .h3-sub-copy {
  font-size: 75%;
  display: block;
  color: #121212;
}

#it-career-fair #contents02 .description {
  max-width: 850px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents02 .description {
    font-weight: 700;
    text-align: left;
  }
}

#it-career-fair #contents02 ul {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}

@media screen and (max-width: 1100px) {
  #it-career-fair #contents02 ul {
    max-width: 920px;
    padding-top: 36px;
  }
}

@media screen and (max-width: 991px) {
  #it-career-fair #contents02 ul {
    max-width: 750px;
    padding-top: 24px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents02 ul {
    padding-top: 16px;
    max-width: 380px;
  }
}

#it-career-fair #contents02 li {
  width: 100%;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("/images/bg-contents02-01.png");
  background-position: bottom right;
  background-size: cover;
  -webkit-box-shadow: 6px 6px 0 #11376B;
          box-shadow: 6px 6px 0 #11376B;
  border-radius: 15px;
  position: relative;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents02 li {
    background-size: cover;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    overflow: hidden;
    margin-bottom: 8px;
    -webkit-box-shadow: 3px 3px 0 #11376B;
            box-shadow: 3px 3px 0 #11376B;
    border: solid 1px #fff;
    background-position: bottom right;
    background-image: url("/images/bg-contents02-01-sp.png");
  }
}

#it-career-fair #contents02 li.nth-2 {
  background-image: url("/images/bg-contents02-02.png");
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents02 li.nth-2 {
    background-image: url("/images/bg-contents02-02-sp.png");
  }
}

#it-career-fair #contents02 li.nth-3 {
  background-image: url("/images/bg-contents02-03.png");
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents02 li.nth-3 {
    background-image: url("/images/bg-contents02-03-sp.png");
  }
}

#it-career-fair #contents02 li:last-of-type {
  margin-bottom: 0;
}

#it-career-fair #contents02 li .text-section {
  width: 61%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  padding-top: 32px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents02 li .text-section {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: auto;
    width: 64%;
  }
}

#it-career-fair #contents02 li .text-section .sub-copy {
  font-size: 22px;
  margin-bottom: 8px;
  background-color: #fff;
  color: #11376B;
  padding: 0.25em 0.4em;
  border-radius: 5px;
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  #it-career-fair #contents02 li .text-section .sub-copy {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents02 li .text-section .sub-copy {
    margin-bottom: 4px;
    white-space: nowrap;
    font-size: 10px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents02 li .text-section .sub-copy.ml {
    margin-left: 1em;
  }
}

#it-career-fair #contents02 li .text-section .main-copy {
  font-size: 32px;
  font-weight: 900;
  position: relative;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  #it-career-fair #contents02 li .text-section .main-copy {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents02 li .text-section .main-copy {
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 1.6;
    text-align: center;
  }
}

#it-career-fair #contents02 li .text-section .position {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #contents02 li .text-section .position {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #contents02 li .text-section .position {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents02 li .text-section .position {
    font-size: 12px;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 700;
  }
}

#it-career-fair #contents02 li .text-section .position .name {
  display: block;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  #it-career-fair #contents02 li .text-section .position .name {
    display: block;
    padding-left: 0;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents02 li .text-section .position .name {
    font-size: 12px;
  }
}

#it-career-fair #contents02 li .text-section .js-modal-open-btn {
  color: #FF9F1B;
  font-size: 18px;
  font-weight: 700;
  border-bottom-color: #FF9F1B;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents02 li .text-section .js-modal-open-btn {
    font-size: 14px;
  }
}

#it-career-fair #contents02 li .pict-section {
  width: 32%;
  margin-right: -6%;
}

@media screen and (max-width: 991px) {
  #it-career-fair #contents02 li .pict-section {
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents02 li .pict-section {
    width: 30%;
    max-width: 200px;
    overflow: hidden;
  }
}

#it-career-fair #contents02 li .pict-section span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#it-career-fair #contents02 li .pict-section span img {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-filter: drop-shadow(1px 6px 5px #121212);
          filter: drop-shadow(1px 6px 5px #121212);
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents02 li .pict-section span img {
    display: none;
  }
}

#it-career-fair #contents03 {
  position: relative;
  background: linear-gradient(89.55deg, #005FE1 0.57%, #00D4FF 99.96%);
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents03 {
    padding-top: 0;
    padding-bottom: 16px;
  }
}

#it-career-fair #contents03::before, #it-career-fair #contents03::after {
  content: "";
  display: block;
  width: 100%;
  height: 17%;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 8;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents03::before {
    height: 0;
  }
}

#it-career-fair #contents03:after {
  top: auto;
  bottom: -1px;
  height: 23%;
}

#it-career-fair #contents03 .section-full {
  position: relative;
  z-index: 10;
}

#it-career-fair #contents03 h2 {
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 16px;
}

#it-career-fair #contents03 h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents03 h3 {
    border-bottom: 1px solid #fff;
    width: calc(100% - 32px);
    margin: 0 auto;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents03 h3 span {
    font-size: 16px;
  }
}

#it-career-fair #contents03 .description {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #contents03 .description {
    margin-bottom: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents03 .description {
    padding: 0 16px;
    text-align: left;
    margin-bottom: 0;
  }
}

#it-career-fair #contents03 .slider-auto {
  padding: 20px 0;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents03 .slider-auto {
    padding: 0;
  }
}

#it-career-fair #contents03 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
  margin: 0 20px;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #contents03 li {
    margin: 0 10px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents03 li {
    margin: 0 5px;
  }
}

#it-career-fair #contents03 li .pict-caption {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: #121212;
  padding: 16px 8px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1100px) {
  #it-career-fair #contents03 li .pict-caption {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  #it-career-fair #contents03 li .pict-caption {
    padding: 16px 8px;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents03 li .pict-caption {
    font-size: 12px;
    font-weight: 900;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents04 {
    padding: 0 16px 24px;
  }
}

#it-career-fair #contents04 .section-inner {
  position: relative;
  text-align: center;
  padding-top: 0;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents04 .section-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#it-career-fair #contents04 .sub-copy {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents04 .sub-copy {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

#it-career-fair #contents04 h3 {
  margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents04 h3 {
    margin-bottom: 8px;
  }
}

#it-career-fair #contents04 ul {
  max-width: 890px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents04 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#it-career-fair #contents04 li {
  width: calc((100% - 32px) / 2);
  background: linear-gradient(89.55deg, #005FE1 0.57%, #00D4FF 99.96%);
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 6px 6px 0px #11376B;
          box-shadow: 6px 6px 0px #11376B;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents04 li {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
    -webkit-box-shadow: 4px 4px 0px #11376B;
            box-shadow: 4px 4px 0px #11376B;
    border-radius: 12px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents04 li:last-of-type {
    margin-bottom: 0;
  }
}

#it-career-fair #contents04 li figure {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents04 li figure {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
  }
}

#it-career-fair #contents04 li figure img {
  padding: 3px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents04 li figure img {
    padding: 2px;
  }
}

#it-career-fair #contents04 li figcaption {
  font-size: 20px;
  padding: 24px 30px;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  #it-career-fair #contents04 li figcaption {
    font-size: 14px;
    padding: 10px 0;
  }
}

#it-career-fair #contents04 li figcaption span {
  font-weight: 700;
}

#it-career-fair #cta {
  background-image: url("/images/bg-cta.jpg");
}

@media screen and (max-width: 575px) {
  #it-career-fair #cta {
    background-image: url("/images/bg-cta-sp.jpg");
  }
}

#it-career-fair #cta h2 {
  color: #fff;
}

@media screen and (max-width: 575px) {
  #it-career-fair #cta h2 {
    font-size: 22px !important;
  }
}

#it-career-fair #cta .counseling-btn-section {
  text-align: center;
}

@media screen and (max-width: 575px) {
  #it-career-fair #detail .section-inner {
    padding-bottom: 0;
  }
}

#it-career-fair #detail h3 {
  text-align: center;
  margin-bottom: 32px;
}

#it-career-fair #detail h3 span {
  display: inline;
}

#it-career-fair #detail ul {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #it-career-fair #detail ul {
    max-width: 400px;
  }
}

#it-career-fair #detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  font-weight: 900;
}

@media screen and (max-width: 575px) {
  #it-career-fair #detail li {
    margin-bottom: 16px;
  }
}

#it-career-fair #detail .title {
  display: inline-block;
  background-color: #f6f6f6;
  font-size: 20px;
  width: 120px;
  padding: 6px 0px;
  font-weight: 700;
  border-radius: 8px;
  text-align: center;
  line-height: 1.4;
  margin-right: 1em;
}

@media screen and (max-width: 575px) {
  #it-career-fair #detail .title {
    font-size: 18px !important;
    width: 95px;
    padding: 4px 0;
    color: #11376B;
  }
}

#it-career-fair #detail .title + p {
  text-align: left;
  font-size: 20px;
  width: calc(100% - 120px);
}

@media screen and (max-width: 575px) {
  #it-career-fair #detail .title + p {
    font-size: 16px;
    font-weight: 700;
    width: calc(100% - 95px);
  }
}

#it-career-fair #detail .pict {
  max-width: 145px;
  width: 100%;
}

#it-career-fair #entry {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #entry {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #entry {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

#it-career-fair #entry .section-inner {
  background-color: #fff;
}

#it-career-fair #entry .entry-text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #11376B;
}

#it-career-fair #entry form {
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
}

#it-career-fair #entry form > div {
  padding-bottom: 12px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  #it-career-fair #entry form > div {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#it-career-fair #entry form > div .name_attention {
  font-size: 12px;
  color: #777;
  text-align: left;
}

#it-career-fair #entry form > div:last-of-type {
  padding-bottom: 0;
  margin-top: 20px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #entry form > div:last-of-type {
    margin-top: 0;
  }
}

#it-career-fair #entry form .event-form-terms {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#it-career-fair #entry form .event-form-terms input {
  display: inline;
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

#it-career-fair #entry label {
  width: 100%;
  text-align: left;
  font-size: 18px;
  margin-bottom: 6px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #entry label {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
  }
}

#it-career-fair #entry input {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0.25em 0  0.35em 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: #fff;
  font-size: 18px;
  position: relative;
}

@media screen and (max-width: 575px) {
  #it-career-fair #entry input {
    margin-left: 0;
    height: 40px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}

#it-career-fair #entry input::-webkit-input-placeholder {
  color: #E0E0E0;
  font-size: 16px;
  font-weight: 300;
}

#it-career-fair #entry input:-ms-input-placeholder {
  color: #E0E0E0;
  font-size: 16px;
  font-weight: 300;
}

#it-career-fair #entry input::-ms-input-placeholder {
  color: #E0E0E0;
  font-size: 16px;
  font-weight: 300;
}

#it-career-fair #entry input::placeholder {
  color: #E0E0E0;
  font-size: 16px;
  font-weight: 300;
}

#it-career-fair #entry input[type="submit"] {
  border-radius: 60px;
  padding: 20px 40px;
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  display: block;
  background: linear-gradient(88.94deg, #00d1ff -5.96%, #27e62f 99.85%);
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
  position: relative;
}

@media screen and (max-width: 575px) {
  #it-career-fair #entry input[type="submit"] {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    font-size: 18px;
    line-height: 0;
  }
}

#it-career-fair #entry .arrow-right {
  position: relative;
  display: block;
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
}

#it-career-fair #entry .arrow-right::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 7%;
  width: 22px;
  height: 22px;
  margin: auto;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  z-index: 100;
}

@media screen and (max-width: 575px) {
  #it-career-fair #entry .arrow-right::before {
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}

#it-career-fair #faq {
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 575px) {
  #it-career-fair #faq {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 1rem;
  }
}

#it-career-fair #faq h2 {
  text-align: center;
  color: #11376B;
  margin-bottom: 20px;
}

#it-career-fair #faq h3 {
  text-align: center;
}

#it-career-fair #faq dl {
  font-size: 22px;
}

#it-career-fair #faq dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 100px;
  padding: .5rem 6rem .8rem 1rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 1px 7px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 7px 9px rgba(0, 0, 0, 0.15);
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #it-career-fair #faq dl dt {
    padding: .2rem 4rem .6rem 1rem;
  }
}

#it-career-fair #faq dl dt span:before, #it-career-fair #faq dl dt span:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background: #121212;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #it-career-fair #faq dl dt span:before, #it-career-fair #faq dl dt span:after {
    width: 20px;
    right: 1rem;
  }
}

#it-career-fair #faq dl dt span:after {
  background: #121212;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 991px) {
  #it-career-fair #faq dl dt span {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #faq dl dt span {
    font-size: 14px;
  }
}

#it-career-fair #faq dl span.question {
  font-size: 36px;
  margin-right: 0.5rem;
  color: #777;
}

@media screen and (max-width: 767px) {
  #it-career-fair #faq dl span.question {
    font-size: 18px;
  }
}

#it-career-fair #faq dl .active span:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: -1px;
}

#it-career-fair #faq dl dd {
  padding: 0 4rem 0 4.7rem;
  display: none;
  position: relative;
  margin-bottom: 3rem;
  text-indent: -2.6rem;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #it-career-fair #faq dl dd {
    padding: 0 20px 0 53px;
    text-indent: -1.6rem;
    font-size: 12px;
  }
}

#it-career-fair #faq dl dd span.answer {
  font-size: 36px;
  margin-right: 0.5rem;
  color: #11376B;
  margin-top: -0.4em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #it-career-fair #faq dl dd span.answer {
    font-size: 18px;
  }
}

#it-career-fair #faq dl dd a {
  color: #11376B;
  text-decoration: underline;
}

#it-career-fair #faq dl dd a:hover {
  text-decoration: none;
}

#it-career-fair #faq dl .active dd {
  display: inline-block;
}

#it-career-fair #firstview {
  position: relative;
  background-image: url("/images/bg-contents-detail.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1300px) {
  #it-career-fair #firstview {
    background-size: cover;
  }
}


@media screen and (max-width: 575px) {
  #it-career-fair #firstview {
    background-image: url("/images/bg-fv-sp.jpg");
    background-size: contain;
  }
}

#it-career-fair #firstview > .section-inner {
  padding-top: 80px;
  padding-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview > .section-inner {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #firstview > .section-inner {
    padding-top: 85px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview > .section-inner {
    padding-top: 85px;
  }
}

#it-career-fair #firstview .logo {
  position: absolute;
  top: 1%;
  left: 1%;
  width: 105px;
  height: 105px;
}

@media screen and (min-width: 1300px) {
  #it-career-fair #firstview .logo {
    width: 115px;
    height: 115px;
  }
}

@media screen and (max-width: 1100px) {
  #it-career-fair #firstview .logo {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .logo {
    width: 75px;
    height: 75px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #firstview .logo {
    top: 15px;
    left: 15px;
    width: 60px;
    height: 60px;
  }
}

#it-career-fair #firstview .text-section {
  text-align: center;
}

#it-career-fair #firstview .sub-copy {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

@media screen and (max-width: 1100px) {
  #it-career-fair #firstview .sub-copy {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .sub-copy {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  #it-career-fair #firstview .sub-copy {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #firstview .sub-copy {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .sub-copy {
    font-size: 14px;
  }
}

#it-career-fair #firstview .main-copy {
  display: block;
  position: relative;
  letter-spacing: -0.02em;
  font-weight: 900;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 16px;
}

@media screen and (min-width: 1300px) {
  #it-career-fair #firstview .main-copy {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  #it-career-fair #firstview .main-copy {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .main-copy {
    max-width: 600px;
  }
}

@media screen and (max-width: 991px) {
  #it-career-fair #firstview .main-copy {
    max-width: 580px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .main-copy {
    margin-bottom: 12px;
    max-width: 360px;
  }
}

#it-career-fair #firstview .main-copy::before {
  content: "";
  background-image: url("/images/pict-logo-stroke-thin.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  top: -3px;
  left: 3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .main-copy::before {
    background-image: url("/images/pict-logo-stroke-thin-sp.svg");
    top: -1.5px;
    left: 1.5px;
  }
}

#it-career-fair #firstview .main-copy .main-copy-sub {
  display: inline-block;
  -webkit-transform: translate(34%, 50%);
          transform: translate(34%, 50%);
  padding-right: 0.1em;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  color: #fff;
  max-width: 215px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  #it-career-fair #firstview .main-copy .main-copy-sub {
    max-width: 190px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .main-copy .main-copy-sub {
    max-width: 175px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #firstview .main-copy .main-copy-sub {
    max-width: 150px;
    -webkit-transform: translate(12%, 50%);
            transform: translate(12%, 50%);
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .main-copy .main-copy-sub {
    max-width: 130px;
    -webkit-transform: translate(-6%, 54%);
            transform: translate(-6%, 54%);
  }
}

#it-career-fair #firstview .date {
  position: relative;
}

#it-career-fair #firstview .year {
  font-family: "Avenir";
  font-size: 40px;
  font-weight: 900;
  display: block;
  color: transparent;
  background: linear-gradient(86deg, #2A558C 14.74%, #65A6FF 98.15%);
  background: -webkit-linear-gradient(86deg, #2A558C 14.74%, #65A6FF 98.15%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-bottom: 16px;
}

@media screen and (max-width: 1100px) {
  #it-career-fair #firstview .year {
    font-size: 36px;
  }
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .year {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .year {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

#it-career-fair #firstview .month {
  font-family: "Avenir";
  color: #11376B;
  font-weight: 900;
  display: inline-block;
  background-color: #fff;
  padding: 0px 20px;
  font-size: 28px;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 1100px) {
  #it-career-fair #firstview .month {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .month {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .month {
    font-size: 12px;
  }
}

#it-career-fair #firstview .month:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: -25%;
  width: 25%;
  border-bottom: solid 2px #11376B;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .month:before {
    width: 20%;
    left: -20%;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .month:before {
    width: 30px;
    left: -15px;
    border-width: 1px;
  }
}

#it-career-fair #firstview .month:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: -25%;
  width: 25%;
  border-bottom: solid 2px #11376B;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .month:after {
    width: 20%;
    right: -20%;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .month:after {
    width: 30px;
    right: -15px;
    border-width: 1px;
  }
}

#it-career-fair #firstview .month .month-small {
  font-size: 42px;
  padding-left: 0.25em;
}

@media screen and (max-width: 1100px) {
  #it-career-fair #firstview .month .month-small {
    font-size: 36px;
  }
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .month .month-small {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .month .month-small {
    font-size: 20px;
  }
}

#it-career-fair #firstview .month .month-small:first-of-type {
  padding-left: 0;
}

#it-career-fair #firstview .month .month-small:last-child {
  padding-right: 0.25em;
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .month .month-small:last-child {
    padding-right: 0;
  }
}

#it-career-fair #firstview .pict-section {
  margin-bottom: 32px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .pict-section {
    margin-bottom: 24px;
  }
}

#it-career-fair #firstview .pict-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

#it-career-fair #firstview .cta-section {
  padding-bottom: 60px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .cta-section {
    padding-bottom: 45px;
  }
}

#it-career-fair #firstview .cta-section .counseling-btn-section {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .cta-section .counseling-btn-section {
    max-width: 310px;
  }
}

#it-career-fair #firstview .cta-section .btn-sub-copy {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 16px;
  margin-bottom: 8px;
  white-space: nowrap;
  width: 120%;
  margin-left: -10%;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .cta-section .btn-sub-copy {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #firstview .cta-section .btn-sub-copy {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .cta-section .btn-sub-copy {
    font-size: 14px;
    margin-bottom: 4px;
  }
}

#it-career-fair #firstview .cta-section .btn {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 4px 4px 0px #11376B;
          box-shadow: 4px 4px 0px #11376B;
  border: 1px solid #11376B;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .cta-section .btn {
    padding: 18px 0;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #firstview .cta-section .btn {
    padding: 16px 0;
    -webkit-box-shadow: 3px 3px 0px #11376B;
            box-shadow: 3px 3px 0px #11376B;
    font-size: 20px;
    line-height: 1;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .cta-section .btn {
    padding: 12px 0;
  }
}

#it-career-fair #firstview .about-section {
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .about-section h2.wide-text {
    line-height: 1.2;
  }
}

#it-career-fair #firstview .about-section h2.wide-text .hide-sp {
  display: inline;
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .about-section h2.wide-text .hide-sp {
    display: none;
  }
}

#it-career-fair #firstview .about-section .border-top-gradation {
  position: relative;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
  padding: 40px 45px;
  z-index: 10;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .about-section .border-top-gradation {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #firstview .about-section .border-top-gradation {
    width: 100%;
    padding: 32px 16px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .about-section .border-top-gradation {
    width: 100%;
    padding: 16px 0 24px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

#it-career-fair #firstview .about-section .border-top-gradation:after {
  content: "";
  width: 100%;
  height: 16px;
  background: radial-gradient(50.02% 1200.41% at 50.02% 18.54%, #00D4FF 0%, #005FE1 100%);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .about-section .border-top-gradation:after {
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #firstview .about-section .border-top-gradation:after {
    height: 8px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .about-section .border-top-gradation:after {
    height: 5px;
  }
}

#it-career-fair #firstview .about-section .description {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .about-section .description {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .about-section .description {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .about-section .sp-small {
    font-size: 75%;
  }
}

#it-career-fair #firstview .about-section .slider {
  width: 100%;
}

#it-career-fair #firstview .about-section .slider .slider-list {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("/images/bg-about-01.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  padding: 2em 0;
  min-width: 300px;
  min-height: 230px;
}

@media screen and (max-width: 991px) {
  #it-career-fair #firstview .about-section .slider .slider-list {
    min-width: 180px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .about-section .slider .slider-list {
    width: 100%;
    min-width: auto;
  }
}

#it-career-fair #firstview .about-section .slider .slider-list:first-of-type, #it-career-fair #firstview .about-section .slider .slider-list:last-of-type {
  margin: 0 auto;
}

#it-career-fair #firstview .about-section .slider .slider-list:first-of-type .pict-caption {
  margin-bottom: auto !important;
}

#it-career-fair #firstview .about-section .slider .slider-list.orange {
  background-image: url("/images/bg-about-02.png");
}

#it-career-fair #firstview .about-section .slider .slider-list.purple {
  background-image: url("/images/bg-about-03.png");
}

#it-career-fair #firstview .about-section .slider .pict {
  width: 85%;
  max-width: 80px;
  width: 100%;
  margin: 0 auto;
}

#it-career-fair #firstview .about-section .pict-caption {
  text-align: center;
  font-size: 20px !important;
  -webkit-text-size-adjust: 100%;
  margin-bottom: 4px;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .about-section .pict-caption {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #firstview .about-section .pict-caption {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .about-section .pict-caption {
    font-size: 16px !important;
  }
}

#it-career-fair #firstview .about-section .pict-caption .sp-grade {
  font-weight: 700;
  font-size: 22px;
  color: #11376B;
  background-color: #fff;
  padding: 0em 0.2em;
}

@media screen and (max-width: 1024px) {
  #it-career-fair #firstview .about-section .pict-caption .sp-grade {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #firstview .about-section .pict-caption .sp-grade {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #firstview .about-section .pict-caption .sp-grade {
    font-size: 20px;
  }
}

#it-career-fair #flow h2 {
  position: relative;
  margin-bottom: 72px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #flow h2 {
    margin-bottom: 24px;
  }
}

#it-career-fair #flow h2::after {
  content: "";
  width: 1.5em;
  height: 8px;
  background-color: #11376B;
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 575px) {
  #it-career-fair #flow h2::after {
    height: 5px;
    width: 30px;
    bottom: -8px;
  }
}

#it-career-fair #flow .scroll-wrapper::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 575px) {
  #it-career-fair #flow .scroll-wrapper {
    display: block;
    overflow-x: scroll;
  }
}

#it-career-fair #flow ol {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 575px) {
  #it-career-fair #flow ol {
    width: 720px;
    padding: 10px;
  }
}

#it-career-fair #flow ol li {
  width: calc( 96% / 3);
  padding: 20px;
  padding-top: 40px;
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 575px) {
  #it-career-fair #flow ol li {
    padding: 16px;
    padding-top: 65px;
    padding-bottom: 15px;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  }
}

#it-career-fair #flow ol li:nth-of-type(2)::before, #it-career-fair #flow ol li:nth-of-type(2)::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 55px;
  background-image: url("/images/icon-arrow-right.png");
  background-size: contain;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translate(-65%, -20%);
          transform: translate(-65%, -20%);
  z-index: 100;
}

#it-career-fair #flow ol li:nth-of-type(2)::after {
  right: 0;
  left: auto;
  -webkit-transform: translate(65%, -20%);
          transform: translate(65%, -20%);
}

#it-career-fair #flow ol .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: 10px;
  background: linear-gradient(135deg, #11376b 0%, #11376b 50%, white 50%);
}

#it-career-fair #flow ol .num .num-text {
  -webkit-transform: translate(-100%, -35%);
          transform: translate(-100%, -35%);
  color: #fff;
  font-size: 38px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #flow ol .num .num-text {
    font-size: 24px;
    position: absolute;
    top: 6%;
    left: 17%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#it-career-fair #flow ol .pict {
  max-width: 85px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 575px) {
  #it-career-fair #flow ol .text {
    font-size: 16px;
  }
}

#it-career-fair .js-modal-open-btn {
  color: #11376B;
  font-size: 18px;
  font-weight: 900;
  width: inline-block;
  border-bottom: 1px solid #11376B;
}

@media screen and (max-width: 575px) {
  #it-career-fair .js-modal-open-btn {
    padding: 0;
    font-size: 16px;
  }
}

#it-career-fair .js-modal-open-btn:after {
  width: 12px;
  height: 12px;
  border-width: 3px;
  right: 9%;
}

#it-career-fair .js-modal-open-btn.content-list-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  z-index: 30;
}

#it-career-fair .js-modal-area {
  display: none;
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#it-career-fair .js-modal-area .js-modal-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
}

#it-career-fair .js-modal-area .js-modal-bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(30, 30, 30, 0.9);
}

#it-career-fair .js-modal-area .js-modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
  width: 100%;
  max-height: 80vw;
  max-height: 620px;
  max-width: 1000px;
  padding: 40px 24px 70px;
  background: -webkit-gradient(linear, left top, right top, from(#d7ac3f), color-stop(0.01%, #ECB937), to(#f5ee3b));
  background: linear-gradient(90deg, #d7ac3f 0%, #ECB937 0.01%, #f5ee3b 100%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  border-radius: 30px;
}

@media screen and (max-width: 1100px) {
  #it-career-fair .js-modal-area .js-modal-wrapper {
    width: 96%;
    margin: 0 auto;
    padding: 40px 10px 70px;
    max-height: 85vh;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  #it-career-fair .js-modal-area .js-modal-wrapper {
    max-height: 85vh;
    -webkit-transform: translate(-50%, -45%);
            transform: translate(-50%, -45%);
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair .js-modal-area .js-modal-wrapper {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: auto;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair .js-modal-area .js-modal-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: calc(100% - 32px);
    height: 90vh;
    max-height: 480px;
    border-radius: 15px;
    padding: 16px 10px 60px;
    -webkit-transform: translate(-50%, -53%);
            transform: translate(-50%, -53%);
  }
}

#it-career-fair .js-modal-area .js-modal-wrapper.short .js-modal-contents-section {
  max-height: 250px;
}

#it-career-fair .js-modal-area .js-modal-wrapper.short .modal-main-copy {
  line-height: 1.2;
  margin-bottom: 8px;
}

@media screen and (max-width: 575px) {
  #it-career-fair .js-modal-area .js-modal-wrapper.short .modal-main-copy {
    margin-bottom: 0;
  }
}

#it-career-fair .js-modal-area .js-modal-wrapper.short .talk-theme {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 16px;
}

#it-career-fair .js-modal-area .js-modal-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/images/bg-modal-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

@media screen and (max-width: 575px) {
  #it-career-fair .js-modal-area .js-modal-wrapper:before {
    background: url("/images/bg-modal-01-sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
}

#it-career-fair .js-modal-area .js-modal-btn-section {
  text-align: center;
  width: calc(100% - 48px);
  padding: 8px 0 16px;
  max-width: 1000px;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  margin: 0 auto;
  padding: 8px 0;
  width: calc(100% - 56px);
}

@media screen and (max-width: 991px) {
  #it-career-fair .js-modal-area .js-modal-btn-section {
    bottom: 0;
    background-color: initial;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair .js-modal-area .js-modal-btn-section {
    padding: 8px 0;
    bottom: 0;
  }
}

#it-career-fair .js-modal-area .js-modal-btn-section .btn-sub-copy {
  display: block;
  text-align: center;
}

#it-career-fair .js-modal-area .js-modal-btn-section .modal-contents-btn {
  max-width: 280px;
  margin: 0 auto;
  font-size: 20px;
  padding: 12px 0;
  -webkit-box-shadow: 3px 3px 0px #11376B;
          box-shadow: 3px 3px 0px #11376B;
}

@media screen and (max-width: 991px) {
  #it-career-fair .js-modal-area .js-modal-btn-section .modal-contents-btn {
    font-size: 16px;
    line-height: 1;
    padding: 10px 0;
  }
}

#it-career-fair .js-modal-area .js-modal-btn-section .modal-contents-btn:after {
  width: 11px;
  height: 11px;
}

#it-career-fair .js-modal-area .js-modal-close {
  position: absolute;
  top: -1.5em;
  right: 0em;
  cursor: pointer;
  color: #fff;
  font-size: 45px;
  z-index: 100;
}

@media screen and (max-width: 1024px) {
  #it-career-fair .js-modal-area .js-modal-close {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair .js-modal-area .js-modal-close {
    font-size: 35px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair .js-modal-area .js-modal-close {
    font-size: 30px;
    top: -1.4em;
  }
}

#it-career-fair .js-modal-area .js-modal-info-section {
  color: #fff;
  margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
  #it-career-fair .js-modal-area .js-modal-info-section {
    text-align: center;
    margin: 0 auto;
  }
}

#it-career-fair .js-modal-area .js-modal-info-section .modal-sub-copy {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  #it-career-fair .js-modal-area .js-modal-info-section .modal-sub-copy {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  #it-career-fair .js-modal-area .js-modal-info-section .modal-sub-copy {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair .js-modal-area .js-modal-info-section .modal-sub-copy {
    font-size: 12px;
  }
}

#it-career-fair .js-modal-area .js-modal-info-section .modal-main-copy {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

@media screen and (min-width: 1300px) {
  #it-career-fair .js-modal-area .js-modal-info-section .modal-main-copy {
    font-size: 38px;
  }
}

@media screen and (max-width: 1100px) {
  #it-career-fair .js-modal-area .js-modal-info-section .modal-main-copy {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  #it-career-fair .js-modal-area .js-modal-info-section .modal-main-copy {
    font-size: 32px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair .js-modal-area .js-modal-info-section .modal-main-copy {
    font-size: 24px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair .js-modal-area .js-modal-info-section .modal-main-copy {
    font-size: 24px;
    margin-bottom: 0;
  }
}

#it-career-fair .js-modal-area .modal-position {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  #it-career-fair .js-modal-area .modal-position {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair .js-modal-area .modal-position {
    font-size: 18px;
  }
}

#it-career-fair .js-modal-area .modal-name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  #it-career-fair .js-modal-area .modal-name {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 991px) {
  #it-career-fair .js-modal-area .modal-name {
    font-size: 20px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair .js-modal-area .modal-name {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair .js-modal-area .modal-name {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

#it-career-fair .js-modal-area .modal-name .small-name {
  font-size: 80%;
}

#it-career-fair .js-modal-area .talk-theme {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  #it-career-fair .js-modal-area .talk-theme {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  #it-career-fair .js-modal-area .talk-theme {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair .js-modal-area .talk-theme {
    display: none;
  }
}

#it-career-fair .js-modal-area .talk-theme ul li {
  font-weight: 700;
}

#it-career-fair .js-modal-area .js-modal-contents-section {
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-height: 230px;
}

@media screen and (min-width: 1300px) {
  #it-career-fair .js-modal-area .js-modal-contents-section {
    max-height: 400px;
  }
}

@media screen and (max-width: 1100px) {
  #it-career-fair .js-modal-area .js-modal-contents-section {
    max-height: 220px;
  }
}

@media screen and (max-width: 1024px) {
  #it-career-fair .js-modal-area .js-modal-contents-section {
    max-height: 200px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair .js-modal-area .js-modal-contents-section {
    margin-top: 135px;
  }
}

#it-career-fair .js-modal-area .js-modal-contents-section:before {
  content: "";
  display: block;
  width: 265px;
  height: 265px;
  background-image: url("/images/pict-modal-contents-01.png");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  right: 2%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media screen and (max-width: 1100px) {
  #it-career-fair .js-modal-area .js-modal-contents-section:before {
    width: 220px;
    height: 220px;
  }
}

@media screen and (max-width: 1024px) {
  #it-career-fair .js-modal-area .js-modal-contents-section:before {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair .js-modal-area .js-modal-contents-section:before {
    width: 170px;
    height: 170px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair .js-modal-area .js-modal-contents-section:before {
    width: 140px;
    height: 155px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

#it-career-fair .js-modal-area .js-modal-contents-section .js-modal-contents-section-inner {
  width: 100%;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding: 12px 0;
  position: relative;
  overflow-y: scroll;
  max-height: 380px;
}

@media screen and (min-width: 1300px) {
  #it-career-fair .js-modal-area .js-modal-contents-section .js-modal-contents-section-inner {
    max-height: 235px;
  }
}

@media screen and (max-width: 1100px) {
  #it-career-fair .js-modal-area .js-modal-contents-section .js-modal-contents-section-inner {
    height: auto;
    max-height: 230px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair .js-modal-area .js-modal-contents-section .js-modal-contents-section-inner {
    padding: 8px 10px 8px;
    max-width: 100%;
    max-height: calc(270px + 1vh);
    height: 150px;
  }
}

#it-career-fair .js-modal-area .js-modal-contents-section .title {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  #it-career-fair .js-modal-area .js-modal-contents-section .title {
    font-size: 14px;
    text-align: left;
  }
}

#it-career-fair .js-modal-area .js-modal-contents-section .talk-theme-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #it-career-fair .js-modal-area .js-modal-contents-section .talk-theme-sp {
    display: block;
  }
}

#it-career-fair .js-modal-area .js-modal-contents-section .talk-theme-sp .title {
  font-size: 12px;
}

#it-career-fair .js-modal-area .js-modal-contents-section .talk-theme-sp ul li {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #it-career-fair .js-modal-area .js-modal-contents-section .talk-theme-sp ul li {
    font-size: 12px;
  }
}

#it-career-fair .js-modal-area .js-modal-contents-section .profile .description {
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #it-career-fair .js-modal-area .js-modal-contents-section .profile .description {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair .js-modal-area .js-modal-contents-section .profile .description {
    display: none;
  }
}

#it-career-fair #modal02 .js-modal-wrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(2.08%, #6D7CFF), to(#D8A6FF));
  background: linear-gradient(90deg, #6D7CFF 2.08%, #D8A6FF 100%);
}

#it-career-fair #modal02 .js-modal-contents-section:before {
  background-image: url("/images/pict-modal-contents-02.png");
}

@media screen and (max-width: 991px) {
  #it-career-fair #modal02 .js-modal-contents-section:before {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #modal02 .js-modal-contents-section:before {
    width: 150px;
    height: 175px;
  }
}

#it-career-fair #modal03 .js-modal-wrapper {
  background: -webkit-gradient(linear, left top, right top, from(#89D65B), to(#CFE838));
  background: linear-gradient(90deg, #89D65B 0%, #CFE838 100%);
}

@media screen and (max-width: 767px) {
  #it-career-fair #modal03 .modal-main-copy {
    font-size: 22px;
  }
}

#it-career-fair #modal03 .js-modal-contents-section:before {
  background-image: url("/images/pict-modal-contents-03.png");
  width: 285px;
  height: 275px;
}

@media screen and (max-width: 767px) {
  #it-career-fair #modal03 .js-modal-contents-section:before {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #modal03 .js-modal-contents-section:before {
    width: 140px;
    height: 145px;
  }
}

#it-career-fair #modal04 .js-modal-wrapper {
  background: -webkit-gradient(linear, left top, right top, from(#1FAEFF), to(#85E2FF));
  background: linear-gradient(90deg, #1FAEFF 0%, #85E2FF 100%);
}

#it-career-fair #modal04 .js-modal-contents-section:before {
  background-image: url("/images/pict-modal-contents-04.png");
}

@media screen and (max-width: 767px) {
  #it-career-fair #modal04 .js-modal-contents-section:before {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #modal04 .js-modal-contents-section:before {
    width: 130px;
    height: 145px;
  }
}

#it-career-fair #modal05 .js-modal-wrapper {
  background: -webkit-gradient(linear, left top, right top, from(#FF6D6D), to(#FFD1A6));
  background: linear-gradient(90deg, #FF6D6D 0%, #FFD1A6 100%);
}

#it-career-fair #modal05 .js-modal-contents-section:before {
  background-image: url("/images/pict-modal-contents-05.png");
  width: 295px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #modal05 .js-modal-contents-section:before {
    width: 160px;
    height: 175px;
  }
}

#it-career-fair #modal06 .js-modal-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(89.55deg, #0047FF 0.57%, #00FFC2 99.96%);
}

#it-career-fair #modal06 .js-modal-wrapper:before {
  background-image: url("/images/bg-modal-01-blue.svg");
  background-size: cover;
}

@media screen and (max-width: 575px) {
  #it-career-fair #modal06 .js-modal-wrapper:before {
    background-size: contain;
  }
}

#it-career-fair #modal06 .js-modal-contents-section:before {
  background-image: url("/images/pict-modal-contents-06.png");
  width: 295px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #modal06 .js-modal-contents-section:before {
    width: 130px;
    height: 145px;
  }
}

#it-career-fair #modal07 .js-modal-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(89.55deg, #0047FF 0.57%, #00FFC2 99.96%);
}

#it-career-fair #modal07 .js-modal-wrapper:before {
  background-image: url("/images/bg-modal-01-blue.svg");
  background-size: cover;
}

@media screen and (max-width: 575px) {
  #it-career-fair #modal07 .js-modal-wrapper:before {
    background-size: contain;
  }
}

#it-career-fair #modal07 .js-modal-contents-section:before {
  background-image: url("/images/pict-modal-contents-07.png");
  width: 295px;
  height: 230px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #modal07 .js-modal-contents-section:before {
    width: 170px;
    height: 145px;
  }
}

#it-career-fair #modal08 .js-modal-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(89.55deg, #0047FF 0.57%, #00FFC2 99.96%);
}

#it-career-fair #modal08 .js-modal-wrapper:before {
  background-image: url("/images/bg-modal-01-blue.svg");
  background-size: cover;
}

@media screen and (max-width: 575px) {
  #it-career-fair #modal08 .js-modal-wrapper:before {
    background-size: contain;
  }
}

#it-career-fair #modal08 .js-modal-contents-section:before {
  background-image: url("/images/pict-modal-contents-08.png");
  width: 295px;
  height: 230px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #modal08 .js-modal-contents-section:before {
    width: 170px;
    height: 145px;
  }
}

#it-career-fair #present {
  padding-bottom: 64px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #present {
    padding-bottom: 32px;
  }
}

#it-career-fair #present > .section-inner {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  background: linear-gradient(89.55deg, #005FE1 0.57%, #00D4FF 99.96%);
  width: calc(100% - 32px);
  margin: 0 auto;
}

@media screen and (max-width: 575px) {
  #it-career-fair #present > .section-inner {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}

#it-career-fair #present a {
  color: #11376B;
  border-bottom: 2px solid #11376B;
  line-height: 1;
  -webkit-transition: .05s;
  transition: .05s;
  display: inline-block;
  padding: 0 0 .1em;
  margin: 0 .1em;
}

@media screen and (max-width: 767px) {
  #it-career-fair #present a {
    border-bottom: 1px solid #11376B;
  }
}

#it-career-fair #present a:hover {
  border-bottom: 2px solid transparent;
}

#it-career-fair #present .fukidashi {
  background-color: #FF9F1B;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 50px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #present .fukidashi {
    font-size: 16px;
    padding: 8px 12px;
  }
}

#it-career-fair #present .fukidashi:before {
  border-top: 21px solid #FE9F1B;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  bottom: -16px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #present .fukidashi:before {
    border-top: 14px solid #FE9F1B;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    bottom: -13px;
  }
}

#it-career-fair #present h2 {
  background: linear-gradient(89.55deg, #005FE1 0.57%, #00D4FF 99.96%), url("/images/bg-present.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-blend-mode: color-dodge;
  padding: 44px 0 32px;
  font-weight: 700;
  color: #fff;
  text-shadow: 3px 3px 0px #2B6BC4;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #it-career-fair #present h2 {
    padding-top: 40px;
    background: linear-gradient(89.55deg, #005FE1 0.57%, #00D4FF 99.96%), url("/images/bg-present-sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #present h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #present h2 {
    font-size: 24px !important;
    padding: 40px 0 24px;
    background-size: cover;
  }
}

#it-career-fair #present h2 .sub-title {
  display: block;
  font-size: 24px;
  font-weight: 500;
  text-shadow: none;
}

@media screen and (max-width: 575px) {
  #it-career-fair #present h2 .sub-title {
    font-size: 18px;
  }
}

#it-career-fair #present .text-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  #it-career-fair #present .text-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#it-career-fair #present .text-section .present-pict {
  max-width: 290px;
  width: 100%;
  margin-right: 3%;
  position: relative;
}

@media screen and (max-width: 575px) {
  #it-career-fair #present .text-section .present-pict {
    margin-right: 0;
    max-width: 210px;
  }
}

#it-career-fair #present .text-section .present-pict span {
  margin-top: -10%;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  #it-career-fair #present .text-section .present-pict span {
    margin-top: 0;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #present .text-section .present-pict span {
    margin-top: -10%;
  }
}

#it-career-fair #present .text-section .present-pict img {
  -webkit-filter: drop-shadow(0px 8.15486px 8.15486px rgba(0, 0, 0, 0.45));
          filter: drop-shadow(0px 8.15486px 8.15486px rgba(0, 0, 0, 0.45));
}

#it-career-fair #present .text-section ol {
  max-width: 610px;
  width: 100%;
  padding: 34px 20px 34px 0;
}

@media screen and (min-width: 1300px) {
  #it-career-fair #present .text-section ol {
    padding: 34px 0px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #present .text-section ol {
    padding: 16px 10px 8px;
  }
}

#it-career-fair #present .text-section ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  padding: 4px 0;
}

#it-career-fair #present .text-section ol li .num {
  color: #11376B;
  font-family: "Avenir";
  font-weight: 900;
  font-size: 24px;
  width: 40px;
  text-align: center;
}

@media screen and (max-width: 575px) {
  #it-career-fair #present .text-section ol li .num {
    font-size: 14px;
    width: 25px;
  }
}

#it-career-fair #present .text-section ol li .text {
  font-size: 16px;
  text-align: left;
  border-left: 1px solid #11376B;
  padding-left: 0.5em;
  font-weight: 700;
}

@media screen and (max-width: 575px) {
  #it-career-fair #present .text-section ol li .text {
    font-size: 12px;
    text-align: left;
    width: calc(100% - 25px);
  }
}

#it-career-fair #present .note {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  max-width: 1000px;
  color: #747474;
  margin: 8px auto 0;
  width: calc(100% - 32px);
  margin: 10px auto 0;
}

#it-career-fair #present .note li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 575px) {
  #it-career-fair #present .note {
    padding: 0 16px;
    margin-top: 8px;
  }
}

#it-career-fair #recommend {
  padding-top: 120px;
  margin-top: -110px;
  background: linear-gradient(89.55deg, rgba(0, 94, 225, 0.2) 0.57%, rgba(0, 213, 255, 0.2) 99.96%);
  position: relative;
  z-index: 10;
}

#it-career-fair #recommend::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100vw 0 0;
  border-color: #fff transparent transparent transparent;
}

#it-career-fair #recommend .section-inner {
  padding-top: 32px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #recommend .section-inner {
    padding-bottom: 32px;
  }
}

#it-career-fair #recommend ul {
  background-color: #fff;
  padding: 30px 0;
  padding-right: 16px;
  padding-left: 16px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #recommend ul {
    background-color: transparent;
    padding: 0;
  }
}

#it-career-fair #recommend li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 16px;
}

@media screen and (max-width: 575px) {
  #it-career-fair #recommend li {
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
    margin-bottom: 8px;
  }
}

#it-career-fair #recommend li:last-of-type {
  margin-bottom: 0;
}

#it-career-fair #recommend li .pict-check {
  padding-right: 0.25em;
}

@media screen and (max-width: 767px) {
  #it-career-fair #recommend li .pict-check {
    padding-right: 0.5em;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #recommend li .pict-check {
    padding-right: 0.5em;
    width: 25px;
  }
}

#it-career-fair #recommend li .text {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  #it-career-fair #recommend li .text {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #recommend li .text {
    font-weight: 500;
    font-size: 14px;
    width: calc( 100% - 25px);
    line-height: 1.6;
  }
}

#it-career-fair #recommend li .text span {
  font-weight: 700;
  font-size: 110%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, rgba(255, 159, 27, 0.6)));
  background: linear-gradient(transparent 80%, rgba(255, 159, 27, 0.6) 0%);
}

@media screen and (max-width: 575px) {
  #it-career-fair #recommend li .text span {
    font-size: 16px;
  }
}

#it-career-fair #scroll-bar-pc {
  position: fixed;
  left: 0;
  bottom: -1px;
  height: 90px;
  width: 100%;
  z-index: 10000;
  padding: 12px 0;
  background: #11376B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#it-career-fair #scroll-bar-pc span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

#it-career-fair #scroll-bar-pc .scroll-bar-btn-pc {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 850px) {
  #it-career-fair #scroll-bar-pc .scroll-bar-btn-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    /* padding-top: 15px; */
  }
}

#it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .secondary-btn {
  font-size: 20px;
  border-radius: 30px;
  padding: 14px 35px 14px 30px;
  border: #fff solid 2px;
  margin: 0;
  color: #fff;
  max-width: 365px;
}

@media screen and (max-width: 1050px) {
  #it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .secondary-btn {
    font-size: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  #it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .secondary-btn {
    max-width: 300px;
  }
}

#it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .secondary-btn:hover:after {
  right: 2%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .secondary-btn:after {
  top: 50%;
  right: 3%;
  width: 6px;
  height: 6px;
  margin: auto;
  border: 6px solid transparent;
  border-left-color: #fff;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .fukidashi-right {
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 10px;
  color: #11376B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-right: 1em;
}

@media screen and (max-width: 850px) {
  #it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .fukidashi-right {
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    width: calc( 100% - 32px);
    max-width: 620px;
    text-align: center;
    border: 1px solid #11376B;
  }
}

#it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .fukidashi-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  border: 12px solid transparent;
  border-left: 12px solid #fff;
}

@media screen and (max-width: 850px) {
  #it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .fukidashi-right:after {
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    bottom: 0;
    right: 50%;
    -webkit-transform: translate(50%, 90%);
            transform: translate(50%, 90%);
    top: auto;
  }
}

#it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .fukidashi-right > p {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width: 1300px) {
  #it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .fukidashi-right > p {
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
  #it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .fukidashi-right > p {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .fukidashi-right > p {
    font-size: 10px;
  }
}

#it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .fukidashi-right .text-big {
  display: inline;
  font-size: 26px;
  font-weight: 900;
  line-height: 0.9;
  vertical-align: baseline;
}

@media screen and (min-width: 1300px) {
  #it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .fukidashi-right .text-big {
    vertical-align: text-top;
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  #it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .fukidashi-right .text-big {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #scroll-bar-pc .scroll-bar-btn-pc .fukidashi-right .text-big {
    font-size: 13px;
  }
}

#it-career-fair #scroll-bar-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  #it-career-fair #scroll-bar-sp {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 66px;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#it-career-fair #scroll-bar-sp .scroll-bar-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#it-career-fair #scroll-bar-sp .scroll-bar-btn .secondary-btn {
  display: block;
  height: 100%;
  color: #fff;
  font-size: 16px;
  width: 65%;
  border-bottom: transparent;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#it-career-fair #scroll-bar-sp .scroll-bar-btn .secondary-btn:after {
  top: 0px;
  right: 8%;
  width: 6px;
  height: 6px;
  margin: auto;
  border: 6px solid transparent;
  border-left-color: #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 380px) {
  #it-career-fair #scroll-bar-sp .scroll-bar-btn .secondary-btn:after {
    right: 5%;
  }
}

#it-career-fair #scroll-bar-sp .scroll-bar-btn .secondary-btn.reverse {
  width: 35%;
  height: 100%;
  padding: 7px 15px 7px 15px;
  background-color: #fff;
  color: #11376B;
  border-color: transparent;
}

#it-career-fair #scroll-bar-sp .scroll-bar-btn .secondary-btn.reverse:hover {
  color: #11376B !important;
}

#it-career-fair #scroll-bar-sp .scroll-bar-btn .secondary-btn.reverse:after {
  content: none;
  border-left-color: #11376B;
  right: 16%;
}

@media screen and (max-width: 575px) {
  #it-career-fair #scroll-bar-sp .scroll-bar-btn .secondary-btn.reverse:after {
    right: 11%;
  }
}

#it-career-fair #sponsor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 575px) {
  #it-career-fair #sponsor ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 350px;
    margin: 0 auto;
  }
}

#it-career-fair #sponsor ul li {
  max-width: 170px;
}

@media screen and (max-width: 991px) {
  #it-career-fair #sponsor ul li {
    max-width: 140px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #sponsor ul li {
    max-width: 110px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #sponsor ul li {
    width: 45%;
    max-width: 140px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}

#it-career-fair #sponsor ul li:nth-of-type(2) {
  max-width: 150px;
}

@media screen and (max-width: 991px) {
  #it-career-fair #sponsor ul li:nth-of-type(2) {
    max-width: 120px;
  }
}

@media screen and (max-width: 767px) {
  #it-career-fair #sponsor ul li:nth-of-type(2) {
    max-width: 90px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #sponsor ul li:nth-of-type(2) {
    max-width: 110px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #sponsor ul li:nth-of-type(3) {
    max-width: 115px;
  }
}

@media screen and (max-width: 575px) {
  #it-career-fair #sponsor ul li:nth-of-type(3), #it-career-fair #sponsor ul li:nth-of-type(4) {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=lp.css.map */