.prev{
    font-size: 14px;
    color: #000;
    text-align: center;
    text-decoration: underline;
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.steps{list-style:none;width:100%;overflow:hidden;margin:0;padding:0}
.steps li{color:#b0b1b3;font-size:24px;float:left;padding:10px;transition:all .3s;-moz-transition:all .3s;-webkit-transition:all .3s;-o-transition:all .3s}
.steps li span{font-size:11px;display:block}
.steps li.current{color:#000}
.breadcrumb{height:37px}
.breadcrumb li{background:#eee;font-size:14px}
.breadcrumb li.current:after{border-top:18px solid transparent;border-bottom:18px solid transparent;border-left:6px solid #666;content:' ';position:absolute;top:0;right:-6px}
.breadcrumb li.current{background:#666;color:#eee;position:relative}
.breadcrumb li:last-child:after{border:none}

.c-checkbox {
    height: 50px !important;
    line-height: 1.4 !important;
    box-shadow: none !important;
    padding: 0 !important;
    position: relative !important;
    border: none !important;
    margin:0 0 12px !important;
    width: 100%;
}
.c-checkbox input{
    filter: alpha(opacity=1);
    opacity: .01;
    cursor: pointer;
    margin-right: 10px;
}
.c-checkbox input {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    position: absolute !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    z-index: 1;
    outline: none;
}
.c-checkbox .mwform-checkbox-field-text{
    width: 100%;
    height: 50px !important;
    line-height: 50px !important;
    box-shadow: none !important;
    padding: 0 !important;
    position: relative !important;
    margin: 0 0 10px !important;
    border: solid 2px #B177ff;
    border-radius: 15px;
    display: block;
    text-align: center;
    color: #000;
}

.c-checkbox__text {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    box-sizing: border-box;
    position: absolute !important;
    background: #FFF;
    z-index: 2;
    border-radius: 100px;
    color: #000;
    font-weight: bold;
    border:solid 2px #000;
}
.c-checkbox input:checked+span {
    background: #B177ff;
    color: #FFF;
    font-weight: bold;
    border:solid 2px #B177ff;
}

#steps{
    display: none;
}

.form_area {
    position: absolute;
    width: 35%;
    background: #FFF;
    top: 65%;
    -webkit-transform: translate(5%, -50%);
    -moz-transform: translate(5%, -50%);
    transform: translate(5%, -50%);
    /*box-shadow: 0 0 5px rgba(0,0,0,0.4);*/
    border-radius: 10px;
}



.form_box{
    padding: 5%;
    position: relative;
}

.form_area h3{
    background: #323232;
    padding: 12px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}


#step0 ul li{
    width: 48%;
    float: left;
    margin-right: 2%;
}

#step0 ul{
    overflow: hidden;
}

#step0 ul li:nth-child(2n){
    margin-right: 0;
}


.right_clm{
    width: 60%;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}

.right_clm h2{
    font-size: 36px;
    color: #FFF;
    padding:0 0 35%;
}
.right_clm h2 span{
    margin-bottom: 10px;
    display: inline-block;
    background: #000;
    padding: 10px;
    font-weight: bold;
}

.right_clm h2 .w_logo{
    width: 47%;
}

.right_clm h2 img{
    width: 100%;
}

.check{
    text-align: center;
}

.point{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.point li {
    width: 18%;
    padding: 2%;
    position: relative;
    box-sizing: border-box;
    background: rgba(255,255,255,1);
    font-size: 1.3vw;
    line-height: 100px;
    text-align: center;
    border-radius: 100%;
    border:solid 2px #FF6767;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
    color: #FF6767;
}

.point li:first-child{
    position: absolute;
    bottom: 32%;
    left: 0;
}

.point li:nth-child(2){
    position: absolute;
    bottom: 32%;
    left: 19%;
}

.point li:nth-child(3){
    position: absolute;
    bottom: -1%;
    left: 0;
}

.point li:nth-child(4){
    position: absolute;
    bottom: -1%;
    left: 19%;
}

.circle-in{
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 48%;
    left: 50%;
}

.point li p{
    line-height: 2em;
}

 .point li span{
    display: block;
    font-size: 2.6vw;
    font-weight: bold;
 }

 .point li span i{
    font-size: 16px;
    font-style: normal;
}
.point li:last-child{
    margin-right: 0;
}


#header { text-align:center; border-bottom:solid 1px #b2b3b5; margin: 0 0 20px 0; }
fieldset { border:none; width:100%;}
legend { font-size:16px; margin:0px 0 15px; padding:10px 0px; color:#000; font-weight:bold;}
label { display:block; margin:0 0 8px; font-size: 14px; font-weight: bold; color: #999;}
input[type=text], input[type=email] { width:100%; font-size: 18px; padding:2% 4%; box-sizing: border-box; margin-bottom: 20px; border:solid 1px #DDD; border-radius: 100px; outline: none;}



.next { display:block;
        margin:10px auto 30px; background:#B177ff; border-radius: 100px; width: 70%; 
        padding: 4% 0; text-align: center; clear: both; float: none; color: #FFF;
        text-decoration: none;font-weight: bold;
        position: relative; 
        overflow: hidden;
        transition: 0.5s all ease;}

.next:before {
    display: block;
    position: absolute;
    z-index: 2;
    left: -30%;
    top: -50%;
    content: "";
    width: 30px;
    height: 100px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
    animation: shiny 3s infinite linear;
    -webkit-animation: shiny 3s infinite linear;
    -moz-animation: shiny 3s infinite linear;
}
@keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
@-webkit-keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}
@-moz-keyframes shiny {
    0% {
        left: -30%;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

button:hover, .next:hover { background-color:#B177ff; text-decoration:none;}

button { border: none; }
#step2commands{
    margin-top: 15px;
}
#controls { background: #eee; box-shadow: 0 0 16px #999; height: 30px; position: fixed; padding: 10px; top: 0; left: 0; width: 100%; z-index: 1 }
#controls h1 { color: #666; display: inline-block; margin: 0 0 8px 0 }
#controls input[type=text] { border-color: #999; margin: 0 25px; width: 120px }

#steps { margin: 0 auto; }

select{
    display: inline-block;
    width: 22%;
    height: 30%
    font-size: 18px;
    margin-bottom: 10px;
}

.d{
    padding-right: 10px;
}

.tel a{
    color: #FFF;
}

input[type=text].tel{
    width: 100%;
    color: #000;
}

.cmnBtnWrap .btn,.btn .main{
  display: block;
  width: 300px;
  margin: 40px auto 40px;
  background: #B177ff;
  border: solid 1px #B177ff;
  border-radius: 100px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 0;
    transition: 0.5s all ease;
  cursor: pointer;
}

.cmnBtnWrap .btn:hover,.btn .main:hover{
  background: #3BC8FF;
  color: #fff;
　opacity: 0.7;
  transition: 0.5s all ease;
  cursor: pointer;
}

.cmnBtnWrap .sub_btn{
    background: #B177ff;
    color: #FFF;
}


.cmnBtnWrap .sub_btn:hover{
    background: #ffadbc;
    color:#FFF;
    opacity: 0.7;
}

.tel_area{
   position: absolute;
   left: 10%;
   top:10px;
}

.tel_area h2{
    width: 300px;
    float: center;
    font-size: 14px;
    color: #B177ff;
    background: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: bold;
    line-height: 1.2em;
    position: relative;
    letter-spacing: 0.1em;
}

.tel{
    float: center;
    padding: 8px;
    margin: 0 auto;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
}

header{
    width: 100%;
    height: 30px;
    padding: 10px 2%;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    background: #B177ff;
    z-index: 5;

}

h1{
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
}

/*footer{
    width: 100%;
    position: fixed;
    z-index: 4;
    bottom: 2%;
    right: 3%;
}

footer ul{
    float: right;
    display:inline-block;
    text-align:right;
}

footer ul li{
    display: inline-block;
    padding-left: 10px;
}

footer ul li a{
    color: #fff;
    font-size: 14px;
}*/


.confirm_worker h3{
    display: none;
}

.confirm_worker legend{
    margin-bottom: 5px;
    font-size: 16px;
    color: #999;
    display: none;
}

.confirm_worker .work_leng{
    display: block;
    margin: 0;
}

.confirm_worker .form_box{
    width: 900px;
    margin: 0 auto;
    padding: 8% 0;
}

.confirm_worker .work_leng span{
    display: none;
}

.confirm_worker fieldset{
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-bottom: solid 1px #DDD
}

.confirm_worker .check{
    display: none;
}

.confirm_worker .form_box li{
    display: inline-block;
}

.confirm_worker .form_box li label{
    color: #000;
}

.confirm_worker .c-checkbox{
    display: inline;
    font-weight: normal;
    font-size: 16px;
}

.confirm_worker label{
    margin-top: 30px;
}

.confirm_worker .form_area {
    position: relative;
    width: 100%;
    background: #FFF;
    -webkit-transform: translate(5%, -50%);
    transform: translate(0);
}

.confirm_worker .cmnBtnWrap .btn{
    margin-bottom: 15px;
}

/*.confirm_worker footer{
    background: transparent;
}*/

.n{
    color: #B177ff;
}

.mw_wp_form .error{
    font-weight: bold;
    margin-top: -13px;
}

/*---追加----*/
bg_blue@charset "UTF-8";

@font-face {
    font-family: 'MidashiGoPro';
    src: url('../fonts/A-OTF-MidashiGoPro-MB31_4.woff2') format('woff2'),
         url('../fonts/A-OTF-MidashiGoPro-MB31_4.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MidashiGoProMin';
    src: url('../fonts/A-OTF-MidashiMinPro-MA31_1.woff2') format('woff2'),
         url('../fonts/A-OTF-MidashiMinPro-MA31_1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MidashiGoProBold';
    src: url('../fonts/A-OTF-MidMiMA1Std-Bold_1.woff2') format('woff2'),
         url('../fonts/A-OTF-MidMiMA1Std-Bold_1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MidashiGoProDeBold';
    src: url('../fonts/A-OTF-MiGoMB1Std-DeBold_1.woff2') format('woff2'),
         url('../fonts/A-OTF-MiGoMB1Std-DeBold_1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Universal Selector '*' Reset */
* {
    margin: 0;
  padding: 0;
}

/* 共通　*/
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.marker {
  background: linear-gradient(transparent 70%, #ffb6c1 80%);
}

.tel_no a{
  color: #000;
}

.bg_blue {
  background: #C8C8C8;

}
.bg_yellow {
  background: #FFFFB4;
  text-align: center;
}

.bg_gray {
  background: #f5f5f5;
}


/*section {
  */

.br::before {
  content: "\A" ;
  white-space: pre ;
}


.bg_skin {
  /* background: #FFFDEA; */
  /* background: url(../img/header-bg.jpg); */
  background-size: cover;
  position: relative;
}

.bg_yel{
  background: #FFFDEA;
}

/* ---------- SP ---------- */
@media screen and (max-width: 960px) {

    html,body{
        overflow-x: hidden;
    }
    .sp {
        display: none;
    }
    /*section{
        padding: 3% 0 3%;
    }*/
    a{
        color: #FFF;
    }
    .service_wrap {
        width: 100%;
        height: 100%;
        margin-top: 0px;
        position: relative;
    /*background: url(/migack/wp-content/themes/migack_lp/assets/resources/img/bigack_lp_new001_01.png);
        */background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }

    .right_clm{
        position: relative;
        width: 100%;
        padding:180px 3% 0;
        box-sizing: border-box;
        transform: translate(0);
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
    }
    .right_clm h2{
        font-size: 25px;
        padding-bottom: 2%;
    }
    .right_clm h2 .w_logo{
        width: 90%;
    }
    .right_clm h2 img {
        padding-top: 3px;
    }
    .point{
        margin-top: 0;
    }
    .point li{
        width: 24%;
        margin:0 1% 2% 0;
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
        font-size: 10px;
        font-weight: bold;
    }
    .point li:nth-child(4){
        margin-right: 0;
    }
    .tel_area{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .point li span{
        font-size: 20px;
    }
    .point li span i{
        font-size: 12px;
    }
    .form_area{
        position: relative;
        width: 80%;
        margin:6% auto 0;
        top:80px;
        transform: translate(0);
        -webkit-transform: translate(0);
    }


    select{
        width: 24%;
    }

    .d{
        font-size: 12px;
    }

    footer{
        position: relative;
        margin-top: 30px;
        padding: 10px;
        right: 0;
        box-sizing: border-box;
        background: #B177ff;
        overflow: hidden;
        padding: 4% 0%;
    }

    h1{

        width: 210px;
        float: right;
        display: none;
    }

    h2 {
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
        font-size: 31px;
        /* color: #ffdc2b; */
        color: #000000;
        text-align: center;
        /* -webkit-text-stroke: 1px #000; */
        text-stroke: 1px #000;
        /* margin-bottom: 4%; */
        letter-spacing: -0.1em;
    }

    h3 {
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
        font-size: 26px;
        font-size: 1.2em;
        font-weight: 600;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 13px;
    }

    .confirm_worker .form_box {
        width: 90%;
        margin: 0 auto;
        padding: 8% 5%;
    }


    /*section{
        padding: 0px 20px 10px;
    }*/
    .menu_box{
        display: none;
    }

    .flex_box {
        display: -webkit-flex;
        display: flex;
        /*justify-content: center;*/
    }

    .sp_flex_box {
        display: -webkit-flex;
        display: flex;
        /*justify-content: center;*/
    }

    .flex_left img {
        width: 100%;
    }

    .img_box img {
        width: 90%;
    }

    .img_box {
        text-align: center;
    }

    .bg_skin h2:before,
    #flow h2:before {
        position: absolute;
        content: "";
        /* background: #ff62a3; */
        height: 14px;
        width: 70%;
        display: inline-block;
        bottom: 20px;
        z-index: -1;
    }
    #flow h2:before{
        width: 68%;
    }


    .banner_box {
        /* margin-top: 8%; */
        /* padding-bottom: 8%; */
        text-align: center;
    }

    .banner_box img {
        width: 100%;
    }

    .tel_box_right {
        /* margin-left: 20px; */
        margin-top: 3px;
    }

    .tel_box {
        text-align: center;
        font-size: 15px;
    }

    .tel_lead {
        font-size: 1.2em;
        font-weight: 600;
    }

    .tel_no {
        font-size: 1.5em;
        font-weight: 600;
    }

    .tel_txt {
        font-size: 0.8em;
    }

    .img001_box {
        text-align: center;
    }

    .inline_block {
        display: inline-block;
        vertical-align: middle;
    }

    .banner_box .inline_block {
        padding: 0px 0 5px;
        width: 300px;
        margin: 0 auto;
    }

    .header-box {
        width: 100%;
        text-align: center;
    }

    .header-logo{
        padding: 0;
        position: absolute;
        right: 3%;
        top: 3%;
        width: 150px;
    }

    .header-logo img{
        width: 100%;
    }
    .modal {
        background-color: rgba(255, 255, 255, .5);
        width: 100%;
        height: 100%;
        left: 0;
        opacity: .1;
        position: fixed;
        top: 0;
        z-index: 98;
        visibility: hidden;
        webkit-transition: visibility 0 linear .4s, opacity .4s;
        -moz-transition: visibility 0 linear .4s, opacity .4s;
        transition: visibility 0 linear .4s, opacity .4s;
        webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

    .modal.on {
        opacity: 1;
        webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        transition-delay: 0;
        visibility: visible;
    }

  /* ---------- セクション1 ---------- */
    .flex_left {
        text-align: center;
    }

    #catch{
        padding:0;
    }

    .flex_left img {
        object-fit: cover;
    }

    .flex_left02 {
        background-color: #f5f5f5; 
        padding: 10px 20px 0px;
    }

    .flex_right .lead {
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
        color: #696969;
        margin: 20px;
        font-weight: bold;
        font-size: 1.3em;
        letter-spacing: 0.1em;
        /* font-family: 'MidashiGoProDeBold', sans-serif; */
        line-height: 1.3em;
        text-align: center;
    }
    .slider-center li{
        font-size: 12px;
        margin: 0 10px;
        background: #F5F5F5;
    }

    .slider-center li .txt{
        padding: 3% 5%;
    }

    .slider-center li h3{
        margin-bottom: 20px;
        text-align: center;
    }

    .slider-center li h3 span{
        display: block;
        margin-top: 5px;
        font-size: 11px;
    }

    .slider-center li dt{
        margin-bottom: 2%;
        font-weight: bold;
    }
 
    .slider-center li dd{
        margin-bottom: 4%;
    }
      .gnav {
    list-style-type: none;
    background: #fff;
    display: block;
    width: 60%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .5s .1s cubic-bezier(.8, 0, .2, 1);
    -moz-transition: .5s .1s cubic-bezier(.8, 0, .2, 1);
    transition: .5s .1s cubic-bezier(.8, 0, .2, 1);
  }

  .gnav.on {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }

/* ---------- セクション2 ---------- */
    .reason_box {
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }

    .reason_box li {
        width: 94%;
        list-style: none;
        /* padding: 3%; */
        /* margin: 0 auto 3%; */
        background: #fff;
        border-radius: 5px;
    }

    .reason_no {
        color: #c5823b;
        font-size: 3em;
        font-family: 'DIN Alternate',sans-serif;
    }

    .reason_desc {
        color: #c5823b;
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
        margin-left: 5%;
        font-weight: bold;
        font-size: 20px;
    }

    .desc_strong {
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
        font-size: 12px;
        color: #000000;
    }
    /* ---------- セクション2 求人誘導バナー ---------- */
    #contact_3 .img_box {
        background-color: #ffffff;
        width: 100vh;
        /*height: 100%;*/
        position: :relative;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;

    }

  /* ---------- セクション10 お仕事一覧 ---------- */
    #work .contact_box01 {
        background-color: #fff;
        padding: :0% 10% 0%;
    }

  /* ---------- セクション3 ---------- */
    #contact_1 .img_box01 {
        color: #fff;
        margin-top: 0px;
        margin-bottom: 20px;
 
    }

    #contact_1 .img_box02 {
        color: #fff;
        margin-top: 0px;
        margin-bottom: 30px;
 
    }

    #contact_1 h2,#contact_2 h2{
      font-size: 28px;
      margin-bottom: 0;
    }

  /* ---------- セクション4 ---------- */
    .flow_box li {
        width: 80%;
        list-style: none;
        padding: 2%;
        margin: 34px auto;
        background: #fff;
        border: 3px solid #c5823b;
        border-radius: 3px;
        position: relative;
    }

    .flow_box li::after {
        content: '';
        position: absolute;
        bottom: -50px;
        left: 0;
        right: 0;
        width: 1px;
        height: 50px;
        margin: auto;
        background-color: #c5823b;
    }

    .flow_box li:last-child::after {
        height: 0px;
    }

    .flow_no {
        position: absolute;
        background: #c5823b;
        border-radius: 50%;
        color: #fff;
        width: 40px;
        height: auto;
        line-height: 40px;
        text-align: center;
        font-size: 28px;
        top: -24px;
        left: 0;
        right: 0;
        margin: auto;
        font-family: 'DIN Alternate',sans-serif;
    }

    .flow_desc {
        line-height: 1.7em;
        text-align: left;
        font-size: 14px;
    }

  /* ---------- セクション5 ---------- */
    #solution { }

    .img_box {
        text-align: center;
    }

    .img_box img {
        width: 90%;
    }

    .contents_box h4 {
        margin: 5% auto;
        font-size: 1.4em;
        color: #fff;
        text-align: center;
    }

    .solution_box ul {
        width: 90%;
        margin: 0 auto;
    }

    .solution_box li {
        list-style: none;
        padding: 5%;
        margin: 5% auto;
        background: #fff;
        border: 5px solid #fff;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
    }

    .solution_box li span {
        font-size: 1.3em;
        font-weight: 600;
        text-align: center;
        color: #fff;
    }

  /* ---------- セクション6 ---------- */
    #contact_2 .contact_box {
        color: #fff;
    }

  /* ---------- フッター ---------- */
    footer {
        text-align: center;
        padding: 5% 0%;
    }

    footer p {
        font-size: 12px;
        color: #fff;
    }

    .link_list {
        margin-bottom: 4%;
        display: flex;
        flex-wrap: wrap;
    }

    .link_list li {
        width: calc(100% /3);
        list-style: none;
        margin: 3px 0px;
    }

    .link_list a {
        text-decoration: none;
        color: #fff;
        font-weight: 600;
        font-size: 11px;
    }
    .renew-button {}

    .renew-button {
        padding-top: .4rem;
        padding-bottom: .4rem;
        text-align: center;
    }

    .renew-button.button-info {}

    .renew-button-text {
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
        text-align: center;
        font-weight: 700;
        color: #333;
        font-size: 18px;
    }

    .rebtn001 {
        display:inline-block;
        margin: auto;
    }

    .rebtn002 {
        display:inline-block;
        margin: 20,20,20;
    }

    .button-info {
        background-color: #AECCD4;
    }
    .img_box01 {
        text-align: center;
    }
}
/*----PC----*/
@media screen and (min-width: 960px) {
    .sp{
    display: none !important;
    }
    body{
        overflow: hidden;
    }

    .service_wrap{
    width: 100%;
    height: 660px;
    margin-top: 0px;
    position: relative;
    /*background: url(/migack/wp-content/themes/migack_lp/assets/resources/img/ph-bg.jpg);*/
    background-size: contain;
    background-position: top;
    background-size: cover;
    }


    .form_area {
        right: 5%;
    }
    .right_clm{
        right: 35%;
        top: 85%;
    }
    .right_clm h2{
        font-size: 28px;
        padding-bottom: 38%;
    }
    .right_clm h2 .w_logo{
        width: 60%;
    }
    .point li{
        width: 21%;
    }
    .point li:nth-child(2){
        left: 22%;
    }
    .point li:nth-child(3){
    position: absolute;
    bottom: 32%;
    left: 44%;
    }

    .point li:nth-child(4){
        position: absolute;
        bottom: 32%;
        left: 66%;
    }
    .inline_block{
        display: none;
    }
    .inline_block img{
        width: 100%;
    }
    .sp{
        display: none !important;
    }
    h1 {
    font-family: 'MidashiGoPro',"Hiragino Kaku Gothic Pro","Meiryo" sans-serif;
    /*font-size: 8vw;
    line-height: 1.2em;
    letter-spacing: 15px;*/
        width: 420px;
        position: absolute;
        right: 20px;
        bottom: 20px;
    }
    
    .sp{
    display: none;
    }


    h2 {
        font-family: "Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
        font-size: 26px;
        /* color: #ffdc2b; */
        color: #FF6797;
        font-size: 40px;
        text-align: center;
        /* -webkit-text-stroke: 1px #000; */
        text-stroke: 1px #FF6797;
        /* margin-bottom: 4%; */
        letter-spacing: -0.1em;
    }

    h3 {
        font-family: "Hiragino Kaku Gothic Pro",Meiryo,sans-serif;
        font-size: 26px;
        font-size: 1.6em;
        font-weight: 600;
        text-align: center;
        margin-bottom: 4%;
    }
    .flex_box {
        /*display: -webkit-flex;
        display: flex;
        justify-content: center;*/
        width: 100%;
    }

    .pc_flex_box {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
    }

    .inline_block {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        font-size: 20px;
    }

    .banner_box .inline_block {
        padding: 10px;
        width: 350px;
    }

    .inline_block img {
        width: 100%;
    }

    .tel_box_right {
        /* margin-left: 20px; */
    }

    .tel_box {
        text-align: center;
    }

    .tel_lead {
        font-size: 1.5em;
        font-weight: 600;
    }

    .tel_no {
        font-size: 2.7em;
        font-weight: 600;
    }

    .banner_box {
        margin-top: 15px;
        position: absolute;
        top: 0;
        right: 15px;
    }


    a:active img,
    a:hover img{
        opacity: 0.9;
    }

/*  section {
    padding: 8% 0%;
  }*/

    .header-box {
        width: 100%;
        text-align: center;
    }

    .header-logo {
        padding-top: 20px;
        padding-right: 20px;
        text-align: right;
    }

    .header-logo img{
        width: 20%;
    }
    .gnav {
        list-style-type: none;
        background: #3D69B8;
        display: block;
        width: 30%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99;
        visibility: hidden;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: .5s .1s cubic-bezier(.8, 0, .2, 1);
        -moz-transition: .5s .1s cubic-bezier(.8, 0, .2, 1);
        transition: .5s .1s cubic-bezier(.8, 0, .2, 1);
    }

    .gnav.on {
        visibility: visible;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }

    .global ul li {
        margin: 8%;
    }

    .global ul li:first-child {
        margin-top: 30%;
    }

    .global ul li a {
        text-decoration: none;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
    }

    .modal {
        background-color: rgba(0, 0, 0, .5);
        width: 100%;
        height: 100%;
        left: 0;
        opacity: .1;
        position: fixed;
        top: 0;
        z-index: 98;
        visibility: hidden;
        webkit-transition: visibility 0 linear .4s, opacity .4s;
        -moz-transition: visibility 0 linear .4s, opacity .4s;
        transition: visibility 0 linear .4s, opacity .4s;
        webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

    .modal.on {
        opacity: 1;
        webkit-transition-delay: 0;
        -moz-transition-delay: 0;
        transition-delay: 0;
        visibility: visible;
    }

    *,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/
.btn-wrap {
  margin: 20px;
}

a.btn-c {
  font-size: 2rem;

  position: relative;

  padding: 1.5rem 4rem 1.5rem 6rem;

  color: #000;
  border: 2px solid #000;
  border-radius: 100vh;
  background: #fff100;
  -webkit-box-shadow: 0 5px 0 #e6d900;
  box-shadow: 0 5px 0 #e6d900;
}

a.btn-c span {
  font-size: 1.3rem;
  line-height: 1.3;

  position: absolute;
  top: -10px;
  left: -20px;

  width: 64px;
  height: 64px;
  padding-top: 15px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

a.btn-c span em {
  font-style: normal;

  color: #d20010;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #000;
  background: #fff21a;
  -webkit-box-shadow: 0 2px 0 #e6d900;
  box-shadow: 0 2px 0 #e6d900;
}

a.btn-c:hover span {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

  /* ---------- セクション1 ---------- */
    /*section{
        padding: 2% 0;
    }*/
    #catch{
        padding:0;
    }

    .flex_left{
        padding-bottom: 0px;
    }
    .flex_left img {
        width: 100%;
    /*border-radius: 0 10px 10px 0;*/
    }

    /*.flex_left02 {
    background-color: #f5f5f5; 
    padding: 10px 20px 0px;
    }*/
 

    .slider-center li{
        width: 300px;
        font-size: 13px;
        margin: 0 50px;
        background: #F5F5F5;
    }

    .slider-center li h3{
        margin: 10px 0 15px;
        text-align: center;
        font-size: 18px;
    }

    .slider-center li .txt{
        padding:20px;
    }

    .slider-center li h3 span{
        display: block;
        margin-top: 5px;
        font-size: 13px;
    }

    .slider-center li dt{
        margin-bottom: 5px;
        font-weight: bold;
    }

    .slider-center li dd{
        margin-bottom: 15px;
    }



/*業界最速の〜のテキスト*/
    .flex_right .lead {
        font-size: 30px;
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
        color: #696969;
        margin: 20px;
        font-weight: bold;
        font-size: 35px;
        letter-spacing: 1.3em;
        /* font-family: 'MidashiGoProDeBold', sans-serif; */
        /* line-height: 1.3em; */
        text-align: center;
        /* color: #000; */
        margin: 1vw 2.5vw;
        /* font-size: 2.8vw; */
        letter-spacing: 0.1em;
        /* font-family: 'MidashiGoProDeBold', sans-serif; */
        line-height: 1.3em;
        /* text-align: center; */
    }

    .catch_box {
        padding: 5%;
        background: #FFFCE6;
        border: 2px solid #3D69B8;
        border-radius: 0.5em;
        width: 40vw;
        margin: 2.5vw;
    }

    .catch_box li {
        color: #3D69B8;
        padding: 1.5%;
        list-style: none;
        margin:  0;
        font-weight: 600;
        font-size: 1.5vw;
    }

    .catch_box li::before {
        content:  "";
        width:  4px;
        height:  4px;
        display:  inline-block;
        background-color: #3D69B8;
        border-radius:  50%;
        position:  relative;
        top: -3px;
        margin-right: 7px;
    }


  /* ---------- セクション2 ---------- */
    .reason_box {
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        overflow: hidden;
        display: flex;
        /* padding-bottom: 40px; */
    }

    .reason_box li {
        width: 373px;
        list-style: none;
        padding: 0 0px 20px;
        /* margin: 0.5%; */
        display: flex;
        background: #fff;
        border-radius: 5px;
    }

    .reason_no {
        color: #c5823b;
        font-size: 3em;
        font-family: 'DIN Alternate',sans-serif;
        font-size: 4em;
        font-family: 'DIN Alternate',sans-serif;
    }

    .reason_desc {
        color: #c5823b;
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
        margin-left: 5%;
        font-weight: bold;
        font-size: 30px;
        margin-left: 5%;
        font-weight: bold;
    }

    .desc_strong {
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
        font-size: 16px;
        color: #000000;
        /* font-size: 16px; */
        /* color: #fffS; */
    }

    .contact_box .banner_box{
        position: relative;
        text-align: center;
        margin-top: 30px;
    }
    .contact_box .banner_box .inline_block{
        width: 300px;
    }

    #contact_1 h2,
    #contact_2 h2{
        margin: 0px;
    }

  /* ---------- セクション2 求人誘導バナー ---------- */
    #contact_3 .img_box {
        background-color: #ffffff;
        width: 100%;
    }

 /* ---------- セクション10 お仕事一覧 ---------- */
    #contact_10 .contact_box {
        background-color: #ffffff;
        margin:0px auto 20px;
    }
  /* ---------- セクション10 お仕事一覧 ---------- */
    #work   {
        background-color: #fff;
        padding: 20px 20% 20px;
    }


    }
    .contact_10{
        height: 10em;
        position: relative;
    }

    .contact_10 p {
        margin: 0;
        position: absolute;               /* 2 */
        top: 50%;                         /* 3 */
        transform: translate(0, -50%)
    }  

    .contact_box {
        background-color: #ffffff;
        padding-left: 20%
        padding-right: 20%;
    }

  /* ---------- セクション3 ---------- */
    #contact_1 .contact_box {
        color: black;
    }

    #contact_1 .img_box01 {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    #contact_1 .img_box02 {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 40px;
    }
  /* ---------- セクション10 お仕事一覧 ---------- */
    #work  {
        background-color: #fff;
        padding: :20px 20% 0px;
    }


  /* ---------- セクション4 ---------- */
    .flow_box li {
        width: 46%;
        list-style: none;
        padding: 2%;
        margin: 3% auto;
        background: #fff;
        border: 5px solid #c5823b;
        border-radius: 10px;
        position: relative;
    }
    .flow_box li h3{
        margin-bottom: 0;
    }

    .flow_box li::after {
        content: '';
        position: absolute;
        bottom: -50px;
        left: 0;
        right: 0;
        width: 1px;
        height: 50px;
        margin: auto;
        background-color: #fff;
    }

    .flow_box li:last-child::after {
        height: 0px;
    }

    .flow_no {
        position: absolute;
        background: #c5823b;
        border-radius: 50%;
        color: #fff;
        width: 40px;
        height: auto;
        line-height: 40px;
        text-align: center;
        font-size: 28px;
        top: -24px;
        left: 0;
        right: 0;
        margin: auto;
        font-family: 'DIN Alternate',sans-serif;
    }

    .flow_desc {
        line-height: 2.0em;
        text-align: center;
    }


  /* ---------- セクション5 ---------- */
    #solution {
        padding-bottom: 0;
    }

    .contents_box {
        width: 380px;
    }

    .contents_box h4 {
        padding-left: 10%;
        margin: 5% auto;
        font-size: 2em;
        color: #3D69B8;
    }

    .solution_box ul {
        padding-left: 10%;
    }

    .solution_box li {
        list-style: none;
        padding: 5%;
        margin: 5% auto;
        background: #fff;
        border: 5px solid #3D69B8;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
    }

    .solution_box li span {
        font-size: 2em;
        font-weight: 600;
        text-align: center;
        color: #3D69B8;
    }

  /* ---------- セクション6 ---------- */

    #contact_2 .contact_box {
        color: #fff;
    }

  /* ---------- フッター ---------- */
    footer {
        text-align: center;
        background: #B177ff;
        padding: 4% 0%;
    }

    footer p {
        font-size: 14px;
        color: #fff;
    }

    .link_list {
        margin-bottom: 4%;
    }

    .link_list li {
        display: inline;
    }

    .link_list a {
        text-decoration: none;
        color: #fff;
        font-weight: 600;
    }
    html{
        overflow-x:hidden;
    }

    .renew-button {
        padding-top: .4rem;
        padding-bottom: .4rem;
        text-align: center;
    }

    .renew-button.button-info {}

    .renew-button-text {
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
        text-align: center;
        font-weight: 700;
        color: #333;
        font-size: 30px;
    }

    .rebtn001 {
        display:block;
        margin:auto;
    }
    .rebtn001:hover {
        opacity: 0.5 ;
    }
    .rebtn002 {
        display:block;
        margin:auto;
    }

    .button-info {
        background-color: #AECCD4;
    }

    .rebtn001 a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

    .rebtn002 a {
        font-weight: 700;
        font-size: 13px;
    }

    .rebtn002 a, .square_btn_002 {
        text-decoration: none;
        color: #fff;
        font-size: 20px;
    }

    .square_btn_001 {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-size: 32px;
    }


}
