@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;
}

.container{
width:100%;
font-style: normal;
font-weight: 100;
margin:0 auto;
}


.container h1{
font-size: clamp(1rem, 0.781rem + 5.13vw, 3.875rem) !important;
/* font-size:45px; */
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-style: normal;
}

.container h2{
font-size: clamp(1rem, 0.781rem + 5.13vw, 2.0rem) !important;
font-size:28px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-style: normal;
}


.container h3{
font-size: clamp(1rem, 0.781rem + 5.13vw, 1.2rem) !important;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 700;
font-style: normal;
color: #00246f;
text-align: center;
padding-top:10px;
}

.container h4{
  font-size: clamp(1rem, 0.781rem + 5.13vw, 2.0rem) !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00246f;
  text-align: center;
  padding-top:50px;
  position: relative;
  margin-bottom: 30px;
  }

.container p{
 font-size:1rem;
 font-family: 'Noto Sans JP', sans-serif;
 font-weight: 400;
 font-style: normal;
 padding-top:10px;
}

/*header---------------------------------------*/

.header-menu{
  width:100%;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
  z-index: 9999!important;
  text-decoration: none;
}

header .container{
    display: flex;
}

.header-nav-logo{  
  /*width:200px;*/
  z-index: 9998;
  padding-left: ;
  /* padding-left:6%; */
  position: fixed;
  padding-top:20px;
}

.header-wrapper{
  width:80%;
  margin:0 auto;
}

.nav-list{
  justify-content: space-between;
}

.top-button{
  background-color: #ef5b0c;
  color: #fff;
  border-radius: 10px;
  padding: 10px 100px;
  justify-content: flex-end;
  /* margin-right:100px; */
}

*{
    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:#b2450b;
    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----------------------------------*/

.header-main{
 height:100%;
}
.header-container{
  margin-top: 50px;
  margin-left: 10%;
  padding-bottom: 20px;
  min-height: 50vh;
}

.header-main h1{
  /* font-size: 45px; */
  font-size: clamp(1rem, 0.781rem + 5.13vw, 3.875rem) !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  color: #fff;
  white-space: nowrap;
}

.header-main p{
  color: #fff;
}

.header-main{
  background-image: url("images/img-top03.png");
  background-repeat: no-repeat;
  background-position: right 0% bottom 0%;
  background-size: auto ;
  background-color: #00246f;
  width:100vw;
  text-align:left;
  margin:0 auto;
  padding-top:30px;
}

.header-main h1{
  /* font-size: 45px; */
  z-index:1000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#ffe800;
  text-shadow:2px 2px 0 #00246f, -2px -2px 0 #00246f,
              -2px 2px 0 #00246f, 2px -2px 0 #00246f,
              0px 2px 0 #00246f,  0 -2px 0 #00246f,
              -2px 0 0 #00246f, 2px 0 0 #00246f;
}

.header-main h2{
  font-size: 24px;
  z-index:1000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#00246f;
  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: 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;
  background-image: url('images/check.png');
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.main-button{
  font-weight: 700;
  margin-top: 200px !important;
  background-color: #ef5b0c;
  color: #fff;
  border-radius: 10px;
  padding: 10px 120px;
  justify-content: center;
  text-decoration: none;
  font-size: clamp(1.0rem, 0.781rem + 5.13vw, 1.075rem) !important;
}

.main-button:hover{
    background-color:#b2450b;
    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:#00246f;
  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: #00246f;
  margin-bottom: -5px;
}
/*--スライダー-------------------------------------*/
#slider{
  max-width:60%;
  height:auto;
  margin: 50px auto;
  background-color: #00246f;
  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: 2vw;
  background-color: #00246f;
  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:#00246f ;
  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: #00246f!important;
  white-space: nowrap;
}
.slider h5{
  font-size: 1.5vw;
  margin:0;
  border-bottom: solid 5px #00246f;
}
.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;
} */

