.pageview {
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}
.pageview .shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageview .shadow .page_tytle {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}

.about {
  background-image: url("../img/about_topview.jpg");
}

.renovation {
  background-image: url("../img/renovation_topview.jpg");
}

.member {
  background-image: url("../img/member_topview.jpg");
}

.inquiry {
  background-image: url("../img/inquiry_topview.jpg");
}

.sub_img {
  height: 250px;
  width: 100%;
  margin: 80px 0;
}
.sub_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_here {
  margin-top: 20px;
  margin-right: 130px;
  margin-bottom: -20px;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 300;
}

.inquiry_form {
  background-color: #F2F4F9;
  border-radius: 20px;
  text-align: center;
  margin: 0 130px 80px 130px;
  padding: 80px 60px;
}
.inquiry_form h3 {
  font-weight: 500;
}
.inquiry_form p {
  margin: 40px 0;
}
.inquiry_form a {
  padding: 15px 30px;
  background-color: #53C3CC;
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5px;
}

.about_text h2 {
  margin-bottom: 40px;
}

.Corporate_philosophy {
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
}
.Corporate_philosophy .policy:not(:last-child) {
  border-bottom: solid 2px #333;
}
.Corporate_philosophy .policy {
  padding: 60px 30px;
}
.Corporate_philosophy .policy h2 {
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.8rem;
}
.Corporate_philosophy .policy dd {
  font-size: 2rem;
  font-weight: 500;
}
.Corporate_philosophy .policy dd:not(:last-child) {
  margin-bottom: 30px;
}

.company_profile {
  margin: 80px 0;
}
.company_profile h2 {
  padding: 0 0 30px 30px;
  border-bottom: solid 2px #333;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.company_profile dl .data {
  display: flex;
  border-bottom: solid 2px #333;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 25px 60px;
}
.company_profile dl dt {
  width: 40%;
}
.company_profile dl dd {
  width: 60%;
}

.renovation_text p {
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  max-width: 1020px;
}

.concept {
  margin: 0 auto;
  max-width: 1020px;
}
.concept h2 {
  font-weight: 700;
  margin-bottom: 40px;
}
.concept .concept_images {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1440px;
}
.concept .concept_images .concept_img {
  width: calc(33% - 10px);
  margin: 5px;
  max-width: 330px;
  max-height: 280px;
}
.concept .concept_images .concept_img img {
  width: 100%;
  height: 100%;
}

.member_text h2 {
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.1em;
}
.member_text .member_list {
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1020px;
}
.member_text .member_list .member_info {
  max-width: 310px;
  width: calc(33% - 30px);
  margin: 0 15px 30px 15px;
}
.member_text .member_list .member_info .member_img {
  max-width: 310px;
  max-height: 450px;
  width: 100%;
  margin-bottom: 30px;
}
.member_text .member_list .member_info .member_img img {
  width: 100%;
}
.member_text .member_list .member_info dt, .member_text .member_list .member_info dd {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.5;
}
.member_text .member_list .member_info dd {
  font-weight: 400;
}
/*# sourceMappingURL=contents.css.map */