@charset "UTF-8" 

html { 
overflow:auto; 
}
body{
  font-family:'Noto Sans JP', sans-serif;
  line-height: 1.6;
  color:#0f0f0f;
}

html{
  width:100%;
}

.wrap{
  overflow: hidden;
}

.sp{
  display: none;
}
.container{
width:100%;
font-style: normal;
font-weight: 100;
margin:0 auto;
}


.container h1{
font-size:45px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-style: normal;
}

.container h2{
font-size:clamp(16px, 1.8vw, 28px);
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-style: normal;
}


.container h3{
font-size:24px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-style: normal;
color:#000000;
text-align: center;
padding-top:10px;
}

.container h4{
  font-size:2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#000;
  text-align: center;
  padding-top:50px;
  position: relative;
  margin-bottom: 30px;
  }

.container p{
 font-size:clamp(14px, 1.8vw, 18px);
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 400;
 font-style: normal;
}

/*header---------------------------------------*/

.header-menu{
  width:100%;
  background-color: #fff;
  align-items: center;
  justify-content: flex-end;
  z-index: 9999!important;
  text-decoration: none;
}

header .container{
    display: flex;
}

.header-nav-logo{  
  width:200px;
  z-index: 9998;
  padding-left:6%;
  position: fixed;
  padding-top:20px;
}

.top-button{
  background-color: #26a46c;
  color: #fff;
  border-radius: 10px;
  padding: 10px 120px;
  justify-content: flex-end;
  margin-right:60px;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

nav{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    width:100%;
    height:80px;
    margin-right: 30%;
}

.list-nav-header{
    display: flex;
    justify-content:flex-end;
    z-index:9999;
}

.list-nav-header ul{
    list-style:none;
    display:flex;
    position:relative;
    align-items: center;
    width:100%;
    padding-left:0;
}

.list-nav-header li{
  padding-left:60px;
  text-align: center;
  left:0px;
  color:#fff;
  list-style: none;
}
.bar {
    position: fixed;
    z-index: 9999!important;
    width:100%;
}


.list-nav-header li a{
    text-decoration: none;
    align-items: center;  
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-style: normal; 
    margin-left:50px;
}

li a:hover{
  background-color:#1f764f;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

.register-now{
    background-color: #0f0f0f;
    color: #fff;
    border: 2px solid #0f0f0f;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
}
li .nav-right:hover{
    background:#716a5e;
    color:#ffffff; 
    transition: 0.3s ease-in-out;
}

/*Book a　call と　Try　For free 右寄せ↑---------------------------*/

/*header-main---------------------------*/

.header-main{
 height:100%;
}
.header-container{
  margin-top: 50px;
  margin-left: 10%;
  padding-bottom: 20px;
  white-space: nowrap;
}

.header-main p{
  color: #fff;
}

.header-main{
  background-image: url("images/top.JPG");
  background-repeat: no-repeat;
  background-position: right 0% bottom 0%;
  background-size: contain;
  background-color: #fff;
  width:100vw;
  text-align:left;
  margin:0 auto;
  padding-top:30px;
}

.header-main h1{
  font-size: clamp(22px, 3vw, 45px);
  z-index:1000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  /* color:#fff;
  text-shadow:2px 2px 0 #000, -2px -2px 0 #000,
              -2px 2px 0 #000, 2px -2px 0 #000000,
              0px 2px 0 #000,  0 -2px 0 #000000,
              -2px 0 0 #000, 2px 0 0 #000000; */
  color:#000;
  text-shadow:2px 2px 0 #fff, -2px -2px 0 #fff,
              -2px 2px 0 #fff, 2px -2px 0 #fff,
              0px 2px 0 #fff,  0 -2px 0 #fff,
              -2px 0 0 #fff, 2px 0 0 #fff;
}

.header-main h2{
  font-size: clamp(18px, 2.5vw, 28px);
  z-index:1000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#000000f;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.header-main h3{
  font-size: clamp(15px, 2.0vw, 24px);
   font-family: 'Noto Sans JP', sans-serif;
   font-weight: 700;
   font-style: normal;
   /* color:#ef5b0c; */
   background-color: #fff;
   max-width:500px;
   min-width:300px;
   padding:10px;
}
.header-main h3:before{
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right:10px;
  background-image: url('images/check.png');
  background-size: contain;
  vertical-align: middle;
}
.main-button{
  font-weight: 700;
  font-size: clamp(14px, 1.8vw, 18px);
  margin-top: 200px !important;
  background-color: #26a46c;
  color: #fff;
  border-radius: 10px;
  padding: 10px 120px;
  justify-content: center;
  text-decoration: none;
}

.main-button:hover{
  background-color:#1f764f;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

ul .main-text{
  width:500px;
  margin-top:20px;
}

.main-text li{
  list-style: none;
}

.button{
  margin-top: 50px;
}

/*--求人案件-----------------------------------------------------*/

.area-home-job{
  height:100%;
}

.container{
  color:#000000;
  text-align: center;
  width:100%;
}

h2{
  position: relative;
  margin-bottom: 1em;
}


h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#000000;
  margin-bottom: -5px;
}
/*--スライダー-------------------------------------*/
#slider{
  max-width:60%;
  height:auto;
  margin: 50px auto;
  background-color:#26a46c;
  padding:30px;
  margin-bottom: 100px;  
  align-items: center; 
  justify-content: center;
}

#slider .slider img{
  width:18rem;
  min-width: 200px;
}

