@charset "UTF-8";
@media (min-width: 1440px) {
  html {
    margin-top: 0px !important;
  }
  .lalalala {
    margin-top: 0px !important;
  }
  .index {
    display: block;
    width: 100%;
  }
  .index section {
    width: 100%;
  }
  .gnavpc ul li {
    font-size: 22px;
  }
  .gnavpc {
    height: 150px;
  }
  .gnavpc ul li:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 10%;
    width: 0;
    height: 2px;
    transition: all 0.5s;
    border-bottom: 2px solid #727A87;
  }
  .gnavpc ul li:nth-of-type(1):before {
    content: "";
    position: absolute;
    top: 50px;
    left: 35%;
    width: 0;
    height: 2px;
    transition: all 0.5s;
    border-bottom: 2px solid #727A87;
  }
  .gnavpc ul li:nth-of-type(1):hover::before {
    width: 30%;
  }
  .gnavpc ul li:nth-of-type(1) a {
    padding-top: 15px;
    padding-bottom: 20px;
    display: inline-block;
  }
  header img {
    height: 100vh;
  }
  header div {
    height: 150px;
  }
  header div h1 {
    padding-top: 20px;
    font-size: 32px;
    line-height: 50px;
    vertical-align: middle;
  }
  header div h1::before {
    width: 300px;
    height: 300px;
  }
  main .steppc {
    margin: 0 auto;
    margin-bottom: 260px;
  }
  main .steppc::after {
    width: 100%;
    position: absolute;
    content: "-ご利用までの流れ-";
    font-size: 55px;
    left: 4vw;
    top: -775px;
    transform: translateY(0px);
    font-weight: bold;
    text-shadow: white 0px 0px 0px;
  }
  main .steppc .links {
    width: 500px;
    height: 150px;
    line-height: 150px;
    font-size: 32px;
  }
  main .steppc .title {
    margin-top: 100px;
    font-size: 40px;
  }
  main .steppc .step1 {
    margin-top: 150px;
    max-width: 1050px;
  }
  main .steppc .step1 p {
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    width: 430px;
    margin-top: 45px;
  }
  main .steppc .step1:nth-of-type(1):after {
    display: none;
  }
  main .steppc .step1:nth-of-type(2):before {
    position: absolute;
    content: "";
    top: -235px;
    left: 315px;
    width: 0px;
    height: 0%;
    flex-shrink: 0;
    border-top: 130px solid #727a87;
    border-right: 200px solid transparent;
    border-bottom: 200px solid transparent;
    border-left: 200px solid transparent;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
  }
  main .steppc .step1:after {
    position: absolute;
    content: "";
    top: 740px;
    left: 315px;
    width: 0px;
    height: 0%;
    flex-shrink: 0;
    border-top: 130px solid #727a87;
    border-right: 200px solid transparent;
    border-bottom: 200px solid transparent;
    border-left: 200px solid transparent;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
  }
  main .steppc .step1 .left {
    width: 600px;
    height: 600px;
  }
  main .steppc .step1 .left div h2 {
    font-size: 45px;
    border-bottom: 2px solid;
    padding-bottom: 21px;
    transform: translate(-144%, 123px);
  }
  main .steppc .step1 .left div h3 {
    margin-top: 36px;
    transform: translate(-53%, 130px) !important;
  }
  main .steppc .step1 .img img {
    width: 600px;
    height: 400px;
  }
  main .steppc .step1:nth-of-type(1) h3, main .steppc .step1:nth-of-type(4) h3, main .steppc .step1:nth-of-type(7) h3 {
    width: 200%;
    transform: translate(-41%, 130px) !important;
  }
  main .twelve:nth-of-type(2) .links,
main .try:nth-of-type(2) .links {
    width: 500px;
    height: 150px;
    line-height: 150px;
    font-size: 32px;
  }
  main .twelve:nth-of-type(2) .links:hover,
main .try:nth-of-type(2) .links:hover {
    background-color: #cee1f3;
    transition: 1s;
  }
  main .twelve h2,
main .try h2 {
    margin-top: 0px;
    padding-top: 50px;
  }
  main .twelve h2 p,
main .try h2 p {
    font-size: 19px;
    line-height: 60px;
  }
  main .twelve h2 strong,
main .try h2 strong {
    font-size: 42px;
    padding-bottom: 15px;
  }
  main .twelve .border,
main .try .border {
    padding-top: 60px;
    padding-bottom: 100px;
    border: 1px solid #727A87;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 80px;
    max-width: 1024px;
  }
  main .twelve .border .nine,
