@charset "utf-8";

@media screen and (max-width:1640px) {
  
  .sec-05 .detail {
    width: 100%;
    max-width: none;
  }

}

@media screen and (max-width:1420px) {

  main .sec-01::after {
    width: 100%;
    clip-path: none;
  }
  .topImage {
    padding-left: 40%;
    z-index: 1;
  }
  .topImage img {
    opacity: 0;
  }
  .topImage::after {
    left: 75%;
    width: 570px;
    height: 570px;
    background-image: url(../img/logo/service-logo-w.svg);
  }

  .sec-03 .imageContent {
    width: 20%;
    min-width: 550px;
  }
  .sec-03 .textContent {
    width: calc(100% - 550px);
  }

}

@media screen and (max-width:1300px) {

  .sec-04 dd p {
    font-size: 14px;
  }
}

@media screen and (max-width:1230px) {

  .topImage::after {
    top: 60%;
    left: 65%;
  }

  section .text {
    font-size: 18px;
  }
  
  .sec-03 .textContent {
    width: 100%;
    padding: 60px 0;
  }

  .sec-04 dl {
    justify-content: center;
    padding-bottom: 0;
  }
}

@media screen and (max-width:1100px) {

  section .text {
    font-size: 16px;
  }
}

@media screen and (max-width:910px) {

  .navBtn {
    display: block;
  }
  .mainNav {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    background-color: #FCFDFE;
    color: #D8412F;
  }
  .mainNav.display {
    left: 0;
    opacity: 1 !important;
    visibility: visible !important;
    transition: left 0.1s, opacity 0.3s 0.1s, visibility 0.1s !important;
  }
  .mainNav.hidden {
    left: -100%;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: left 0.1s 0.3s, opacity 0.3s, visibility 0.1s 0.3s !important;
  }
  .mainNav ul {
    display: block;
    max-width: 480px;
    margin: 0 auto;
    padding: 60px 0;
  }
  .mainNav li {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgb(216, 65, 47, 0.1);
  }
}

@media screen and (max-width:890px) {
  
  .sec-05 .detail {
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }
  .sec-05 li .detail::before {
    background: none !important;
  }
}

@media screen and (max-width:840px) {

  .sec-05 h3 {
    width: 470px;
  }
  .sec-05 .detail {
    margin-top: 45px;
  }
}

@media screen and (max-width:830px) {

  .serviceName {
    top: 30%;
  }
  .topImage::after {
    left: 50%;
  }
  .topImage::after {
    width: 100%;
    height: 100%;
  }

  .sec-03 .imageContent {
    width: 100%;
    min-width: auto;
    height: 320px;
  }
  .sec-03 .textContent {
    min-width: auto;
  }
  .sec-03 .textContent h3.column {
    line-height: 1.5;
    font-size: 18px;
  }
  .sec-03 .textContent p,
  .sec-03 .textContent ul {
    font-size: 16px;
  }
  .sec-03 .sumupText {
    font-size: 18px;
  }

  .sec-06 .image {
    width: 480px;
    height: 480px;
  }
  .sec-06 .caseData {
    padding: 30px 0 0;
  }
}

@media screen and (max-width:620px) {

  header.first h1.title {
    width: 100%;
  }
  h1.title p {
    left: 0;
    transform: none;
    width: 100%;
    padding: 0 0 0 20px;
    text-align: start;
    font-size: 16px;
  }

  .serviceName {
    left: 0;
    width: 100%;
    padding: 0 10px;
  }
  .serviceName h2 {
    padding-left: 15px;
  }
  .serviceName h2::before {
    left: 5px;
  }
  .serviceName p {
    font-size: 16px;
  }

  .sec-02 .scroll {
    padding: 0 35px 120px 0;
  }


  .sec-04 dl .row {
    width: 100%;
    min-width: auto;
    height: auto;
  }
  .sec-04 dd {
    height: auto;
    padding-bottom: 10px;
  }
  .sec-04 dd img {
    position: relative;
    bottom: auto;
    left: auto;
  }

  .sec-05 h3 {
    width: calc(100% - 10px);
  }
  .sec-05 .detail p {
    font-size: 16px;
  }
}