@media (min-width: 1000px) {
  /* Header */
  .header .container {
    height: 55px;
  }

  .site img {
    width: 45px;
    margin-right: 10px;
  }

  .site .corp {
    font-size: 14px;
  }

  .header .pc-nav ul {
    font-size: 14px;
  }

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

  .header .pc-nav .nav-active {
    font-size: 14px;
  }

  /* Hero Section */
  .hero {
    position: relative;
    height: 650px;
  }

  .hero .container {
    width: 80%;
  }

  .hero h1 {
    margin: 100px 0 0 0;
    font-size: 64px;
  }

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

  .hero .service-icons {
    width: 500px;
  }

  /* About Section */
  .about {
    padding: 65px 0;
  }

  .about h2 {
    font-size: 50px;
  }

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

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

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

  .about img {
    width: 250px;
  }

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

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

  .service .container {
    width: 80%;
  }

  .service .icons {
    margin-bottom: 80px;
  }

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

  .service .icon p {
    font-size: 28px;
  }

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

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

  .service .detail {
    width: 700px;
    height: 60px;
  }

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

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

  .service .bottom-text {
    margin: 80px 0;
    font-size: 30px;
  }

  .service .bottom-img {
    width: 40%;
  }

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

  .service .fp-card p {
    top: -8px;
    left: 80px;
    padding: 30px 100px 15px 10px;
  }

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

  .service .real-estate-card p {
    top: -4px;
    left: 100px;
    padding: 20px 100px 13px 10px;
  }

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

  .service .scrivener-card p {
    top: -8px;
    left: 80px;
    padding: 30px 120px 15px 10px;
  }

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

  /* Contact Section*/
  .contact {
    padding: 70px 0 100px 0;
  }

  .contact h2 {
    font-size: 50px;
  }

  .contact .mail {
    width: 200px;
    top: 180px;
    left: 90px;
  }

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

  .contact .container {
    width: 85%;
    padding: 20px 0 50px 0;
    border-radius: 30px;
  }

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

  .contact .contact-card p {
    font-size: 14px;
  }

  /* Contact Section : Form */
  .contact .form {
    width: 55%;
  }

  .contact .form span {
    font-size: 16px;
  }

  .contact .form input[type="text"],
  .contact .form input[type="email"],
  .contact .form input[type="tel"],
  .contact .form textarea {
  margin: 5px 0 30px 0;
  font-size: 16px;
  border-radius: 10px;
  box-shadow: inset 0 5px 7px rgba(0, 0, 0, 0.2);
}

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

  .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: 50px;
  }

  .company .container {
    width: 50%;
    border-radius: 50px;
  }

  .company td {
    font-size: 16px;
  }

  .company .btm-img {
    bottom: 40px;
    left: 10px;
    width: 320px;
  }

  /* Privacy Policy Section */
  .privacy-policy {
    padding: 50px 0 60px 0;
  }

  .privacy-policy h2 {
    font-size: 50px;
  }

  .privacy-policy .container {
    width: 65%;
    padding: 50px 70px;
  }

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

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

  /* Footer */
  .footer a {
    padding: 30px 4px;
    font-size: 14px;
  }

  .footer .arrow {
    top: 23px;
    left: -47px;
    font-size: 25px;
    color: #fff;
  }
}