.slider{
  background-color: #fff;
}
.slick.prev,
.slick.next{
  z-index:1000;
}

#slider h3{
  text-align: left;
  line-height:auto ;
  font-size: clamp(16px, 1.8vw, 18px);
  background-color:#000000;
  padding:10px;
  margin:1% 0;
  width: 100%;
  color: #FFF;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  background-color:#000000f ;
  opacity: 1;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*--スライダー実験----------------------------------*/
.slider-01{
  width:100%;
  height:100%;
}
.slider-left, .slider-right{
  text-align: left;
  padding:1%;
  margin-bottom: 1%;
}
.slider-left{
  width:40%;
}

.slider-left h3{
  font-size: 1.5vw!important;
}
.slider-left h3{
  height:auto;
  padding-top: 10%!important;
}
.slider-right{
  width:auto;
}

.slider-right h3{
  font-size: 2vw!important;
  background-color: #FFF!important;
  color:#000000!important;
  white-space: nowrap;
}
.slider h5{
  font-size: 1.5vw;
  margin:0;
  border-bottom: solid 5px #000;
}
.slider-right-text{
  list-style: none;
}

.job-text p{
  font-size: 1.0vw;
  margin-top:1%;
}

.slick-prev:before,
.slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;


    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-initialized .slick-slide
{
    display:inline-flex;
}

/*--悩み-------------------------------------------*/

.area-home-worry{
  width:100vw;
  height:100%;
  margin-top: 3%;
  padding-top:5px;
  text-align: center;
  /* height:50vw; */
  position: relative;
  z-index:2;
  align-items: center;
  margin-bottom:50px;
}
.worry h4{
  margin-top:-70px;
  z-index:2;
  margin-bottom: 30px;
}

.img01{
  position: absolute;
  left:0px;
  z-index:1;
  opacity: 0.7;
  width:100vw;
  height:80%;
  margin-top: -320px;
}

.nayami-cloud{
  width:100%;
  display: flex;
  position: relative;
  list-style: none;
  z-index:2;
  margin:0 auto;
}
.cloud li{
  position: absolute;
  list-style: none;
  color:#000;
  z-index:2;
  justify-content:space-around;
  background-color: #fff;
  border-radius: 50%;
  width:200px;
  height:200px;
  border-radius: 50%;
}

h5{
  font-size: 24px;
  margin-top: 30px;
  align-items: center;
}


.img02{
  width:14vw;
  z-index:2;
  position: absolute;
  display: block;
  bottom:0vw;
  left:40%;
}

