@charset "UTF-8";
.share #keyvisual {
    height: 400px;
}
#top_movie{
  width: 100%;
  height: auto;
  background-color: transparent;
}
.top_title {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 32px;
  text-align: center;
}

.top_title span {
  position: relative;
  z-index: 2;
}

.top_title::before {
  content: attr(data-en);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(131, 172, 6, 0.4);
  font-size: 80px;
  font-style: italic;
  width: 100%;
}
/*================================
    top
=================================*/
#recruit_inf{
/*  background: url(https://karimata.p-c-tech.com/system/wp-content/themes/kmt/assets/img/pc/top/bg_recruit_inf.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;*/
    background: #f8fbed;
}

.figure_box figure{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.figure_box figure .img_box{
  max-width: 640px;
  width: 50%;
}
.figure_box figure figcaption{
  width: 45%;
  padding-left: 5%;
  font-size: 18px;
  line-height: 1.7;
  word-break: break-all;
}
.figure_box figure.right{
  display: flex;
  flex-direction: row-reverse;
}
.figure_box figure.right figcaption{
  width: 45%;
  padding: 0 5% 0 0;
  font-size: 18px;
  line-height: 1.7;
}
.mdl_box img{
  width: 100%;
}
.mdl_list{
  margin-top: 20px;
}
.mdl_list ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mdl_list ul li{
  width: calc((100% - 80px) / 3);
  margin-left: 40px;
}
.mdl_list ul li:first-child{
  margin-left: 0;
}
.mdl_list ul li a:hover{
  background: #fff;
  opacity: 0.7;
}
.mdl_list ul li img{
  width: 100%;
}


.link_list{

}
.link_list ul{
  display: flex;
  flex-wrap: wrap;
}
.link_list li{
  width: 50%;
  overflow: hidden;
}
.link_list li img{
  width: 100%;
}
.link_list{

}
.image_link{
 display:block;
 position:relative;
 text-decoration:none;
}
.image_link img{
  display:block;
  width:100%;
  transition:0.3s;
}
.image_link:after{
  content: "";
  display: block;
  color: #fff;
  font-size: 3vw;
  width: 60%;
  border: solid 4px #fff;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -30%;
  opacity: 1;
  z-index: 3;
  transition: 0.3s;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.image_link:before{
  content:"";
  display:block;
  color:#fff;
  font-size: 3vw;
  width: 60%;
  border:solid 4px #fff;
  border-radius:5px;
  text-align:center;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-1em;
  margin-left: -30%;
  opacity:0;
  z-index:3;
  transition:0.3s;
  font-weight:bold;
  letter-spacing:0.05em;
}
.image_link a{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.image_link:hover img{
  filter:blur(5px);
}
.image_link .cover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(000,000,000, 0.2);
}
.image_link:hover:before{
  opacity:1;
  margin-top:-0.5em;
}
.image_link:hover:after{
  opacity:0;
  margin-top:-0.5em;
}
.link_business::after{
  content: "事業内容";
}
.link_business:before{
  content: "BUSINESS";
}
.link_works::after{
  content: "施工実績";
}
.link_works:before{
  content: "WORKS";
}
.link_safety::after{
  content: "安全への取り組み";
}
.link_safety:before{
  content: "SAFETY";
}
.link_company::after{
  content: "会社概要";
}
.link_company:before{
  content: "COMPANY";
}

#top_news{
}
#top_news .news_list{

}
#top_news .news_list ul{

}
#top_news .news_list li{
  border-bottom: 1px solid #000;
}
#top_news .news_list li:first-child{
  border-top: 1px solid #000;
}
#top_news .news_list dl{
  display: table;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
