@charset "UTF-8";
main {
  padding-top: 82px;
}
@media screen and (max-width: 1250px) {
  main {
    padding-top: 60px;
  }
}

#mainVisual {
  height: 800px;
  overflow: hidden;
}
#mainVisual .video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 82px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #mainVisual .video-container {
    height: 50%;
  }
}
@media screen and (max-width: 400px) {
  #mainVisual .video-container {
    height: 42%;
    background: url(../img/top/mv.jpg) no-repeat top center;
    background-size: cover;
  }
}
#mainVisual .video-container {
  margin-top: 82px;
}
@media screen and (max-width: 1250px) {
  #mainVisual .video-container {
    margin-top: 60px;
  }
}
#mainVisual .video-container.spMenuOpen {
  z-index: -1;
}
#mainVisual .video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99;
}
@media screen and (max-width: 767px) {
  #mainVisual .video-container video {
    height: 50%;
  }
}
@media screen and (max-width: 400px) {
  #mainVisual .video-container video {
    display: none;
  }
}
#mainVisual .dummy {
  opacity: 0;
}
#mainVisual .catch-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#mainVisual .catch-wrap .catchCopy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1040px) {
  #mainVisual .catch-wrap .catchCopy {
    padding-left: 3%;
    padding-right: 3%;
  }
}
#mainVisual .catch-wrap .catchCopy:before {
  content: "";
  display: block;
  width: 412px;
  height: 373px;
  background: url(../img/top/mv_back_logo.png);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -50%;
  -webkit-animation: animation-fadeInUp 0.5s ease 0s both 1 normal;
  animation: animation-fadeInUp 0.5s ease 0s both 1 normal;
}
@media screen and (max-width: 767px) {
  #mainVisual .catch-wrap .catchCopy:before {
    width: 206px;
    height: 186.5px;
    background-size: 100% auto;
    top: -8%;
  }
}
@media screen and (max-width: 400px) {
  #mainVisual .catch-wrap .catchCopy:before {
    top: -2%;
  }
}
#mainVisual .catch-wrap .catchCopy p {
  text-align: center;
  margin-top: 10px;
}
#mainVisual .catch-wrap .catchCopy p.text {
  color: #fff;
  margin-top: 40px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #mainVisual .catch-wrap .catchCopy p.text {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  #mainVisual .catch-wrap .catchCopy p.text {
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  #mainVisual .catch-wrap .catchCopy p.text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #mainVisual .catch-wrap .catchCopy {
    display: none;
  }
}
#mainVisual .catch-wrap .catchCopy.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #mainVisual .catch-wrap .catchCopy.sp {
    display: block;
  }
}

