@charset "utf-8";

@media screen and (max-width:767px) {

  /*--------------------------------------------------------
    サブページ  business
  --------------------------------------------------------*/
.sb_sec_ttl_business{
	width: 100%;
	margin: 0 auto;
  background-image:url("../images/sub_business_top.jpg");
  background-size: cover;
	height: 140px;
  padding-top: 40px;
}

  .sb_business_catch{
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    line-height: 1.8em;
  }
  .sb_business_body{
    line-height: 2em;
    width: 90%;
    margin: 20px auto;
    font-size: 14px;
  }
  .bz_container{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px auto;
  }
  .bz_point_pic{
    width: 100%;
  }
  .bz_point_project{
    width: 90%;
    margin-top: 10px;
  }

  .bz_container_2{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px auto;
  }
  .bz_point_pic_2{
    width: 100%;
    order: 1;
  }
  .bz_point_project_2{
    width: 90%;
    margin-top: 10px;
    order: 2;
  }

  .bz_project_container{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .bz_project_icon{
    width: 60px;
    margin-top: 10px;
    padding-left: 0px;
  }
  .bz_project_ttl{
    font-size: 22px;
    padding-top: 14px;
    padding-left: 15px;
    letter-spacing: 0.03em;
    margin-top: 10px;
  }
 
  .bz_project_body{
    margin-top: 10px;
    line-height: 1.8em;
    font-size: 14px;
    text-align: justify;

  }
  .sb_bz_bottom{
    margin: 50px auto;
    width: 100%;
    height: 250px;
  }
  .sb_bz_bottom img{
    height: 250px;
    object-fit: cover;
  }


  /*--------------------------------------------------------
    サブページ  company
  --------------------------------------------------------*/
  .sb_sec_ttl_company{
  	width: 100%;
  	margin: 0 auto;
    background-image:url("../images/sb_company_top.jpg");
    background-size: cover;
	height: 140px;
  padding-top: 40px;
  }

/*--ミッション---*/
.sb-mission-block{
  width: 90%;
  margin: 40px auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.sb-mission-title{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #0E357F;
  padding-top: 30px;
}
.sb-mission-title-sub{
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 16px;
}
.sb-mission-headline{
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
}
.sb-mission-headline-2{
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 30px;
}
.sb-mission-headline-last{
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  padding-bottom: 40px;
}
.sb-mission-headline-eg{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0E357F;
  padding-top: 20px;
}
.sb-mission-headline-eg span{
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 22px;
}
.sb-mission-body{
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 2em;
}
.sb-mission-border{
  width: 80%;
  margin: 0 auto;
  border-top: solid 1px #555;
}

/*--メッセージ---*/
.sb_company_massage{
  width: 90%;
  max-width: 1200px;
  margin: 80px auto 40px;

}
.sb_company_title{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  padding-left: 20px;
  color: #00A0E9;
  border-bottom: solid 1px #00A0E9;
  width: 60%;
  margin: 0 auto;
}
.sb_company_title-sub{
  margin-bottom: 10px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding-top: 10px;
    color: #00A0E9;
}

.sb_company__container{
  width: 90%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 40px;
  font-family: "Zen Old Mincho", serif;

}
.cp_message_pic{
  width: 100%;
}
.cp_message_txt{
  width: 100%;
}
.cp_message_catch{
  font-weight: 700;
  font-size: 18px;
  color: #0E357F;
  line-height: 1.8em;
  padding-bottom: 10px;
}

.cp_message_body{
    font-weight: 700;
  line-height: 2em;
  margin-top: 30px;
	text-align: justify;
  font-size: 14px;
}
.cp_message_name{
  margin-top: 20px;
  text-align: right;
  padding-right: 0px;
      font-weight: 700;
        font-size: 14px;
}

.cp_name{
        font-weight: 700;
  font-size: 16px;
}




  /* 会社概要 */
  .sb_profile_area{
    margin: 50px auto 40px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    letter-spacing: 0.05em;
  }
  .sb_profile_list{
    width: 90%;
    margin: 30px auto;
  }
  .sb_profile_item{
    background: #f4f4f4;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
  }
  .sb_profile_detail{
    padding: 10px 20px 20px;
    line-height: 1.5em;
    text-align: justify;
        font-size: 14px;
  }

  .sb_office_container{
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  .sb_office_img{
    width: 90%;
    margin: 10px 20px 10px 20px;
  }


  /*--------------------------------------------------------
    サブページ  お客様の声
  --------------------------------------------------------*/

  .sb_sec_ttl_voice{
    width: 100%;
    margin: 0 auto;
    background-image:url("../images/sb_voice_top.jpg");
    background-size: cover;
    height: 160px;
    padding-top: 60px;
  }
  .sb_voice_catch{
    font-size: 20px;
    text-align: center;
    margin-top: 60px;
    line-height: 1.8em;
  }
  .sb_ttl_back_voice{
  	position: absolute;
  	z-index: 10;
  	top: 5px;
  	right: 40px;
  	width: 70px;
  	opacity: 0.5;
  }
  .sb_ttl-border_voice{
    border: solid 1px #00bfff;
    width: 200px;
    margin: 0 auto;
  }
  /* パターン右 */
  .sb_voice_container{
  	width: 100%;
  	position: relative;
  	height: 700px;
  }
  .sb_voice_pattern_right{
  	position: absolute;
  	right: 0px;
  	bottom: 0px;
  	width: 80%;
  	opacity: 0.5;
  	z-index: -20;
  }
  /* パターン左 */
  .sb_voice_container-2{
  	width: 100%;
  	position: relative;
  	height: 750px;
  }
  .sb_voice_pattern_left{
  	position: absolute;
  	left: 0px;
  	bottom: 0px;
  	width: 80%;
  	opacity: 0.5;
  	z-index: -20;
  }


  /* インナー1 */
  .sb_voice_inner{
  	width: 100%;
  	position: relative;
  	margin: 60px auto;

  }
  .sb_voice_pic{
  	position: absolute;
  	left: 0;
  	width: 70%;
  }
  .sb_voice_txt{
  	position: absolute;
  	right: 0px;
  	top: 100px;
  	width: 90%;
  	padding: 120px 10px 40px 30px;
  	background: #f6f6f6;
  	z-index: -10;
  }
  .sb_voice_txt_ttl{
  	font-size: 18px;
  	margin-bottom: 20px;
  	line-height: 2em;
  	color: #45A1E6;

  }
  .sb_voice_txt_body{
  	line-height: 1.8em;
  }
  .sb_voice_txt_name{
  	text-align: right;
  	padding-right: 20px;
  	margin-top: 10px;
  }

  /* インナー2 */
  .sb_voice_pic-2{
  	position: absolute;
  	right: 0;
  	width: 70%;
  }
  .sb_voice_txt-2{
  	position: absolute;
  	left: 0px;
  	top: 100px;
  	width: 90%;
    padding: 120px 10px 40px 30px;
  	background: #f6f6f6;
  	z-index: -10;
  }


/***********************************
サブページ 査定
***********************************/
.sb_sec_ttl_sell {
  width: 100%;
  margin: 0 auto;
  background: #0E357F;
  height: 150px;
  display: flex;
  justify-content: center; /* 横方向センター */
  align-items: center; /* 縦方向センター */
}

.sb_sell_ttl_icon{
	width: 100px;
}
.sb_sell_ttl_txt{
	width: 100%;
	font-size: 20px;
	color: #fff;
	padding: 10px 0 0 0px;
  text-align: center;
}

.sb_sell{
	margin: 60px auto;
}

/* 流れ */
.sb_sell_flow{
	width: 90%;
	margin: 0 auto;
}
.sb_sell_content_ttl{
	margin: 40px auto 20px;
}
.sb_sell_flow_ttl_txt {
    gap: 20px;
}
.sb_sell_flow_ttl_txt:before {
left: -60px;
}

.sb_sell_flow_ttl_number{
	width: 10%;
	background: #45A1E6;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 10px 10px 10px 10px;
	font-family: 'Oswald', 'notosansjp', sans-serif;
}

.sb_sell_flow_content{
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  margin: 20px auto 20px;
}
.sb_sell_flow_content_pic{
	width: 100%;
}
.sb_sell_flow_content_txt{
	width: 100%;
	font-size: 16px;
	line-height: 1.6em;
	margin-right: 0px;
  margin-top: 10px;
}
.sb_sell_flow_red{
	font-weight: bold;
	color: #b30000;
}
.sb_sell_flow_next{
	margin: 0 auto 20px;
	width: 40px;
}
/* メリット */
.sb_sell_merit_content_sp{
  display: block;
	background: #f4f4f4;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.sb_sell_merit_content{
	display: none;
}
.sb_sell_merit_pic{
	width: 95%;
	margin: 20px auto;
}
.sb_sell_flow_summary{
  display: none;
}
.sb_sell_flow_summary_pic{
  width: 40%;
  margin: 0 auto;
}
.sb_sell_flow_summary_txt{
  width: 90%;
  margin: 10px auto;
}
.sb_sell_flow_summary_sp{
  display: block;
}
/* こちら */
.sb_sell_contact_ttl{
	width: 100%;
	color: #fff;
	background: #b30000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-top: 20px;
}
/* LINE */
.sb_sell_line{
	width: 78%;
	margin: 0 auto;
	border: solid 3px #dcdcdc;
	padding: 20px 20px 5px 20px;
	margin-top: 30px;
}
.sb_sell_line_ttl{
	text-align: center;

	color: #06c755;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	margin-bottom: 5px;
}
.sb_sell_line_ttl_txt{
	text-align: center;
	margin-bottom: 10px;
}
.sb_sell_line_inner{
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.sb_sell_line_innert_pic{
	width: 80px;
	margin: 20px;
}
/* 電話 */
.sb_sell_phone{
	width: 78%;
	margin: 0 auto;
	border: solid 3px #dcdcdc;
	padding: 20px;
	margin-top: 20px;
}



/* 査定のお問い合わせフォーム */
.sb_sell_form_ttl{
  width: 83%;
  margin: 20px auto 10px;
  padding: 10px;
  margin-top: 30px;
  text-align: center;
}

/*--------------------------------------------------------
  サブページ  RECRUIT
--------------------------------------------------------*/
.sb_sec_ttl_recruit{
	width: 100%;
	margin: 0 auto;
  background-image:url("../images/sb_recruit_top1.jpg");
  background-size: cover;
	height: 140px;
  padding-top: 40px;
}

.sb_recruit_catch{
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 0.886rem + 1.82vw, 2.25rem);/*-- w320:20px w1200:36px --*/
  text-align: center;
  line-height: 1.8em;
  width: 90%;
  margin: 40px auto 0;
}
  /*--------------------------------------------------------
  サブページ PRIVACY POLICY
  --------------------------------------------------------*/
#sb_pv-area{
  margin-top: 40px;
	margin-bottom: 40px;
}
.sb_pv_ttl_eg{
  font-size: 24px;
}
.sb_pv_ttl_jp{
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.sb_pv{
  width: 90%;
	line-height: 2em;
	margin: 0 auto;
}
.sb_pv_boder{
  margin-top: 20px;
  margin-bottom: 20px;
}
.pv-txt{
	padding: 10px;
	text-align: justify;
    font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 14px;
  	line-height: 2em;

}
.pv-title{
	font-size: 20px;
  padding: 0px;
  padding-bottom: 20px;
  text-align: left;
	color: #0E357F;
      font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
.pv-title-sub{
  width: 100%;
  margin: 0 auto;
	padding: 10px;
	font-size: 18px;
	font-weight: normal;
	color: #0E357F;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;

	}
.pv-txt_body{

  padding: 10px ;
}
.pv-txt_body p{
  font-size: 14px;
}


/***********************************
サブページ CONTACT
***********************************/

.sb_contact_content{
	margin: 30px auto;
}

.Form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 100px;
  width: 90%;
  max-width: 800px;
}
.Form-Item {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
/* 項目 */
.Form-Item-Label {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/* w320-14px w1200-18px */
  margin-left: 5px;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
}
/* 必須マーク */
.Form-Item-Label-Required {
  margin-left: 10px;
  color: #fff;
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);/* w320-10px w1200-12px */
  font-weight: bold;
  background: #dc143c;
  padding:5px;
  border-radius: 5px;
}
.Form-Item-Input {
  border: 1px solid #ddd;
  height: 48px;
  width:92%;
  background: #f6f6f6;
  margin-top: 15px;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/* w320-14px w1200-18px */
  padding: 0px 10px;
}

/*----- お問い合わせ内容 -----*/
.Form-Item-Textarea {
  border: 1px solid #ddd;
  padding: 5px 10px;
  height: 216px;
  width: 92%;
  background: #f6f6f6;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/* w320-14px w1200-18px */
  margin-top: 15px;
}

/*----- 送信するボタン -----*/
.contact_confirm{
  width: 96%;
}

.button{
  padding: 10px;
  width: 100%;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);/* w320-14px w1200-18px */
  font-weight: bold;
  background: #333;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}


} /**** END media screen *****/
