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


/*Tablet*/
@media screen and (min-width:480px) and ( max-width:769px) {
  .g-nav{
    display: none!important;
  }
  .foot-nav .btn a{
    max-width: 60%;
  }
  .zip_switch{
    font-size: 14px;
  }
  .submit .bk_btn p{
    font-size: 16px;
  }
}
@media (min-width: 768px) {

  html{font-size: 62.5%}
  body{
    font-size: 1.6rem;
  }
  .delay-2{
  transition-delay : .3s;
}
  .delay-3{
  transition-delay : .5s;
}
  .delay-4{
  transition-delay : .7s;
}
  .delay-5{
  transition-delay : .9s;
}
  .delay-6{
  transition-delay : 1.1s;
}

  /*header*/
  .header-inner .g-nav.btn{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  .header-inner .g-nav.btn a{
    display: block;
    background: #0172dc;
    color: #fff;
    width: 220px;
    text-align: center;
    padding: .75em 1em;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 1.7px;
    font-size: 1.8rem;
  }

  /*form*/
  .check-list{
    max-width: 450px;
    margin: 0 auto;
  }

  .form-list{
     width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  .form-title{
    font-size: 1.24em;
  }
  .check-list > *
  ,.select-wrap select{
    font-size: 1.17em;
  }
  .form-in .box{
    min-height: 350px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 40px 20px;
  }
  .form-in .box .f-btn{
    width: 100%;
  }
  .form-in .box .submit{
    width: 100%;
    margin-top: 60px;
  }
  .form-main li{
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;}

  .form-main li p.f-title{
    width: 10em;
  }
  .form-main li .input{
    width: calc( 100% - 10em);
  }
  .form-in input.f-zip{
    width: 9em;
  }
  .zip_switch{
    width: calc(100% - 13em);
    font-size: 1.3rem;
  }
  /*SECTION01*/
  .sec01-blc .inner{
    padding-bottom: 100px;
  }
  .sec01_img{
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 35%;
  }

  /*SECTION02*/

  .sec02_box{
    -ms-align-items: center;
    align-items: center;
  }
  .sec02_img{
    width: 42%;
  }
  .sec02_cmnt{
    width: 56%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec02_cat{
    width: 48%;
    min-height: 6em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  .sec02_cat p{
    font-size: 1.8rem;
  }
  .sec02_cmnt > * + *{
    margin-top: 0;
  }
  .sec02_cmnt > * + *:nth-child(n+3){
    margin-top: 15px;
  }

  /*SECTION03*/
  .sec03-blc{
    max-height: 90vw;
  }
  .slide-cat p.intitle{
    font-size: 1.17em;
  }

  /*SECTION05*/
  .sec05-blc h2.sec-title{
    margin-bottom: 8vw;
  }
  .sec05-box{
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }
  .sec05-cat .num{
    width: 100%;
    height: 2.5em;
    top: -2em;
  }
  .sec05-cat .num p{
    width: 2em;
  }
  .sec05-cat .num::before{
    width: 120%;
    height: 3px;
    left: 0;
    top: 1.25em;
  }
  .sec05-cat:first-of-type .num::before
  ,.sec05-cat:last-of-type .num::before{
    width: 50%;
    height: 3px;
  }
  .sec05-cat:first-of-type .num::before{
    left: auto;
    right: -10%;
  }
  .sec05-cat:last-of-type .num::before{
    top: 1.25em;
    bottom: auto;
  }


  .sec05-cat{
    width: 15.5%;
  }
  .sec05-cat .cmnt{
    width: 100%;
    overflow: hidden;
  }
  .sec05-cat .cmnt::before{
    content: "";
    display: block;
    padding-top: 100%;
  }
  .sec05-cat .cmnt p{
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    padding: 20px;
  }
  .sec05-box > * + *{
    margin-top: 0;
  }

  /*footer*/
  .foot-inner{
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  .foot-nav{
    width: 70%
  }

  .foot-nav .btn{
    display: none;
  }
  .foot-nav nav{
    font-size: 1em;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 20px;
  }
  .foot-area{
    padding: 50px 0;
  }
  .foot-data{
    padding-left: 1em;
    width: 30%;
  }
  /*個人情報保護方針
  =======================*/

  .sec-privacy-blc .inner{
    max-width: 1040px;
  }
  .sec-privacy-blc h2{
    font-size: 3.2rem;
  }
  .pvcy-cat{
    margin-top: 30px;
  }
  .num-list ul.child
  ,.pvcy-cat h3 + *
  ,.pvcy-cat p.intxt + *{
    margin-top: 25px;
  }

  /*サンクスページ*/

  .thanks-txt{
    text-align: center;
  }
}
/*PC*/
@media (min-width: 1024px) {

  /*header*/
  #fix-btn{
    display: none;
  }
  .header-inner .g-nav{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex!important;
  }
  .header-inner ul > * + *{
    margin-left: 15px;
  }
  .header-inner .g-nav.btn{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  .header-inner .g-nav.btn a{
    display: block;
    background: #0172dc;
    color: #fff;
    width: 220px;
    text-align: center;
    padding: .75em 1em;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 1.7px;
    font-size: 1.8rem;
  }

  /*key*/
  .key_blc{
    width: 100%;
    background: url("../imgs/key_sp.jpg") no-repeat center/cover;
    min-height: 700px;
    overflow: hidden;
  }

  .webp .key_blc{
    background-image: url("../imgs/key_sp.webp");
  }
  .key_inner{
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1240px;
    height: 100%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 20px;
    transform: translateX(-50%);

  }
  .key-cmnt
  ,.webp .key-cmnt{
    background: none;
  }
  .key-cmnt{
    min-height: inherit;
    padding: 0;
  }
  .key-title{
    width: 80%;
  }


  ul.sec01_list{
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0;
  }

  /*form*/
  .form-wrap{
    width: 100%;
    margin: 40px auto 0;
  }
  .form-wrap .step{
    margin-bottom: 30px;
  }
  .key-txt{
    width: 60%;
    margin-top: 0;
    /* filter: drop-shadow(0px 5px 5px rgba(0,0,0,.5)); */
  }

  .key-txt
  ,.key-icn
  {
    transform: none;
  }

  /*form*/


  .key-form h2{
    font-size: 3.2rem;
  }
  .form-wrap .step > p{
    font-size: 1.8rem;
  }
  .form-title{
    font-size: 1.8rem;
  }
  .key-form .check-list > *
  ,.key-form .select-wrap select{
    font-size: 1.6rem;
  }

  .form-in .box{
    justify-content: flex-start;
    padding: 40px 15px 25px;
  }
  #q01.form-in .box .f-btn
  ,#q02.form-in .box .btn-warp{
    margin-top: 35px;
  }
  .key-icn >div{
    transform: translateY(15px);
  }
  .form-warp .step{
    margin-top: 50px;
  }
  /*error*/

  .f-btn .error-txt,
  .f-btn .btn_error,
  .form-list .input span.error-txt{
    font-size: 1.2rem;
  }
  .key-icn{
    justify-content: center;
  }
  .key-icn >div > p,
  .key-icn > p{
    width: 28%;

  }
  .key-icn > * .svg, .key-icn > * img{
    filter: none;
  }
  .key-icn > * + *{
    margin-left: 2%;
  }

/*Content
==========================================*/

  #content{
    margin-top: 50px;
    max-width: 500px;
  }
  #content.page-thanks{
    max-width: 100%;
  }

  .sec-title{
    font-size: 4.8rem;
  }
  ul.slider{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  ul.slider li{
    width: calc(100%/3);
  }
/*SECTION01：こんなお悩み・・・
=====================================*/

  .sec01-blc{
    padding-top: 50px;
  }
  ul.sec01_list li p{
    font-size: 3.0rem;
  }
  .sec01_img{
    width: 30%;
  }
  .sec01-blc .inner{
    padding-bottom: 150px;
  }

/*SECTION02：介護保険のミカタなら・・・
=====================================*/

  .sec02-blc{
    padding-top: 50px;
  }
  .sec02-blc::before, .sec02-blc::after{
    top: -75px;
  }
  .sec02-blc::after{
    border-width: 0 0px 75px 50vw;
  }
  .sec02-blc::before {
    border-width: 0 50vw 75px 0px;
  }

  .sec02-blc h2.sec-title{
    font-size: 3.6rem;
  }
  .sec02_box{
    margin-top: 50px;
    max-width: 1040px;
    -ms-align-items: center;
    align-items: center;
  }
  .sec02_img{
    width: 40%;
  }
  .sec02_cmnt{
    width: 58%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 0;
  }

  .sec02_cat{
    width: 47%;
    padding: 30px 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  .sec02_cat p{
    font-size: 2.4rem;
  }
  .sec02_cmnt > * + *{
    margin-top: 0;
  }
  .sec02_cmnt > * + *:nth-child(n+3){
    margin-top: 20px;
  }

/*SECTION_FORM
=========================================*/

  .sec-form-blc{
    padding: 100px 0 0;
  }
  .sec-form-blc h2{
    font-size: 3.6rem;
  }
  .sec-form-blc .form-wrap .step{
    max-width: 340px;
    margin: 0 auto 30px;
  }
  .sec-form-blc .form-title{
    font-size: 3rem;
    margin-bottom: 40px
  }
  .sec-form-blc .form-wrap{
    width: 800px;
    margin-top: 50px;
  }
  .sec-form-blc .form-in .box{
    padding: 50px;
  }
  .sec-form-blc .check-list > *{
    font-size: 2rem;
  }
  .sec-form-blc .form-list{
    width: 500px;
    margin: 0 auto;
  }

  .sec-form-blc .checkbox01{
    padding: 10px 0px 10px 30px;
  }
  .form-in .box .btn-warp{
    margin-top: 30px;
    justify-content: center;
  }
  .form-in .box .btn-warp > div + div{
    margin-left: 20px;
  }
  .sec-form-blc .form-in input.f-age{
    width: 5em;
  }
  .sec-form-blc .form-in .box .f-btn{
    justify-content: center;
  }
  .sec-form-blc .form-in .box .f-btn p
  ,.form-in .box .btn-warp .bk_btn p{
    max-width: 220px;
  }
  .form-in .box .btn-warp .bk_btn p{
    margin: 0 auto;
  }
  .sec-form-blc .form-list li + li
  {
    margin-top: 15px;
  }
  .sec-form-blc .form-main li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 1.8rem;
  }
  .sec-form-blc .form-main li + li{
    margin-top: 15px;
  }
  #q_form_a.form-in .box
  ,#q_form_b.form-in .box{
    -ms-align-items: center;
    align-items: center;
  }
  .sec-form-blc .form-in p.f-title{
    width: 10em;
  }
  .sec-form-blc .submit input{
    width: 220px;
    max-width: 100%;
  }

/*SECTION03:転職者の声
=========================================*/

  .sec03-blc{
    padding: 120px 0 80px;
  }
  .sec03-blc h2.sec-title{
    font-size: 4.8rem;
    margin-bottom: 60px;
  }
  .slide-cat{
    padding: 0 15px;
  }
  .slide-cat p.intitle{
    font-size: 2.1rem;
    font-weight: 900;
  }
  .slide-cat p.intxt{
    font-size: 1.3rem;
  }

/*SECTION04:人気求人事例
=========================================*/

  .sec04-blc{
    padding: 80px 0;
  }
  .sec04-blc h2.sec-title{
    font-size: 4.8rem;
    margin-bottom: 60px;
  }
  dl.rec_data dd p.cmnt{
    font-size: 1.4rem;
  }

/*SECTION05：ご利用の流れ
==============================*/

  .sec05-blc h2.sec-title{
    font-size: 4.8rem;
    margin-bottom: 100px;
  }


/*foot-area
==============================*/

  .foot-inner{
    max-width: 1240px;
    width: 100%;
  }
  .foot-area{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 40px 0 60px;
  }
  .foot-data{
    width: 100%;
    margin: 0;
    padding-bottom: .5em;
    font-size: .95em;
  }

  footer p{
    font-size: 1.3rem;
  }

  /*個人情報保護方針*/
  .page-privacy #content{
    margin-top: 100px;
    max-width: 100%;
  }

  /*thanks*/
  .thanks-top-blc .inner{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .thanks-top-blc .inner .intxt,
  .thanks-sub-blc .inner .intxt {
    width: 500px;
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }


  /*thanks改修
  ==============================*/
  .thanks-top-blc .inner .intxt.thanks,
  .thanks-sub-blc .inner .intxt.thanks {
    text-align: left;
  }

  .thanks-top-blc,
  .thanks-sub-blc {
    width: 800px;
    max-width: 100%;
  }

  .thanks-flow-frame {
    width: 100%;
    border: 2px solid #fff9dc;
    margin: 0 auto 60px;
    padding: 0;
  }

  .thanks-flow-frame h3 {
    background: #fff9dc;
    padding: .5em;
    text-align: center;
  }
  .thanks-flow-frame ul {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    justify-content: flex-start;
  }
  .thanks-flow-frame ul li {
    width: 30%;
    margin-bottom: 5%;
  }
  .thanks-flow-frame ul li + li {
    margin-left: 5%;
  }
  .thanks-flow-frame ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  .thanks-flow-frame ul li h4 {
    position: relative;
  display: block;

  margin-right: 30px;
  padding: 1em;
  color: #fff;
  background: #ff7e9a;
  margin-bottom: 0.5em;
  }
  .thanks-flow-frame ul li h4:before {
  position: absolute;
  top: 0;
  right: -19px;
  content: '';
  border-width: 1.6em 0 1.6em 1.2em;
  border-style: solid;
  border-color: transparent transparent transparent #ff7e9a;
}
.ttl-container h2{
  font-weight: 900;
  font-size: 58px;
  text-shadow:0 0 5px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff,0 0 8px #fff;
}
.ttl-container h2 span{
color: #ff9595;
font-size: 64px;
}
.sp-disp {
  display: none
}

}