#topics .main-visual .inner {
  background-image: url(../../img/pc/topics/img_banner.png); }

#topics .section1 {
  margin: 86px auto 0; }
  #topics .section1 .layout {
    max-width: 1030px;
    padding: 0 20px;
    margin: auto; }
    #topics .section1 .layout h2 {
      font-size: 32px;
      color: #3d6eb0; }
    #topics .section1 .layout dl {
      float: right;
      margin-top: -78px;
      padding-left: 250px;
      text-align: right; }
      #topics .section1 .layout dl dd {
        width: 250px;
        display: inline-block;
        margin-left: 20px;
        margin-bottom: 10px; }
        #topics .section1 .layout dl dd a {
          display: block;
          position: relative; }
          #topics .section1 .layout dl dd a p {
            font-size: 16px;
            color: #666;
            border: 1px solid #666;
            padding: 10px 0;
            text-align: center; }
          #topics .section1 .layout dl dd a img {
            position: absolute;
            display: block;
            margin: auto;
            top: 0;
            bottom: 0;
            right: 10px; }
          #topics .section1 .layout dl dd a:hover {
            opacity: 1; }
          #topics .section1 .layout dl dd a::after {
            content: '';
            width: 21px;
            height: 13px;
            position: absolute;
            right: 10px;
            top: 0;
            bottom: 0;
            margin: auto 0; }
        #topics .section1 .layout dl dd.category-info p {
          color: #3d6eb0;
          border: 1px solid #3d6eb0; }
        #topics .section1 .layout dl dd.category-info a::after {
          background: url(../../img/common/icon_arrow_blue.png) no-repeat center center/contain; }
        #topics .section1 .layout dl dd.category-info a:hover p {
          background: #3d6eb0;
          color: #fff; }
        #topics .section1 .layout dl dd.category-info a:hover::after {
          background-image: url(../../img/common/icon_arrow_white.png); }
        #topics .section1 .layout dl dd.category-recruit p {
          color: #ff7200;
          border: 1px solid #ff7200; }
        #topics .section1 .layout dl dd.category-recruit a::after {
          background: url(../../img/common/icon_arrow_orange.png) no-repeat center center/contain; }
        #topics .section1 .layout dl dd.category-recruit a:hover p {
          background: #ff7200;
          color: #fff; }
        #topics .section1 .layout dl dd.category-recruit a:hover::after {
          background-image: url(../../img/common/icon_arrow_white.png); }
    #topics .section1 .layout ul.topics {
      margin-top: 15px; }
      #topics .section1 .layout ul.topics li {
        margin-bottom: 10px;
        margin-left: 0; }
        #topics .section1 .layout ul.topics li a {
          background-color: #eaf0f1;
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          padding: 12px;
          color: inherit; }
        #topics .section1 .layout ul.topics li .category {
          color: #fff;
          padding: 2px 5px;
          display: inline-block;
          font-size: 14px;
          font-weight: normal;
          background: #666;
          min-width: 4.5em;
          text-align: center; }
          #topics .section1 .layout ul.topics li .category.category-info {
            background: #3d6eb0; }
          #topics .section1 .layout ul.topics li .category.category-recruit {
            background: #ff7200; }
        #topics .section1 .layout ul.topics li p.title {
          color: #000;
          font-size: 16px;
          display: inline;
          margin-left: 40px; }
        #topics .section1 .layout ul.topics li p.date {
          font-size: 16px;
          display: inline;
          margin-left: 40px;
          margin-left: 20px; }
    #topics .section1 .layout .content {
      margin-bottom: 76px; }
    #topics .section1 .layout .pagination {
      font-size: 18px;
      position: relative;
      text-align: center;
      margin-top: 76px; }
      #topics .section1 .layout .pagination span, #topics .section1 .layout .pagination a {
        background: #fff;
        border: 1px solid #3d6eb0;
        color: #3d6eb0;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin: 4px;
        text-align: center;
        text-decoration: none;
        width: 30px; }
        #topics .section1 .layout .pagination span.current, #topics .section1 .layout .pagination a.current {
          background: #3d6eb0;
          color: #fff; }
        #topics .section1 .layout .pagination span:hover, #topics .section1 .layout .pagination a:hover {
          background-color: #3d6eb0;
          color: #fff; }

