@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
ラジオ
---------------------------------------------------------------------------------------------------------------------
*/
#radio {
  margin: auto;
  padding: 0 0 60px 0;
  max-width: 1200px;
  width: 90%; }
  @media (min-width: 1024px) {
    #radio {
      padding: 0 0 100px 0; } }
  @media (min-width: 1250px) {
    #radio {
      padding: 0 0 160px 0; } }
  #radio .recruit-in {
    margin-top: 20px; }
    @media (min-width: 768px) {
      #radio .recruit-in {
        display: flex;
        margin-top: 40px; } }
    #radio .recruit-in .recruit-l {
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #radio .recruit-in .recruit-l {
          width: 45%;
          padding-right: 5%;
          display: flex;
          align-items: center;
          margin-top: 0; } }
      #radio .recruit-in .recruit-l .txt {
        margin-bottom: 40px;
        text-align: left; }
        @media (min-width: 768px) {
          #radio .recruit-in .recruit-l .txt {
            margin-bottom: 0; } }
        #radio .recruit-in .recruit-l .txt h2 {
          font-family: "Noto Serif JP", serif;
          font-optical-sizing: auto;
          font-size: 1.3rem;
          font-weight: bold;
          color: #000;
          line-height: 0.95em; }
          @media (min-width: 1200px) {
            #radio .recruit-in .recruit-l .txt h2 {
              font-size: 1.4rem; } }
        #radio .recruit-in .recruit-l .txt h3 {
          font-family: "Noto Serif JP", serif;
          font-optical-sizing: auto;
          font-size: 2.8rem;
          font-weight: 900;
          color: #000;
          line-height: 1.4em; }
          @media (min-width: 768px) {
            #radio .recruit-in .recruit-l .txt h3 {
              margin-top: 2px; } }
          @media (min-width: 1200px) {
            #radio .recruit-in .recruit-l .txt h3 {
              font-size: 3.0rem; } }
        #radio .recruit-in .recruit-l .txt h4.podcast-intro {
          margin: 15px 0 0;
          font-size: 1.6rem;
          font-weight: 700;
          line-height: 1.6em;
          letter-spacing: 0.08em; }
          @media screen and (min-width: 768px) {
            #radio .recruit-in .recruit-l .txt h4.podcast-intro {
              margin-top: 20px;
              font-size: 1.9rem; } }
          #radio .recruit-in .recruit-l .txt h4.podcast-intro::before {
            content: "";
            display: block;
            width: 30px;
            height: 1px;
            margin-bottom: 18px;
            background-color: #000; }
            @media screen and (min-width: 768px) {
              #radio .recruit-in .recruit-l .txt h4.podcast-intro::before {
                width: 40px;
                margin-bottom: 15px; } }
        #radio .recruit-in .recruit-l .txt .podcast-links {
          display: flex;
          align-items: center;
          flex-wrap: wrap;
          margin-top: 20px;
          padding: 0;
          list-style: none; }
          #radio .recruit-in .recruit-l .txt .podcast-links li {
            position: relative;
            display: flex;
            align-items: center; }
            #radio .recruit-in .recruit-l .txt .podcast-links li:not(:last-child)::after {
              content: "";
              display: block;
              width: 1px;
              height: 10px;
              margin: 0 8px;
              background-color: #333; }
              @media screen and (min-width: 768px) {
                #radio .recruit-in .recruit-l .txt .podcast-links li:not(:last-child)::after {
                  height: 16px;
                  margin: 0 10px; } }
          #radio .recruit-in .recruit-l .txt .podcast-links a {
            position: relative;
            color: #004489;
            font-size: 1.25rem;
            font-weight: 400;
            line-height: 1.2;
            text-decoration: none;
            white-space: nowrap; }
            @media screen and (min-width: 768px) {
              #radio .recruit-in .recruit-l .txt .podcast-links a {
                font-size: 1.4rem; } }
            #radio .recruit-in .recruit-l .txt .podcast-links a::after {
              position: absolute;
              bottom: 0;
              left: 0;
              content: '';
              width: 100%;
              height: 1px;
              background: #004489;
              transform: scale(0, 1);
              transform-origin: right top;
              transition: transform .3s; }
            #radio .recruit-in .recruit-l .txt .podcast-links a:hover::after {
              transform-origin: left top;
              transform: scale(1, 1); }
        #radio .recruit-in .recruit-l .txt p {
          font-size: 1.6rem;
          line-height: 2.0em;
          text-align: justify;
          margin-top: 20px; }
          @media (min-width: 1200px) {
            #radio .recruit-in .recruit-l .txt p {
              margin-top: 40px; } }
    #radio .recruit-in .recruit-r {
      position: relative; }
      @media (min-width: 1024px) {
        #radio .recruit-in .recruit-r {
          width: 55%; } }

/*
---------------------------------------------------------------------------------------------------------------------
順番入れ替え
---------------------------------------------------------------------------------------------------------------------
*/
.order-box {
  display: flex; }

@media screen and (max-width: 1023px) {
  .order-box {
    flex-direction: column; } }
@media screen and (max-width: 1023px) {
  .order1 {
    order: 1; }

  .order2 {
    order: 2; } }
