@charset "UTF-8";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'Osaka' ,sans-serif ,'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' ;
    color: #000000; /* 標準文字色 */
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container
{
}

#hpb-header {
  width: 100%;
  margin-top: -1px;
  padding-top: 0;
  text-align: left;
  position: fixed;
  z-index: 3500;
  top: 0;
  background-color: #231917;
}

.header-box {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;           
  padding: 0 20px;
  max-width: 980px;
  margin: 0 auto;
  background-color: #231917;
}

/* ロゴ */
#hpb-headerLogo {
  font-size: 22px;
  margin: 0;
}
#hpb-headerLogo a {
  text-decoration: none;
  color: #000;
}

/* ナビ */
.header-box-nav ul {
  display: flex;
  gap: 30px;             
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-box-nav a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: color 0.3s;
  letter-spacing: 2px;
}
.btn a,.btn-rec a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: color 0.3s;
  letter-spacing: 2px;
}
.header-box-nav a:hover,.btn a:hover,.btn-rec a:hover{
  color: #0099cc; 
  text-decoration: none;
}

/* 電話部分 */
.header-box-info {
  text-align: right;
  padding-left: 50px;
}
.header-box-info .tel {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #fff;
}
.header-box-info .time {
  font-size: 12px;
  margin: 0;
  color: #fff;;
}

/* --- ハンバーガーボタン --- */
.menu-top__button {
  position: fixed;
  top: 12px;
  width: 50px;
  height: 50px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 2200;
  display: none; 
  right: 0;
}

.menu-top__button span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 70%;
  height: 3px;
  margin: auto;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.menu-top__lineTop { top: 14px; }
.menu-top__lineMiddle { top: 23px; }
.menu-top__lineBottom { top: 32px; }

/* ×に変化 */
.menu-top__button.is-open .menu-top__lineTop {
  transform: rotate(45deg);
  top: 23px;
}
.menu-top__button.is-open .menu-top__lineMiddle {
  opacity: 0;
}
.menu-top__button.is-open .menu-top__lineBottom {
  transform: rotate(-45deg);
  top: 23px;
}

#hpb-inner{
    clear: both;
    width: 100%;
    position: relative;
}

#hpb-inner::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#hpb-wrapper{
   width: 100%;
}

*:first-child + html #hpb-wrapper{
    /*for IE7*/
    margin-top: 20px;
}

#hpb-title{
    background-color: #fff;
}

#hpb-main{
  width: 100%;
  float: left;
  text-align: left;
  background-color: #000;
}

.hpb-layoutset-02 #hpb-main{
  background-color: #fff;
}

#hpb-nav{
	display: block;
    /*width: 100%;
    height: 39px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;*/
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* ヘッダー領域 */

#hpb-headerLogo{
    width: 205px;
    float: left;
}

* html #hpb-headerLogo{
    /* for IE6 */
    padding-bottom: 0;
}

#hpb-headerLogo a{
    display: block;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 65px;
    margin-top: 3px;
    background-image : url(logo.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 187px;
    background-color: #231917;
}

* html #hpb-headerLogo a{
    /* for IE6 */
    margin-top: 0;
}

.hpb-layoutset-01 #hpb-title{
    height: 735px;
    overflow: hidden;
    width: 100%;
    padding-top: 65px;
}

.hpb-layoutset-01 h2{
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
  font-size: 80px;
  position: relative;
  z-index: 1700;
  line-height: 1.2;
}


.fixed-background {
  position: relative;
  height: 775px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transform: translateZ(0); 
  will-change: transform, background-position;
}
 
.background-1 {
  background-image: url(top-haikei.jpg);
  filter: grayscale(100%);
  background-position: center;
}
.background-2 {
  background-image: url(top/top-recruit.jpg);
}