.body-home {
/* ベースカラーは維持 */
  background-color: #4d4646; 
  padding: 40px;
  background:radial-gradient(#4d4646, #afafaf); 
  /* 複数の薄いradial-gradientを重ねて、もやもや感を出す */
  background-repeat: no-repeat;
  background-size: cover;
}

/* 親要素の背景を白などにして、もやもや部分を際立たせる */
.worry {
    background-color: white; /* もやもや部分を囲む要素の背景色 */
    /* padding: 20px; */
}
.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;
}

.nayami-bottom{
margin-bottom:30px;

}

.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;
}

.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 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 250px;
  z-index: 100;
  width:100%;
  white-space: nowrap;
  font-size: clamp(0.8rem, 0.781rem + 5.13vw, 1.0rem) !important;
}

.nayami01{
  margin: 0 auto;
}
/*--トナミなら!!!------------------------------------------------*/
.section {
  position: relative;
  /* padding: 80px 20px; */
  color: #00246f;
  text-align: center;
  overflow: hidden;
}

.section1 {
  background-color: #fdf1c4; /* 明るいオレンジ */
  /* height: 60vw; */
}

.section2 {
  background-color: #ffe587; /* 濃いめオレンジ */
  height: 30vw;
}

.content {
  max-width: 800px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.diagonal-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 0;
  z-index: 1;
}

.diagonal-divider svg {
  display: block;
  width: 100%;
  height: 100%;
}

.kanau01,
.kanau02 {
    list-style: none;
    padding: 20px;
    margin: 0 auto; /* 中央揃え */
    max-width: 1000px; /* コンテンツの最大幅を制限 */
}


/* テスト */
.merit-main-button{
  padding-bottom:60px;
  margin-top:60px;
  align-items: center;
  text-align: center;
}
.header-main-button{
  width:100%;
  margin:0 auto;
}

.area-home-merit h4{
  color: #fff!important ;
}
.area-home-merit{
  width:100vw;
  /* height:100%; */
  background-color: #00246f;
  /* padding-bottom: 100px; */
}

.area-home-merit li{
  max-width:1200px;
  min-width:300px;
  margin:0 auto;
}
.merit h3{
  font-size: 36px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#ef5b0c;
  background-color: #fff;
  padding:20px;
  text-align: left;
  margin:0 auto;
  align-items: center;
  width:50%;
}

.merit h3:before{
  content: url('images/check.png');
  margin-right:10px;
}

.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;
}

/*--トナミならこんなこともできる!!!------------------------------------------------*/
.box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 0;
  align-items: center;
}

.case{
  width:80%;
  margin:20px auto;
}

.text {
  text-align: left;
}

h3 {
  font-size: 21px;
  margin: 0;
}

.pict {
  /* width: 30%; */
  margin-left: 3%;
}

.pict img {
  width: 100%;
  height:auto;
}

.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text {
  text-align: left;
  white-space: nowrap;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

@media screen and (max-width:768px) {
  .box {
  display: block;
}

.pict {
        text-align: center; /* ★修正：親要素に適用 */
    }
 .pict img{
  text-align: center;
 }

 .case img{
   margin:30px auto!important;
 }
}


.area-home-merit02{
  margin:0 auto;
}

.merit2-contents{
  /* height:50vw; */
  /* background-image:url("images/round.png") ; */
  background-repeat: no-repeat;
  background-size: contain;
  width:100%;
  margin:0 auto;
  position: relative;
  overflow: hidden;
}

.merit2-contents h4{
  top:8%;
}

ul .kanau01{
  width:100%;
}

.merit2-contents p{
  width:90%;
}
.kanau01, .kanau02{
  width:100%;
  display: flex;
  list-style: none;
  text-align: left;
  align-items: center;
  margin:40px auto;
  justify-content: center;
}

.kanau01{
  position: absolute;
  justify-content: center;
  top:20%;
  width:80%;
  margin-left: 15%;
}
.kanau02{
  position: absolute;
  top:50%;
  width:80%;
  margin-left:15%;
}

.jimoto img, .taiguu img{
  width:80%;
}

.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;
  left:38%;
  top:83%;
}


