@charset "UTF-8";
@media (max-width: 1020px) {
  /* ヘッダー */
  header {
    width: 100%;
  }
  header nav ul {
    display: none;
  }
  header nav #nav-drawer {
    display: block;
  }
}

@media (max-width: 560px) {
  html {
    font-size: 12px;
  }
  .br-ip {
    display: block;
  }
  .br-pc {
    display: none;
  }
  h2 {
    font-size: 2rem;
  }
  .color-main {
    padding-left: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .color-main::before {
    width: 1.7rem;
  }
  /* ヘッダー */
  header {
    width: 100%;
    height: 5.83rem;
    margin: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  header nav #nav-drawer .nav-unshown {
    display: none;
  }
  header nav .logo {
    margin-left: -1.6rem;
    padding-right: 0;
  }
  header nav .logo img {
    margin-top: 0.1rem;
  }
  header nav .logo p {
    line-height: 1.8rem;
    font-size: 1rem;
    margin-left: 0.8rem;
    margin-top: -0.4rem;
  }
  /* ファーストビュー */
  main {
    height: 67rem;
  }
  main .main-background .main-background-pc {
    display: none;
  }
  main .main-background .main-background-ip {
    display: block;
    width: 100%;
    height: 67rem;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 6rem;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  main .main-container {
    width: 100%;
    height: 67rem;
    overflow: hidden;
  }
  main .main-container .medal-pc {
    display: none;
  }
  main .main-container .medal-ip {
    display: block;
    width: 10rem;
    height: auto;
    padding-top: 1.5rem;
    padding-left: 2rem;
    position: relative;
    z-index: 2;
  }
  main .main-container .main-title {
    width: 95%;
    position: relative;
    margin-top: -1rem;
  }
  main .main-container .main-title h2 {
    font-size: 1.1rem;
    padding-left: 2rem;
  }
  main .main-container .main-title h1 {
    font-size: 3.3rem;
    padding-left: 1rem;
    text-align: left;
    margin-top: -0.2rem;
    white-space: nowrap;
  }
  main .main-container .main-title h1 .small {
    font-size: 2.5rem;
  }
  main .main-container .main-title h1 .ip-del {
    display: none;
  }
  main .main-container .br-title {
    display: block;
    width: 95%;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    position: relative;
    z-index: 3;
    text-align: right;
    margin-top: -0.8rem;
  }
  main .main-container .br-title h1 {
    font-size: 3.3rem;
    font-weight: 600;
    color: white;
    padding-top: 0.4rem;
  }
  main .main-container .woman-ip {
    display: block;
    width: 100%;
    height: 56rem;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  main .main-container .woman-ip .woman-ip-img {
    width: 95%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  main .main-container .woman-pc {
    display: none;
  }
  main .main-container .main-btn {
    width: 26.5rem;
    position: absolute;
    top: 56rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
  }
  main .main-container .main-btn .flex .btn-img-pc {
    display: none;
  }
  main .main-container .main-btn .flex .btn-img-ip {
    display: block;
    width: 100%;
    height: auto;
  }
  /* 詳細部 */
  .detail {
    height: auto;
    padding-bottom: 5.7rem;
  }
  .detail .detail-container {
    width: 100%;
    padding-top: 3.75rem;
  }
  .detail .detail-container h3 {
    font-size: 1.5rem;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.4px;
  }
  .detail .detail-container .detail-items {
    width: 100%;
    margin-top: 2rem;
  }
  .detail .detail-container .detail-items .detail-item {
    width: 25%;
  }
  .detail .detail-container .detail-items .detail-item p {
    font-size: 1rem;
    white-space: nowrap;
  }
  .detail .detail-container .detail-items .detail-item .detail-text {
    font-size: 2rem;
  }
  /* 強み */
  .service {
    height: auto;
    padding-bottom: 9rem;
  }
  .service .service-strength {
    height: auto;
  }
  .service .service-strength .strength-header {
    width: 85%;
  }
  .service .service-strength .strength-contents {
    width: 25rem;
    padding-top: 2.2rem;
  }
  .service .service-strength .strength-contents .strength-content {
    padding-top: 5.2rem;
  }
  .service .service-strength .strength-contents .strength-content p {
    text-align: left;
    font-size: 1rem;
    line-height: 2.8rem;
  }
  .service .service-strength .strength-contents .strength-content p .br-ip {
    display: block;
  }
  .service .service-strength .strength-contents .strength-content span {
    font-size: 2rem;
  }
  .service .service-strength .strength-contents .strength-content img {
    width: 4.1rem;
    height: 4.1rem;
    margin-right: 2.5rem;
  }
  /* 求人情報 */
  .matter {
    height: auto;
  }
  .matter .matter-header .color-main {
    font-size: 1.5rem;
  }
  .matter .matter-header h2 {
    margin-bottom: 0.6rem;
  }
  .matter .matter-header h3 {
    font-size: 1rem;
    line-height: 2rem;
  }
  .matter .matter-contents {
    width: 82%;
  }
  .matter .matter-contents .slick-dots {
    margin-bottom: 0rem;
  }
  .matter .matter-contents .slick-dots li {
    margin: 20px 3px 0 3px;
  }
  .matter .matter-contents .slick-dots li button:before {
    font-size: 0.4px;
  }
  .matter .matter-contents .slick-prev:after {
    right: -0.2rem;
    top: -1rem;
  }
  .matter .matter-contents .slick-next:after {
    top: -1.3rem;
    right: 0.2rem;
  }
  .matter .matter-contents .matter-content img {
    height: 16rem;
  }
  .matter .matter-contents .matter-content .matter-text {
    padding-top: 2rem;
    font-size: 1rem;
  }
  .matter .matter-contents .matter-content .matter-points {
    padding-top: 2rem;
  }
  .matter .matter-contents .matter-content .matter-points .matter-point {
    margin-right: 0.5rem;
  }
  .matter .matter-contents .matter-content .matter-points .matter-point p {
    font-size: 1rem;
    font-weight: normal;
  }
  /* value */
  .value {
    height: auto;
  }
  .value .value-container {
    width: 85%;
  }
  .value .value-container .value-header .color-main {
    font-size: 1.5rem;
  }
  .value .value-container .value-header h2 {
    margin-bottom: 0.6rem;
  }
  .value .value-container .value-header h3 {
    font-size: 1rem;
    line-height: 2rem;
  }
  .value .value-container .value-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.4rem;
  }
  .value .value-container .value-items .value-item {
    width: 85%;
    margin-top: 5rem;
  }
  .value .value-container .value-items .value-item img {
    width: 6.7rem;
    height: 6.7rem;
  }
  .value .value-container .value-items .value-item .item-header {
    font-size: 1.5rem;
    line-height: 2.6rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .value .value-container .value-items .value-item .item-text {
    font-size: 1rem;
    line-height: 2.4rem;
  }
  /* 転職の流れ */
  .flow {
    height: auto;
    padding-bottom: 45rem;
    position: relative;
  }
  .flow .flow-header {
    width: 85%;
  }
  .flow .flow-header .color-main {
    font-size: 1.5rem;
  }
  .flow .flow-header h2 {
    margin-bottom: 0.6rem;
  }
  .flow .flow-header h3 {
    font-size: 1rem;
    line-height: 2rem;
  }
  .flow .flow-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2rem;
  }
  .flow .flow-contents .flow-content {
    width: 94%;
    height: auto;
    margin-bottom: 4.6rem;
  }
  .flow .banner {
    width: 100%;
    height: 43rem;
    background: url(../IMAGE/banner-ip.png) no-repeat;
    background-position: top center;
    background-size: auto 21rem;
    background-color: #F6FFFE;
    position: absolute;
    bottom: 0;
  }
  .flow .banner a .banner-text {
    padding-top: 24rem;
  }
  .flow .banner a .banner-text h2 {
    font-size: 3rem;
    line-height: 5.2rem;
  }
  .flow .banner a .banner-text p {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    font-size: 1rem;
  }
  .flow .banner a .banner-text .banner-box {
    width: 100%;
    height: 4.2rem;
  }
  .flow .banner a .banner-text .banner-box img {
    margin-top: 0.8rem;
  }
  .flow .banner a .banner-text .banner-box p {
    margin-top: -3.8rem;
    margin-left: 28%;
    font-size: 1.5rem;
  }
  /* 選ばれる理由 */
  .reason {
    height: auto;
    padding-top: 6.5rem;
  }
  .reason .reason-header {
    width: 85%;
  }
  .reason .reason-container {
    width: 94%;
  }
  .reason .reason-container .reason-content {
    height: auto;
  }
  .reason .reason-container .reason-content .header1 {
    font-size: 4rem;
    top: -3%;
  }
  .reason .reason-container .reason-content .header2 {
    font-size: 4rem;
    top: 0;
    left: 4%;
  }
  .reason .reason-container .reason-content .header3 {
    font-size: 4rem;
    top: 5%;
  }
  .reason .reason-container .reason-content .content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    position: relative;
  }
  .reason .reason-container .reason-content .content-container .reason-text1 {
    width: 100%;
  }
  .reason .reason-container .reason-content .content-container .reason-text1 h3 {
    margin-top: 2.2rem;
    margin-bottom: 3.5rem;
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  .reason .reason-container .reason-content .content-container .reason-text1 h3::after {
    width: 4.2rem;
    bottom: -1.8rem;
  }
  .reason .reason-container .reason-content .content-container .reason-text1 p {
    line-height: 1.8rem;
  }
  .reason .reason-container .reason-content .content-container .reason-text2 {
    width: 100%;
    margin-left: 0;
  }
  .reason .reason-container .reason-content .content-container .reason-text2 h3 {
    margin-top: 22.5rem;
    margin-bottom: 3.5rem;
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  .reason .reason-container .reason-content .content-container .reason-text2 h3::after {
    width: 4.2rem;
    bottom: -1.8rem;
  }
  .reason .reason-container .reason-content .content-container .reason-text2 p {
    line-height: 1.8rem;
  }
  .reason .reason-container .reason-content .content-container .reason-text3 {
    width: 100%;
    margin-bottom: 4rem;
  }
  .reason .reason-container .reason-content .content-container .reason-text3 h3 {
    margin-top: 2rem;
    margin-bottom: 3.5rem;
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  .reason .reason-container .reason-content .content-container .reason-text3 h3::after {
    width: 4.2rem;
    bottom: -1.8rem;
  }
  .reason .reason-container .reason-content .content-container .reason-text3 p {
    line-height: 1.8rem;
  }
  .reason .reason-container .reason-content .content-container .img-size1 {
    display: none;
  }
  .reason .reason-container .reason-content .content-container .img-size2 {
    display: none;
  }
  .reason .reason-container .reason-content .content-container .img-size3 {
    display: none;
  }
  .reason .reason-container .reason-content .content-container .img-size1-ip {
    display: block;
    height: 15.9rem;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 2.2rem;
    margin-left: -3rem;
  }
  .reason .reason-container .reason-content .content-container .img-size2-ip {
    display: block;
    height: 15.9rem;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: -3rem;
    position: absolute;
    top: 4rem;
  }
  .reason .reason-container .reason-content .content-container .img-size3-ip {
    display: block;
    height: 15.9rem;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 3.2rem;
    margin-left: -3rem;
  }
  /* 他社比較 */
  .comparison {
    height: auto;
    padding-bottom: 6rem;
  }
  .comparison .comparison-header {
    width: 85%;
    padding-top: 6rem;
  }
  .comparison .comparison-header .color-main {
    font-size: 1.5rem;
  }
  .comparison .comparison-header h2 {
    margin-bottom: 0.6rem;
  }
  .comparison .comparison-header h3 {
    font-size: 1rem;
    line-height: 2rem;
  }
  .comparison .table-box .compotision-table {
    margin-top: 10rem;
    min-width: 68rem;
  }
  .comparison .table-box .compotision-table tbody tr th, .comparison .table-box .compotision-table tbody tr td {
    width: 13.5rem;
    height: 5rem;
  }
  /* 利用者の声 */
  .user {
    height: auto;
    padding-top: 6rem;
  }
  .user .user-header {
    width: 85%;
    margin-bottom: 2.5rem;
  }
  .user .user-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .user .user-contents .user-content {
    width: 100%;
    height: auto;
    padding-bottom: 4rem;
    margin-bottom: 3.4rem;
  }
  .user .user-contents .user-content .user-headline {
    padding: 2.5rem 0;
  }
  .user .user-contents .user-content .user-headline p {
    font-size: 1rem;
    padding-left: 1.7rem;
  }
  .user .user-contents .user-content img {
    height: 13.3rem;
  }
  .user .user-contents .user-content h4 {
    font-size: 1.5rem;
    padding: 0 1.7rem;
    padding-bottom: 2rem;
    font-weight: 500;
    line-height: 2.4rem;
  }
  .user .user-contents .user-content p {
    font-size: 1rem;
    line-height: 1.8rem;
    padding: 0 1.7rem;
  }
  /* お問い合わせ */
  .form {
    height: auto;
    padding-bottom: 0;
  }
  .form .form-header {
    width: 85%;
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .form .form-header .color-main {
    font-size: 1.5rem;
  }
  .form .form-header h2 {
    margin-bottom: 0.6rem;
  }
  .form .form-header h3 {
    font-size: 1rem;
    line-height: 2rem;
  }
  .form .form-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .form .form-contents .form-input {
    width: 95%;
  }
  .form .form-contents .form-input label {
    font-size: 1rem;
  }
  .form .form-contents .form-input input {
    width: 90%;
    height: 3.3rem;
    font-size: 1rem;
    margin-top: 1rem;
  }
  .form .form-contents .form-input p {
    margin-bottom: 1.8rem;
  }
  .form .form-contents .form-text {
    width: 90%;
    margin-top: 2rem;
  }
  .form .form-contents .form-text h3 {
    font-size: 1rem;
    padding-bottom: 2rem;
  }
  .form .form-contents .form-text p {
    width: 23rem;
    font-size: 1rem;
  }
  .form .form-contents .form-text p label {
    line-height: 1.7rem;
    display: inline-block;
    margin-left: 10%;
    white-space: nowrap;
  }
  .form .form-contents .form-text p label .br-pc {
    display: none;
  }
  .form .form-contents .form-text input {
    margin: 0 0.6rem;
    margin-bottom: 2rem;
  }
  /* 確認ボタン */
  center .wpcf7c-elm-step1 {
    margin-top: 0;
    width: 25rem;
    height: 5rem;
  }
  /* 送信確認画面 */
  #pum-42 {
    text-align: center;
  }
  #pum-42 #popmake-42 {
    width: 80%;
  }
  #pum-42 #popmake-42 #pum_popup_title_42 {
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-top: 0;
  }
  #pum-42 #popmake-42 .pum-content {
    width: 100%;
  }
  #pum-42 #popmake-42 .pum-content th {
    font-size: 1rem;
    line-height: 2rem;
    padding: 1.4rem 0;
  }
  #pum-42 #popmake-42 .pum-content td {
    font-size: 1rem;
    line-height: 2rem;
  }
  #pum-42 #popmake-42 .pum-content p {
    font-size: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  #pum-42 #popmake-42 .pum-content p input {
    margin: 0;
  }
  #pum-42 #popmake-42 .pum-content p #pop-cancel {
    margin-right: 1rem;
    border-radius: 5px;
  }
  #pum-42 #popmake-42 .pum-content p #pop-submit {
    margin-left: 1rem;
    border-radius: 5px;
  }
  /* 送信完了画面 */
  #pum-45 {
    text-align: center;
  }
  #pum-45 #popmake-45 {
    width: 80%;
  }
  #pum-45 #popmake-45 .pum-content {
    margin: 0 2%;
  }
  #pum-45 #popmake-45 .pum-content p {
    font-size: 1rem;
  }
  #pum-45 #popmake-45 .pum-content p #pop-cancel {
    margin-top: 2rem;
    background-color: #1EB5A3;
    border-radius: 5px;
  }
  /* よくある質問 */
  .question {
    height: auto;
  }
  .question .question-header {
    width: 86%;
    padding-top: 5rem;
  }
  .question .question-contents {
    width: 80%;
  }
  .question .question-contents .question-content .anser .icon-blue {
    font-size: 1.5rem;
  }
  .question .question-contents .question-content .anser .icon-normal {
    font-size: 1.5rem;
  }
  .question .question-contents .question-content .anser h3 {
    width: 3.6rem;
    font-size: 1.5rem;
  }
  .question .question-contents .question-content .anser h4 {
    font-size: 1.5rem;
  }
  .question .question-contents .question-content .anser p {
    font-size: 1rem;
    line-height: 2rem;
    padding-top: 0.4rem;
  }
  /* フッター */
  footer {
    padding-bottom: 2rem;
  }
  footer .footer-contents {
    width: 90%;
  }
  footer .footer-contents .footer-content p {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.7rem;
  }
  footer .footer-contents .footer-content p span {
    font-weight: bold;
  }
  footer .footer-contents .footer-content p .delete {
    display: none;
  }
  footer .footer-contents .footer-content-right {
    width: 14.5rem;
  }
  footer .footer-contents .footer-content-right a {
    font-size: 10px;
  }
  footer .footer-text {
    font-size: 1rem;
    font-weight: normal;
  }
}
/*# sourceMappingURL=responsive.css.map */