@charset "UTF-8";
/**
 * 目次
 *
 * 01. SassVar
 * 02. Uniq
 *
 */
/* ======================================
   01. SassVar
=========================================
*/
/*@include incImg100Auto();*/
/*@include incSmoothing();*/
/* ======================================
   02. Uniq
=========================================
*/
body {
  padding-top: 0; }

.header {
  background-color: transparent; }

body.throughHd .header {
  background-color: #FFF; }

.topMv {
  background: url("../uniq/top/bg_topmv.png") 60% top no-repeat;
  background-size: cover;
  height: 50vw;
  min-height: 700px;
  position: relative; }
  .topMv h1 {
    font-family: "Renner*";
    font-size: 80px;
    font-size: 8rem;
    font-weight: 500;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.1em;
    position: absolute;
    top: 32%;
    left: 50%;
    margin-left: -42vw;
    width: 50%; }
    .topMv h1 span.sTxt {
      display: block;
      font-size: 60px;
      font-size: 6rem; }
    .topMv h1 strong {
      color: #ACB6E5;
      background: -webkit-linear-gradient(-90deg, #70D906, #158F2C);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 500; }
    .topMv h1 span {
      display: block;
      padding-top: 0.5vw; }
      .topMv h1 span img {
        height: auto;
        width: 100%;
        max-width: 350px; }

.contents {
  background: url("../uniq/top/bg_contents.jpg") right top repeat-y;
  max-width: none;
  padding: 0 0 80px; }

.top01 {
  margin-bottom: 0;
  padding: 130px 0; }
  .top01 .inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    z-index: 2;
    position: relative; }
    .top01 .inr .inrL {
      padding: 0 5vw 0 7vw;
      width: 50%; }
      .top01 .inr .inrL h2 {
        font-family: "Renner*";
        font-size: 40px;
        font-size: 4rem;
        font-weight: 600;
        font-style: italic;
        line-height: 1.4;
        letter-spacing: 0.1em;
        margin: 0 0 35px;
        width: 100%; }
        .top01 .inr .inrL h2:first-letter {
          color: #26a83c; }
        .top01 .inr .inrL h2 span {
          font-size: 16px;
          font-size: 1.6rem;
          font-style: normal;
          display: block; }
      .top01 .inr .inrL h3 {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.6;
        letter-spacing: 0.1em;
        margin: 0 0 25px;
        width: 100%; }
      .top01 .inr .inrL .btn {
        font-family: "Renner*";
        margin-top: 40px; }
        .top01 .inr .inrL .btn a {
          background-color: #384151;
          border-radius: 50px;
          color: #FFF;
          display: inline-block;
          font-weight: bold;
          min-width: 200px;
          padding: 12px 30px;
          text-align: center;
          text-decoration: none; }
          .top01 .inr .inrL .btn a:hover {
            background-color: #26a83c; }
    .top01 .inr .inrR {
      background: url("../uniq/top/img_top01_01.png") left top no-repeat;
      background-size: cover;
      height: 27vw;
      min-height: 420px;
      width: 50%; }
  .top01:after {
    color: #EEF9EB;
    content: 'KUBOTA';
    display: block;
    font-family: "Renner*";
    font-size: 10vw;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 10%;
    left: 2%; }

.top02 {
  background: url("../uniq/top/bg_top02.png") center top no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding: 80px 0 !important; }
  .top02 .inr {
    margin: 0 auto;
    max-width: 1080px; }
    .top02 .inr h2 {
      color: #FFF;
      font-family: "Renner*";
      font-size: 40px;
      font-size: 4rem;
      font-weight: 600;
      font-style: italic;
      line-height: 1.4;
      letter-spacing: 0.1em;
      margin: 0 0 35px;
      text-align: center;
      width: 100%; }
      .top02 .inr h2 span {
        font-size: 16px;
        font-size: 1.6rem;
        font-style: normal;
        display: block; }
    .top02 .inr ul {
      display: flex;
      justify-content: space-between; }
      .top02 .inr ul li {
        background-color: #FFF;
        width: 31.5%;
        max-width: 340px; }
        .top02 .inr ul li a {
          background-color: #FFF;
          color: #333;
          display: block;
          text-decoration: none;
          transition: 0.4s; }
          .top02 .inr ul li a:hover {
            box-shadow: 0 0 10px #FFF;
            color: #26a83c;
            transform: scale(1.03); }
          .top02 .inr ul li a p.img img {
            height: auto;
            width: 100%; }
          .top02 .inr ul li a .data {
            padding: 10px 20px 20px;
            text-align: center; }
            .top02 .inr ul li a .data h3 span.tag {
              background: linear-gradient(#1AAA35, #63BE00);
              border-radius: 1px;
              color: #FFF;
              display: inline-block;
              font-size: 10px;
              font-size: 1rem;
              font-weight: 600;
              line-height: 1;
              margin-right: 7px;
              padding: 6px 10px;
              vertical-align: 3px; }
            .top02 .inr ul li a .data h3 span.en {
              display: block;
              color: #26a83c;
              font-weight: normal;
              font-size: 13px;
              font-style: italic;
              font-family: "Renner*";
              font-weight: 300;
              letter-spacing: 0.1em;
              vertical-align: middle;
              text-transform: uppercase; }

.top03 {
  margin-bottom: 0;
  padding: 80px 0 0 !important; }
  .top03 h2 {
    font-family: "Renner*";
    font-size: 40px;
    font-size: 4rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin: 0 0 35px;
    width: 100%;
    text-align: center; }
    .top03 h2:first-letter {
      color: #26a83c; }
    .top03 h2 span {
      font-size: 16px;
      font-size: 1.6rem;
      font-style: normal;
      display: block; }
  .top03 ul {
    display: flex;
    justify-content: space-between; }
    .top03 ul li {
      font-family: "Renner*";
      font-size: 2vw;
      font-weight: 600;
      font-style: italic;
      line-height: 1.4;
      letter-spacing: 0.1em;
      width: 50%;
      overflow: hidden; }
      .top03 ul li a {
        color: #333;
        display: block;
        font-weight: bold;
        height: 30vw;
        padding: 3vw 0 0 3vw;
        text-decoration: none;
        transition: 0.5s; }
        .top03 ul li a:hover {
          color: #26a83c;
          transform: scale(1.05); }
    .top03 ul li.li01 a {
      background: url("../uniq/top/img_top03_01.png") center top no-repeat;
      background-size: cover; }
    .top03 ul li.li02 a {
      background: url("../uniq/top/img_top03_02.png") center top no-repeat;
      background-size: cover; }

.top04 {
  margin-bottom: 0;
  padding: 60px 0 85px !important; }
  .top04 .inr {
    background-color: #FFF;
    box-shadow: 0 0 10px #CCC;
    margin: 0 auto;
    max-width: 1080px;
    padding: 60px 60px 40px; }
    .top04 .inr h2 {
      font-family: "Renner*";
      font-size: 40px;
      font-size: 4rem;
      font-weight: 600;
      font-style: italic;
      line-height: 1.4;
      letter-spacing: 0.1em;
      margin: 0 0 35px;
      width: 100%; }
      .top04 .inr h2:first-letter {
        color: #26a83c; }
      .top04 .inr h2 span {
        font-size: 16px;
        font-size: 1.6rem;
        font-style: normal;
        display: block; }
    .top04 .inr .inrFlex {
      display: flex;
      justify-content: space-between; }
      .top04 .inr .inrFlex .inrFlexL {
        width: 37%; }
      .top04 .inr .inrFlex .inrFlexR {
        width: 63%; }
        .top04 .inr .inrFlex .inrFlexR ul li {
          border-bottom: 1px solid #DDD;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.4;
          margin-bottom: 13px;
          padding-bottom: 13px; }
          .top04 .inr .inrFlex .inrFlexR ul li a {
            color: #555;
            display: flex;
            justify-content: space-between;
            text-decoration: none; }
            .top04 .inr .inrFlex .inrFlexR ul li a span.date {
              color: #AAA;
              display: block;
              width: 100px; }
            .top04 .inr .inrFlex .inrFlexR ul li a span.data {
              display: block;
              width: calc(100% - 100px); }
            .top04 .inr .inrFlex .inrFlexR ul li a:hover {
              color: #26a83c; }
              .top04 .inr .inrFlex .inrFlexR ul li a:hover span.date {
                color: #26a83c; }
        .top04 .inr .inrFlex .inrFlexR ul li:last-child {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; }
    .top04 .inr .btn {
      font-family: "Renner*";
      margin-top: 40px;
      text-align: center; }
      .top04 .inr .btn a {
        background-color: #384151;
        border-radius: 50px;
        color: #FFF;
        display: inline-block;
        font-weight: bold;
        min-width: 200px;
        padding: 12px 30px;
        text-align: center;
        text-decoration: none; }
        .top04 .inr .btn a:hover {
          background-color: #26a83c; }

.top05 {
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  max-width: 1080px; }
  .top05 .img {
    background: url("../uniq/top/img_top05_01.png") center top no-repeat;
    background-size: cover;
    height: 16vw;
    min-height: 220px;
    width: 35%; }
  .top05 .data {
    text-align: center;
    width: 60%; }

/* Responsive Start */
@media only screen and (max-width: 960px) {
  .header {
    background-color: #FFF; }

  .topMv {
    background: url("../uniq/top/bg_topmv.png") 80% 52px no-repeat;
    background-size: auto 260px;
    height: auto;
    min-height: 300px;
    padding-top: 80px; }
    .topMv h1 {
      font-family: "Renner*";
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 500;
      font-style: italic;
      line-height: 1.1;
      letter-spacing: 0.1em;
      position: static;
      margin-left: 20px;
      width: 60%; }
      .topMv h1 span.sTxt {
        display: block;
        font-size: 20px;
        font-size: 2rem;
        padding-bottom: 5px; }
      .topMv h1 strong {
        color: #ACB6E5;
        background: -webkit-linear-gradient(-90deg, #70D906, #158F2C);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 500; }
      .topMv h1 span {
        display: block;
        padding-top: 5px; }
        .topMv h1 span img {
          height: auto;
          width: 150px; }

  .contents {
    background: none;
    padding-bottom: 30px; }

  .top01 {
    margin-bottom: 0;
    padding: 50px 0 0; }
    .top01 .inr {
      display: block;
      justify-content: space-between;
      align-items: center;
      margin: 0 auto;
      position: relative; }
      .top01 .inr .inrL {
        padding: 0 15px 40px;
        width: auto; }
        .top01 .inr .inrL h2 {
          font-size: 30px;
          font-size: 3rem;
          line-height: 1;
          margin: 0 0 25px;
          width: auto;
          text-align: center; }
          .top01 .inr .inrL h2 span {
            font-size: 11px;
            font-size: 1.1rem;
            padding-top: 15px; }
        .top01 .inr .inrL h3 {
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 500;
          line-height: 1.6;
          letter-spacing: 0.1em;
          margin: 0 0 25px;
          width: 100%; }
          .top01 .inr .inrL h3 br {
            display: none; }
        .top01 .inr .inrL .btn {
          margin: 30px 10px 0;
          text-align: center; }
          .top01 .inr .inrL .btn a {
            display: block;
            min-width: none;
            padding: 8px 20px;
            text-align: center; }
            .top01 .inr .inrL .btn a:hover {
              background-color: #26a83c; }
      .top01 .inr .inrR {
        background: url("../uniq/top/img_top01_01.png") left top no-repeat;
        background-size: cover;
        height: 200px;
        min-height: auto;
        width: auto; }
    .top01:after {
      color: #EEF9EB;
      content: 'KUBOTA';
      display: block;
      font-family: "Renner*";
      font-size: 10vw;
      letter-spacing: 0.1em;
      position: absolute;
      bottom: 10%;
      left: 2%; }

  .top02 {
    background: url("../uniq/top/bg_top02.png") center top no-repeat;
    background-size: cover;
    margin-bottom: 0;
    padding: 40px 25px 15px !important; }
    .top02 .inr {
      margin: 0 auto;
      max-width: 1080px; }
      .top02 .inr h2 {
        font-size: 30px;
        font-size: 3rem;
        margin: 0 0 25px;
        width: auto; }
        .top02 .inr h2 span {
          font-size: 11px;
          font-size: 1.1rem; }
      .top02 .inr ul {
        display: block; }
        .top02 .inr ul li {
          margin-bottom: 20px;
          width: auto;
          max-width: none; }
          .top02 .inr ul li a:hover {
            transform: scale(1); }
          .top02 .inr ul li a .data {
            padding: 10px 20px 20px; }
            .top02 .inr ul li a .data h3 span.tag {
              background: linear-gradient(#1AAA35, #63BE00);
              border-radius: 1px;
              color: #FFF;
              display: inline-block;
              font-size: 10px;
              font-size: 1rem;
              font-weight: 600;
              line-height: 1;
              margin-right: 7px;
              padding: 6px 10px;
              vertical-align: 3px; }
            .top02 .inr ul li a .data h3 span.en {
              display: block;
              color: #26a83c;
              font-weight: normal;
              font-size: 13px;
              font-style: italic;
              font-family: "Renner*";
              font-weight: 300;
              letter-spacing: 0.1em;
              vertical-align: middle;
              text-transform: uppercase; }

  .top03 {
    margin-bottom: 0;
    padding: 40px 0 0 !important; }
    .top03 h2 {
      font-size: 30px;
      font-size: 3rem;
      margin: 0 0 25px;
      width: auto;
      text-align: center; }
      .top03 h2 span {
        font-size: 11px;
        font-size: 1.1rem; }
    .top03 ul {
      display: block; }
      .top03 ul li {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0.1em;
        margin-bottom: 10px;
        width: auto;
        overflow: hidden; }
        .top03 ul li a {
          height: 240px;
          padding: 30px 0 0 15px; }

  .top04 {
    margin-bottom: 0 !important;
    padding: 20px 20px 30px !important; }
    .top04 .inr {
      margin: 0 auto;
      padding: 30px 25px 30px; }
      .top04 .inr h2 {
        font-size: 30px;
        font-size: 3rem;
        margin: 0 0 25px;
        width: auto;
        text-align: center; }
        .top04 .inr h2 span {
          font-size: 11px;
          font-size: 1.1rem;
          font-style: normal;
          display: block; }
      .top04 .inr .inrFlex {
        display: block; }
        .top04 .inr .inrFlex .inrFlexL {
          width: auto; }
        .top04 .inr .inrFlex .inrFlexR {
          width: auto; }
          .top04 .inr .inrFlex .inrFlexR ul li {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.4;
            margin-bottom: 15px;
            padding-bottom: 15px; }
            .top04 .inr .inrFlex .inrFlexR ul li a {
              color: #555;
              display: block;
              justify-content: space-between;
              text-decoration: none; }
              .top04 .inr .inrFlex .inrFlexR ul li a span.date {
                color: #AAA;
                display: block;
                width: auto; }
              .top04 .inr .inrFlex .inrFlexR ul li a span.data {
                display: block;
                width: auto; }
              .top04 .inr .inrFlex .inrFlexR ul li a:hover {
                color: #26a83c; }
                .top04 .inr .inrFlex .inrFlexR ul li a:hover span.date {
                  color: #26a83c; }
          .top04 .inr .inrFlex .inrFlexR ul li:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0; }
      .top04 .inr .btn {
        margin: 30px 10px 0; }
        .top04 .inr .btn a {
          color: #FFF;
          display: block;
          min-width: none;
          padding: 8px 20px; }

  .top05 .img {
    background: url("../uniq/top/img_top05_01.png") center top no-repeat;
    background-size: cover;
    height: 30vw;
    min-height: auto;
    width: 45%; }
  .top05 .data {
    padding: 0 15px;
    text-align: center;
    width: 55%; }
    .top05 .data img {
      width: 100%; }

  /*
  .top05 {
  margin: 0!important;
  padding: 0!important;
  display: block;
  .img {
  background: url("../uniq/top/img_top05_01.png") center top no-repeat;
  background-size: cover;
  height: 220px;
  min-height: auto;
  width: auto;
  }
  .data {
  padding: 20px 20px;
  text-align: center;
  width: auto;
  img {
  height: auto;
  width: 100%;
  }
  }
  
  }
  
  */ }
