@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/

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

#main_wrap{
	background-color: #073B6C;
	padding-top: 150px;
}
#main_wrap h2{
	color: #FFFFFF;
	 font-family: "Hind", sans-serif;
	 font-weight: 700;
	 font-size: 8.0rem;
	 text-align: center;
	 padding: 0 15px;
	 line-height: 1;
	 text-transform: uppercase;
	 overflow-wrap: anywhere; /* 収まらない場合に折り返す */
}
.main_img{
	position: relative;
}
.main_img .main_ttl{
	position: absolute;
	    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
		max-width: 600px;
		width: 100%;
}
.main_img .main_ttl h3{
	font-weight: 700;
	font-size: 4.8rem;
	line-height: 1.5;
	color: #FFFFFF;
}
.main_img .main_ttl p{
	font-weight: 500;
	font-size: 2.4rem;
	color: #FFFFFF;
}
@media screen and (max-width: 991px) {
	#main_wrap{
	background-color: #073B6C;
	padding-top: 50px;
}
	#main_wrap h2{
	 font-size: 4.0rem;
}
.main_img .main_ttl h3{
	font-size: 3.0rem;
}
.main_img .main_ttl p{
	font-size: 2.0rem;
}
}
@media screen and (max-width: 768px) {
		#main_wrap h2{
	 font-size: 3.2rem;
}
.main_img .main_ttl{
    position: absolute;
		top: auto;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		padding: 20px;
}
.main_img .main_ttl h3{
	font-size: 2.8rem;
}
.main_img .main_ttl p{
	font-size: 1.6rem;
}
}
@media screen and (max-width: 550px) {
}
/*===================================================
	top_company
===================================================*/
#top_company{
	background-image: url("../images/index/bg_company.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
#top_company h3{

}

/*===================================================
	top_greetings
===================================================*/
#top_greetings{
	background-color: #073B6C;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
  color: #FFFFFF;
}
#top_greetings h2{
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: 700;
}
#top_greetings p{
  font-size: 2.0rem;
}
#top_greetings p:not(:last-of-type){
  margin-bottom: 20px;
}
/*===================================================
	works
===================================================*/
#top_works{
	background-image: url("../images/index/bg_works.jpg");
	background-position: center;
	background-size: cover;
	padding-left: 20px;
	padding-right: 20px;
}
#top_works .ttl,#top_works .ttl span{
	color: #FFFFFF;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
	#top_works{
	background-image: url("../images/index/bg_works_sp.jpg");
}
}
@media screen and (max-width: 550px) {
}
/*===================================================
	recruit
===================================================*/




/*===================================================
	top_news
===================================================*/
#top_news{
  border-top: 1px solid #073B6C;
}

/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl{
	margin-bottom: 60px;
	font-size:  2.0rem;
	font-weight: 700;
	color: #144DA0;
	line-height: 1;
	position: relative;
}
.ttl span{
 font-family: "Hind", sans-serif;
color: #073B6C;
font-size: 8.4rem;
text-transform: uppercase;
font-weight: 700;
overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	margin-bottom: 10px;
	display: block;
}
.ttl02{
	margin-bottom: 60px;
	font-size:  3.6rem;
	font-weight: 700;
	color: #144DA0;
	line-height: 1;
	position: relative;
}
.ttl02 span{
 font-family: "Hind", sans-serif;
color: #073B6C;
font-size: 2.2rem;
text-transform: uppercase;
font-weight: 700;
overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	margin-top: 10px;
	display: block;
}
.caption{
	color: #144DA0;
	font-weight: 700;
	font-size: 4.8rem;
	margin-bottom: 40px;
	line-height: 1.5;
}
.base_list li{
	margin-bottom: 30px;
}
.base_list li:last-child{
	margin-bottom: 0;
}
a .img_wrap {
overflow: hidden;
width: 100%;
}
a:hover .img_wrap img{
	transform: scale(1.1);
transition-duration: 0.5s;
	opacity: 1;
}
.img_radius20{
	border-radius: 20px;
	overflow: hidden;
}

/*サブタイトル*/
#sub_ttl,#sub_ttl02{
	background-color: #073B6C;
	padding-top: 100px;
}
#sub_ttl h2,#sub_ttl02 h2 {
	display: flex;
