@charset "utf-8";

/*

【CSS表記ルール】
CSSの表記につきましては以下のルールに則って記述をお願いいたします。

1.bodyタグにid等を付けない
フレームワークの仕様により、bodyタグの出し分けが困難なためbodyにディレクトリ毎のidを振るのは禁止とさせて頂きます。
その代わりbody直下のwrapperに対してはディレクトリ毎のidを振って頂いて大丈夫です。

2.class名、id名の表記
フレームワークの仕様により、公開時は全てのCSSが1つのファイルに統合されます。
そのためclass,idの名前が被らないよう以下のルールに則って記述をお願いいたします。

#(wrapperのid名) .(wrapperのid名)_(個別のクラス名)
例:
#about .about_box{
	margin:10px auto;
}
3.!important は使わないようお願いたします。（どうしても必要な場合はご連絡ください。）

4.@importでのcssの読み込みはしないようお願いいたします。

*/

@media (min-width: 821px) {
	.sp_only {
		display: none;
	}
}
@media (max-width: 820px) {
	.pc_only {
		display: none;
	}
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


#houjin{
	color: #010101;
	overflow: hidden;
}

#houjin #key_wrap{
	position: relative;
}

/*
#houjin #key_wrap h4.reds {
    position: absolute;
    top: 140px;
    display: inline !important;
    width: 440px;
     top: 200px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 41px;
    font-weight: normal;
    text-align: center;
    padding: 30px 20px;
    z-index: 9;
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}

#houjin #key_wrap .h3box{
  width: 440px; height: 83px; line-height: 200px; text-align: center; position: relative;
}
#houjin #key_wrap .bd div{background: #000; position:absolute;-webkit-transition:all 0.3s;transition:all 0.3s;}
#houjin #key_wrap .bd div.bdT{width: 100%; height:2px; top:0; left:0;}
#houjin #key_wrap .bd div.bdB{width: 100%; height:2px; bottom:0; right:0;}
#houjin #key_wrap .bd div.bdR{height:100%; width :2px; right:0; top:0;}
#houjin #key_wrap .bd div.bdL{height:100%; width :2px; left:0; bottom:0;}
#houjin #key_wrap .bd1 div.bdT{width: 0;}
#houjin #key_wrap .bd1 div.bdB{width: 0;}
#houjin #key_wrap .bd1 div.bdR{height:0;}
#houjin #key_wrap .bd1 div.bdL{height:0;}
*/
/*
#houjin #key_wrap p.reds {
    position: absolute;
    top: 265px;
    width: 100%;
    margin: auto;
    height: 400px;
    font-size: 24px;
    line-height: 1.9em;
    font-weight: normal;
    text-align: center;
    z-index: 9;
    color: #FFF;
}

#houjin #key_wrap #slidebox{
	width: 100%;
	height: 693px;
	overflow: hidden !important;
	position: relative;
}


#houjin #key_wrap nav{
	position: absolute;
	z-index: 9;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
top: 420px;
}

#houjin #key_wrap nav .houjin_contact{
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
  width: 670px;
  text-align:justify;
}
#houjin #key_wrap nav .houjin_contact:after{
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}

#houjin #key_wrap nav li{
	display: inline-block;
	margin-top: 60px;
	margin-left: 20px;
	text-decoration: none;
}
#houjin #key_wrap .contact{
  display: inline-block;
   background: #e94f4c;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 14px 0;
    width: 320px;
    vertical-align: middle;
    margin: 10px auto 0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border: 3px solid #e94f4c;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;

}
#houjin #key_wrap .tel{
    display: inline-block;
      background: #444444;
    border: 3px solid #444444;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 14px 0;
    width: 320px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    vertical-align: middle;
    margin: 10px auto 0;
    text-decoration: none;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;
}
#houjin #key_wrap .contact:hover,
#houjin #key_wrap .contact:visited{
    background: transparent;
		text-align: center;
    border: 3px solid #e94f4c;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
	}
	#houjin #key_wrap .tel:hover,
#houjin #key_wrap .tel:visited{
    background: transparent;
		text-align: center;
    border: 3px solid #ffffff;
    border-radius: 22px;
    box-sizing:inherit;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
}

#houjin #key_wrap .overlays{
  position:absolute;
  z-index:1;
  width:100%;
  height:693px;
  overflow:hidden;
  background:rgba(0,0,0,0.6);
  }
#houjin #key_wrap .hj_scroll{
  position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 12;
}
#houjin #key_wrap .hj_scroll a {
  padding-top: 60px;
}
#houjin #key_wrap .hj_scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#houjin #key_wrap .hj_scroll a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#houjin #key_wrap .hj_scroll a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
*/
#houjin #key_houjin{
  margin: 0 auto;
}
#houjin #key_houjin .key_houjin_slideArea{
  background: url(/images/houjin_lp/kokuban_bg.png);
  background-repeat: repeat;
  	height: 350px;

}
#houjin #key_houjin .key_houjin_slideArea ul li img{
  max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    height: 350px;
    display: block;
}
.okigaruni{
  margin: 0 auto;
  background-image: url(/images/houjin_lp/okigaruni_02_bg.png);
  background-repeat: repeat-x;
  height: 250px;
}
.okigaruni .okigaruni_wrapper{
    font-family: 'BebasNeue Regular';
    text-align: center;
    padding: 38px 0 10px;
    max-width: 680px;
    margin: 0 auto;
}
.okigaruni .okigaruni_wrapper ul{
}
.okigaruni .okigaruni_wrapper ul li{
}
.okigaruni .okigaruni_wrapper ul .okigaru_img{
  margin: 0;
  height: 95px;
  display: block;
  position: relative;
}

.okigaruni .okigaruni_wrapper ul .okigaru_img .okigaru_fukidashi{
    position: absolute;
    width: 72px;
    height: 68px;
    right: 240px;
    top: -10px;
    background-image: url(/images/houjin_lp/okigaruni_fukidashi.png);
    background-repeat: no-repeat;
}
.okigaruni .okigaruni_wrapper ul .okigaru_img .okigaru_fukidashi p{
  color: #e94f4c;
  font-size: 8px;
  padding: 0;
  width: 58px;
    height: 54px;
    line-height: 1.3;
    text-align: center;
   position: absolute;
    top: 16px;
    right: 5px;
    font-weight: bold;
    font-family: serif;
  }
.okigaruni .okigaruni_wrapper ul .contact{
  font-size: 24px;
  color: #fff;
}
.okigaruni .okigaruni_wrapper ul .tel{
  font-size: 24px;
  color: #000;
}
.okigaruni .okigaruni_wrapper ul .tel a{
  text-decoration: none;
}
/*
.okigaruni .okigaruni_wrapper ul .tel::before{
  content: url(/images/houjin_lp/odenwa.png);
  }
*/
.okigaruni .okigaruni_wrapper ul .tel img{
  vertical-align: text-bottom;
}
.okigaruni .okigaruni_wrapper ul .contact{
  display: inline-block;
   background: #e94f4c;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    padding: 14px 0;
    width: 680px;
    vertical-align: middle;
    margin: 0 auto 0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border: 3px solid #e94f4c;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;
}
.okigaruni .okigaruni_wrapper ul .contact:hover,
.okigaruni .okigaruni_wrapper ul .contact:visited{
    background: #fce5e4;
		text-align: center;
    border: 3px solid #e94f4c;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    text-decoration: none;
    vertical-align: middle;
    color: #322e2e;
    font-size: 24px;
    transition: background-color 1s, border-radius 2s;
	}
.okigaruni .okigaruni_wrapper ul .okigaru_span{
  display: block;
  width: 680px;
  border-bottom: 1px solid #000;
  margin: 16px auto 10px;
}
@media (max-width: 820px) {
#houjin #key_houjin{
  margin: 0 auto;
}
#houjin #key_houjin .key_houjin_slideArea{
  height: auto;
}
#houjin #key_houjin .key_houjin_slideArea ul li img{
  max-width: 850px;
  width: 100%;
  height: auto;
  min-height: 280px;
  margin-top: 40px;
}

