@charset "UTF-8";
/*================================================================================

media query mixin

================================================================================*/
/*    google font on web
--------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
/*    google font on server
--------------------------------------------------------------------------------*/
/*    icomoon
--------------------------------------------------------------------------------*/
/*    custom
--------------------------------------------------------------------------------*/
@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15);
    /* 拡大率 */ } }
.add-animation {
  animation: zoomUp 10s linear 0s normal both; }

.top .header .header_links_pc .header_items ul li a {
  color: #fff; }
.top .header.change-color .header_links_pc .header_items ul li a {
  color: #000; }
.top .mainArea {
  margin-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .top .mainArea {
      margin-top: 60px;
      margin-bottom: 60px; } }
  .top .mainArea .topSlider .topSlider_item {
    position: relative;
    width: 100%;
    height: 100vh; }
    @media screen and (max-width: 768px) {
      .top .mainArea .topSlider .topSlider_item {
        height: auto;
        min-height: 580px; } }
    .top .mainArea .topSlider .topSlider_item .back {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh; }
      .top .mainArea .topSlider .topSlider_item .back.img01 {
        background: url(../img/top_main01_pc.jpg) no-repeat top center;
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .top .mainArea .topSlider .topSlider_item .back.img01 {
            background: url(../img/top_main01_sp.jpg) no-repeat top center;
            background-size: cover; } }
      .top .mainArea .topSlider .topSlider_item .back.img02 {
        background: url(../img/top_main02_pc.jpg) no-repeat top center;
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .top .mainArea .topSlider .topSlider_item .back.img02 {
            background: url(../img/top_main02_sp.jpg) no-repeat top center;
            background-size: cover; } }
      .top .mainArea .topSlider .topSlider_item .back.img03 {
        background: url(../img/top_main03_pc.jpg) no-repeat top center;
        background-size: cover; }
        @media screen and (max-width: 768px) {
          .top .mainArea .topSlider .topSlider_item .back.img03 {
            background: url(../img/top_main03_sp.jpg) no-repeat top center;
            background-size: cover; } }
    .top .mainArea .topSlider .topSlider_item .cath {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 3;
      color: #fff;
      font-size: 28px;
      font-family: a-otf-ryumin-pr6n, serif;
      text-align: center;
      letter-spacing: 2px; }
      @media screen and (max-width: 768px) {
        .top .mainArea .topSlider .topSlider_item .cath {
          font-size: 24px;
          width: 80%; } }
    .top .mainArea .topSlider .topSlider_item .topSlider-dots {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        .top .mainArea .topSlider .topSlider_item .topSlider-dots {
          bottom: 15px; } }
      .top .mainArea .topSlider .topSlider_item .topSlider-dots li {
        float: left;
        width: 10px;
        height: 10px;
        border: 1px solid #000;
        border-radius: 10px;
        margin-right: 15px; }
        @media screen and (max-width: 768px) {
          .top .mainArea .topSlider .topSlider_item .topSlider-dots li {
            width: 8px;
            height: 8px;
            margin-right: 10px; } }
        .top .mainArea .topSlider .topSlider_item .topSlider-dots li:last-child {
          margin-right: 0; }
        .top .mainArea .topSlider .topSlider_item .topSlider-dots li.slick-active {
          background: #000; }
        .top .mainArea .topSlider .topSlider_item .topSlider-dots li button {
          font-size: 0; }
  .top .mainArea .read {
    font-size: 16px;
    font-weight: 400;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .top .mainArea .read {
        font-size: 12px;
        line-height: 2; } }
.top .top-service .service-list {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background: url("../img/top_s_img01.jpg");
  background-size: cover; }
  @media screen and (max-width: 980px) {
    .top .top-service .service-list {
      height: auto;
      display: block;
      background: none; } }
  .top .top-service .service-list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 980px) {
      .top .top-service .service-list::before {
        position: inherit; } }
  .top .top-service .service-list.bg-s1 {
    background: url("../img/top_s_img01.jpg");
    background-size: cover; }
    @media screen and (max-width: 980px) {
      .top .top-service .service-list.bg-s1 {
        background: none; } }
  .top .top-service .service-list.bg-s2 {
    background: url("../img/top_s_img02.jpg");
    background-size: cover; }
    @media screen and (max-width: 980px) {
      .top .top-service .service-list.bg-s2 {
        background: none; } }
  .top .top-service .service-list.bg-s3 {
    background: url("../img/top_s_img03.jpg");
    background-size: cover; }
    @media screen and (max-width: 980px) {
      .top .top-service .service-list.bg-s3 {
        background: none; } }
  .top .top-service .service-list.bg-s4 {
    background: url("../img/top_s_img04.jpg");
    background-size: cover; }
    @media screen and (max-width: 980px) {
      .top .top-service .service-list.bg-s4 {
        background: none; } }
  .top .top-service .service-list .item {
    width: calc(100% / 4);
    position: relative; }
    @media screen and (max-width: 980px) {
      .top .top-service .service-list .item {
        width: 100%;
        height: 400px;
        position: inherit; } }
  @media screen and (max-width: 980px) and (max-width: 768px) {
    .top .top-service .service-list .item {
      height: 350px;
      border-bottom: 2px solid #fff; } }
    @media screen and (max-width: 980px) {
        .top .top-service .service-list .item.-s1 {
          background: url("../img/top_s_img01.jpg");
          background-size: cover; }
        .top .top-service .service-list .item.-s2 {
          background: url("../img/top_s_img02.jpg");
          background-size: cover; } }
    @media screen and (max-width: 980px) and (max-width: 768px) {
      .top .top-service .service-list .item.-s2 {
        background-position: right -70px center; } }
    @media screen and (max-width: 980px) {
        .top .top-service .service-list .item.-s3 {
          background: url("../img/top_s_img03.jpg");
          background-size: cover; } }
    @media screen and (max-width: 980px) and (max-width: 768px) {
      .top .top-service .service-list .item.-s3 {
        background-position: center center; } }
    @media screen and (max-width: 980px) {
        .top .top-service .service-list .item.-s4 {
          background: url("../img/top_s_img04.jpg");
          background-size: cover; } }
    @media screen and (max-width: 980px) and (max-width: 768px) {
      .top .top-service .service-list .item.-s4 {
        background-position: center center; } }
    @media screen and (max-width: 980px) {
        .top .top-service .service-list .item:nth-child(odd) .hide {
          float: right; } }
    @media screen and (max-width: 980px) and (max-width: 768px) {
      .top .top-service .service-list .item:nth-child(odd) .hide {
        float: none; } }

    .top .top-service .service-list .item::before {
      border-right: 1px solid #fff; }
      @media screen and (max-width: 980px) {
        .top .top-service .service-list .item::before {
          border-right: none; } }
    .top .top-service .service-list .item:last-child::before {
      border-right: none; }
      @media screen and (max-width: 980px) {
        .top .top-service .service-list .item:last-child::before {
          border-right: none; } }
    .top .top-service .service-list .item .hide {
      position: absolute;
      left: 0;
      bottom: 140px;
      width: 100%;
      height: 600px;
      padding: 28px;
      color: #fff;
      transform: translateY(100%);
      transition: transform .5s; }
      @media screen and (max-width: 980px) {
        .top .top-service .service-list .item .hide {
          position: inherit;
          height: auto;
          bottom: inherit;
          transform: none;
          padding: 0;
          width: 50%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          padding: 60px; } }
  @media screen and (max-width: 980px) and (max-width: 768px) {
    .top .top-service .service-list .item .hide {
      width: 100%;
      padding: 40px 30px; } }

    .top .top-service .service-list .item:hover .hide {
      transform: translateY(0);
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      padding-top: 160px; }
      @media screen and (max-width: 980px) {
        .top .top-service .service-list .item:hover .hide {
          transform: none;
          bottom: inherit;
          padding: 60px;
          background: rgba(0, 0, 0, 0.5); } }
  @media screen and (max-width: 980px) and (max-width: 768px) {
    .top .top-service .service-list .item:hover .hide {
      padding: 40px 30px; } }

    .top .top-service .service-list .item .title {
      color: #fff;
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .top .top-service .service-list .item .title {
          margin-bottom: 20px; } }
      .top .top-service .service-list .item .title .main_title {
        font-size: 26px;
        margin-bottom: 5px; }
        @media screen and (max-width: 768px) {
          .top .top-service .service-list .item .title .main_title {
            font-size: 20px; } }
      .top .top-service .service-list .item .title .sub_title {
        font-size: 16px;
        font-family: a-otf-ryumin-pr6n, serif;
        letter-spacing: 2px; }
        @media screen and (max-width: 768px) {
          .top .top-service .service-list .item .title .sub_title {
            font-size: 14px; } }
      .top .top-service .service-list .item .title span {
        display: block; }
    .top .top-service .service-list .item .text {
      margin-bottom: 40px;
      line-height: 2; }
      @media screen and (max-width: 768px) {
        .top .top-service .service-list .item .text {
          margin-bottom: 30px;
          line-height: 2.2; } }
.top .top-works .works-list {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    .top .top-works .works-list {
      display: block; } }
  .top .top-works .works-list .item {
    width: 480px;
    margin-right: 60px; }
    @media screen and (max-width: 768px) {
      .top .top-works .works-list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }
    .top .top-works .works-list .item:nth-child(2n) {
      margin-right: 0; }
    .top .top-works .works-list .item:nth-child(even) {
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        .top .top-works .works-list .item:nth-child(even) {
          margin-top: 30px; } }
    .top .top-works .works-list .item .img {
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .top .top-works .works-list .item .img {
          margin-bottom: 10px; } }
    .top .top-works .works-list .item .txt1 {
      font-weight: bold; }
.top .top-works .c-btn a {
  margin: 60px auto 0; }
  @media screen and (max-width: 768px) {
    .top .top-works .c-btn a {
      margin-top: 40px; } }
.top .top-partners {
  background: url("../img/top_r_img01.jpg");
  background-size: cover;
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .top .top-partners {
      padding: 80px 30px; } }
  .top .top-partners .inner {
    background: rgba(255, 255, 255, 0.7);
    padding: 80px 0; }
    @media screen and (max-width: 768px) {
      .top .top-partners .inner {
        padding: 60px 20px; } }
  .top .top-partners .c-btn a {
    margin: 60px auto 0; }
    @media screen and (max-width: 768px) {
      .top .top-partners .c-btn a {
        margin-top: 40px; } }
.top .top-news .news-list .item {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .top .top-news .news-list .item {
      text-align: left; } }
  .top .top-news .news-list .item a {
    display: block; }
    .top .top-news .news-list .item a:hover {
      pointer-events: none; }
    .top .top-news .news-list .item a span {
      display: inline-block; }
    .top .top-news .news-list .item a .date {
      width: 120px; }
      @media screen and (max-width: 768px) {
        .top .top-news .news-list .item a .date {
          margin-bottom: 10px;
          width: auto;
          margin-right: 20px; } }
    .top .top-news .news-list .item a .category {
      width: 120px;
      text-align: center;
      margin-right: 20px;
      border-radius: 20px;
      font-size: 14px;
      padding: 3px; }
      @media screen and (max-width: 768px) {
        .top .top-news .news-list .item a .category {
          padding: 2px;
          margin-bottom: 10px; } }
      .top .top-news .news-list .item a .category.-news {
        color: #fff;
        background: #666; }

/*# sourceMappingURL=top.css.map */