.nayami {
 width:100%;
 display: flex;
 text-align: center;
 margin:0 auto;
 list-style: none;
 background-image: url("images/road3.png");
background-size: cover;
padding:20px;
}

.circle {
  display: flex!important;
  text-align: center;
  width: 300px;
  height: 300px;
  font-size: 1.5vw;
  border-radius: 50%;
  color: #000;
  font-weight: 700;
  background-color: #fff;
  position: relative;
  z-index: 100;
  justify-content: center;
}

.circle-inner {
  /* display: flex; */
  align-items: center;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 250px;
  z-index: 100;
  /* width:100%; */
  font-size: clamp(16px, 1.8vw, 20px);
}

.circle-inner-text{
  margin-left:10px;
}


.nayami01{
  margin: 0 auto;
}
/*--なら!!!------------------------------------------------*/
.area-home-merit h4{
  color: #000!important ;
}
.area-home-merit{
  width:100vw;
  height:100%;
  background-color:#F0F0F0;
  padding-bottom: 100px;
  
}
.merit h3{
  font-size: clamp(14px, 2.0vw, 24px);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#000;
  background-color: #fff;
  width:60%;
  padding:20px;
  text-align: left;
  margin:0 auto;
}

.merit h3:before{
  /* content: url('images/check.png');*/
  margin-right:10px; 
  content: '';/*何も入れない*/
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(images/check.png);
  background-size: contain;
  vertical-align: middle;
}

.merit h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  width: 100px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #fff;/*線の色*/
  margin-bottom: -5px;
}

/*--ならこんなこともできる!!!------------------------------------------------*/
.area-home-merit02{
  margin:0 auto;
  background-color: #fff8b2;
  /* border-radius: 50%; */
  clip-path: ellipse(100% 100% at center top);
  /* clip-path: path('M 0 200 L 0,75 A 5,5 0,0,1 150,75 L 200 200 z'); */
}

.merit2-contents{
  /* height:100vw; */
  /* background-image:url("images/round.png") ; */
  /* background-image: url(images/round3.png); */
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  margin:50px auto;
  position: relative;
  overflow: hidden;
}


ul .kanau01{
  width:100%;
}

.merit2-contents p{
  width:90%;
}
.kanau01, .kanau02{
  width:80%;
  display: flex;
  list-style: none;
  text-align: left;
  align-items: center;
  /* margin:40px auto; */
  justify-content: center;
  margin:0 auto;
}

.kanau01{
  right: 0;
  left: 0;
}
.kanau02{
  right: 0;
  left: 0;
  margin:50px auto;
}

.jimoto img, .taiguu img{
  max-width:400px;
}

.merit-button{
 background-color: #ef5b0c;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 120px;
  justify-content: flex-end;
  margin:0 auto;
  text-decoration: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom:0;
  margin: 0px auto;
  margin-bottom:50px;
  width:30%;
}


.merit-button:hover{
  background-color:#1f764f;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

/*--採用までの流れ------------------------------------------------*/
.title-text h4:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  width: 100px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  background-color:#000000;/*線の色*/
  margin-bottom: -10px;
}

.area-home-workflow{
  margin-top: 40px;
  margin:0 auto;
  width:100%;
  height:100%;
  background-color:#000;
  color: #fff;
  display: flex;
  flex-wrap :wrap ;
}
.title-text h4{
  padding-top:-50px;
  text-align: center;
  font-size: 45px;
  color:#000;
  position: relative;
  margin-bottom: 30px;
}

.saiyou:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  width: 200px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  background-color:#000000;/*線の色*/
  margin-bottom: -10px;
}

.flow{
  display: flex;
  width:80%;
  min-height:200px;
  margin:7% auto;
  background-color:#000000;
}
.step01, .step02, .step03, .step04{
  background-color: #fff;
  list-style: none;
  margin:10px auto;
  width:180px;
  padding: 30px 30px;
  white-space:nowrap;
  display: block;
}

/*--社員の声----------------------------------------------------*/
.area-home-voice{
  height:100%;
  width:100%;
}

