@media screen and (min-width: 576px) {
  main #MainContener {
    width: 100vw;
  }
}
@media screen and (max-width: 575px) {
  main #MainContener {
    width: 100%;
    padding: 9vh 0px 0px 0px;
  }
  main #MainContener .news-area {
    padding: 0vh 16px 0px 16px;
  }
  main #MainContener .contact-area {
    padding: 0vh 16px 0px 16px;
  }
}
@media (min-width: 576px) {
  .service-top {
    display: flex;
    height: 100vh;
    width: 100vw;
    background-image: url("/static/IMAGE/ServiceTop.png");
    background-size: cover;
    background-position: center 18%;
    background-repeat: no-repeat;
    margin: 0 0 10vh 0;
  }
  .service-top .item-area {
    width: 50vw;
    height: 100vh;
    position: relative;
  }
  .service-top .item-area .title-1 {
    position: absolute;
    top: 25%;
    left: 10%;
    font-size: 4vw;
    letter-spacing: 3px;
    font-weight: 500;
    color: white;
  }
  .service-top .item-area .title-2 {
    position: absolute;
    top: 35%;
    left: 10%;
    font-size: 4vw;
    letter-spacing: 3px;
    font-weight: 500;
    color: white;
  }
  .service-top .item-area .image-area {
    position: absolute;
    top: 55%;
    left: 10%;
    height: 11vh;
  }
  .service-top .item-area .image-area img {
    width: 18vw;
  }
  .service-top .item-area .image-area .sub-service-name {
    position: absolute;
    top: 65%;
    right: 0;
    font-size: 1.25vw;
    font-weight: 500;
  }
  .service-top_phone {
    display: none;
  }
  .service-detail {
    display: flex;
    width: 100vw;
    height: 100vh;
    margin: 0 0 10vh 0;
  }
  .service-detail .left {
    width: 55%;
  }
  .service-detail .left .title-area {
    margin: 25vh 0 10vh 5vw;
  }
  .service-detail .left .title-area h1 {
    font-size: 3vw;
    font-weight: 500;
    line-height: 150%;
  }
  .service-detail .left .text-area {
    margin: 0 0 0 5vw;
  }
  .service-detail .left .text-area p {
    font-size: 1.4vw;
    font-weight: 400;
    line-height: 190%;
    letter-spacing: 2px;
  }
  .service-detail .right {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service-detail .right img {
    width: 80%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .choice-detail {
    width: 100vw;
    padding: 0 5vw;
    margin: 0 0 35vh 0;
  }
  .choice-detail .title-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10vh 0;
  }
  .choice-detail .title-text h1 {
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 150%;
  }
  .choice-detail .reason-1 {
    display: flex;
    height: 50vh;
    width: 100%;
    margin: 15vh 0;
  }
  .choice-detail .reason-1 .image-area {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choice-detail .reason-1 .image-area img {
    height: 100%;
  }
  .choice-detail .reason-1 .text-area {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choice-detail .reason-1 .text-area .container h1 {
    font-size: 2.7vw;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    margin-bottom: 10%;
  }
  .choice-detail .reason-1 .text-area .container p {
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
  }
  .choice-detail .reason-2 {
    display: flex;
    height: 50vh;
    width: 100%;
    margin: 15vh 0;
  }
  .choice-detail .reason-2 .image-area {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choice-detail .reason-2 .image-area img {
    height: 100%;
  }
  .choice-detail .reason-2 .text-area {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choice-detail .reason-2 .text-area .container h1 {
    font-size: 2.7vw;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    margin-bottom: 10%;
  }
  .choice-detail .reason-2 .text-area .container p {
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
  }
  .choice-detail .reason-3 {
    display: flex;
    height: 50vh;
    width: 100%;
    margin: 15vh 0;
  }
  .choice-detail .reason-3 .image-area {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choice-detail .reason-3 .image-area img {
    height: 100%;
  }
  .choice-detail .reason-3 .text-area {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choice-detail .reason-3 .text-area .container h1 {
    font-size: 2.7vw;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    margin-bottom: 10%;
  }
  .choice-detail .reason-3 .text-area .container p {
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
  }
  .flow-detail {
    width: 100vw;
    margin: 0 0 35vh 0;
  }
  .flow-detail h1 {
    width: 100%;
    text-align: center;
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 150%;
    margin: 10vh 0;
  }
  .flow-detail .image-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flow-detail .image-area img {
    display: flex;
    justify-content: center;
    width: 75%;
  }
  .flow-detail-phone {
    display: none;
  }
  .price-detail {
    width: 100vw;
    margin: 0 0 35vh 0;
  }
  .price-detail h1 {
    width: 100%;
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    margin-bottom: 3vh;
  }
  .price-detail p {
    width: 100%;
    text-align: center;
    font-size: 1.4vw;
    font-weight: 500;
    line-height: 160%;
  }
  .price-detail .button-container {
    height: 10vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15vh 0;
  }
  .price-detail .button-container button {
    border-radius: 50px;
    width: 30vw;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0087ff;
    color: white;
    font-size: 1.3vw;
    font-weight: 500;
  }
  .price-detail .button-container :hover {
    background-color: #0066cc;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(205, 205, 205, 0.7);
  }
  .price-detail .button-container :active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(40, 51, 70, 0.2);
  }
}
@media (max-width: 575px) {
  .service-top {
    display: flex;
    width: 100%;
    background-image: url("/static/IMAGE/ServiceTop.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .service-top .item-area {
    width: 60%;
    height: 60vh;
    position: relative;
  }
  .service-top .item-area .title-1 {
    position: absolute;
    top: 25%;
    left: 6%;
    font-size: 6vw;
    letter-spacing: 2px;
    font-weight: 500;
    color: white;
  }
  .service-top .item-area .title-2 {
    position: absolute;
    top: 33%;
    left: 6%;
    font-size: 6vw;
    letter-spacing: 2px;
    font-weight: 500;
    color: white;
  }
  .service-top .item-area .image-area {
    position: absolute;
    top: 50%;
    left: 6%;
    height: 11vh;
  }
  .service-top .item-area .image-area img {
    width: 70%;
  }
  .service-top .item-area .image-area .sub-service-name {
    position: absolute;
    top: 35%;
    left: 33%;
    font-size: 3.5vw;
    font-weight: 500;
  }
  .service-top_phone {
    display: none;
  }
  .service-detail {
    width: 100%;
    margin: 0 0 20vh 0;
  }
  .service-detail .left {
    width: 100%;
  }
  .service-detail .left .title-area {
    margin: 5vh 0 5vh 5vw;
  }
  .service-detail .left .title-area h1 {
    font-size: 6vw;
    font-weight: 500;
    line-height: 150%;
  }
  .service-detail .left .text-area {
    margin: 0 0 0 5vw;
  }
  .service-detail .left .text-area p {
    font-size: 3vw;
    font-weight: 400;
    line-height: 190%;
    letter-spacing: 2px;
    width: 70%;
  }
  .service-detail .right {
    height: 45vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .service-detail .right img {
    width: 70%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .choice-detail {
    width: 100%;
    padding: 0 2vw;
    margin: 0 0 20vh 0;
  }
  .choice-detail .title-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5vh 0;
  }
  .choice-detail .title-text h1 {
    font-size: 5vw;
    font-weight: 500;
    line-height: 150%;
  }
  .choice-detail .reason-1 {
    display: flex;
    height: 20vh;
    width: 100%;
    margin: 5vh 0;
  }
  .choice-detail .reason-1 .image-area {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choice-detail .reason-1 .image-area img {
    height: 85%;
  }
  .choice-detail .reason-1 .text-area {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choice-detail .reason-1 .text-area .container h1 {
    font-size: 6vw;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    margin-bottom: 10%;
  }
  .choice-detail .reason-1 .text-area .container p {
    font-size: 3vw;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
  }
  .choice-detail .reason-2 {
    display: flex;
    height: 20vh;
    width: 100%;
    margin: 5vh 0;
  }
  .choice-detail .reason-2 .image-area {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choice-detail .reason-2 .image-area img {
    height: 100%;
  }
  .choice-detail .reason-2 .text-area {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choice-detail .reason-2 .text-area .container h1 {
    font-size: 6vw;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    margin-bottom: 10%;
  }
  .choice-detail .reason-2 .text-area .container p {
    font-size: 3vw;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
  }
  .choice-detail .reason-3 {
    display: flex;
    height: 20vh;
    width: 100%;
    margin: 5vh 0;
  }
  .choice-detail .reason-3 .image-area {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choice-detail .reason-3 .image-area img {
    height: 100%;
  }
  .choice-detail .reason-3 .text-area {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .choice-detail .reason-3 .text-area .container h1 {
    font-size: 6vw;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    margin-bottom: 10%;
  }
  .choice-detail .reason-3 .text-area .container p {
    font-size: 3vw;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
  }
  .flow-detail {
    display: none;
  }
  .flow-detail-phone {
    width: 100%;
    margin: 0 0 20vh 0;
  }
  .flow-detail-phone h1 {
    width: 100%;
    text-align: center;
    font-size: 5vw;
    font-weight: 500;
    line-height: 150%;
    margin: 5vh 0;
  }
  .flow-detail-phone .image-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flow-detail-phone .image-area img {
    display: flex;
    justify-content: center;
    width: 85%;
  }
  .price-detail {
    width: 100%;
    margin: 0 0 20vh 0;
  }
  .price-detail h1 {
    width: 100%;
    font-size: 6vw;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    margin-bottom: 3vh;
  }
  .price-detail p {
    width: 100%;
    text-align: center;
    font-size: 3vw;
    font-weight: 500;
    line-height: 160%;
  }
  .price-detail .button-container {
    height: 10vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5vh 0;
  }
  .price-detail .button-container button {
    border-radius: 50px;
    width: 60%;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0087ff;
    color: white;
    font-size: 3.5vw;
    font-weight: 500;
  }
  .price-detail .button-container :hover {
    background-color: #0066cc;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(205, 205, 205, 0.7);
  }
  .price-detail .button-container :active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(40, 51, 70, 0.2);
  }
} /*# sourceMappingURL=style.css.map */