@charset "UTF-8";

/* CSS Document */
.section-top {
  margin-top: 200px;
  margin-bottom: 70px;
}

.section-top h1 {
  margin: 0 0 50px 80px;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  display: flex;
  align-items: center;
}

.section-top h1:after {
  border-top: 1px solid #6c6c6c;
  content: "";
  width: 100%;
  margin-left: 0.8em;
}

.section-top__image {
  max-width: 1071px;
  width: 100%;
  height: 547px;
}

.section-top__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-top__image::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.07);
  position: absolute;
  max-width: 1071px;
  width: 100%;
  height: 547px;
}

@media (max-width: 768px) {
  .section-top {
    margin-top: 190px;
    margin-bottom: 45px;
  }

  .section-top h1 {
    margin: 0 0 35px 30px;
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
  }

  .section-top__image {
    height: 307px;
  }

  .section-top__image::before {
    height: 307px;
  }
}

.section-concept {
  margin-bottom: 95px;
  padding-left: 80px;
  text-align: left;
}

.section-concept_copy h2 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.6rem;
  margin-bottom: 12px;
}

.section-concept_copy small {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.4rem;
  margin-bottom: 40px;
  color: #6c6c6c;
}

.section-concept_copy p {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  line-height: 4.0rem;
  margin-bottom: 40px;
}

.section-concept_images {
  position: relative;
  height: 905px;
}

.section-concept_image01 {
  width: 424px;
  height: auto;
  position: absolute;
  right: 5%;
}

.section-concept_image01 img {
  width: 100%;
}

.section-concept_image02 {
  width: 264px;
  height: auto;
  position: absolute;
  right: 37%;
  top: 38%;
}

.section-concept_image02 img {
  width: 100%;
}

.section-concept_image03 {
  width: 163px;
  height: auto;
  position: absolute;
  right: 12%;
  top: 53%;
}

.section-concept_image03 img {
  width: 100%;
}

.br {
  display: none;
}

@media (max-width: 768px) {
  .section-concept {
    margin-bottom: 165px;
    padding: 0;
  }

  .section-concept_copy {
    padding: 0 24px;
  }

  .section-concept_copy h2 {
    margin-bottom: 0;
    line-height: 2.5rem;
  }

  .section-concept_copy small {
    margin-bottom: 40px;
  }

  .section-concept_copy p {
    margin-bottom: 40px;
    font-size: 1.4rem;
    letter-spacing: 0.25rem;
  }

  .section-concept_images {
    height: 435px;
  }

  .section-concept_image01 {
    width: 67%;
    aspect-ratio: 219 / 151;
    right: 0;
  }

  .section-concept_image02 {
    width: 35%;
    aspect-ratio: 132 / 126;
    right: auto;
    left: 8%;
    top: 45%;
  }

  .section-concept_image03 {
    width: 29%;
    aspect-ratio: 108 / 155;
    top: 59%;
  }

  .br {
    display: inline;
  }
}

.section-information {
  margin: 0 80px 120px;
}

.section-information_container {
  display: flex;
  flex-wrap: wrap;
  gap: 105px;
}

.section-information_map {
  width: 735px;
  height: 369px;
  border: solid 1px #6c6c6c;
}

.section-information_map iframe {
  width: 100%;
  height: 100%;
}

.section-information_description {
  text-align: left;
  font-size: 1.4rem;
}

.section-information_description dl dd {
  margin: 0 0 20px 10px;
}

.section-information_description dl dd:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section-information {
    margin: 0 0 80px 0;
  }

  .section_title {
    margin: 0 24px;
  }

  .section-information_container {
    gap: 0;
  }

  .section-information_map {
    width: 300px;
    height: 300px;
    border-left: none;
    margin-bottom: 40px;
  }

  .section-information_description {
    margin: 0 24px;
  }
}

.section-staff {
  margin: 0 80px 120px;
}

.section-staff_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 80px;
}

.section-staff_list ul li {
  list-style: none;
}

.section-staff_list ul li a {
  color: #373737;
  text-decoration: none;
}

.section-staff_image {
  margin-bottom: 10px;
  width: 250px;
  height: 250px;
}

.section-staff_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-staff_list ul li h3 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}

@media (max-width: 768px) {
  .section-staff {
    margin: 0 0 80px 0;
  }

  .section-staff_list ul {
    margin: 0 24px;
    gap: 30px 35px;
  }

  .section-staff_image {
    margin-bottom: 5px;
    width: 145px;
    height: 150px;
  }

  .section-staff_list ul li h3 {
    font-size: 1.3rem;
  }
}

.section-menu {
  margin: 0 80px 160px;
}

.section-menu_description {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.section-menu_container1 {
  width: 50%;
}

.section-menu_container1 dd {
  margin-right: 80px;
}

.section-menu_container2 {
  width: 50%;
  border-left: solid 1px #6c6c6c;
  box-sizing: border-box;
}

.section-menu_container2 dt {
  margin-left: 80px;
}

.section-menu_container2 .section-menu_item {
  margin-left: 80px;
}

.section-menu_list {
  margin-bottom: 40px;
}

.section-menu_item {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.2rem
}

.section-menu_description dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.section-menu_description dl dt {
  letter-spacing: 0.2rem;
}

.section-menu_description dl dd {
  letter-spacing: 0.1rem;
}

@media (max-width: 768px) {
  .section-menu {
    margin: 0 0 100px 0;
  }

  .section-menu_description {
    margin: 0 24px;
    flex-direction: column;
  }

  .section-menu_container1 {
    width: 100%;
  }

  .section-menu_container1 dd {
    margin-right: 0;
  }

  .section-menu_container2 {
    width: 100%;
    border-left: none;
  }

  .section-menu_container2 dt {
    margin-left: 0;
  }

  .section-menu_container2 .section-menu_item {
    margin-left: 0;
  }

  .section-menu_list {
    margin-bottom: 50px;
  }

  .section-menu_description dl {
    margin-bottom: 12px;
  }

  .section-menu_description dl dt {
    letter-spacing: 0.1rem;
  }
}