@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
背景動画
---------------------------------------------------------------------------------------------------------------------
*/
#mv-movie {
  position: fixed; }
  #mv-movie .back {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: -1; }
    @media (min-width: 600px) {
      #mv-movie .back {
        aspect-ratio: 16 / 9;
        height: auto; } }
    @media (min-width: 1024px) {
      #mv-movie .back {
        width: 100vw;
        height: 100vh;
        max-height: 1100px;
        min-height: 680px; } }
    #mv-movie .back img, #mv-movie .back video {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* ← 超重要 */ }
      @media (min-width: 600px) {
        #mv-movie .back img, #mv-movie .back video {
          top: 0;
          left: 0;
          transform: translate(0);
          width: 100%;
          height: auto; } }
      @media (min-width: 1024px) {
        #mv-movie .back img, #mv-movie .back video {
          height: auto;
          aspect-ratio: 16 / 9;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          min-width: 100%;
          min-height: 100%;
          width: auto; } }
    #mv-movie .back::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2);
      height: 100%;
      mix-blend-mode: multiply;
      z-index: 10; }

/*
---------------------------------------------------------------------------------------------------------------------
MV
---------------------------------------------------------------------------------------------------------------------
*/
#mv-top {
  position: relative;
  width: 100%;
  height: 100vh;
  display: block;
  object-fit: cover; }
  @media (min-width: 600px) {
    #mv-top {
      aspect-ratio: 16 / 9;
      overflow: hidden;
      height: auto; } }
  @media (min-width: 1024px) {
    #mv-top {
      aspect-ratio: 16 / 9;
      width: 100vw;
      height: 100vh;
      max-height: 1100px;
      min-height: 680px; } }
  #mv-top .main-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    z-index: 10; }
    #mv-top .main-title .main-title-in {
      text-align: center; }
      #mv-top .main-title .main-title-in h1 {
        max-width: 400px;
        width: 90%;
        margin: auto; }
        @media (min-width: 1024px) {
          #mv-top .main-title .main-title-in h1 {
            max-width: 1000px; } }

h1.en-midashi {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1em;
  margin: 0 0 0 0; }
  @media (min-width: 768px) {
    h1.en-midashi {
      font-size: 1.35em; } }
  @media (min-width: 1200px) {
    h1.en-midashi {
      font-size: 1.75em;
      margin: 0 0 -8px 0; } }

.loop-midashi .back-txt {
  position: relative; }
  @media (min-width: 768px) {
    .loop-midashi .back-txt {
      align-items: center;
      margin-top: auto; } }
  .loop-midashi .back-txt .YokoScroll {
    display: flex;
    overflow: hidden; }
    .loop-midashi .back-txt .YokoScroll .slideshow {
      display: flex; }
      .loop-midashi .back-txt .YokoScroll .slideshow figure img {
        width: auto;
        height: 50px; }
        @media (min-width: 768px) {
          .loop-midashi .back-txt .YokoScroll .slideshow figure img {
            height: 70px; } }
        @media (min-width: 1200px) {
          .loop-midashi .back-txt .YokoScroll .slideshow figure img {
            height: 90px; } }
        .loop-midashi .back-txt .YokoScroll .slideshow figure img.large {
          height: 70px; }
          @media (min-width: 768px) {
            .loop-midashi .back-txt .YokoScroll .slideshow figure img.large {
              height: 90px; } }
          @media (min-width: 1200px) {
            .loop-midashi .back-txt .YokoScroll .slideshow figure img.large {
              height: 110px; } }
      .loop-midashi .back-txt .YokoScroll .slideshow.show1 {
        animation: loop-slide 300s infinite linear 1s both; }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
  .loop-midashi .back-txt .title-txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
.loop-midashi h2 {
  font-size: 1.125em;
  line-height: 1.2em;
  text-align: center;
  margin-top: -0.2em;
  position: relative; }
  @media (min-width: 768px) {
    .loop-midashi h2 {
      font-size: 2.5em;
      margin-top: -0.3em; } }
  @media (min-width: 1200px) {
    .loop-midashi h2 {
      font-size: 3.0em;
      margin-top: -0.5em; } }

