/*--------------------
	VARIABLE
--------------------*/
/*--------------------
	ARCHIVE
--------------------*/
#recruit .sub-main {
  background-image: url("../img/common/mid-sub.jpg"); }
#recruit .inner {
  width: 1000px; }
  @media screen and (max-width: 959px) {
    #recruit .inner {
      width: 96%; } }
  #recruit .inner .l-bnr {
    display: grid;
    grid-template-columns: 320px 320px 320px;
    column-gap: 20px;
    margin-bottom: 60px; }
    @media screen and (max-width: 959px) {
      #recruit .inner .l-bnr {
        grid-template-columns: 32% 32% 32%;
        column-gap: 2%;
        margin-bottom: 30px; } }
    #recruit .inner .l-bnr li {
      background: #345394;
      text-align: center;
      color: #fff;
      font-size: 2rem;
      line-height: 6rem;
      border: 2px solid #345394;
      box-sizing: border-box; }
      @media screen and (max-width: 959px) {
        #recruit .inner .l-bnr li {
          font-size: 1.4rem;
          line-height: 4rem; } }
      #recruit .inner .l-bnr li a {
        display: block;
        background: #fff;
        text-align: center;
        color: #345394;
        line-height: 6rem;
        padding: 0; }
        @media screen and (max-width: 959px) {
          #recruit .inner .l-bnr li a {
            line-height: 4rem; } }
        #recruit .inner .l-bnr li a:hover {
          background: #345394;
          color: #fff; }
  #recruit .inner .rec-lst {
    display: grid;
    grid-template-columns: 480px 480px;
    gap: 40px; }
    @media screen and (max-width: 959px) {
      #recruit .inner .rec-lst {
        grid-template-columns: 49% 49%;
        gap: 4% 2%; } }
    @media screen and (max-width: 624px) {
      #recruit .inner .rec-lst {
        grid-template-columns: 1fr;
        gap: 2%; } }
    #recruit .inner .rec-lst dl {
      padding: 20px;
      border: 1px solid #333;
      box-sizing: border-box; }
      @media screen and (max-width: 959px) {
        #recruit .inner .rec-lst dl {
          padding: 5%; } }
      #recruit .inner .rec-lst dl dt {
        font-size: 2rem;
        line-height: 1.5em; }
        @media screen and (max-width: 959px) {
          #recruit .inner .rec-lst dl dt {
            font-size: 1.8rem; } }
        #recruit .inner .rec-lst dl dt span {
          color: #fff;
          font-size: 1.8rem;
          padding: 5px;
          margin-right: 5px; }
          @media screen and (max-width: 959px) {
            #recruit .inner .rec-lst dl dt span {
              font-size: 1.6rem; } }
        #recruit .inner .rec-lst dl dt .nt {
          background: #185399; }
        #recruit .inner .rec-lst dl dt .mt {
          background: #017DBB; }
      #recruit .inner .rec-lst dl dd {
        font-size: 1.8rem;
        line-height: 2em;
        margin-top: 20px; }
        @media screen and (max-width: 959px) {
          #recruit .inner .rec-lst dl dd {
            font-size: 1.6rem; } }
        #recruit .inner .rec-lst dl dd a {
          display: block;
          width: 120px;
          background: #999;
          text-align: center;
          color: #fff;
          padding: 5px 0;
          margin: 0 auto; }
          #recruit .inner .rec-lst dl dd a:hover {
            opacity: .8; }
  #recruit .inner ul {
    text-align: center;
    margin: 40px 0 80px; }
    @media screen and (max-width: 959px) {
      #recruit .inner ul {
        margin: 30px 0 60px; } }
    #recruit .inner ul li {
      display: inline-block;
      text-align: center;
      color: #fff;
      margin: 0 2px; }
      #recruit .inner ul li a {
        background: #eee;
        color: #345394;
        padding: 10px; }
        #recruit .inner ul li a:hover {
          background: #345394;
          color: #fff; }
    #recruit .inner ul .atv {
      background: #345394;
      padding: 11px; }
