/*ヘッダー---------------------*/

.black {
  background-color: black;
  height: 80px;
  width: 100%;
  position: absolute;
  top: 0;
}

.main_nav {
  width: 100%;
  height: 100px;
  background-color: black;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main_nav a {
  color: white;
  margin-right: 60px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1;
}

.main_nav i {
  color: white;
  font-size: 25px;
}

.main_nav li:first-child {
  margin-right: auto;
  margin-left: 30px;
}

.main_nav li img {
  width: 100px;
}

.main_nav li:last-child {
  margin-right: 0px;
  margin-left: 0px;
}

.fixed {
  height: 60px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

img {
  width: auto;
  height: auto;
}

.mobile_logo {
  display: none;
}


/*メインビジュアル---------------------*/

.main_visual {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url(../img/clover_back4.jpg);
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 5px;
}

.main_visual p {
  position: absolute;
  top: 90;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: 200px;
  color: white;
  line-height: 1;
  text-align: center;
  font-size: 50px;
  font-family: 'Signika', sans-serif;
  font-weight: 600;
  border: 3px solid white;
  padding: 50px;
}

.mobile_nav {
  display: none;
}


/*ニュース---------------------*/

.news {
  width: 80%;
  max-width: 800px;
  height: auto;
  margin: 0px auto;
  margin-bottom: 70px;
}

.news a {
  border-bottom: 1px solid green;
}

.news h2,
.works_panel_index h2 {
  color: black;
  padding-bottom: 20px;
  border-bottom: 1px solid darkgray;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 30px;
}

.news_box {
  display: table;
  color: black;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted lightgray;
}

.news_date,
.news_category,
.news_text {
  display: table-cell;
}

.news_date {
  width: 140px;
  font-weight: bold;
}

.news_category {
  display: block;
  width: 150px;
  height: 30px;
  line-height: 32px;
  border-radius: 30px;
  text-align: center;
  color: white;
  font-weight: bold;
  margin-right: 30px;
  font-family: 'Signika', sans-serif;
}

.topix {
  background-color: deepskyblue;
}

.works {
  background-color: coral;
}

.recruit {
  background-color: forestgreen;
}

.news_text {
  font-size: 14px;
  line-height: 1.8;
}


/*タイル---------------------*/

.tile_content_wrap {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.tile_container {
  display: flex;
  justify-content: space-between;
}

.tile {
  display: block;
  width: 100%;
  height: 350px;
  margin-right: 1%;
  position: relative;
  overflow: hidden;
}

.tile:last-child {
  margin-right: 0%;
}

.tile:hover {
  opacity: 0.7;
}

.tile p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 40px;
  line-height: 42px;
  color: black;
  text-align: center;
  font-size: 18px;
  letter-spacing: 3;
  font-weight: 400;
  background-color: white;
  border-radius: 30px;
  font-weight: 600;
}

.tile:hover.tile p {
  background-color: black;
  color: white;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.tile_one {
  background-image: url(../img/tile1.jpg);
  background-size: cover;
}

.tile_two {
  background-image: url(../img/tile5.jpg);
  background-size: cover;
}

.tile_three {
  background-image: url(../img/tile6.jpg);
  background-size: cover;
}


/*企業メッセージ---------------------*/

.about_overview {
  width: 100%;
  height: auto;
  background-color: gray;
  text-align: center;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.about_overview p {
  max-width: 800px;
  margin: 0 auto;
}


/*フッター---------------------*/

footer {
  width: 100%;
  height: 50px;
  background-color: black;
}

footer ul {
  text-align: center;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer li {
  margin-right: 40px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1;
}

footer li:last-child {
  margin-right: 0px;
}

footer a {
  color: white;
}

.copyright p {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 13px;
}


/*下層ページ関連---------------------*/


/*パンくずリスト---------------------*/

.breadcrumb li {
  display: inline;
  margin-right: px;
  font-size: 13px;
  color: gray;
  font-weight: bold;
}

.breadcrumb a:hover {
  color: #00587f;
  border-bottom: 1px solid #00587f;
}

.breadcrumb a {
  color: green;
}

.breadcrumb_wrap {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 80%;
  max-width: 1100px;
  height: 1000px;
  height: auto;
}


/*サブビジュアル---------------------*/

.sub_visual {
  width: 100%;
  height: 250px;
  padding-top: 50px;
  background-image: url(../img/clover_under.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.sub_visual h2 {
  text-align: center;
  line-height: 250px;
}


/*下ページ基本構成--------------------*/

.image {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  object-fit: cover;
}

.under_content {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80%;
  max-width: 1100px;
  height: 1000px;
  height: auto;
  display: flex;
}

.left_column {
  display: block;
  width: 20%;
  height: 100%;
  margin-right: 5%;
}

.right_column {
  width: 75%;
  height: auto;
  border-radius: 15px 0px 0px 0px;
}

.sub_nav li {
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-bottom: 20px;
  background-color: white;
  border: 2px solid gray;
  font-size: 15px;
  border-radius: 15px 0px 15px 0px;
  position: relative;
}

.sub_nav a {
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: gray;
  opacity: 1.0;
}

.sub_nav a:hover {
  text-decoration: none;
}

.sub_nav li:hover {
  background-color: gray;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.sub_nav li:hover a {
  color: white;
}

.special {
  display: block;
  width: 100%;
  height: 200px;
  background-color: gray;
  text-align: center;
  line-height: 200px;
  margin: 30px 0;
  border-bottom: 1px dotted lightgray;
  color: black;
}

.under_content_box {
  margin-bottom: 80px;
}

.philosophy_text {
  width: 100%;
  margin-right: auto;
}


/*事業内容---------------------*/


/*パネル（事業内容）---------------------*/

.works_panel ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.works_panel li {
  flex-basis: 32%;
  height: 150px;
  border: 1px solid lightgray;
  margin-bottom: 20px;
  text-align: center;
  line-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.works_panel p {
  font-weight: bold;
  color: gray;
  font-size: 16px;
  letter-spacing: 2;
}

.works_panel img {
  margin-top: 020px;
}

.works_panel_index {
  width: 80%;
  max-width: 800px;
  height: auto;
  margin: 0px auto;
  margin-bottom: 80px;
}

.works_panel_index > .works_panel li {
  border: 1px solid white;
}


/*施工事例---------------------*/

.works_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 80px;
}

.works_box {
  padding: 0%;
  flex-basis: 48%;
  background-color: whitesmoke;
  margin-bottom: 30px;
}

.works_photo {
  width: 100%;
  height: 250px;
  background-size: cover;
}

.works_one {
  background-image: url(../img/works_one.jpg);
}

.works_two {
  background-image: url(../img/works_two.jpg);
}

.works_three {
  background-image: url(../img/works_three.jpg);
}

.works_four {
  background-image: url(../img/works_four.jpg);
}

.works_five {
  background-image: url(../img/works_five.jpg);
}

.works_six {
  background-image: url(../img/works_six.jpg);
}

.works_text_box {
  padding: 2% 5%;
}

.works_date_box {
  display: flex;
  align-items: center;
  height: 50px;
}

.works_date_title {
  margin: 0;
  padding: 0;
  display: block;
  width: 100px;
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 30px;
  height: 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  margin-right: 10px;
}

.works_date {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
}

.works_title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0;
  color: black;
}

.works_detail {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5;
}


/*法人概要---------------------*/

.about_image {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  object-fit: cover;
}

.table {
  margin-bottom: 70px;
}

.table table {
  margin-top: 30px;
}

.table tr {
  height: 150px;
}

.table th {
  vertical-align: middle;
  width: 20%;
  background-color: lightgray;
  padding: 2%;
  line-height: 1.5;
  border: 1px solid white;
}

.table td {
  vertical-align: middle;
  padding: 8% 5%;
  border: 1px solid lightgray;
  margin-top: 20px;
  font-family: 'Noto Sans jp';
  letter-spacing: 0.5;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
}

#contact_table p {
  font-size: 25px;
  letter-spacing: 0;
}


/*社長プロフィール---------------------*/

.horinouchi {
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
}

.horinouchi_img {
  width: 50%;
  height: auto;
  background-image: url(../img/horinouchi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.horinouchi_profile {
  margin-left: auto;
  width: 45%;
}

.horinouchi_position {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.horinouchi_name {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: bold;
}

.horinouchi_text {
  margin-top: 20px;
  font-family: 'Noto Sans jp';
  letter-spacing: 0.5;
  text-align: left;
  font-size: 15px;
  line-height: 2;
  font-weight: normal;
}

.hosoku_text {
  margin-bottom: 50px;
}

.privacy_text {
  margin-bottom: 50px;
}


/*採用情報---------------------*/

.recruit_container {
  margin-bottom: 30px;
}


.recruit_container .wrap_basic {
  margin: 30px auto;
}

.recruit_container img {
  max-width: 100%;
}

.recruit_container p {
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 0;
}

.recruit_container p.ex {
  margin-top: 0;
}


.recruit_container .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}


.recruit_container .flex .item {
  width: 48%;
}

.recruit_container .img_box {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.recruit_container .img_box .item {
  width: 32%;
  margin-bottom: 30px;
}

.recruit_container .caption {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}


.recruit_container .title_1 {
  display: block;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  color: green;
}




.recruit_container .title_1.border {
  border-top: 3px solid green;
  border-bottom: 3px solid green;
  padding: 20px;
}



.recruit_container .title_2 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  color: green;
  border-bottom: 2px solid green;
}


.recruit_container .title_2.ex {
  margin-top: 30px;
}

.recruit_container .title_2.ex2 {
  font-size: 26px;
  padding-bottom: 10px;
  line-height: 1.2;
}


.recruit_container .gray {
  margin: 30px auto;
  background: #f7f7f7;
  padding: 30px;
}

.recruit_container .inner {
  display: flex;
  justify-content: space-between;
}


.recruit_container .gray .item {
  width: 48%;
}

.recruit_container .gray .item.ex {
  width: 58%;
}

.recruit_container .gray .item.ex2 {
  width: 38%;
}


.border-box {
  padding: 30px;
  border-top: 3px solid green;
  border-bottom: 3px solid green;
  margin: 30px auto;
}


.horinouchi.ex {
  margin-bottom: 0;
}


.btn {
  text-align: center;
  display: block;
  margin: 50px auto;
  width: 350px;
  height: 70px;
  line-height: 70px;
  background: green;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50px;
}

.btn.ex {
  margin-top: 20px;
}
