/*Main*/
.c-main{
    margin-top: 120px;
}
.c-main__inner{
    text-align: center;
    margin-bottom: 115px;
}
.c-main__inner img{
    max-width: 100%;
}
@media(max-width: 767px){
    .c-main{
        margin-top: 100px;
    }
}
/*End Main*/
/*Banner*/
.c-banner{
    height: 120px;
    width: 100%;
    position: relative;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(26, 126,174,0.08);
    margin-bottom: 80px;
}

.c-banner__content{
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: #fff;
}
.c-banner__title{
    font-size: 50px;
    font-weight: 600;
    font-family: YuMincho;
    margin-bottom: 47px;
}
.c-banner__txt{
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}

.c-breadcrum {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.c-breadcrum__link {
    display: block;
    letter-spacing: 1.6px;
    font-size: 12px;
    line-height: 2;
}
@media(max-width: 1024px){
    .c-banner__txt{
      font-size: 15px;
    }
    .c-banner__title {
      font-size: 42px;
      margin-bottom: 35px;
    }
    .c-banner{
        height: 300px;
    }
}

@media all and (max-width: 767px) {
    .c-banner{
        height: 90px;
        margin-bottom: 40px;
    }
    .c-banner__content{
        padding: 0 5px;
        bottom: 66px;
    }
    .c-banner__title{
        font-size: 25px;
        margin-bottom: 25px;
    }
    .c-banner__txt{
        font-size: 13px;
    }
    .c-breadcrum {
        padding: 45px 20px;
    }
    .c-breadcrum__link {
        font-size: 11px;
    }
}
/*End Banner*/
/**---------------------------------------------------------*/
/* PAGINATION */
.c-pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 78px;
  }
  .c-pagination .item {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    font-weight: 500;
    font-size: 13px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin: 0 5px;
  }
  .c-pagination .item.prev {
    margin-right: 40px;
    margin-left: 0 !important;
  }
  .c-pagination .item.next {
    margin-left: 40px;
    margin-right: 0 !important;
  }
  .c-pagination .item-arrow img {
    display: block;
    width: 17px;
    height: 17px;
  }
  .c-pagination .item a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  .c-pagination .item:not(.item-arrow) a:hover {
    opacity: 1;
  }
  .c-pagination .item:not(.item-arrow):hover,
  .c-pagination .item.current {
    background: #1A7EAE;
    color: white;
  }
  .c-pagination .item.current,
  .c-pagination .item.item-dot {
    pointer-events: none;
  }
  @media all and (max-width: 767px) {
    .c-pagination {
      margin-top: 30px;
    }
    .c-pagination .item {
      width: 30px;
      height: 30px;
      font-size: 10px;
    }
    .c-pagination .item.prev {
      margin-right: 10px;
    }
    .c-pagination .item.next {
      margin-left: 10px;
    }
  }
/*End Custom*/
.top-block3{
  padding-top: 160px;
}
.top-block3::before{
  background-image: url('../images/pages/bg.png');
  width: 100%;
  height: 728px;
  background-size: cover;
  position: absolute;
  top: -365px;
  left: 0;
  z-index: -1;
}
.c-title2 {
  font-size: 28px;
}
.c-title1 span, .c-title2 span{
  margin-bottom: 3px;
}
@media(max-width: 1024px){
  .c-title2 {
    font-size: 24px;
  }
}
@media(max-width: 767px){
  .c-title2 {
    font-size: 20px;
  }
}
/**-----------------------------------------------------------------------**/
/**Recruit*/
.p-recruit__wrapper{
  max-width: 960px;
}
.p-recruit__imgs{
  gap: 4%;
}
.p-recruit__img{
  width: 48%;
}
.p-recruit__item{
  font-size: 18px;
  color: #1A7EAE;
  border-bottom: 1px dashed #707070;
  padding: 0 20px 13px 45px;
  position: relative;
  line-height: 1.6;
}
.p-recruit__item:last-child{
  border: 0;
  padding-bottom: 0;
}
.p-recruit__item ~ .p-recruit__item{
  margin-top: 13px;
}
.p-recruit__item::before{
  content: '';
  background-image: url('../images/recruit/ic-check.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  top: 1px;
  left: 12px;
}
.p-recruit__note{
  background-color: #EDF5F9;
  border-radius: 20px;
  padding: 35px 45px;
}
@media(max-width: 767px){
  .p-recruit__item{
    font-size: 14px;
    padding-left: 35px;
  }
  .p-recruit__item::before{
    width: 18px;
    height: 18px;
    left: 10px;
  }
}