@charset "UTF-8";
/* CSS Document */

.mainLead {
  padding: 104px 5% 32px;
  margin-bottom: 73px;
  position: relative;
}
.mainLead::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: max(500px,27.9%);
  background: #efeff1;
  z-index: 2;
}
.mainLead::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 95%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.mainLead .mainLeadWrap {
  max-width: 1600px;
  margin: 0 auto 86px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.mainLead .mainLeadWrap figure {
  width: 47.3%;
  padding-left: 1.7%;
}
.mainLead .mainLeadWrap .txtBox {
  width: 48%;
  padding-top: 7.9%;
}
.mainLead .mainLeadWrap h2 {
  line-height: 1.35;
  margin-bottom: 5.8%;
  text-align: left;
}
.mainLead .mainLeadWrap h2 span {
  display: block;
  color: #78c68c;
  font-size: 8rem;
  font-size: clamp(7rem,4.16vw,8rem);
  letter-spacing: 5px;
}
.mainLead .mainLeadWrap h3 {
  font-size: 3.4rem;
  font-size: clamp(2rem,1.77vw,3.4rem);
  letter-spacing: 1.2px;
  margin-bottom: 6.2%;
  line-height: 1.5;
  text-align: left;
}
.mainLead .mainLeadWrap p {
  font-size: 1.8rem;
  font-size: clamp(1.6rem,0.93vw,1.8rem);
  line-height: 1.3;
  margin-bottom: 22px;
}
.mainLead .mainLeadWrap p:last-of-type {
  margin-bottom: 0;
}
.mainLead .mainLeadWrap .annotation {
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 0.83vw, 1.6rem);
}
.mainLead .mainLeadWrap .link a::after {
  content: "";
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2034%2034%22%20style%3D%22enable-background%3Anew%200%200%2034%2034%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%2378c68c%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M34.0009995%2C17c0%2C9.3889999-7.6119995%2C17.0009995-17.0009995%2C17.0009995S-0.0010009%2C26.3889999-0.0010009%2C17%20S7.6109996-0.0010002%2C17-0.0010002S34.0009995%2C7.6109996%2C34.0009995%2C17z%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%3E%20%3Cpolygon%20class%3D%22st1%22%20points%3D%2213.6344795%2C22.5442257%2013%2C21.7016869%2019.2469425%2C17.0002575%2013%2C12.2983131%2013.6344795%2C11.4557743%2021%2C16.9997425%20%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  width: clamp(20px,1.56vw,30px);
  height: clamp(20px,1.56vw,30px);
  margin-left: 0.5vw;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.mainLead .unique {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.mainLead .unique h3 {
  text-align: center;
  color: #78c68c;
  font-size: 3.4rem;
  font-size: clamp(2rem,1.77vw,3.4rem);
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 62px;
}
.mainLead .uniqueList {
  display: grid;
  row-gap: 16% 0;
  grid-template-columns: repeat(2, 1fr);
}
.mainLead .unique dl {
  margin: 0 3.3vw 62px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
.mainLead .unique dt {
  display: flex;
  line-height: 1.3;
  border-bottom: 4px solid #212121;
  padding-bottom: 36px;
  margin-bottom: 28px;
}
.mainLead .unique dt h4 {
  font-size: 2.4rem;
  font-size: clamp(2.2rem,1.25vw,2.4rem);
  letter-spacing: 1px;
}
.mainLead .unique dt span {
  font-size: 3rem;
  font-size: clamp(2.8rem,1.56vw,3rem);
  color: #78c68c;
  font-weight: 300;
  line-height: 1.1;
  margin-right: 22px;
  letter-spacing: 0;
}
.mainLead .unique dd {
  font-size: 1.8rem;
  font-size: clamp(1.6rem,0.93vw,1.8rem);
  line-height: 1.32;
}
.flow {
  padding: 0 3% 97px;
  position: relative;
}
.flow h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  font-size: clamp(1.8rem,1.04vw,2rem);
  line-height: 1.3;
  margin-bottom: 5px;
}
.flow h2 span {
  display: block;
  color: #78c68c;
  font-size: 8rem;
  font-size: clamp(7rem,4.16vw,8rem);
  letter-spacing: 2px;
}
.flowWrap {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
.flowWrap .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
}
.flowWrap dl {
  width: 29.3%;
  margin: 50px 0 0;
  background: #fff;
  position: relative;
  box-shadow: 0px 8px 2px 0px rgba(215, 215, 215, 0.33);
  height: auto;
}
.flowWrap dl::after {
  content: "";
  width: 32.91px;
  height: 32.91px;
  position: absolute;
  left: -11.45px;
  top: -13.45px;
  background: rgba(204, 204, 204, 0.7);
}
.flowWrap dt {
  text-align: center;
  font-size: 2.2rem;
  font-size: clamp(2rem,1.14vw,2.2rem);
  font-weight: bold;
  padding: 10px 3%;
  border-bottom: 2px solid #efeff1;
  height: 137px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flowWrap dd {
  font-size: 1.8rem;
  font-size: clamp(1.6rem,0.93vw,1.8rem);
  padding: 38px 13% 42px;
  line-height: 1.32;
}
.flow .annotation {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  font-size: clamp(1.8rem,1.04vw,2rem);
  margin-top: 34px;
}
.skill {
  padding: 5.4% 3%;
  background: url(../img/jobfield/skill_bg.webp) no-repeat;
  background-size: cover;
}
.no-webp .skill {
  background: url(../img/jobfield/skill_bg.jpg) no-repeat;
  background-size: cover;
}
.skillWrap {
  max-width: 1382px;
  margin: 0 auto;
  padding: 66px 3% 33px;
  border-radius: 57px;
  box-shadow: 0px 11px 15px 0px rgba(43, 73, 55, 0.6);
  background: #fff;
}
.skillWrap h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  font-size: clamp(1.8rem,1.04vw,2rem);
  line-height: 1.8;
  margin-bottom: 55px;
}
.skillWrap h2 span {
  display: block;
  font-size: 3.4rem;
  font-size: clamp(2.2rem,1.77vw,3.4rem);
  letter-spacing: 1px;
}
.skillWrap h3 {
  text-align: center;
  margin-bottom: 50px;
}
.skillWrap h3 span {
  display: inline-block;
  font-size: 2.4rem;
  font-size: clamp(2rem,1.25vw,2.4rem);
  padding: 3px 15px;
  letter-spacing: 1px;
  color: #fff;
  background: #78c68c;
}
.skillWrap .notes {
  max-width: 1040px;
  margin: 0 auto;
}
.skillWrap .notes p {
  font-size: 1.8rem;
  font-size: clamp(1.6rem,0.93vw,1.8rem);
  line-height: 1.45;
  margin-bottom: 22px;
}
.faq {
  padding: 74px 3% 98px;
  background: #fff;
}
.faq h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  font-size: clamp(1.8rem,1.04vw,2rem);
  line-height: 1.3;
  margin-bottom: 28px;
}
.faq h2 span {
  display: block;
  color: #78c68c;
  font-size: 8rem;
  font-size: clamp(7rem,4.16vw,8rem);
  letter-spacing: 5px;
}
.faq .details {
  display: flex;
  max-width: 1270px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.faq .details figure {
  width: 48%;
  padding-top: 30px;
}
.faq .details .txtBox {
  width: 50%;
}
.faq .details dl {
  border-bottom: 2px solid #212121;
}
.faq .details dt {
  font-size: 1.8rem;
  font-size: clamp(1.5rem,0.93vw,1.8rem);
  display: block;
  padding: 5.8% 80px 5.8% 6.5%;
  position: relative;
  display: flex;
  line-height: 1.4;
  cursor: pointer;
}
.faq .details dt span {
  font-size: 3rem;
  font-size: clamp(2.8rem,1.56vw,3rem);
  color: #78c68c;
  font-weight: 300;
  margin-right: 17px;
  line-height: 0.8;
}
.faq .details dt.circleArrow::before {
  background: #78c68c;
  right: 5.5%;
}
.faq .details dt.circleArrow::after {
  right: 5.5%;
  transform: rotate(90deg);
  transition: all .25s ease-in;
}
.faq .details dt.isActive.circleArrow::after {
  transform: rotate(-90deg);
}
.faq .details dd {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: .5s;
  margin: 0;
}
.faq .details dd div {
  font-size: clamp(1.6rem, 0.93vw, 1.8rem);
  line-height: 1.34;
  padding: 0 16% 7% 14%;
}
.faq .details dd a {
  color: #78c68c;
  text-decoration: underline;
}
.faq .details dd a::after {
  content: "";
  background: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2013%2010%22%20style%3D%22enable-background%3Anew%200%200%2013%2010%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%2378c68c%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%3E%3C%2Fg%3E%3Cg%20id%3D%22%E7%B7%A8%E9%9B%86%E3%83%A2%E3%83%BC%E3%83%89%22%3E%20%3Cg%3E%20%3Crect%20x%3D%220.2500601%22%20y%3D%222.7498825%22%20class%3D%22st0%22%20width%3D%2210%22%20height%3D%227%22%2F%3E%20%3Cpolygon%20class%3D%22st0%22%20points%3D%2212.7499399%2C7.749629%2011.7499399%2C7.749629%2011.7499399%2C1.2501174%202.2499399%2C1.2501174%202.2499399%2C0.2501175%2012.7499399%2C0.2501175%20%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat;
  background-size: contain;
  width: 13px;
  height: 10px;
  display: inline-block;
  margin: 0 4px;
}
.jobField .square01 {
  width: 1.7vw;
  right: 14%;
  top: 11%;
}
.jobField .square02 {
  width: 2.54vw;
  right: 8.7%;
  top: 17.1%;
}
.jobField .square03 {
  width: 3.95vw;
  left: 13.3%;
  top: -10.6%;
}
.jobField .square04 {
  width: 1.71vw;
  right: 13.7%;
  top: -2.8%;
}
.jobField .square05 {
  width: 1.71vw;
  left: 7.6%;
  bottom: 15%;
}
.jobField .square06 {
  width: 2.67vw;
  right: 1.8%;
  bottom: 7.5%;
}
.jobField .square span {
  background: #77c58b;
}
.nextContents.applicationEngineer .nav01 a {
  pointer-events: none;
  color: #aeaeae;
}
.nextContents.infrastructureEngineer .nav02 a {
  pointer-events: none;
  color: #aeaeae;
}
.nextContents.securityEngineer .nav03 a {
  pointer-events: none;
  color: #aeaeae;
}
.nextContents.securityJbs .nav04 a {
  pointer-events: none;
  color: #aeaeae;
}
.nextContents.customerEngineer .nav05 a {
  pointer-events: none;
  color: #aeaeae;
}
@media only screen and (max-width:749px) {
  .mainLead {
    padding: 0 6.5% 1.5%;
    margin-bottom: 0;
  }
  .mainLead::before {
    width: 100%;
    height: 9%;
  }
  .mainLead::after {
    width: 100%;
    height: 100%;
  }
  .mainLead .mainLeadWrap {
    max-width: none;
    margin: 0 auto 10%;
    display: block;
  }
  .mainLead .mainLeadWrap figure {
    width: 100%;
    padding: 0 0 7.8%;
  }
  .mainLead .mainLeadWrap .txtBox {
    width: 100%;
    padding-top: 0;
  }
  .mainLead .mainLeadWrap h2 {
    line-height: 1.35;
    margin-bottom: 6.8%;
    text-align: center;
  }
  .mainLead .mainLeadWrap h2 span {
    font-size: 10.66vw;
    letter-spacing: 2px;
  }
  .mainLead .mainLeadWrap h3 {
    font-size: 4.26vw;
    margin: 0 0 8.2%;
    text-align: center;
  }
  .mainLead .mainLeadWrap p {
    font-size: 3.2vw;
    line-height: 1.42;
    margin: 0 6% 5%;
  }
  .mainLead .mainLeadWrap .annotation {
    font-size: 2.66vw;
  }
  .mainLead .mainLeadWrap .link a::after {
    width: 4.53vw;
    height: 4.53vw;
    margin-left: 1vw;
    position: relative;
    top: -2px;
  }
  .mainLead .unique {
    max-width: none;
  }
  .mainLead .unique h3 {
    font-size: 4.26vw;
    letter-spacing: 1px;
    margin: 0 0 9%;
  }
  .mainLead .uniqueList {
    display: block;
  }
  .mainLead .unique dl {
    max-width: none;
    width: 100%;
    margin: 0 0 10%;
    height: 100%;
    display: block;
  }
  .mainLead .unique dt {
    line-height: 1.3;
    border-bottom: 2px solid #212121;
    padding: 0 3% 5%;
    margin-bottom: 3.8%;
  }
  .mainLead .unique dt h4 {
    font-size: 3.73vw;
    letter-spacing: 1px;
  }
  .mainLead .unique dt span {
    font-size: 4vw;
    margin-right: 2vw;
    line-height: 1.2;
  }
  .mainLead .unique dd {
    font-size: 3.2vw;
    line-height: 1.4;
    padding: 0 3%;
  }
  .flow {
    padding: 17% 6.5% 10%;
    width: 100%;
    overflow: hidden;
  }
  .flow h2 {
    font-size: 2.66vw;
    letter-spacing: 0.4px;
    margin-bottom: 10%;
  }
  .flow h2 span {
    font-size: 10.66vw;
  }
  .flowWrap {
    max-width: none;
  }
  .flowWrap .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .flowWrap dl {
    margin: 0;
  }
  .flowWrap dl::after {
    content: "";
    width: 4.38vw;
    height: 4.38vw;
    left: -1.7vw;
    top: -1.7vw;
  }
  .flowWrap dt {
    font-size: 3.73vw;
    padding: 3%;
    border-bottom: 1px solid #efeff1;
    height: 18.5vw;
  }
  .flowWrap dd {
    font-size: 3.2vw;
    padding: 12% 13% 16%;
    line-height: 1.32;
  }
  .flow .swiper-button-prev,
  .flow .swiper-button-next {
    background: rgba(119, 197, 139, 0.66);
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .flow .swiper-button-prev {
    left: -4%;
  }
  .flow .swiper-button-next {
    right: -4%;
  }
  .flow .annotation {
    font-size: 3.2vw;
    margin-top: 6%;
  }
  .skill {
    padding: 10.4% 6.5%;
    background: url(../img/jobfield/skill_bg_sp.webp) no-repeat;
    background-size: cover;
  }
  .no-webp .skill {
    background: url(../img/jobfield/skill_bg_sp.jpg) no-repeat;
    background-size: cover;
  }
  .skillWrap {
    max-width: none;
    padding: 13% 0 7%;
    border-radius: 7.6vw;
  }
  .skillWrap h2 {
    font-size: 3.2vw;
    line-height: 2.2;
    margin-bottom: 5%;
  }
  .skillWrap h2 span {
    font-size: 4.26vw;
  }
  .skillWrap h3 {
    margin-bottom: 5%;
  }
  .skillWrap h3 span {
    display: block;
    font-size: 4.26vw;
    padding: 1vw 0;
  }
  .skillWrap .notes {
    max-width: none;
    padding: 0 7.5%;
  }
  .skillWrap .notes p {
    font-size: 3.2vw;
    line-height: 1.45;
    margin-bottom: 5%;
  }
  .faq {
    padding: 8% 6.5% 11%;
  }
  .faq h2 {
    font-size: 2.66vw;
    letter-spacing: 0.4px;
    margin-bottom: 11.5%;
  }
  .faq h2 span {
    font-size: 10.66vw;
  }
  .faq .details {
    display: block;
    max-width: none;
  }
  .faq .details figure {
      width: 87%;
      padding-top: 0;
      margin: 0 auto 1%;
  }
  .faq .details .txtBox {
    width: 100%;
  }
  .faq .details dl {
    border-bottom: 1px solid #212121;
  }
  .faq .details dt {
    font-size: 3.73vw;
    padding: 5.5% 12vw 5.3% 3.5%;
  }
  .faq .details dt span {
    font-size: 5.33vw;
    margin-right: 3vw;
    line-height: 1;
  }
  .faq .details dt.circleArrow::before {
    right: 4.5%;
    width: 4.53vw;
    height: 4.53vw;
    top: 26%;
    bottom: auto;
  }
  .faq .details dt.circleArrow::after {
    right: 4.5%;
    width: 4.53vw;
    height: 4.53vw;
    top: 26%;
    bottom: auto;
  }
  .faq .details dd div {
    font-size: 3.2vw;
    line-height: 1.34;
    padding: 0 8% 4.5% 7%;
  }
  .faq .details dd a::after {
    width: 3.06vw;
    height: 2.26vw;
    margin: 0 1vw;
  }
  .jobField .square01 {
    width: 4.36vw;
    right: 17%;
    top: 25%;
  }
  .jobField .square02 {
    width: 6.51vw;
    right: 3.7%;
    top: 28.8%;
  }
  .jobField .square03 {
    width: 5.59vw;
    left: 12.3%;
    top: 5.4%;
  }
  .jobField .square04 {
    width: 3.43vw;
    right: 12.7%;
    top: 25.2%;
  }
  .jobField .square05 ,
  .jobField .square06 {
    display: none;
  }
}