@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#mv-top {
  position: relative;
  overflow: hidden; }
  #mv-top .personal {
    display: flex; }
    #mv-top .personal h3 {
      font-family: "Anton", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.125em;
      line-height: 1.0em; }
      @media (min-width: 1024px) {
        #mv-top .personal h3 {
          font-size: 1.5em; } }
    #mv-top .personal h4 {
      font-size: 0.8em;
      margin: 3px 0 0 5px;
      word-break: break-all;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      @media (min-width: 1024px) {
        #mv-top .personal h4 {
          font-size: 0.9em;
          margin: 6px 0 0 5px; } }
  #mv-top .main-post {
    position: relative; }
    #mv-top .main-post .photo {
      position: relative; }
      #mv-top .main-post .photo::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.05);
        height: 100%;
        mix-blend-mode: multiply; }
    #mv-top .main-post .main-contents {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 20; }
      #mv-top .main-post .main-contents a:hover h2 {
        color: #BC1B21; }
      #mv-top .main-post .main-contents a h2 {
        font-size: 1.35em;
        line-height: 1.4em;
        letter-spacing: 0.05em;
        font-feature-settings: "palt";
        color: #fff;
        margin: 0 5% 15px 10px;
        transition: .5s; }
        @media (min-width: 768px) {
          #mv-top .main-post .main-contents a h2 {
            max-width: 50%; } }
        @media (min-width: 1024px) {
          #mv-top .main-post .main-contents a h2 {
            font-size: 2.0em;
            margin: 0 0 15px 20px;
            max-width: 40%; } }
        @media (min-width: 1650px) {
          #mv-top .main-post .main-contents a h2 {
            max-width: 700px; } }
      #mv-top .main-post .main-contents .post-txt {
        position: relative; }
        #mv-top .main-post .main-contents .post-txt h5 {
          font-family: "Anton", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.6em;
          display: inline-block;
          background-color: #BC1B21;
          color: #fff;
          padding: 6px 15px; }
          @media (min-width: 768px) {
            #mv-top .main-post .main-contents .post-txt h5 {
              font-size: 3.5em; } }
        #mv-top .main-post .main-contents .post-txt .personal {
          color: #fff;
          margin: 0 0 10px 10px; }
          @media (min-width: 1024px) {
            #mv-top .main-post .main-contents .post-txt .personal {
              position: absolute;
              bottom: 10px;
              left: 340px;
              width: 120%;
              margin: 0; } }
    #mv-top .main-post .haguruma {
      position: absolute;
      bottom: -10%;
      right: 15%;
      width: 50%;
      z-index: 10; }
      @media (min-width: 768px) {
        #mv-top .main-post .haguruma {
          width: 30%;
          right: 13%; } }
      @media (min-width: 1250px) {
        #mv-top .main-post .haguruma {
          width: 35%; } }
      #mv-top .main-post .haguruma ul li:first-child {
        animation: rotate-anime1 60s linear infinite; }
@keyframes rotate-anime1 {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
      #mv-top .main-post .haguruma ul li:last-child {
        width: 35%;
        position: absolute;
        bottom: 0;
        margin-left: 91.5%;
        animation: rotate-anime2 20s linear infinite; }
