/* CSS Document */
@media screen and (max-width: 767px) {
  .sectitle {
    width: 100%;
    position: relative;
    background: url(../images/service-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 100px 0 50px;
    margin-bottom: 50px; }
    .sectitle:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 5px;
      bottom: 0;
      left: 0;
      background: linear-gradient(to right, #a7bcfc 0%, #b5fdff 50%, #cfbee6 100%); } }

#voice .detail-main {
  border: 5px solid #a1bbff;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    #voice .detail-main {
      padding: 50px; } }
  @media screen and (min-width: 768px) {
    #voice .detail-main-content {
      padding: 50px; } }
  #voice .detail-main-content-company {
    font-size: 100%;
    font-weight: 900; }
    @media screen and (min-width: 768px) {
      #voice .detail-main-content-company {
        margin-top: 30px;
        font-size: 110%; } }
  #voice .detail-main-content-photo {
    padding: 20px 0; }
    @media screen and (min-width: 768px) {
      #voice .detail-main-content-photo {
        padding: 0; } }
  #voice .detail-main-content-text {
    margin-top: 20px;
    font-size: 90%;
    line-height: 1.5; }
  #voice .detail-main-content-url {
    text-align: center;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      #voice .detail-main-content-url {
        margin-top: 50px; } }
#voice .detail-title {
  font-size: 185%; }
  #voice .detail-title .inner-text {
    text-align: left; }
#voice .detail-subtext {
  font-size: 110%; }
#voice .detail-content {
  padding: 50px 0; }
  #voice .detail-content-title {
    text-align: center;
    border: solid 3px #35314C;
    position: relative;
    display: inline-block;
    width: 100%;
    background: #35314C;
    font-weight: 900;
    font-size: 150%;
    margin-bottom: 20px;
    font-size: 100%;
    color: #fff; }
    @media screen and (min-width: 768px) {
      #voice .detail-content-title {
        font-size: 150%; }
        #voice .detail-content-title br {
          display: none; } }
    #voice .detail-content-title:before {
      content: "";
      position: absolute;
      bottom: -24px;
      left: 50%;
      margin-left: -15px;
      border: 12px solid transparent;
      border-top: 12px solid #35314C;
      z-index: 2; }
    #voice .detail-content-title:after {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50%;
      margin-left: -17px;
      border: 14px solid transparent;
      border-top: 14px solid #555;
      z-index: 1; }
    #voice .detail-content-title-p {
      padding: 5px 15px;
      overflow: hidden; }
  #voice .detail-content h3 {
    position: relative;
    font-size: 110%;
    color: #35314C;
    padding-left: 50px;
    font-weight: 900;
    margin: 30px auto 15px; }
    #voice .detail-content h3:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 40px;
      height: 2px;
      background: #666;
      transform: translate(0, -50%); }
  #voice .detail-content h4 {
    max-width: 700px;
    margin: 20px auto 15px;
    font-weight: 900;
    font-size: 100%; }
  #voice .detail-content p {
    max-width: 700px;
    margin: 10px auto 30px;
    font-size: 100%; }
#voice .detail-back {
  text-align: center;
  padding: 30px 0; }

#privacy, #notfound {
  padding: 50px 15px; }
  #privacy .sec01-block-intro, #notfound .sec01-block-intro {
    font-size: 100%; }
  #privacy .sec01-block-title, #notfound .sec01-block-title {
    font-weight: 900;
    font-size: 135%;
    margin: 40px 0 20px; }
  #privacy .sec01-block-text, #notfound .sec01-block-text {
    font-size: 88%;
    line-height: 2; }
    #privacy .sec01-block-text ul, #notfound .sec01-block-text ul {
      list-style: decimal;
      margin: 0;
      padding: 15px 0;
      padding-left: 20px; }
      @media screen and (min-width: 768px) {
        #privacy .sec01-block-text ul, #notfound .sec01-block-text ul {
          padding-left: 30px; } }
      #privacy .sec01-block-text ul.sec01-block-dot, #notfound .sec01-block-text ul.sec01-block-dot {
        list-style: disc; }
  #privacy .sec01-block-end, #notfound .sec01-block-end {
    margin-top: 30px;
    text-align: right;
    font-size: 88%;
    line-height: 2; }

#notfound {
  padding-top: 150px;
  padding-bottom: 100px; }

#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: 30px 0 50px;
  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 .anchorbtn-flex {
  display: none; }
  @media screen and (min-width: 768px) {
    #service .anchorbtn-flex {
      padding: 30px 0;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      flex-direction: row; } }
  #service .anchorbtn-flex .btn-1 {
    margin: 10px 15px; }
    @media screen and (min-width: 768px) {
      #service .anchorbtn-flex .btn-1 {
        margin: 0; } }
