@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------
 sub.css
------------------------------------------------*/
/*------------------------------------------------
 見出し
------------------------------------------------*/
h1 {
  width: 45%;
}
h1 span {
  display: block;
  font-size: 0.18rem;
  font-weight: 600;
  margin-bottom: 15px;
}
h1 b {
  display: block;
  font-size: 0.35rem
}
h2 {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  gap: 22px;
  margin-bottom: 45px;
}
h2::after {
  content: "";
  background-color: var(--site_color);
  height: 1px;
}
h2 b {
  font-weight: 600;
  font-size: 0.30rem;
}
h2 b small {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 0.18rem;
  margin-top: 20px;
}
h3 {
  font-weight: 600;
  font-size: 0.24rem;
  margin-bottom: 40px;
  margin-top: 60px;
  border: 1px solid #333;
  display: inline-block;
  padding: 15px 40px;
}
.tc_ttl {
  text-align: center;
}
.tc_ttl h3 {
  font-size: 0.26rem;
  padding: 25px 70px;
  margin-bottom: 60px;
  border-radius: 40px;
  color: #588f3a;
  background-color: #EAF2E4;
  border: none;
  width: 100%;
  text-align: center;
}
h4 {
  position: relative;
  display: block;
  max-width: max-content;
  font-weight: 600;
  font-size: 0.24rem;
  padding-left: 21px;
  margin-bottom: 15px;
  margin-top: 45px;
  background: url("../img/common/parts/circle_gr.svg") no-repeat center left;
  background-size: 12px 12px;
}


/* 下層トップ */
.sub_top {
  position: relative;
  min-height: 410px;
  margin-bottom: 30px;
}
.sub_top_fill {
  background-color: #EAF2E4;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 0 1000px 1000px 0;
  height: 80%;
  bottom: 0;
  left: 0;
  width: 77%;
  padding-left: 21%;
}
.sub_top_thumb {
  position: absolute;
  object-fit: cover;
  box-shadow: var(--shadow);
  border-radius: 1000px 0 0 1000px;
  top: 0;
  right: 0;
  width: 63%;
  height: 84%;
}


/*------------------------------------------------
 配色
------------------------------------------------*/
span.purp, span.lblue, span.blue, span.yellow, span.green, span.lgreen{
  border-radius: 5px;
  padding: 5px 10px;
}
span.purp{
  background: #5A5393;
  color: #FFF;
}
span.lblue{
  background: #3B8B9D;
  color: #FFF;
}
span.blue{
  background: #4F87C4;
  color: #FFF;
}
span.yellow{
  background: #9E894F;
  color: #FFF;
}
span.green{
  background: #009670;
  color: #FFF;
}
span.lgreen{
  background: #3b9d41;
  color: #FFF;
}

/*------------------------------------------------
 技術と実績ページ
------------------------------------------------*/
.result_list {
  display: grid;
  list-style: none;
  align-items: flex-start;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
  margin-bottom: 50px;
}
.result_list img {
  display: block;
  margin-bottom: 16px;
}
.result_list span {
  display: inline-block;
  text-align: center;
  border: 1px solid;
  max-width: max-content;
  min-width: 86px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
}
.result_list p {
  line-height: 25px;
}
.page_back{
      text-align: center;
    margin: auto;
    display: inline-block;
    padding: 0.16rem 0;
}
.year_label{
      border-radius: 5px;
    padding: 5px 10px;
}
.year_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.year_list li {
  margin: 0;
}

.year_list a {
  display: inline-block;
  padding: 8px 16px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s;
}

.year_list a:hover {
  background-color: var(--site_color);
  color: #fff;
  border-color: var(--site_color);
}

/*------------------------------------------------
 企業情報ページ
------------------------------------------------*/
.stamp_img {
  display: block;
  width: 300px;
  margin-left: auto;
  margin-top: 45px;
}
.ss_table {
  width: 100%;
  margin: 45px 0;
}
.ss_table tr {
  border: 1px solid #ddd;
}
.ss_table th, .ss_table td {
  vertical-align: top;
  padding: 25px;
}
.ss_table th {
  border-right: 1px solid #ddd;
  color: var(--site_color_deep);
  width: 25%;
  background: #F5F5F5;
}
.ss_table td {
  width: 75%;
}
.ss_table img {
  margin: 10px 0;
}

