@charset "UTF-8";
/* CSS Document */
.firstview {
  /*padding-top:80px;*/
  height: calc(100vw * (760 / 1920));
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 52px;
  height: auto; }
  @media screen and (min-width: 768px) {
    .firstview {
      padding-top: 0; } }
  .firstview-video {
    width: 100%;
    height: calc(100vw * (760 / 1920)); }
  .firstview-content {
    display: none;
    top: calc(100% - 20px); }
    @media screen and (min-width: 768px) {
      .firstview-content {
        display: flex;
        top: calc(100% - 70px);
        padding-top: 0; } }

.service {
  width: 100%;
  position: relative;
  background: url("../images/service-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 0; }
  @media screen and (min-width: 768px) {
    .service {
      padding: 50px 15px; } }
  .service:before {
    content: "";
    position: absolute;
    background: linear-gradient(to right, #8dd3e4 0%, #354797 100%);
    width: 100%;
    height: 10px;
    top: 0;
    left: 0; }
  .service .sectext-title {
    font-size: 150%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .service .sectext-title {
        font-size: 185%;
        font-weight: 900; } }
    .service .sectext-title .small {
      font-size: 70%;
      display: inline; }
    .service .sectext-title .underline {
      display: inline;
      background-image: linear-gradient(to right, #a1bbff 0%, #63bb9b 100%); }
  .service .sectext-text {
    line-height: 2;
    padding: 20px 0 10px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .service .sectext-text {
        text-align: left; }
        .service .sectext-text p {
          display: inline; }
        .service .sectext-text br {
          display: none; } }
  .service-title {
    line-height: 0;
    margin-bottom: 30px; }
  .service-block {
    border: 3px solid #a1bbff;
    background: #fff;
    padding: 10px;
    position: relative;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .service-block {
        padding: 40px 20px 30px; } }
    .service-block-ul {
      display: inline-flex;
      flex-direction: column;
      flex-wrap: wrap;
      max-width: 376px;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .service-block-ul {
          width: 100%;
          display: flex;
          flex-direction: row;
          max-width: none;
          justify-content: space-between; } }
    .service-block-li {
      position: relative;
      width: 100%;
      padding: 10px 0;
      padding-left: 90px;
      font-size: 80%;
      text-align: left; }
      @media screen and (min-width: 768px) {
        .service-block-li {
          overflow: hidden;
          transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
          background: url("../images/service-arrow.svg") no-repeat;
          background-position: left -355px bottom;
          width: auto;
          padding: 10px 0;
          padding-left: 90px;
          padding-right: 20px;
          font-size: 140%; } }
      .service-block-li:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 80px;
        height: 40px;
        transform: translate(0, -50%); }
      .service-block-li:hover {
        background-position: right 0px bottom; }
        @media screen and (min-width: 880px) {
          .service-block-li:hover {
            background-position: right bottom; } }
      .service-block-li a {
        position: relative;
        width: 100%;
        color: #35314C;
        font-weight: bold;
        border-bottom: 1px dashed #35314C; }
        @media screen and (max-width: 767px) {
          .service-block-li a {
            padding-right: 30px; }
            .service-block-li a:after {
              content: "";
              position: absolute;
              top: 50%;
              right: 0;
              background: url("../images/sp-service-arrow.svg") no-repeat center center;
              width: 11px;
              height: 11px;
              transform: translate(0, -50%); } }
    @media screen and (min-width: 960px) {
      .service-block-li:nth-child(1) {
        transform: translate(2.5%, 0); } }
    .service-block-li:nth-child(1):before {
      background-image: url("../images/service-list01.svg");
      background-repeat: no-repeat;
      background-position: left center; }
    @media screen and (min-width: 960px) {
      .service-block-li:nth-child(2) {
        transform: translate(5%, 0); } }
    .service-block-li:nth-child(2):before {
      background-image: url("../images/service-list02.svg");
      background-repeat: no-repeat;
      background-position: left center; }
    @media screen and (min-width: 960px) {
      .service-block-li:nth-child(3) {
        transform: translate(7.5%, 0); } }
    .service-block-li:nth-child(3):before {
      background-image: url("../images/service-list03.svg");
      background-repeat: no-repeat;
      background-position: left center; }
    @media screen and (min-width: 960px) {
      .service-block-li:nth-child(4) {
        transform: translate(10%, 0); } }
    .service-block-li:nth-child(4):before {
      background-image: url("../images/service-list04.svg");
      background-repeat: no-repeat;
      background-position: left center; }
    @media screen and (min-width: 960px) {
      .service-block-li:nth-child(5) {
        transform: translate(12.5%, 0); } }
    .service-block-li:nth-child(5):before {
      background-image: url("../images/service-list05.svg");
      background-repeat: no-repeat;
      background-position: left center; }
    @media screen and (min-width: 960px) {
      .service-block-li:nth-child(6) {
        transform: translate(15%, 0); } }
    .service-block-li:nth-child(6):before {
      background-image: url("../images/service-list06.svg");
      background-repeat: no-repeat;
      background-position: left center; }
    .service-block-btn {
      text-align: center;
      margin: 15px 0 5px; }
      @media screen and (min-width: 960px) {
        .service-block-btn {
          margin: 20px 0 10px; } }

.specialty {
  background: #fff;
  padding: 50px 0; }
  .specialty-block {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    width: 100%;
    justify-content: space-between;
    padding: 50px 0;
    margin: 0 auto; }
  .specialty-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .specialty-flex {
        flex-direction: row; } }
    .specialty-flex-col {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .specialty-flex-col {
          width: calc(100% - 107px); } }
    @media screen and (min-width: 768px) {
      .specialty-flex-icon {
        padding-left: 20px; } }
    .specialty-flex-icon img {
      width: 87px; }
  .specialty-title {
    padding-top: 10px;
    font-size: 100%; }
    @media screen and (min-width: 768px) {
      .specialty-title {
        font-size: 135%; } }
  .specialty-text {
    padding: 10px 15px 10px 0; }

.works {
  padding: 50px 0;
  background: #F2F2F2; }
  .works-title {
    line-height: 0;
    margin-bottom: 30px; }
  .works-video {
    text-align: center; }
    .works-video-title {
      text-align: center;
      position: relative;
      display: inline-block;
      z-index: 2;
      line-height: 1;
      font-weight: 900; }
      .works-video-title span {
        position: relative;
        z-index: 2;
        padding: 5px;
        font-size: 120%; }
        @media screen and (min-width: 768px) {
          .works-video-title span {
            font-size: 150%;
            padding: 10px; } }
      .works-video-title:after {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        width: 100%;
        bottom: 5px;
        height: 5px;
        background: linear-gradient(to right, #a7bcfc 0%, #7bbad5 100%); }
        @media screen and (min-width: 768px) {
          .works-video-title:after {
            bottom: 0;
            height: 10px; } }
    .works-video-area {
      margin: 0 0 40px; }
      @media screen and (min-width: 768px) {
        .works-video-area {
          margin: 40px 0; } }
  .works-intro {
    padding: 0 15px; }
    @media screen and (min-width: 768px) {
      .works-intro {
        text-align: center; } }
    .works-intro-title {
      text-align: center;
      position: relative;
      display: inline-block;
      z-index: 2;
      line-height: 1;
      font-weight: 900; }
      .works-intro-title span {
        position: relative;
        z-index: 2;
        padding: 5px;
        font-size: 120%; }
        @media screen and (min-width: 768px) {
          .works-intro-title span {
            font-size: 150%;
            padding: 10px; } }
      @media screen and (max-width: 767px) {
        .works-intro-title {
          padding-left: 30px; }
          .works-intro-title:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 0;
            width: 25px;
            height: 3px;
            background: #a1bbff;
            transform: translate(0, -50%); } }
      @media screen and (min-width: 768px) {
        .works-intro-title:after {
          content: "";
          position: absolute;
          z-index: -1;
          left: 0;
          width: 100%;
          bottom: 0;
          height: 10px;
          background: linear-gradient(to right, #a7bcfc 0%, #7bbad5 100%); } }
    .works-intro-text {
      padding-left: 0;
      line-height: 2;
      margin: 10px 0;
      font-size: 88%; }
      .works-intro-text br {
        display: none; }
      @media screen and (min-width: 768px) {
        .works-intro-text {
          line-height: 2;
          /*padding-left:100px;*/
          margin: 30px 0;
          font-size: 100%; }
          .works-intro-text br {
            display: inline-block; } }
  .works-company span {
    display: inline-block;
    white-space: nowrap;
    padding: 0 10px; }
  .works-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative; }
    .works-list-btn {
      height: 100%;
      cursor: pointer; }
    .works-list-thumb {
      width: 100%;
      margin-bottom: 15px;
      margin-top: 30px; }
      @media screen and (min-width: 768px) {
        .works-list-thumb {
          width: calc(100% / 4);
          padding: 15px; } }
      .works-list-thumb-photo {
        position: relative;
        overflow: hidden; }
        .works-list-thumb-photo .quickview {
          position: absolute;
          top: 0;
          right: -5%;
          padding-right: 30px;
          z-index: 2; }
        .works-list-thumb-photo .img {
          transition-duration: 0.3s; }
        .works-list-thumb-photo:hover .img {
          transform: scale(120%, 120%); }
      .works-list-thumb-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3; }
      .works-list-thumb-title {
        padding: 10px;
        line-height: 1.5;
        border-left: 5px solid #a1bbff;
        font-size: 88%;
        margin-top: -5px; }
        @media screen and (min-width: 768px) {
          .works-list-thumb-title {
            width: 100%;
            font-size: 88%;
            /*transform:translate(0,-30px);*/
            margin-bottom: 0px;
            background: #fff;
            padding: 10px; } }
      .works-list-thumb-text {
        padding: 5px 15px;
        background: #fff; }
        .works-list-thumb-text p {
          line-height: 1;
          font-size: 88%; }
      .works-list-thumb p {
        line-height: 2;
        font-size: 81%;
        letter-spacing: 0.5px; }
        @media screen and (min-width: 768px) {
          .works-list-thumb p {
            font-size: 81%; } }
      .works-list-thumb-more {
        margin: 30px 0 50px;
        text-align: center; }
        .works-list-thumb-more a {
          display: inline-block; }
        @media screen and (min-width: 768px) {
          .works-list-thumb-more {
            text-align: right; } }
  .works-detail {
    width: 100%;
    background: #000;
    position: relative;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
    height: 0; }
    .works-detail-close {
      position: absolute;
      right: 10px;
      top: 10px;
      z-index: 2;
      cursor: pointer; }
      @media screen and (min-width: 768px) {
        .works-detail-close img {
          width: 30px;
          height: auto;
          max-width: none; } }
    .works-detail-list {
      background: #35314C;
      color: #fff;
      transform: translateY(-101%);
      transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
      padding: 0 10px;
      display: none; }
      .works-detail-list.active {
        display: flex;
        flex-direction: row;
        align-items: center;
        height: auto;
        transform: translateY(0); }
      .works-detail-list-flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 40px 0;
        position: relative; }
        @media screen and (min-width: 768px) {
          .works-detail-list-flex {
            flex-direction: row;
            padding: 40px 15px; } }
        .works-detail-list-flex-video {
          width: 100%;
          padding: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          align-self: center; }
          @media screen and (min-width: 768px) {
            .works-detail-list-flex-video {
              width: 50%; }
              .works-detail-list-flex-video video {
                max-height: 300px; } }
        .works-detail-list-flex-text {
          width: 100%;
          padding: 10px;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-direction: column; }
          @media screen and (min-width: 768px) {
            .works-detail-list-flex-text {
              width: 50%;
              padding: 25px; } }
          .works-detail-list-flex-text .title {
            font-weight: 900;
            line-height: 1.2;
            font-size: 100%; }
            @media screen and (min-width: 768px) {
              .works-detail-list-flex-text .title {
                font-size: 100%;
                line-height: 1.5; } }
            .works-detail-list-flex-text .title span {
              font-size: 88%; }
              @media screen and (min-width: 768px) {
                .works-detail-list-flex-text .title span {
                  font-size: 66%; } }
          .works-detail-list-flex-text .text {
            line-height: 1.6;
            font-size: 88%;
            margin-top: 10px; }
            @media screen and (min-width: 768px) {
              .works-detail-list-flex-text .text {
                font-size: 100%; } }
          .works-detail-list-flex-text .btn-3 {
            margin: 15px 0; }
    .works-detail.view {
      height: auto; }
    .works-detail-inquiry {
      text-align: center; }
      .works-detail-inquiry img {
        width: 100%;
        max-width: auto; }
      .works-detail-inquiry-text {
        font-size: 80%;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .works-detail-inquiry-text {
            text-align: left; } }
    .works-detail-more {
      margin: 30px auto;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .works-detail-more {
          margin: 5px 0;
          margin-left: auto; } }
    .works-detail .works-list-btn {
      display: none; }
      @media screen and (min-width: 768px) {
        .works-detail .works-list-btn {
          display: block; } }
  .works-more {
    margin: 30px 0;
    text-align: center; }

.voice {
  padding: 50px 0px;
  background: linear-gradient(to bottom, white 0%, white 35%, #f2f2f2 35.5%, #f2f2f2 100%);
  position: relative; }
  .voice:after {
    content: "";
    top: 35%;
    left: 0;
    width: 100%;
    height: 10px;
    position: absolute;
    background: linear-gradient(to right, #8dd3e4 0%, #354797 100%); }
  .voice-yet {
    background: #F2F2F2; }
  .voice-bg {
    padding: 0 15px; }
  .voice-evaluation {
    text-align: center;
    border: solid 3px #555;
    position: relative;
    display: inline-block;
    width: 100%;
    background: #f2f2f2;
    font-weight: 900;
    font-size: 150%;
    margin-bottom: 20px;
    font-size: 100%;
    /*一時的に*/
    margin-left: 15px;
    width: calc(100% - 30px); }
    @media screen and (min-width: 768px) {
      .voice-evaluation {
        font-size: 150%;
        width: 100%; }
        .voice-evaluation br {
          display: none; } }
    .voice-evaluation:before {
      content: "";
      position: absolute;
      bottom: -24px;
      left: 50%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-top: 12px solid #f2f2f2;
      z-index: 2; }
    .voice-evaluation:after {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -17px;
      border: 14px solid transparent;
      border-top: 14px solid #555;
      z-index: 1; }
    .voice-evaluation-p {
      padding: 5px 15px;
      overflow: hidden; }
  .voice-grd {
    /*margin:35px 0 30px;*/
    margin: 0;
    height: 135px;
    width: 100%;
    padding: 40px 0; }
  .voice-all {
    text-align: center; }
  .voice-title {
    line-height: 0;
    margin-bottom: 30px; }
  .voice-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    z-index: 2; }
    .voice-list-thumb {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .voice-list-thumb {
          width: calc(100% / 3);
          padding: 15px; } }
      .voice-list-thumb-photo {
        position: relative;
        overflow: hidden; }
        .voice-list-thumb-photo-quick {
          position: absolute;
          top: 15px;
          left: -55px;
          transform: rotate(90deg); }
          .voice-list-thumb-photo-quick .quickview {
            padding-left: 70px; }
      .voice-list-thumb-title {
        line-height: 1.5;
        font-size: 110%;
        line-height: 2; }
      .voice-list-thumb-name {
        font-size: 88%;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 10px;
        line-height: 2; }
        @media screen and (min-width: 768px) {
          .voice-list-thumb-name {
            font-size: 110%; } }
        .voice-list-thumb-name:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 50px;
          height: 5px;
          background: #35314C; }
      .voice-list-thumb-text {
        font-size: 88%;
        line-height: 2;
        letter-spacing: 0.2px; }
        @media screen and (min-width: 768px) {
          .voice-list-thumb-text {
            font-size: 110%; } }
      .voice-list-thumb-more {
        margin: 10px 0 30px;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .voice-list-thumb-more {
            text-align: right;
            margin: 30px 0 50px; } }

.news {
  padding: 50px 0; }
  @media screen and (min-width: 768px) {
    .news {
      padding: 50px 15px; } }
  .news-title {
    margin: 30px 0; }
  .news-list {
    padding: 20px; }
    @media screen and (min-width: 768px) {
      .news-list {
        padding: 30px;
        max-width: 900px;
        margin: 0 auto; } }
    .news-list-flex {
      background: #fff;
      padding: 0 10px; }
      @media screen and (min-width: 768px) {
        .news-list-flex {
          padding: 0 20px; } }
      .news-list-flex-thumb {
        display: block;
        width: 100%;
        transition-duration: 0.3s;
        color: #35314C;
        /*background:url("../images/news-arrow.svg")no-repeat right 5px center;
        background-size:40px auto;*/ }
        @media screen and (min-width: 768px) {
          .news-list-flex-thumb {
            background: url("../images/news-arrow.svg") no-repeat right 30px center;
            background-size: 104px auto; } }
        .news-list-flex-thumb-parts {
          width: 100%;
          border-top: 1px dotted #b3b3b3;
          padding: 15px 10px; }
          @media screen and (min-width: 768px) {
            .news-list-flex-thumb-parts {
              padding: 20px;
              padding-left: 50px; } }
        .news-list-flex-thumb:first-of-type .news-list-flex-thumb-parts {
          border: none; }
        .news-list-flex-thumb:hover {
          opacity: 0.5;
          background-position: right 0 center; }
          @media screen and (min-width: 768px) {
            .news-list-flex-thumb:hover {
              background-position: right 0 center; } }
        .news-list-flex-thumb-date {
          font-size: 64%;
          color: #7C798B; }
          @media screen and (min-width: 768px) {
            .news-list-flex-thumb-date {
              font-size: 110%; } }
          .news-list-flex-thumb-date .category {
            font-size: 88%;
            padding: 1px 5px;
            background: #35314C;
            color: #fff;
            margin-left: 20px;
            display: inline-block; }
        .news-list-flex-thumb-title {
          font-size: 88%;
          font-weight: bold; }
          @media screen and (min-width: 768px) {
            .news-list-flex-thumb-title {
              font-size: 110%;
              margin-top: 15px; } }
  .news-all {
    margin: 30px 0;
    display: block; }
  .news-all {
    text-align: center; }

.qa {
  padding-bottom: 70px; }
  .qa-block {
    border-bottom: 1px solid #fff;
   /*
  &:first-of-type{
      .answer{
          display:block;
      }
  }*/ }
    .qa-block .question, .qa-block .answer {
      padding: 20px 40px 20px 55px; }
    .qa-block .question {
      background: linear-gradient(to right, #8dd3e4 0%, #354797 100%);
      color: #fff;
      cursor: pointer; }
      .qa-block .question:before {
        content: "Q.";
        font-weight: bold;
        font-size: 120%;
        margin-left: -25px; }
    .qa-block .answer {
      background: #f2f2f2;
      display: none; }
      .qa-block .answer:before {
        content: "A.";
        font-weight: bold;
        font-size: 120%;
        margin-left: -25px; }

.about {
  padding-bottom: 70px;
  background: #f2f2f2; }
  .about-block {
    background: linear-gradient(to right, #8dd3e4 0%, #354797 100%);
    padding: 5px; }
    .about-block-text {
      background: #fff;
      width: 100%;
      padding: 30px 15px; }
      @media screen and (min-width: 768px) {
        .about-block-text {
          padding: 50px 15px; } }

.loop_css {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 300px;
  left: 50%;
  margin-left: -50%;
  overflow: hidden; }

.loop_css img {
  width: auto;
  height: 55px;
  max-width: none; }

/* 1つ目の画像 */
.loop_css img:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }

/* 2つ目の画像 */
.loop_css img + img {
  -webkit-animation: loop2 50s  linear infinite;
  animation: loop2 50s linear infinite; }

/*アニメーション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%); } }
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%); } }