#service .sec01-kv, #service .sec02-kv, #service .sec03-kv {
  width: 100%;
  min-height: 270px;
  position: relative;
  background: url("../images/service-sec-kv01.jpg") no-repeat center center;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    #service .sec01-kv, #service .sec02-kv, #service .sec03-kv {
      min-height: 450px; } }
  #service .sec01-kv:before, #service .sec02-kv:before, #service .sec03-kv:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #a7bcfc 0%, #b5fdff 50%, #cfbee6 100%);
    position: absolute; }
  #service .sec01-kv-title, #service .sec02-kv-title, #service .sec03-kv-title {
    margin-top: 50px; }
#service .sec01-block, #service .sec02-block, #service .sec03-block {
  margin: 0 auto;
  background: linear-gradient(to right, #8dd3e4 0%, #7bbafd 100%);
  padding: 5px;
  margin-top: -200px;
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
  width: calc(100% - 20px); }
  @media screen and (min-width: 768px) {
    #service .sec01-block, #service .sec02-block, #service .sec03-block {
      width: 100%;
      margin-top: -250px; } }
  #service .sec01-block-title, #service .sec02-block-title, #service .sec03-block-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
    #service .sec01-block-title-icon, #service .sec02-block-title-icon, #service .sec03-block-title-icon {
      background: #35314c;
      padding: 25px 15px 15px;
      position: relative; }
      #service .sec01-block-title-icon:before, #service .sec02-block-title-icon:before, #service .sec03-block-title-icon:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 50%;
        width: 15px;
        height: 1px;
        background: #fff;
        transform: translate(-50%, 0); }
    #service .sec01-block-title-text, #service .sec02-block-title-text, #service .sec03-block-title-text {
      padding-left: 20px; }
      #service .sec01-block-title-text h4, #service .sec02-block-title-text h4, #service .sec03-block-title-text h4 {
        font-weight: 900;
        font-size: 150%; }
        @media screen and (min-width: 768px) {
          #service .sec01-block-title-text h4, #service .sec02-block-title-text h4, #service .sec03-block-title-text h4 {
            font-size: 185%; } }
      #service .sec01-block-title-text p, #service .sec02-block-title-text p, #service .sec03-block-title-text p {
        font-weight: 900;
        font-size: 110%; }
  #service .sec01-block-case, #service .sec02-block-case, #service .sec03-block-case {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 30px; }
    #service .sec01-block-case-intro, #service .sec02-block-case-intro, #service .sec03-block-case-intro {
      line-height: 1.8;
      padding-bottom: 30px; }
      @media screen and (max-width: 767px) {
        #service .sec01-block-case-intro, #service .sec02-block-case-intro, #service .sec03-block-case-intro {
          font-size: 88%; }
          #service .sec01-block-case-intro p, #service .sec02-block-case-intro p, #service .sec03-block-case-intro p {
            display: inline; }
          #service .sec01-block-case-intro br, #service .sec02-block-case-intro br, #service .sec03-block-case-intro br {
            display: none; } }
    #service .sec01-block-case-pr-icon, #service .sec02-block-case-pr-icon, #service .sec03-block-case-pr-icon {
      text-align: center;
      position: relative;
      z-index: 2;
      margin-bottom: 20px; }
    #service .sec01-block-case-pr .underline, #service .sec02-block-case-pr .underline, #service .sec03-block-case-pr .underline {
      background-image: linear-gradient(to right, #a1bbff 0%, #7bbad5 100%); }
    #service .sec01-block-case-pr-frame, #service .sec02-block-case-pr-frame, #service .sec03-block-case-pr-frame {
      border: 2px solid #35314c;
      padding: 35px 15px;
      position: relative; }
      @media screen and (min-width: 768px) {
        #service .sec01-block-case-pr-frame, #service .sec02-block-case-pr-frame, #service .sec03-block-case-pr-frame {
          padding: 42px 30px 30px; } }
      #service .sec01-block-case-pr-frame h4, #service .sec02-block-case-pr-frame h4, #service .sec03-block-case-pr-frame h4 {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 5px;
        background: #fff;
        font-size: 110%;
        width: 90%;
        text-align: center; }
        @media screen and (min-width: 768px) {
          #service .sec01-block-case-pr-frame h4, #service .sec02-block-case-pr-frame h4, #service .sec03-block-case-pr-frame h4 {
            width: auto;
            font-size: 150%;
            padding: 10px; } }
      #service .sec01-block-case-pr-frame p, #service .sec02-block-case-pr-frame p, #service .sec03-block-case-pr-frame p {
        font-size: 88%;
        line-height: 1.8; }
    #service .sec01-block-case-study, #service .sec02-block-case-study, #service .sec03-block-case-study {
      color: #fff;
      background: #35314c;
      padding: 10px;
      text-align: center;
      margin-top: 50px; }
      #service .sec01-block-case-study h4, #service .sec02-block-case-study h4, #service .sec03-block-case-study h4 {
        font-weight: 900;
        font-size: 110%;
        line-height: 1; }
        #service .sec01-block-case-study h4 .small, #service .sec02-block-case-study h4 .small, #service .sec03-block-case-study h4 .small {
          font-size: 80%; }
    #service .sec01-block-case-detail, #service .sec02-block-case-detail, #service .sec03-block-case-detail {
      margin: 0 auto;
      width: 100%; }
      #service .sec01-block-case-detail-list, #service .sec02-block-case-detail-list, #service .sec03-block-case-detail-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between; }
        @media screen and (min-width: 768px) {
          #service .sec01-block-case-detail-list, #service .sec02-block-case-detail-list, #service .sec03-block-case-detail-list {
            flex-direction: row; } }
        #service .sec01-block-case-detail-list-thumb, #service .sec02-block-case-detail-list-thumb, #service .sec03-block-case-detail-list-thumb {
          width: 100%;
          margin-bottom: 15px;
          margin-top: 10px; }
          @media screen and (min-width: 768px) {
            #service .sec01-block-case-detail-list-thumb, #service .sec02-block-case-detail-list-thumb, #service .sec03-block-case-detail-list-thumb {
              width: calc(100% / 3);
              padding: 15px; } }
          #service .sec01-block-case-detail-list-thumb-photo, #service .sec02-block-case-detail-list-thumb-photo, #service .sec03-block-case-detail-list-thumb-photo {
            position: relative;
            overflow: hidden;
            border-radius: 10px; }
            #service .sec01-block-case-detail-list-thumb-photo .img, #service .sec02-block-case-detail-list-thumb-photo .img, #service .sec03-block-case-detail-list-thumb-photo .img {
              transform: scale(120%, 120%); }
          #service .sec01-block-case-detail-list-thumb-icon, #service .sec02-block-case-detail-list-thumb-icon, #service .sec03-block-case-detail-list-thumb-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 3; }
          #service .sec01-block-case-detail-list-thumb-title, #service .sec02-block-case-detail-list-thumb-title, #service .sec03-block-case-detail-list-thumb-title {
            padding: 10px 0;
            line-height: 1.5;
            font-size: 100%;
            margin-top: 5px; }
            @media screen and (min-width: 768px) {
              #service .sec01-block-case-detail-list-thumb-title, #service .sec02-block-case-detail-list-thumb-title, #service .sec03-block-case-detail-list-thumb-title {
                margin-top: 0;
                background: #fff; } }
          #service .sec01-block-case-detail-list-thumb p, #service .sec02-block-case-detail-list-thumb p, #service .sec03-block-case-detail-list-thumb p {
            line-height: 2;
            /*font-size:88%;*/
            letter-spacing: 0.5px; }
      #service .sec01-block-case-detail-title, #service .sec02-block-case-detail-title, #service .sec03-block-case-detail-title {
        font-size: 115%;
        padding: 15px 0; }
    #service .sec01-block-case-btn, #service .sec02-block-case-btn, #service .sec03-block-case-btn {
      text-align: center;
      margin: 30px 0; }
  #service .sec01-block-merit, #service .sec02-block-merit, #service .sec03-block-merit {
    margin-top: 70px;
    text-align: center; }
    #service .sec01-block-merit-area, #service .sec02-block-merit-area, #service .sec03-block-merit-area {
      margin-top: 40px; }
      #service .sec01-block-merit-area h5, #service .sec02-block-merit-area h5, #service .sec03-block-merit-area h5 {
        margin-top: 30px;
        font-size: 150%;
        line-height: 1.5; }
        #service .sec01-block-merit-area h5 .underline, #service .sec02-block-merit-area h5 .underline, #service .sec03-block-merit-area h5 .underline {
          display: inline; }
        #service .sec01-block-merit-area h5 .small, #service .sec02-block-merit-area h5 .small, #service .sec03-block-merit-area h5 .small {
          font-size: 70%;
          display: inline; }
      #service .sec01-block-merit-area p, #service .sec02-block-merit-area p, #service .sec03-block-merit-area p {
        margin: 0 auto;
        margin-top: 50px;
        line-height: 2;
        font-size: 100%;
        width: 100%;
        text-align: left; }
        @media screen and (min-width: 768px) {
          #service .sec01-block-merit-area p, #service .sec02-block-merit-area p, #service .sec03-block-merit-area p {
            width: 80%;
            font-size: 88%; } }
    #service .sec01-block-merit-title, #service .sec02-block-merit-title, #service .sec03-block-merit-title {
      color: #fff;
      background: #35314c;
      padding: 10px;
      text-align: center;
      margin-top: 30px;
      position: relative; }
      @media screen and (min-width: 768px) {
        #service .sec01-block-merit-title, #service .sec02-block-merit-title, #service .sec03-block-merit-title {
          padding: 20px 10px; } }
      #service .sec01-block-merit-title:after, #service .sec02-block-merit-title:after, #service .sec03-block-merit-title:after {
        content: "";
        bottom: -10px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 10px 0 10px;
        border-color: #35314c transparent transparent transparent; }
      #service .sec01-block-merit-title h4, #service .sec02-block-merit-title h4, #service .sec03-block-merit-title h4 {
        font-weight: 900;
        font-size: 110%;
        line-height: 1; }
        #service .sec01-block-merit-title h4 .small, #service .sec02-block-merit-title h4 .small, #service .sec03-block-merit-title h4 .small {
          font-size: 80%; }
    #service .sec01-block-merit-point, #service .sec02-block-merit-point, #service .sec03-block-merit-point {
      padding: 5px;
      display: inline-block;
      margin-top: 30px; }
      #service .sec01-block-merit-point .bgwhite, #service .sec02-block-merit-point .bgwhite, #service .sec03-block-merit-point .bgwhite {
        background: #fff;
        width: 100%;
        padding: 5px 15px; }