@keyframes rotate-anime2 {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0); } }
  #mv-top .sab-post {
    border-top: 1px solid #C7BDB6; }
    @media (min-width: 768px) {
      #mv-top .sab-post {
        display: flex; } }
    @media (min-width: 768px) {
      #mv-top .sab-post .sab-post-box {
        width: 50%; } }
    @media (min-width: 768px) {
      #mv-top .sab-post .sab-post-box:first-child {
        border-right: 1px solid #C7BDB6; } }
    #mv-top .sab-post .sab-post-box:last-child {
      border-top: 1px solid #C7BDB6; }
      @media (min-width: 768px) {
        #mv-top .sab-post .sab-post-box:last-child {
          border-top: none; } }
    #mv-top .sab-post .sab-post-box a:hover .photo > img {
      transform: scale(1.04); }
    #mv-top .sab-post .sab-post-box a:hover .post-txt {
      background-color: #F7F7F7; }
    #mv-top .sab-post .sab-post-box a:hover .post-txt > h2 {
      color: #BC1B21; }
    #mv-top .sab-post .sab-post-box a .photo {
      overflow: hidden;
      position: relative; }
      #mv-top .sab-post .sab-post-box a .photo img {
        transition-duration: 0.8s;
        transform: scale(1); }
    #mv-top .sab-post .sab-post-box a .post-txt {
      background-color: #BC1B21;
      padding: 16px;
      transition: .5s; }
      @media (min-width: 768px) {
        #mv-top .sab-post .sab-post-box a .post-txt {
          height: 110px; } }
      @media (min-width: 1024px) {
        #mv-top .sab-post .sab-post-box a .post-txt {
          padding: 20px;
          height: 140px; } }
      #mv-top .sab-post .sab-post-box a .post-txt h2 {
        font-size: 1.0em;
        line-height: 1.4em;
        letter-spacing: 0.05em;
        font-feature-settings: "palt";
        color: #fff;
        transition: .5s;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (min-width: 1024px) {
          #mv-top .sab-post .sab-post-box a .post-txt h2 {
            font-size: 1.125em; } }
      #mv-top .sab-post .sab-post-box a .post-txt .personal {
        display: flex;
        color: #C7BDB6;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #mv-top .sab-post .sab-post-box a .post-txt .personal {
            margin-top: 20px; } }