#top_news .news_list dt{
  display: table-cell;
  vertical-align: middle;
  width: 25%;
}
#top_news .news_list dd{
  display: table-cell;
  vertical-align: middle;
  width: 75%;
}
.tag{
  display: inline-block;
  margin: 0 20px;
  color: #fff;
  padding: 5px 10px;
  width: 90px;
  box-sizing: border-box;
  text-align: center;
}
.tag.notice{
  background: #87A338;
}
.tag.training{
  background: #E60012;
}
#top_news .btn_box p{
  text-align: center;
  padding-top: 20px;
}
#top_news .btn_box p a{
  display: block;
  padding: 10px;
  width: 300px;
  box-sizing: border-box;
  background: #83ac06;
  color: #fff;
  border: 2px solid #83ac06;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
}
#top_news .btn_box p a:hover{
  background: #fff;
  color: #83ac06;
}
/*================================
    share 下層共通スタイル
=================================*/
.share{
  padding-top: 113px;
}
.share .bg{
  background: #f8fbed;
}
.share #keyvisual{
  position: relative;
}
.share .cover{
/*  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(000,000,000, 0.7);*/
}
.share .kv_cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.share_title {
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 4px solid #DDD;
  margin-bottom: 20px;
  font-size: 24px;
}
.share_title::after {
  position: absolute;
  content: " ";
  border-bottom: solid 4px #83ac06;
  bottom: -4px;
  width:20%;
  display: block;
}
.share .kv_cont .inner{
  height: 100%;
}
.share .kv_cont h2{
  position: absolute;
  bottom: 70px;
  right: 0;
  text-align: center;
  display: inline-block;
  padding: 20px 130px 10px;
  background: rgba(255,255,255, 0.6);
  font-size: 40px;
/*  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  margin-left: -50%;
  margin-top: -61px;*/
}
.share .kv_cont h2 .main{
    display: block;
    line-height: 40px;
}
.share .kv_cont h2 .sub{
  display: block;
  font-size: 20px;
}
.share .kv_cont{

}
/*================================
    会社概要　company
=================================*/
#company #keyvisual{
  background: url(https://karimata.p-c-tech.com/system/wp-content/themes/kmt/assets/img/pc/company/kv_img.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#confidence .figure_box{

}
#confidence .figure_box .img_box{
  width: 100%;
  max-width: 100%;
}
#confidence .figure_box figcaption{
  width: 100%;
  padding: 40px 20px;
}
.philosophy_inf{
  text-align: center;
  font-size: 20px;
}
.philosophy_inf p{
  padding-bottom: 20px;
}
.philosophy_inf li{
  margin-top: 10px;
}
.philosophy_inf li:first-child{
  margin-top: 0;
}
.philosophy_inf li dt{
  font-size: 24px;
  font-weight: 700;
}
#philosophy .figure_block{
  margin-top: 60px;
}
#philosophy .figure_block h2{
  color: #fff;
  font-size: 20px;
  background: #83ac06;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
}
#philosophy .figure_block li{
  float: left;
  width: calc((100% - 60px) / 3);
  margin-left: 30px;
  background: #fff;
  position: relative;
}
#philosophy .figure_block li:first-child{
  margin-left: 0;
}
#philosophy .figure_block li::before{
  content: "";
  display: none;
}
#philosophy .figure_block figcaption{
  padding:20px 0;
  font-size: 18px;
  line-height: 1.4;
}
.profile_list dl{
  display: table;
  width: 70%;
  margin: 0 auto;
  font-size: 18px;
}
.profile_list ul li:first-child dt{
  border-top: 1px solid #ccc;
}
.profile_list ul li:first-child dd span.bor{
  border-top: 1px solid #ccc;
}
.profile_list dt{
  display: table-cell;
  width: 30%;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
}
.profile_list dd{
  display: table-cell;
  width: 69%;
  margin-left: 1%;
  box-sizing: border-box;
}
.profile_list dd span.bor{
  margin-left: 10px;
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 10px;
}
#company #introduction{
  padding-bottom: 200px;
}
#company #introduction .inner{
  overflow: visible;
}
#company #introduction .figure_box figure figcaption {
    width: 50%;
    padding: 40px;
    font-size: 18px;
    line-height: 1.7;
    box-sizing: border-box;
    /*position: relative;*/
    /*bottom: -160px;*/
    /*right: 10%;*/
    background: #fff;
    /*box-shadow: 4px 4px 12px #aaa;*/
}
/*================================
    事業内容　business
=================================*/
#business #keyvisual{
  background: url(https://karimata.p-c-tech.com/system/wp-content/themes/kmt/assets/img/pc/business/kv_img.jpg) no-repeat;
  background-size: cover;
  background-position: top;
}
.figure_block ul{
  overflow: hidden;
}
.figure_block li{
  float: left;
  width: calc((100% - 200px) / 3);
  margin-left: 100px;
  background: #fff;
  position: relative;
}
.figure_block li:first-child{
  margin-left: 0;
}
.figure_block li::before{
  content: "";
  display: block;
  width: 40px;
  height: 100px;
  background: url(https://karimata.p-c-tech.com/system/wp-content/themes/kmt/assets/img/pc/business/arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: -70px;
  margin-top: -50px;
  z-index: 1;
}
.figure_block figcaption{
  padding: 20px;
}
.figure_box figcaption .text_name{
  padding-top: 40px;
  text-align: right;
}

/*================================
    施工実績　works
=================================*/
#works #keyvisual {
    background: url(https://karimata.p-c-tech.com/system/wp-content/themes/kmt/assets/img/pc/works/kv_img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
#works .img_box {
  height: 240px;
}
#works .img_box img {
  object-fit: cover;
  height: 100%;
}

