@charset "UTF-8";
@keyframes bound {
  0% {
    transform: translate(-50%, 0); }
  15% {
    transform: translate(-50%, -14px); }
  30% {
    transform: translate(-50%, 0px); }
  37% {
    transform: translate(-50%, -4px); }
  40% {
    transform: translate(-50%, 0px); }
  100% {
    transform: translate(-50%, 0); } }
#g__header {
  transition: all .3s .3s ease;
  top: 0px; }

#container {
  padding-top: 0 !important; }

#top_bg {
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    #top_bg {
      background-size: 640px 320px; } }

#slider {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0); }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    #slider {
      background-size: 640px 320px; } }

.noslider {
  background: url("../img/top/img_main_1.jpg") repeat center top; }
  .noslider #slider img {
    display: none; }

.main__img {
  position: relative;
  overflow: hidden; }
  .main__img .bg_r {
    background-color: #FF0000; }
  .main__img .bg_y {
    background-color: #FCC100; }
  .main__img .bg_o {
    background-color: #FF8F00; }
  .main__img .bg_p {
    background-color: #D337A3; }
  .main__img .bg_g {
    background-color: #5EC302; }
  .main__img .bg_b {
    background-color: #00B3DF; }
  .main__img .size_80 {
    width: 80px;
    height: 80px; }
  .main__img .size_160 {
    width: 160px;
    height: 160px; }
  .main__img .size_320 {
    width: 320px;
    height: 320px; }
  .main__img .main_copy {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -460px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .main__img .main_copy {
        left: 15px;
        top: 25%;
        margin-left: 0;
        max-width: 90%; } }
    .main__img .main_copy div {
      display: inline-block;
      line-height: 0.8;
      font-size: 80px;
      font-size: 8rem;
      color: #000;
      margin-bottom: 5px;
      padding: 0px 0.1em 0px 0.1em;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .main__img .main_copy div {
          font-size: 13vw; } }
      .main__img .main_copy div.small {
        font-size: 24px;
        font-size: 2.4rem;
        letter-spacing: 0.05em;
        padding: 4px 0 6px 0.3em; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          .main__img .main_copy div.small {
            font-size: 4.5vw; } }
        .main__img .main_copy div.small span {
          font-weight: bold; }
      .main__img .main_copy div span {
        position: relative;
        z-index: 5;
        transition: all 0.1s 1s ease;
        opacity: 0;
        line-height: 1;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media all and (-ms-high-contrast: none) {
          .main__img .main_copy div span {
            top: 0; } }
      .main__img .main_copy div:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: -100%;
        transition: all 1s ease;
        z-index: 2; }
      .main__img .main_copy div:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000;
        position: absolute;
        top: 0;
        left: -100%;
        z-index: 10; }
    .main__img .main_copy.ttl_fade div span {
      opacity: 1; }
    .main__img .main_copy.ttl_fade div:before {
      left: 0; }
    .main__img .main_copy.ttl_fade div:after {
      animation: maskAnime 2s ease; }
@keyframes maskAnime {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
  .main__img .top__scroll {
    position: absolute;
    bottom: 80px;
    right: 20px;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Montserrat", "Noto Sans JP", "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
    display: block;
    cursor: pointer;
    z-index: 100;
    transform: rotate(90deg); }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .main__img .top__scroll {
        height: 46px; } }
    .main__img .top__scroll .inner__scroll {
      position: relative;
      transition: all .2s ease-out;
      color: #fff;
      letter-spacing: 0.1em;
      left: -10px; }
      .main__img .top__scroll .inner__scroll:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        display: block;
        height: 1px;
        width: 80px;
        background-color: #fff;
        transition: all .2s ease-out; }
      .main__img .top__scroll .inner__scroll:after {
        content: "";
        position: absolute;
        left: 70px;
        bottom: 0px;
        display: block;
        height: 1px;
        width: 20px;
        background-color: #fff;
        transform: rotate(45deg);
        transition: all .2s ease-out; }
      .main__img .top__scroll .inner__scroll:hover {
        left: 0px; }
        .main__img .top__scroll .inner__scroll:hover:before {
          left: 0;
          width: 90px; }
        .main__img .top__scroll .inner__scroll:hover:after {
          left: 85px; }

.news {
  transition: all .6s .3s ease;
  background-color: #000;
  width: 100%;
  height: 80px;
  color: #fff;
  display: table;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .news {
      width: 100%;
      height: auto;
      border-radius: 0;
      padding: 16px 10px;
      margin-top: 0; } }
  .news h2 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    font-family: "Montserrat", "Noto Sans JP", "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
    font-weight: bold;
    display: table-cell;
    width: 170px;
    padding: 24px 30px 0 40px;
    position: relative; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .news h2 {
        padding: 0 0 10px;
        display: block;
        width: 100%; } }
  .news .ticker {
    display: table-cell;
    padding: 30px 10px 0;
    width: auto;
    border: none;
    background-color: transparent;
    vertical-align: top;
    letter-spacing: 0.1em; }
    .news .ticker ul {
      position: relative; }
      .news .ticker ul li {
        display: none; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .news .ticker {
        padding: 0;
        display: block; } }
    .news .ticker .date {
      display: inline-block;
      width: 7.5em; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .news .ticker .date {
          display: block;
          padding-bottom: 3px; } }
    .news .ticker .txt {
      color: #fff; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .news .ticker .txt {
          line-height: 1.4; } }

.sec_top .text-container {
  line-height: 1;
  color: #fff;
  overflow: hidden; }
  .sec_top .text-container .ttl {
    text-align: center;
    margin-top: 40px;
    line-height: 1.7; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .sec_top .text-container .ttl {
        margin-top: 30px; } }
    .sec_top .text-container .ttl h1 {
      display: inline-block;
      font-size: 50px;
      font-size: 5rem;
      line-height: 0.9; }
      .sec_top .text-container .ttl h1 span {
        font-family: "Montserrat", "Noto Sans JP", "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 0.05em; }
    .sec_top .text-container .ttl h2 {
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem; }
  .sec_top .text-container .txt {
    padding: 30px 50px 0 50px;
    line-height: 1.7;
    width: 100%; }
    .sec_top .text-container .txt h3 {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 10px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .sec_top .text-container .txt h3 {
          line-height: 1.6; } }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .sec_top .text-container .txt {
        padding: 20px 15px 0; } }
  .sec_top .text-container ul {
    line-height: 1.7;
    border-top: solid 1px rgba(255, 255, 255, 0.9);
    width: 100%;
    margin-top: 30px; }
    .sec_top .text-container ul li a {
      display: block;
      height: 80px;
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      color: #fff;
      padding: 30px 30px 0 0;
      transition: all .2s ease-out; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        .sec_top .text-container ul li a {
          height: 60px;
          padding: 20px 30px 0 0; } }
      .sec_top .text-container ul li a i {
        position: relative;
        display: inline-block;
        margin-left: 10px; }
        .sec_top .text-container ul li a i:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0px;
          display: block;
          height: 1px;
          width: 20px;
          background-color: #fff;
          transition: all .2s ease-out; }
        .sec_top .text-container ul li a i:after {
          content: "";
          position: absolute;
          left: 15px;
          bottom: 4px;
          display: block;
          height: 1px;
          width: 13px;
          background-color: #fff;
          transform: rotate(45deg);
          transition: all .2s ease-out; }
      .sec_top .text-container ul li a:hover {
        text-indent: -1em;
        opacity: 0.8; }
        .sec_top .text-container ul li a:hover i:before {
          width: 27px;
          left: 10px; }
        .sec_top .text-container ul li a:hover i:after {
          left: 33px; }
    .sec_top .text-container ul li:nth-child(1) {
      background-color: rgba(255, 255, 255, 0.2); }
    .sec_top .text-container ul li:nth-child(2) {
      background-color: rgba(255, 255, 255, 0.3); }
    .sec_top .text-container ul li:nth-child(3) {
      background-color: rgba(255, 255, 255, 0.4); }
    .sec_top .text-container ul li:nth-child(4) {
      background-color: rgba(255, 255, 255, 0.5); }
.sec_top.sec_about:before {
  content: "";
  display: block;
  height: 160px;
  width: 100%;
  background: url("../img/top/bg_01.png") no-repeat center top;
  background-size: auto 160px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .sec_top.sec_about:before {
      display: none; } }
.sec_top.sec_about .bg {
  background-color: #FF0000;
  margin-top: -80px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .sec_top.sec_about .bg {
      margin-top: 0px; } }
.sec_top.sec_message {
  margin-top: -80px;
  position: relative; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .sec_top.sec_message {
      margin-top: 0px; } }
  .sec_top.sec_message:before {
    content: "";
    display: block;
    height: 160px;
    width: 100%;
    background: url("../img/top/bg_02.png") no-repeat center top;
    background-size: auto 160px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .sec_top.sec_message:before {
        display: none; } }
  .sec_top.sec_message .img_car {
    display: block;
    height: 112px;
    width: 166px;
    background: url("../img/top/img_car_02.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: 300px;
    transition: all 1s ease;
    opacity: 0;
    transform: scale(1.3); }
    .sec_top.sec_message .img_car.active {
      margin-left: 100px;
      opacity: 1;
      transform: scale(1); }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .sec_top.sec_message .img_car {
        display: none; } }
  .sec_top.sec_message .bg {
    background-color: #FCC100; }
  .sec_top.sec_message .text-container .ttl {
    margin-top: 60px;
    margin-bottom: 10px; }
.sec_top.sec_work {
  position: relative; }
  .sec_top.sec_work:before {
    content: "";
    display: block;
    height: 320px;
    width: 100%;
    background: url("../img/top/bg_03.png") no-repeat center top;
    background-size: auto 320px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .sec_top.sec_work:before {
        display: none; } }
  .sec_top.sec_work .img_car {
    display: block;
    height: 128px;
    width: 185px;
    background: url("../img/top/img_car_01.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 160px;
    margin-left: -380px;
    transition: all 1s ease;
    opacity: 0;
    transform: scale(0.6); }
    .sec_top.sec_work .img_car.active {
      top: 180px;
      margin-left: -540px;
      opacity: 1;
      transform: scale(1); }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .sec_top.sec_work .img_car {
        display: none; } }
  .sec_top.sec_work .bg {
    background-color: #FF8F00;
    margin-top: -160px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .sec_top.sec_work .bg {
        margin-top: 0px; } }
.sec_top.sec_support .bg {
  background-color: #D337A3; }
.sec_top.sec_lifestyle .bg {
  background-color: #5EC302; }
.sec_top.sec_recruit {
  padding: 160px 10px;
  background: url("../img/top/img_04.jpg") no-repeat center top;
  background-size: cover;
  overflow: hidden; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .sec_top.sec_recruit {
      padding: 40px 10px 100px; } }
  .sec_top.sec_recruit .bg {
    background-color: #00B3DF; }
  .sec_top.sec_recruit .inner {
    max-width: 860px; }
.sec_top .inner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto; }

.sec_support_lifestyle {
  margin-top: -80px;
  position: relative; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .sec_support_lifestyle {
      margin-top: 0px; } }
  .sec_support_lifestyle:before {
    content: "";
    display: block;
    height: 240px;
    width: 100%;
    background: url("../img/top/bg_04.png") no-repeat center top;
    background-size: auto 240px;
    z-index: -1;
    position: relative; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .sec_support_lifestyle:before {
        display: none; } }
  .sec_support_lifestyle .img_car {
    display: block;
    height: 119px;
    width: 212px;
    background: url("../img/top/img_car_03.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 70px;
    margin-left: 380px;
    transition: all 1s ease;
    opacity: 0;
    transform: scale(0.9); }
    .sec_support_lifestyle .img_car.active {
      top: 80px;
      margin-left: 160px;
      opacity: 1;
      transform: scale(1); }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .sec_support_lifestyle .img_car {
        display: none; } }

.cont_footer {
  position: relative; }
  .cont_footer:before {
    content: "";
    display: block;
    height: 30px;
    width: 100%;
    background-color: #000; }
  .cont_footer:after {
    content: "";
    display: block;
    height: 75px;
    width: 100%;
    background: url("../img/top/img_carsloop.png") repeat-x 0 0;
    background-size: 1400px 75px;
    animation: carloopAnime 40s linear infinite;
    position: absolute;
    left: 0;
    bottom: 10px; }

@keyframes carloopAnime {
  from {
    background-position: 0 0; }
  to {
    background-position: -1400px 0; } }
@keyframes open_bgAnime {
  0% {
    opacity: 0;
    left: -100%; }
  100% {
    opacity: 0.9;
    left: 0; } }
.link_detail > div {
  display: none; }
  .link_detail > div:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #008c9f;
    /* Old browsers */
    background: -moz-linear-gradient(left, #008c9f 0%, #005b8b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #008c9f 0%, #005b8b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #008c9f 0%, #005b8b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008c9f', endColorstr='#005b8b',GradientType=1 );
    /* IE6-9 */
    opacity: 0.9;
    z-index: 800;
    top: 0;
    left: -100%;
    transition: all .3s ease; }
  .link_detail > div .inner__box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 810;
    width: 300px; }
  .link_detail > div ul {
    position: relative; }
    .link_detail > div ul li a {
      position: relative;
      left: -300px;
      font-size: 15px;
      font-size: 1.5rem;
      display: block;
      background-color: rgba(255, 255, 255, 0.9);
      padding: 13px 20px;
      margin: 1px;
      transition: all .3s ease;
      opacity: 0;
      line-height: 1.5; }
    .link_detail > div ul .btn_close {
      position: absolute;
      top: -50px;
      right: 0px;
      z-index: 820;
      cursor: pointer;
      opacity: 0;
      transition: all .3s .3s ease;
      z-index: 900; }
      .link_detail > div ul .btn_close span {
        display: block;
        width: 28px;
        height: 28px;
        position: relative; }
        .link_detail > div ul .btn_close span:before {
          display: block;
          content: "";
          position: absolute;
          top: 13px;
          left: 0;
          transform: rotate(45deg);
          width: 30px;
          height: 1px;
          background-color: #fff; }
        .link_detail > div ul .btn_close span:after {
          display: block;
          content: "";
          position: absolute;
          top: 13px;
          left: 0;
          transform: rotate(-45deg);
          width: 30px;
          height: 1px;
          background-color: #fff; }
  .link_detail > div.open {
    display: block; }
    .link_detail > div.open:before {
      animation: open_bgAnime 0.6s ease forwards; }
    .link_detail > div.open ul li a {
      animation: open_bgAnime 0.6s 0.4s ease forwards; }
      .link_detail > div.open ul li a.comingsoon {
        color: rgba(0, 0, 0, 0.3); }
      .link_detail > div.open ul li a:not(.comingsoon):hover {
        padding-left: 25px;
        background-color: white; }
    .link_detail > div.open ul .btn_close {
      opacity: 1; }
