@charset "utf-8";
/* レイアウトのためのCSS */

body{
    font-family: 'Noto Sans JP', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.2em;
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #fff;
	text-decoration: none;
    outline: none;
}

img{
    max-width:100%;
    height: auto;
}

*{
    box-sizing: border-box
}

header {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../img/zenkiminetnohomepage_pc_left_sab.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}

header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
}

  .header_title {
    position: absolute;
    display: block;
    top: 50%;
    left: 25%;
    transform: translate(-50%,-50%);
    z-index: 9;
    letter-spacing: 0.1em;
    word-break: break-word;
    width: 24em;
  }

.h1_pc_size_4_sp_25_sab {
  font-size: 4rem;
    font-weight: 900;
}

h1 {
  font-size: 1rem;
}

.header_title_p_eigo {
  word-wrap: break-word;
    font-size: 1.5rem;
}

h2 {
  font-size: 2rem;
  line-height: 1.5em;
  margin-bottom: 2.5vh;

}

.wroks_p {
  color: #fff;
  font-size: .9rem;
  margin-bottom: 5vh;
  text-align: center;
}

.wroks_section {
  display: flex;
}

.wroks_list_left {
  background-image: url(../img/point_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-basis: 50%;
}

.wroks_list {
  padding: 4em;
  background-color: #333;
  flex-basis: 50%;
}

.et_pb_module {
  flex-basis: 40%;
  margin: 10px;
}


.secList {
  border:solid 1px #fff;
  padding: 10px;
  display: inline-block;
  width: 100%;
  margin: 5px;
  position: relative;
}

.secList:after{
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
   content: '';
   display: inline-block;/*忘れずに！*/
   width: 7.5px;/*画像の幅*/
   height: 15px;/*画像の高さ*/
   background-image: url(../img/link_yajirusi.png);
   background-size: contain;

}

.wroks_detail_box{
	display: none;

}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before{
	background:#ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}


.wroks_company_name_dl .font_16 {
  font-size: 1.2rem;
}

.wroks_company_name_dl_dd {
  display: inline-block;
  border-radius: 3px;
  background-color: #333;
  color: #fff;
  padding: 0 5px;
  margin: 0 5px;
}

.wroks_evaluation_dl dt {
  display: inline-block;

}

.wroks_evaluation_dl dd {
  display: inline-block;

}

.wroks_img_box {
  text-align: center;
}

.wroks_img_box img{
  margin-top: 2.5vh;
}

.contact {
  display: block;
  background: url("../img/zenkiminetnohomepage_pc_left_sab.jpg") no-repeat center;
  background-size: cover;
  height: 100vh;
}


.contact_width_50 {
  width: 50%;
  height: 100vh;
  padding: 2em 2.3em;
  background-color: #333;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service_h3 {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 1em;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
}

.contact_h3 {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.contact_p, .contact_p_top_0{
font-size: 1rem;
margin-bottom: 1.5vh;
display: block;
width: 100%;
text-align: left;
}

.contact_p_top_0 {
  margin-bottom: 0;
}


.contact_ul_qa {
  list-style: none;
    font-size: .85rem;
    padding:2px ;
    margin:0 0 10px 0;
    background-color: #fff;
    color: #333;
    width: 100%;
}

.contact_ul_qa li{
    padding: 1em 2em;
    background-color: #333;
    color: #fff;
        border-bottom: #fff 2px solid;
}

.contact_ul_qa li:last-child{
        border-bottom: none;
}

.contact_dl_footer {
    font-size: .85rem;
    width: 100%;
}

.font_size_22 {
  font-size: 2rem;
}

.contact_ul_line_mail {
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.contact_ul_line_mail li{
  flex-basis: 40%;
}

.font_size_10 {
  margin-top: 5vh;
  font-size: 10px;
  width: 100%;
  text-align: left;
}

.margin_top_5 {
  margin-top: 5vh;
}

.margin_top_0 {
  margin-top: 0;
}


#footer{
    position: fixed;
    bottom:20px;
    left: 20px;
}



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

  header {
      background-position: right 0;
  }

  .header_title {
      left:50%;
  }

  .sab_page_title {

  }

  section {
  display: block;
  height: auto;
  }

  .wroks_section {
    display: block;
  }


.contact_width_50 {
  width: 100%;
}

}

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

header {
  background: url("../img/zenkiminet_sapporo_web_site_sp_sab.jpg")no-repeat center;
  background-size: cover;
    background-position: right 0;
}

  .header_title {
      width: 15em;
  }



  .h1_pc_size_4_sp_25_sab {
      font-size: 2.5rem;
  }

  h1 {
    word-break: keep-all;
  }

.wroks_list {
  padding: 1.5em;
}


.contact_ul_line_mail {
    margin-top: 1.5vh;
    display: block;
    justify-content: space-around;
}

.contact_dl_footer_dt {
    background: #fff;
    color: #333;
    font-weight: 900;
    padding: 0.5vh 0.5em;
    margin-top: 2vh;
}

.contact_ul_line_mail li{
    margin-top: 1.5vh;
}

.sp_inline {
  display: block;
}

#footer{
    bottom:inherit;
    left: 20px;
    bottom:20px;
}

.tel_no {
font-size: 1.7rem;
}

.line_margin {
width: 100%;
display: block;
}

.from_box {
  display: block;
}

.from_input_area {
width: 100%;
}

.font_size_22 {
  font-size: 1.4rem;
}

.contact_ul_qa li {
    padding: 0.5em 1em;
}

.contact_dl_footer_dt {
  margin-top: 0;
}

.contact_p {
  margin-bottom: .5vh;
}

.contact_ul_line_mail {
  margin-bottom: .5vh;
  margin-top: 0;
}

.sp_font_10 {
  font-size: 10px;
}

}