justify-content: space-between;
align-items: baseline;
}
#sub_ttl h2 span.en,#sub_ttl02 h2 span.en{
	color: #FFFFFF;
	 font-family: "Hind", sans-serif;
	 font-weight: 700;
	 font-size: 8.0rem;
	 line-height: 1;
	 text-transform: uppercase;
	 overflow-wrap: anywhere; /* 収まらない場合に折り返す */
}
#sub_ttl h2 span.jp,#sub_ttl02 h2 span.jp{
	color: #FFFFFF;
	 font-weight: 700;
	 font-size: 4.8rem;
	 line-height: 1;
}
.bg_blue{
    background-image: url(../images/page/bg_pages.svg);
    background-position: center top;
    background-size:100%;
    background-repeat: no-repeat;
}
/*サブ画像*/
#subimg_wrap{
	position: relative;
  padding-top: 300px;
}
#subimg_wrap::after{
  content: "";
  display: block;
	width: 100%;
  height: 370px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#subimg_wrap.subimg_company::after{
	background-image: url("../images/page/subimg_company.jpg");
}
#subimg_wrap.subimg_works::after{
	background-image: url("../images/page/subimg_works.jpg");
}
#subimg_wrap.subimg_recruit::after{
	background-image: url("../images/page/subimg_recruit.jpg");
}
#subimg_wrap::before{
	content: "";
	width: 100%;
	height: 900px;
	background-image: url("../images/page/bg_pages.svg");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 370px;
	z-index: -1;
}
#page .inner{
	background-color: #FFFFFF;
	padding: 100px;
	border-radius: 40px;
}
@media screen and (max-width: 1000px){
#page .inner{
	padding: 40px;
	border-radius: 20px;
}
}

@media screen and (max-width: 768px){
.ttl{
	margin-bottom: 40px;
	font-size:  1.8rem;
}
.ttl span{
font-size: 4rem;
}
.caption{
	font-size: 2.4rem;
}
.ttl02{
	font-size:  2.4rem;
	margin-bottom: 40px;
}
.ttl02 span{
font-size: 1.8rem;
}
/*サブタイトル*/
#sub_ttl,#sub_ttl02{
	background-color: #073B6C;
	padding-top: 50px;
}
#sub_ttl h2 span.en,#sub_ttl02 h2 span.en{
	 font-size: 4.0rem;
}
#sub_ttl h2 span.jp,#sub_ttl02 h2 span.jp{
	 font-size: 1.6rem;
}
/*サブ画像*/
#subimg_wrap{
	padding-top: 150px;
}
#subimg_wrap::after{
  content: "";
  display: block;
	width: 100%;
  height: 200px;
}
#subimg_wrap::before{
	content: "";
	width: 100%;
	height: 500px;
	left: 0;
	top: 150px;
	z-index: -1;
}
#page .inner{
	padding: 40px 20px;
	border-radius: 20px;
}
}
@media screen and (max-width: 550px){
#subimg_wrap{
	padding-top: 100px;
}
#subimg_wrap::before{
	content: "";
	width: 100%;
	height: 400px;
	left: 0;
	top: 100px;
}
}
/*-------------------------------------*/
/*	会社情報	*/
/*-------------------------------------*/
.company-profile {
  padding: 80px 0;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #c8c8c8;
}

.company-table tr {
  border-bottom: 1px solid #c8c8c8;
}

.company-table th,
.company-table td {
  padding: 22px 0;
  vertical-align: middle;
  line-height: 1.8;
}

.company-table th {
  position: relative;
  width: 25%;
  color: #003f7d;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.company-table th::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #005bac;
}

.company-table td {
  padding-left: 20px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .company-profile {
    padding: 50px 0;
  }

  .company-table,
  .company-table tbody,
  .company-table tr,
  .company-table th,
  .company-table td {
    display: block;
    width: 100%;
  }

  .company-table tr {
    padding: 18px 0;
  }

  .company-table th,
  .company-table td {
    padding: 0;
    text-align: left;
  }

  .company-table th {
    width: 100%;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .company-table th::before {
    width: 90px;
  }

  .company-table td {
    padding-left: 0;
		padding-top: 10px;
    font-size: 14px;
    line-height: 1.8;
  }
}
/*	事業内容	*/
#business{
	background-color: #F3F2EC;
}