#contents {
  margin-bottom: 0;
}
#contents #about {
  background: url(../img/top/about_bg_text.png) no-repeat top 5% center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #contents #about {
    background-size: 90% auto;
  }
}
#contents #about:before {
  content: "";
  display: block;
  width: 80vw;
  height: 525px;
  background-color: #eff2f9;
  position: absolute;
  left: 0;
  top: 70%;
  z-index: -1;
}
#contents #about h2 {
  font-size: 26px;
}
#contents #about h2:after {
  display: none;
}
@media screen and (max-width: 600px) {
  #contents #about h2 {
    letter-spacing: 0;
  }
}
#contents #about h2 br {
  display: none;
}
@media screen and (max-width: 414px) {
  #contents #about h2 {
    font-size: 24px;
  }
  #contents #about h2 br {
    display: block;
  }
}
#contents #about p {
  text-align: center;
  line-height: 3em;
  font-size: 15px;
  color: #333;
}
@media screen and (max-width: 600px) {
  #contents #about p {
    line-height: 2;
    text-align: left;
    padding-left: 10%;
    padding-right: 10%;
  }
  #contents #about p .sp_none {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #contents #about p {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 414px) {
  #contents #about p {
    padding-left: 1%;
    padding-right: 1%;
  }
}
#contents #about .links {
  margin-top: 60px;
}
@media screen and (max-width: 414px) {
  #contents #about .links {
    margin-top: 40px;
  }
}
#contents #about .links > div {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #contents #about .links > div {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #contents #about .links > div {
    width: 80%;
    margin-bottom: 40px;
  }
  #contents #about .links > div:nth-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  #contents #about .links > div {
    width: 100%;
  }
}
#contents #about .links > div figure {
  position: relative;
}
#contents #about .links > div figure:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #aa0000;
  position: absolute;
  right: 0;
  bottom: 0;
}
#contents #about .links > div figure:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  position: absolute;
  right: 17px;
  bottom: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#contents #about .links > div figure img {
  vertical-align: bottom;
}
#contents #about .links > div h3 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 414px) {
  #contents #about .links > div h3 {
    margin-top: 10px;
  }
}
#contents #about .links > div h3 a {
  color: #333;
}
#contents #about .links > div h3 a span {
  font-size: 15px;
  color: #999;
  letter-spacing: 0.03em;
  display: inline-block;
  margin-left: 42px;
  position: relative;
}
#contents #about .links > div h3 a span:before {
  content: "";
  display: block;
  width: 1px;
  height: 75%;
  background-color: #999;
  position: absolute;
  left: -22px;
  top: 3px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#contents #about .links > div p {
  font-size: 14px;
  line-height: 1.71em;
  text-align: left;
  margin-top: 13px;
}
@media screen and (max-width: 414px) {
  #contents #about .links > div p {
    margin-top: 0px;
  }
}
#contents #merit {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#contents #merit h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 414px) {
  #contents #merit h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #contents #merit .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#contents #merit .flex > div {
  width: 25%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #contents #merit .flex > div {
    width: 50%;
    margin-bottom: 1px;
  }
}
#contents #merit .flex > div:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
#contents #merit .flex > div img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #contents #merit .flex > div img {
    width: 100%;
  }
}
#contents #merit .flex > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#contents #merit .flex > div:hover {
  opacity: 1;
  cursor: pointer;
}
#contents #merit .flex > div:hover:before {
  background-color: rgba(9, 40, 117, 0.5);
}
#contents #merit .flex > div:hover .mask {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#contents #merit .flex > div .normal {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  text-align: center;
  height: 80px;
}
#contents #merit .flex > div .normal p {
  letter-spacing: 0.1em;
}
#contents #merit .flex > div .normal p.oswald {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1250px) {
  #contents #merit .flex > div .normal p.oswald {
    font-size: 20px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 1250px) {
  #contents #merit .flex > div .normal p.oswald {
    font-size: 18px;
  }
}
#contents #merit .flex > div .mask {
  background-color: #092875;
  color: #fff;
  z-index: 3;
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #contents #merit .flex > div .mask {
    display: none;
  }
}
#contents #owner {
  position: relative;
}
#contents #owner h2 {
  font-size: 30px;
}
@media screen and (max-width: 414px) {
  #contents #owner h2 {
    font-size: 24px;
  }
}
#contents #owner:before {
  content: "";
  display: block;
  width: 80vw;
  height: 525px;
  background-color: #eff2f9;
  position: absolute;
  left: 0;
  top: 40%;
  z-index: -1;
}
@media screen and (max-width: 830px) {
  #contents #owner:before {
    display: none;
  }
}
@media screen and (max-width: 830px) {
  #contents #owner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contents #owner .flex > div {
  width: 30.5%;
  background-color: #092875;
  background-image: url(../img/top/bg_owner.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 1000px) {
  #contents #owner .flex > div {
    width: 32%;
  }
}
@media screen and (max-width: 830px) {
  #contents #owner .flex > div {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #contents #owner .flex > div {
    width: 80%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  #contents #owner .flex > div {
    width: 100%;
  }
}
#contents #owner .flex > div figure {
  position: relative;
}
#contents #owner .flex > div figure:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #aa0000;
  position: absolute;
  right: 0;
  bottom: 0;
}
#contents #owner .flex > div figure:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  position: absolute;
  right: 17px;
  bottom: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#contents #owner .flex > div figure img {
  vertical-align: bottom;
}
#contents #owner .flex > div .text {
  padding: 28px;
  color: #fff;
}
#contents #owner .flex > div .text h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  #contents #owner .flex > div .text h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  #contents #owner .flex > div .text h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
#contents #owner .flex > div .text p {
  font-size: 13px;
  line-height: 1.85em;
}
@media screen and (max-width: 767px) {
  #contents #owner .more {
    margin-top: 0;
  }
}
#contents #owner .more a {
  background-color: #fff;
}
@media screen and (max-width: 400px) {
  #contents #owner .more a {
    width: 100%;
  }
}
#contents #recruit {
  background: url(../img/top/recruit_img01.jpg) no-repeat top center;
  background-size: cover;
  padding: 6em 0;
  margin-top: 7em;
  text-align: center;
}
#contents #recruit h2 {
  margin-top: 0;
  color: #092875;
  font-size: 30px;
}
#contents #recruit h2 span {
  color: #092875;
  letter-spacing: 0.15em;
}
#contents #recruit h2:after {
  display: none;
}
#contents #recruit p {
  color: #092875;
}
#contents #recruit .more a {
  min-width: 240px;
}
#contents #contact .flex > div {
  width: 50%;
  text-align: center;
  padding: 5em 0;
}
@media screen and (max-width: 830px) {
  #contents #contact .flex > div {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  #contents #contact .flex > div {
    width: 100%;
    padding: 5%;
  }
}
#contents #contact .flex > div a {
  display: inline-block;
  border: 2px #092875 solid;
  padding: 23px 0;
  min-width: 400px;
  text-align: center;
  color: #092875;
  font-weight: bold;
  background-color: #fff;
}
@media screen and (max-width: 830px) {
  #contents #contact .flex > div a {
    min-width: inherit;
    width: 100%;
  }
}
#contents #contact .flex > div p {
  font-size: 15px;
  margin-top: 8px;
}
@media screen and (max-width: 414px) {
  #contents #contact .flex > div p {
    font-size: 13px;
  }
}
#contents #contact .flex .mailform a {
  background-color: #092875;
  color: #fff;
}
#contents #contact .flex .mailform a span {
  position: relative;
  display: inline-block;
  padding-left: 36px;
}
#contents #contact .flex .mailform a span:before {
  content: "";
  display: block;
  width: 26px;
  height: 19px;
  background: url(../common/img/icon_mail.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 1px;
  left: 0;
}
#contents #contact .flex .tel {
  background-color: #eff2f9;
}
#contents #contact .flex .tel a {
  font-size: 22px;
  letter-spacing: 0.05em;
  padding: 19px 0;
}
#contents #contact .flex .tel a span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
#contents #contact .flex .tel a span:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(../common/img/icon_tel.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 6px;
  left: 0;
}
#contents #contact .flex .tel p {
  color: #092875;
}
#contents #contact .flex .tel p span {
  font-weight: bold;
}