#service .sec01-frame, #service .sec02-frame, #service .sec03-frame {
  background: #fff;
  padding: 15px; }
#service .sec02-kv {
  background-image: url("../images/service-sec-kv02.jpg"); }
#service .sec02-block-case-study {
  position: relative;
  padding: 10px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #service .sec02-block-case-study {
      padding: 20px 10px; } }
  #service .sec02-block-case-study:after {
    content: "";
    bottom: -10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #35314c transparent transparent transparent; }
#service .sec03-kv {
  background-image: url("../images/service-sec-kv03.jpg"); }
#service .sec03-block-case-study {
  position: relative;
  padding: 10px;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    #service .sec03-block-case-study {
      padding: 20px 10px; } }
  #service .sec03-block-case-study:after {
    content: "";
    bottom: -10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 10px 0 10px;
    border-color: #35314c transparent transparent transparent; }
#service .sec04 {
  padding: 0 15px 50px; }
  @media screen and (min-width: 768px) {
    #service .sec04 {
      padding: 0; } }
  #service .sec04-etc {
    max-width: 900px;
    margin: 0 auto; }
    #service .sec04-etc-title {
      margin: 30px auto;
      text-align: center;
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        #service .sec04-etc-title {
          font-size: 45px; } }
    #service .sec04-etc-category {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 768px) {
        #service .sec04-etc-category {
          flex-direction: row; } }
      #service .sec04-etc-category li {
        width: 100%;
        padding: 5px 10px;
        color: #fff;
        text-align: center;
        margin: 2px;
        font-size: 120%; }
        @media screen and (min-width: 768px) {
          #service .sec04-etc-category li {
            width: 20%;
            font-weight: bold; } }
    #service .sec04-etc-btn {
      margin: 30px 0 0; }
      #service .sec04-etc-btn .btn-1 {
        width: 100%;
        padding: 20px;
        text-align: center;
        border: 2px solid #7bbad5; }

