@charset "UTF-8";

@media only screen and (min-width:1px) and (max-width:768px){}

.lead_title02 {
  font-size: 1.5em;
  color: #fff;
  font-weight: 500;
}
.f_wh {
  color: #fff!important;
}


/* ------------------------------------
  ベース：パンくずリスト START
------------------------------------ */
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  padding-top: 5em;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  color: #fff;
  font-size: 0.8em;
}
.breadcrumb li:after {
  content: '/';
  padding: 0 0.3em;
  color: #fff;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  color: #fff;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/* ------------------------------------
  ベース：パンくずリスト END
------------------------------------ */

/* ------------------------------------
  会社情報 START
------------------------------------ */
/* メッセージ START */
.company_message_ttl {
  margin-right: 4%;
}
.company_message_area {
  background: url(../images/company/message_bg.png)no-repeat center center;
  background-size: cover;
  padding: 60px 0;
  margin-right: 4%;
}
.company_message_area .area_half {
  width: 60%;
}
.sign_small {
  font-size: 0.9em;
  color: #fff;
  margin-right: 20px;
}
@media only screen and (min-width:1px) and (max-width:768px){
  .company_message_area {
    background: url(../images/company/message_bg_sp.png)no-repeat center center;
    padding: 60px 0 500px;
    margin-right: 6%;
  }
  .company_message_area .area_half {
    width: 100%;
  }
}
/* メッセージ END */
/* 沿革 START */
#contents .timeline_list {
  width: 70%;
  margin-left: 30%;
}
#contents .timeline_list .timeline_list_item {
  margin: 0;
}
#contents .timeline_list .timeline_list_item:before {
  display: none;
}
.timeline {
  width: 100%;
}
.timeline_list {
  padding: 40px 0;
}
.timeline_list_item {
  display: flex;
  line-height: 1.5;
  font-size: 16px;
}
.timeline_list_item .date {
  width: 20%;
  font-weight: bold;
}
.timeline_list_item .content {
  position: relative;
  width: 80%;
  padding: 0 0 60px 30px;
  border-left: 1px dotted #0D4289;
}
.timeline_list_item .content .small_ttl {
  font-weight: 700;
}
.timeline_list_item .content.last {
  border: none;
}
.timeline_list_item .content::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #0D4289;
}
@media only screen and (min-width:1px) and (max-width:768px){
  #contents .timeline_list {
    width: 100%;
    margin-left: 0;
  }
  .timeline_list_item .date {
    width: 35%;
  }
  .timeline_list_item .content {
    width: 65%;
  }
}
/* 沿革 END */
/* ------------------------------------
  会社情報 END
------------------------------------ */


/* ------------------------------------
  事業内容 START
------------------------------------ */
.business .headline03 {
  font-size: 14px;
  margin-bottom: 2em;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  border-bottom: 1px #0D4289 solid;
  color: #0D4289;
}
.business .headline03 span{
  font-size: 2.2em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  display: inline-block;
  margin-right: 1em;
  font-weight: 600;
  color: #0D4289;
}
@media screen and (min-width: 768px) {
  .business_introduction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
  }
  .business_introduction_txt.right {
    width: 50%;
    margin: 0 3% 0 0;
  }
  .business_introduction_txt.left {
    width: 50%;
    margin: 0 0 0 3%;
  }
  .business_introduction_img {
    margin: 0 calc(50% - 50vw);
    object-fit: cover;
  }
  .business_introduction_img.right {
    margin-left: auto;
  }
  .business_introduction_img.left {
    margin-right: auto;
  }
}
@media only screen and (min-width:1px) and (max-width:768px){
  .business_introduction .sp_topSS {
    margin-top: 10px;
  }
  .business_introduction .sp_topS {
    margin-top: 2em;
  }
}
/* ------------------------------------
  事業内容 END
------------------------------------ */

/* ------------------------------------
  お知らせ START
------------------------------------ */
.news_ttl_date {
  display: inline-block;
  background-color: #0D4289;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 6px 6px 0 0;
  margin-bottom: 30px;
}
.news_list .news_item {
  border-bottom: 1px dotted #0D4289;
  padding-bottom: 20px;
  margin-bottom: 20px!important;
}
.news_list .news_item .date_num {
  color: #0D4289;
}
.date_ttl {
  font-weight: bold;
  position: relative;
  color: #101419!important;
  text-decoration: none!important;
  cursor: pointer;
}
.date_ttl::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  right: -20px;
  width: 0.3em;
  height: 0.3em;
  border: 2px solid transparent;
  border-right: 2px solid #0D4289;
  border-bottom: 2px solid #0D4289;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
/* お知らせ詳細 START */
.news_detail_date {
  color: #0D4289;
}
.news_detail_ttl {
  font-size: 1.5em;
  font-weight: bold;
}
/* お知らせ詳細 END */
/* ------------------------------------
  お知らせ END
------------------------------------ */