/*-------------------------------2020.04.17追加　コロナ対策-------------------------------------*/
.covid {
  padding: 0 20px;
}
.covid #covid-info {
  width: 80%;
  margin-bottom: 30px;
  border: 2px #092875 solid;
  margin: 4em auto;
  /*＋、－切り替え*/
}
.covid #covid-info .ttl {
  margin-bottom: 0;
  padding: 24px;
  font-size: 20px;
  color: #092875;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.covid #covid-info .ttl .ttl_point {
  width: 50%;
  margin: 0 auto;
  padding: 10px 10px;
  color: #fff;
  background: #092875;
}
.covid #covid-info .toggle-btn {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 32px;
}
.covid #covid-info .toggle-btn span {
  width: 100%;
  height: 4px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #092875;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.covid #covid-info .toggle-btn span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.covid #covid-info .toggle-btn span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.covid #covid-info .active span:nth-of-type(1) {
  display: none;
}
.covid #covid-info .active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.covid #covid-info .accodion {
  display: none;
  padding: 0 30px 20px 30px;
}
.covid #covid-info .accodion .inn {
  margin: 24px auto;
}
.covid #covid-info .accodion .inn .inn_ttl {
  font-size: 16px;
  color: #092875;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}
.covid #covid-info .accodion .inn .inn_ttl span {
  font-weight: bold;
}
.covid #covid-info .accodion .inn .txt {
  margin-bottom: 15px;
}
.covid #covid-info .accodion .inn .check {
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
.covid #covid-info .accodion .inn .check:before {
  position: absolute;
  content: "";
  display: block;
  background: #ff3702;
  top: 6px;
  left: 2px;
  height: 8px;
  width: 2px;
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.covid #covid-info .accodion .inn .check:after {
  position: absolute;
  content: "";
  display: block;
  background: #ff3702;
  top: 3px;
  left: 8px;
  height: 11px;
  width: 2px;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.covid #covid-info .accodion .inn .inn_live {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: decimal;
}
.covid #covid-info .accodion .inn .inn_live li {
  margin-bottom: 5px;
  line-height: 1.8;
  list-style-type: decimal;
}
.covid #covid-info .accodion .inn .inn_live li span {
  font-weight: bold;
  color: #ff3702;
}
.covid #covid-info .accodion .inn .prevention {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: disc;
}
.covid #covid-info .accodion .inn .prevention li {
  line-height: 1.5;
  list-style-type: disc;
}
.covid #covid-info .accodion .inn .day {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: disc;
}
.covid #covid-info .accodion .inn .day li {
  position: relative;
  line-height: 1.5;
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 5px;
  color: #092875;
  font-weight: bold;
}
.covid #covid-info .accodion .inn .day li:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #092875;
}
@media screen and (max-width: 1040px) {
  .covid #covid-info {
    max-width: none;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .covid #covid-info .toggle-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 3px;
  }
}