.works-firstview {
  background-image: url("../images/fv-bg.jpg"); }
  @media screen and (max-width: 767px) {
    .works-firstview {
      height: 38vw; } }

.works-sectext {
  max-width: 700px;
  text-align: left;
  margin: 0 auto;
  font-size: 88%;
  line-height: 1.8; }
  @media screen and (min-width: 768px) {
    .works-sectext {
      text-align: left;
      font-size: 100%; } }

.works-list {
  padding-bottom: 35px; }
.works-search {
  position: relative; }
  .works-search-not {
    text-align: left;
    padding: 70px 0; }
  .works-search-btn {
    text-align: center;
    background: #35314C;
    color: #fff;
    position: relative;
    padding: 15px;
    cursor: pointer; }
    .works-search-btn:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 15px;
      width: 5px;
      height: 8px;
      transform: translate(0, -50%) rotate(90deg);
      background: url("../images/btn-1-arrow.svg") no-repeat center center;
      transition: all 0.5s ease-out; }
    .works-search-btn.active:after {
      content: "";
      transform: translate(0, -50%) rotate(270deg); }
  .works-search-area {
    position: absolute;
    z-index: 900;
    width: 100%;
    background: #fff;
    padding-bottom: 15px;
    display: none; }
    .works-search-area-list {
      display: flex;
      justify-content: space-around;
      align-items: flex-start;
      flex-direction: column;
      flex-wrap: wrap;
      padding: 10px 20px; }
      @media screen and (min-width: 768px) {
        .works-search-area-list {
          flex-direction: row; } }
      .works-search-area-list:nth-child(odd) {
        background: #f2f2f2; }
      .works-search-area-list h3 {
        padding: 5px;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .works-search-area-list h3 {
            width: 20%; } }
      .works-search-area-list-check {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        @media screen and (min-width: 768px) {
          .works-search-area-list-check {
            width: 80%;
            padding: 0 15px;
            border-left: 1px solid #35314C;
            justify-content: flex-start; } }
        .works-search-area-list-check input {
          position: absolute;
          left: -9999px; }
        .works-search-area-list-check label {
          display: inline-block;
          position: relative;
          margin: 5px;
          padding: 5px 10px;
          min-width: 60px;
          text-align: center;
          border: 2px solid #707070;
          border-radius: 100px;
          color: #000;
          background-color: #fff;
          white-space: nowrap;
          cursor: pointer;
          user-select: none;
          transition: background-color .2s, box-shadow .2s;
          font-size: 88%; }
        .works-search-area-list-check input:checked + label {
          background-color: #35314C;
          color: #fff; }
    .works-search-area-submit {
      text-align: center; }
      .works-search-area-submit button {
        margin: 0 auto;
        border: none; }

#works .sec01 {
  padding: 50px 15px; }
  #works .sec01-block {
    padding: 20px;
    position: relative;
    z-index: 2;
    background: #fff;
    border: 3px solid #707070;
    transform: translate(0, calc(-19vw - 50px)); }
    @media screen and (min-width: 768px) {
      #works .sec01-block {
        padding: 40px; } }
    #works .sec01-block-title {
      color: #35314C; }
    #works .sec01-block-text {
      padding: 10px;
      color: #35314C;
      line-height: 2; }
      @media screen and (min-width: 768px) {
        #works .sec01-block-text {
          padding: 30px; } }
  #works .sec01 .detail-main {
    padding-bottom: 50px; }
    #works .sec01 .detail-main-content-title {
      font-size: 185%;
      font-weight: 900;
      position: relative;
      margin-top: 30px;
      line-height: 1; }
      #works .sec01 .detail-main-content-title:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        width: 50px;
        height: 2px;
        background: #35314c; }
      #works .sec01 .detail-main-content-title .inner-text {
        text-align: left; }
    #works .sec01 .detail-main-content-subtext {
      font-size: 110%;
      font-weight: 900;
      margin: 0;
      padding: 0;
      margin-bottom: 30px; }
    #works .sec01 .detail-main-content-flex {
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 768px) {
        #works .sec01 .detail-main-content-flex {
          flex-direction: row; } }
    #works .sec01 .detail-main-content-ul {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      background: #35314c;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff; }
      #works .sec01 .detail-main-content-ul li {
        border-left: 1px solid #fff;
        color: #fff;
        font-size: 88%;
        padding: 20px; }
    #works .sec01 .detail-main-content-text {
      margin-top: 30px;
      line-height: 1.8;
      padding-bottom: 50px; }
    #works .sec01 .detail-main-content table {
      width: 100%;
      border-collapse: collapse; }
      #works .sec01 .detail-main-content table tr th, #works .sec01 .detail-main-content table tr td {
        font-size: 88%;
        font-weight: normal;
        padding: 15px;
        text-align: left;
        display: block; }
        @media screen and (min-width: 768px) {
          #works .sec01 .detail-main-content table tr th, #works .sec01 .detail-main-content table tr td {
            display: table-cell; } }
      #works .sec01 .detail-main-content table tr th {
        background: #f2f2f2; }
        @media screen and (min-width: 768px) {
          #works .sec01 .detail-main-content table tr th {
            width: 20%;
            background: none; } }
      @media screen and (min-width: 768px) {
        #works .sec01 .detail-main-content table tr td {
          width: 80%; } }
      @media screen and (min-width: 768px) {
        #works .sec01 .detail-main-content table tr:nth-child(odd) {
          background: #f2f2f2; } }
  #works .sec01 .detail-category-title {
    position: relative;
    font-weight: 900;
    padding: 15px 0;
    padding-left: 40px;
    font-size: 150%;
    line-height: 1;
    margin-left: 15px; }
    #works .sec01 .detail-category-title:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 20px;
      height: 3px;
      background: linear-gradient(to right, #8dd3e4 0%, #354797 100%);
      transform: translate(0, -50%); }
  #works .sec01 .detail-category-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    #works .sec01 .detail-category-list-more {
      cursor: pointer;
      text-align: center;
      margin: 15px 0 30px; }
      @media screen and (min-width: 768px) {
        #works .sec01 .detail-category-list-more {
          text-align: right; } }
    #works .sec01 .detail-category-list-thumb {
      width: 100%;
      margin-bottom: 15px;
      margin-top: 10px; }
      @media screen and (min-width: 768px) {
        #works .sec01 .detail-category-list-thumb {
          width: calc(100% / 3);
          padding: 15px; } }
      #works .sec01 .detail-category-list-thumb-photo {
        position: relative;
        overflow: hidden; }
        #works .sec01 .detail-category-list-thumb-photo .quickview {
          position: absolute;
          top: 0;
          right: -5%;
          padding-right: 30px;
          z-index: 2; }
        #works .sec01 .detail-category-list-thumb-photo .img {
          transition-duration: 0.3s; }
        #works .sec01 .detail-category-list-thumb-photo:hover .img {
          transform: scale(120%, 120%); }
      #works .sec01 .detail-category-list-thumb-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 3; }
      #works .sec01 .detail-category-list-thumb-title {
        padding: 10px;
        line-height: 1.5;
        border-left: 5px solid #a1bbff;
        font-size: 110%;
        margin-top: 5px; }
        @media screen and (min-width: 768px) {
          #works .sec01 .detail-category-list-thumb-title {
            width: 85%;
            margin-top: 0;
            font-size: 135%;
            transform: translate(0, -30px);
            margin-bottom: -20px;
            background: #fff;
            padding: 20px; } }
      #works .sec01 .detail-category-list-thumb p {
        line-height: 2;
        font-size: 88%;
        letter-spacing: 0.5px; }
        @media screen and (min-width: 768px) {
          #works .sec01 .detail-category-list-thumb p {
            font-size: 110%; } }
      #works .sec01 .detail-category-list-thumb-more {
        margin: 30px 0 50px;
        text-align: center; }
        #works .sec01 .detail-category-list-thumb-more a {
          display: inline-block; }
        @media screen and (min-width: 768px) {
          #works .sec01 .detail-category-list-thumb-more {
            text-align: right; } }
  #works .sec01 .detail-back {
    text-align: center;
    padding: 30px 0; }