/* ------------------------------------
  施工例 START
------------------------------------ */
.works_column a {
  text-decoration: none!important;
}
.works_column .detail {
  margin-top: -1em;
}
.works_column .detail .label {
  background-color: #fff;
  color: #0D4289;
  padding: 0.3em 0.8em;
  font-size: 0.8em;
  font-weight: bold;
  display: inline-block;
  margin-left: 1em;
}
.works_column .detail .ttl {
  background-color: #0D4289;
  color: #fff;
  margin-top: -1em;
  padding: 1.6em 1em 1em;
}
.works_column img {
  object-fit: cover;
  height: 190px;
}
/* 施工例詳細 START */
.works .headline03 {
  font-size: 14px;
  margin-bottom: 2em;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  /* border-bottom: 1px #0D4289 solid;
  color: #0D4289; */
}
.works .headline03 span{
  font-size: 2.2em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  display: inline-block;
  margin-right: 1em;
  font-weight: 600;
  /* color: #0D4289; */
}
.works .widehalf {
  width: 70%;
}
/* 施工例詳細 END */
/* ------------------------------------
  施工例 END
------------------------------------ */

/* ------------------------------------
  プライバシーポリシー START
------------------------------------ */
.headline03_policy {
  border-bottom: 2px #0D4289 solid;
  color: #0D4289;
  font-size: 1.5em;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  margin-right: 1em;
  font-weight: 600;
  margin-bottom: 30px;
}
/* ------------------------------------
  プライバシーポリシー END
------------------------------------ */

/* ------------------------------------
  採用情報 START
------------------------------------ */
.req_col {
  width: 70%;
  margin-left: 30%;
  display: inline-block;
  position: relative;
  color: #0D4289!important;
  border: 2px solid #0D4289;
  background: #fff;
  padding: 20px 20px;
  text-decoration: none!important;
  font-weight: bold;
  box-sizing: border-box;
}
.req_col::before, .req_col::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.req_col::before {
  right: 20px;
  width: 20px;
  height: 2px;
  background: #0D4289;
}
.req_col::after {
  right: 20px;
  width: 8px;
  height: 6px;
  border-top: 2px solid #0D4289;
  transform: rotate(45deg);
}
.recruit .column_white_box ul li {
  color: #101419;
}
@media only screen and (min-width:1px) and (max-width:768px){
  .req_col {
    width: 100%;
    margin-left: 0;
  }
}
/* ------------------------------------
  採用情報 END
------------------------------------ */

/* ------------------------------------
  お問い合わせ START
------------------------------------ */
.contact #formWrap input, select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0px;
  background: #fff;
  color: #000;
}
.contact .phone {
  font-weight: bold;
  font-size: 2em;
  text-decoration: none!important;
}
.contact #formWrap .formTable tr th{
  color: #101419;
  border-bottom: 2px solid #0D4289;
  font-weight: 500;
}

.contact #formWrap .formTable {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.contact #formWrap .formTable .required {
  color: #BE0505;
}
.contact #formWrap .formTable input[type="text"],
.contact #formWrap .formTable input[type="date"],
.contact #formWrap .formTable input[type="time"],
.contact #formWrap .formTable select,
.contact #formWrap .formTable textarea {
  padding: 6px 10px;
  border-radius: 0;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 0.9em;
}
.contact #formWrap .formTable textarea {
  width: 94%;
}

.contact #formWrap .formTable textarea {
  padding: 6px 10px;
  border-radius: 0;
  border: 1px solid #ddd;
}
.contact #formWrap .formTable input[type="radio"],
.contact #formWrap .formTable input[type="checkbox"] {
  margin: 0 0 2px 0;
}
.contact #formWrap .formTable input[type="text"]:focus,
.contact #formWrap .formTable select:focus,
.contact #formWrap .formTable textarea:focus {
  outline: none;
}
.contact #formWrap input[type="submit"] {
  background: #0D4289;
  color: #fff;
  border: 1px solid #0D4289;
  font-size: 1em;
  width: 180px;
  padding: 10px 0;
  cursor: pointer;
  margin: 5px;
  transition: .6s;
}
.contact #formWrap input[type="reset"] {
  background: #fff;
  color: #0D4289;
  border: 1px solid #0D4289;
  font-size: 1em;
  width: 180px;
  padding: 10px 0;
  cursor: pointer;
  margin: 5px;
  transition: .6s;
}
.contact #formWrap input[type="submit"]:hover,
.contact #formWrap input[type="reset"]:hover {
  opacity: .7;
}
.thanks_btn a {
  margin: auto!important;
}
@media only screen and (min-width:1px) and (max-width:768px){
  .contact #formWrap .formTable tr td{
    border-bottom: none;
  }
}
/* ------------------------------------
  お問い合わせ END
------------------------------------ */


/* ------------------------------------
  インスタグラムフィードエリア START
------------------------------------ */
.instagram_feed {
  margin: 80px 0;
}

/* ------------------------------------
  インスタグラムフィードエリア END
------------------------------------ */