@charset "UTF-8";

.greeting__body {
  position: relative;
  margin-bottom: 60px;
}
.greeting__name {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 5.3333333333vw;
  letter-spacing: 0.2em;
}
.greeting__name span {
  margin-right: 15px;
  font-size: 13px;
  font-size: 3.4666666667vw;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
.greeting__image {
  position: relative;
  border-top: 7px solid #82c8c8;
}
.is-mano .greeting__image {
  border-color: #80ab84;
}
.is-goto .greeting__image {
  border-color: #b98984;
}
.is-suzuki .greeting__image {
  border-color: #ae9977;
}
.greeting__image img {
  margin-bottom: 30px;
  overflow: hidden;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.greeting__title {
  margin-bottom: 15px;
  color: #82c8c8;
  font-weight: 500;
  font-size: 14px;
  font-size: 3.7333333333vw;
  letter-spacing: 0.08em;
}
.greeting__text {
  margin-bottom: 40px;
  line-height: 2;
}
.greeting__item {
  margin-bottom: 25px;
}
.greeting__item:last-child {
  margin-bottom: 0;
}
.greeting__sub {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #646464;
  font-weight: bold;
  font-size: 14px;
  font-size: 3.7333333333vw;
}
.greeting__list span {
  margin-right: 3px;
  color: #82c8c8;
}
.greeting__list li {
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 3.7333333333vw;
}

@media screen and (min-width: 768px) {
  .greeting__body {
    margin-bottom: 100px;
  }
  .greeting__name {
    font-size: 30px;
  }
  .greeting__name span {
    font-size: 16px;
  }
  .greeting__image {
    border-width: 14px;
  }
  .greeting__image img {
    margin-bottom: 40px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 0;
  }
  .is-goto .greeting__image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 150px;
  }
  .greeting__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .is-table .greeting__title {
    color: #fff;
    font-size: 20px;
  }
  .greeting__text {
    margin-bottom: 40px;
    line-height: 2;
  }
  .is-table .greeting__text {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
  }
  .greeting__meta {
    display: flex;
    justify-content: space-between;
  }
  .greeting__item {
    width: 48%;
  }
  .greeting__sub {
    font-size: 16px;
  }
  .greeting__list li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .greeting__table {
    position: absolute;
    top: 50%;
    width: 50%;
    padding: 40px;
    transform: translateY(-50%);
  }
  .greeting__table.is-mano {
    right: -200px;
    background-color: #80ab84;
  }
  .greeting__table.is-goto {
    left: -200px;
    background-color: #b98984;
  }
  .greeting__table.is-suzuki {
    right: -200px;
    background-color: #ae9977;
  }
}
