@charset "utf-8";
.texta{
  color: #efac60;
  text-decoration: underline;
}
.texta:hover{
  text-decoration: none;
}

.company {
  margin-top: 80px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 14px;
}
.subhead {
  background: #fce078;
  color: #3c3c3c;
  text-align: center;
  position: relative;
  height: 150px;
}
.subhead h2{
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
}
.head3{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.head3::before {
  content: "";
  background-color: #3c3c3c;
  width: 15px;
  height: 1px;
  transform: translateX(-100%);
  position: absolute;
  left: 35%;
  top: 50%;
}
.head3::after {
  content: "";
  background-color: #3c3c3c;
  width: 15px;
  height: 1px;
  position: absolute;
  transform: translateX(100%);
  right: 35%;
  top: 50%;
}
.profile-detail {
  width: 100%;
  /* margin: -17px 0 120px 0; */
  line-height: 1.8;
}
.profileitem_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #efd860;
}
.profileitem_l{
  width: 32%;
  font-weight: 500;
   padding: 17px 0 17px 80px;
}
.profileitem_r{
  width: 66%;
  padding: 17px 0;
} 
.li-in-li{
  text-indent: -1em;
  padding-left: 1em;
}
.br500{
  display: none;
}

@media (max-width:650px){
  .company {
    max-width: 100%;
    margin: 40px auto 0;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
  }

  .subhead {
    height: 100px;
  }
  .subhead h2{
    font-size: 28px;
  }
  .head3{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 40px 0;
    position: relative;
  }
  .head3::before {
    content: "";
    background-color: #3c3c3c;
    width: 15px;
    height: 1px;
    position: absolute;
    left: 35%;
    top: 50%;
  }
  .profile-detail {/* margin: -15px 0 120px 0; */}
  .profileitem_r::after{
    width: 94%;
    left: calc(50% - 47%);
  }
  .profileitem_l{
    width: 100%;
    padding: 15px 30px 0 30px;
  }
  .profileitem_r{
    width: 100%;
    padding: 10px 30px 15px 30px;
  }
}

@media (max-width:500px){
  .br500{
    display: initial;
  }
  .company{margin: 30px auto 0;}
  .head3{
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  .head3::before {
    width: 10px;
    left: 30%;
  }
  .head3::after {
    width: 10px;
    right: 30%;
  }
  .profileitem_l{
    padding: 17px 10px 0 10px;
  }
  .profileitem_r{
    padding: 17px 10px;
  }
  .profileitem_r::after{
    width: 90%;
    left: calc(50% - 45%);
  }
}