#works .sec02 {
  margin-top: calc(-19vw - 50px);
  padding: 50px 15px; }
  #works .sec02-title {
    position: relative;
    padding-left: 30px;
    color: #35314C; }
    #works .sec02-title:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 25px;
      height: 3px;
      background: #35314C;
      transform: translate(0, -50%); }
  #works .sec02-block {
    max-width: 700px;
    width: 100%;
    margin: 50px auto; }
    #works .sec02-block-table {
      border-collapse: collapse;
      width: 100%; }
      #works .sec02-block-table tr:nth-child(odd) {
        background: #F2F2F2; }
      #works .sec02-block-table tr th, #works .sec02-block-table tr td {
        display: block;
        font-weight: normal;
        font-size: 90%;
        color: #35314C;
        vertical-align: top;
        padding: 10px 30px;
        margin: 0;
        text-align: left; }
        @media screen and (min-width: 768px) {
          #works .sec02-block-table tr th, #works .sec02-block-table tr td {
            display: table-cell;
            padding: 20px 30px; } }
      @media screen and (max-width: 768px) {
        #works .sec02-block-table tr th {
          font-weight: bold;
          padding-bottom: 5px;
          padding-left: 10px; } }
    #works .sec02-block-map {
      padding: 50px 0; }

#news .sec01 {
  padding-bottom: 50px; }
  #news .sec01 .news {
    padding: 50px 0; }
    @media screen and (min-width: 768px) {
      #news .sec01 .news {
        padding: 50px 15px; } }
    #news .sec01 .news-title {
      margin: 30px 0; }
    #news .sec01 .news-main {
      margin-top: 30px;
      padding: 0 10px;
      padding-bottom: 50px; }
      @media screen and (min-width: 768px) {
        #news .sec01 .news-main {
          padding: 0;
          padding-bottom: 50px; } }
      #news .sec01 .news-main-content {
        padding-bottom: 50px; }
        #news .sec01 .news-main-content .date {
          font-size: 88%; }
        #news .sec01 .news-main-content .category {
          font-size: 88%;
          padding: 1px 5px;
          background: #35314C;
          color: #fff;
          margin-left: 20px; }
        #news .sec01 .news-main-content h3 {
          padding-top: 15px;
          padding-bottom: 30px;
          font-weight: 900;
          font-size: 185%; }
        #news .sec01 .news-main-content p {
          padding-bottom: 20px;
          line-height: 1.8;
          font-size: 100%; }
          #news .sec01 .news-main-content p img {
            padding-bottom: 15px; }
      #news .sec01 .news-main-page {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        #news .sec01 .news-main-page a {
          display: inline-block;
          margin: 0; }
    #news .sec01 .news-list {
      padding: 20px 0 0; }
      @media screen and (min-width: 768px) {
        #news .sec01 .news-list {
          padding: 30px 0 0;
          max-width: 900px;
          margin: 0 auto; } }
      #news .sec01 .news-list-flex {
        background: #fff;
        padding: 0 10px; }
        @media screen and (min-width: 768px) {
          #news .sec01 .news-list-flex {
            padding: 0; } }
        #news .sec01 .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 .sec01 .news-list-flex-thumb {
              background: url("../images/news-arrow.svg") no-repeat right 30px center;
              background-size: 104px auto; } }
          #news .sec01 .news-list-flex-thumb-parts {
            width: 100%;
            border-bottom: 1px dotted #b3b3b3;
            padding: 15px 10px; }
            @media screen and (min-width: 768px) {
              #news .sec01 .news-list-flex-thumb-parts {
                padding: 20px;
                padding-left: 50px; } }
          #news .sec01 .news-list-flex-thumb:first-of-type .news-list-flex-thumb-parts {
            border-top: 1px dotted #b3b3b3; }
          #news .sec01 .news-list-flex-thumb:hover {
            opacity: 0.5;
            background-position: right 0 center; }
            @media screen and (min-width: 768px) {
              #news .sec01 .news-list-flex-thumb:hover {
                background-position: right 0 center; } }
          #news .sec01 .news-list-flex-thumb-date {
            font-size: 64%;
            color: #7C798B; }
            @media screen and (min-width: 768px) {
              #news .sec01 .news-list-flex-thumb-date {
                font-size: 110%; } }
          #news .sec01 .news-list-flex-thumb-title {
            font-size: 88%;
            font-weight: bold; }
            @media screen and (min-width: 768px) {
              #news .sec01 .news-list-flex-thumb-title {
                font-size: 110%;
                margin-top: 15px; } }
      #news .sec01 .news-list-title {
        position: relative;
        font-weight: 900;
        padding: 15px 0;
        padding-left: 40px;
        font-size: 150%;
        line-height: 1;
        margin-left: 15px; }
        #news .sec01 .news-list-title:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          width: 20px;
          height: 3px;
          background: linear-gradient(to right, #8dd3e4 0%, #354797 100%);
          transform: translate(0, -50%); }
    #news .sec01 .news-all {
      margin: 30px 0;
      display: block; }
    #news .sec01 .news-all {
      text-align: center; }

