@charset "utf-8";
.greeting h1.lower_headline {
  line-height: 0;
  margin-bottom: 90px;
}
.greeting h1.lower_headline img {
  width: 264px;
  max-width: 100%;
}
.greeting .container {
  width: 780px;
}
.greeting_top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 74px;
}
.greeting_top .photo {
  width: 35%;
  margin-right: 5.8%;
}
.greeting_top .name {
  width: 26%;
}
@media (max-width: 599px) {
  .greeting_top {
    flex-direction: column;
    align-items: center;
  }
  .greeting_top .photo {
    width: 70%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .greeting_top .name {
    width: 160px;
  }
}
.profile h2 {
  font-size: 17px;
  line-height: 1em;
  margin-bottom: 10px;
}
.profile .prof_tbl {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-feature-settings: "palt";
}
.profile .prof_tbl tr:first-child th,
.profile .prof_tbl tr:first-child td {
  border-top: 2px solid #000;
}
.profile .prof_tbl th {
  font-weight: normal;
  width: 120px;
}
.profile .prof_tbl td {
  padding-left: 20px;
}
.profile .prof_tbl th,
.profile .prof_tbl td {
  border-bottom: 1px dotted #000;
  font-size: 16px;
  line-height: 1.5em;
  padding: 10px 0;
}
.profile .prof_tbl tr:last-child th,
.profile .prof_tbl tr:last-child td {
  border-bottom: 2px solid #000;
}
.profile .prof_tbl dl {
  display: flex;
}
.profile .prof_tbl dl dt {
  width: 100px;
}
.profile .prof_tbl dl dt:after {
  content: "：";
}
.profile .prof_tbl dl dd {
  width: calc(100% - 100px);
}
@media (max-width: 800px) {
  .profile .prof_tbl dl {
    display: block;
  }
  .profile .prof_tbl dl dt {
    width: 100%;
  }
  .profile .prof_tbl dl dd {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .profile h2 {
    font-size: 16px;
  }
  .profile .prof_tbl tr:first-child th,
  .profile .prof_tbl tr:first-child td {
    border-top: 0;
  }
  .profile .prof_tbl tr:first-child th {
    border-top: 2px solid #000;
  }
  .profile .prof_tbl th {
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }
  .profile .prof_tbl td {
    padding-left: 0;
    border-bottom: 1px dotted #000 !important;
    padding-top: 0;
  }
  .profile .prof_tbl th,
  .profile .prof_tbl td {
    border-bottom: 0;
    font-size: 16px;
    line-height: 28px;
    display: block;
  }
  .profile .prof_tbl tr:last-child th,
  .profile .prof_tbl tr:last-child td {
    border-bottom: 0;
  }
  .profile .prof_tbl tr:last-child td {
    border-bottom: 2px solid #000;
  }
}
.greeting_content {
  margin-bottom: 60px;
}
.greeting_content h2 {
  text-align: center;
  line-height: 1em;
  font-weight: normal;
  font-size: 24px;
  padding: 50px 0;
  margin-top: 30px;
}
.greeting_content .greeting_text {
  font-size: 18px;
  line-height: 1.7em;
  margin-bottom: 20px;
}
.greeting_content .greeting_text:last-child {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .greeting h2 {
    font-size: 22px;
  }
  .greeting .greeting_text {
    font-size: 16px;
    line-height: 28px;
  }
}
