@charset "UTF-8";
.outline__img {
  display: block;
  margin-bottom: 1.5rem;
}

.outline__img img {
  width: 100%;
}

.outline__ttl {
  font-size: 1.5rem;
  font-weight: 400;
}

.outline__outline_box {
  margin-bottom: 2.5rem;
}

.outline__outline_box__tag {
  display: inline-block;
  padding: 0 1em;
  background-color: #008a9d;
  color: #fff;
}

.outline__outline_box__ttl {
  padding: 1em;
  background-color: #f5f5f5;
  font-size: 1.2rem;
}

.outline__outline_box__text {
  padding: 1em 0;
}

@media screen and (min-width: 768px) {
  .outline__ttl {
    margin-bottom: 1rem;
    font-size: clamp(1.2rem, -1.346rem + 4.89vw, 2.625rem);
  }
  .outline__outline_box__ttl {
    font-size: clamp(1.2rem, 0.278rem + 1.5vw, 1.5rem);
  }
}

.profile__ttl {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.profile__profile_box {
  margin-bottom: 4rem;
}

.profile__profile_box__ttl {
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  color: #008a9d;
  border-bottom: 1px solid #666;
  font-weight: 400;
}

.profile__item_list {
  margin-bottom: 1rem;
}

.profile__item_list:last-of-type {
  margin-bottom: 4rem;
}

.profile__item_ttl {
  padding: 0 .5em;
  background-color: #eee;
}

.profile__item_content {
  padding: 0 .5em;
}

.profile__table th, .profile__table td {
  display: block;
  text-align: left;
  font-weight: 400;
}

.profile__table th {
  padding: 0 .5em;
  background-color: #eee;
}

.profile__table td {
  padding: .5em .5em 1.5rem;
}

.profile__table td ul li:before {
  content: "・";
}

@media screen and (min-width: 768px) {
  .profile__ttl {
    margin-bottom: 1em;
    font-size: clamp(1.2rem, -1.346rem + 4.89vw, 2.625rem);
  }
  .profile__item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    font-size: 0.87rem;
  }
  .profile__item_ttl {
    width: 10rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #fff;
  }
  .profile__table {
    font-size: 0.87rem;
  }
  .profile__table th,
  .profile__table td {
    display: table-cell;
    padding: .5rem;
  }
  .profile__table th {
    width: 10rem;
    background-color: #fff;
  }
}
/*# sourceMappingURL=language.css.map */