@charset "UTF-8";
html, body, article, aside, details, figcaption, figure, footer, header, nain, nav, section, div, p, pre, blockquote, hr, address, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, a, abbr, acronym, b, big, cite, code, del, dfn, em, i, ins, kbd, mark, q, ruby, s, samp, small, span, strike, strong, sub, sup, time, tt, u, var, audio, canvas, embed, iframe, img, object, video, details, menu, summary, button, fieldset, form, input, label, legend, output, optgroup, option, select, textarea {
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

*,
::before,
::after {
  box-sizing: inherit;
}

address, article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

code, kbd, pre, samp, button, input, select, textarea {
  font-size: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "MS PGothic", sans-serif;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-size: 1.4rem;
}

ul, ol {
  list-style: none;
}

pre {
  word-wrap: break-word;
  word-break: break-all;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins, mark {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
}

small {
  font-size: 100%;
  font-size: 1.4rem;
}

img {
  vertical-align: top;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=file] {
  border: 1px solid #d6d6d6;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "MS PGothic", sans-serif;
  font-size: 14px;
}

.mainContents.newgraduate {
  overflow-x: hidden;
}
.mainContents.newgraduate .s-Flex {
  display: flex;
}
.mainContents.newgraduate .kvSec {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.mainContents.newgraduate .kvSec::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ec4f5f;
  opacity: 0.3;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .kvSec {
    height: 300px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .kvSec {
    height: 294px;
  }
}
.mainContents.newgraduate .kvSec__scrollWrap.spD {
  display: none;
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .kvSec__scrollWrap.spD {
    display: flex;
  }
}
.mainContents.newgraduate .kvSec__scrollWrap {
  white-space: nowrap;
  position: relative;
  display: flex;
  transform: rotate(-3deg);
}
.mainContents.newgraduate .kvSec__scrollWrap:nth-of-type(2) {
  transform: translateX(-2%) rotate(-3deg);
}
.mainContents.newgraduate .kvSec__scroller {
  display: flex;
  gap: 10px;
}
.mainContents.newgraduate .kvSec__scroller-cont {
  position: relative;
  width: 488px;
  height: auto;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .kvSec__scroller-cont {
    width: 286px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .kvSec__scroller-cont {
    width: 188px;
  }
}
.mainContents.newgraduate .kvSec__scroller-cont::before {
  position: absolute;
  display: block;
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.mainContents.newgraduate .kvSec__scroller .img-01::before {
  width: 122px;
  height: 263px;
  top: 0;
  left: 339px;
  background-image: url("../images/img-kv-img-01-deco.png");
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .kvSec__scroller .img-01::before {
    width: 60px;
    height: 137px;
    top: 0;
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .kvSec__scroller .img-01::before {
    width: 44px;
    height: 100px;
    top: 5px;
    left: auto;
    right: 19px;
  }
}
.mainContents.newgraduate .kvSec__scroller .img-02::before {
  width: 177px;
  height: 192px;
  top: 39px;
  left: 18px;
  background-image: url("../images/img-kv-img-02-deco.png");
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .kvSec__scroller .img-02::before {
    width: 107px;
    height: 120px;
    top: 30px;
    left: 15px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .kvSec__scroller .img-02::before {
    width: 75px;
    height: 80px;
    top: 11px;
    left: 9px;
  }
}
.mainContents.newgraduate .kvSec__scroller .img-03::before {
  width: 404px;
  height: 169px;
  top: 62px;
  left: 24px;
  background-image: url("../images/img-kv-img-03-deco.png");
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .kvSec__scroller .img-03::before {
    width: 293px;
    height: 165px;
    top: 30px;
    left: -27px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .kvSec__scroller .img-03::before {
    width: 140px;
    height: 107px;
    top: 10px;
    left: -12px;
  }
}
.mainContents.newgraduate .kvSec__scroller .img-05::before {
  width: 166px;
  height: 93px;
  top: 80px;
  left: 40px;
  background-image: url("../images/img-kv-img-05-deco.png");
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .kvSec__scroller .img-05::before {
    display: none;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .kvSec__scroller .img-05::before {
    display: none;
  }
}
.mainContents.newgraduate .kvSec__scroller .img-06::before {
  width: 126px;
  height: 112px;
  bottom: -13px;
  left: 40px;
  background-image: url("../images/img-kv-img-06-deco.png");
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .kvSec__scroller .img-06::before {
    display: none;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .kvSec__scroller .img-06::before {
    display: none;
  }
}
.mainContents.newgraduate .kvSec__scroller .img-09::before {
  width: 284px;
  height: 157px;
  top: -84px;
  right: 240px;
  background-image: url("../images/img-kv-img-09-deco.png");
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .kvSec__scroller .img-09::before {
    width: 142px;
    height: 78px;
    top: -9px;
    left: -45px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .kvSec__scroller .img-09::before {
    width: 99px;
    height: 58px;
    top: -10px;
    left: -18px;
  }
}
.mainContents.newgraduate .kvSec__scroller .img-10::before {
  width: 123px;
  height: 129px;
  top: 30px;
  left: -20px;
  background-image: url("../images/img-kv-img-10-deco.png");
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .kvSec__scroller .img-10::before {
    width: 80px;
    height: 82px;
    top: 58px;
    left: 29px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .kvSec__scroller .img-10::before {
    width: 40px;
    height: 42px;
    top: 45px;
    left: 20px;
  }
}
.mainContents.newgraduate .kvSec__over {
  position: absolute;
  width: 476px;
  top: 214px;
  left: 477px;
  transform: rotate(-3deg);
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .kvSec__over {
    width: 291px;
    height: 108px;
    top: 85px;
    left: 231px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .kvSec__over {
    width: 230px;
    height: 92px;
    top: 158px;
    left: 72px;
  }
}
.mainContents.newgraduate .kvSec__over img {
  width: 100%;
}
.mainContents.newgraduate .entrySec {
  width: 950px;
  margin: 64px auto 94px;
  position: relative;
  z-index: 1000;
}
.mainContents.newgraduate .entrySec h2 {
  font-size: 25px;
  line-height: 45px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .entrySec {
    width: 709px;
    margin: 59px auto 60px;
  }
  .mainContents.newgraduate .entrySec h2 {
    font-size: 21px;
    line-height: 32px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .entrySec {
    width: 315px;
    margin: 35px auto 50px;
  }
  .mainContents.newgraduate .entrySec h2 {
    font-size: 21px;
    line-height: 32px;
  }
}
.mainContents.newgraduate .entrySec__btnWrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .entrySec__btnWrap {
    gap: 20px;
    margin-top: 29px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .entrySec__btnWrap {
    gap: 20px;
    margin-top: 29px;
  }
}
.mainContents.newgraduate .entrySec__btn {
  width: 556px;
  height: 164px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .entrySec__btn {
    width: 315px;
    height: 127px;
  }
}
.mainContents.newgraduate .entrySec__map {
  position: absolute;
  top: 0;
  left: 556px;
  width: 752px;
  height: 606px;
  background-image: url("../images/img-entry-map.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 100000;
}
.mainContents.newgraduate .entrySec__map a {
  position: fixed;
  display: block;
  width: 200px;
  height: 180px;
  bottom: 144px;
  right: 232px;
  background-image: url("../images/img-entry-mapBtn.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .entrySec__map {
    z-index: -1;
    top: -81px;
    left: 324px;
    width: 625px;
    height: 504px;
    background-image: url("../images/img-entry-map-tab.png");
  }
  .mainContents.newgraduate .entrySec__map a {
    top: auto;
    width: 124px;
    height: 112px;
    bottom: 30px;
    right: 34px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .entrySec__map {
    visibility: hidden;
    z-index: 1;
  }
  .mainContents.newgraduate .entrySec__map a {
    visibility: visible;
    right: 20px;
    bottom: 20px;
  }
}
.mainContents.newgraduate .recruitSec {
  width: 950px;
  margin: 94px auto 60px;
  display: flex;
  flex-direction: column;
}
.mainContents.newgraduate .recruitSec h2 {
  width: 139px;
  height: 86px;
  margin-bottom: 37px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .recruitSec {
    width: 709px;
    margin: 60px auto 60px;
  }
  .mainContents.newgraduate .recruitSec h2 {
    width: 113px;
    height: 44px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .recruitSec {
    width: 315px;
    margin: 51px auto 50px;
  }
  .mainContents.newgraduate .recruitSec h2 {
    width: 109px;
    height: 43px;
    margin-bottom: 29px;
  }
}
.mainContents.newgraduate .recruitSec__listWrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mainContents.newgraduate .recruitSec__list:nth-of-type(1) {
  border-top: 1px solid #000;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .recruitSec__list:nth-of-type(1) {
    border-top: 1px solid #000;
  }
}
.mainContents.newgraduate .recruitSec__list-link {
  text-decoration: none;
  color: #323232;
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 18px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .recruitSec__list-link {
    padding: 20px 0;
    font-size: 16px;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .recruitSec__list-link {
    flex-wrap: wrap;
    row-gap: 8px;
    padding: 15px 0;
    font-size: 16px;
    position: relative;
  }
}
.mainContents.newgraduate .recruitSec__list-link:before {
  display: none;
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .recruitSec__list-link:before {
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 15px;
    background-image: url("../images/img-recruit-arrow.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}
.mainContents.newgraduate .recruitSec__list-icon {
  font-weight: solid;
  color: #05AA7D;
  border: 2px solid #05AA7D;
  padding: 1px 19px 3px;
  border-radius: 100px;
  margin: 0 16.5px 0 19.5px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .recruitSec__list-icon {
    border: 2px solid #05AA7D;
    padding: 3px 23px;
    border-radius: 100px;
    margin: 0 6px 0;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .recruitSec__list-icon {
    margin: 0px 0px 0px 8px;
  }
}
.mainContents.newgraduate .recruitSec__list-text {
  font-size: 20px;
  margin-right: 23px;
  width: 672px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .recruitSec__list-text {
    font-size: 18px;
    margin-right: 60px;
    width: 435px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .recruitSec__list-text {
    font-size: 17px;
    width: 315px;
    margin-right: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.mainContents.newgraduate .recruitSec__list img {
  width: 7.4px;
  height: 16px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .recruitSec__list img {
    width: 7.4px;
    height: 16px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .recruitSec__list img {
    visibility: hidden;
    display: none;
  }
}
.mainContents.newgraduate .recruitSec__more {
  margin-top: 24px;
  width: 117px;
  color: #000;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  display: inline-block;
  align-self: flex-end;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .recruitSec__more {
    margin-top: 20px;
    width: 113px;
    font-size: 16px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .recruitSec__more {
    margin-top: 25px;
  }
}
.mainContents.newgraduate .recruitSec__more::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/img-recruit-more.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .recruitSec__more::before {
    width: 23px;
    height: 23px;
  }
}
.mainContents.newgraduate .messageSec {
  background-color: #FBDBDE;
  padding: 132px 0 120px;
  display: flex;
  justify-content: center;
}
.mainContents.newgraduate .messageSec__inner {
  width: 950px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .messageSec__inner {
    width: 709px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .messageSec__inner {
    width: 315px;
  }
}
.mainContents.newgraduate .messageSec h2 {
  width: 239px;
  height: 86px;
}
.mainContents.newgraduate .messageSec h3 {
  font-size: 25px;
  line-height: 45px;
  margin: 60px 0 32px;
}
.mainContents.newgraduate .messageSec .s-Flex {
  font-size: 20px;
  line-height: 32px;
  gap: 37px;
}
.mainContents.newgraduate .messageSec .s-Flex img {
  width: 341px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .messageSec {
    padding: 60px 0 60px;
  }
  .mainContents.newgraduate .messageSec h2 {
    width: 193px;
    height: 44px;
  }
  .mainContents.newgraduate .messageSec h3 {
    font-size: 21px;
    line-height: 32px;
    margin: 30px 0 32px;
  }
  .mainContents.newgraduate .messageSec .s-Flex {
    font-size: 18px;
    line-height: 34px;
    gap: 26px;
  }
  .mainContents.newgraduate .messageSec .s-Flex img {
    width: 341px;
    height: 227px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .messageSec {
    padding: 50px 0 50px;
  }
  .mainContents.newgraduate .messageSec h2 {
    width: 185px;
    height: 43px;
  }
  .mainContents.newgraduate .messageSec h3 {
    font-size: 21px;
    line-height: 32px;
    margin: 25px 0;
  }
  .mainContents.newgraduate .messageSec .s-Flex {
    font-size: 17px;
    line-height: 32px;
    gap: 25px;
    flex-direction: column-reverse;
  }
  .mainContents.newgraduate .messageSec .s-Flex img {
    width: 100%;
  }
}
.mainContents.newgraduate .messageSec__about-bottom {
  font-size: 20px;
  line-height: 32px;
  margin-top: 27px;
  margin-bottom: 28px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .messageSec__about-bottom {
    font-size: 18px;
    line-height: 34px;
    margin-top: 23px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .messageSec__about-bottom {
    visibility: hidden;
    display: none;
  }
}
.mainContents.newgraduate .messageSec__bar {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  margin: 60px 0 60px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .messageSec__bar {
    height: 1px;
    margin: 60px 0 60px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .messageSec__bar {
    margin: 50px 0 50px;
  }
}
.mainContents.newgraduate .messageSec__human {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.mainContents.newgraduate .messageSec__human a {
  width: 300px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .messageSec__human {
    gap: 30px;
  }
  .mainContents.newgraduate .messageSec__human a {
    width: 262px;
    height: 46px;
  }
}
.mainContents.newgraduate .messageSec__com {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  line-height: 34px;
}
.mainContents.newgraduate .messageSec__com h2 {
  width: 320px;
  height: 106px;
  margin-bottom: 60px;
}
.mainContents.newgraduate .messageSec__com .s-Flex {
  gap: 65px;
}
.mainContents.newgraduate .messageSec__com .s-Flex img {
  width: 517px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .messageSec__com {
    font-size: 18px;
    line-height: 34px;
  }
  .mainContents.newgraduate .messageSec__com h2 {
    width: 228px;
    height: 74px;
    margin-bottom: 30px;
  }
  .mainContents.newgraduate .messageSec__com .s-Flex {
    gap: 19px;
  }
  .mainContents.newgraduate .messageSec__com .s-Flex img {
    width: 344px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .messageSec__com {
    font-size: 17px;
    line-height: 34px;
    position: relative;
  }
  .mainContents.newgraduate .messageSec__com h2 {
    width: 196px;
    height: 63px;
    margin-bottom: 25px;
  }
  .mainContents.newgraduate .messageSec__com .s-Flex {
    gap: 19px;
  }
  .mainContents.newgraduate .messageSec__com .s-Flex picture {
    position: absolute;
    top: 235px;
  }
  .mainContents.newgraduate .messageSec__com .s-Flex img {
    width: 315px;
  }
}
.mainContents.newgraduate .messageSec__com-about {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.mainContents.newgraduate .messageSec__com-about ul li {
  text-align: center;
  border-bottom: 1px solid #000;
  position: relative;
}
.mainContents.newgraduate .messageSec__com-about ul li a {
  display: block;
  width: 100%;
  line-height: 71px;
  color: #000;
  text-decoration: none;
}
.mainContents.newgraduate .messageSec__com-about ul li:nth-of-type(1) {
  border-top: 1px solid #000;
}
.mainContents.newgraduate .messageSec__com-about ul li::before {
  display: block;
  position: absolute;
  content: "";
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 7.4px;
  height: 18.5px;
  background-image: url("../images/img-message-arrow.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .messageSec__com-about {
    gap: 25px;
  }
  .mainContents.newgraduate .messageSec__com-about ul li {
    border-bottom: 1px solid #000;
  }
  .mainContents.newgraduate .messageSec__com-about ul li:nth-of-type(1) {
    border-top: 1px solid #000;
  }
  .mainContents.newgraduate .messageSec__com-about ul li::before {
    width: 7.4px;
    height: 18.5px;
  }
  .mainContents.newgraduate .messageSec__com-about ul li a {
    line-height: 57px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .messageSec__com-about {
    gap: 280px;
  }
  .mainContents.newgraduate .messageSec__com-about ul li {
    padding: 15px 0;
    border-bottom: 1px solid #000;
  }
  .mainContents.newgraduate .messageSec__com-about ul li:nth-of-type(1) {
    border-top: 1px solid #000;
  }
  .mainContents.newgraduate .messageSec__com-about ul li::before {
    width: 7.4px;
    height: 18.5px;
  }
}
.mainContents.newgraduate .interviewSec {
  padding: 53px 0 62px;
}
.mainContents.newgraduate .interviewSec h2 {
  width: 950px;
  margin: 0 auto;
}
.mainContents.newgraduate .interviewSec h2 img {
  width: 240px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .interviewSec {
    padding: 60px 0 60px;
  }
  .mainContents.newgraduate .interviewSec h2 {
    width: 709px;
  }
  .mainContents.newgraduate .interviewSec h2 img {
    width: 193px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .interviewSec {
    padding: 50px 0 65px;
  }
  .mainContents.newgraduate .interviewSec h2 {
    width: 315px;
  }
  .mainContents.newgraduate .interviewSec h2 img {
    width: 185px;
  }
}
.mainContents.newgraduate .interviewSec__swiper {
  margin-top: 41px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .interviewSec__swiper {
    height: 416px;
    margin-top: 25.5px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .interviewSec__swiper {
    height: 530px;
    margin-top: 33.3px;
  }
}
.mainContents.newgraduate .interviewSec__swiper::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 288px;
  left: 0;
  bottom: 28px;
  background-color: #FFCED2;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .interviewSec__swiper::before {
    height: 214px;
    bottom: 27px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .interviewSec__swiper::before {
    display: none;
  }
}
.mainContents.newgraduate .interviewSec__slider {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .interviewSec__slider {
    width: 707px;
    gap: 19px;
  }
}
.mainContents.newgraduate .interviewSec__slider-cont-01 {
  width: 471px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .interviewSec__slider-cont-01 {
    width: 344px;
  }
}
.mainContents.newgraduate .interviewSec__slider-cont-02 {
  width: 477px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .interviewSec__slider-cont-02 {
    width: 346px;
  }
}
.mainContents.newgraduate .interviewSec .swiper {
  width: 950px;
  height: 100%;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .interviewSec .swiper {
    width: 707px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .interviewSec .swiper {
    width: 315px;
    height: 535px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .interviewSec .swiper-wrapper {
    height: 93%;
  }
}
.mainContents.newgraduate .interviewSec .swiper-slide {
  width: 471px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainContents.newgraduate .interviewSec .swiper-button-next, .mainContents.newgraduate .interviewSec .swiper-button-prev {
  position: absolute;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .interviewSec .swiper-button-next {
    right: 90px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .interviewSec .swiper-button-prev {
    left: 90px;
  }
}
.mainContents.newgraduate .entriesSec {
  padding: 120px 0 97.5px;
  position: relative;
  background-color: #FEFAFA;
}
.mainContents.newgraduate .entriesSec::before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #E60012;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .entriesSec::before {
    height: 10px;
  }
}
.mainContents.newgraduate .entriesSec__inner {
  width: 950px;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .entriesSec__inner {
    width: 709px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .entriesSec__inner {
    width: 315px;
  }
}
.mainContents.newgraduate .entriesSec h2 {
  width: 165px;
  height: 88px;
  margin-bottom: 40px;
}
.mainContents.newgraduate .entriesSec .s-Flex {
  gap: 32px;
}
.mainContents.newgraduate .entriesSec .s-Flex a {
  width: 459px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .entriesSec {
    padding: 60px 0 60px;
  }
  .mainContents.newgraduate .entriesSec h2 {
    width: 133px;
    height: 44px;
  }
  .mainContents.newgraduate .entriesSec .s-Flex {
    gap: 20px;
  }
  .mainContents.newgraduate .entriesSec .s-Flex a {
    width: 344px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .entriesSec {
    padding: 35px 0 120px;
  }
  .mainContents.newgraduate .entriesSec h2 {
    width: 128px;
    height: 43px;
    margin-bottom: 25px;
  }
  .mainContents.newgraduate .entriesSec .s-Flex {
    gap: 20px;
    flex-direction: column;
  }
  .mainContents.newgraduate .entriesSec .s-Flex a {
    width: 100%;
  }
}
.mainContents.newgraduate .entriesSec__about {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .entriesSec__about {
    gap: 30px;
    margin-top: 60px;
  }
}
.mainContents.newgraduate .entriesSec__about-title {
  font-size: 22px;
  position: relative;
  padding-left: 11px;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .entriesSec__about-title {
    font-size: 19px;
    padding-left: 11px;
  }
}
.mainContents.newgraduate .entriesSec__about-title::before {
  display: block;
  position: absolute;
  content: "";
  background-color: #E60012;
  border-radius: 2px;
  width: 6px;
  height: 27px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .entriesSec__about-title::before {
    border-radius: 3px;
    width: 6px;
    height: 23px;
  }
}
.mainContents.newgraduate .entriesSec__inturn {
  height: 464px;
  padding-top: 94px;
  padding-left: 48px;
  margin-top: 110px;
  background-image: url("../images/img-entries-inturnBg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.mainContents.newgraduate .entriesSec__inturn h3 {
  font-size: 25px;
}
.mainContents.newgraduate .entriesSec__inturn p {
  font-size: 20px;
  width: 569.56px;
  margin-top: 25px;
  margin-bottom: 27px;
}
.mainContents.newgraduate .entriesSec__inturn a {
  display: inline-block;
  width: 403px;
  height: 106px;
}
@media screen and (max-width: 820px) {
  .mainContents.newgraduate .entriesSec__inturn {
    height: 450px;
    padding-top: 120px;
    padding-left: 14px;
    margin-top: 30px;
    background-image: url("../images/img-entries-inturnBg-tab.png");
  }
  .mainContents.newgraduate .entriesSec__inturn h3 {
    font-size: 21px;
  }
  .mainContents.newgraduate .entriesSec__inturn p {
    font-size: 17px;
    width: 390px;
    margin-top: 25px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .mainContents.newgraduate .entriesSec__inturn a {
    width: 269px;
    height: 83px;
  }
}
@media screen and (max-width: 445px) {
  .mainContents.newgraduate .entriesSec__inturn {
    height: 370px;
    padding-top: 25px;
    padding-left: 0px;
    margin-top: 50px;
    background-image: url("../images/img-entries-inturnBg-sp.png");
  }
  .mainContents.newgraduate .entriesSec__inturn h3 {
    font-size: 19px;
  }
  .mainContents.newgraduate .entriesSec__inturn p {
    font-size: 17px;
    width: 315px;
    margin-top: 25px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .mainContents.newgraduate .entriesSec__inturn a {
    width: 290px;
    height: 83px;
    margin: 0 auto;
    display: block;
  }
}