.okigaruni{
  margin: 0 auto;
  background-image: url(/images/houjin_lp/okigaruni_bg.png);
  background-repeat: repeat;
  height: auto;
}
.okigaruni .okigaruni_wrapper{
    font-family: 'BebasNeue Regular';
    text-align: center;
    padding: 10px 0;
    max-width: 100%;
    margin: 0 auto;
}
.okigaruni .okigaruni_wrapper ul{
  width: 90%;
  margin: 0 auto;
}
.okigaruni .okigaruni_wrapper ul li{
}
.okigaruni .okigaruni_wrapper ul .okigaru_img{
    margin: 0 auto -7px;
    width: 50%;
    height: 90%;
  display: block;
  position: relative;
}
.okigaruni .okigaruni_wrapper ul .okigaru_img .okigaru_fukidashi{
    position: absolute;
    width: 72px;
    height: 68px;
    right: -12px;
    top: -9px;
    background-image: url(/images/houjin_lp/okigaruni_fukidashi.png);
    background-repeat: no-repeat;
    z-index: 1;
}
.okigaruni .okigaruni_wrapper ul .okigaru_img .okigaru_fukidashi p{
  color: #e94f4c;
  font-size: 9px;
  padding: 0;
  width: 50px;
    height: 54px;
    line-height: 1.3;
    text-align: center;
   position: absolute;
    top: 16px;
    right: 10px;
    font-weight: bold;
    font-family: serif;
  }
.okigaruni .okigaruni_wrapper ul .okigaru_img img{
  width: 90%;
    height: 90%;
    z-index: 2;
    position: relative;
}
.okigaruni .okigaruni_wrapper ul .contact{
  font-size: 24px;
  color: #fff;
}
.okigaruni .okigaruni_wrapper ul .tel{
  font-size: 16px;
  color: #000;
  line-height: 1.2em;
    display: inline-flex;
    letter-spacing: -2px;
}
.okigaruni .okigaruni_wrapper ul .tel a{
  text-decoration: none;
}
 .okigaruni .okigaruni_wrapper ul .tel img{
  vertical-align: text-bottom;
  width: 7%;
  height: auto;
}
.okigaruni .okigaruni_wrapper ul .contact{
  display: inline-block;
   background: #e94f4c;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    padding: 14px 0;
    width: 90%;
    vertical-align: middle;
    margin: 0 auto 0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border: 3px solid #e94f4c;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;

}
.okigaruni .okigaruni_wrapper ul .contact:hover,
.okigaruni .okigaruni_wrapper ul .contact:visited{
    background: #fce5e4;
		text-align: center;
    border: 3px solid #e94f4c;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    text-decoration: none;
    vertical-align: middle;
    color: #322e2e;
    font-size: 24px;
    transition: background-color 1s, border-radius 2s;
	}
.okigaruni .okigaruni_wrapper ul .okigaru_span{
  display: block;
  width: 90%;
  border-bottom: 1px solid #000;
  margin: 16px auto 10px;
}
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*key sp setting*/
@media (max-width: 820px){
}

#wrapper{
  margin: 0 auto 0 !important;
  width: 100% !important;
  padding: 0;
}
#wrapper .houjin_lp{
  width: 100%;
  margin: 0 auto !important;
  color: #000000;
    font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.houjin_lp .houjin_head{
font-size: 32px;
font-weight: normal;  
color: #000000;
  font-family: 'DINMedium'; 
padding: 70px 0 0 0; 
}
.houjin_lp .houjin_head:before{
      content: '';
    display: inline-flex;
    width: 115px;
    vertical-align: middle;
    border: 1px solid #ffba00;
    margin-right: 1em;

}
.houjin_lp .houjin_head:after{
      content: '';
    display: inline-flex;
    width: 115px;
    vertical-align: middle;
    border: 1px solid #ffba00;
    margin-left: 1em;

}
/*------------------------------
FONT SETTINGS
------------------------------*/
@font-face {
    font-family: 'DINMedium';
	src:url(../font/DINMedium.ttf) format('truetype');
}
@font-face {
    font-family: 'BebasNeue Regular';
	src:url(../../../font/BebasNeue%20Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'slick';
  	src:url(../js/houjin/slick/fonts/slick.ttf) format('truetype');
}
/*------------------------------
FONT SETTINGS
------------------------------*/
#wrapper #interview{
  margin: 0 auto;
  text-align: center;
  width: 1000px;
  margin-bottom: 0px;
  background-color: #ffffff;
  height: 740px;
}
#wrapper #interview .int_slider{
  position: relative;
}
#wrapper #interview .interview_slide{
    width: 1000px;
  height: 490px;
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
}

#wrapper #interview .interview_slide .interview_l{
  width: 600px;
  height: 490px;
  color: #221815;
  font-size: 20px;
  line-height: 1.6em;
  background-color: #ffffff;
  text-align: left;
  padding-left: 80px;
}
#wrapper #interview .interview_slide .interview_l .int_title{
  border-bottom: 1px solid #e94f4c;
  margin-top: 150px;
  padding-bottom: 10px;
}
#wrapper #interview .interview_slide .interview_l .int_company{
    font-size: 18px;
    margin-top: 30px;
    width: 55%;
    display: inline-block;
}
#wrapper #interview .interview_slide .interview_l .int_company_logo{
	display: inline-block;
	width: 180px;
	height: 60px;
	vertical-align: bottom;
}
#wrapper #interview .interview_slide .interview_l .int_company_logo img{
	height: auto;
	width: 100%;
	height: auto;
}
#wrapper #interview .interview_slide .interview_l .int_name{
      font-size: 14px;
      display: block;
}
#wrapper #interview .interview_slide .interview_l .int_link{
    display: inline-block;
    background: #ffffff;
    text-align: center;
    font-size: 18px;
    color: #ee7270;
    padding: 6px 0;
    width: 270px;
    vertical-align: middle;
    margin: 10px auto 0;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border: 1px solid #ee7270;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;
    margin: 50px 0 0 100px;
}
#wrapper #interview .interview_slide .interview_l .int_link:hover,
#wrapper #interview .interview_slide .interview_l .int_link:visited{
    background: #ee7270;
		text-align: center;
    border: 1px solid #ffffff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
	}

#wrapper #interview .interview_slide .interview_r{
  width: 400px;
  height: 490px;  
}

#wrapper #interview .interview_slide .interviewInner{
  position: absolute;
  top: 20px;
  left: 20px;
  width: 944px;
  height: 440px;
  border: 8px solid #e94f4c;
}
/*
@media (max-width: 820px) and (min-width: 721px){
  #wrapper #interview .interview_slide{
    width: 100%;
  height: 730px;
  background-color: #fff;
  margin: 0 auto;
}

#wrapper #interview .interview_slide .interview_l{
  width: 80%;
  height: 800px;
  margin: 0 auto;
  color: #221815;
  font-size: 20px;
  line-height: 1.2em;
  background-color: #ffffff;
  text-align: left;
  padding-top: 10px;
  padding-left: 20px;
    position: absolute;
  top: 354px;
  left: 0;
right: 0;
}

  #wrapper #interview .interview_slide .interview_r{
  width: 90%;
  height: 84%;  
  margin: 0 auto;
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#wrapper #interview .interview_slide .interview_r img{
  width: 100%;
  height: 57%;
  max-height: 450px;
   overflow: hidden;
   max-width: 670px;
}

#wrapper #interview .interview_slide .interviewInner{
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 80%;
  height: 590px;
  z-index: 2;
  border: 8px solid #e94f4c;
}

}
*/
@media (max-width: 820px) {
#wrapper #interview_sp{
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
  background-color: #ffffff;
  margin-bottom: 14%;
}
#wrapper #interview_sp .int_slider_sp{
  position: relative;
}
#wrapper #interview_sp .interview_slide{
}
#wrapper #interview_sp .interview_slide .interviewInner{
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 80%;
  height: 97%;
  min-height: 430px;
  z-index: 2;
  border: 8px solid #e94f4c;
}
#wrapper #interview_sp .interview_slide .interview_img{
  width: 90%;
  height: 73%;
  margin: 0 auto;
}
#wrapper #interview_sp .interview_slide .interview_img.pasona{
}
#wrapper #interview_sp .interview_slide .interview_img img{
  width: 100%;
  max-width: 670px;
  height: 57%;
}
#wrapper #interview_sp .interview_slide .interview_detail{
	width: 70%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 0 0;
}
#wrapper #interview_sp .interview_slide .interview_detail .int_title{
  border-bottom: 1px solid #e94f4c;
  margin-top: 0px;
  margin: 0;
  padding-bottom: 10px;
  font-size: 18px;
}
#wrapper #interview_sp .interview_slide .interview_detail .int_company{
    font-size: 17px;
    margin-top: 10px;
}
#wrapper #interview_sp .interview_slide .interview_detail .int_company_logo{
	padding-top: 10px;
}
#wrapper #interview_sp .interview_slide .interview_detail .int_company_logo img{
	width: 50%;
	height: auto;
}
#wrapper #interview_sp .interview_slide .interview_detail .int_name{
      font-size: 14px;
      display: block;

}
#wrapper #interview_sp .interview_slide .interview_detail .int_link{
    display: inline-block;
    background: #ffffff;
    text-align: center;
    font-size: 18px;
    color: #ee7270;
    padding: 6px 0;
    width: 90%;
    vertical-align: middle;
    margin: 10px auto;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border: 1px solid #ee7270;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;
    z-index: 3;
}
#wrapper #interview_sp .interview_slide .interview_detail .int_link:hover,
#wrapper #interview_sp .interview_slide .interview_detail .int_link:visited{
    background: #ee7270;
		text-align: center;
    border: 1px solid #ffffff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
	}

}