.why-alalink {
  border-top: 1px solid #C7BDB6;
  border-bottom: 1px solid #C7BDB6;
  margin-top: -1px;
  position: relative; }
  .why-alalink a {
    position: relative; }
    .why-alalink a:hover .why-alalink-in {
      background-color: #F7F7F7; }
    .why-alalink a:hover .why-alalink-in > .title {
      color: #BC1B21; }
    .why-alalink a:hover .why-alalink-in > .archive-btn > p {
      color: #BC1B21; }
    .why-alalink a:hover .why-alalink-in > .archive-btn > svg {
      fill: #BC1B21; }
    .why-alalink a:hover .why-alalink-in > .archive-btn > svg > .st1 {
      stroke: #BC1B21; }
    .why-alalink a .why-alalink-in {
      background-color: #BC1B21;
      padding: 40px 20px;
      transition: .5s; }
      @media (min-width: 1024px) {
        .why-alalink a .why-alalink-in {
          padding: 80px 20px; } }
      .why-alalink a .why-alalink-in .title {
        color: #fff;
        transition: .5s; }
        @media (min-width: 1024px) {
          .why-alalink a .why-alalink-in .title {
            display: flex;
            align-items: center; } }
        .why-alalink a .why-alalink-in .title h2 {
          font-family: "Anton", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 2.25em; }
          @media (min-width: 1024px) {
            .why-alalink a .why-alalink-in .title h2 {
              font-size: 3.0em; } }
          @media (min-width: 1250px) {
            .why-alalink a .why-alalink-in .title h2 {
              font-size: 3.75em; } }
        .why-alalink a .why-alalink-in .title p {
          font-size: 0.9em;
          line-height: 1.4em;
          margin-top: 10px; }
          @media (min-width: 1024px) {
            .why-alalink a .why-alalink-in .title p {
              margin: 0 0 0 20px; } }
          @media (min-width: 1250px) {
            .why-alalink a .why-alalink-in .title p {
              font-size: 1.125em;
              margin: 0 0 0 40px; } }
      .why-alalink a .why-alalink-in .archive-btn {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        @media (min-width: 768px) {
          .why-alalink a .why-alalink-in .archive-btn {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 5%; } }
        .why-alalink a .why-alalink-in .archive-btn p {
          font-size: 1.0em;
          font-weight: 700;
          color: #fff;
          margin-right: 10px;
          transition: .5s; }
        .why-alalink a .why-alalink-in .archive-btn svg {
          width: 36px;
          fill: #fff;
          transition: .5s; }
          .why-alalink a .why-alalink-in .archive-btn svg .st1 {
            fill: none;
            stroke: #fff;
            stroke-width: 2px; }

/*
---------------------------------------------------------------------------------------------------------------------
高橋翼が語る
---------------------------------------------------------------------------------------------------------------------
*/
#top-talk {
  padding-top: 40px; }
  @media (min-width: 1024px) {
    #top-talk {
      display: flex; } }
  #top-talk .top-talk-title {
    background-color: #BC1B21;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 14px; }
    @media (min-width: 1024px) {
      #top-talk .top-talk-title {
        width: 210px; } }
    #top-talk .top-talk-title .top-talk-title-in {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 1024px) {
        #top-talk .top-talk-title .top-talk-title-in {
          display: block; } }
      #top-talk .top-talk-title .top-talk-title-in .title {
        width: 80px;
        text-align: center; }
        @media (min-width: 1024px) {
          #top-talk .top-talk-title .top-talk-title-in .title {
            width: 120px; } }
      #top-talk .top-talk-title .top-talk-title-in h3 {
        font-size: 1.25em;
        color: #fff;
        margin: 0 0 0 20px; }
        @media (min-width: 1024px) {
          #top-talk .top-talk-title .top-talk-title-in h3 {
            font-size: 1.75em;
            writing-mode: vertical-rl;
            margin: 60px auto 0; } }
        #top-talk .top-talk-title .top-talk-title-in h3 .border {
          border-bottom: 3px solid  #fff; }
          @media (min-width: 1024px) {
            #top-talk .top-talk-title .top-talk-title-in h3 .border {
              border-bottom: none;
              border-right: 3px solid  #fff; } }
  #top-talk .talk-card {
    padding: 0 0 0 40px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    /* 前へ次への矢印カスタマイズ */ }
    @media (min-width: 1024px) {
      #top-talk .talk-card {
        margin-top: 0; } }
    #top-talk .talk-card .swiper-button-prev,
    #top-talk .talk-card .swiper-button-next {
      top: 50%; }
    #top-talk .talk-card .swiper-slide {
      width: 240px;
      margin: 0 15px 0 0; }
      @media (min-width: 1024px) {
        #top-talk .talk-card .swiper-slide {
          width: 260px; } }
      @media (min-width: 1250px) {
        #top-talk .talk-card .swiper-slide {
          width: 360px;
          margin: 0 30px 0 0; } }
      #top-talk .talk-card .swiper-slide:last-child {
        margin-right: 3%; }
    @media (min-width: 1024px) {
      #top-talk .talk-card {
        width: calc(100% - 210px); } }
    #top-talk .talk-card .talk-box {
      position: relative;
      background-color: #BC1B21;
      border-radius: 10px;
      padding: 20px 0 0 0; }
      @media (min-width: 1024px) {
        #top-talk .talk-card .talk-box {
          padding: 30px 0 0 0; } }
      #top-talk .talk-card .talk-box a .talk-ue h3 {
        font-size: 1.0em;
        text-align: center;
        color: #fff; }
        @media (min-width: 1024px) {
          #top-talk .talk-card .talk-box a .talk-ue h3 {
            font-size: 1.25em; } }
        #top-talk .talk-card .talk-box a .talk-ue h3 .border {
          border-bottom: 3px solid  #fff; }
      #top-talk .talk-card .talk-box a .talk-ue .title {
        width: 90%;
        margin: 20px auto 0; }
      #top-talk .talk-card .talk-box a .talk-ue .video-play-button {
        position: relative;
        top: inherit;
        margin-top: 20px; }
        @media (min-width: 1024px) {
          #top-talk .talk-card .talk-box a .talk-ue .video-play-button {
            margin-top: 40px; } }
      #top-talk .talk-card .talk-box a .talk-ue h6 {
        font-size: 0.7em;
        line-height: 1.2em;
        text-align: center;
        color: #fff; }
        @media (min-width: 1024px) {
          #top-talk .talk-card .talk-box a .talk-ue h6 {
            padding-top: 10px; } }
      #top-talk .talk-card .talk-box a .photo {
        width: 80%;
        margin: auto; }
      #top-talk .talk-card .talk-box .common-btn-type1 {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center; }
        @media (min-width: 1024px) {
          #top-talk .talk-card .talk-box .common-btn-type1 {
            bottom: 40px; } }

