section {
  max-width: 1040px;
  margin: 50px auto;
  padding: 50px 20px 150px;
}

@media screen and (max-width: 768px) {
  section {
    width: calc(100% - 40px);
    padding: 50px 15px;
  }
}

h1 {
  font-size: 12.5rem;
  text-align: center;
  font-weight: 700;
  color: #241e1c;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 5rem;
  }
  h1::before {
    width: 60px;
    height: 50px;
  }
}

h2 {
  font-size: 8rem;
  margin-bottom: 6rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 4rem;
    margin-bottom: 3rem;
    text-align: center;
  }
}

.top {
  margin: 0 auto;
}

.top-main {
  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;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .top-main {
    margin: 0 auto;
  }
}

.top-main_title {
  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;
}

.top-main_title img {
  width: 770px;
}

@media screen and (max-width: 768px) {
  .top-main_title img {
    width: 100%;
  }
}

.top-main_anchor {
  margin: 12rem 0 0;
}

@media screen and (max-width: 768px) {
  .top-main_anchor {
    margin: 6rem 0 0;
  }
}

.top-main_anchor-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .top-main_anchor-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.top-main_anchor-item {
  position: relative;
  margin: 0 4rem;
  padding: 0 2rem;
}

@media screen and (max-width: 768px) {
  .top-main_anchor-item {
    width: calc(50% - 10px);
    text-align: center;
    margin: 1rem 0;
    padding: 0;
  }
  .top-main_anchor-item::after {
    right: -30px;
  }
}

.top-main_anchor-item a {
  position: relative;
  display: inline-block;
}

.top-main_anchor-item a::after {
  display: inline-block;
  content: "";
  margin: 0 0 0 15px;
  border-top: 5px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  vertical-align: middle;
}

.top-work_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px;
}

.top-work_item {
  position: relative;
  overflow: hidden;
}

.top-work_item.item-sm {
  width: 35.5%;
  max-width: 355px;
}

.top-work_item.item-lg {
  width: 63.1%;
  max-width: 631px;
}

.top-work_item + .top-work_item {
  margin-left: 14px;
}

.top-work_item img {
  height: 100%;
  max-height: 355px;
}

.top-work_item:hover .top-work_item-hover {
  opacity: 1;
  top: 0;
}

.top-work_item:hover .top-work_item-hover .top-work_item-slide {
  margin-top: 0;
}

.top-work_item-hover {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

@media screen and (max-width: 768px) {
  .top-work_item-hover {
    position: relative;
    display: block;
    padding: 10px 0;
    opacity: 1;
  }
}

.top-work_item-slide {
  margin: -50px 0 0;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

.top-work_item-slide p {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .top-work_item-slide p {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .top-work_item-slide {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .top-work_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-work_item {
    height: 100%;
  }
  .top-work_item.item-sm {
    width: 100%;
    max-width: 100%;
  }
  .top-work_item.item-lg {
    width: 100%;
  }
  .top-work_item + .top-work_item {
    margin-left: 0;
  }
  .top-work_item img {
    position: relative;
    max-height: 100%;
  }
  .top-work_item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.top-vision_text {
  max-width: 810px;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 50px;
  padding-left: 30px;
}

.top-vision_text + .top-vision_text {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .top-vision_text {
    font-size: 2rem;
    line-height: 40px;
  }
  .top-vision_text + .top-vision_text {
    margin-top: 20px;
  }
}

.top-member_content {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-member_content-name {
  font-size: 3.6rem;
  margin-bottom: 30px;
}

.top-member_content-position {
  margin-bottom: 3rem;
  height: 120px;
}

.top-member_content-position li {
  font-size: 2rem;
  margin-bottom: 10px;
}

.top-member_content-image {
  width: 300px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top-member_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-member_content-item {
    width: 100%;
  }
  .top-member_content-item:not(:last-of-type) {
    margin-bottom: 6rem;
  }
  .top-member_content-name {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 2rem;
  }
  .top-member_content-position {
    font-size: 2rem;
    height: auto;
    text-align: center;
  }
  .top-member_content-image {
    margin: auto;
  }
}

.top-contact {
  padding: 0 20px 150px;
}

.top-contact_content {
  max-width: 800px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-contact_content-name {
  font-size: 4.2rem;
  margin-bottom: 3rem;
}

.top-contact_content-adress {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .top-contact_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-contact_content-item {
    margin-bottom: 5rem;
  }
  .top-contact_content-name {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .top-contact_content-adress {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=style.css.map */