.common-cpoy-txt {
  text-align: center;
  margin-top: 40px;
  padding: 0 5%; }
  @media (min-width: 1200px) {
    .common-cpoy-txt {
      margin-top: 80px; } }
  .common-cpoy-txt h3 {
    font-size: 1.125em;
    line-height: 1.4em; }
    @media (min-width: 768px) {
      .common-cpoy-txt h3 {
        font-size: 1.35em; } }
    @media (min-width: 1200px) {
      .common-cpoy-txt h3 {
        font-size: 1.75em; } }
  .common-cpoy-txt p {
    font-size: 0.9em;
    line-height: 1.6em;
    margin: 15px 0 0 0; }
    @media (min-width: 768px) {
      .common-cpoy-txt p {
        font-size: 1.0em; } }
    @media (min-width: 1200px) {
      .common-cpoy-txt p {
        font-size: 1.125em;
        margin: 30px 0 0 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
コピー
---------------------------------------------------------------------------------------------------------------------
*/
#copy {
  position: relative;
  z-index: 10;
  padding: 60px 0 200px;
  color: #fff;
  transition: color .4s ease; }
  @media (min-width: 768px) {
    #copy {
      padding: 100px 0 100px;
      color: #000; } }
  @media (min-width: 1200px) {
    #copy {
      padding: 60px 0 300px; } }
  #copy.is-active {
    color: #fff; }
  @media (min-width: 1024px) {
    #copy ul {
      color: #fff; } }
  #copy ul li {
    margin-bottom: 10px;
    text-align: center; }
    #copy ul li h3 {
      font-size: 1.25em;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      line-height: 1.4em; }
      @media (min-width: 768px) {
        #copy ul li h3 {
          font-size: 1.5em; } }
      @media (min-width: 1200px) {
        #copy ul li h3 {
          font-size: 1.875em; } }
  #copy h2 {
    font-size: 1.75em;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.2em;
    margin-top: 20px; }
    @media (min-width: 768px) {
      #copy h2 {
        font-size: 2.0em; } }
    @media (min-width: 1024px) {
      #copy h2 {
        color: #fff; } }
    @media (min-width: 1200px) {
      #copy h2 {
        font-size: 3.4em; } }

/*
---------------------------------------------------------------------------------------------------------------------
ABOUT TANAKA DENSHI
---------------------------------------------------------------------------------------------------------------------
*/
.common-txt-area.noir {
  color: #000; }
.common-txt-area.blanc {
  color: #fff; }
.common-txt-area .title h2 {
  font-size: 2.0em;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.25em;
  text-align: justify; }
  @media (min-width: 768px) {
    .common-txt-area .title h2 {
      font-size: 2.6em; } }
  @media (min-width: 1200px) {
    .common-txt-area .title h2 {
      font-size: 3.8em; } }
.common-txt-area .txt {
  margin-top: 30px; }
  @media (min-width: 1200px) {
    .common-txt-area .txt {
      margin-top: 60px; } }
  .common-txt-area .txt h3 {
    font-size: 1.125em;
    line-height: 1.4em;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .common-txt-area .txt h3 {
        font-size: 1.35em; } }
    @media (min-width: 1200px) {
      .common-txt-area .txt h3 {
        font-size: 1.75em;
        margin-bottom: 40px; } }
  .common-txt-area .txt p {
    font-size: 0.9em;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    line-height: 1.6em;
    text-align: justify; }
    @media (min-width: 768px) {
      .common-txt-area .txt p {
        font-size: 1.0em; } }
    @media (min-width: 1200px) {
      .common-txt-area .txt p {
        font-size: 1.125em; } }
  .common-txt-area .txt .common-btn {
    margin-top: 30px; }
    @media (min-width: 1200px) {
      .common-txt-area .txt .common-btn {
        margin-top: 60px; } }

#about {
  position: relative;
  background-color: #fff;
  padding: 0 0 60px 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    #about {
      padding: 0; } }
  #about .loop-midashi {
    position: absolute;
    top: 20px; }
    @media (min-width: 768px) {
      #about .loop-midashi {
        top: 80px; } }
  #about .about-contact {
    position: relative;
    max-width: 1400px;
    margin: auto; }
    @media (min-width: 768px) {
      #about .about-contact {
        display: flex;
        width: 90%; } }
    #about .about-contact .common-txt-area {
      position: relative;
      z-index: 10;
      padding: 40px 5% 60px; }
      @media (min-width: 768px) {
        #about .about-contact .common-txt-area {
          padding: 80px 0 120px; } }
    @media (min-width: 768px) {
      #about .about-contact .about-R {
        position: absolute;
        top: 0;
        right: 0;
        width: 30%; } }
    #about .about-contact .about-R .line-wrap {
      overflow: hidden;
      display: flex; }
      @media (min-width: 768px) {
        #about .about-contact .about-R .line-wrap {
          display: block;
          height: 100vh;
          max-height: 820px; } }
      @media (min-width: 1181px) {
        #about .about-contact .about-R .line-wrap {
          height: 720px; } }
      @media (min-width: 1250px) {
        #about .about-contact .about-R .line-wrap {
          height: 900px; } }
      #about .about-contact .about-R .line-wrap ul {
        margin: 0;
        display: flex; }
        @media (min-width: 768px) {
          #about .about-contact .about-R .line-wrap ul {
            display: block; } }
        #about .about-contact .about-R .line-wrap ul li {
          width: 100px;
          margin-right: 10px; }
          @media (min-width: 768px) {
            #about .about-contact .about-R .line-wrap ul li {
              width: 200px;
              margin: 0 0 20px 0; } }
          @media (min-width: 1024px) {
            #about .about-contact .about-R .line-wrap ul li {
              width: auto; } }
          @media (min-width: 1600px) {
            #about .about-contact .about-R .line-wrap ul li {
              margin: 0 0 25px 0; } }
          #about .about-contact .about-R .line-wrap ul li img {
            border-radius: 5px; }
            @media (min-width: 768px) {
              #about .about-contact .about-R .line-wrap ul li img {
                border-radius: 10px; } }
            @media (min-width: 1250px) {
              #about .about-contact .about-R .line-wrap ul li img {
                border-radius: 18px; } }
      #about .about-contact .about-R .line-wrap ul.line-type1 {
        animation: infinity-scroll-left1 80s infinite linear 0.5s both; }
      #about .about-contact .about-R .line-wrap ul.line-type2 {
        animation: infinity-scroll-left2 80s infinite linear 0.5s both; }

