.outlineLogo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .outlineLogo {
    gap: 40px;
    margin: 60px auto 0;
    max-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .outlineLogo {
    gap: 60px;
    margin: 50px auto 0;
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .outlineLogo__item {
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 768px) {
  .outlineLogo__image--mitsubishi {
    width: 199px;
  }
}

@media screen and (max-width: 768px) {
  .outlineLogo__image--mitsubishi {
    width: 298px;
  }
}

@media screen and (min-width: 768px) {
  .outlineLogo__image--sumitomo {
    width: 187px;
  }
}

@media screen and (max-width: 768px) {
  .outlineLogo__image--sumitomo {
    width: 280px;
  }
}

@media screen and (min-width: 768px) {
  .outlineLogo__image--kintetsu {
    width: 185px;
  }
}

@media screen and (max-width: 768px) {
  .outlineLogo__image--kintetsu {
    width: 277px;
  }
}

@media screen and (min-width: 768px) {
  .outlineLogo__image--sumisho-r {
    width: 244px;
  }
}

@media screen and (max-width: 768px) {
  .outlineLogo__image--sumisho-r {
    width: 350px;
  }
}

.outlineSect {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .outlineSect {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .outlineSect {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .outlineSect__cont iframe {
    height: 1100px;
  }
}

@media screen and (max-width: 768px) {
  .outlineSect__cont iframe {
    height: 1500px;
  }
}

@media screen and (min-width: 768px) {
  .outline-current {
    padding: 140px 0;
  }
}

@media screen and (max-width: 768px) {
  .outline-current {
    padding: 100px 0;
  }
}