.merit-button:hover{
  background-color:#b2450b;
  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: #00246f;/*線の色*/
  margin-bottom: -10px;
}

.area-home-workflow{
  margin-top: 40px;
  margin:0 auto;
  width:100%;
  height:100%;
  background-color: #00246f;
  color: #fff;
  display: flex;
  flex-wrap :wrap ;
}
.title-text h4{
  padding-top:-50px;
  text-align: center;
  font-size: 45px;
  color: #00246f;
  position: relative;
  margin: 30px 0;
}

.saiyou:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;/*線の上下位置*/
  display: inline-block;
  width: 200px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  background-color: #00246f;/*線の色*/
  margin-bottom: -10px;
}

.flow{
  display: flex;
  width:60%;
  min-height:200px;
  margin:30px auto;
  background-color: #00246f;
}
.step01, .step02, .step03, .step04{
  background-color: #fff;
  list-style: none;
  margin:10px auto;
  width:180px;
  padding: 30px 30px;
  white-space:nowrap;
  display: block;
}

/* 既存の .step01, .step02, .step03, .step04 のスタイルを修正 */
.step01, .step02, .step03, .step04{
  background-color: #fff;
  list-style: none;
  /* margin: auto; の影響を考慮し、ここではそのままにしておきます */
  margin: 10px auto; 
  width: 180px;
  padding: 30px 30px;
  white-space: nowrap;
  display: block;
  position: relative; /* 連結線用 */
  z-index: 2; /* 連結線用 */
  
  /* ↓ 追記: 左右に細い線（ボーダー）を追加 */
  border-left: 2px solid #00246f;  /* 左側の線（メインカラーに合わせて青） */
  border-right: 2px solid #00246f; /* 右側の線（メインカラーに合わせて青） */
  /* 必要であれば、線の色や太さを調整してください */
}

/* 最後の li 要素（.step04）を除いたすべての li 要素に線を追加 */
.flow li:not(:last-child)::after {
  content: ''; /* 疑似要素には必須 */
  position: absolute; /* liを基準に絶対配置 */
  z-index: 1; /* ステップ要素（z-index: 2）より奥に配置 */

  /* 線の位置調整 */
  top: 50%; /* 縦方向の中心に配置 */
  right: -50px; /* liの右端から線の長さ分だけ外側にずらす */
  /* right: 0; と transform: translateX(100%); でも同様に配置可能 */
  transform: translateY(-50%); /* 縦方向の中央に微調整 */
}

/* PC表示 (横線) の設定例 */
.flow > li:not(:last-child)::after {
    content: "▶"; 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: white; 
    font-weight: bold;
    z-index: 10;
}

/* 720px以下の縦線（Step3とStep4を含む）の設定例 */
@media screen and (max-width: 920px) {
  .flow{
  display: flex;
  width:80%;
  min-height:200px;
  margin:30px auto;
  background-color: #00246f;
}
}

/* 2. 各ステップの右側に「▶」を疑似要素として配置 */
.flow > li:not(:last-child)::after {
    content: "▶"; /* 矢印の特殊文字を挿入 */
    position: absolute;
    transform: translateY(-50%); /* 縦方向の中央寄せ */
    /* 矢印のデザイン */
    font-size: 24px; /* サイズを調整 */
    color: white; /* 背景色（濃紺）に映える色に */
    font-weight: bold;
    z-index: 10;
}