main .try .border .nine {
    display: flex;
  }
  main .twelve .border .nine div,
main .try .border .nine div {
    margin-left: 0px;
  }
  main .twelve:nth-of-type(1) div ul:nth-of-type(1) li,
main .try:nth-of-type(1) div ul:nth-of-type(1) li {
    display: flex;
  }
  main .twelve:nth-of-type(1) div ul:nth-of-type(1) li div,
main .try:nth-of-type(1) div ul:nth-of-type(1) li div {
    transform: translateX(-22px);
  }
  main .twelve .links,
main .try .links {
    width: 500px;
    height: 150px;
    line-height: 150px;
    font-size: 32px;
  }
  main .twelve .links:hover,
main .try .links:hover {
    background-color: #cee1f3;
    transition: 1s;
  }
  main .freeex::before {
    position: absolute;
    content: "";
    right: -57px;
    top: 100px;
    border-radius: 50%;
    width: 300px;
    height: 300px;
  }
  main .freeex::after {
    width: 100%;
    position: absolute;
    font-size: 55px;
    left: 4vw;
    top: -805px;
    transform: translateY(0px);
    font-weight: bold;
    text-shadow: white 0px 0px 0px;
    background-color: transparent;
    width: 100%;
    z-index: 100;
  }
  main .freeex .links {
    margin-top: 150px;
    width: 500px;
    height: 150px;
    line-height: 150px;
    font-size: 32px;
  }
  main .freeex .links:hover {
    background-color: #cee1f3;
    transition: 1s;
  }
  main .freeex div {
    margin-top: 130px;
  }
  main .freeex div:nth-of-type(2) {
    margin-top: 150px;
  }
  main .freeex div:nth-of-type(2):before {
    position: absolute;
    content: "";
    right: -101px;
    bottom: -263px;
    background-color: #cee1f3;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    z-index: -1;
    overflow: hidden;
  }
  main .freeex div h2 {
    font-size: 40px;
    width: 400px;
  }
  main .freeex div p {
    margin-top: 70px;
    color: #727A87;
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
  }
  main .freeex a {
    margin-top: 80px;
    border: 1px solid #727A87;
  }
  main .freedom::before {
    width: 100%;
    position: absolute;
    font-size: 55px;
    content: "-訪問マッサージとは？-";
    left: 4vw;
    top: -805px;
    transform: translateY(0px);
    font-weight: bold;
    text-shadow: white 0px 0px 0px;
    background-color: transparent;
    z-index: 100;
  }
  main .freedom .links {
    margin-top: 150px;
    width: 500px;
    height: 150px;
    line-height: 150px;
    font-size: 32px;
  }
  main .freedom .links:hover {
    background-color: #cee1f3;
    transition: 1s;
  }
  main .freedom div {
    margin-top: 130px;
  }
  main .freedom div:nth-of-type(2) {
    margin-top: 150px;
  }
  main .freedom div:nth-of-type(2):before {
    position: absolute;
    content: "";
    right: -101px;
    bottom: -263px;
    background-color: #cee1f3;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    z-index: -1;
    overflow: hidden;
  }
  main .freedom div h2 {
    font-size: 40px;
    width: 400px;
  }
  main .freedom div p {
    margin-top: 70px;
    color: #727A87;
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
  }
  main .freedom a {
    margin-top: 80px;
    border: 1px solid #727A87;
  }
  main .fee .links {
    margin-top: 200px;
    width: 500px;
    height: 150px;
    line-height: 150px;
    font-size: 32px;
  }
  main .fee ul {
    width: 640px;
    margin-top: 75px;
  }
  main .fee ul li {
    font-size: 20px;
    line-height: 32px;
  }
  .footer {
    margin: 0 auto;
    width: 100%;
  }
  .footer .content {
    display: flex;
    margin: 0 auto;
    max-width: 1400px;
  }
  .footer .content .pcfoot,
.footer .content .pcopen {
    width: 100%;
    margin: 0 auto;
    padding-top: 150px;
  }
  .footer .content .pcfoot img,
.footer .content .pcopen img {
    display: block;
    width: 600px;
    height: 534px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
  .footer .content .pcfoot .contenthour,
.footer .content .pcopen .contenthour {
    height: 400px;
  }
  .footer .content .osaka {
    margin-bottom: 264px;
  }
  .footer .content .hour {
    padding-top: 80px;
  }
  .footer .content .hour .number {
    display: block;
    padding-top: 20px;
  }
  .phone {
    display: none;
  }
}/*# sourceMappingURL=pc.css.map */