/*================================
    安全への取り組み　safety
=================================*/
#safety #keyvisual {
    background: url(https://karimata.p-c-tech.com/system/wp-content/themes/kmt/assets/img/pc/safety/kv_img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}



/*================================
    求人情報 recruit
=================================*/
#recruit #keyvisual {
    background: url(https://karimata.p-c-tech.com/system/wp-content/themes/kmt/assets/img/pc/recruit/kv_img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
#environment .inf_text{
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
#recruit #introduction .figure_box figure figcaption {
    width: 100%;
    padding-left: 0;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
}

/*================================
    お問い合わせ contact
=================================*/
#contact #keyvisual {
    background: url(https://karimata.p-c-tech.com/system/wp-content/themes/kmt/assets/img/pc/contact/kv_img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
#question .inf_text,
#contact_inf .inf_text{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
#contact_inf .inf_text span{
  font-size: 34px;
  margin-top: 10px;
  display: block;
}
#mw_wp_form_mw-wp-form-23 .cont_text{
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
}
#form_box li{
  display: block;
}
#form_box dt.inf{
  vertical-align: top;
}
#form_box dt .m_text{
  display: table-cell;
}
#form_box .required{
  position: absolute;
  top: 16px;
  right: 10px;
  font-size: 14px;
  color: red;
  text-align: right;
}
#form_box dd.inp_text input{
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
#form_box dd textarea{
  height: 100px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
#form_box .doui{
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
}
#form_box button{
  width: 300px;
  padding: 20px;
  box-sizing: border-box;
  background: #83ac06;
  margin: 0 auto;
  display: block;
  color: #fff;
  border: 2px solid #83ac06;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