/*
---------------------------------------------------------------------------------------------------------------------
アーラリンクとは・サービス
---------------------------------------------------------------------------------------------------------------------
*/
#about-service {
  width: 90%;
  margin: auto;
  position: relative;
  padding-top: 60px; }
  @media (min-width: 1024px) {
    #about-service {
      width: 94%;
      padding-top: 100px; } }
  #about-service .about-service-box {
    position: relative; }
    #about-service .about-service-box:first-child {
      margin-bottom: 20px; }
    #about-service .about-service-box .back.aboutph {
      position: relative; }
      #about-service .about-service-box .back.aboutph::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #C7BDB6;
        height: 100%;
        mix-blend-mode: multiply;
        z-index: 10;
        border-radius: 15px; }
    #about-service .about-service-box .back img {
      border-radius: 15px; }
    #about-service .about-service-box .common-midashi {
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 10; }
      @media (min-width: 1024px) {
        #about-service .about-service-box .common-midashi {
          top: 40px;
          left: 40px; } }
      @media (min-width: 1250px) {
        #about-service .about-service-box .common-midashi {
          top: 80px;
          left: 80px; } }
    #about-service .about-service-box .contents {
      position: absolute;
      z-index: 10;
      color: #fff; }
      #about-service .about-service-box .contents.about {
        bottom: 10%;
        padding: 0 6%; }
        @media (min-width: 1024px) {
          #about-service .about-service-box .contents.about {
            left: 40px;
            padding: 0;
            max-width: 600px; } }
        @media (min-width: 1250px) {
          #about-service .about-service-box .contents.about {
            left: 80px; } }
      #about-service .about-service-box .contents.service {
        bottom: 100px;
        padding: 0 6%; }
        @media (min-width: 1024px) {
          #about-service .about-service-box .contents.service {
            right: 40px;
            max-width: 700px; } }
      #about-service .about-service-box .contents h3 {
        font-size: 1.25em; }
        @media (min-width: 1024px) {
          #about-service .about-service-box .contents h3 {
            font-size: 2.0em; } }
        @media (min-width: 1250px) {
          #about-service .about-service-box .contents h3 {
            font-size: 2.5em; } }
      #about-service .about-service-box .contents .daredemo-logo {
        width: 150px;
        z-index: 10; }
        @media (min-width: 1024px) {
          #about-service .about-service-box .contents .daredemo-logo {
            width: 180px; } }
        @media (min-width: 1250px) {
          #about-service .about-service-box .contents .daredemo-logo {
            width: 200px; } }
      #about-service .about-service-box .contents p {
        font-size: 0.9em;
        text-align: justify;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #about-service .about-service-box .contents p {
            font-size: 1.0em;
            margin-top: 20px; } }
        @media (min-width: 1250px) {
          #about-service .about-service-box .contents p {
            font-size: 1.125em;
            margin-top: 30px; } }
    #about-service .about-service-box .common-btn-type2 {
      position: absolute;
      bottom: 10px;
      right: 10px;
      z-index: 10; }
      @media (min-width: 1024px) {
        #about-service .about-service-box .common-btn-type2 {
          bottom: 40px;
          right: 40px; } }

/*
---------------------------------------------------------------------------------------------------------------------
ラジオ＆マガジン
---------------------------------------------------------------------------------------------------------------------
*/
#radio {
  width: 90%;
  margin: auto;
  position: relative;
  padding-top: 100px; }
  @media (min-width: 1024px) {
    #radio {
      width: 94%;
      padding-top: 140px; } }
  #radio .radio-archive {
    margin-top: 40px; }
    @media only screen and (min-width: 768px) {
      #radio .radio-archive .o-4column .col-lg-4 {
        padding: 0 10px; }
      #radio .radio-archive .o-4column {
        margin: 0 -10px; } }
    @media only screen and (min-width: 1250px) {
      #radio .radio-archive .o-4column .col-lg-4 {
        padding: 0 20px; }
      #radio .radio-archive .o-4column {
        margin: 0 -20px; } }
    #radio .radio-archive .radio-box {
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        #radio .radio-archive .radio-box {
          margin-bottom: 40px; } }
      #radio .radio-archive .radio-box a:hover .radio-box-in > .iCatch > img {
        transform: scale(1.04); }
      #radio .radio-archive .radio-box a:hover .radio-box-in > h3 {
        color: #BC1B21; }
      #radio .radio-archive .radio-box a .radio-box-in .iCatch {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        display: block;
        z-index: 1; }
        @media (min-width: 1250px) {
          #radio .radio-archive .radio-box a .radio-box-in .iCatch {
            border-radius: 20px; } }
        #radio .radio-archive .radio-box a .radio-box-in .iCatch img {
          transition-duration: 0.8s;
          transform: scale(1);
          border-radius: 10px; }
          @media (min-width: 1250px) {
            #radio .radio-archive .radio-box a .radio-box-in .iCatch img {
              border-radius: 20px; } }
      #radio .radio-archive .radio-box a .radio-box-in h5 {
        font-size: 0.7em;
        font-weight: 700;
        color: #C7BDB6;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #radio .radio-archive .radio-box a .radio-box-in h5 {
            font-size: 0.8em; } }
      #radio .radio-archive .radio-box a .radio-box-in h3 {
        font-size: 0.9em;
        line-height: 1.4em;
        font-feature-settings: "palt";
        letter-spacing: 0.05em;
        margin-top: 5px;
        transition: .5s; }
        @media (min-width: 1024px) {
          #radio .radio-archive .radio-box a .radio-box-in h3 {
            font-size: 1.125em; } }
  #radio .common-btn-type1 {
    text-align: center;
    margin: 50px auto 0; }

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