@media (max-width: 767px) {
  @keyframes infinity-scroll-left1 {
    from {
      transform: translateX(0); }
    to {
      transform: translateX(-100%); } }
  @keyframes infinity-scroll-left2 {
    from {
      transform: translateX(-100%); }
    to {
      transform: translateX(0); } } }
@media (min-width: 768px) {
  @keyframes infinity-scroll-left1 {
    from {
      transform: translateY(0); }
    to {
      transform: translateY(-100%); } }
  @keyframes infinity-scroll-left2 {
    from {
      transform: translateY(-100%); }
    to {
      transform: translateY(0); } } }
/*
---------------------------------------------------------------------------------------------------------------------
TOP VOICE　社長が語る、本音と哲学
---------------------------------------------------------------------------------------------------------------------
*/
#top-voice {
  background-color: #000;
  position: relative;
  border-radius: 20px;
  margin-top: -20px;
  padding: 40px 0;
  overflow: hidden;
  z-index: 10; }
  @media (min-width: 1024px) {
    #top-voice {
      border-radius: 40px;
      margin-top: -40px;
      padding: 80px 0 80px 0; } }
  #top-voice .loop-midashi {
    opacity: 0.15;
    mix-blend-mode: screen; }
  #top-voice .top-voice-in {
    max-width: 1400px;
    width: 90%;
    margin: auto; }
    #top-voice .top-voice-in .common-txt-area {
      margin-top: -40px; }
      #top-voice .top-voice-in .common-txt-area .txt {
        margin: 20px 0 0 0; }
    #top-voice .top-voice-in .copy {
      margin-top: 40px; }
      @media (min-width: 1200px) {
        #top-voice .top-voice-in .copy {
          margin-top: 80px; } }
    #top-voice .top-voice-in .txt-ph {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #top-voice .top-voice-in .txt-ph {
          display: flex;
          margin-top: 40px; } }
      #top-voice .top-voice-in .txt-ph .txt {
        color: #fff; }
        @media (min-width: 768px) {
          #top-voice .top-voice-in .txt-ph .txt {
            width: 60%; } }
        @media (min-width: 1200px) {
          #top-voice .top-voice-in .txt-ph .txt {
            width: 50%; } }
        #top-voice .top-voice-in .txt-ph .txt p {
          font-size: 0.9em;
          line-height: 1.8em; }
          @media (min-width: 1024px) {
            #top-voice .top-voice-in .txt-ph .txt p {
              font-size: 1.0em;
              display: flex;
              align-items: center;
              height: 100%; } }
          @media (min-width: 1200px) {
            #top-voice .top-voice-in .txt-ph .txt p {
              font-size: 1.25vw;
              margin-top: -20px; } }
          @media (min-width: 1600px) {
            #top-voice .top-voice-in .txt-ph .txt p {
              font-size: 1.25em; } }
      #top-voice .top-voice-in .txt-ph figure {
        width: 60%;
        margin: auto; }
        @media (min-width: 768px) {
          #top-voice .top-voice-in .txt-ph figure {
            width: 40%;
            margin: auto 0 0 0; } }
        @media (min-width: 1200px) {
          #top-voice .top-voice-in .txt-ph figure {
            width: 50%;
            padding: 0 10%; } }
  #top-voice .ceo-card {
    background-color: #1D1D1D;
    position: relative;
    overflow: hidden;
    padding: 40px 0 70px 0;
    margin: -30px 0 0 -5%; }
    @media (min-width: 640px) {
      #top-voice .ceo-card {
        padding: 50px 0 50px 0;
        margin: 0 0 0 -5%; } }
    @media (min-width: 1024px) {
      #top-voice .ceo-card {
        padding: 60px 0 60px 0; } }
    #top-voice .ceo-card .swiper-slide {
      transition: transform 0.6s;
      transform: scale(0.8); }
      #top-voice .ceo-card .swiper-slide article .movie {
        position: relative; }
        #top-voice .ceo-card .swiper-slide article .movie a .thumbnail-ph img {
          border-radius: 10px; }
    #top-voice .ceo-card .swiper-slide-active {
      transform: scale(1.1); }
    #top-voice .ceo-card .swiper-button-prev, #top-voice .ceo-card .swiper-button-next {
      top: inherit;
      bottom: 20px;
      right: 20px; }
    #top-voice .ceo-card .swiper-button-prev {
      right: 55px;
      left: inherit; }
  #top-voice .common-btn {
    display: flex;
    justify-content: center;
    margin: 40px 0 0 0; }

