@charset "UTF-8";
/* CSS Document */
.section-profile__top {
  height:  10vh
}
.section-profile__tittle {
  font-size: 3.6rem;
  margin-top:20px 
}
.section-profile__subtittle {
  font-size: 2.4rem;
  color: #828788;
  margin-top: 10px;
  margin-bottom: 40px;
}
.section-greeting {
  min-height: 50vh;
}
.section-greeting__flex {
  display: flex;
  margin-left: 80px;
  margin-right: 40px
}
.section-greeting img {
  width: 380px;
  height: 400px;
  object-fit: cover;
  box-sizing: border-box;
}
.message-column {
  margin-top: 20px;
  margin-left: 40px;
  text-align: left;
  font-size: 1.6rem
}
.message-column p {
  margin-bottom: 30px
}

.section-profile {
  margin-bottom: 70px
}
table {
  display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
  align-content: center;
  margin: 55px auto auto
}
tbody{
  display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
  font-size: 2.4rem
}
th,
td {
  border-bottom: 2px solid #e6e2e2;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    padding-right: 1em;
    padding-top: 0.5em;
    text-align: left;
    vertical-align: top;
}
th {
  color: #6a6767;
  font-weight: normal;
}

.section-contactus {
  height: 200px;
  background-color: #efebe0
}
.section-contactus h2 {
  font-size: 3.6rem;
  font-weight: 800;
   padding-top: 15px
}
.section-contactus h3 {
  font-size: 2.4rem;
  color: #828788;
  padding-top: 20px
}
.section-contactus a {
  text-decoration: none;
  color: #333
}
.section-contactus_arrow {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border:3px solid ;
  border-radius: 50%;
  text-align: center;
  margin: 30px auto auto;
  font-size: 2.4rem
}
@media (max-width: 1000px) {
 .section-profile__top {
  height:  10vh;
   margin-top: 50px
}
.section-profile__tittle {
  font-size: 2.4rem
}
.section-profile__subtittle {
  font-size: 1.8rem;
}
.section-greeting {
  min-height: 50vh;
}
.section-greeting__flex {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto
}
  .section-greeting__img {
    margin: o auto
  }
.section-greeting img {
  width: 70vw;
  height: auto;
}
.message-column {
  margin: 10px 30px 0
}
.message-column p {
  margin-bottom: 20px
}

.section-profile {
  margin-bottom: 70px;
}
table {
  display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
  align-content: center;
  margin: 0 auto
}
tbody{
  font-size: 1.8rem
}
th,
td {
  width:325px;
  display:block;
  border-bottom: 2px solid #e6e2e2;
    padding-bottom: 0.2em;
    padding-left: 10;
    padding-right: 1em;
    padding-top: 0.5em;
}
table th {
  border-bottom:none;
}
}