/*
#wrapper #interview .interview_slide{
    width: 100%;
  height: 730px;
  background-color: #fff;
  margin: 0 auto;
display: flex;
display: box;
 display:-moz-box;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
  flex-direction:column-reverse;
 -webkit-box-direction:column-reverse;
    -webkit-flex-direction:column-reverse;
}
*/
/*
#wrapper #interview .interview_slide{
    width: 100%;
  height: 730px;
  background-color: #fff;
  margin: 0 auto;
}

#wrapper #interview .interview_slide .interview_l{
  width: 80%;
  height: 800px;
  margin: 0 auto;
  color: #221815;
  font-size: 20px;
  line-height: 1.2em;
  background-color: #ffffff;
  text-align: left;
  padding-top: 10px;
  padding-left: 20px;
    position: absolute;
  top: 338px;
  left: 0;
right: 0;
}
#wrapper #interview .interview_slide .interview_l .int_title{
  border-bottom: 1px solid #e94f4c;
  margin-top: 0px;
  margin: 0;
  padding-bottom: 10px;
  width: 90%;
}
#wrapper #interview .interview_slide .interview_l .int_company{
    font-size: 18px;
    margin-top: 30px;
    width: 90%;
}
#wrapper #interview .interview_slide .interview_l .int_name{
      font-size: 14px;
      display: block;
      width: 90%;

}
#wrapper #interview .interview_slide .interview_l .int_link{
    display: inline-block;
    background: #ffffff;
    text-align: center;
    font-size: 18px;
    color: #ee7270;
    padding: 6px 0;
    width: 90%;
    vertical-align: middle;
    margin: 10px auto 0;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border: 1px solid #ee7270;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;
    margin: 50px 0 0 0;
    z-index: 3;
}
#wrapper #interview .interview_slide .interview_l .int_link:hover,
#wrapper #interview .interview_slide .interview_l .int_link:visited{
    background: #ee7270;
		text-align: center;
    border: 1px solid #ffffff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
	}

#wrapper #interview .interview_slide .interview_r{
  width: 90%;
  height: 80%;  
  margin: 0 auto;
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
     background-image: url(/images/houjin_lp/int_img02_sp.jpg);
     background-repeat: no-repeat;
}
#wrapper #interview .interview_slide .interview_r img{
  width: 100%;
  height: 57%;
  max-height: 450px;
   overflow: hidden;
   max-width: 670px;
}

#wrapper #interview .interview_slide .interviewInner{
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 80%;
  height: 590px;
  z-index: 2;
  border: 8px solid #e94f4c;
}
*/
/*
@media (max-width: 450px) {
#wrapper #interview .interview_slide .interview_l{
  width: 80%;
  height: 800px;
  margin: 0 auto;
  color: #221815;
  font-size: 20px;
  line-height: 1.2em;
  background-color: #ffffff;
  text-align: left;
  padding-top: 10px;
  padding-left: 20px;
    position: absolute;
  top: 274px;
  left: 0;
right: 0;
}
#wrapper #interview .interview_slide .interview_l .int_title{
  border-bottom: 1px solid #e94f4c;
  margin-top: 0px;
  margin: 0;
  padding-bottom: 10px;
  width: 90%;
}
#wrapper #interview .interview_slide .interview_l .int_company{
    font-size: 18px;
    margin-top: 30px;
    width: 90%;
}
#wrapper #interview .interview_slide .interview_l .int_name{
      font-size: 14px;
      display: block;
      width: 90%;

}
#wrapper #interview .interview_slide .interview_l .int_link{
    display: inline-block;
    background: #ffffff;
    text-align: center;
    font-size: 18px;
    color: #ee7270;
    padding: 6px 0;
    width: 90%;
    vertical-align: middle;
    margin: 10px auto 0;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border: 1px solid #ee7270;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;
    margin: 50px 0 0 0;
    z-index: 3;
}
#wrapper #interview .interview_slide .interview_l .int_link:hover,
#wrapper #interview .interview_slide .interview_l .int_link:visited{
    background: #ee7270;
		text-align: center;
    border: 1px solid #ffffff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
	}

#wrapper #interview .interview_slide .interview_r{
  width: 90%;
  height: 62%;  
  margin: 0 auto;
    position: absolute;
  top: 0;
  left: 0;
  right: 0;

}
#wrapper #interview .interview_slide .interview_r img{
  width: 100%;
  height: 57%;
  max-height: 450px;
   overflow: hidden;
   max-width: 670px;
}

#wrapper #interview .interview_slide .interviewInner{
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin:0 auto;
  width: 80%;
  height: 590px;
  z-index: 2;
  border: 8px solid #e94f4c;
}
}
*/
/*
@media (max-width: 820px) {
  #wrapper #interview{
  }
#wrapper #interview .int_slider_sp{
  position: absolute;
    top: 0;
  left: 0;
  margin: 0 auto;
}
#wrapper #interview .int_slider_sp .interview_slide{
    width: 90%;
  height: auto;
  background-color: #282626;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
#wrapper #interview .int_slider_sp .interview_slide .interview_img{
  width: 100%;
  height: auto;  
  background: #ffffff;
}
#wrapper #interview .int_slider_sp .interview_slide .interview_img img{
  width: 100%;
  height: auto;

}
#wrapper #interview .int_slider_sp .interview_slide .interview_text{
  width: 100%;
  height: auto;
  color: #221815;
  font-size: 20px;
  line-height: 1.6em;
  background-color: #ffffff;
  text-align: left;
  padding-left: 0;
      padding: 0;
    margin: 0;
}
#wrapper #interview .int_slider_sp .interview_slide .interview_text .int_title{
  border-bottom: 1px solid #e94f4c;
  margin-top: 0;
  padding-bottom: 10px;
  width: 90%;
}
#wrapper #interview .int_slider_sp .interview_slide .interview_text .int_company{
    font-size: 18px;
    margin-top: 10px;
    width: 90%;
}
#wrapper #interview .int_slider_sp .interview_slide .interview_text .int_name{
      font-size: 14px;
      display: block;
      white-space: 90%;
}
#wrapper #interview .int_slider_sp .interview_slide .interview_text .int_link{
    display: inline-block;
    background: #ffffff;
    text-align: center;
    font-size: 18px;
    color: #ee7270;
    padding: 6px 0;
    width: 90%;
    vertical-align: middle;
    margin: 10px auto 0;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border: 1px solid #ee7270;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;
    margin: 50px 0 0 0;
}
#wrapper #interview .int_slider_sp .interview_slide .interview_text .int_link:hover,
#wrapper #interview .int_slider_sp .interview_slide .interview_text .int_link:visited{
    background: #ee7270;
		text-align: center;
    border: 1px solid #ffffff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
	}
#wrapper #interview .int_slider_sp .interview_slide .interviewInner{
  position: absolute;
  top: 20px;
  left: 0px;
  width: 90%;
  height: 500px;
  border: 8px solid #e94f4c;
}
}
*/
#wrapper #why_oak{
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  color: #333333;
  padding-bottom: 60px;
}
#wrapper #why_oak .houjin_head{
}
#wrapper #why_oak .why_01{
  width: 1000px;
  margin: 0 auto 60px;
}
#wrapper #why_oak .why_01 .why_01_l{
  width:500px;
  float: left;
}
#wrapper #why_oak .why_01 .why_01_l h3{
  vertical-align: middle;
  display: flex;
  height: 60px;
}
#wrapper #why_oak .why_01 .why_01_l .why_no em{
  display: inline-flex;
  padding: 0;
  text-align: center;
  min-height: 60px;
}

