.service-slide {
  margin-top: 30px;
  position: relative; }
  @media only screen and (max-width: 738px) {
    .service-slide {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      margin-top: 10px; } }
  .service-slide .service-slide-text {
    width: 60%;
    max-width: 648px;
    position: absolute;
    top: 6%;
    left: 5%;
    z-index: 10000;
    line-height: 1.5; }
    @media only screen and (max-width: 738px) {
      .service-slide .service-slide-text {
        top: 15px;
        left: 15px;
        width: 80%; } }

.serviceArea {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 1rem; }
  @media only screen and (max-width: 1024px) {
    .serviceArea {
      padding: 0 80px 0 20px; } }
  @media only screen and (max-width: 738px) {
    .serviceArea {
      padding: 0; } }
  .serviceArea img {
    width: 100%; }
  .serviceArea .pc {
    display: block; }
    @media only screen and (max-width: 738px) {
      .serviceArea .pc {
        display: none; } }
  .serviceArea .sp {
    display: none; }
    @media only screen and (max-width: 738px) {
      .serviceArea .sp {
        display: block; } }
  .serviceArea h2 {
    margin-bottom: 30px !important;
    padding-left: 45px;
    background: linear-gradient(transparent 70%, #d6eae9 0%);
    letter-spacing: 5px; }
    @media only screen and (max-width: 738px) {
      .serviceArea h2 {
        margin-top: 0 !important;
        padding-left: 8px;
        letter-spacing: 3px; } }
  .serviceArea h3 {
    font-size: 32px !important;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    color: #1b1b1b;
    margin-bottom: 20px; }
  .serviceArea .link-area {
    float: right;
    margin-right: 25px;
    position: relative; }
    .serviceArea .link-area:after {
      content: '';
      background: url("../img/service/icon-arrow.png") no-repeat;
      background-size: 157px 10px;
      width: 157px;
      height: 10px;
      position: absolute;
      right: 0;
      bottom: -10px; }
    .serviceArea .link-area.on:after {
      background: url("../img/service/icon-arrow-sp.png") no-repeat;
      background-size: 157px 10px;
      width: 157px;
      height: 10px; }
  @media only screen and (max-width: 738px) {
    .serviceArea .service-link {
      margin-right: 0; } }
  .serviceArea .service-link.pc {
    overflow: hidden;
    height: 16px; }
    .serviceArea .service-link.pc a:hover {
      color: #33a3a1;
      margin-top: -16px; }
  .serviceArea .service-link.sp {
    float: right; }
    .serviceArea .service-link.sp a {
      position: relative; }
      .serviceArea .service-link.sp a:after {
        content: '';
        position: absolute;
        background: url("../img/service/icon-arrow-sp.png") no-repeat;
        background-size: 157px 10px;
        width: 157px;
        height: 10px;
        right: 0;
        bottom: -8px; }
  .serviceArea .service-link a {
    color: #808080;
    text-decoration: none;
    display: block;
    width: 157px;
    text-align: left;
    line-height: 16px;
    -webkit-transition: margin 1s;
    -moz-transition: margin 1s;
    -ms-transition: margin 1s;
    -o-transition: margin 1s;
    transition: margin 1s; }
    @media only screen and (max-width: 738px) {
      .serviceArea .service-link a {
        font-size: 14px;
        color: #33a3a1; } }
  .serviceArea .to-thought a:hover img {
    opacity: 0.7; }
  .serviceArea .service-about {
    padding: 120px 20% 0;
    margin-bottom: 80px;
    clear: both; }
    @media only screen and (max-width: 738px) {
      .serviceArea .service-about {
        padding: 60px 0 0 15%;
        margin-bottom: 30px; } }
    .serviceArea .service-about p {
      color: #0d0d0d; }
    .serviceArea .service-about .service-about-txt {
      max-width: 720px;
      width: 100%;
      position: relative; }
      .serviceArea .service-about .service-about-txt p:last-of-type {
        margin-bottom: 0; }
      .serviceArea .service-about .service-about-txt .service-about-bk {
        position: absolute;
        /*background:url("../img/logo-bk.png") no-repeat;*/
        /*background-size:150px 147px;*/
        width: 150px;
        height: 147px;
        top: -45px;
        left: -115px;
        z-index: -1; }
        @media only screen and (max-width: 738px) {
          .serviceArea .service-about .service-about-txt .service-about-bk {
            background-size: 110px 108px;
            width: 110px;
            height: 108px;
            left: -15%; } }
  .serviceArea section {
    padding-top: 50px; }
    @media only screen and (max-width: 738px) {
      .serviceArea section {
        padding-top: 30px; } }
  .serviceArea .project ul {
    margin: 0;
    color: #0d0d0d; }
    .serviceArea .project ul li {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 65px;
      flex-wrap: wrap; }
      @media only screen and (max-width: 738px) {
        .serviceArea .project ul li {
          margin-bottom: 40px; } }
      .serviceArea .project ul li .project-img {
        width: 60%; }
        @media only screen and (max-width: 738px) {
          .serviceArea .project ul li .project-img {
            width: 100%;
            -webkit-box-ordinal-group: 1;
            -ms-flex-order: 1;
            -webkit-order: 1;
            order: 1; } }
      .serviceArea .project ul li .project-txt {
        width: 40%;
        padding-left: 25px;
        box-sizing: border-box; }
        @media only screen and (max-width: 738px) {
          .serviceArea .project ul li .project-txt {
            width: 100%;
            padding-left: 5px;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 2;
            -webkit-order: 2;
            order: 2; } }
        @media only screen and (max-width: 738px) {
          .serviceArea .project ul li .project-txt h3 {
            margin: 20px 0 5px;
            font-size: 30px !important; } }
      .serviceArea .project ul li p {
        margin-bottom: 25px; }
        @media only screen and (max-width: 738px) {
          .serviceArea .project ul li p {
            margin-bottom: 15px; } }
      .serviceArea .project ul li:last-child {
        margin-bottom: 0; }
      .serviceArea .project ul li:nth-child(2n) .project-txt {
        padding-right: 25px;
        padding-left: 0; }
  .serviceArea .h3 {
    font-size: 18px;
    margin-bottom: 30%; }
    @media only screen and (max-width: 738px) {
      .serviceArea .h3 {
        margin-bottom: 20px;
        font-size: 15px; } }
  .serviceArea .award .award-contents {
    padding-left: 45px; }
    @media only screen and (max-width: 738px) {
      .serviceArea .award .award-contents {
        padding-left: 5px; } }
    .serviceArea .award .award-contents .award-title {
      font-size: 16px;
      margin-bottom: 30px;
      color: #0d0d0d; }
      @media only screen and (max-width: 738px) {
        .serviceArea .award .award-contents .award-title {
          margin-bottom: 20px; } }
    .serviceArea .award .award-contents .award-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .serviceArea .award .award-contents dl {
      display: flex;
      flex-wrap: wrap;
      width: 75%;
      font-size: 16px;
      color: #0d0d0d;
      box-sizing: border-box;
      padding-right: 3%; }
      @media only screen and (max-width: 738px) {
        .serviceArea .award .award-contents dl {
          font-size: 14px;
          width: 100%; } }
      .serviceArea .award .award-contents dl dt {
        width: 13%;
        border-right: 1px solid #a0a0a0;
        box-sizing: border-box; }
        @media only screen and (max-width: 1200px) {
          .serviceArea .award .award-contents dl dt {
            width: 20%; } }
        @media only screen and (max-width: 738px) {
          .serviceArea .award .award-contents dl dt {
            width: 18%; } }
      .serviceArea .award .award-contents dl dd {
        width: 87%;
        box-sizing: border-box;
        padding-left: 20px; }
        @media only screen and (max-width: 1200px) {
          .serviceArea .award .award-contents dl dd {
            width: 80%; } }
        @media only screen and (max-width: 738px) {
          .serviceArea .award .award-contents dl dd {
            width: 82%; } }
        @media only screen and (max-width: 738px) {
          .serviceArea .award .award-contents dl dd p {
            margin-bottom: 0.5rem; } }
      .serviceArea .award .award-contents dl .award-name {
        color: #33a3a1; }
    .serviceArea .award .award-contents .award-list-img {
      width: 25%; }
      @media only screen and (max-width: 738px) {
        .serviceArea .award .award-contents .award-list-img {
          width: 100%;
          margin-top: 20px;
          padding: 0 15%; } }
  .serviceArea .contact-area {
    margin: 60px 0 50px; }
    @media only screen and (max-width: 738px) {
      .serviceArea .contact-area {
        margin: 30px 0 25px; } }
    .serviceArea .contact-area a {
      display: block;
      width: 50%;
      box-sizing: border-box;
      text-align: center;
      padding: 20px;
      margin: 0 auto;
      font-size: 16px;
      border-radius: 100px;
      border: 1px solid #808080;
      color: #808080;
      background: #fff;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
      .serviceArea .contact-area a:hover {
        background: #33a3a1;
        color: #fff;
        border: 1px solid #33a3a1; }
      @media only screen and (max-width: 738px) {
        .serviceArea .contact-area a {
          width: 90%;
          padding: 13px;
          background: #33a3a1;
          color: #fff;
          border: 1px solid #33a3a1; } }
      .serviceArea .contact-area a span {
        position: relative; }
        .serviceArea .contact-area a span:before {
          content: '';
          background: url("../img/service/icon-mail.png") no-repeat;
          background-size: 14px 10px;
          width: 14px;
          height: 10px;
          position: absolute;
          left: -20px;
          top: 50%;
          transform: translateY(-50%); }
