.underFirstView {
  width: 100%;
  height: 400px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .underFirstView {
    height: 300px;
  }
}
.underFirstView__link {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  right: 42px;
  bottom: 25px;
  background-color: #003086;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 14px 86px 14px 23px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .underFirstView__link {
    right: 17px;
    bottom: 18px;
    font-size: 12px;
    padding: 8px 27px 8px 13px;
  }
}
.underFirstView__link:hover {
  opacity: 0.6;
}
.underFirstView__link::after {
  content: "";
  display: inline-block;
  width: 61px;
  height: 6px;
  position: absolute;
  right: 23px;
  bottom: 21px;
  -webkit-transform: skewX(60deg);
  transform: skewX(60deg);
  border-bottom: solid 1px #fff;
  border-right: solid 2px #fff;
  -webkit-transition:
    border-bottom 0.3 ease,
    border-right 0.3 ease;
  transition:
    border-bottom 0.3 ease,
    border-right 0.3 ease;
}
@media screen and (max-width: 768px) {
  .underFirstView__link::after {
    width: 34px;
    height: 3px;
    right: 16px;
    bottom: 12px;
  }
}
.underFirstView__link__en {
  display: block;
  width: 100%;
  height: auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .underFirstView__link__en {
    font-size: 11px;
    margin-top: 0;
  }
}

.footer {
  margin-top: 101px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 42px;
  }
}
.titleArea {
  width: 880px;
  max-width: 92%;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .titleArea {
    margin-top: 50px;
  }
}
.titleArea__title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .titleArea__title {
    font-size: 20px;
  }
}
.titleArea__titleEn {
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.12em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .titleArea__titleEn {
    font-size: 12px;
    margin-top: 10px;
  }
}
.titleArea__text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .titleArea__text {
    font-size: 15px;
    line-height: 1.6em;
    margin-top: 40px;
  }
}
.news__inner {
  width: 1000px;
  max-width: 92%;
  margin: 51px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%;
    margin: 38px auto 0 auto;
  }
}
.news__inner__content,
.news__inner__option {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .news__inner__option {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 38px;
    padding-top: 27px;
    border-top: 1.5px solid #434243;
  }
}
.news__inner__content {
  margin-top: 59px;
}
@media screen and (max-width: 768px) {
  .news__inner__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
}
.news__title {
  display: block;
  width: 100%;
  height: auto;
  margin: 112px 0 23px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .news__title {
    font-size: 16px;
    margin: 55px 0 9px;
  }
}
.news__title:first-of-type {
  margin-top: 0;
}
.news__title__h {
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
  line-height: inherit;
}
.news__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .news__group {
    margin-top: 14px;
  }
}
.news__group:first-of-type {
  margin-top: 0;
}
.news__group__title {
  display: block;
  width: 71px;
  height: auto;
  font-size: 12px;
  line-height: 1.5;
  color: #515151;
  margin-right: 8px;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}
@media screen and (max-width: 768px) {
  .news__group__title {
    margin-right: 11px;
  }
}
.news__group__content {
  display: block;
  width: calc(100% - 79px);
  height: auto;
}
@media screen and (max-width: 768px) {
  .news__group__content {
    width: calc(100% - 82px);
  }
}
.news__group__content__list {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.news__group__content__list--active > a {
  color: #fff !important;
  background-color: #0079ca !important;
}
.news__group__content__list > li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  min-width: 135px;
  height: auto;
  margin-right: 17px;
}
@media screen and (max-width: 768px) {
  .news__group__content__list > li {
    min-width: 120px;
    margin-right: 12px;
  }
}
.news__group__content__list > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .news__group__content__list > li:nth-child(2n) {
    margin-right: 0;
  }
}
.news__group__content__list > li > a {
  display: block;
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  color: #0079ca;
  background-color: #fff;
  border: 1px solid #0079ca;
  padding: 8px 18px 9px;
  text-align: center;
  -webkit-transition:
    color 0.3s,
    background-color 0.3s;
  transition:
    color 0.3s,
    background-color 0.3s;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news__group__content__list > li > a {
    padding: 8px 17px 9px;
    letter-spacing: 0;
  }
}
.news__group__content__list > li > a:hover {
  color: #fff;
  background-color: #0079ca;
}
.news__group__content__select {
  display: block;
  width: 100%;
  max-width: 287px;
  height: auto;
  color: #0079ca;
  border: 1px solid #0079ca;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__group__content__select {
    max-width: 252px;
  }
}
.news__group__content__select::after {
  content: "";
  width: 10px;
  height: 5px;
  background-image: url(../images/news/iconArrowBottom.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 2px;
  right: 37px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .news__group__content__select::after {
    width: 9px;
    height: 4px;
    top: 2px;
    right: 16px;
  }
}
.news__group__content__select > select {
  width: 100%;
  height: auto;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  padding: 9px 60px 10px 23px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news__group__content__select > select {
    padding: 9px 33px 10px 17px;
  }
}
.news__list {
  display: block;
  width: 100%;
  height: auto;
  margin: 23px 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .news__list {
    margin-top: 9px;
  }
}
.news__list > li {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #afafaf;
}
.news__list > li:first-child {
  border-top: 1px solid #afafaf;
}
@media screen and (max-width: 768px) {
  .news__list > li:first-child {
    border-top: none;
  }
}
.news__list > li > a,
.news__list > li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  height: auto;
  padding: 20px 25px;
}
@media screen and (max-width: 768px) {
  .news__list > li > a,
  .news__list > li > div {
    padding: 20px 0 18px;
  }
}
.news__list__category {
  display: block;
  width: 118px;
  height: auto;
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
  background-color: #003086;
  padding: 7px 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news__list__category {
    width: 95px;
    font-size: 12px;
    padding: 8px 5px;
  }
}
.news__list__text {
  display: block;
  width: calc(100% - 118px);
  height: auto;
  font-size: 0;
  padding: 5px 0 0 46px;
}
@media screen and (max-width: 768px) {
  .news__list__text {
    width: calc(100% - 95px);
    padding: 0 0 0 21px;
  }
}
.news__list__date {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.5em;
  margin-right: 46px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news__list__date {
    display: block;
    font-size: 14px;
    margin-right: 0;
    margin-top: -4px;
  }
}
.news__list__title {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .news__list__title {
    display: block;
    font-size: 14px;
  }
}
.news__pagination {
  display: block;
  width: 100%;
  height: auto;
  margin: 28px 0 0;
}
@media screen and (max-width: 768px) {
  .news__pagination {
    margin-top: 23px;
  }
}
.news__pagination > ul {
  display: block;
  width: 50%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news__pagination > ul {
    width: 92%;
  }
}
.news__pagination > ul > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
}
.news__pagination > ul > li > a,
.news__pagination > ul > li > span {
  display: block;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
}
.news__pagination__button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.news__pagination__button > a {
  width: 8px;
  height: 15px;
  background-image: url(../images/news/iconArrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .news__pagination__button > a {
    width: 6px;
    height: 11px;
  }
}
.news__pagination__button--prev {
  margin-right: 10px;
}
.news__pagination__button--prev > a {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.news__pagination__button--next {
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .news__pagination__button--next {
    margin-left: 6px;
  }
}
.news__pagination__number {
  width: auto;
  min-width: 32px;
  height: 32px;
  padding: 4px 2px;
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  .news__pagination__number {
    margin-right: 4px;
  }
}
.news__pagination__number--current {
  color: #fff;
  background-color: #0079ca;
  border-radius: 100%;
}