#wrapper #why_oak .why_01 .why_01_l h3 span{
  position: relative;
  font-size: 24px;
  margin-left: 20px;
    line-height: 2.3;
    text-indent: 10px;
    padding-right: 10px;
    font-weight: normal;
}
#wrapper #why_oak .why_01 .why_01_l h3 span:after{
   content: '';
  position: absolute;
  left: 0;
    bottom: 0;
  width: 100%;
    height: 7px;
  border-bottom: 13px solid #e94f4c;
}
#wrapper #why_oak .why_01 .why_01_l .why_text{
  width: 90%;
  margin: 30px 0;
  text-align: left;
  font-size: 18px;
}
#wrapper #why_oak .why_01 .why_01_l .why_img{
}
#wrapper #why_oak .why_01 .why_01_r{
  width: 500px;
  float: right;
}
#wrapper #why_oak .why_01 .why_01_r img{
  width: 500px;
  height: auto;
  }

#wrapper #why_oak .why_02{
  width: 1000px;
  margin: 0 auto 60px;  
}
#wrapper #why_oak .why_02 .why_02_l{
  width:560px;
  float: left;
}
#wrapper #why_oak .why_02 .why_02_r h3{
  vertical-align: middle;
  display: flex;
  height: 60px;
}
#wrapper #why_oak .why_02 .why_02_r .why_no em{
  display: inline-flex;
  padding: 0;
  text-align: center;
  min-height: 60px;
}

#wrapper #why_oak .why_02 h3 span{
  position: relative;
  font-size: 24px;
  margin-left: 20px;
    line-height: 2.3;
    text-indent: 10px;
    padding-right: 10px;
    font-weight: normal;
}
#wrapper #why_oak .why_02 h3 span:after{
   content: '';
  position: absolute;
  left: 0;
    bottom: 0;
  width: 100%;
    height: 7px;
  border-bottom: 13px solid #e94f4c;
}
#wrapper #why_oak .why_02 .why_circle_text{
  width: 90%;
  margin: 0;
  text-align: left;
  font-size: 18px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
  }
  #wrapper #why_oak .why_02 .why_circle_text.kenshuu{
    margin-top: 30px;
  }
#wrapper #why_oak .why_02 .why_circle_text.idou{
    margin-bottom: 30px;
  }
#wrapper #why_oak .why_02 .why_circle_text.kaden{
margin-left: 150px;
width: 380px;
margin-top: 10px;
margin-bottom: 30px;
  }

#wrapper #why_oak .why_02 .why_circle_text .chuushaku{
  color: #333333;
  font-size: 14px;
  display: block;
}
#wrapper #why_oak .why_02 .why_circle_text:before{
    font-family: FontAwesome;
  content: '\f111';
}
#wrapper #why_oak .why_02 .why_02_l .why_img{
}
#wrapper #why_oak .why_02 .why_02_l .why_img.irekae{
  text-align: left;
}

#wrapper #why_oak .why_02 .why_02_l .why_img_kaban{
  margin: 60px auto 0;
  text-align: right;
}

#wrapper #why_oak .why_02 .why_02_r{
  width: 440px;
  float: right;
}
#wrapper #why_oak .why_02 .why_02_r img{
  }
#wrapper #why_oak .why_03{
  width: 1000px;
  margin: 0 auto 60px;
  padding: 0;
}
#wrapper #why_oak .why_03 .why_03_l{
  width:500px;
  float: left;
}
#wrapper #why_oak .why_03 .why_03_l h3{
  vertical-align: middle;
  display: flex;
  height: 60px;
}
#wrapper #why_oak .why_03 .why_03_l .why_no em{
  display: inline-flex;
  padding: 0;
  text-align: center;
  min-height: 60px;
}

#wrapper #why_oak .why_03 .why_circle_text{
  width: 382px;
  margin: 0;
  text-align: left;
  font-size: 18px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
  }
#wrapper #why_oak .why_03 .why_03_l .why_img_riyou_relative{
  position: relative;
}
#wrapper #why_oak .why_03 .why_03_l .why_img_riyou_relative .gaikokujin{
  text-align: left;
}
#wrapper #why_oak .why_03 .why_03_l .why_img_riyou_relative .why_img_riyou_extra{
  position: absolute;
  left: 280px;
  top: 0;
  background-image: url(/images/houjin_lp/extra_fukidashi.png);
  width: 280px;
  height: 83px;
}
.why_03 .why_03_l .why_img_riyou_relative .why_img_riyou_extra .riyou_extra{
  color: #ffffff;
  font-size: 14px;
  margin-top: 10px;
}
#wrapper #why_oak .why_03 .why_circle_text:before{
    font-family: FontAwesome;
  content: '\f111';
}
#wrapper #why_oak .why_03 .why_circle_text.bukken{
  margin-top: 30px;
}
#wrapper #why_oak .why_03 .why_circle_text.global{
  margin-bottom: 30px;
}

#wrapper #why_oak .why_03 .why_03_l h3 span{
  position: relative;
  font-size: 24px;
  margin-left: 20px;
    line-height: 2.3;
    text-indent: 10px;
    padding-right: 10px;
    font-weight: normal;
}
#wrapper #why_oak .why_03 .why_03_l h3 span:after{
   content: '';
  position: absolute;
  left: 0;
    bottom: 0;
  width: 100%;
    height: 7px;
  border-bottom: 13px solid #e94f4c;
}
#wrapper #why_oak .why_03 .why_03_l .why_text{
  width: 80%;
  margin: 30px 0;
  text-align: left;
  font-size: 18px;
}
#wrapper #why_oak .why_03 .why_03_l .why_img{
}
#wrapper #why_oak .why_03 .why_03_r{
  width: 500px;
  float: right;
  text-align: right;
  margin-top: 50px;
}
#wrapper #why_oak .why_03 .why_03_r img{
  }

#wrapper #why_oak .why_04{
  width: 1000px;
  margin: 0 auto 60px;
  padding: 0;
}
#wrapper #why_oak .why_04 .why_04_l{
  width:456px;
  float: left;
  text-align: left;
  margin-top: 60px;
}
#wrapper #why_oak .why_04 .why_04_r h3{
  vertical-align: middle;
  display: flex;
  height: 60px;
}
#wrapper #why_oak .why_04 .why_04_r .why_no em{
  display: inline-flex;
  padding: 0;
  text-align: center;
  min-height: 60px;
}

#wrapper #why_oak .why_04 .why_circle_text{
  width: 382px;
  margin: 0;
  text-align: left;
  font-size: 18px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
  }
#wrapper #why_oak .why_04 .why_circle_text:before{
    font-family: FontAwesome;
  content: '\f111';
}
#wrapper #why_oak .why_04 .why_circle_text.jyuukyo{
  margin-top: 30px;
}
#wrapper #why_oak .why_04 .why_circle_text.shoukai{
margin-bottom: 30px;
}
#wrapper #why_oak .why_04 .why_04_r h3 span{
  position: relative;
  font-size: 24px;
  margin-left: 20px;
    line-height: 2.3;
    text-indent: 10px;
    padding-right: 10px;
    font-weight: normal;
}
#wrapper #why_oak .why_04 .why_04_r h3 span:after{
   content: '';
  position: absolute;
  left: 0;
    bottom: 0;
  width: 100%;
    height: 7px;
  border-bottom: 13px solid #e94f4c;
}
#wrapper #why_oak .why_04 .why_04_r .r_center{
display: inline-block; 
}
#wrapper #why_oak .why_04 .why_04_r .why_text{
  width: 80%;
  margin: 30px 0;
  text-align: left;
  font-size: 18px;
}
#wrapper #why_oak .why_04 .why_04_r .why_img{
  text-align: right;
  width: 540px;
}
#wrapper #why_oak .why_04 .why_04_r .why_img img{
  
}
#wrapper #why_oak .why_04 .why_04_r{
  width: 544px;
  float: right;
  text-align: right;
}
#wrapper #why_oak .why_04 .why_04_r img{
  }