.voice{
  width:100%;
  text-align: left;
  padding:20px;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  list-style: none;
}

.voice h3{
  font-size: 24px;
  color:#000;
  font-weight: 700px!important;
  padding-bottom: 50px;
}
.voice01, .voice02, .voice03{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 50px 10px;
  min-width: 300px;
  max-width: 30%;
  color: #000;
  font-size: 16px;
  background: #fff8b2;
  border-radius: 10px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}


.voice01:before, .voice02:before, .voice03:before{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff8b2;
}

/* .button{
  font-weight: 700;
  margin-top: 100px;
  background-color: #ef5b0c;
  color: #fff;
  border-radius: 10px;
  padding: 10px 120px;
  justify-content: center;
  text-decoration: none;
  padding-bottom: 10px;
} */


.button:hover{
  background-color:#1f764f;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

/*---未経験でも安心！------------------------------------------------------*/
.area-home-noex{
  width:100%;
  height:100%;
}

.noex{
  margin:50px auto;
  background-image: url("images/img03.png");
  padding: 1.12rem 0 0.93rem;
  text-align: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.noex p{
  padding: 5% 20%;
  margin:0 auto;
  font-weight: 600px;
  font-size: 18px;
  color:#000;
}

/*---まずはお気軽にください！-------------------------------*/
.text-message{
  width:100%;
  text-align: center;
  color:#26a46c;
  font-size: 45px;
  text-decoration: none;
  margin:30px auto;
}

.text-message a{
  text-decoration: none;
}

.text-message a:hover{
  background-color: #165438;
  transition: 0.3s ease-in-out;
}

/*--応募フォーム-----------------------------------------------*/
.area-home-apply{
  height:100%;
  background-color:#000000;
  text-align: left!important;
}

form{
  width:100%;
}
.title-form{
  color: #fff!important;
}

.area-home-apply h2, .area-home-apply h1{
  color: #fff!important;
  width:90%;
  margin:0 auto;
}


.title-form:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 100px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  margin-bottom: -5px;
}

.container td{
  color:#fff;
  justify-content: left!important;
  align-items: center;
}
td span .required{
  color:red;
}
table{
  margin:0 auto;
}

td{
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 0;
  vertical-align: baseline;
}

input[type="text"],
  textarea {
    background: #ffffff;
    font-size: 16px;
    transition: 0.8s;
    border-radius: 0;
    border-radius: 5px;
}

input[name="propval_12_y"],
    textarea{
    left:0;
    background: #ffffff;
    font-size: 16px;
    transition: 0.8s;
    border-radius: 0;
    border-radius: 5px;
    width: 70px !important;
    writing-mode: horizontal-tb !important;
}

select[name="propval_12_m"],
    textarea{
    margin:10px auto;
    background: #ffffff;
    font-size: 16px;
    width: 70px;
    transition: 0.8s;
    border-radius: 0;
    border-radius: 5px;
    margin-left:10px;
}

select[name="propval_12_d"],
    textarea{
    margin:10px auto;
    background: #ffffff;
    font-size: 16px;
    width: 70px;
    transition: 0.8s;
    border-radius: 0;
    border-radius: 5px;
    margin-left:10px;
}
select[name="propval_36[]"]{
  background-color: #fff;
  justify-content: left;
  border-radius: 5px;
}

input[type="submit"]{
    margin:20px 0;
    width:100%;
    color:#fff;
    background: #ef5b0c;
    border-radius: 10px ;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 400px;
    height: 40px;
    justify-content: center;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    font-size:14px;
    z-index: 1;
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}


input[type="submit"] .hm_submit_btn{
  margin-left:100px;
}

input[type="submit"]:hover{
  background-color:#1f764f;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

.area-home-apply .container table{
  text-align: left;
}
/*---運輸情報--------------------------------------*/
.area-home-company{
  font-weight: 700;
  text-align: center;
}

/*---プライバシーポリシー----------------------------------------*/
.privacy-wrapper{
  margin-bottom:20px;
}
.privacy-wrapper a{
  color:#fff;
  margin-bottom: 30px;
}

.privacy-wrapper a:hover{
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}
/*---footer------------------------------------------------------*/
footer{
    width:100%;
    text-align: center;
}



/*-----------------レスポンシブ対応--------------------------------*/

/*-----------------------PC-------------------------------------------------------------------------------------------------*/

@media screen and (max-width:1200px){
  .header-main {
    /* background-image: url(images/top-img2.png); */
    background-repeat: no-repeat;
    background-position: right 0% bottom 0%;
    background-size: cover;
}
  .circle {
    width: 240px;
    height: 240px;
  }

  .img01 {
    margin-top: -200px;
}

.circle-inner {
  width: 200px;
}
}
@media screen and (max-width:1150px){
  #slider .slider img{
    width:13rem;
  }
  .circle {
    width: 300px;
    height: 300px;
  }
  
}

@media screen and (max-width:1040px){
      #slider{
        max-width:70%;
        height:auto;
        margin: auto;
        /* background-color:#000000; */
        padding:30px;
        margin-bottom: 100px;   
      }
      
      #slider .slider img{
        width:100%;
      }
      .slider-right-text p{
        font-size: 1.1vw!important;
      }

      #slider .slider img{
        width:12rem;
      }

      .area-home-voice{
        height:100%;
        width:100%;
      }
      
      .voice{
        display: block;
        flex-wrap: wrap;
      }

      .voice01, .voice02, .voice03{
        max-width: 80%!important;
        min-width: 500px;
        display: flex;
        flex-wrap: wrap;
        margin:40px auto;
      }

      ul .kanau01{
        width:100%;
      }
      
      .merit2-contents{
        background-size: 100% 100%!important;
        background-repeat: no-repeat;
        background-size: contain;
        width:100%;
        margin:50px auto;
        position: relative;
      }
    .merit-button{
      width:60%;
    }

}
        