/*-------------------------------2022.04.11追加　トピックス追加-------------------------------------*/
@media screen and (max-width: 768px) {
  .topics {
    padding-left: 8vw;
    padding-right: 8vw;
  }
  .topics-header {
    text-align: center;
  }
  .topics-header .title {
    font-size: 6.4vw;
    font-weight: 700;
  }
  .topics-content {
    margin-top: 6.6666666667vw;
    border-top: 0.2666666667vw solid #ececec;
  }
  .topics-item a {
    position: relative;
    display: block;
    padding-top: 5.3333333333vw;
    padding-right: 11.2vw;
    padding-bottom: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid #ececec;
    color: #383935;
    text-decoration: none;
  }
  .topics-item a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-top: 0.5333333333vw solid #092875;
    border-right: 0.5333333333vw solid #092875;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .topics-item:nth-of-type(3) {
    display: none;
  }
  .topics-item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .topics-item-header .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25.3333333333vw;
    border: 0.2666666667vw solid #092875;
    margin-right: 5.3333333333vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    color: #092875;
    font-size: 3.2vw;
    font-weight: 700;
  }
  .topics-item-header .date {
    font-size: 3.4666666667vw;
    letter-spacing: 0.08em;
  }
  .topics-item-text p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 2;
    margin-top: 3.2vw;
    font-size: 3.4666666667vw;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .topics-link-more a {
    display: block;
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
    color: #092875;
    font-size: 4.2666666667vw;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
  }
  .topics-link-more a:after {
    content: "";
    display: inline-block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-left: 1.0666666667vw;
    border-top: 0.5333333333vw solid #092875;
    border-right: 0.5333333333vw solid #092875;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (min-width: 769px) {
  .topics {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .topics .container {
    position: relative;
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topics-header {
    width: 210px;
    margin-top: 10px;
  }
  .topics-header .title {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .topics-content {
    width: 890px;
  }
  .topics-item a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
    color: #383935;
    text-decoration: none;
  }
  .topics-item a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #092875;
    border-right: 2px solid #092875;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: -webkit-transform 0.24s ease-out;
    transition: -webkit-transform 0.24s ease-out;
    transition: transform 0.24s ease-out;
    transition: transform 0.24s ease-out, -webkit-transform 0.24s ease-out;
  }
  .topics-item a:hover:before {
    -webkit-transform: translate(5px, -50%) rotate(45deg);
            transform: translate(5px, -50%) rotate(45deg);
  }
  .topics-item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 20px;
  }
  .topics-item-header .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 95px;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #092875;
    margin-right: 20px;
    color: #092875;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .topics-item-header .date {
    width: 80px;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
  }
  .topics-item-text {
    width: 100%;
    min-width: 400px;
  }
  .topics-item-text p {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .topics-link-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .topics-link-more a {
    position: relative;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    color: #092875;
    font-size: 1.3rem;
    font-weight: 500;
    text-decoration: none;
  }
  .topics-link-more a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #092875;
    border-right: 2px solid #092875;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: -webkit-transform 0.24s ease-out;
    transition: -webkit-transform 0.24s ease-out;
    transition: transform 0.24s ease-out;
    transition: transform 0.24s ease-out, -webkit-transform 0.24s ease-out;
  }
  .topics-link-more a:hover:before {
    -webkit-transform: translate(5px, -50%) rotate(45deg);
            transform: translate(5px, -50%) rotate(45deg);
  }
}/*# sourceMappingURL=top.css.map */