/* arguments inittial */
/* font style */
/* site style */
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.sec-anchors {
  padding: 116px 24px 93px;
}

@media (max-width: 767px) {
  .sec-anchors {
    padding-top: 74px;
    padding-bottom: 42px;
  }
}

.sec-anchors .content-sec {
  max-width: 1170px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sec-anchors ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media (min-width: 768px) {
  .sec-anchors ul li {
    width: 22.22%;
    margin-right: 3.7%;
  }
  .sec-anchors ul li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .sec-anchors ul li {
    margin-bottom: 20px;
  }
}

.sec-anchors ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  padding-bottom: 28px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .sec-anchors ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}

.sec-anchors ul li a:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: #000;
}

.sec-anchors ul li a:after {
  position: absolute;
  content: '';
  background: url("/assets/img/common/icon/ico_arr_blue.svg") no-repeat;
  background-size: 100% 100%;
  width: 22px;
  height: 22px;
  right: 9px;
  top: 3px;
}

@media (max-width: 767px) {
  .sec-anchors ul li a:after {
    top: 2px;
  }
}

.tit-sec {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2.5px;
  margin-bottom: 76px;
}

@media (max-width: 767px) {
  .tit-sec {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 1px;
    margin-bottom: 44px;
  }
}

.content-sec {
  max-width: 1170px;
  margin: 0 auto;
}

.table-company tr th {
  text-align: left;
}

@media (min-width: 768px) {
  .table-company tr th {
    vertical-align: top;
    padding: 16px 30px;
  }
}

@media (max-width: 767px) {
  .table-company tr th {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 768px) {
  .table-company tr td {
    padding: 16px 30px !important;
  }
  .table-company tr td p {
    margin-bottom: 24px;
  }
}

.sec-anchor-1 {
  margin-bottom: 112px;
  padding: 20px 24px 0;
}

@media (max-width: 767px) {
  .sec-anchor-1 {
    margin-bottom: 62px;
  }
}

.sec-anchor-2 {
  padding: 20px 24px 0;
  margin-bottom: 112px;
}

@media (max-width: 767px) {
  .sec-anchor-2 {
    margin-bottom: 62px;
  }
}

.sec-anchor-2 .content-sec {
  max-width: 1000px;
}

.sec-anchor-2 .box-step {
  position: relative;
}

.sec-anchor-2 .box-step:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  border-left: dashed 1px #000000;
  top: 0;
  left: 112px;
}

@media (max-width: 767px) {
  .sec-anchor-2 .box-step:before {
    left: 38px;
  }
}

.sec-anchor-2 .box-step .row {
  position: relative;
  border: solid 1px #CFD3E3;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 22px 0 24px;
}

.sec-anchor-2 .box-step .row:last-child {
  margin-bottom: 0;
}

.sec-anchor-2 .box-step .row.row-blue {
  background: #13429B;
}

.sec-anchor-2 .box-step .row.row-blue .number {
  color: #fff;
}

.sec-anchor-2 .box-step .row.row-blue .content {
  color: #fff;
}

@media (max-width: 767px) {
  .sec-anchor-2 .box-step .row {
    border-radius: 5px;
    padding: 17px 0;
    margin-bottom: 17px;
  }
}

.sec-anchor-2 .box-step .row .number {
  width: 224px;
  text-align: center;
  font-family: "Arial";
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #13429B;
}

@media (max-width: 767px) {
  .sec-anchor-2 .box-step .row .number {
    font-size: 18px;
    font-size: 1.8rem;
    width: 76px;
  }
}

.sec-anchor-2 .box-step .row .content {
  width: calc(100% - 224px);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: .8px;
}

@media (max-width: 767px) {
  .sec-anchor-2 .box-step .row .content {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    width: calc(100% - 76px);
    padding: 0 15px 0 23px;
  }
}

.sec-anchor-3 {
  margin-bottom: 100px;
  padding: 20px 24px 0;
}

@media (max-width: 767px) {
  .sec-anchor-3 {
    margin-bottom: 60px;
  }
}

.sec-anchor-3 .list-qa .item {
  margin-bottom: 8px;
  background: #F3F5FB;
  padding: 27px 52px 25px;
  border-radius: 8px;
  margin-left: 28px;
  position: relative;
  cursor: pointer;
  transition: all .3s;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  .sec-anchor-3 .list-qa .item:hover {
    opacity: .7;
  }
}