@media screen and (max-width:1024px) {
    .list-nav-header{
        width:100%;
        padding-left:0;
        font-size: 14px;
        
    }
    .logo{
        width:20%;
    }

    li .nav-left{
        display: flex;
        color:#0f0f0f;
        font-weight: bold;
        align-items: center;
        white-space:nowrap
    }

}

@media screen and (max-width:1000px){
  .img02{
    bottom:-5vw;
    z-index: 200;
  }
.area-home-worry{
  padding-top:5px;
}

.circle {
  width: 240px;
  height: 240px;
}


}
/*-----------------------PC-------------------------------------------------------------------------------------------------*/
@media screen and (max-width:974px){
  .flow{
    display: flex;
    width:100%;
    margin:0 auto;
  }
}

@media screen and (max-width:870px){
  #slider{
    max-width:80%;
    height:auto;
    margin: auto;
    /* background-color:#000000; */
    padding:30px;
    margin-bottom: 100px;   
  }
  
  #slider .slider img{
    width:100%;
  }
  .slider-right-text p{
    font-size: 14px!important;
  }
  .slider-right h3{
    font-size: clamp(20px, 1.8vw, 28px)!important;
  }
.slider h5{
  font-size: 1.6vw;
  margin:0;
  border-bottom: solid 5px #000;
}
}

/*-----------------------タブレット------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
  .top-button {
    padding: 10px 10px;
    margin-right:5px;
}

.header-nav-logo{
  padding-left:5px;
}
.title-text h4{
  font-size: 32px!important;
}
.flow{
  flex-wrap:wrap;
}

.kanau01,.kanau02 {
  display: block;
  /* width:90%; */
  margin: 100px auto;
}

.area-home-merit02 {
  clip-path: ellipse(200% 100% at center top);
}

.merit02-img{
  margin-top:30px;
  text-align: center;
}

.voice{
  width:100%;
  list-style: none;
}

/* .top-button{
  display:none;
} */

header{
  width:100%;
  height:100%;
}