#contact .contact-block {
  padding: 30px 0 50px; }
  #contact .contact-block table {
    width: 100%;
    border-collapse: collapse; }
    @media screen and (min-width: 768px) {
      #contact .contact-block table tr:nth-child(odd) {
        background: #F2F2F2; } }
    #contact .contact-block table tr th, #contact .contact-block table tr td {
      padding: 10px 25px;
      font-size: 100%;
      font-weight: normal;
      text-align: left;
      position: relative;
      line-height: 2;
      display: block; }
      #contact .contact-block table tr th .required, #contact .contact-block table tr td .required {
        background: #35314C;
        color: #fff;
        font-size: 80%;
        line-height: 1;
        padding: 5px 10px;
        display: inline-block;
        margin-left: 15px; }
      @media screen and (min-width: 768px) {
        #contact .contact-block table tr th, #contact .contact-block table tr td {
          display: table-cell; } }
    #contact .contact-block table tr th {
      vertical-align: middle;
      background: #F2F2F2; }
      @media screen and (min-width: 768px) {
        #contact .contact-block table tr th {
          background: none; } }
      #contact .contact-block table tr th .text {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center; }
        @media screen and (min-width: 768px) {
          #contact .contact-block table tr th .text {
            justify-content: space-between; } }
      #contact .contact-block table tr th.textarea {
        vertical-align: top; }
    #contact .contact-block table tr td {
      width: 100%;
      padding-left: 35px; }
      @media screen and (min-width: 768px) {
        #contact .contact-block table tr td {
          padding-left: 25px;
          width: 75%; } }
  #contact .contact-block-form-select {
    width: 100%;
    font-size: 100%;
    line-height: 2;
    height: 2.5rem;
    border: 1px solid #CCCCCC;
    border-radius: 5px; }
    @media screen and (min-width: 768px) {
      #contact .contact-block-form-select {
        width: 60%; } }
  #contact .contact-block-form-text {
    width: 100%;
    font-size: 100%;
    line-height: 2;
    border: 1px solid #CCCCCC;
    border-radius: 5px; }
  #contact .contact-block-form-textarea {
    width: 100%;
    font-size: 100%;
    line-height: 2;
    height: 10rem;
    border: 1px solid #CCCCCC;
    border-radius: 5px; }
  #contact .contact-block-privacy {
    text-align: center;
    padding: 30px 0; }
    #contact .contact-block-privacy-text {
      font-size: 100%; }
      #contact .contact-block-privacy-text a {
        text-decoration: underline; }
  #contact .contact-block-btn {
    padding: 30px 0 0;
    text-align: center; }
    #contact .contact-block-btn button {
      border: none; }
    #contact .contact-block-btn button, #contact .contact-block-btn a {
      margin: 0 10px; }