.sec-anchor-3 .list-qa .item:last-child {
  margin-bottom: 0;
}

.sec-anchor-3 .list-qa .item.show-ans {
  opacity: 1 !important;
}

.sec-anchor-3 .list-qa .item.show-ans:after {
  display: none;
}

@media (max-width: 767px) {
  .sec-anchor-3 .list-qa .item {
    margin-left: 13px;
    padding: 13px 35px 13px 29px;
  }
}

.sec-anchor-3 .list-qa .item:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  background: #FABB3C;
  top: 39px;
  right: 24px;
}

@media (max-width: 767px) {
  .sec-anchor-3 .list-qa .item:before {
    width: 12px;
    height: 2px;
    top: 25px;
    right: 12px;
  }
}

.sec-anchor-3 .list-qa .item:after {
  position: absolute;
  content: '';
  width: 3px;
  height: 20px;
  background: #FABB3C;
  top: 30px;
  right: 32px;
}

@media (max-width: 767px) {
  .sec-anchor-3 .list-qa .item:after {
    width: 2px;
    height: 12px;
    top: 20px;
    right: 17px;
  }
}

.sec-anchor-3 .list-qa .item .ques {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .sec-anchor-3 .list-qa .item .ques {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
  }
}

.sec-anchor-3 .list-qa .item .ques:before {
  position: absolute;
  content: '';
  background: url("/assets/img/recruit/newgrad/ico_ques.svg") no-repeat;
  background-size: 100% 100%;
  width: 56px;
  height: 48px;
  left: -80px;
  top: -10px;
}

@media (max-width: 767px) {
  .sec-anchor-3 .list-qa .item .ques:before {
    width: 30px;
    height: 26px;
    top: 0;
    left: -42px;
  }
}

.sec-anchor-3 .list-qa .item .ans {
  margin-top: 18px;
  margin-bottom: 3px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  display: none;
  position: relative;
  margin-left: -80px;
  padding-left: 80px;
  z-index: 1;
}

@media (max-width: 767px) {
  .sec-anchor-3 .list-qa .item .ans {
    padding-left: 42px;
    margin-left: -42px;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

.sec-anchor-3 .list-qa .item .ans:before {
  position: absolute;
  content: '';
  background: url("/assets/img/recruit/newgrad/ico_ans.svg") no-repeat;
  background-size: 100% 100%;
  width: 56px;
  height: 48px;
  left: 0;
  top: 4px;
}

@media (max-width: 767px) {
  .sec-anchor-3 .list-qa .item .ans:before {
    width: 30px;
    height: 26px;
    top: 2px;
  }
}

.sec-anchor-4 {
  padding: 20px 24px 0;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .sec-anchor-4 {
    margin-bottom: 0;
  }
}

.sec-anchor-4 .content-sec {
  border: solid 10px #F3F5FC;
  background: #fff;
  padding: 83px 20px 70px;
  text-align: center;
}

@media (max-width: 767px) {
  .sec-anchor-4 .content-sec {
    border-width: 8px;
    padding: 50px 32px 48px;
  }
}

.sec-anchor-4 .content-sec .tit-sec {
  margin-bottom: 44px;
}

@media (max-width: 767px) {
  .sec-anchor-4 .content-sec .tit-sec {
    margin-bottom: 13px;
  }
}

.sec-anchor-4 .content-sec .desc {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 58px;
}

@media (max-width: 767px) {
  .sec-anchor-4 .content-sec .desc {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
    margin-bottom: 25px;
  }
}

.sec-anchor-4 .content-sec .list-logo {
  max-width: 676px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sec-anchor-4 .content-sec .list-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media (min-width: 768px) {
  .sec-anchor-4 .content-sec .list-logo li {
    width: 47.78%;
    margin-right: 4.44%;
  }
  .sec-anchor-4 .content-sec .list-logo li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .sec-anchor-4 .content-sec .list-logo li {
    margin-bottom: 14px;
  }
  .sec-anchor-4 .content-sec .list-logo li:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .banner_mynavi {
    margin-top: 10.49px;
  }
}