.header-main h3:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url('images/check.png');
  background-size: contain;
  vertical-align: middle;
  }

  .header-main p{
  font-size:1rem;
  margin:0 20px;
  }

  .header-container{
    margin-top: 50px;
    margin-left: 5%;
    padding-bottom: 20px;
  }

  .slick-initialized .slick-slide
{
    display:block!important;
}

#slider{
  margin-top: 50px;
}
.slider-left {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.slider-left h3{
  text-align: center;
  font-size: 18px!important;
  width:64vw!important;
  text-align: center!important;
  position: relative;
  white-space: nowrap;
}

#slider .slider img {
  width:100%;
  top:10px;
}

.slider-right h5{
  font-size: clamp(16px, 1.8vw, 18px);
}

.area-home-workflow{
  margin:0 auto;
  width:100vw;
  height:100%;
  background-color:#000000;
  color: #fff;
  display: flex;
  flex-wrap :wrap ;
}
.title-text h4{
  padding-top:-50px;
  text-align: center;
  font-size: 45px;
  color:#000000;
  position: relative;
  margin-bottom: 30px;
}

.saiyou:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 200px;
  height: 1px;
  background-color:#000000;
  margin-bottom: -10px;
}

.flow{
  width:100%!important;
  margin:7% auto;
  background-color:#000000;
  flex-wrap: wrap;
}
.step01, .step02, .step03, .step04{
  display: inline-block;
  background-color: #fff;
  list-style: none;
  width:180px;
  padding: 30px 30px;
  white-space:nowrap;
}
.nayami {
  flex-wrap:wrap;
}

 .area-home-merit{
  width:100%;
  height:100%;
 }

 .merit h3{
  width:90%;
  padding:20px;
  text-align: left;
 }
 .area-home-merit02{
  margin:0 auto;
}

.noex p{
  padding: 5%;
  margin:0 auto;
  font-weight: 600px;
  font-size: 18px;
  color:#000;
}
.voice01 h3{
  text-align:left;
}
.sp{
  display: block;
}

}


/*---End768px------------------------------------------------*/

@media screen and (max-width:710px){
.jimoto img, .taiguu img{
  width:100%;
  justify-content: center;
  margin: 0 auto;
}

}

@media screen and (max-width:568px){

.header-main h3{
 width:95%;
}


.voice01, .voice02, .voice03{
  max-width: 96%!important;
  min-width: 300px;
  display: flex;
  flex-wrap: wrap;
  margin:40px auto;
}


}


/*---------------------スマホ------------------------------------------------*/
@media screen and (max-width:510px){
  .title-text h4{
    font-size: 24px!important;
  }
.container h4{
  font-size:24px;
  color:#000000;
  text-align: center;
  position: relative;
  }

  /* .header-main h2{
    font-size: 14px;
   } */

   .area-home-merit02{
    margin:0 auto;
  }
  
  
}



/*---------------------スマホ------------------------------------------------*/

@media screen and (max-width:479px){
  .header-main{
    width:80%;
  }
  .header-main{
        width:100%;
    }
  /* .header-main h1{
        font-size: 36px;
    } */

  .header-main p{
      font-size:14px;
      margin:0 20px;
  }
  .circle{
    width:150px;
    height:150px;
  }

}

@media screen and (max-width:445px){
/* .merit2-contents{
  height:400vw;
} */

.nayami01{
  margin:10px auto;
}

}
@media screen and (max-width:414px){
  .merit-button{
    left:10%;
   }
  }

@media screen and (max-width:400px){
  .main-button{
    padding:10px 50px;
  }
  
  .merit-button{
    left:12%;
    padding:10px 100px;
   }

   .button{
    padding:10px 100px;
   }

   input[type="submit"] {
    width:80%;
   }
}

@media screen and (max-width:350px){
  /* .header-main {
    height:650px;
  } */
  
  .header-nav-logo{
    padding-left: 0;
  }

  .step01, .step02, .step03, .step04{
    width:150px;
    height:150px;
  }

  .merit-button{
    left:7%;
   }
}