@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
社長のラジオとブログ「ビリビリでんきショック」
---------------------------------------------------------------------------------------------------------------------
*/
#talk-people {
  max-width: 1200px;
  margin: 60px auto 0;
  width: 90%;
  background-color: #222324;
  border-radius: 20px;
  padding: 40px; }
  @media (min-width: 768px) {
    #talk-people {
      display: flex;
      border-radius: 30px;
      padding: 60px;
      margin: 120px auto 0; } }
  @media (min-width: 768px) {
    #talk-people {
      padding: 80px; } }
  @media (min-width: 768px) {
    #talk-people .photo {
      width: 40%; } }
  #talk-people .photo img {
    border-radius: 10px; }
    @media (min-width: 768px) {
      #talk-people .photo img {
        border-radius: 20px; } }
  #talk-people .contents {
    margin-top: 20px; }
    @media (min-width: 768px) {
      #talk-people .contents {
        width: 60%;
        padding-left: 5%;
        margin-top: 0; } }
    #talk-people .contents .name p {
      font-size: 0.9em; }
      @media (min-width: 1024px) {
        #talk-people .contents .name p {
          font-size: 1.125em; } }
    #talk-people .contents .name h2 {
      font-size: 1.6em;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #talk-people .contents .name h2 {
          font-size: 2.5em; } }
    #talk-people .contents .name h3 {
      font-size: 0.8em;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #talk-people .contents .name h3 {
          font-size: 1.0em; } }
    #talk-people .contents .txt {
      border-top: 1px solid #979BA0;
      margin-top: 20px;
      padding-top: 20px; }
      @media (min-width: 1024px) {
        #talk-people .contents .txt {
          margin-top: 40px;
          padding-top: 40px; } }
      #talk-people .contents .txt p {
        font-size: 0.9em;
        line-height: 1.8em;
        text-align: justify; }
        @media (min-width: 1024px) {
          #talk-people .contents .txt p {
            font-size: 1.125em; } }
        #talk-people .contents .txt p:nth-child(2) {
          margin-top: 20px; }
          @media (min-width: 1024px) {
            #talk-people .contents .txt p:nth-child(2) {
              margin-top: 40px; } }

/*
---------------------------------------------------------------------------------------------------------------------
社長のラジオとブログ「ビリビリでんきショック」
---------------------------------------------------------------------------------------------------------------------
*/
#archive {
  max-width: 1200px;
  margin: 60px auto 0;
  width: 90%; }
  @media (min-width: 768px) {
    #archive {
      margin: 120px auto 0; } }
  @media only screen and (min-width: 768px) {
    #archive .o-3column .col-xl-3 {
      padding: 0 10px; }
    #archive .o-3column {
      margin: 0 -10px; } }
  @media only screen and (min-width: 1024px) {
    #archive .o-3column .col-xl-3 {
      padding: 0 20px; }
    #archive .o-3column {
      margin: 0 -20px; } }
  #archive .blog-box {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      #archive .blog-box {
        margin-bottom: 60px; } }
    #archive .blog-box a {
      color: #fff; }
      #archive .blog-box a:hover .photo > img {
        transform: scale(1.04); }
      #archive .blog-box a:hover h3 {
        color: #F1FF4E; }
      #archive .blog-box a .photo {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        display: block;
        z-index: 1; }
        #archive .blog-box a .photo img {
          transition-duration: 0.8s;
          transform: scale(1);
          border-radius: 10px; }
          @media (min-width: 768px) {
            #archive .blog-box a .photo img {
              border-radius: 20px; } }
      #archive .blog-box a h3 {
        font-size: 1.0em;
        line-height: 1.4em;
        margin-top: 10px;
        transition: .5s; }
        @media (min-width: 768px) {
          #archive .blog-box a h3 {
            font-size: 1.125em; } }
      #archive .blog-box a h4 {
        font-size: 0.8em;
        color: #979BA0;
        margin-top: 5px; }
        @media (min-width: 768px) {
          #archive .blog-box a h4 {
            font-size: 1.0em; } }

/*
---------------------------------------------------------------------------------------------------------------------
ポッドキャスト
---------------------------------------------------------------------------------------------------------------------
*/
#podcast {
  max-width: 1200px;
  margin: 80px auto 0;
  width: 90%;
  background-color: #222324;
  padding: 40px 30px;
  border-radius: 10px; }
  @media (min-width: 768px) {
    #podcast {
      display: flex;
      padding: 40px 40px;
      border-radius: 20px;
      margin: 160px auto 0; } }
  @media (min-width: 1024px) {
    #podcast {
      padding: 60px 100px; } }
  #podcast .photo {
    width: 80%;
    margin: auto; }
    @media (min-width: 768px) {
      #podcast .photo {
        width: 50%;
        padding-right: 20px; } }
  #podcast .txt {
    margin-top: 20px; }
    @media (min-width: 768px) {
      #podcast .txt {
        width: 50%;
        padding-left: 20px;
        display: flex;
        align-items: center;
        margin: auto; } }
    @media (min-width: 1024px) {
      #podcast .txt {
        padding-left: 40px; } }
    #podcast .txt .txt-in p {
      font-size: 1.0em;
      line-height: 1.8em;
      font-feature-settings: "palt";
      letter-spacing: 0.05em;
      text-align: justify;
      color: #fff; }
      @media (min-width: 1024px) {
        #podcast .txt .txt-in p {
          font-size: 1.125em; } }
    #podcast .txt .txt-in .podcast-menu {
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #podcast .txt .txt-in .podcast-menu {
          margin-top: 60px; } }
      #podcast .txt .txt-in .podcast-menu h3 {
        font-size: 1.0em;
        font-weight: 700;
        color: #fff; }
        @media (min-width: 1024px) {
          #podcast .txt .txt-in .podcast-menu h3 {
            font-size: 1.125em; } }
      #podcast .txt .txt-in .podcast-menu ul {
        margin-top: 10px;
        display: flex;
        padding-bottom: 5px; }
        #podcast .txt .txt-in .podcast-menu ul li {
          margin-right: 4px; }
          #podcast .txt .txt-in .podcast-menu ul li:last-child {
            margin-right: 0; }
          #podcast .txt .txt-in .podcast-menu ul li a {
            font-size: 0.85em;
            font-weight: 700;
            margin-right: 4px;
            position: relative;
            color: #fff; }
            @media (min-width: 1024px) {
              #podcast .txt .txt-in .podcast-menu ul li a {
                font-size: 1.0em; } }
            #podcast .txt .txt-in .podcast-menu ul li a::after {
              position: absolute;
              bottom: -2px;
              left: 0;
              content: '';
              width: 100%;
              height: 2px;
              background: #fff;
              transform: scale(0, 1);
              transform-origin: right top;
              transition: transform .3s; }
            #podcast .txt .txt-in .podcast-menu ul li a:hover::after {
              transform-origin: left top;
              transform: scale(1, 1); }