/*
---------------------------------------------------------------------------------------------------------------------
働く仲間を知る
---------------------------------------------------------------------------------------------------------------------
*/
#profile {
  position: relative;
  background-color: #FFFFFF;
  overflow: hidden;
  margin-top: -20px;
  padding: 60px 0 80px; }
  @media (min-width: 1024px) {
    #profile {
      margin-top: -40px;
      padding: 120px 0; } }
  @media (min-width: 1200px) {
    #profile {
      padding: 120px 0 140px; } }
  #profile .common-cpoy-txt p {
    max-width: 600px;
    margin: 15px auto 0; }
    @media (min-width: 1200px) {
      #profile .common-cpoy-txt p {
        margin: 30px auto 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
仕事・働き方を知る
---------------------------------------------------------------------------------------------------------------------
*/
#job {
  position: relative;
  background-color: #223588;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: -20px;
  overflow: hidden;
  padding: 0 0 80px 0; }
  @media (min-width: 768px) {
    #job {
      padding: 0; } }
  @media (min-width: 1024px) {
    #job {
      border-top-left-radius: 40px;
      border-top-right-radius: 40px;
      margin-top: -40px; } }
  #job .loop-midashi {
    position: absolute;
    top: 80px;
    mix-blend-mode: multiply;
    opacity: 0.5; }
  #job .about-contact {
    position: relative;
    max-width: 1400px;
    width: 90%;
    margin: auto; }
    @media (min-width: 768px) {
      #job .about-contact {
        display: flex; } }
    #job .about-contact .common-txt-area {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #job .about-contact .common-txt-area {
          position: absolute;
          width: 55%;
          display: flex;
          align-items: center;
          margin: auto;
          height: 100%;
          margin-top: 0;
          z-index: 10; } }
    #job .about-contact .about-R {
      position: relative;
      right: -10%;
      margin-top: 40px; }
      @media (min-width: 768px) {
        #job .about-contact .about-R {
          top: 0;
          width: 60%;
          margin-left: 40%;
          padding: 60px 0 100px; } }

