
@media (min-width: 600px) {
  /* Hero Section */
  .hero .container {
    flex-direction: row;
  }

  .hero .service-icons {
    top: -25px;
    left: 15px;
    width: 260px;
  }

  /* About Section */
  .about h2 {
    font-size: 24px;
  }

  .about .about-card {
    width: 102%;
    padding: 100px 0;
  }

  .about h3 {
    font-size: 24px;
  }

  .about p {
    font-size: 14px;
  }

  .about img {
    width: 160px;
  }

  /* Service Section */
  .service h2 {
    font-size: 24px;
  }

  .service .icon img {
    width: 140px;
  }

  .service .card {
    padding: 65px 0;
  }

  .service .scrivener-card {
    padding: 80px 0;
  }

  .service .detail {
    width: 400px;
    height: 45px;
  }

  .service h3 {
    font-size: 20px;
  }

  .service .cards p {
    font-size: 12px;
    transform: scale(1);
  }

  .service .bottom-text {
    font-size: 18px;
  }

  /* Service：FP */
  .service .fp-card h3 {
    top: 11px;
    left: 40px;
  }

  .service .fp-card p {
    top: -5px;
    left: 55px;
    padding: 20px 40px 8px 10px;
  }

  /* Service：Real Estate */
  .service .real-estate-card h3 {
    top: 11px;
    left: 23px;
  }

  .service .real-estate-card p {
    top: -5px;
    left: 70px;
    padding: 20px 40px 8px 10px;
  }

  /* Service：Scrivener */
  .service .scrivener-card h3 {
    top: 11px;
    left: 34px;
  }

  .service .scrivener-card p {
    top: -5px;
    left: 55px;
    padding: 20px 40px 8px 10px;
  }

  .service .scrivener-card img {
    width: 55%;
  }

  /* Contact Section*/
  .contact h2 {
    font-size: 24px;
  }

  .contact .mail {
    width: 130px;
    top: 90px;
    left: 40px;
  }

  .contact .shift-bg {
    height: 650px;
    width: 80%;
    background: #3486A0;
    border-radius: 60px;
    z-index: 0;
  }

  .contact h3 {
    font-size: 14px;
  }

  .contact .contact-card p {
    width: 100%;
    margin: 0 auto 25px;
    font-size: 10px;
    transform: scale(1);
  }

  /* Contact Section : Form */
  .contact .form span {
    font-size: 14px;
  }

  .contact .form input[type="text"],
  .contact .form input[type="email"],
  .contact .form input[type="tel"],
  .contact .form textarea {
    margin: 5px 0 20px 0;
    font-size: 12px;
  }

  .contact .form ::placeholder {
    padding: 0;
  }

  .contact .form input[type="checkbox"] {
    margin: 0 0 25px 0;
  }

  .contact .contact-card .privacy {
    bottom: 42px;
    font-size: 12px;
    transform: scale(1);
  }

  .contact .form .btn {
    width: 130px;
    padding: 8px 30px;
    font-size: 12px;
  }

  /* Campany Section */
  .company {
    position: relative;
    padding: 50px 0;
  }

  .company h2 {
    font-size: 24px;
  }

  .company .container {
    width: 50%;
  }

  .company .t-title {
    padding: 0 42px;
  }

  .company .t-content {
    padding: 15px 0 15px 5px;
  }

  .company .btm-img {
    position: absolute;
    bottom: 20px;
    left: 10px;
    margin: 0;
    width: 180px;
    z-index: 2;
  }

  /* Privacy Policy Section */
  .privacy-policy .container {
    width: 65%;
    padding: 50px 70px;
  }

  .privacy-policy h3 {
    font-size: 14px;
  }

  .privacy-policy p {
    font-size: 12px;
  }
}