@media (min-width: 1200px) {
  /* Hero Section */
  .hero {
    height: 750px;
  }

  .hero h1 {
    margin: 130px 0 0 0;
    font-size: 70px;
  }

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

  .hero .btn {
    width: 220px;
    height: 40px;
  }

  .hero .service-icons {
    width: 650px;
  }

  /* About Section */
  .about {
    padding: 65px 0;
  }

  .about h2 {
    font-size: 50px;
  }

  .about .about-card {
    margin-top: 200px;
    padding: 170px 0;
    border-radius: 40px;
  }

  .about p {
    font-size: 26px;
    line-height: 2;
  }

  .about img {
    width: 300px;
  }

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

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

  .service .container {
    width: 65%;
  }

  .service .icons {
    margin-bottom: 150px;
  }

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

  .service .icon p {
    font-size: 28px;
  }

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

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

  .service .detail {
    width: 700px;
    height: 60px;
    margin-bottom: 80px;
  }

  .service .bottom-text {
    margin: 80px 0;
    font-size: 30px;
  }

  .service .bottom-img {
    width: 40%;
  }

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

  .service .fp-card p {
    top: -8px;
    left: 80px;
    padding: 30px 100px 15px 10px;
  }

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

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

  .service .real-estate-card p {
    top: -4px;
    left: 100px;
    padding: 20px 100px 16px 10px;
  }

  .service .real-estate-card img {
    width: 80%;
  }

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

  .service .scrivener-card p {
    top: -8px;
    left: 80px;
    padding: 30px 120px 15px 10px;
  }

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

  /* Contact Section*/
  .contact {
    padding: 70px 0 200px 0;
  }

  .contact h2 {
    margin: 25px 0;
    font-size: 50px;
  }

  .contact .mail {
    width: 220px;
    top: 140px;
    left: 245px;
  }

  .contact .shift-bg {
    top: 65px;
    height: 750px;
    width: 70%;
    border-radius: 30px;
  }

  .contact .container {
    width: 63%;
    padding: 20px 0 50px 0;
    border-radius: 30px;
  }

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

  .contact .contact-card p {
    margin-bottom: 50px;
    font-size: 10px;
  }

  /* Contact Section : Form */
  .contact .form {
    width: 55%;
  }

  .contact .form span {
    margin-left: 25px;
    font-size: 16px;
  }

  .contact .form input[type="text"],
  .contact .form input[type="email"],
  .contact .form input[type="tel"],
  .contact .form textarea {
  margin: 5px 0 30px 0;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: inset 0 5px 7px rgba(0, 0, 0, 0.2);
}

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

  .contact .contact-card .privacy {
    bottom: 47px;
    font-size: 10px;
  }

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

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

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

  .company .container {
    width: 46%;
    border-radius: 50px;
  }

  .company td {
    font-size: 16px;
  }

  .company .t-title {
    vertical-align: middle;
    padding: 0 0 0 110px;
  }

  .company .t-content {
    padding: 30px 80px 30px 10px;
  }

  .company .t-logo img {
    width: 80px;
  }

  .company .btm-img {
    bottom: 25px;
    left: 40px;
    width: 420px;
  }

  /* Privacy Policy Section */
  .privacy-policy {
    padding: 100px 0 60px 0;
  }

  .privacy-policy h2 {
    margin: 60px 0;
    font-size: 50px;
  }
}

@media (min-width: 1400px) {

  /* Header */
  .site .corp {
    font-size: 16px;
  }

  .header .pc-nav ul {
    font-size: 16px;
  }

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

  .header .pc-nav .nav-active {
    font-size: 16px;
  }

  /* Hero Section*/
  .hero {
    height: 900px;
  }

  .hero .container {
    justify-content: space-between;
    width: 75%;
  }

  .hero h1 {
    font-size: 90px;
  }

  .hero p {
    margin: 10px 0 50px;
    font-size: 34px;
  }

  .hero .btn {
    width: 260px;
    height: 50px;
    font-size: 24px;
  }

  /* Contact Section */
  .contact .mail {
    width: 220px;
    top: 140px;
    left: 290px;
  }

  .contact .container {
    width: 63%;
  }

  /* Company Section*/
  .company .t-content {
    padding: 30px 120px 30px 15px;
  }

    /* Privacy Policy Section */
    .privacy-policy .container {
      width: 60%;
    }
}

@media (min-width: 1700px) {

  /* Header */
  .header .container {
    height: 60px;
  }

  .site .corp {
    font-size: 20px;
  }

  .header .pc-nav ul {
    font-size: 20px;
  }

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

  .header .pc-nav .nav-active {
    font-size: 20px;
  }

  /* Hero Section */
  .hero .container {
    justify-content: space-between;
    width: 70%;
  }

  .hero .service-icons {
    width: 750px;
  }

  /* About Section*/
  .about {
    padding: 110px 0;
  }

  .about .about-card {
    padding: 190px 0;
  }

  /* Contact Section*/
  .contact .mail {
    width: 265px;
    top: 130px;
    left: 330px;
  }

  /* Company Section*/
  .company .t-title {
    padding: 0 0 0 150px;
  }

  .company .t-content {
    padding: 30px 175px 30px 15px;
  }

  .company .btm-img {
    bottom: 25px;
    left: 110px;
    width: 460px;
  }

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

  /* Footer */
  .footer {
    padding: 40px 0 80px 0;
  }
}

