.area-header {
  width: 100%;
}

.feature {
  width: 100%;
}
.feature a {
  text-decoration: none;
}
.feature a:hover {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.feature img {
  height: auto;
  width: 100%;
}
.feature .content__wrap {
  display: grid;
  grid-template-columns: 365px 470px 365px;
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.feature .content__left {
  box-sizing: border-box;
  display: grid;
  grid-column: 1;
  height: calc(100vh - 80px);
  padding-top: 55px;
  position: sticky;
  top: 80px;
}
.feature .content__left .ttl {
  font-size: 0;
  padding: 0;
  margin: 0 auto;
  width: 190px;
}
.feature .content__center {
  grid-column: 2;
  width: 470px;
}
.feature .content__right {
  box-sizing: border-box;
  display: grid;
  grid-column: 3;
  height: calc(100vh - 80px);
  padding-top: 537px;
  position: sticky;
  top: 80px;
}
.feature .content__right .btn {
  display: block;
  margin: 0 auto;
  width: 185px;
}
.feature .hero {
  font-size: 0;
  line-height: 1;
  width: 100%;
}
.feature .info {
  background: #bb2245;
  box-sizing: border-box;
  padding: 79px 0 219px 48px;
  position: relative;
  width: 100%;
}
.feature .info::after {
  background: url(../img/motif01.svg) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 78px;
  position: absolute;
  right: 41px;
  bottom: 69px;
  width: 221px;
}
.feature .info .lead__cap {
  font-size: 0;
  margin-bottom: 63px;
  width: 303px;
}
.feature .info .lead__txt {
  margin-bottom: 86px;
  width: 366px;
}
.feature .info .date {
  margin-bottom: 54px;
}
.feature .info .date dt {
  margin: 0 auto 13px -1px;
  width: 363px;
}
.feature .info .date dd {
  margin-left: 2px;
  width: 321px;
}
.feature .info .date:last-of-type {
  margin-bottom: 0;
}
.feature .info .date:last-of-type dt {
  margin-bottom: 9px;
  width: 153px;
}
.feature .info .date:last-of-type dd {
  width: 112px;
}
.feature .item {
  background: #0a1e3b;
  box-sizing: border-box;
  margin: 0;
  padding: 71px 0 179px;
  position: relative;
  width: 100%;
}
.feature .item::before {
  border-left: solid #bb3b4d 1px;
  content: "";
  height: 1865px;
  position: absolute;
  top: 71px;
  left: 408px;
  width: 1px;
}
.feature .item::after {
  background: url(../img/motif02.svg) no-repeat left top;
  background-size: 100%;
  content: "";
  height: 60px;
  position: absolute;
  bottom: 46px;
  left: 379px;
  width: 61px;
}
.feature .item .block {
  margin: 0 0 58px;
  position: relative;
}
.feature .item .block .cap {
  font-size: 0;
  position: absolute;
  top: 1px;
  left: 417px;
  width: 14.5px;
}
.feature .item .block .img {
  margin-bottom: 12px;
  width: 393px;
}
.feature .item .block .txt {
  margin: 0 auto 0 14px;
  width: 345px;
}
.feature .item .block:nth-of-type(2) {
  margin-bottom: 70px;
}
.feature .item .block:nth-of-type(2) .cap {
  width: 16.3px;
}
.feature .item .block:nth-of-type(2) .img {
  margin-bottom: 13px;
}
.feature .item .block:nth-of-type(2) .txt {
  width: 101px;
}
.feature .item .block:last-of-type {
  margin-bottom: 0;
}
.feature .item .block:last-of-type .cap {
  top: 2px;
  left: 417px;
  width: 14.9px;
}
.feature .item .block:last-of-type .txt {
  width: 212px;
}