#form_box button:hover{
  color: #83ac06;
  background: #fff;
}
/*================================
    お知らせ　topics
=================================*/
#topics #keyvisual{
  background: url(https://karimata.p-c-tech.com/system/wp-content/themes/kmt/assets/img/pc/business/kv_img.jpg) no-repeat;
  background-size: cover;
  background-position: top;
}
#topics #category_list{
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
#topics #topicsArea{
  padding-bottom: 40px;
}
#topics .notice_list li{
  border-bottom: 1px solid #000;
}
#topics .notice_list li:first-child{
  border-top: 1px solid #000;
}
#topics .notice_list li dl{
  padding: 20px;
}
#topics .notice_list li dl dt{
  padding-bottom: 10px;
}
#topics_detail #topicsArea{
  padding: 80px 0;
}
#topics_detail #topicsArea .contentsArea{
  font-size: 18px;
}
#topics_detail .newsContents{
  padding: 20px;
}
#topics_detail .navigation{
  margin-top: 20px;
}
#topics_detail .navigation ul{
  display: flex;
  justify-content: space-between;
}
#topics_detail .navigation li{
  font-size: 24px;
}
#topics_detail .navigation li a{
  font-size: 18px;
}
/*====================================================================
.s_04 .accordion_one
====================================================================*/
.s_04 .accordion_one {
  max-width: 100%;
  margin: 40px auto 0;
}
.s_04 .accordion_one .accordion_header {
  background-color: #83ac06;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 20px 11%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_04 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_04 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_04 .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.s_04 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_04 .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.s_04 .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.s_04 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_04 .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315eg);
  transform: rotate(315deg);
}
.s_04 .accordion_one .accordion_header .i_box .one_i:before, .s_04 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_04 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_04 .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}
.s_04 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_04 .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}
.s_04 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_04 .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.s_04 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #83ac06;
  border-right: 2px solid #83ac06;
  border-bottom: 2px solid #83ac06;
  box-sizing: border-box;
}
.s_04 .accordion_one .accordion_inner.stay {
  display: block;
}
.s_04 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_04 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .s_04 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_04 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_04 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
  #top .top_title::before {
    font-size: 36px;
    top: -7px;
  }
  .share #keyvisual {
    height: 200px;
  }
  .share .kv_cont h2 {
    font-size: 28px;
    bottom: 25px;
    right: 0;
    padding: 10px 40px 10px 40px;
  }

  #recruit #keyvisual {
    background: url(https://karimata.p-c-tech.com/system/wp-content/themes/kmt/assets/img/pc/recruit/kv_img.jpg) no-repeat;
    background-size: auto 100%;
    background-position-x: 25%;
  }
  .contents_style {
    padding: 20px 0;
  }
  .mdl_list {
    display: none;
  }
  #top_news .news_list dl {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #top_news .news_list dd {
    display: block;
    width: 100%;
  }
  #top_news .news_list dt {
    display: block;
    width: 100%;
  }
  .link_list li {
    width: 100%;
    box-sizing: border-box;
    height: 200px;
    margin-top: 20px;
  }
  .link_list li:first-child {
    margin: 0;
  }
  .link_list li img{
    height: 200px;
    object-fit: cover;
  }
  .image_link:before {
    width: 70%;
    font-size: 28px;
    margin-left: -35%;
  }
  .image_link:after {
    width: 80%;
    font-size: 28px;
    margin-left: -40%;
  }
  .top_title {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
  .top_title::before {
    font-size: 13vw;
  }
  .share_title {
    font-size: 20px;
  }
  .figure_block li {
    float: none;
    width: 100%;
    margin: 70px 0 0 0;
  }
  .figure_block li:first-child {
    margin: 0;
  }
  .figure_block li::before {
    width: 40px;
    height: 40px;
    background: url(https://karimata.p-c-tech.com/system/wp-content/themes/kmt/assets/img/pc/business/arrow_bottom.png) no-repeat;
    background-size: 100%;
    top: auto;
    bottom: -55px;
    left: 50%;
    margin: 0 0 0 -20px;
  }
  .figure_box figure .img_box {
    max-width: 100%;
    width: 100%;
  }
  .figure_box figure figcaption {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
  .figure_box figure.right figcaption {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
  #question .inf_text {
    font-size: 16px;
    text-align: left;
  }

  #philosophy .top_title::before {
    font-size: 12vw;
  }
  #philosophy .figure_block li {
    float: none;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .philosophy_inf {
    font-size: 16px;
  }
  .profile_list dl {
    width: 100%;
    font-size: 16px;
  }
  #company #introduction {
    padding-bottom: 20px;
  }
  .philosophy_inf li dt {
    font-size: 20px;
  }
  #confidence .figure_box figcaption {
    width: 100%;
    padding: 20px 10px;
  }
  .figure_box figcaption .text_name {
    padding-top: 20px;
  }
  .s_04 .accordion_one .accordion_inner p.txt_a_ac {
    font-size: 16px;
  }
  #philosophy .figure_block {
    margin-top: 20px;
  }
  .image_link {
    height: 100%;
  }
  #company #keyvisual {
    background: url(https://karimata.p-c-tech.com/system/wp-content/themes/kmt/assets/img/pc/company/kv_img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #safety #keyvisual {
    background: url(https://karimata.p-c-tech.com/system/wp-content/themes/kmt/assets/img/pc/safety/kv_img.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #form_box dt {
      display: block;
      width: 100%;
      border-bottom: none;
      padding-bottom: 0;
  }
  #form_box dd{
    display: block;
    width: 100%;
  }
  #form_box .required {
      padding-left: 10px;
  }
  #form_box.profile_list ul li:first-child dd {
      border-top: none;
  }
  #form_box.profile_list dd {
    width: 100%;
    margin-left: 0;
  }
  #topics_detail .notice_list h2{
    font-size: 24px;
  }
  #topics_detail #topicsArea {
      padding: 20px 0;
  }
  #company #introduction .figure_box figure figcaption {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      line-height: 1.7;
      border: none;
      box-sizing: border-box;
      position: static;
      background: #fff;
      box-shadow: none;
      margin-top: 10px;
  }
  #contact_inf .inf_text span {
      font-size: 24px;
      margin-top: 10px;
      display: block;
  }
  #form_box.profile_list ul li:first-child dd span.bor {
      border-top: none;
  }
  #form_box.profile_list dd span.bor {
      margin-left: 0;
  }
  #form_box .required {
      top: 10px;
  }
}
@media screen and (max-width: 375px) {
  #form_box.profile_list ul li:first-child dd span:last-child {
    display: inline-block;
    margin: 0;
  }
}
