.c-columns--col5{
    display: flex;
    flex-wrap: nowrap;
}
.c-columns--col5 > .c-columns__col{
    width: 240px;
    margin-right: 0;
}
.c-columns h3{
    font-size: 1.8rem;
    text-align: center;
}
.c-box_01{
    display: grid;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 0;
}
.c-box_01_icon{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 70px;
    text-align: center;
}
.c-box_01_number{
    font-size: 5.8rem;
    color: #01489A;
    font-weight: bold;
    text-align: center;
}
.c-box_01_number span{
    font-size: 2.9rem;
}
.c-columns__col--modal02{
    align-items: center;
}
.c-link_single{
    margin-left: 0;
}
.c-link_single::before{
    left: 100%;
}
.c-modal .c-modal__contents{
    height: auto;
}
.c-modal__inner{
    height: auto;
}
.c-modal img{
    display: block;
    margin: 0 auto;
}
.c-modal--01 .c-modal__contents_inner{
    padding: 0;
}
.c-modal__contents_inner .u-flex{
    justify-content: space-between;
}
.c-modal_image_wrapper{
    width: 50%;
}
.c-modal_text{
    width: 46%;
}
.img_recruitTop{
    margin-bottom: 57px;
}
.concept figure{
    border: solid #DBDBDB 1px;
}
.worklife .c-columns--col3{
    margin-bottom: 0;
}
.entry .c-link_img{
    display: flex;
    justify-content: center;
}
.u-flex{
    display: flex;
    gap: 35px;
}
.u-flex--center{
    align-items: center;
}
.u-button{
    display: inline;
    background-color: transparent;
    color: #00387D;
    font-size: 1.8rem;
    font-weight: bold;
}
.u-text-note--female{
    margin-top: -10px;
    margin-bottom: -10px;
}
@media screen and (max-width: 781.9px){
    .c-columns--col5{
        flex-wrap: wrap;
    }
    .c-columns--col5 > .c-columns__col{
        width: 50%;
        padding-bottom: 20px;
    }
    .c-columns--col5 > .c-columns__col{
        margin-bottom: 20px;
    }
    .c-columns--col5 > .c-columns__col:nth-of-type(odd){
        border-right: solid 1px #dcdcdc;
    }
    .c-columns--col5 .c-link_anchor{
        padding-bottom: 10px;
        font-size: 1.4rem;
    }
    .c-columns--col5 .c-link_anchor::after{
        bottom: -14px;
    }
    .c-columns__col:not(:last-child){
        margin-bottom: 20px;
    }
    .worklife .c-columns--sp_col3{
        margin-bottom: 20px;
    }
    .c-modal_image_wrapper{
        width: 100%;
    }
    .c-modal_text{
        width: 100%;
    }
    .c-box_01 > h3 + .c-text--note{
        margin-top: -8px;
    }
    .c-box_01_data{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 18px;
    }
    .c-box_01_icon{
        margin: 0;
        object-fit: contain;
    }
    .c-box_01_number{
        font-size: 4.8rem;
    }
    .c-box_01_data--spaceBetween{
        justify-content: space-between;
        gap: 0;
    }
    .c-box_01_data--spaceBetween .c-box_01_icon{
        height: 60px;
    }
    .u-flex{
        flex-wrap: wrap;
    }
}


.qa-area .c-link_qa {
    cursor: pointer;
}

.c-section.qa .modal_title {
  border-bottom: 1px solid #dfdfdf;
  color: #333;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 30px 40px 30px 60px;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 782px), print {
  .c-section.qa .modal_title {
    padding: 30px 40px 30px 70px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.c-section.qa .modal_title::before {
  background-color: #fcc800;
  border-radius: 50%;
  color: #333;
  content: "Q";
  font-size: 1.6rem;
  font-weight: bold;
  height: 30px;
  left: 10px;
  margin-top: -14px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
}

@media screen and (min-width: 782px), print {
  .c-section.qa .modal_title::before {
    left: 20px;
  }
}

.c-section.qa .modal_txt {
  color: #333;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 30px 40px 30px 60px;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 782px), print {
  .c-section.qa .modal_txt {
    padding: 30px 40px 30px 70px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.c-section.qa .modal_txt::before {
  background-color: #00387d;
  border-radius: 50%;
  color: #fff;
  content: "A";
  font-size: 1.6rem;
  font-weight: bold;
  height: 30px;
  left: 10px;
  margin-top: -14px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
}

@media screen and (min-width: 782px), print {
  .c-section.qa .modal_txt::before {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}