.btn {
  width: 200px;
  height: 50px;
  font-size: 18px;
  background-color: #fff;
  font-weight: 100;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10% auto 0;
  border: 2px solid #231917;
  font-weight: 500;
}
.btn-rec {
  width: 200px;
  height: 50px;
  font-size: 18px;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 2px solid #231917;
  font-weight: 500;
}

/******************************
 * フェードイン設定
 ******************************/
.effect {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.effect-right {
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein-right {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.effect-left {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein-left {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* 波背景 
.wave-bg {
  position: relative;
  overflow: hidden;
}

.wave-bg::before,
.wave-bg::after {
  content: "";
  position: absolute;
  left: 0;
  width: 200%;
  height: 120px;
  background-repeat: repeat-x;
  background-size: contain;
  opacity: 0.4;
  z-index: -1; 
}

.wave-bg::before {
  bottom: 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="120" viewBox="0 0 1200 120"><path fill="none" stroke="%23dcdcdc" stroke-width="2" d="M0 60 Q 300 10, 600 60 T 1200 60" /></svg>');
  animation: waveMove1 8s linear infinite;
  z-index: 1;
}

.wave-bg::after {
  bottom: 5px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="120" viewBox="0 0 1200 120"><path fill="none" stroke="%23e5e5e5" stroke-width="2" d="M0 60 Q 300 20, 600 60 T 1200 60" /></svg>');
  animation: waveMove2 10s linear infinite reverse;
  opacity: 0.6;
}

@keyframes waveMove1 {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes waveMove2 {
  from { transform: translateX(0); }
  to { transform: translateX(-40%); }
}*/

/*流れるテキスト*/
.bbs{
	align-items: center;
	display: flex;
	height: 150px;
	line-height: 40px;
	overflow:hidden;
	width: 100%;
	white-space:nowrap;
	z-index: 1;
  }
  .bbs ul {
	animation: flowing 120s linear infinite;
	font-size: 90px;
	font-weight: bold;
	transform:translateX(100%);
	margin: 0;
	padding: 0;
  }
  .bbs ul li{
	display: inline-block;
	padding-right: 10px;
  color: #969292;
  }
  @keyframes flowing {
	0% { transform:translateX(0); }
	100% { transform:translateX(-100%); }
  }



/*TOP*/
.top-about{
  background-color: #231917;
  width: 100%;
  margin: 0;
  padding: 0;
}
.top-about-box{
  display:flex;
  flex-wrap:wrap;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 5% 0 ;
}

.top-about-box-l{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0;
  padding: 0;
  flex-grow: 1;
}
.top-about-box-r{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin: 0;
  padding: 5% 0;
  flex-grow: 1;
  color: #fff;
}

.top-recruit-box{
  display:flex;
  flex-wrap:wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}

.top-recruit-box-l{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin: 0;
  padding: 5%;
  flex-grow: 1;
  background-color: #0f0f0f50;
}
.top-recruit-box-r{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0;
  padding: 0;
  flex-grow: 1;
}

.top-service{
  background-image: url(top/top-service.jpg);
  background-position: center;
  filter: grayscale(100%);

}

.top-service-box{
  display:flex;
  flex-wrap:wrap;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 5% 0;
  color: #fff;
}

.top-service-box-l{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0;
  padding: 0;
  flex-grow: 1;
}
.top-service-box-r{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  margin: 0;
  padding: 5%;
  flex-grow: 1;
  background-color: #23191790;
}

.top-footer-box{
  display:flex;
  flex-wrap:wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5%;
}

.top-footer-box-l{
  width: 30%;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-footer-box-l img{
  width: 70%;
  margin: 0 15% 20px;
}

.top-footer-box-c{
  width: 30%;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.top-footer-box-r{
  width: 40%;
  margin: 0;
  padding: 0;
  flex-grow: 1;
}

.top-footer-box-l p{
  padding-left: 20px;
}

.top-footer-box-c a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: color 0.3s;
  font-size: 16px;
  line-height: 2.5;
}
.top-footer-box-c a:hover {
  color: #0099cc; 
  text-decoration: none;
}

.title-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  height: 360px;
}

.title-box-l {
  flex: 1; /* ← 残り幅をすべて使う */
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image : url(sub/sub-title.jpg);
    background-position: bottom left;
    background-size: cover;
}

.title-box-r {
  flex: 0 0 7em; 
  margin: 0;
  padding: 0 ;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-image: url(sub/back.png);
  background-position: left;
  background-size: cover;
}

#company{
  width: 70%;
  padding: 5% 15%;
}

.greeting{
  padding-bottom: 10%;
}
.greeting-box{ 
  display:flex; 
  flex-wrap:wrap; 
  max-width: 1000px; 
  margin: 0 auto; 
  padding: 0 0 5%; 
} 
.greeting-box-p{ 
  width: 50%; 
  margin: 0; 
  padding: 0; 
  flex-grow: 1;
} 
.greeting-box-t{ 
  width: 50%; 
  margin: 0; 
  padding: 0; 
  flex-grow: 1; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.campany-info{
  background-color: #231917;
  width: 70%;
  padding: 5% 15%;
}

/*privacy*/
#privacy{
  max-width: 900px;
  margin: auto;
}

#privacy h3{
  font-size: 25px;
  text-align: left;
  padding-left: 20px;
}
#privacy li{
  font-size: 14px;
}

.c-s{
  max-width: 700px;
  text-align: right;
  margin: auto;
}
.contact-box{
  max-width: 700px;
  margin: 40px auto;
  padding: 40px 30px;
  background-color: #231917;
  border: 1px solid #444;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.contact-tel {
  padding: 5% 10%;
  width: fit-content; 
  margin: 5% auto 0;     
  text-align: left; 
  background-color: #231917;
  color: #fff;
}

.contact-tel p{
  font-size: 23px;
  font-weight: 600;
  padding: 20px;
}

.contact-tel a{
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: color 0.3s;
  letter-spacing: 2px;
}
.contact-tel a:hover {
  color: #0099cc; 
  text-decoration: none;
}

/*service*/
.service-box1{
  background-image: url(sub/service-d-2.jpg);
  background-size: cover;
  background-position: center;
}
.service-box-1{
  display:flex;
  flex-wrap:wrap;
  max-width:1280px;
  margin:auto;
  padding: 5% 0;
}
.service-box-1-p{
  width: 45%;
  margin: 0;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.service-box-1-t{
  width: 40%;
  padding: 2% 5%;
  margin: 0 5% 0 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color:#CD9E5050; 
}
.service-box-1-p img,.service-box-2 img{
  width: 100%;
  display: block;
  transition: opacity 0.4s ease;
}

.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.service-box-1-p:hover .img-hover,.service-box-2-p:hover .img-hover {
  opacity: 1;
}

.service-box-1-p:hover .img-normal,.service-box-2-p:hover .img-normal{
  opacity: 0;
}

.service-box2{
  background-image: url(sub/service-k-2.jpg);
  background-size: cover;
  background-position: center;
}
.service-box-2{
  display:flex;
  flex-wrap:wrap;
  max-width:1280px;
  margin:auto;
  padding: 5% 0;
}
.service-box-2-p{
  width: 45%;
  margin: 0;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.service-box-2-t{
  width: 40%;
  padding: 2% 5%;
  margin: 0 0 0 5%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color:#CD9E5050;
}

.service-box3{
  background-image: url(sub/service-j-2.jpg);
  background-size: cover;
  background-position: center;
}

.s-t{
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 20px;
}

/*recruit*/
.recruit{
  padding: 0;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: #231917;
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: #231917;
}

.recruit-column {
  display: flex;
  align-items: stretch;
  min-height: 100vh;
  background-image: url('sub/back-1.jpg');
  background-size: cover;
  background-position: center;
}

/* 左の固定画像部分 */
.img-side {
  flex: 1;
  background-image: url('sub/recruit.jpg');
  background-size: cover;
  background-position: left;
  position: sticky;  
  top: 0;
  height: 100vh;
}
.img2-side {
  flex: 1;
  background-image: url('sub/recruit-2.jpg');
  background-size: cover;
  background-position: center;
  position: sticky; 
  top: 0;
  height: 100vh;
}

/* 右のテキスト部分 */
.text-side {
  flex: 1;
  margin: 80px 60px;
  box-sizing: border-box;
  background-color: #231917; 
}

.recruit-e{
  padding: 5% 0;
}

.recruit-p{
  width: 30%;
  padding: 5% 35%;
}

.text-side p{
  color: #fff;
  padding: 0 5%;
}

.text-side h3{
  font-size: 45px; 
  color: #fff; 
  padding: 10% 0;
}

.rec-contact{
  background-color: #231917;
}
.rec-contact-box{
  max-width: 700px;
  margin: 0 auto;
  padding: 5% 0;
  color: #fff;
}

.rec-contact-box-mini{
  display:flex;
  flex-wrap:wrap;
  width: 100%;
  margin:0;
  padding: 5% 0;
}
.rec-contact-box-minibox{
  width: 46%;
  margin: 0 2%;
  flex-grow: 1;
}

.s-size{
  display: none;
}

.rec-time-back{
  background-image: url(sub/back2.png);
  background-position: right bottom;
  background-size: 30%; 
  background-repeat: no-repeat;
}
.time-box-p{
  width: 100%;
}
.time-c{
  margin: 3%;
  padding: 3% 3% 6% 3%;
  border-radius: 6px;
}
.time-name{
  color: #231917; 
  font-size: 50px; 
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding-top: 4%;
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: #231917;
}

.time-box-mini{
  width: 46%;
  margin: 0 2%;
  flex-grow: 1;
}
.time-box{
  width: 100%;
  display:flex;
  flex-wrap:wrap;
  margin: 0 auto;
  padding: 0;
  max-width: 900px;
}
.time-t {
  width: 28%;
  padding: 20px 2% 0 0;
  margin: 0;
  flex-grow: 1;
  position: relative; 
}

.time-t::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 0;
  width: 2px;
  height: calc(85% - 20px);
  background-color: #231917;
}
.time-t p{
  text-align: right;
  color: #231917;
  padding: 0;
  margin: 0;
}
.time-s{
  width: 68%;
  padding: 20px 0 0 2%;
  margin: 0;
  flex-grow: 1;
}
.time-s p{
  text-align: left;
  color: #231917;
  padding: 0;
  margin: 0;
}


/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 815px){



 .menu-top__button {
    display: block;
  }

  .header-box {
    justify-content: space-between;
    align-items: center;
    width: 95%;
    padding: 0 0 0 5%;
  }

  .header-box-info {
    display: none;
  }

  .header-box-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    background-color: #fff;
  }

  .header-box-nav ul {
    flex-direction: column;
    height: 600px;
    gap: 30px;
    background-color: #231917;
    position: relative;
    z-index: 2000;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .header-box-nav.active {
    display: block;
  }

  .title-box-l{
    display: none;
  }
  .title-box-r{
    width: 100%;
    margin: 0;
    padding: 0;
    flex: none;
    align-items: center;
    background-image: url(sub/sub-title-r.jpg);
    background-size: cover;
  }

  .service-box-1-p,.service-box-1-t{
    width: 90%;
    padding: 5%;
    margin: 0;
  }
  .service-box-2-p{
    width: 90%;
    padding: 5%;
    margin: 0;
    order: 1;
  }
  .service-box-2-t{
    width: 90%;
    padding: 5%;
    margin: 0;
    order: 2;
  }
  .service-box-1-p .img-normal,.service-box-2-p .img-normal {
    display: none;
  }
  .service-box-1-p .img-hover,.service-box-2-p .img-hover {
    position: static;  
    opacity: 1;        
  }
  
  .recruit-column{
    flex-direction: column;
  }

  .img-side, .img2-side{
  background-image: none;
  }
  .text-side {
    margin: 5%;
  }
  .rec-contact-box {
    margin: 5% 0;
    padding: 5%;
}

.s-size{
  display: block;
}


}


/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 730px) {

	body{
		min-width: 100%;
		background-image : none;
	}

    /*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index{
		width: 27px;
		height: 20px;
		background-image : url(btn_menu.png);
		background-position: top left;
		background-repeat: no-repeat;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
	}


	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	
	#hpb-inner{
		width: 100%;
	}
	#hpb-wrapper{
		width: 100%;
		padding-top: 0;
	}
	#hpb-title{
		margin-top: 0;
	}
	#hpb-main{
		width: 100%;
		padding-left: 0;
		padding-top: 0;
		float: none;
		margin: 0;
		padding-bottom: 20px;
	}
	.hpb-layoutset-02 #hpb-main{
		padding-top: 0;
	}
	
	.bbs{
		height: 55px;
		line-height: 35px;
    margin-top: 50px;
  }
  .bbs ul {
		font-size: 65px;
  }
	

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* ヘッダー領域 */
	
	.hpb-layoutset-01 #hpb-title{
		background-position: center;
		background-size: cover;
		height: 500px;
	}

	.top-footer-box-l{
    width: 94%;
    margin: 0;
    padding: 3%;
    order: 1;
  }
  .top-footer-box-c{
    width: 94%;
    margin: 0;
    padding: 3%;
    align-items: flex-start;
    order: 3;
  }
  .top-footer-box-r{
    width: 94%;
    margin: 0;
    padding: 3%;
    order: 2;
  }

  .top-footer-box-c a {
    line-height: 2.0;
  }

  .background-1 {
    background-image: url(top-haikei-2.jpg);
    filter: grayscale(100%);
  }
  
  .fixed-background {
    background-attachment: scroll;
    height: 750px;
  }
  .hpb-layoutset-01 h2{
    font-size: 55px;
    position: relative;
    top: -215px;
  }

  .top-about-box-l,.top-about-box-r{
    width: 94%;
    margin: 0;
    padding: 3%;
  }

  .top-recruit-box-l{
    width: 94%;
    margin: 0;
    padding: 3%;
    order: 2;
  }
  .top-recruit-box-r{
    width: 94%;
    margin: 0;
    padding: 3%;
    order: 1;
  }

  .top-service-box-l,.top-service-box-r{
    width: 94%;
    margin: 0;
    padding: 5% 3%;
  }

  .top-footer-box,.top-service-box{
    padding: 50px 0;
  }
  .top-about-box{
    padding:  30px 0 10%;
  }

  #company{
    width: 96%;
    margin: 0 2% 2%;
    padding: 0;
  }

  .greeting-box-p{ 
    width: 96%;
    margin: 0 2% 2%;
    padding: 0;
    order: 2;
  }
  .greeting-box-t{ 
    width: 96%;
    margin: 0 2% 2%;
    padding: 0;
    order: 1;
  }

  .campany-info{
    width: 96%;
    margin: 0;
    padding: 70px 2%;
  }

  #privacy,.contact-box,.rec-contact-box-minibox,.time-box-mini{
    width: 90%;
    margin: 0;
    padding: 5%;
  }
  #privacy p{
    padding: 5%;
  }

  .contact-tel {
    padding: 10%;
  }
  .contact-tel p{
    font-size: 16px;
  }

.rec-time-back{
  background-size: 50%; 
}

.top-service {
  background-image: url(top/top-service2.jpg);
  background-position: center;
  filter: grayscale(100%);
}

.recruit-p {
  width: 50%;
  padding: 5% 25%;
}

.text-side h3{
  font-size: 40px; 
}
 
}