/*------------------------------------------------
 サステナビリティページ
------------------------------------------------*/
.susta_ttl{
	text-align: center;
	font-size: 0.20rem;
	border: 1px solid #333;
	padding:20px 10px;
}

/*------------------------------------------------
 お知らせ・実績 詳細ページ
------------------------------------------------*/

.detail_box time{
    display: block;
    padding-bottom: 10px;
}

.detail_box h2{
    font-size: 0.24rem;
    line-height: 35px;
}
.detail_box h2::after{
    height: auto;
	background: none;
}

.detail_box .result_list {
    margin-bottom: 10px;
}
/*------------------------------------------------
 レスポンシブ　　　max-width:1700px
------------------------------------------------*/
@media screen and (max-width:1700px) {
  .sub_top_fill {
    padding-left: 9%;
  }
}
/*------------------------------------------------
 レスポンシブ　　　max-width:1199px
------------------------------------------------*/
@media screen and (max-width:1199px) {
  h1 b {
    font-size: 0.38rem;
  }
  .sub_top_fill {
    padding-left: 5%;
  }
}
/*------------------------------------------------
 レスポンシブ　　　max-width:991px
------------------------------------------------*/
@media screen and (max-width:991px) {
  .result_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*------------------------------------------------
 レスポンシブ　　　max-width:767px
------------------------------------------------*/
@media screen and (max-width:767px) {
  h1 {
    width: 100%;
  }
  h1 * {
    color: var(--site_color_deep);
  }
  h1 span {
    font-size: 0.16rem;
    margin-bottom: 10px;
  }
  h1 b {
    font-size: 0.3rem;
  }
  h2 b {
    font-size: 0.3rem;
  }
  h2 b small {
    font-size: 0.16rem;
    margin-top: 13px;
  }
  h3 {
    font-size: 0.26rem;
    margin-bottom: 25px;
    margin-top: 70px;
  }
  h4 {
    font-size: 0.22rem;
  }
  .sub_top {
    min-height: unset;
    margin-bottom: 10px;
  }
  .sub_top_fill {
    display: block;
    background-color: #ffffffc2;
    border-radius: 10px;
    width: auto;
    height: auto;
    right: 15px;
    bottom: 25px;
    left: unset;
    padding: 20px 25px;
  }
  .sub_top_thumb {
    position: static;
    box-shadow: unset;
    border-radius: 0;
    min-height: 250px;
    height: auto;
    width: 100%;
  }
  .stamp_img {
    margin-top: 25px;
  }
  .result_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 25px;
  }
  .table_fixed {
    margin: 30px 0;
  }
  .table_fixed tr {
    border: 0;
  }
  .table_fixed th, .table_fixed td {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
  }
  .table_fixed th {
    border-bottom: 2px solid var(--site_color_deep);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .table_fixed td {
    margin-bottom: 45px;
  }
  .table_fixed tr:last-of-type td {
    margin-bottom: 0;
  }
  .ss_table {
    width: 100%;
  }
  .ss_table tr {
    border:none;
  }
  .ss_table th, .ss_table td {
	  display: block;
	  padding: 15px;
  }
  .ss_table th {
    border-right:none;
    width: 100%;
  }
  .ss_table td {
    width: 100%;
  }
  .stamp_img {
    width: 250px;
  }
}
/*------------------------------------------------
 レスポンシブ　　　max-width:480px
------------------------------------------------*/
@media screen and (max-width:480px) {
  h1 span {
    font-size: 0.12rem;
    margin-bottom: 8px;
  }
  h1 b {
    font-size: 0.22rem;
  }
  h2 b {
    font-size: 0.26rem;
  }
  h3 {
    font-size: 0.23rem;
    margin-bottom: 25px;
    margin-top: 45px;
  }
  h4 {
    font-size: 0.2rem;
  }
  .sub_top_fill {
    padding: 13px 31px;
  }
}