#contact .contact-thanks {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: 400px;
  border: 5px solid #35314C; }
  #contact .contact-thanks-title {
    font-weight: 900;
    font-size: 150%; }
  #contact .contact-thanks-text {
    text-align: center; }

@media screen and (max-width: 767px) {
  #company .firstview-sp {
    height: 38vw;
    position: relative;
    padding: 100px 0 200px;
    background-image: url("../images/fv-company-bg.jpg");
    background-size: cover;
    margin-bottom: 0; } }
#company .firstview {
  position: relative;
  background-image: url("../images/fv-company-bg.jpg"); }
  #company .firstview:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #a7bcfc 0%, #b5fdff 50%, #cfbee6 100%); }
  @media screen and (min-width: 1200px) {
    #company .firstview {
      background-position: cover;
      max-height: 500px; } }
  @media screen and (max-width: 767px) {
    #company .firstview {
      height: 38vw;
      display: none; } }
#company .sec01 {
  padding: 50px 15px; }
  #company .sec01-block {
    padding: 20px;
    position: relative;
    z-index: 2;
    background: #fff;
    border: 3px solid #707070;
    transform: translate(0, calc(-19vw - 80px)); }
    @media screen and (min-width: 768px) {
      #company .sec01-block {
        padding: 40px;
        transform: translate(0, 0);
        /*margin-top:-450px;*/ } }
    #company .sec01-block-title {
      color: #35314C;
      text-align: center; }
    #company .sec01-block-text {
      padding: 10px;
      color: #35314C;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        #company .sec01-block-text p {
          display: inline; }
        #company .sec01-block-text br {
          display: none; } }
      @media screen and (min-width: 768px) {
        #company .sec01-block-text {
          padding: 30px; } }