@media screen and (max-width: 640px) {
  body {
    min-width: 0; }
  header .nav {
    min-width: 0; }
  #topics .main-visual .inner {
    background-image: url(../../img/sp/topics/img_banner.png); }
  #topics .section1 {
    width: auto;
    margin: 7rem auto 0; }
    #topics .section1 .layout {
      width: 56rem;
      padding: 0;
      margin: auto; }
      #topics .section1 .layout h2 {
        font-size: 4.6rem;
        color: #3d6eb0;
        line-height: 1.4; }
      #topics .section1 .layout dl {
        display: block;
        float: none;
        margin-top: 0;
        padding: 0; }
        #topics .section1 .layout dl dt {
          width: 56rem;
          display: block;
          margin-top: 3rem; }
          #topics .section1 .layout dl dt a {
            display: block;
            position: relative; }
            #topics .section1 .layout dl dt a p {
              font-size: 3.2rem;
              color: #3d6eb0;
              border: .2rem solid #3d6eb0;
              padding: 1.2rem 0;
              text-align: center; }
            #topics .section1 .layout dl dt a img {
              position: absolute;
              display: block;
              margin: auto;
              top: 0;
              bottom: 0;
              right: 2.5rem; }
        #topics .section1 .layout dl dd {
          width: 56rem;
          display: block;
          margin-left: 0;
          margin-top: 3rem; }
          #topics .section1 .layout dl dd a {
            display: block;
            position: relative; }
            #topics .section1 .layout dl dd a p {
              font-size: 3.2rem;
              color: #ff7200;
              border: .2rem solid #ff7200;
              padding: 1.2rem 0;
              text-align: center; }
            #topics .section1 .layout dl dd a img {
              position: absolute;
              display: block;
              margin: auto;
              top: 0;
              bottom: 0;
              right: 2.5rem; }
      #topics .section1 .layout ul.topics {
        margin-top: 6rem; }
        #topics .section1 .layout ul.topics li {
          width: auto;
          background-color: #eaf0f1;
          margin-left: 0;
          margin-bottom: 2rem; }
          #topics .section1 .layout ul.topics li a {
            display: block;
            padding: 1.3rem 2.2rem; }
          #topics .section1 .layout ul.topics li .category {
            color: #fff;
            padding: .5rem;
            display: inline;
            font-size: 2.4rem;
            font-weight: normal; }
          #topics .section1 .layout ul.topics li p.title {
            font-size: 2.8rem;
            display: block;
            margin-left: 0; }
          #topics .section1 .layout ul.topics li p.date {
            font-size: 2.8rem;
            display: block;
            margin-left: 0;
            display: inline;
            margin-left: 1rem; }
          #topics .section1 .layout ul.topics li:nth-child(2n+3) h3 {
            background-color: #3d6eb0; }
      #topics .section1 .layout .content {
        margin-bottom: 8rem; }
      #topics .section1 .layout .pagination {
        font-size: 3.2rem;
        position: relative;
        text-align: center;
        margin-top: 8rem;
        margin-bottom: 11rem; }
        #topics .section1 .layout .pagination span, #topics .section1 .layout .pagination a {
          background: #fff;
          border: .1rem solid #3d6eb0;
          color: #3d6eb0;
          display: inline-block;
          height: 6.2rem;
          line-height: 2;
          margin: 2rem 0 2rem 2rem;
          text-align: center;
          text-decoration: none;
          width: 6.2rem; }
          #topics .section1 .layout .pagination span.current, #topics .section1 .layout .pagination a.current {
            background: #3d6eb0;
            color: #fff; }
          #topics .section1 .layout .pagination span:hover, #topics .section1 .layout .pagination a:hover {
            background-color: #3d6eb0;
            color: #fff; } }

/*# sourceMappingURL=index.css.map */