@charset "utf-8";

.first-view-text {
  height: 270px;
  background-image: url(../images/about/about-bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.first-view-text h1 {
  font-family: "Margarine", sans-serif;
  letter-spacing: 0.5px;
  font-size: 36px;
}

.first-view-text p {
  font-family: "Kiwi Maru", serif;
  font-size: 19px;
  margin-top: 15px;
  font-weight: bold;
}

.lead {
  width: 930px;
  max-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.lead-text h3 {
  font-family: "Kiwi Maru", serif;
  letter-spacing: 0.5px;
  color: #281914;
  font-size: 21px;
  line-height: 30px;
  align-items: flex-start;
}

.lead-text p {
  font-family: "Kiwi Maru", serif;
  color: #696969;
  font-size: 19px;
  line-height: 30px;
}

.title {
  width: 930px;
  max-width: 90%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.title-text {
  font-family: "Margarine", sans-serif;
  color: #610333;
  font-size: 25px;
  letter-spacing: 0.5px;
  line-height: 30px; 
}

.title-text::after {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background-color: #660033;
  margin-top: 10px;
  margin-bottom: 10px;
}

.profile-contents {
  display: flex;
  justify-content: space-between;
  width: 930px;
  max-width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.profile-contents img {
  width: 160px;
  border-radius: 60px;
}

.profile-contents-text {
  font-family: "Kiwi Maru", serif;
  color: #696969;
  max-width: 700px;
  margin-right: 40px;
}

.profile-contents-text h3 {
  font-size: 20px;
}

.profile-contents-text p {
  margin-top: 10px;
  font-size: 19px;
  line-height: 29px;
}

.lead002 {
  width: 930px;
  max-width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.lead002-text p {
  font-family: "Kiwi Maru", serif;
  color: #696969;
  font-size: 20px;
  line-height: 30px;
}

.item-list {
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, 240px);
  column-gap: 95px;
  row-gap: 70px;
  justify-content: center;
  color: #696969;
}

.item-list a {
  display: block;
  transition-duration: 0.2s;
}

.item-list dl {
  margin-top: 10px;
}

.item-list dt {
  font-size: 19px;
  font-family: "Kiwi Maru", serif;
  text-align: center;
}

.item-list dd {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  font-family: "Kiwi Maru", serif;
}

.item-list li {
  position: relative;
}

.item-list .item-label {
  position: absolute;
  top: 0;
  left: calc(100% + 22px);
  font-size: 18px;
  white-space: nowrap;
  transform-origin: top left;
  transform: rotate(90deg);
  font-family: "Margarine", san-serif;
  letter-spacing: 0.5px;
}

.footer {
  margin-top: 3px;
}

@media (max-width:800px) {
  .profile-contents {
    display: block;
    width: 500px;
    margin-top: 45px;
  }

  .profile-contents-text{
    margin-right: 0;
  }

  .profile-contents img {
    margin-top: 25px;
  }
}