@charset "UTF-8";

.container {
  max-width: 1280px;
}
.allstaff {
  margin: 0 auto 0 auto;
  width: 100%;
  overflow: hidden;
  background-image: url(images/allstaff.jpg);
  background-size: cover;
  position: relative;
  z-index: -1;
}
.allstaff::after {
  backdrop-filter: blur(36px);

  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.allstaff img {
  width: 100%;
  max-width: 980px;
  margin: auto;
  display: block;
}
.prof h2,
.about h2 {
  color: rgba(0, 65, 47, 1);
  margin: 48px auto;
  text-align: center;
  border-bottom: 1px solid rgba(0, 156, 154, 1);
  width: 100%;
  padding: 10px;
  font-family: var(--serif);
}
.prof h3,
.about h3 {
  font-family: var(--serif);
  font-weight: bold;
}
.prof {
  padding: 20px;
}

.border {
  /*background-color: #FEFDF8;*/
  border-bottom: 1px dashed green;
  margin: 36px auto;
}
.staff_card_top {
  margin: 0 auto 72px auto;
}
.staff_card {
  margin: 72px auto;
}
.prof {
  /*background-color: #FEFDF8;*/
}

.prof .name {
  font-family: var(--serif);
  font-weight: bold;
  color: rgba(0, 51, 51, 1);
  width: 100%;
  font-size: 1.8rem;
  line-height: 144%;
  display: block;
}
@media (max-width: 760px) {
  .prof .name {
    text-align: center;
  }
}
.prof .job {
  font-size: 1.2rem;
  line-height: 144%;
  color: #665133;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 760px) {
  .prof .job {
    text-align: center;
  }
}

.prof .thumb {
  width: 36%;
  padding: 32px;
}
@media (max-width: 760px) {
  .prof .thumb {
    width: 100%;
    padding: 16px;
    text-align: center;
  }
}
.prof .thumb img {
  width: 100%;
  height: auto;
  max-width: 460px;
}

.prof .career {
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 36px;
  display: block;
  color: #2f3138;
  width: 100%;
}

.prof .career img {
}

.prof .comment {
  font-size: 1.2rem;
  line-height: 160%;
  width: 100%;
  margin-top: 48px;
}

.prof .spell {
  font-family: "Shippori Mincho B1", serif;
  font-weight: normal;
  color: rgba(121, 145, 80, 1);
  width: 100%;
  font-size: 1.4rem;
  line-height: 144%;
  letter-spacing: 0.2rem;
  margin-bottom: 36px;
}
@media (max-width: 760px) {
  .prof .spell {
    text-align: center;
  }
}
.prof a{

}
.prof a.link::before{
  content:'';
  background-image: url(/images/icon_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:32px;
  height:32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.concept {
  text-align: center;
  padding: 48px;
}
@media (max-width: 760px) {
  .concept {
    text-align: left;
    padding: 24px;
  }

  .concept br {
    display: none;
  }
}
.interior {
  justify-content: space-between;
  align-items: stretch;
  margin: 32px auto;
}
.interior h3{
  text-align: center;
  padding: 1rem;

}
.interior > * {
  width: 49%;
  padding: 1%;
}
@media (max-width: 760px) {
  .interior > * {
    width: 100%;
    padding: 1%;
  }
}
.interior img {
  width: 100%;
}

.concept h1 {
  font-family: var(--serif);
  font-weight: bold;
  color: rgba(0, 51, 51, 1);
  width: 100%;
  font-size: clamp(1.6rem, 2vw, 3.2rem);
  line-height: 160%;
  text-align: center;
}

.concept h2 {
  font-family: var(--serif);
  font-weight: bold;
  color: rgba(0, 51, 51, 1);
  width: 100%;
  font-size: clamp(1.12rem, 1.8vw, 1.4rem);
  line-height: 160%;
  text-align: center;
}

.concept h3 {
  font-family: var(--serif);
  font-weight: bold;
  color: rgba(0, 51, 51, 1);
  width: 100%;
  font-size: clamp(1rem, 2.4vw, 1.5rem);
  line-height: 160%;
  text-align: center;
}