/* 3. 矢印と文字の間の不要な改行を削除するための調整 */
.flow > li p, .flow > li h2 {
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

/* ------------------------------------- */
/* 2. モバイル (768px以下) の縦積みレイアウト */
/* ------------------------------------- */

@media screen and (max-width: 768px) {
    .flow {
        flex-direction: column; /* 要素を縦一列に積み重ねる */
        align-items: center; /* 左右中央寄せ */
    }

    .flow > li {
        width: 80%; /* モバイル画面で幅を広げる */
        margin-bottom: 50px; /* ステップ間に隙間を作る */
        /* width: 100%; の場合は、矢印の配置をより厳密に調整する必要があります */
    }

    /* モバイル: 各ステップの下部に「▼」を配置 */
    .flow > li:not(:last-child)::after {
        content: "▼"; /* 矢印を下向きに変更 */
        /* 位置をステップの右側から下中央に変更 */
        top: auto; /* topの指定を解除 */
        bottom: -50px; /* ステップボックスの下に配置（マージンの値と連携） */
        right: auto;
        left: 50%; /* 中央に配置 */
        transform: translate(-50%, 0); /* 中央寄せのための調整 */
        
        font-size: 20px; /* モバイルに合わせて少し小さく */
    }
}
/* HTMLの<br>タグはそのままですが、marginをリセットすることで縦方向の間隔を詰めています */

/* 左右の線（ステップを囲む縦線）は、上記の `.step01`〜`.step04` への border 追加で実現できます。*/


/* ------------------------------------- */
/* PCでの距離感固定のためのCSS調整 */
/* ------------------------------------- */

/* 1. ステップボックスのスタイル */
.flow > li {
    position: relative;
    flex-shrink: 0; /* 幅が狭くなっても縮まないように固定 */
    width: 180px;  /* 幅を固定 */
    /* ... 既存のスタイル ... */
    box-sizing: border-box;
}

/*--社員の声----------------------------------------------------*/
.area-home-voice{
  height:100%;
  width:100%;
}

.voice{
  width:80%;
  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;
  margin:0 auto;
  white-space: nowrap;
}
.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;
  font-size: clamp(1.0rem, 0.781rem + 5.13vw, 1.075rem) !important;
}


.button:hover{
  background-color:#b2450b;
  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:#ef5b0c;
  font-size: 45px;
  text-decoration: none;
  margin:0 auto;
}

.text-message h6{
  width:80%;
  text-align: center;
  margin:0 auto;
  margin-bottom:20px;
  white-space: nowrap!important;
}

/*--応募フォーム-----------------------------------------------*/
.area-home-apply{
  height:100%;
  background-color: #00246f;
  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:#b2450b;
  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;
}

.footer-merit{
  padding-top:50px;
}



/*-----------------レスポンシブ対応--------------------------------*/

/*-----------------------PC-------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1500px){
  #slider .slider img{
  width:15rem
  }
}

@media screen and (max-width:1400px){
  .circle {
    width: 250px;
    height: 250px;
  }

  .img01 {
    margin-top: -260px;
}
}

@media screen and (max-width:1200px){
  .circle {
    width: 220px;
    height: 220px;
  }

  .img01 {
    margin-top: -240px;
}

.circle-inner {
  width: 200px;
}
}
@media screen and (max-width:1150px){
  #slider .slider img{
    width:13rem;
  }
}

@media screen and (max-width:1100px){
.circle {
  width: 200px;
  height: 200px;
}

.circle-inner {
  width: 180px;
}

.img01 {
  margin-top: -220px;
}

.merit2-contents h4{
  top:4%;
}

.jimoto h2, .taiguu h2{
  font-size: 24px;
}

.jimoto p, .taiguu p{
  font-size: 14px;
}

 
.kanau01, .kanau02{
  margin:0 auto;
  justify-content: center;
}

.kanau01{
  position: absolute;
  top:20%;
  width:100%;
  margin-left: 10%;
}

.kanau02{
  position: absolute;
  top:50%;
  width:100%; 
  margin-left: 10%;
}


.jimoto img, .taiguu img {
    width: 60%;
}

@media screen and (max-width:1040px){
      #slider{
        max-width:70%;
        height:auto;
        margin: auto;
        background-color: #00246f;
        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;
      }
}
        
@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: 200px;
    height: 200px;
    font-size: 14px;
}


.kanau01{
  position: absolute;
  /* top:40%; */
  width:100%;
  margin-left: 10%;
  margin-bottom: 10%;
}
.kanau02{
  position: absolute;
  top:54%;
  width:100%;
  margin-left: 10%;
}

.jimoto img, .taiguu img{
  width:50%;
}

.jimoto h2, .taiguu h2{
  font-size: 18px;
}

