@charset "utf-8";
/* CSS Document */
/*トップ画像--------------------*/
.section-top {
  position: relative;
  background-image: url("../img/company/company_top.jpeg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100vw;
  height: 50vh;
}
.section-top:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section-top h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 300;
  color: #fff;
  padding: 20px 10px;
  vertical-align: center;
  max-width: 300px;
  width: 100%;
  border: 1px solid #fff;
}
        @media(max-width:960px) {
          .section-top h4 {
            font-size: 2.0rem;
            max-width: 250px;
          }
        }
/*ご挨拶--------------------*/
.section-greeting {
  padding: 245px 20px 0;
}
.section-greeting_imgarea {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}
.section-greeting_imgarea span {
  position: absolute;
  background-color: #00b050;
  width: 45%;
  bottom: 10%;
  left: 0;
  font-size: 2.0rem;
  color: #fff;
  padding: 5px 10px;
}
.section-greeting_wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.greeting_article {
  text-align: left;
  padding-bottom: 100px;
}
.greeting_article h4 {
  padding: 100px 0 60px;
}
.greeting_article p {
  padding-bottom: 25px;
}
.greeting_profile {
  margin: 0 auto;
  border: 1px solid #e9e9e9;
  border-left: 19px solid #e9e9e9;
  padding: 40px 80px;
  text-align: left;
  font-size: 1.4rem;
}
.greeting_profile01 {
  display: flex;
  padding-bottom: 30px;
}
.greeting_profile01 p {
  width: 20%;
  padding: 10px 60px 10px 0;
  border-right: 1px solid #e9e9e9;
  font-size: 2.4rem;
  line-height: 1;
}
.greeting_profile01 small {
  font-size: 1.4rem;
}
.greeting_profile01 ul {
  list-style: none;
  padding: 10px 10px 10px 60px;
}
        @media(max-width:960px) {
          .section-greeting {
            padding: 100px 20px 80px;
          }
          .section-greeting_imgarea img {
            width: 100%;
            max-height: 500px;
            height: 100%;
            object-fit: cover;
            object-position: 50% 10%;
          }
          .section-greeting_imgarea span {
            box-sizing: border-box;
            width: 90%;
            bottom: 12%;
            font-size: 1.6rem;
            padding: 5px 10px;
          }
          .greeting_article {
            padding-bottom: 60px;
          }
          .greeting_article h4 {
            font-size: 2.0rem;
            padding: 40px 0 20px;
          }
          .greeting_article p {
            padding-bottom: 30px;
          }
          .greeting_profile {
            padding: 40px 20px;
          }
          .greeting_profile01 {
            display: block;
            padding-bottom: 30px;
          }
          .greeting_profile01 p {
            width: 100%;
            padding: 0px;
            padding-bottom: 30px;
            border-bottom: 1px solid #e9e9e9;
            border-right: none;
            font-size: 2.4rem;
            line-height: 1;
          }
          .greeting_profile01 ul {
            padding: 20px 0px 10px;
          }
          .greeting_profile02 {
            padding-top: 30px;
            border-top: 1px solid #e9e9e9;
          }
        }
/*理念体系--------------------*/
.section-philosophy {
  padding: 200px 20px 0;
}
.section-philosophy p {
  max-width: 1000px;
  margin: 0 auto;
}
        @media(max-width:960px) {
          .section-philosophy {
            padding: 80px 20px 0;
          }
          .section-philosophy img {
            max-width: 100%;
            object-fit: cover;
          }
        }
/*法人情報--------------------*/
.section-infomation {
  padding: 200px 20px;
}
.section-info_container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1000px;
}
.section-info_contents01 {
  width: 60%;
}
.section-info_contents01 dl {
  text-align: left;
  font-size: 2.0rem;
  padding: 15px 0px 15px 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
  border-left: 15px solid #efefef;
}
.section-info_contents01 dt {
  font-weight: 700;
}
.section-info_contents02 {
  max-width: 320px;
  margin-left: 10px;
}
        @media(max-width:960px) {
          .section-infomation {
            padding: 80px 20px;
          }
          .section-info_container {
            display: block;
          }
          .section-info_contents01 {
            width: 100%;
          }
          .section-info_contents01 dl {
            text-align: left;
            font-size: 1.6rem;
            padding: 15px 0px 15px 20px;
            margin-bottom: 10px;
            border-bottom: 1px solid #efefef;
            border-left: 10px solid #efefef;
          }
          .section-info_contents01 dt {
            font-weight: 700;
          }
          .section-info_contents02 {
            max-width: 320px;
            width: 60%;
            margin: 40px auto 0;
          }
        }