.profile.feature .ttl {
  background: url(/profile/img/feature/mv_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .profile.feature .ttl {
    background: url(/profile/img/feature/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.profile.feature .contents {
  background: url(/profile/img/feature/logo.png) no-repeat;
  background-size: 500px 345px;
  background-position: top 40px left 50%;
}
@media screen and (max-width: 767px) {
  .profile.feature .contents {
    aspect-ratio: 500/345;
    background-size: 90%;
    background-position: top 120px left 50%;
  }
}
.profile.feature .intro {
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .profile.feature .intro {
    margin-bottom: 75px;
  }
}
.profile.feature .intro p {
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .profile.feature .intro p {
    text-align: left;
  }
}
.profile.feature .intro .company-en {
  font-size: 5.625rem;
  line-height: 1.4;
  color: #094181;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  .profile.feature .intro .company-en {
    font-size: 3.25rem;
    text-align: center;
    margin-top: 0;
  }
}
.profile.feature .intro .company-en span {
  padding: 0 7px;
}
@media screen and (max-width: 767px) {
  .profile.feature .intro .company-en span {
    padding: 0 3px;
  }
}
.profile.feature .feature-contenst {
  background: #F5F6F7;
  padding: 70px 98px;
}
@media screen and (max-width: 767px) {
  .profile.feature .feature-contenst {
    padding: 65px 7.5%;
  }
}
.profile.feature .feature-contenst .feature-list {
  border-bottom: 1px solid #094181;
}
.profile.feature .feature-contenst .feature-list dt {
  font-size: 2.125rem;
  color: #846535;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 35px 0 35px 30px;
  border-top: 1px solid #094181;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profile.feature .feature-contenst .feature-list dt {
    font-size: 1.625rem;
    padding: 22px 0;
  }
}
.profile.feature .feature-contenst .feature-list dt:hover {
  cursor: pointer;
}
.profile.feature .feature-contenst .feature-list dt:before, .profile.feature .feature-contenst .feature-list dt:after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #094181;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.profile.feature .feature-contenst .feature-list dt:after {
  top: calc(50% - 1px);
  transform: rotate(90deg);
  transition: 0.5s ease;
}
.profile.feature .feature-contenst .feature-list dt span {
  font-size: 3.75rem;
  color: #094181;
}
@media screen and (max-width: 767px) {
  .profile.feature .feature-contenst .feature-list dt span {
    font-size: 3.25rem;
  }
}
.profile.feature .feature-contenst .feature-list dt.open:after {
  transform: rotate(0);
}
@media screen and (max-width: 767px) {
  .profile.feature .feature-contenst .feature-list dt:nth-of-type(2) {
    text-indent: -0.7em;
    padding-left: 0.7em;
  }
}
.profile.feature .feature-contenst .feature-list dd {
  display: none;
  padding: 0 0 35px 30px;
}
@media screen and (max-width: 767px) {
  .profile.feature .feature-contenst .feature-list dd {
    padding: 0 0 22px 0;
  }
}
.profile.feature .feature-contenst .feature-list dd h3 {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  color: #094181;
  margin-bottom: 15px;
}
.profile.feature .category-link .category-link-wrap .category-link-list li:nth-of-type(4) {
  display: none;
}/*# sourceMappingURL=feature.css.map */