.jimoto p, .taiguu p{
  font-size: 14px;
}
.merit-button{
  left:35%;
  top: 86%;
}


}
/*-----------------------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: #00246f;
    padding:30px;
    margin-bottom: 100px;   
  }
  
  #slider .slider img{
    width:100%;
  }
  .slider-right-text p{
    font-size: 14px!important;
  }
  .slider-right h3{
    font-size: 2.6vw!important;
  }
.slider h5{
  font-size: 1.6vw;
  margin:0;
  border-bottom: solid 5px #00246f;
}
}

/*-----------------------タブレット------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
.title-text h4{
  font-size: 32px!important;
}
.flow{
  flex-wrap:wrap;
}
.kanau01, .kanau02{
  width:100%;
  display: block;
  list-style: none;
  text-align: left;
  align-items: center;
  margin:40px auto;
  justify-content: center;
 }
.voice{
  width:100%;
  list-style: none;
}

.top-button{
  display:none;
}

header{
  width:100%;
  height:100%;
}
.header-main{
  width:100%;
  /* height:700px; */
}

.header-main h2{
  font-size: 3vw;
 }

.header-main h3:before{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url('images/check.png');
  background-size: contain;
  vertical-align: middle;
  margin-right:10px;
  }

  .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;
}

#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: 18px!important;
}

.area-home-workflow{
  margin:0 auto;
  width:100vw;
  height:100%;
  background-color: #00246f;
  color: #fff;
  display: flex;
  flex-wrap :wrap ;
}
.title-text h4{
  padding-top:-50px;
  text-align: center;
  font-size: 45px;
  color: #00246f;
  position: relative;
  margin-bottom: 30px;
}

.saiyou:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 200px;
  height: 1px;
  background-color: #00246f;
  margin-bottom: -10px;
}

.flow{
  width:100%!important;
  margin:7% auto;
  background-color: #00246f;
  flex-wrap: wrap;
}
.step01, .step02, .step03, .step04{
  display: inline-block;
  background-color: #fff;
  list-style: none;
  width:180px;
  padding: 30px 30px;
  white-space:nowrap;
}

.img01{
  display: none;
}

.img02{
  display: none;
}
.nayami {
  width:100%;
  display: block;
  list-style: none;
  /* background-image: url("images/road3.png"); */
  background-size: 100% 100% cover;
  max-width: 100%;                      /* 横幅のサイズを指定    */
 }
 
 .circle {
   width: 200px;
   height: 200px;
   font-size: 14px;
   border-radius: 50%;
   color: #000;
   font-weight: 700;
   background-color: #fff;
   position: relative;
   z-index: 100;
   justify-content: center!important;
   margin-top: 20px!important;
   margin:20px auto;
 }
 
 .circle-inner {
   text-align: center;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   width: 350px;
   z-index: 100;
   width:100%;
   padding:20px;
 }
 .worry{
  height:100%;
 }

 .area-home-merit{
  width:100%;
  /* margin-top:420px; */
  height:100%;
 }

 .merit h3{
  width:90%;
  padding:20px;
  text-align: left;
 }
 .area-home-merit02{
  margin:0 auto;
}

.merit2-contents{
  /* height:150vw; */
  /* background-image:url("images/round3.png") ; */
  background-size: 100% 100%!important;
  background-repeat: no-repeat;
  background-size: contain;
  width:100%;
  margin:50px auto;
  position: relative;
}

ul .kanau01{
  width:100%;
}
.kanau01, .kanau02{
  width:100%;
  display: flex;
}

.kanau01{
  position: absolute;
  top:16%;
  width:100%;
  left:10%;
}
.kanau02{
  position: absolute;
  top:55%;
  width:100%;
  left:10%;
}

.jimoto img, .taiguu img{
  width:70%;
}

.merit-button{
  top:90%;
  left:28%;
}

.merit-button:hover{
  background-color:#b2450b;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

.noex p{
  padding: 5%;
  margin:0 auto;
  font-weight: 600px;
  font-size: 18px;
  color:#000;
}
.voice01 h3{
  text-align:left;
}
  

}


