@media(max-width: 1023px) {
  .contents-wrapper {
    width: 90%;
    margin-top: 20px;
  }
  .flexcontents-wrapper {
    width: 90%;
  }
}
@media(max-width: 599px) {
  /* メインビジュまわり */
  p, a { font-size: 1.4rem; }
  .mainVisual {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size:cover;
    padding-top: 100%;
  }
  .mainVisual p {
    width: 70%;
    top: 80%;
    font-weight: 700;
    z-index: 5;
  }
  /* 出張撮影 */
  .location-img {
    top: 10px;
    left: 10px;
    right:auto;
    width: 120px;
  }
  /* メニュー非表示 */
  .menu {
    margin: 0;
    height: 75px;
  }
  .facebook {
    display: none;
  }
  /* メインロゴ */
  .logo-img {
    width: 100%;
    margin: auto;
  }
  .menu-button { display: none; }


  /* ご挨拶 */
  .first {
    padding-top: 20px;
  }
  .first h2 {
    display: inline-block;
    font-size: 2.2rem;
    text-align: left;
    margin-left: 0;
    line-height: 2.6rem;
    padding-bottom: 10px;
    margin: 0;
  }
  .first img {
    display: none;
  }
  .first-text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
    margin-top: 10px;
    z-index: 2;
  }
  .model-banner {
    margin-top: -50px;
    margin-bottom: 50px;
    width: 100%;
  }
  .model-banner img {
    border-radius: 0;
  }

  /* 更新履歴 */
  .info-contents {
    padding: 20px;
    border-radius: 25px;
    margin-top: 15px;
    margin-bottom: 100px;
    height: 400px;
  }
  .info-row {
    flex-direction: column;
    align-items:flex-start;
    font-size: 1.4rem;
  }
  .info-desc {
    margin-bottom: 10px;
    justify-content:space-between;
  }
  .info-date, .info-category {
    margin-right: 0;
  }
  .info-img {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .info-text {
    width: 100%;
  }
  /* 各見出し */
  .title {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .title-eng { font-size: 1.8rem; }
  /* 各サービスのデザイン */
  .service-wrapper {
    background: none;
    width: 80%;
    margin: auto;
    margin-bottom: 100px;
    flex-direction: column;
    justify-content: center;
  }
  .service-contents {
    width: 100%;
    margin-top: 50px;
    height: 275px;
  }
  .service-contents:nth-child(2n){ margin-top: 50px; }
  .service-leaf {
    max-width: 275px;
  }
  .left-leaf, .right-leaf {
    bottom: -50px;
  }
  .right-leaf {
    left: 0;
  }
  .leaf-sub h4 {
    font-size: 2rem;
  }
  /* 会社概要関連 */
  .company-table {
    margin-right: 0px;
    margin-top: -10px;
    width: 100%;
  }
  .company-table th, .company-table td {
    padding-top: 15px;
    font-size: 1.4rem;
  }
  .company-map {
    position: relative;
    padding-top: 56%;
    width: 100%;
    margin-top: 20px;
    border-radius: 30px;
  }
  .company-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100% !important;
    width: 95% !important;
  }
}
