.content {
  font-family: "NotoSansJP", "YakuHanJP", "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.is_desktop {
  display: block;
}

.is_mobile {
  display: none;
}

/*----------------------------------------
  タイトル
----------------------------------------*/
.main-title {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0 60px;
  text-align: left;
  border-bottom: 1px solid #999999;
}

.main-title__text {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: calc(40 / 32);
  letter-spacing: 0.1em;
}

/*----------------------------------------
  メインテキスト
----------------------------------------*/
.body-text {
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  letter-spacing: 0.015em;
}

/*----------------------------------------
  リンク（全て）
----------------------------------------*/
.link-all {
  display: flex;
  justify-content: center;
  margin-top: 130px;
}

.link-all__content {
  width: 1000px;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 38px 0;
  border: 1px solid #000;
}

.link-all__title {
  position: absolute;
  top: -1em;
  display: inline-block;
  padding: 0 15px;
  background: #fff;
  font-size: 1.6rem;
  line-height: calc(30 / 16);
  letter-spacing: 0.015em;
}

.link-all__list {
  display: flex;
  justify-content: center;
}

.link-all__list-item {
  position: relative;
  display: inline;
  padding: 0 1.5em;
}

.link-all__list-item:not(:first-child)::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}

.link-all__list-link {
  display: inline;
  color: #000;
  font-size: 1.4rem;
  line-height: calc(30 / 14);
  letter-spacing: 0.015em;
}

.link-all__list-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.link-all__list-link.-active {
  color: #777;
}