/*
---------------------------------------------------------------------------------------------------------------------
仕事内容
---------------------------------------------------------------------------------------------------------------------
*/
#joblist {
  background-color: #BC1B21;
  padding: 60px 0;
  overflow: hidden; }
  @media (min-width: 1024px) {
    #joblist {
      padding: 140px 0; } }
  #joblist .joblist-in {
    width: 90%;
    margin: auto;
    position: relative; }
    @media (min-width: 1024px) {
      #joblist .joblist-in {
        width: 94%; } }
    #joblist .joblist-in .talk {
      position: relative;
      margin-top: -60px; }
      @media (min-width: 1024px) {
        #joblist .joblist-in .talk {
          margin-top: -80px; } }
      #joblist .joblist-in .talk .nino {
        position: absolute;
        bottom: 0;
        left: -5%;
        width: 55%; }
        @media (min-width: 768px) {
          #joblist .joblist-in .talk .nino {
            left: 0;
            width: 32%; } }
        #joblist .joblist-in .talk .nino h4 {
          position: absolute;
          bottom: 20px;
          font-size: 0.8em;
          color: #fff;
          margin-left: 10px; }
          @media (min-width: 768px) {
            #joblist .joblist-in .talk .nino h4 {
              bottom: 10px;
              font-size: 1.0em; } }
          @media (min-width: 1024px) {
            #joblist .joblist-in .talk .nino h4 {
              bottom: 50px; } }
      #joblist .joblist-in .talk .takahashi {
        width: 100%; }
        @media (min-width: 768px) {
          #joblist .joblist-in .talk .takahashi {
            display: flex;
            width: 70%;
            margin-left: 30%; } }
        @media (min-width: 1024px) {
          #joblist .joblist-in .talk .takahashi {
            width: 75%;
            margin-left: 25%; } }
        @media (min-width: 1250px) {
          #joblist .joblist-in .talk .takahashi {
            width: 68%;
            margin-left: 32%; } }
        #joblist .joblist-in .talk .takahashi .txt {
          position: relative;
          margin-bottom: -20px; }
          @media (min-width: 390px) {
            #joblist .joblist-in .talk .takahashi .txt {
              margin-bottom: 10px; } }
          @media (min-width: 768px) {
            #joblist .joblist-in .talk .takahashi .txt {
              margin-bottom: 20px; } }
          @media (min-width: 1024px) {
            #joblist .joblist-in .talk .takahashi .txt {
              margin-bottom: 60px; } }
          @media (min-width: 1250px) {
            #joblist .joblist-in .talk .takahashi .txt {
              margin-bottom: 0; } }
          #joblist .joblist-in .talk .takahashi .txt .fukidashi {
            width: 60%;
            margin-left: 40%; }
            @media (min-width: 768px) {
              #joblist .joblist-in .talk .takahashi .txt .fukidashi {
                width: 100%;
                margin-left: 10%; } }
            @media (min-width: 1024px) {
              #joblist .joblist-in .talk .takahashi .txt .fukidashi {
                margin-left: 0; } }
          #joblist .joblist-in .talk .takahashi .txt p {
            font-size: 0.9em;
            text-align: justify;
            color: #fff;
            padding: 0 10px; }
            @media (min-width: 1024px) {
              #joblist .joblist-in .talk .takahashi .txt p {
                font-size: 1.125em;
                padding: 0 60px;
                margin-top: 20px; } }
        #joblist .joblist-in .talk .takahashi .photo {
          position: relative;
          right: -10%;
          width: 50%;
          margin-left: 50%; }
          @media (min-width: 768px) {
            #joblist .joblist-in .talk .takahashi .photo {
              right: inherit;
              margin: auto 0 0 0;
              width: 120%;
              left: 30px; } }
          @media (min-width: 1024px) {
            #joblist .joblist-in .talk .takahashi .photo {
              left: 0; } }
          @media (min-width: 1250px) {
            #joblist .joblist-in .talk .takahashi .photo {
              margin-left: 0; } }
  #joblist .job-card {
    padding: 0 0 0 5%;
    position: relative;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 768px) {
      #joblist .job-card {
        padding: 0 0 0 3%; } }
    #joblist .job-card .swiper-slide {
      width: 250px;
      margin: 0 15px 0 0; }
      @media (min-width: 1024px) {
        #joblist .job-card .swiper-slide {
          width: 350px; } }
      @media (min-width: 1250px) {
        #joblist .job-card .swiper-slide {
          width: 400px;
          margin: 0 30px 0 0; } }
      #joblist .job-card .swiper-slide:last-child {
        margin-right: 3%; }
      #joblist .job-card .swiper-slide a:hover .job-box {
        background-color: #BC1B21; }
      #joblist .job-card .swiper-slide a:hover .job-box > .job-box-in {
        color: #fff; }
      #joblist .job-card .swiper-slide a .job-box {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: .5s; }
        @media (min-width: 1024px) {
          #joblist .job-card .swiper-slide a .job-box {
            height: 350px; } }
        @media (min-width: 1250px) {
          #joblist .job-card .swiper-slide a .job-box {
            height: 400px; } }
        #joblist .job-card .swiper-slide a .job-box .job-box-in {
          text-align: center;
          color: #BC1B21; }
          #joblist .job-card .swiper-slide a .job-box .job-box-in h2 {
            font-family: "Anton", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 2.5em; }
            @media (min-width: 1024px) {
              #joblist .job-card .swiper-slide a .job-box .job-box-in h2 {
                font-size: 3.6em; } }
            @media (min-width: 1250px) {
              #joblist .job-card .swiper-slide a .job-box .job-box-in h2 {
                font-size: 4.25em; } }
            #joblist .job-card .swiper-slide a .job-box .job-box-in h2.one {
              line-height: 2.0em; }
            #joblist .job-card .swiper-slide a .job-box .job-box-in h2.two {
              line-height: 1.0em; }
          #joblist .job-card .swiper-slide a .job-box .job-box-in h3 {
            font-size: 0.9em;
            margin-top: 20px; }
            @media (min-width: 1024px) {
              #joblist .job-card .swiper-slide a .job-box .job-box-in h3 {
                font-size: 1.125em; } }
  #joblist .common-btn-type1 {
    margin: 50px auto 0;
    text-align: center; }