#recruit .sel-ent {
  width: 1160px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 100px auto 50px; }
  @media screen and (max-width: 959px) {
    #recruit .sel-ent {
      width: 96%;
      max-width: 600px;
      grid-template-columns: 1fr; } }
  #recruit .sel-ent li {
    transition: .5s; }
    #recruit .sel-ent li a {
      display: block;
      padding: 20px 40px 35px;
      position: relative; }
      @media screen and (max-width: 959px) {
        #recruit .sel-ent li a {
          padding: 10px 10% 15px; } }
    #recruit .sel-ent li p {
      color: #fff;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.5em; }
      @media screen and (max-width: 959px) {
        #recruit .sel-ent li p {
          font-size: 2rem; } }
      #recruit .sel-ent li p span {
        font-size: 1.4rem;
        opacity: .8; }
        @media screen and (max-width: 959px) {
          #recruit .sel-ent li p span {
            font-size: 1.2rem; } }
    #recruit .sel-ent li img {
      width: 60px;
      position: absolute;
      top: 35px;
      right: 40px; }
      @media screen and (max-width: 959px) {
        #recruit .sel-ent li img {
          width: 50px;
          top: 20px;
          right: 10%; } }
    #recruit .sel-ent li:first-child {
      background: #185399; }
    #recruit .sel-ent li:last-child {
      background: #017DBB; }
    #recruit .sel-ent li:hover {
      opacity: .8; }

/*--------------------
	SINGLE
--------------------*/
#detail .sub-main {
  background-image: url("../img/common/mid-sub.jpg"); }
#detail .inner {
  width: 1000px; }
  @media screen and (max-width: 959px) {
    #detail .inner {
      width: 96%; } }
  #detail .inner h3 {
    text-align: center;
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.8em; }
    @media screen and (max-width: 959px) {
      #detail .inner h3 {
        font-size: 2.6rem; } }
    #detail .inner h3 span {
      color: #fff;
      font-size: 2.6rem;
      padding: 10px 10px 8px 10px; }
      @media screen and (max-width: 959px) {
        #detail .inner h3 span {
          font-size: 1.8rem;
          padding: 8px 8px 6px 8px; } }
    #detail .inner h3 .nb {
      background: #185399; }
    #detail .inner h3 .mb {
      background: #017DBB; }
  #detail .inner table {
    width: 100%;
    max-width: 800px;
    margin: 40px auto 60px; }
    @media screen and (max-width: 959px) {
      #detail .inner table {
        max-width: 400px;
        margin: 20px auto 30px; } }
    #detail .inner table tr {
      font-size: 1.6rem;
      line-height: 1.5em;
      border-top: 1px solid #333;
      border-right: 1px solid #333; }
      @media screen and (max-width: 959px) {
        #detail .inner table tr {
          border: none; } }
      #detail .inner table tr:last-child {
        border-bottom: 1px solid #333; }
        @media screen and (max-width: 959px) {
          #detail .inner table tr:last-child {
            border: none; } }
      #detail .inner table tr th {
        width: 30%;
        font-weight: normal;
        vertical-align: middle;
        padding: 20px;
        border-right: 1px solid #333;
        border-left: 1px solid #333; }
        @media screen and (max-width: 959px) {
          #detail .inner table tr th {
            display: block;
            width: 96%;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            padding: 5px 2%;
            border: none; } }
      #detail .inner table tr td {
        padding: 20px 15px; }
        @media screen and (max-width: 959px) {
          #detail .inner table tr td {
            display: block;
            width: 96%;
            background: rgba(0, 0, 0, 0.05);
            padding: 10px 4%;
            margin-bottom: 5px; } }
      #detail .inner table tr .ws {
        white-space: pre-line;
        padding: 0 15px 20px 15px; }
        @media screen and (max-width: 959px) {
          #detail .inner table tr .ws {
            padding: 0 4% 10px 4%; } }
  #detail .inner .to2 {
    display: block;
    width: 500px;
    padding: 20px 40px 35px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 959px) {
      #detail .inner .to2 {
        width: 80%;
        max-width: 300px;
        padding: 10px 10% 15px; } }
    #detail .inner .to2:hover {
      opacity: .8; }
    #detail .inner .to2 p {
      color: #fff;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.5em; }
      @media screen and (max-width: 959px) {
        #detail .inner .to2 p {
          font-size: 2rem; } }
      #detail .inner .to2 p span {
        font-size: 1.4rem;
        opacity: .8; }
        @media screen and (max-width: 959px) {
          #detail .inner .to2 p span {
            font-size: 1.2rem; } }
    #detail .inner .to2 img {
      width: 60px;
      position: absolute;
      top: 35px;
      right: 40px; }
      @media screen and (max-width: 959px) {
        #detail .inner .to2 img {
          width: 50px;
          top: 20px;
          right: 10%; } }
  #detail .inner .ton {
    background: #185399; }
  #detail .inner .tom {
    background: #017DBB; }
