.lower__mv {
  background-image: url(../../img/page-company/mv__bg.jpg);
}

.inner {
  max-width: 1180px;
  width: 90%;
  margin: auto;
}

.company__text {
  font-size: calc(13px + 3 * (100vw - 320px) / 1080);
  line-height: 2.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1440px) {
  .company__text {
    font-size: 16px;
  }
}

.post__name::before {
  bottom: -20px;
}
.post__name::after {
  bottom: -20px;
}

/* -------------------------------------------------------------------------------------------------------------- */
/* sec1 */
.sec1 {
  background-color: #f6f6f6;
  padding-top: 130px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.sec1 .container {
  margin-top: 60px;
  position: relative;
}

.sec1 .container::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 180px;
  top: -10px;
  left: 0;
  z-index: -1;
}
/* -------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------------------- */
/* sec2 */
.sec2 {
  padding-top: 70px;
  background-color: #f6f6f6;
  position: relative;
  z-index: 1;
}

.sec2 .container {
  position: relative;
  margin-top: 60px;
}

.sec2 .container .inner {
  display: flex;
  justify-content: space-between;
}

.sec2 .container::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 180px;
  top: -10px;
  left: 0;
  z-index: -1;
}

/* .sec2 .container .left {
  width: calc(100% - 40% - 100px);
}

.sec2 .container .right {
  max-width: 470px;
  width: 40%;
  height: auto;
  transform: rotate(5deg);
  background-color: #d5040a;
}

.sec2 .container .right .right__img {
  width: 100%;
  height: 100%;
  transform: rotate(-5deg);
}

.sec2 .container .right .right__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
/* -------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------------------- */
/* list__container */
.list__container {
  padding-top: 60px;
  background-color: #f6f6f6;
}

.list__container .container {
  margin-top: 40px;
}

.list__container .container .list__flex {
  display: flex;
  border-top: 1px solid #d5040a;
}
.list__container .container .list__flex:last-child {
  border-bottom: 1px solid #d5040a;
}

.list__container .container .list__flex .value {
  background-color: #f6f6f6;
  width: calc(100% - 82%);
  padding: 50px 0;
  padding-left: 30px;
}

.list__container .container .list__flex .key {
  background-color: #ffffff;
  width: 82%;
  padding: 50px 0;
  padding-left: 20px;
}

.list__container .container .list__flex .company__text {
  line-height: 1.5;
}
/* -------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------------------- */
/* sec4 */
.sec4 {
  padding-top: 90px;
  background-color: #f6f6f6;
  position: relative;
  z-index: 1;
}

.sec4 .container {
  position: relative;
  margin-top: 50px;
}

.sec4 .container::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 180px;
  top: -10px;
  left: 0;
  z-index: -1;
}

.sec4 .container .inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}

.sec4 .container .left .item__flex {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.sec4 .container .left .item__flex .train__img {
  width: 26px;
  min-width: 26px;
  height: auto;
}
.sec4 .container .left .item__flex .train__img img {
  width: 100%;
  height: auto;
}

.sec4 .container .left .item__flex .car__img {
  width: 33px;
  min-width: 33px;
  height: auto;
}
.sec4 .container .left .item__flex .car__img img {
  width: 100%;
  height: auto;
}

.sec4 .container .left .item__flex .item__text {
  margin-left: 35px;
}

.sec4 .container .left .item__flex .item__text .company__text {
  line-height: 1.5;
}

.sec4 .container .right {
  max-width: 340px;
  width: 28.8%;
  height: auto;
  transform: translate(0, -20px);
}

.sec4 .container .right img {
  width: 100%;
  height: auto;
}

.sec4 .container .iframe__inner {
  max-width: 1120px;
  width: 90%;
  margin: auto;
}

.sec4 .container .iframe__inner iframe {
  width: 100%;
  max-height: 500px;
}
/* -------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------------------- */
/* sec5 */
.sec5 {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #f6f6f6;
}

.sec5 .container {
  padding-top: 40px;
}

.sec5 .container .item__box {
  border-top: 1px solid #cfcfcf;
  display: flex;
}
.sec5 .container .item__box:last-child {
  border-bottom: 1px solid #cfcfcf;
}

.sec5 .container .item__box .value {
  width: 20%;
  padding: 30px 0;
}

.sec5 .container .item__box .key {
  width: 80%;
  padding: 30px 0;
}

.sec5 .container .item__box .company__text {
  line-height: 1.5;
}

.sec5 .container .item__box .key .img__box {
  display: flex;
  margin-top: 20px;
}

.sec5 .container .item__box .key .img__box .img__item {
  max-height: 100px;
  height: 7.14vw;
  margin-right: 2%;
  width: auto;
}
.sec5 .container .item__box .key .img__box .img__item:last-child {
  margin-right: 0;
}

.sec5 .container .item__box .key .img__box .img__item img {
  width: auto;
  height: 100%;
}
/* -------------------------------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------------------- */
/* responsive */

/* --------------------------------------------------------- */
/* sec1 */
@media screen and (max-width: 768px) {
  .sec1 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .sec1 {
    padding-top: 40px;
  }

  .sec1 .container::before {
    height: 90px;
  }
}
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* sec2 */
@media screen and (max-width: 1024px) {
  .sec2 .container .inner {
    flex-direction: column;
  }

  .sec2 .container .left {
    width: 100%;
  }

  .sec2 .container .right {
    margin: auto;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .sec2 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .sec2 {
    padding-top: 0;
  }

  .sec2 .container::before {
    height: 90px;
  }

  .sec2 .container .right {
    width: 60%;
  }
}
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* list__container */
@media screen and (max-width: 768px) {
  .list__container .container .list__flex {
    flex-direction: column;
  }

  .list__container .container .list__flex .value {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }

  .list__container .container .list__flex .key {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .list__container .container .list__flex .value {
    padding: 10px 0;
  }

  .list__container .container .list__flex .key {
    padding: 10px 0;
  }
}
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* sec4 */
@media screen and (max-width: 768px) {
  .sec4 .container .right {
    transform: translate(0, -50%);
    width: 36%;
  }
}

@media screen and (max-width: 480px) {
  .sec4 .container .inner {
    flex-direction: column;
  }

  .sec4 .container .right {
    margin: auto;
    margin-top: 60px;
    transform: unset;
    width: 55%;
  }

  .sec4 .container::before {
    height: 250px;
  }

  .sec4 .container .left .item__flex .item__text {
    margin-left: 15px;
  }
}
/* --------------------------------------------------------- */

/* --------------------------------------------------------- */
/* sec5 */
@media screen and (max-width: 768px) {
  .sec5 .container .item__box {
    flex-direction: column;
  }

  .sec5 .container .item__box .value {
    padding: 15px 0;
    padding-bottom: 0;
  }

  .sec5 .container .item__box .key {
    padding: 15px 0;
    padding-top: 5px;
    margin-left: auto;
  }
}

@media screen and (max-width: 480px) {
  .sec5 {
    padding-bottom: 80px;
  }
}
/* --------------------------------------------------------- */

/* -------------------------------------------------------------------------------------------------------------- */