#wrapper #why_oak .why_05{
  width: 1000px;
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
  padding-bottom: 40px;
}
#wrapper #why_oak .why_05 .why_05_center{
  display: inline-block;
}
#wrapper #why_oak .why_05 h3{
  vertical-align: middle;
  display: flex;
  height: 60px;
}
#wrapper #why_oak .why_05 .why_no em{
  display: inline-flex;
  padding: 0;
  text-align: center;
  min-height: 60px;
}
#wrapper #why_oak .why_05 h3 span{
  position: relative;
  font-size: 24px;
  margin-left: 20px;
    line-height: 2.3;
    text-indent: 10px;
    padding-right: 10px;
    font-weight: normal;
}
#wrapper #why_oak .why_05 h3 span:after{
   content: '';
  position: absolute;
  left: 0;
    bottom: 0;
  width: 100%;
    height: 7px;
  border-bottom: 13px solid #e94f4c;
}
#wrapper #why_oak .why_05 .why_05_using{
  margin: 40px auto 30px;
  
}
#wrapper #why_oak .why_05 .sr_icon_layout{
  line-height: 1.7;
  font-size: 18px;
  text-align: left;
}
#wrapper #why_oak .why_05 .sr_icon_item{
      text-indent: -1em;
    padding-left: 1em;
}
#wrapper #why_oak .why_05 .sr_icon_item:before{
  content: '';
  display: inline-block;
  border: 6px solid #e94f4c;
  vertical-align: baseline;
  margin-right: 6px;
}
#wrapper #why_oak .why_05 .sr_riyou{
  position: relative;
   margin-top: 1em;
  padding: 1em 2em;
  border: 1px solid #e94f4c;
  padding: 30px 0 10px;
  margin-bottom: 40px;
}
#wrapper #why_oak .why_05 .sr_riyou_title{
  font-size: 18px;
  position: absolute;
  top: 20px;
  left: 152px;
  background: #ffffff;
  padding: 0 1em;
  margin: 0;
  transform: translateY(-50%) translateX(18px);
  -webkit- transform: translateY(-50%) translateX(18px );
   font-weight: 540;
  }
#wrapper #why_oak .why_05 .sr_riyou ul{
      background-repeat: no-repeat;
}
#wrapper #why_oak .why_05 .sr_riyou ul li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #4a4a4a;
    font-size: 14px;
    width: 180px;
    height: 200px;
    margin: 0;
}
#wrapper #why_oak .why_05 .sr_riyou ul li img{
      margin: 20px auto 0px;
    vertical-align: middle;
    display: block;
    width: 120px;
    height: 120px;
}

#wrapper #why_oak .why_05 .sr_riyou ul li p{
    text-align: center;
    line-height: 240%;
    padding: 0 20px;
}

#wrapper #why_oak .sr_slideArea{
  height: 250px;
  margin-bottom: 40px;
  background-color: #fff3f3;
  }
#wrapper #why_oak .sr_link{
  display: inline-block;
   background: #fff;
    text-align: center;
    font-size: 18px;
    color: #ee7270;
    padding: 14px 0;
    width: 488px;
    vertical-align: middle;
    margin: 10px auto 0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border: 1px solid #ee7270;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;

}
#wrapper #why_oak .sr_link:hover,
#wrapper #why_oak .sr_link:visited{
    background: #ee7270;
		text-align: center;
    border: 1px solid #ffffff;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
	}

#wrapper #houjin_apartment{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
    background-color: #fff3f3;
}
#wrapper #houjin_apartment .houjin_head{
font-size: 32px;
font-weight: normal;  
color: #000000;
font-family: 'DINMedium'; 
padding: 70px 0 0 0; 
}
#wrapper #houjin_apartment .houjin_head:before{
      content: '';
    display: inline-block;
    width: 115px;
    vertical-align: middle;
    border: 1px solid #ffba00;
    margin-right: 1em;

}
#wrapper #houjin_apartment .houjin_head:after{
      content: '';
    display: inline-block;
    width: 115px;
    vertical-align: middle;
    border: 1px solid #ffba00;
    margin-left: 1em;

}

#wrapper #houjin_apartment .houjin_apartment_text{
  width: 940px;
  margin: 0 auto 30px;
  line-height: 1.7;
  font-size: 18px;
  padding: 0 30px;
}
#wrapper #houjin_apartment .houjin_apartment_slideArea{
  height: 250px;
  margin-bottom: 40px;
  background-color: #ffffff;
}
#wrapper #houjin_apartment .houjin_apartment_link{
    display: inline-block;
    background: #fff3f3;
    text-align: center;
    font-size: 18px;
    color: #ee7270;
    padding: 14px 0;
    width: 488px;
    vertical-align: middle;
    margin: 10px auto 0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border: 1px solid #ee7270;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;

}
#wrapper #houjin_apartment .houjin_apartment_link:hover,
#wrapper #houjin_apartment .houjin_apartment_link:visited{
    background: #ee7270;
		text-align: center;
    border: 1px solid #ffffff;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
	}
#wrapper #our_clients{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background-color: #fff;
    color: #333333;
    padding-bottom: 40px;
}
#wrapper #our_clients .houjin_head{
    font-size: 32px;
    font-weight: normal;
    color: #000000;
    font-family: 'DINMedium';
    padding: 70px 0 0 0;
}
#wrapper #our_clients .houjin_head:before {
    content: '';
    display: inline-block;
    width: 115px;
    vertical-align: middle;
    border: 1px solid #ffba00;
    margin-right: 1em;
}
#wrapper #our_clients .houjin_head:after {
    content: '';
    display: inline-block;
    width: 115px;
    vertical-align: middle;
    border: 1px solid #ffba00;
    margin-right: 1em;
}
#wrapper #our_clients .houjin_apartment_text{
      margin: 0px auto 20px;
      width: 1000px;
}
#wrapper #our_clients .houjin_apartment_text .apt_icon_layout{
    line-height: 1.7;
    font-size: 18px;
    text-align: left;
}
#wrapper #our_clients .houjin_apartment_text .apt_icon_layout .apt_icon_item{
    text-indent: -1em;
    padding-left: 1em;
}

#wrapper #our_clients .houjin_apartment_text .apt_icon_layout .apt_icon_item:before{
  content: '';
  display: inline-block;
  border: 6px solid #e94f4c;
  vertical-align: baseline;
  margin-right: 6px;
}
#wrapper #our_clients .houjin_apartment_text .apt_icon_layout .other{
  padding-left: 1em;
}
#wrapper #our_clients nav{
  
}
#wrapper #our_clients nav .houjin_contact{
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
  width: 720px;
  text-align:justify;
}
#wrapper #our_clients nav .houjin_contact:after{
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}

#wrapper #our_clients nav li{
	display: inline-block;
	margin-top: 60px;
	margin-left: 20px;
	text-decoration: none;
}
#wrapper #our_clients .contact{
  display: inline-block;
   background: #e94f4c;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 14px 0;
    width: 320px;
    vertical-align: middle;
    margin: 10px auto 0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border: 3px solid #e94f4c;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;

}
#wrapper #our_clients .tel{
    display: inline-block;
      background: #444444;
    border: 3px solid #444444;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 14px 0;
    width: 320px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    vertical-align: middle;
    margin: 10px auto 0;
    text-decoration: none;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;
}
#wrapper #our_clients .contact:hover,
#wrapper #our_clients .contact:visited{
    background: transparent;
		text-align: center;
    border: 3px solid #e94f4c;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    text-decoration: none;
    vertical-align: middle;
    color: #e94f4c;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
	}
#wrapper #our_clients .tel:hover,
#wrapper #our_clients .tel:visited{
    background: transparent;
		text-align: center;
    border: 3px solid #444444;
    border-radius: 22px;
    box-sizing:inherit;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    text-decoration: none;
    vertical-align: middle;
    color: #444444;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
}