/*
---------------------------------------------------------------------------------------------------------------------
大正解な理由、社長がしっかり語ります！
---------------------------------------------------------------------------------------------------------------------
*/
#ceo-message {
  position: relative;
  background-color: #000000;
  border-radius: 20px;
  margin-top: -20px;
  overflow: hidden;
  z-index: 10; }
  @media (min-width: 1024px) {
    #ceo-message {
      border-radius: 40px;
      margin-top: -40px; } }
  #ceo-message .ceo-message-in {
    max-width: 1200px;
    margin: auto;
    width: 90%; }
    @media (min-width: 768px) {
      #ceo-message .ceo-message-in {
        display: flex; } }
    #ceo-message .ceo-message-in .photo {
      width: 60%;
      margin: 20px auto 0; }
      @media (min-width: 768px) {
        #ceo-message .ceo-message-in .photo {
          width: 30%;
          padding-top: 100px;
          margin: 0; } }
    #ceo-message .ceo-message-in .message-R {
      padding: 60px 0 0 0; }
      @media (min-width: 768px) {
        #ceo-message .ceo-message-in .message-R {
          width: 70%;
          display: flex;
          align-items: center;
          padding: 0; } }
      #ceo-message .ceo-message-in .message-R .message-R-in {
        color: #fff; }
        #ceo-message .ceo-message-in .message-R .message-R-in .txt h5 {
          position: relative;
          border: 1px solid #fff;
          border-radius: 40px;
          display: inline-block;
          padding: 5px 10px;
          font-size: 0.9em;
          /* 外側（三角の枠線） */
          /* 内側（三角の中身） */ }
          @media (min-width: 768px) {
            #ceo-message .ceo-message-in .message-R .message-R-in .txt h5 {
              font-size: 1.0em; } }
          @media (min-width: 1200px) {
            #ceo-message .ceo-message-in .message-R .message-R-in .txt h5 {
              font-size: 1.125em; } }
          #ceo-message .ceo-message-in .message-R .message-R-in .txt h5::before {
            content: "";
            position: absolute;
            left: 40px;
            /* 三角の位置 */
            bottom: -14px;
            /* 吹き出しの外に出す */
            border-width: 14px 9px 0 9px;
            /* 高さ / 横幅 */
            border-style: solid;
            border-color: #fff transparent transparent transparent; }
          #ceo-message .ceo-message-in .message-R .message-R-in .txt h5::after {
            content: "";
            position: absolute;
            left: 40px;
            bottom: -11px;
            /* 枠線より少し上 */
            border-width: 14px 9px 0 9px;
            border-style: solid;
            border-color: #000 transparent transparent transparent; }
        #ceo-message .ceo-message-in .message-R .message-R-in .txt h3 {
          font-size: 1.125em;
          font-feature-settings: "palt";
          letter-spacing: 0.04em;
          line-height: 1.4em;
          margin: 15px 0 5px 0; }
          @media (min-width: 768px) {
            #ceo-message .ceo-message-in .message-R .message-R-in .txt h3 {
              font-size: 1.20em; } }
          @media (min-width: 1200px) {
            #ceo-message .ceo-message-in .message-R .message-R-in .txt h3 {
              font-size: 1.5em;
              margin: 15px 0 10px 0; } }
        #ceo-message .ceo-message-in .message-R .message-R-in .txt p {
          font-size: 0.8em;
          line-height: 1.6em;
          margin: 10px 0 0 0; }
          @media (min-width: 768px) {
            #ceo-message .ceo-message-in .message-R .message-R-in .txt p {
              font-size: 0.9em; } }
          @media (min-width: 1200px) {
            #ceo-message .ceo-message-in .message-R .message-R-in .txt p {
              font-size: 1.0em; } }
        #ceo-message .ceo-message-in .message-R .message-R-in .common-btn {
          display: flex;
          justify-content: flex-end;
          margin-top: 30px; }
          @media (min-width: 1200px) {
            #ceo-message .ceo-message-in .message-R .message-R-in .common-btn {
              margin-top: 60px; } }

/*
---------------------------------------------------------------------------------------------------------------------
採用について
---------------------------------------------------------------------------------------------------------------------
*/
#recruit {
  position: relative;
  background-color: #fff;
  padding-top: 100px;
  margin-top: -20px; }
  @media (min-width: 768px) {
    #recruit {
      padding-top: 140px;
      margin-top: -40px; } }
  #recruit .contact-area {
    margin-top: 40px; }
    @media (min-width: 1200px) {
      #recruit .contact-area {
        margin-top: 80px; } }
