@charset "UTF-8";

p.midashi:not(:first-child) {
  margin-top: 60px;
}

.concept .wrapper {
  position: relative;
}

.concept .wrapper img.profile {
  position: absolute;
  top: 150px;
  right: 20px;
  width: 350px;
  height: 350px;
  object-fit: cover;
  border: 2px solid #b86e55;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .concept .wrapper img.profile {
    top: 150px;
    right: 0px;
    width: 200px;
    height: 200px;
    left: 0;
    margin: auto;
  }

  .concept .wrapper .pro_txt {
    margin-top: 280px;
  }
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 2em 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 40px;
}

.feature-list li {
  background: #f9f5f0;
  padding: 30px;
  margin-bottom: 1.5em;
  border-radius: 6px;
  width: 30.9%;
}
@media (max-width: 767px) {
  .feature-list li {
    width: 100%;
  }
}

.feature-list li img {
  width: 60px;
  display: block;
  margin: 15px auto;
}
.feature-list li span {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  color: #b86e55;
  margin-bottom: 1em;
  text-align: center;
}

.profileTitle {
  font-size: 24px;
  font-weight: bold;
  color: #b86e55;
  text-align: center;
  margin-bottom: 30px;
}

.profileTable {
  width: 100%;
  border-collapse: collapse;
}

.profileTable th,
.profileTable td {
  padding: 15px;
  border-bottom: 1px dashed #ccc;
  vertical-align: top;
  text-align: left;
}

.profileTable th {
  width: 30%;
  color: #b86e55;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  top: -2px;
}

.profileTable td {
  background: #fff;
  color: #333;
}

.profileTable a {
  color: #b86e55;
  text-decoration: underline;
}