/*
---------------------------------------------------------------------------------------------------------------------
社員インタビュー
---------------------------------------------------------------------------------------------------------------------
*/
#interview {
  background-color: #AAA18B;
  margin: auto;
  position: relative;
  padding: 60px 0;
  /*エリアの表示非表示と形状*/
  /*areaにis-activeというクラスがついた時の形状*/ }
  @media (min-width: 1024px) {
    #interview {
      padding: 140px 0 80px; } }
  @media (min-width: 1250px) {
    #interview {
      padding: 140px 0; } }
  #interview .ytp-gradient-top {
    opacity: 0 !important; }
  #interview .ytp-chrome-top {
    opacity: 0 !important; }
  #interview .common-midashi {
    padding-left: 5%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #interview .common-midashi {
        position: absolute;
        top: 60px;
        left: 5%;
        padding-left: 0;
        margin-bottom: 0; } }
    @media (min-width: 1024px) {
      #interview .common-midashi {
        top: 40px;
        left: 3%; } }
    @media (min-width: 1250px) {
      #interview .common-midashi {
        top: 140px; } }
  #interview .subwindow-wrap {
    display: flex;
    margin-top: 20px;
    overflow: auto;
    padding-left: 5%;
    padding-bottom: 15px; }
    @media (min-width: 1024px) {
      #interview .subwindow-wrap {
        margin-top: 60px;
        padding-left: 3%; } }
    #interview .subwindow-wrap li {
      margin-right: 10px; }
      @media (min-width: 1024px) {
        #interview .subwindow-wrap li {
          margin-right: 15px; } }
    #interview .subwindow-wrap br {
      display: none; }
    #interview .subwindow-wrap img {
      width: 160px;
      height: auto;
      border-radius: 5px; }
      @media (min-width: 1024px) {
        #interview .subwindow-wrap img {
          width: 200px; } }
  #interview .tab li a {
    display: block;
    opacity: 0.35; }
  #interview .tab li.active a {
    opacity: 1; }
  #interview .area {
    display: none;
    /*はじめは非表示*/
    opacity: 0;
    /*透過0*/
    width: 100%; }
    @media (min-width: 1024px) {
      #interview .area {
        margin-top: auto; } }
  #interview .area.is-active {
    display: block;
    /*表示*/
    animation-name: displayAnime;
    /*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards; }
@keyframes displayAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  @media (min-width: 1180px) {
    #interview ::-webkit-scrollbar-track {
      background-color: rgba(255, 255, 255, 0.02); }
    #interview ::-webkit-scrollbar {
      height: 8px; }
    #interview ::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background-color: rgba(255, 255, 255, 0.08); } }
  #interview .interview-more {
    margin: 30px auto 0;
    text-align: center; }
    @media (min-width: 1024px) {
      #interview .interview-more {
        margin: 60px auto 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
カルチャー　社風
---------------------------------------------------------------------------------------------------------------------
*/
#culture {
  width: 90%;
  margin: auto;
  position: relative;
  padding: 60px 0 100px; }
  @media (min-width: 1024px) {
    #culture {
      width: 100%;
      padding: 140px 0 80px;
      display: flex; } }
  @media (min-width: 1250px) {
    #culture {
      padding: 140px 0; } }
  #culture .common-midashi {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      #culture .common-midashi {
        position: absolute;
        top: 80px;
        left: 3%;
        margin-bottom: 0; } }
    @media (min-width: 1250px) {
      #culture .common-midashi {
        top: 140px; } }
  #culture .main-video {
    width: 100%;
    margin: auto;
    position: relative; }
    @media (min-width: 1024px) {
      #culture .main-video {
        width: 94%;
        display: flex; } }
    #culture .main-video .iframe-wrapper {
      position: relative;
      height: 0;
      overflow: hidden;
      width: 100%;
      padding-bottom: 55.5%; }
      @media (min-width: 1024px) {
        #culture .main-video .iframe-wrapper {
          width: 60%;
          padding-bottom: 33.7%; } }
      #culture .main-video .iframe-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px; }
        @media (min-width: 768px) {
          #culture .main-video .iframe-wrapper iframe {
            border-radius: 20px; } }
    #culture .main-video .video-contents {
      margin-top: auto; }
      @media (min-width: 1024px) {
        #culture .main-video .video-contents {
          width: 40%; } }
      #culture .main-video .video-contents .txt {
        color: #BC1B21;
        margin-top: 20px; }
        @media (min-width: 1024px) {
          #culture .main-video .video-contents .txt {
            padding-right: 5%;
            margin-top: 0; } }
        #culture .main-video .video-contents .txt h4 {
          font-size: 1.25em;
          font-weight: 900;
          text-align: justify;
          line-height: 1.4em; }
          @media (min-width: 768px) {
            #culture .main-video .video-contents .txt h4 {
              font-size: 1.5em; } }
          @media (min-width: 1250px) {
            #culture .main-video .video-contents .txt h4 {
              font-size: 2.0em; } }
        #culture .main-video .video-contents .txt h6 {
          font-size: 0.8em;
          font-weight: 400;
          line-height: 1.8em;
          text-align: justify;
          margin-top: 20px; }
          @media (min-width: 768px) {
            #culture .main-video .video-contents .txt h6 {
              font-size: 0.9em; } }
        #culture .main-video .video-contents .txt .common-btn-type1 {
          margin-top: 20px;
          text-align: center; }
          @media (min-width: 822px) {
            #culture .main-video .video-contents .txt .common-btn-type1 {
              text-align: left; } }

#recruit {
  margin-top: 60px; }
  @media (min-width: 1024px) {
    #recruit {
      margin-top: 100px; } }