.business-list {
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.business-item {
  display: flex;
  align-items: center;
  gap: 90px;
}

.business-item--reverse {
  flex-direction: row-reverse;
}

.business-item__img {
  width: 50%;
}

.business-item__img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.business-item__txt {
  width: 42%;
}

.business-item__label {
  display: inline-block;
  min-width: 175px;
  margin: 0 0 20px;
  padding: 10px 28px;
  background: #0054ad;
  color: #fff;
  border-radius: 9px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.08em;
}

.business-item__ttl {
  margin: 0 0 22px;
  color: #0054ad;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.16em;
}

.business-item__ttl span {
  font-size: 22px;
	font-weight: 700;
}

.business-item__desc {
  margin: 0;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.08em;
}

@media (max-width: 767.98px) {
  .business-sec {
    padding: 55px 0;
  }

  .business-list {
    gap: 60px;
  }

  .business-item,
  .business-item--reverse {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .business-item__txt {
    order: 1;
    width: 100%;
  }

  .business-item__img {
    order: 2;
    width: 100%;
  }

  .business-item__label {
    min-width: 150px;
    margin-bottom: 18px;
    padding: 9px 22px;
    border-radius: 8px;
    font-size: 18px;
  }

  .business-item__ttl {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }

  .business-item__ttl span {
    font-size: 18px;
  }

  .business-item__desc {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

/*沿革*/
.history-sec {
  padding: 80px 0;
}

.history-list {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.history-list::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #0b497c;
}

.history-item {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr;
  column-gap: 30px;
  padding-left: 58px;
  margin-bottom: 22px;
}

.history-item:last-child {
  margin-bottom: 0;
}

.history-item::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0.55em;
  width: 10px;
  height: 10px;
  background: #0b497c;
  border-radius: 50%;
  z-index: 1;
}

.history-item__date {
  color: #00447c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

.history-item__date span {
  display: inline;
	font-weight: 700;
}

.history-item__txt {
  color: #111;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 767.98px) {
  .history-sec {
    padding: 50px 0;
  }

  .history-list {
    max-width: none;
  }

  .history-list::before {
    left: 16px;
    top: 8px;
    bottom: 8px;
  }

  .history-item {
    display: block;
    padding-left: 38px;
    margin-bottom: 26px;
  }

  .history-item::before {
    left: 11px;
    top: 0.45em;
    width: 10px;
    height: 10px;
  }

  .history-item__date {
    margin-bottom: 6px;
    color: #00447c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    white-space: nowrap;
  }

  .history-item__date span {
    display: inline;
  }

  .history-item__txt {
    font-size: 13px;
    line-height: 1.8;
  }
}
/*===================================================
	SDGs
===================================================*/
#sdgs{
	background-color: #FFFFFF;
	background-image: url("../images/page/bg_sdgs.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}
.sdgs_caption{
	padding: 60px 15px;
	color: #FFFFFF;
	text-align: center;
}
.sdgs_caption h2.ttl02,.sdgs_caption h2.ttl02 span{
	color: #FFFFFF;
}
#sdgs .container{
	max-width: 1100px;
}
.sdgs_box{
	background-color: #FFFFFF;
	border-radius: 40px;
	padding: 60px;
}
.sdgs_box dl{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
		border-bottom: 1px dotted #b3b3b3;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.sdgs_box dl dt{
	width: 300px;
	text-align: center;
}
.sdgs_box dl dd{
	width: calc(100% - 320px);
}
.sdgs_box dl dd p.caption{
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 10px;
	color: #F0831E;
}
@media screen and (max-width: 768px) {
	#sdgs{
}
	.sdgs_box{
	border-radius: 20px;
	padding: 40px;
}
.sdgs_box dl{
flex-direction: column-reverse;
padding-bottom: 20px;
margin-bottom: 20px;
}
.sdgs_box dl dt{
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
}
.sdgs_box dl dd{
	width: 100%;
	margin-bottom: 20px;
}
.sdgs_box dl dd p.caption{
	font-size: 1.8rem;
}
}
@media screen and (max-width: 550px){
	.sdgs_box{
	border-radius: 20px;
	padding: 20px;
}
}
/*-------------------------------------*/
/*	施工事例	*/
/*-------------------------------------*/
.works_box{
	margin-bottom: 40px;
	border-bottom: 1px dotted #073B6C;
}
.works_box img{
	margin-bottom: 10px;
}
.works_box .cat{
	margin-bottom: 20px;
	background-color: #F3F2EC;
	border-radius: 10px;
	color: #073B6C;
	text-align: center;
	padding: 0.5em;
	line-height: 1;
}
.works_box h3{
	color: #073B6C;
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	padding-bottom: 20px;
}
.works_box .comment{
	font-size: 1.6rem;
	margin-bottom: 10px;
  color: #707070;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .works_box .cat{
	margin-bottom: 10px;
}
  .works_box h3{
	font-size: 2.0rem;
  padding-bottom: 10px;
}
.works_box .comment{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	お知らせ一覧	*/
/*-------------------------------------*/
.cat_list{
  text-align: center;
  margin-bottom: 40px;
}
.cat_list li{
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 15px;
}
.cat_list li:last-child{
  margin-right: 0;
}
.cat_list li a{
  display: block;
  background-color: #FFFFFF;
  color: #7D7D7D;
  border: 1px solid #7D7D7D;
  padding: 0.5em 1em;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 500;
}
.cat_list li.current a{
  background-color: #00599F;
  color: #FFFFFF;
  border: 1px solid #00599F;
}
.cat_list li a:hover{
  background-color: #00599F;
  color: #FFFFFF;
  border: 1px solid #00599F;
}

/* カテゴリーラベル */
.cat,a.cat {
  letter-spacing: 0.05em;
  color: #00599F;
  text-align: center;
  display: inline-block;
  padding: 0.7em 1em;
  font-size: 1.2rem;
  line-height: 1;
  background: #FFFFFF;
  border: 1px solid #00599F;
	border-radius: 50px;
}
a.cat:hover {
  background-color: #00599F;
  color: #FFFFFF;
}

.news_list {
  padding: 0;
	border-top: 1px dotted #707070;
}
.news_list li{
	padding-top: 20px;
	border-bottom: 1px dotted #707070;
}
.news_list .item {
  display: flex;
  flex-wrap: nowrap;
  text-decoration: none;
  align-items: baseline;
}
.news_list .item .date {
  margin: 0;
  min-width: 100px;
  color: #666;
  padding: 0 15px 0 0;
	line-height: 2;
	font-size: 1.4rem
}
.news_list .item .category {
  margin: 0;
  min-width: 120px;
  padding: 0 15px 0 0;
}
.news_list .item .category a.cat{
  width: 100%;
}
.news_list .item .title {
  margin: 0;
  width: 100%;
	line-height: 2;
}
.news_list .item .title a{
   display: block;
	  padding: 0 0.5em 20px 0.5em;
	color: #000000;
}
.news_list .item .title a:hover {
  opacity: 0.7;
	color: #000;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  .cat_list{
  text-align: center;
  margin-bottom: 20px;
}
.cat_list li{
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.cat_list li:last-child{
  margin-right: 0;
}
.cat_list li a{
  display: block;
  background-color: #FFFFFF;
  color: #7D7D7D;
  border: 1px solid #7D7D7D;
  padding: 0.5em 1em;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 500;
}


  .news_list .item {
    flex-wrap: wrap;
  }
  .news_list .item .date {
    min-width: 100px;
  }
.news_list .item .title a{
   display: block;
	  padding: 15px 0;
  }
}
@media screen and (max-width: 550px) {}



/*-------------------------------------*/
/*	投稿　共通	*/
/*-------------------------------------*/
.thm{
  text-align: center;
  margin-bottom: 40px;
}
#single .date{
  margin-right: 10px;
}
/*ページャー*/
#pager {
  margin: 40px 0;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
}
#pager li.prev {
  width: 50%;
  float: left;
}
#pager li.next {
  width: 50%;
  float: right;
  text-align: right;
}
#pager li a {
  display: block;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
#pager li a:hover {
  color: #0290D4;
}
#pager li.prev a::before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #000;
}
#pager li.next a::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #000;
}
/*ページネーション*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
  font-size: 100%;
}
.wp-pagenavi a {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  color: #666 !important;
  background: #FFFFFF;
  border: 1px solid #666;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  font-weight: 600;
}
.wp-pagenavi span {
  color: #666;
}
.wp-pagenavi span.current {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  border: 1px solid #666;
  color: #FFFFFF;
  background: #666;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #313131 !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #666;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #666;
  padding: 1em 1.2em !important;
}
.wp-pagenavi a:hover span {
  color: #FFFFFF;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .previouspostslink, .nextpostslink {
    font-size: 1.4rem;
  }
}