/*------------------------------
SP SETTINGS
------------------------------*/
@media (max-width: 820px) {
  #houjin{
	color: #010101;
	overflow: hidden;
}
#houjin #key_wrap{
	position: relative;
}
#houjin #key_wrap h4.reds {
    position: absolute;
    top: 140px;
    display: inline !important;
    width: 80%;
     top: 18%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 41px;
    font-weight: normal;
    text-align: center;
    padding: 30px 20px;
    z-index: 9;
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}
#houjin #key_wrap p.reds {
    position: absolute;
    top: 45%;
    width: 80%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0   auto;
    height: auto;
    font-size: 24px;
    line-height: 1.4em;
    padding: 1em 0;
    font-weight: normal;
    text-align: center;
    z-index: 9;
    color: #FFF;
}
#houjin #key_wrap #slidebox{
	width: 100%;
	height: 550px;
	overflow: hidden !important;
	position: relative;
	padding-bottom: 0;
}
#houjin #key_wrap nav{
	position: absolute;
	z-index: 9;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    top: 76%;
    display: inline-block;
    width: 100%;
}
#houjin #key_wrap nav .houjin_contact{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
  width: 80%;
  text-align:center;
}
#houjin #key_wrap nav .houjin_contact:after{
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}
#houjin #key_wrap nav li{
	display: inline-block;
	margin-top: 20px;
	margin-left: 0;
	text-decoration: none;
}
#houjin #key_wrap .contact{
  display: inline-block;
   background: #e94f4c;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 0px;
    width: 100%;
    vertical-align: middle;
    margin: 0 auto 0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border: 3px solid #e94f4c;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;
}
#houjin #key_wrap .tel{
    display: inline-block;
      background: #444444;
    border: 3px solid #444444;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 0px;
    width: 100%;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    vertical-align: middle;
    margin: 10px auto 0;
    text-decoration: none;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;
}
#houjin #key_wrap .contact:hover,
#houjin #key_wrap .contact:visited{
    background: transparent;
		text-align: center;
    border: 3px solid #e94f4c;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
	}
	#houjin #key_wrap .tel:hover,
#houjin #key_wrap .tel:visited{
    background: transparent;
		text-align: center;
    border: 3px solid #ffffff;
    border-radius: 22px;
    box-sizing:inherit;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
}
#houjin #key_wrap .overlays{
  position:absolute;
  z-index:1;
  width:100%;
	height: 550px;
  overflow:hidden;
  background:rgba(0,0,0,0.6);
  }
#houjin #key_wrap .hj_scroll{
  display: block;
  position: absolute;
    bottom: 64px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 9999;
}
#houjin #key_wrap .hj_scroll a {
  padding-top: 0;
}
#houjin #key_wrap .hj_scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#houjin #key_wrap .hj_scroll a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#houjin #key_wrap .hj_scroll a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
#wrapper{
  margin: 0 auto 0 !important;
  width: 100% !important;
  padding: 0;
}
#wrapper .houjin_lp{
  width: 100%;
  margin: 0 auto !important;
  color: #000000;
    font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.houjin_lp .houjin_head{
font-size: 32px;
font-weight: normal;  
color: #000000;
  font-family: 'DINMedium'; 
padding: 70px 0 0 0; 
}
.houjin_lp .houjin_head:before{
      content: '';
    display: inline-block;
    width: 11.5%;
    vertical-align: middle;
    border: 1px solid #ffba00;
    margin-right: 10px;

}
.houjin_lp .houjin_head:after{
      content: '';
    display: inline-block;
    width: 11.5%;
    vertical-align: middle;
    border: 1px solid #ffba00;
    margin-left: 10px;
}
#wrapper #why_oak{
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background-color: #fff;
  color: #333333;
  padding-bottom: 60px;
}
#wrapper #why_oak .houjin_head{
}
#wrapper #why_oak .why_01{
  width: 90%;
  margin: 0 auto 60px;
}
#wrapper #why_oak .why_01 .why_01_l{
  width:100%;
  float: none;
}
#wrapper #why_oak .why_01 .why_01_l .why_no{
  text-align: center;
  width: 100%;
  display: inline-block;
}
#wrapper #why_oak .why_no img{
  width: 44px;
  height: 31.5px;
}
#wrapper #why_oak .why_01 .why_01_l .why_no img{
  display: block;
    padding-top: 10px;
    width: 35px;
}
#wrapper #why_oak .why_01 .why_01_l .why_no em{
  font-size: 24px;
  display: inline-flex;
  padding: 0;
  text-align: center;
  min-height: 60px;
}
#wrapper #why_oak .why_01 .why_01_l .why_no span{
  font-size: 28px;
  display: block;
  text-align: center;
  margin-left: 10px;
  line-height: 1.8em;
  border-bottom: 13px solid #e94f4c;
}
#wrapper #why_oak .why_01 .why_01_l h3 span:after{
   content: '';
  position: absolute;
  left: 0;
    bottom: 0;
    top: 20px;
  width: 100%;
    height: 7px;
  border-bottom: none;
}

#wrapper #why_oak .why_01 .why_01_l .why_text{
  width: 100%;
  margin: 20px 0;
  text-align: left;
  font-size: 18px;
}
#wrapper #why_oak .why_01 .why_01_l .why_img img{
    width: 90%;
    height: auto;
}
#wrapper #why_oak .why_01 .why_01_r{
  width: 100%;
  float: none;
}
#wrapper #why_oak .why_01 .why_01_r img{
  width: 100%;
  height: auto;
}
#wrapper #why_oak .why_02{
  width: 90%;
  margin: 0 auto 10px;  
}
#wrapper #why_oak .why_02 .why_02_l{
  width: 90%;
  float: none;
}
#wrapper #why_oak .why_02 .why_02_r .why_no{
  text-align: center;
  width: 100%;
  display: inline-block;
}
#wrapper #why_oak .why_02 .why_02_r .why_no img{
  width: 42px;
  display: block;
  padding-top: 8px;
}
#wrapper #why_oak .why_02 .why_02_r .why_no em{
  font-size: 24px;
  display: inline-flex;
  padding: 0;
  text-align: center;
  min-height: 60px;
}
#wrapper #why_oak .why_02 .why_02_r .why_no span{
  font-size: 25px;
  display: block;
  text-align: center;
  margin-left: 0px;
  line-height: 1.6em;
  border-bottom: 13px solid #e94f4c;
}
#wrapper #why_oak .why_02 .why_02_r h3 span:after{
   content: '';
  position: absolute;
  left: 0;
    bottom: 0;
    top: 20px;
  width: 100%;
    height: 7px;
  border-bottom: none;
}
#wrapper #why_oak .why_02 .why_circle_text{
  width: 91%;
  margin: 0;
  text-align: left;
  font-size: 18px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.1;
  }
  #wrapper #why_oak .why_02 .why_circle_text.kenshuu{
    margin-top: 30px;
  }
#wrapper #why_oak .why_02 .why_circle_text.idou{
    margin-bottom: 30px;
  }
#wrapper #why_oak .why_02 .why_circle_text.kaden{
margin-left: 0;
width: 90%;
margin-top: 0;
margin-bottom: 0;
  }
#wrapper #why_oak .why_02 .why_circle_text.kaden img{
  width: 90%;
  height: auto;
}
#wrapper #why_oak .why_02 .why_circle_text .chuushaku{
  color: #333333;
  font-size: 14px;
  display: block;
}
#wrapper #why_oak .why_02 .why_circle_text:before{
    font-family: FontAwesome;
  content: '\f111';
}
#wrapper #why_oak .why_02 .why_02_l .why_img{
}
#wrapper #why_oak .why_02 .why_02_l .why_img.irekae{
  text-align: left;
}
#wrapper #why_oak .why_02 .why_02_l .why_img.irekae img{
  width: 90%;
  height: auto;
}
#wrapper #why_oak .why_02 .why_02_l .why_img_kaban{
  margin: 0 auto 0;
  text-align: left;
}
#wrapper #why_oak .why_02 .why_02_l .why_img_kaban img{
  width: 90%;
  height: auto;
}
#wrapper #why_oak .why_02 .why_02_r{
  width: 100%;
  float: none;
  margin-bottom: 30px;
}
#wrapper #why_oak .why_02 .why_02_r .why_02_spset img{
  width: 90%;
  height: auto;
  }
#wrapper #why_oak .why_02 .why_02_r .why_img img{
  width: 90%;
  height: auto;
  }