@media (min-width: 700px) {

  .header .corp {
    font-size: 12px;
    color: #000;
  }

  .nav-button {
    display: none;
  }

  .header .pc-nav {
    display: block;
  }

  .header .pc-nav ul {
    display: flex;
    list-style: none;
    font-size: 12px;
    cursor: pointer;
  }

  .header .pc-nav li:not(:last-child) {
    margin-right: 20px;
  }

  .header .pc-nav li:hover {
    opacity: 0.5;
  }

  .header .nav-active {
    font-size: 12px;
    border-bottom: 1px solid #3486a0;
    color: #3486a0;
  }

  .header .pc-nav a:hover {
    border-bottom: 1px solid #3486a0;
    color: #3486a0;
  }

  /* Hero Section */
  .hero h1 {
    margin: 50px 0 0 0;
    font-size: 55px;
  }

  .hero p {
    margin: 20px 0 15px;
    font-size: 22px;
  }

  .hero .service-icons {
    top: -25px;
    left: 15px;
    width: 380px;
  }


  /* About Section */
  .about {
    padding: 65px 0;
  }
  .about h2 {
    font-size: 30px;
  }

  .about .about-card {
    width: 100%;
    margin-top: 80px;
    padding: 120px 0;
  }

  .about h3 {
    font-size: 30px;
  }

  .about p {
    font-size: 20px;
  }

  .about img {
    width: 220px;
  }

  /* Service Section */
  .service {
    padding: 50px 0 30px 0;
  }

  .service h2 {
    margin: 30px 0;
    font-size: 30px;
  }

  .service .container {
    width: 80%;
  }

  .service .icon img {
    width: 180px;
  }

  .service .icon p {
    font-size: 24px;
    text-underline-offset: 1px;
  }

  .service .card {
    padding: 65px 0;
    border-radius: 5%;
  }

  .service .scrivener-card {
    padding: 80px 0;
    border-radius: 5%;
  }

  .service .detail {
    width: 500px;
    height: 55px;
  }

  .service h3 {
    font-size: 24px;
  }

  .service .cards p {
    font-size: 16px;
  }

  .service .bottom-text {
    margin: 60px 0;
    font-size: 22px;
  }

  /* Service：FP */
  .service .fp-card h3 {
    top: 11px;
    left: 40px;
  }

  .service .fp-card p {
    top: -8px;
    left: 55px;
    padding: 20px 45px 15px 10px;
  }

  /* Service：Real Estate */
  .service .real-estate-card h3 {
    top: 11px;
    left: 23px;
  }

  .service .real-estate-card p {
    top: -7px;
    left: 80px;
    padding: 20px 45px 12px 10px;
  }

  /* Service：Scrivener */
  .service .scrivener-card h3 {
    top: 11px;
    left: 34px;
  }

  .service .scrivener-card p {
    top: -6px;
    left: 55px;
    padding: 20px 45px 14px 10px;
  }

  .service .scrivener-card img {
    width: 55%;
  }

  /* Contact Section*/
  .contact h2 {
    font-size: 30px;
  }

  .contact .mail {
    width: 180px;
    top: 105px;
    left: 70px;
  }

  .contact .shift-bg {
    height: 650px;
    width: 75%;
    border-radius: 30px;
  }

  .contact .container {
    width: 85%;
    border-radius: 30px;
  }

  /* Contact Section : Form */
  .contact .form input[type="checkbox"] {
    margin: 0 0 25px 35px;
  }

  .contact .contact-card .privacy {
    bottom: 44px;
  }

  .contact .form .btn {
    width: 130px;
    padding: 8px 30px;
    font-size: 14px;
  }

  /* Campany Section */
  .company {
    position: relative;
    padding: 50px 0 50px 0;
  }

  .company h2 {
    font-size: 30px;
  }

  .company .container {
    width: 50%;
  }

  .company .t-title {
    width: 55%;
    padding: 0 0 0 70px;
  }

  .company .t-content {
    width: 85%;
    padding: 15px 30px 15px 15px;
  }

  .company .btm-img {
    bottom: 30px;
    left: 10px;
    width: 250px;
  }

  /* Privacy Policy Section */
  .privacy-policy .container {
    width: 65%;
    padding: 50px 70px;
  }

  .privacy-policy h3 {
    font-size: 14px;
  }

  .privacy-policy p {
    font-size: 12px;
  }

  /* Footer */
  .footer .arrow {
    display: inline-block;
    position: relative;
    top: 18px;
    left: -37px;
    font-size: 20px;
    color: #fff;
  }
}