@use "variable" as var;
html {
  scroll-behavior: none;
}

.pageview {
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
}

.pageview .shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pageview .shadow .page_tytle {
  font-size: 4.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  margin-top: 45px;
}

.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 40px 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 100px 130px;
  padding: 80px 60px;
}

.inquiry_form h3 {
  font-weight: 700;
  font-size: 3.2rem;
}

.inquiry_form p {
  margin: 40px 0;
}

.inquiry_form a {
  font-size: 1.8rem;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, right top, from(#333), to(#53c3cc));
  background-image: linear-gradient(90deg, #333, #53c3cc);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
  line-height: 50px;
  position: relative;
  height: 50px;
  width: 260px;
  display: block;
  margin: 0 auto;
}

.inquiry_form a span {
  color: #fff;
  background-color: #53C3CC;
  height: 40px;
  display: block;
  padding: 0 20px;
  border-radius: 50px;
  line-height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.inquiry_form a span:hover {
  background-color: #295d72;
}

.inquiry_form a img {
  width: 20px;
  display: inline-block;
  height: 12px;
  margin-right: 6px;
}

.about_text p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 3;
}

.Corporate_philosophy .policy:not(:last-child) {
  background-color: #F2F4F9;
  margin-bottom: 40px;
}

.Corporate_philosophy .policy {
  padding: 50px;
  background-color: #F2F4F9;
}

.Corporate_philosophy .policy h2 {
  margin-bottom: 50px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.Corporate_philosophy .policy dd {
  font-size: 2em;
  font-weight: 500;
}

.Corporate_philosophy .policy dd:not(:last-child) {
  margin-bottom: 30px;
}

.company_profile {
  margin: 160px 0 100px 0;
}

.company_profile h2 {
  padding: 0 0 60px 30px;
  border-bottom: solid 1px #dfe1e7;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.company_profile h2 span {
  font-size: 1.5rem;
  margin-bottom: 40px;
  display: block;
  font-weight: 500;
  font-style: italic;
  position: relative;
  padding-left: 50px;
}

.company_profile h2 span:before {
  content: "";
  display: block;
  /* width: calc(37em/15); */
  height: 1px;
  background-color: #53C3CC;
  /* margin-right: calc(13em/15); */
  position: absolute;
  top: 7px;
  left: 0;
  width: 40px;
}

.company_profile dl .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #dfe1e7;
  font-size: 1.5rem;
  padding: 25px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company_profile dl dt {
  width: 34%;
  font-weight: 700;
}

.company_profile dl dd {
  width: 66%;
  line-height: 22px;
}

.renovation_text p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 3;
}

.concept {
  margin: 160px 0 100px 0;
}

.concept h2 {
  padding: 0 0 60px 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.concept h2 span {
  font-size: 1.5rem;
  margin-bottom: 40px;
  display: block;
  font-weight: 500;
  font-style: italic;
  position: relative;
  padding-left: 50px;
}

.concept h2 span:before {
  content: "";
  display: block;
  /* width: calc(37em/15); */
  height: 1px;
  background-color: #53C3CC;
  /* margin-right: calc(13em/15); */
  position: absolute;
  top: 7px;
  left: 0;
  width: 40px;
}

.concept .concept_images {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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 p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 3;
}

.member_text .member_list {
  margin: 0 auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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 dt {
  font-size: 2rem;
}

.member_text .member_list .member_info dd {
  font-weight: 400;
}

@media screen and (max-width: 751px) {
  .member_text p,
  .renovation_text p {
    line-height: 28px;
    text-align: left;
  }
}

@media screen and (min-width: 750px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  .layer {
    margin: 80px 130px 100px 130px;
  }
}

@media screen and (max-width: 751px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
  .pageview {
    height: 300px;
  }
  .pageview .shadow .page_tytle {
    font-size: 3rem;
  }
  .layer {
    margin: 50px 20px 100px 20px;
  }
  .layer .about_text p {
    line-height: 28px;
    text-align: left;
  }
  .sub_img {
    margin: 50px 0 40px 0;
  }
  .Corporate_philosophy .policy {
    padding: 20px;
  }
  .Corporate_philosophy .policy h2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .Corporate_philosophy .policy dl dd {
    font-size: 1.5rem;
    line-height: 28px;
  }
  .company_profile,
  .concept {
    margin: 60px 0 100px 0;
  }
  .company_profile h2,
  .concept h2 {
    padding: 0 0 40px 30px;
  }
  .company_profile h2 span,
  .concept h2 span {
    margin-bottom: 20px;
  }
  .company_profile dl .data,
  .concept dl .data {
    padding: 10px 0;
  }
  .member_text .member_list {
    margin-top: 20px;
  }
  .member_text .member_list .member_info {
    margin: 0;
    max-width: 100%;
  }
  .member_text .member_list .member_info .member_img {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=contents.css.map */