.news .news__list .article.is-hidden {
  display: none;
}

.news {
  padding-left: 40px;
  padding-right: 40px;
}

.show-more {
  cursor: pointer;
}

.hidden-year {
  display: none;
}

.news .news__inner aside {
  width: 16.7%;
}

@media (max-width: 960px) {
  .news .news__inner aside {
    width: 50%;
  }

  .news .news__side-link {
    width: 100%;
  }

  .news .news__inner {
    gap: 50px;
  }

  .news {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}

/* common grouphoken */

.newsList .title {
  font-weight: 600;
}

footer {
  background: unset !important;
}

header .logo {
  width: unset;
}

#gHeader .logo .txt {
  font-weight: 700;
}

.news .news__list article .date {
  font-weight: 500;
}

.news .news__list article .title {
  font-weight: 500;
}

.news .news__meta .date {
  font-weight: 500;
}

.news .news__side-link .title {
  font-weight: 500;
}

.news .news__side-link .list a {
  font-weight: 500;
}

#contact .mailForm .submit input {
  text-align: center;
}

.news .news__title {
  text-align: center;
}

.titleBalloon span.en {
  font-weight: normal;
  font-family: "Oswald", sans-serif;
}

.titleBalloon span {
  font-size: 36px;
  position: relative;
  display: inline-flex;
  gap: 24px;
  align-items: center;
  padding: 0 8px 16px;
  letter-spacing: .06em;
  margin: 0 auto;
}

.titleBalloon span::after {
  position: absolute;
  bottom: -2px;
  left: 56px;
  width: 20px;
  height: 2px;
  background: #000;
  content: "";
  transform: rotate(135deg);
  transform-origin: 0 0;
}

.titleBalloon span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
  clip-path: polygon(0% 0%, 0% 2px, 56px 2px, 56px 0, 64px 0, 64px 2px, 100% 2px, 100% 0%);
}

.titleBalloon a {
  font-size: 20px;
  font-family: normal;
}

.titleBalloon a::before {
  margin-right: 8px;
  content: ">";
}

button {
  appearance: none;
  vertical-align: middle;
  color: #000;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  cursor: pointer;
  border: none;
  font-weight: 600;
  font-size: 16px;
}

.buttonArrow {
  position: relative;
  padding: 0 30px 8px 4px;
  width: 140px;
  border-bottom: 1px solid #000;
  letter-spacing: .1em;
  font-weight: 600;
  font-size: 16px;
  margin: 60px 0 0 auto;
  max-width: 112px;
}

.buttonArrow::before {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 20px;
  height: 1px;
  background: #000;
  content: "";
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.bgBlue {
  background: #e4ecf0;
}

.fvText {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 192px;
  background-color: #e4ecf0;
}

.fvText .fvText__title {
  color: #003f73;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 36px;
}

@media (max-width: 960px) {
  #gHeader .logo {
    margin: 0 10px;
    width: 160px;
  }

  .titleBalloon span {
    gap: 12px;
    padding: 0 8px 10px;
    font-size: 21px;
  }

  .titleBalloon span::before {
    clip-path: polygon(0% 0%, 0% 2px, 36px 2px, 36px 0, 42px 0, 42px 2px, 100% 2px, 100% 0%);
  }

  .titleBalloon span::after {
    left: 36px;
    width: 12px;
  }

  .titleBalloon a::before {
    margin-right: 4px;
  }

  .news .news__title {
    margin: 0 0 40px;
  }

  .titleBalloon a {
    font-size: 12px;
  }

  .fvText .fvText__title {
    letter-spacing: .05em;
    font-size: 15px;
  }

  .fvText {
    height: 70px;
  }

  button {
    font-size: 14px;
  }

  .news--single {
    margin-bottom: -50px;
  }
}