@charset "UTF-8";
@import url("https://use.typekit.net/qiu4qkz.css");
.l-container {
  width: 100%;
}

.feature {
  color: #1f1f25;
  font-family: "open-sans-condensed", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-top: 12px;
  text-align: center;
  width: 100%;
}
.feature a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.feature a:link, .feature a:visited {
  color: #fff;
}
.feature a:hover {
  opacity: 0.6;
}
.feature .ttl {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.077em;
  line-height: 1;
  margin: 0 auto 49px;
  text-align: left;
  width: 1140px;
}
.feature .c__wrap {
  align-items: flex-start;
  display: flex;
  margin: 0 auto;
  width: 1140px;
}
.feature .c__inner {
  display: flex;
  flex-wrap: wrap;
  width: 1092px;
}
.feature .c__inner a {
  display: block;
  margin: 0 30px 29px 0;
  width: 250px;
}
.feature .c__inner a:nth-child(4n) {
  margin: 0 0 29px 0;
}
.feature .c__inner a:nth-child(37), .feature .c__inner a:nth-child(38) {
  margin-bottom: 0;
}
.feature .c__logo {
  position: -webkit-sticky;
  position: sticky;
  top: 335px;
  width: 44px;
}
.feature .c__logo .logo {
  margin: 0 0 0 24px;
  width: 24px;
}
.feature .btns {
  display: flex;
  justify-content: space-between;
  margin: 139px auto 113px;
  width: 990px;
}
.feature .btns a {
  align-items: center;
  background: #686868;
  display: flex;
  font-size: 26px;
  font-weight: 700;
  height: 80px;
  letter-spacing: 0.1em;
  justify-content: center;
  width: 460px;
}