#company .sec02 {
  padding: 50px 15px;
  transform: translate(0, calc(-19vw - 130px)); }
  @media screen and (max-width: 767px) {
    #company .sec02 {
      margin-bottom: calc(-19vw - 130px); } }
  @media screen and (min-width: 768px) {
    #company .sec02 {
      padding: 40px;
      transform: translate(0, 0);
      /*margin-bottom:calc(-100vw * (1080 / 1920) + 20px);*/ } }
  #company .sec02-title {
    position: relative;
    padding-left: 30px;
    color: #35314C; }
    #company .sec02-title:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 25px;
      height: 3px;
      background: #35314C;
      transform: translate(0, -50%); }
  #company .sec02-block {
    max-width: 700px;
    width: 100%;
    margin: 50px auto; }
    #company .sec02-block-table {
      border-collapse: collapse;
      width: 100%; }
      #company .sec02-block-table tr:nth-child(odd) {
        background: #F2F2F2; }
      #company .sec02-block-table tr th, #company .sec02-block-table tr td {
        display: block;
        font-weight: normal;
        font-size: 90%;
        color: #35314C;
        vertical-align: top;
        padding: 10px 30px;
        margin: 0;
        text-align: left; }
        @media screen and (min-width: 768px) {
          #company .sec02-block-table tr th, #company .sec02-block-table tr td {
            display: table-cell;
            padding: 20px 30px; } }
      @media screen and (max-width: 768px) {
        #company .sec02-block-table tr th {
          font-weight: bold;
          padding-bottom: 5px;
          padding-left: 10px; } }
    #company .sec02-block-map {
      padding: 50px 0 0; }