#wrapper #why_oak .why_03{
  width: 90%;
  margin: 0 auto 10px;
  padding: 0;
}
#wrapper #why_oak .why_03 .why_03_l{
  width: 100%;
  float: none;
}
#wrapper #why_oak .why_03 .why_03_l .why_no{
  text-align: center;
  width: 100%;
  display: inline-block;
}
#wrapper #why_oak .why_03 .why_03_l .why_no img{
  display: block;
  padding-top: 9px;
}
#wrapper #why_oak .why_03 .why_03_l .why_no em{
  font-size: 24px;
  display: inline-flex;
  padding: 0;
  text-align: center;
  min-height: 60px;
}
#wrapper #why_oak .why_03 .why_03_l h3 span{
  font-size: 24px;
    display: block;
    text-align: center;
    margin-left: 0px;
    line-height: 1.6em;
    border-bottom: 13px solid #e94f4c;
}
#wrapper #why_oak .why_03 .why_03_l h3 span:after{
   content: '';
  position: absolute;
  left: 0;
    bottom: 0;
    top: 20px;
  width: 100%;
    height: 7px;
  border-bottom: none;
}
#wrapper #why_oak .why_03 .why_circle_text{
  width: 90%;
  margin: 0;
  text-align: left;
  font-size: 18px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
  }
#wrapper #why_oak .why_03 .why_03_l .why_img_riyou_relative{
  position: relative;
}
#wrapper #why_oak .why_03 .why_03_l .why_img_riyou_relative .gaikokujin{
  text-align: left;
}
#wrapper #why_oak .why_03 .why_03_l .why_img_riyou_relative .gaikokujin img{
  width: 50%;
  height: auto;
}
#wrapper #why_oak .why_03 .why_03_l .why_img_riyou_relative .why_img_riyou_extra{
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/images/houjin_lp/extra_fukidashi.png);
  width: 280px;
  height: 83px;
}
.why_03 .why_03_l .why_img_riyou_relative .why_img_riyou_extra .riyou_extra{
  color: #ffffff;
  font-size: 14px;
  margin-top: 10px;
}
#wrapper #why_oak .why_03 .why_circle_text:before{
    font-family: FontAwesome;
  content: '\f111';
}
#wrapper #why_oak .why_03 .why_circle_text.bukken{
  margin-top: 30px;
}
#wrapper #why_oak .why_03 .why_circle_text.global{
  margin-bottom: 10px;
}
#wrapper #why_oak .why_03 .why_img_riyou_sp img{
  width: 100%;
  height: auto;
  }
#wrapper #why_oak .why_03 .why_03_l .why_text{
  width: 100%;
  margin: 30px 0;
  text-align: left;
  font-size: 18px;
}
#wrapper #why_oak .why_03 .why_03_l .why_img{
}
#wrapper #why_oak .why_03 .why_03_r{
  width: 100%;
  float: none;
  text-align: left;
  margin-top: 50px;
}
#wrapper #why_oak .why_03 .why_03_r .why_img_riyou_sp img{
width: 90%;
height: auto;  
}
#wrapper #why_oak .why_03 .why_03_r img{
    width: 90%;
  height: auto;
}

#wrapper #why_oak .why_04{
  width: 90%;
  margin: 0 auto 60px;
  padding: 0;
}
#wrapper #why_oak .why_04 .why_04_l{
  width:100%;
  float: none;
  text-align: left;
  margin-top: 20px;
}
#wrapper #why_oak .why_04 .why_04_l img{
  width: 90%;
  height: auto;
}
#wrapper #why_oak .why_04 .why_04_r h3{
  vertical-align: middle;
  display:inline-block;
  height: 60px;
  text-align: center;
      width: 100%;
}
#wrapper #why_oak .why_04 .why_04_r h3 img{
  display: block;
  padding-top: 2px;
}
#wrapper #why_oak .why_04 .why_circle_text{
  width: 90%;
  margin: 0;
  text-align: left;
  font-size: 18px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
}
#wrapper #why_oak .why_04 .why_circle_text:before{
    font-family: FontAwesome;
  content: '\f111';
}
#wrapper #why_oak .why_04 .why_circle_text.jyuukyo{
  margin-top: 20px;
}
#wrapper #why_oak .why_04 .why_circle_text.shoukai{
margin-bottom: 10px;
}
#wrapper #why_oak .why_04 .why_04_r h3 span{
  font-size: 28px;
    display: block;
    text-align: center;
    margin-left: 10px;
    line-height: 1.2em;
    border-bottom: 13px solid #e94f4c;
}
#wrapper #why_oak .why_04 .why_04_r h3 span:after{
   content: '';
  position: absolute;
  top: 20px;
  left: 0;
    bottom: 0;
  width: 100%;
    height: 7px;
  border-bottom: none;
}
#wrapper #why_oak .why_04 .why_04_r .r_center{
display: inline-block; 
}
#wrapper #why_oak .why_04 .why_04_r .why_text{
  width: 100%;
  margin: 30px 0;
  text-align: left;
  font-size: 18px;
}
#wrapper #why_oak .why_04 .why_04_r .why_img{
  text-align: right;
  width: 100%;
}
#wrapper #why_oak .why_04 .why_04_r .why_img img{
  width: 90%;
  height: auto;
}
#wrapper #why_oak .why_04 .why_04_r{
  width: 100%;
  float: none;
  text-align: right;
}
#wrapper #why_oak .why_04 .why_04_r img{
  }
#wrapper #why_oak .why_04 .why_04_r .why_img_04_sp img{
  width: 90%;
  height: auto;
  }
#wrapper #why_oak .why_05{
  width: 100%;
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
  padding-bottom: 40px;
}
#wrapper #why_oak .why_05 .why_05_center{
  display: inline-block;
  width: 90%;
}
#wrapper #why_oak .why_05 .why_no{
  text-align: center;
  width: 100%;
  display: inline-block;
}
#wrapper #why_oak .why_05 .why_no img{
  display: block;
  padding-top: 2px;
}
#wrapper #why_oak .why_05 .why_no em{
  font-size: 24px;
  display: inline-flex;
  padding: 0;
  text-align: center;
  min-height: 60px;
}
#wrapper #why_oak .why_05 .why_no span{
  font-size: 22px;
  display: block;
  text-align: center;
  margin-left: 0px;
  line-height: 1.2em;
  letter-spacing: -0.1em;
  border-bottom: 13px solid #e94f4c;
}
#wrapper #why_oak .why_05 h3 span:after{
   content: '';
  position: absolute;
  left: 0;
    bottom: 0;
    top: 20px;
  width: 100%;
    height: 7px;
  border-bottom: none;
}
#wrapper #why_oak .why_05 .why_05_using{
  margin: 10px auto 15px;
  width: 90%;
}
#wrapper #why_oak .why_05 .sr_icon_layout{
  line-height: 1.7;
  font-size: 18px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}
#wrapper #why_oak .why_05 .sr_icon_item{
      text-indent: -1em;
    padding-left: 1em;
}
#wrapper #why_oak .why_05 .sr_icon_item:before{
  content: '';
  display: inline-block;
  border: 6px solid #e94f4c;
  vertical-align: baseline;
  margin-right: 6px;
}
#wrapper #why_oak .why_05 .sr_riyou{
  position: relative;
   margin-top: 1em;
  padding: 1em 2em;
  border: 1px solid #e94f4c;
  padding: 50px 0 10px;
  margin-bottom: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
#wrapper #why_oak .why_05 .sr_riyou_title{
  font-size: 18px;
  position: absolute;
  text-align: center;
  display: inline;
  top: 20px;
  left: 0px;
  background: #fff;
    padding: 0 0.1em;
    margin: 0;
  transform: translateY(-50%) translateX(18px);
  -webkit- transform: translateY(-50%) translateX(18px );
   font-weight: bold;
   width: 90%;
  }
#wrapper #why_oak .why_05 .sr_riyou ul{
      background-repeat: no-repeat;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
#wrapper #why_oak .why_05 .sr_riyou ul li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #4a4a4a;
    font-size: 14px;
    width: 40%;
    height: auto;
    padding: 0 5px;
    margin: 0;
}
#wrapper #why_oak .why_05 .sr_riyou ul li img{
    margin: 10px 0 0 0;
    vertical-align: middle;
    width: 90%;
    height: auto;
}