/*---End768px------------------------------------------------*/
@media screen and (max-width:600px){
  .area-home-merit{
    /* margin-top:550px; */
}
.merit h3{
  font-size: 18px;
}

.header-main h3{
  font-size: 24px;
}
.area-home-merit02{
  margin:0 auto;
}

.merit2-contents{
  /* height:320vw; */
  /* background-image:url("images/round3.png") ; */
  background-repeat: no-repeat;
  background-size: contain;
  width:100%;
  margin:50px auto;
  position: relative;
}

.merit2-contents h4{
  top:2%;
}

.merit2-contents p{
  width:80%;
}
.kanau01, .kanau02{
  width:100%;
  display: block;
  list-style: none;
  text-align: left;
  align-items: center;
  margin:40px auto;
  justify-content: center;
}

.kanau01{
  position: absolute;
  justify-content: center;
  top:10%;
  width:100%;
}
.kanau02{
  position: absolute;
  top:50%;
  width:100%;
}

.jimoto img, .taiguu img{
  width:80%;
}

.merit-button{
  left:25%;
  top:90%;
  margin-top: 50px;
}

}

@media screen and (max-width:568px){

.slider-right-text p{
    font-size: 12px!important;
}
.header-main{
  width:100%;
  /* height:600px; */
}
.header-main h1{
 /* font-size: 30px; */
}

.header-main h2{
 font-size: 3vw;
}

.header-main h3{
  font-size: 4vw;
}

.header-main h3{
 width:80%;
}


.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: #00246f;
  text-align: center;
  position: relative;
  }

  .header-main h2{
    font-size: 14px;
   }

   .area-home-merit02{
    margin:0 auto;
  }
  
  .merit2-contents{
    /* height:320vw; */
    width:100%;
    margin:50px auto;
    position: relative;
  }
  
  .merit2-contents h4{
    top:2%;
  }
  
  .merit2-contents p{
    width:85%;
  }
  .kanau01, .kanau02{
    width:100%;
    display: block;
    list-style: none;
    text-align: left;
    align-items: center;
    margin:40px auto;
    justify-content: center;
  }
  
  .kanau01{
    position: absolute;
    justify-content: center;
    top:6%;
    width:100%;
  }
  .kanau02{
    position: absolute;
    top:48%;
    width:100%;
  }
  
  .jimoto img, .taiguu img{
    width:80%;
  }
  
  .merit-button{
    left:20%;
}
  
}
@media screen and (max-width:479px){
    .header-main{
        width:90%;
    }
    .header-main h1{
        /* font-size: 36px; */
    } 
    
    .merit2-contents{
      /* height:400vw; */
      width:100%;
      margin:50px auto;
      position: relative;
    }

    .merit-button{
      left:16%;
  }

  .merit2-contents h4{
    top:2%;
  } 
  
}



/*---------------------スマホ------------------------------------------------*/

@media screen and (max-width:479px){
  .header-main{
    width:80%;
  }
  .header-main{
        width:100%;
    }

    .header-wrapper {
    width: 95%;
    }
  .header-main h1{
        /* font-size: 36px; */
    }

  .header-main p{
      font-size:14px;
      margin:0 20px;
  }

  .jimoto img, .taiguu img{
    width:60%;
    margin:10px 40px;
  }

  .kanau01{
    position: absolute;
    justify-content: center;
    top:12%;
    width:100%;
  }
  .kanau02{
    position: absolute;
    top:50%;
    width:100%;
  }
}

@media screen and (max-width:445px){
.merit2-contents{
  /* height:400vw; */
}

.kanau01{
  position: absolute;
  justify-content: center;
  top:9%;
  width:100%;
}
.kanau02{
  position: absolute;
  top:53%;
  width:100%;
}

}
@media screen and (max-width:414px){
  .merit-button{
    left:10%;
   }
  }

@media screen and (max-width:400px){
  .main-button{
    padding:10px 100px;
  }
  
  .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%;
   }
}
}