@media screen and (max-width: 1000px) {
  body {
    font-size: 1.3vw;
    overflow-x: hidden;
  }
  #top {
    max-width: 60em;
    margin: 0 auto;
  }
  .top-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
  .top-over {
    margin: 0 auto;
  }
  .ribbon-title {
    width: 100%;
    position: relative;
  }
  .ribbon-title div h2 {
    font-size: 2.5em;
  }
  header {
    height: 8em;
  }
  .logos {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0em;
  }
  .logos span {
    font-size: 1.7em;
  }
  main {
    width: 100%;
    max-width: 60em;
    background-color: white;
    margin: 0 auto;
    box-shadow: 0 0 0.5em rgba(0, 62, 177, 0);
  }
  .makers {
    gap: 3em;
    row-gap: 1em;
  }
  .makers img {
    height: 4.5em;
  }
  .item-wrap {
    gap: 3em;
    padding: 5em 3em;
    font-size: 1.6em;
  }
  .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.5em auto 2em;
  }
  .contact img {
    width: 100%;
    max-width: 65em;
  }
  .contact-wrap {
    position: static;
    background-color: white;
    margin: 3em auto;
    padding: 2em 1em 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1em solid #3193cd;
    border-top: 3em solid #3193cd;
    border-bottom: 3em solid #3193cd;
    gap: 2em;
  }
  .contact-wrap .tel-btn {
    display: block;
    background-color: #ff7d41;
    box-shadow: 0 0.5em 0 #d3571d;
    width: 100%;
    height: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-wrap .tel-btn span {
    font-size: 4em;
  }
  .contact-wrap .tel-btn:hover {
    box-shadow: 0 0.5em 0 #d3571d;
  }
  .contact-wrap .mail-btn {
    background-color: #95da1d;
    box-shadow: 0 0.5em 0 #578a00;
  }
  .contact-wrap .mail-btn span {
    font-size: 3.5em;
  }
  .contact-wrap .mail-btn:hover {
    box-shadow: 0 0.5em 0 #578a00;
  }
  .contact-wrap .tel-btn,
  .contact-wrap .mail-btn {
    position: relative;
    width: 100%;
    height: 6em;
    top: 0;
    left: 0;
    border-radius: 10em;
    gap: 0.3em;
    transition: 0.2s all;
  }
  .contact-wrap .tel-btn img,
  .contact-wrap .mail-btn img {
    height: 3.5em;
    width: 3.5em;
  }
  .contact-wrap .tel-btn span,
  .contact-wrap .mail-btn span {
    font-weight: bold;
    color: white;
    white-space: nowrap;
  }
  .contact-wrap .tel-btn::after,
  .contact-wrap .mail-btn::after {
    position: absolute;
    height: 1.5em;
    width: 1.5em;
    border-top: 0.5em solid white;
    border-right: 0.5em solid white;
    content: "";
    right: 2em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .contact-wrap .tel-btn:hover,
  .contact-wrap .mail-btn:hover {
    transform: translateY(0em);
  }
  .contact-info {
    position: static;
    padding: 0.2em 1em;
    font-size: 2em;
    border-radius: 0.3em;
    width: 100%;
  }
  #mail-form {
    font-size: 2vw;
    width: calc(100% - 3em);
    max-width: 600px;
  }
  .mail-title h2 {
    font-size: 2em;
  }
  label {
    font-size: 20px;
  }
  textarea,
  input {
    font-size: 18px;
  }
  .formcation {
    font-size: 14px;
  }
  .variation {
    padding: 4em 2em;
  }
  .must {
    font-size: 14px;
  }
  .btn-confirm input[type=submit] {
    font-size: 1em;
  }
  .btn-confirm:hover {
    box-shadow: 0 0.15em #588a11;
    transform: translateY(0);
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 2vw;
  }
  .top-copy-1 {
    font-size: 2.1em;
  }
  #mail-form {
    font-size: 3vw;
    margin: 3em auto;
  }
  footer {
    font-size: 3.5vw;
  }
  main {
    overflow-x: hidden;
  }
  .footnavi {
    flex-direction: column;
    gap: 1em;
  }
  .footnavi li {
    list-style: none;
    font-size: 16px;
  }
  .footnavi li a {
    color: white;
  }
  .region div {
    top: 8em;
  }
  .region div span {
    font-size: 7em;
  }
  #copyright {
    font-size: 14px;
  }
}/*# sourceMappingURL=sp.css.map */