#wrapper #why_oak .why_05 .sr_riyou ul li p{
    text-align: center;
    line-height: 130%;
    padding: 0 20px;
    font-size: 17px;
}

#wrapper #why_oak .sr_slideArea{
  width: 100%;
  height: 250px;
  margin-bottom: 40px;
  background-color: #fff3f3;
  overflow: hidden;
  }
#wrapper #why_oak .sr_slideArea img{
}

#wrapper #why_oak .sr_link{
  display: inline-block;
   background: #fff;
    text-align: center;
    font-size: 18px;
    color: #ee7270;
    padding: 14px 0;
    width: 90%;
    vertical-align: middle;
    margin: 10px auto 0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border: 1px solid #ee7270;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;

}
#wrapper #why_oak .sr_link:hover,
#wrapper #why_oak .sr_link:visited{
    background: #ee7270;
		text-align: center;
    border: 1px solid #ffffff;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
	}

#wrapper #houjin_apartment{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
  background-color: #fff3f3;
}
#wrapper #houjin_apartment .houjin_head{
font-size: 32px;
font-weight: normal;  
color: #000000;
font-family: 'DINMedium'; 
padding: 70px 0 0 0; 
}
#wrapper #houjin_apartment .houjin_head:before{
      content: '';
    display: inline-block;
    width: 11.5%;
    vertical-align: middle;
    border: 1px solid #ffba00;
    margin-right: 1em;

}
#wrapper #houjin_apartment .houjin_head:after{
      content: '';
    display: inline-block;
    width: 11.5%;
    vertical-align: middle;
    border: 1px solid #ffba00;
    margin-left: 1em;

}

#wrapper #houjin_apartment .houjin_apartment_text{
  width: 90%;
  margin: 0 auto 30px;
  line-height: 1.7;
  font-size: 18px;
  padding: 0 0;
}
#wrapper #houjin_apartment .houjin_apartment_slideArea{
  width: 100%;
  height: 250px;
  margin-bottom: 40px;
  background-color: #ffffff;
}
#wrapper #houjin_apartment .houjin_apartment_link{
  display: inline-block;
   background: #fff3f3;
    text-align: center;
    font-size: 16px;
    color: #ee7270;
    padding: 14px 2px;
    width: 90%;
    vertical-align: middle;
    margin: 10px auto 0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border: 1px solid #ee7270;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;

}
#wrapper #houjin_apartment .houjin_apartment_link:hover,
#wrapper #houjin_apartment .houjin_apartment_link:visited{
    background: #ee7270;
		text-align: center;
    border: 1px solid #ffffff;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    text-decoration: none;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
	}
#wrapper #our_clients{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background-color: #fff;
    color: #333333;
    padding-bottom: 120px;
    margin-bottom: -77px;
}
#wrapper #our_clients .houjin_head{
    font-size: 32px;
    font-weight: normal;
    color: #000000;
    font-family: 'DINMedium';
    padding: 70px 0 0 0;
}
#wrapper #our_clients .houjin_head:before {
    content: '';
    display: inline-block;
    width: 11.5%;
    vertical-align: middle;
    border: 1px solid #ffba00;
    margin-right: 1em;
}
#wrapper #our_clients .houjin_head:after {
    content: '';
    display: inline-block;
    width: 11.5%;
    vertical-align: middle;
    border: 1px solid #ffba00;
    margin-right: 1em;
}
#wrapper #our_clients .houjin_apartment_text{
      margin: 0px auto 20px;
      width: 90%;
}
#wrapper #our_clients .houjin_apartment_text .apt_icon_layout{
    line-height: 1.7;
    font-size: 18px;
    text-align: left;
}
#wrapper #our_clients .houjin_apartment_text .apt_icon_layout .apt_icon_item{
    text-indent: -1em;
    padding-left: 1em;
}

#wrapper #our_clients .houjin_apartment_text .apt_icon_layout .apt_icon_item:before{
  content: '';
  display: inline-block;
  border: 6px solid #e94f4c;
  vertical-align: baseline;
  margin-right: 6px;
}
#wrapper #our_clients .houjin_apartment_text .apt_icon_layout .other{
  padding-left: 1em;
}
#wrapper #our_clients nav{
}
#wrapper #our_clients nav .houjin_contact{
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
  width: 100%;
  text-align:center;
}
#wrapper #our_clients nav .houjin_contact:after{
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}

#wrapper #our_clients nav .houjin_contact li{
	display: inline-block;
	margin-top: 60px;
	margin-left: 20px;
	text-decoration: none;
}
#wrapper #our_clients .houjin_contact .contact{
  display: inline-block;
   background: #e94f4c;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 16px 0;
    width: 100%;
    vertical-align: middle;
    margin: 10px auto 0;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border: 3px solid #e94f4c;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;

}
#wrapper #our_clients .houjin_contact .tel{
    display: inline-block;
      background: #444444;
    border: 3px solid #444444;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 16px 0;
    width: 100%;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    vertical-align: middle;
    margin: 20px auto 0;
    text-decoration: none;
    transition: background-color 2s, border-radius 2s;
    font-family: 'Noto Sans Japanese', sans-serif;
}
#wrapper #our_clients .houjin_contact .contact:hover,
#wrapper #our_clients .houjin_contact .contact:visited{
    background: transparent;
		text-align: center;
    border: 3px solid #e94f4c;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    text-decoration: none;
    vertical-align: middle;
    color: #e94f4c;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
	}
#wrapper #our_clients .houjin_contact .tel:hover,
#wrapper #our_clients .houjin_contact .tel:visited{
    background: transparent;
		text-align: center;
    border: 3px solid #444444;
    border-radius: 22px;
    box-sizing:inherit;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    text-decoration: none;
    vertical-align: middle;
    color: #444444;
    font-size: 18px;
    transition: background-color 1s, border-radius 2s;
}
}


@media (max-width: 820px) {
html, body {
    line-height: 20px;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100% !important;
    min-width: 320px !important;
    max-width: 819px;
    font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    word-break: normal;
}
}
html, body {
    line-height: 20px;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100% !important;
    min-width: 100% !important;
    font-family: "Lato", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    word-break: normal;
    -webkit-text-size-adjust: 100%;
}
}

/*------------------------------
ANIMATION SETTING
------------------------------*/
.scLeft {
    opacity : 0.1;
    transform : translate(0, 350px);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.scLeft.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
.scRight {
    opacity : 0.1;
    transform : translate(0, 350px);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.scRight.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
@media (max-width: 820px) {
.scLeft {
    opacity : 0.1;
    transform : translate(0, 100px);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.scLeft.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
.scRight {
    opacity : 0.1;
    transform : translate(0, 100px);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.scRight.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
}
/*------------------------------
/ANIMATION SETTING
------------------------------*/


/*------------------------------
/SP SETTINGS
------------------------------*/





@media (max-width: 820px) {

	input[type="button"],input[type="submit"] {
		-webkit-appearance: none;
	}
}

/*------------------------------
/FOOTER SP SETTINGS
------------------------------*/
#wrapper .houjin_head_sub{
  font-size: 14px;
  margin: 10px auto 20px;
  text-align: center;
}
@media screen and (max-width: 820px) {
#wrapper .houjin_head_sub{
  font-size: 14px;
  margin: 10px auto 30px;
  text-align: center;
}
}
@media screen and (max-width: 820px) {
#lower_navi {
  display: none;
}
}

/*------------------------------
2019/07/17 特定技能バナー追加
------------------------------*/

.tokutei-ginou_bnr{
	width: 700px;
	margin: 20px auto;
}

.tokutei-ginou_bnr .tokutei-ginou_bnr_pc{
	width: 700px;
}
	
.tokutei-ginou_bnr .tokutei-ginou_bnr_pc img{
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.tokutei-ginou_bnr .tokutei-ginou_bnr_sp{
	display: none;
}

@media screen and (max-width: 820px) {
	
.tokutei-ginou_bnr{
	width: 90%;
}

.tokutei-ginou_bnr .tokutei-ginou_bnr_pc{
	display: none;
}

.tokutei-ginou_bnr .tokutei-ginou_bnr_sp{
	display: block;
}

.tokutei-ginou_bnr .tokutei-ginou_bnr_sp img{
	vertical-align: bottom;
	width: 100%;
	height: auto;
}




}