.about-mikami {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .about-mikami {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1000px) {
  .about-mikami {
    width: calc(100% - ((100% - 900px) / 2));
  }
}

.about-mikami-img {
  width: calc(100% - 30px);
  border-radius: 15px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-mikami-img img {
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .about-mikami-img {
    width: calc(50%);
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0 15px 15px 0;
  }
  .about-mikami-img img {
    border-radius: 0 15px 15px 0;
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top 0 left 10%;
       object-position: top 0 left 10%;
  }
}

.about-mikami-radius {
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .about-mikami-radius {
    border-radius: 0 15px 15px 0;
  }
}

.about-mikami-text {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding-top: 50px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .about-mikami-text {
    width: 50%;
    padding-left: 30px;
    padding-top: 0;
    padding-right: 15px;
  }
}

.about-mikami-text-name {
  font-size: 24px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .about-mikami-text-name {
    font-size: 31px;
  }
}

.about-mikami-text-name .job {
  font-size: 14px;
  color: #f7931e;
}

@media screen and (min-width: 768px) {
  .about-mikami-text-name .job {
    font-size: 16px;
  }
}

.about-mikami-text-detail {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .about-mikami-text-detail {
    font-size: 16px;
  }
}

.about-mikami-text-link {
  font-size: 14px;
  line-height: 1.8;
  color: #f7931e;
  position: relative;
}

@media screen and (min-width: 768px) {
  .about-mikami-text-link {
    font-size: 16px;
  }
}

.about-mikami-text-link:before {
  position: absolute;
  content: attr(data-content);
  color: #000;
  line-height: 1.8;
  top: -3px;
  -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 275ms ease;
  transition: -webkit-clip-path 275ms ease;
  transition: clip-path 275ms ease;
  transition: clip-path 275ms ease, -webkit-clip-path 275ms ease;
}

.about-mikami-text-link:hover:before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-list-parts {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .brand-list-parts {
    width: calc(100% / 3 - 20px);
  }
}

.brand-h3 {
  font-size: 24px;
  text-align: center;
  margin: 30px auto;
}

@media screen and (min-width: 768px) {
  .brand-h3 {
    margin-top: 60px;
    font-size: 31px;
  }
}

.testdrive-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7931e;
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .testdrive-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.testdrive-flex-parts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 200px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .testdrive-flex-parts {
    width: 50%;
  }
}

.testdrive-flex .btn {
  margin-bottom: 30px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .testdrive-flex .btn {
    margin-bottom: 0;
  }
}

.testdrive-h3 {
  font-size: 24px;
  text-align: center;
  margin: 30px auto;
  padding-bottom: 50px;
  position: relative;
  padding: 10px;
  text-align: center;
  border-bottom: 2px solid #fff;
}

.testdrive-h3:after, .testdrive-h3:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}

.testdrive-h3:after {
  border-color: rgba(255, 188, 84, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #f7931e;
}

.testdrive-h3:before {
  border-color: rgba(159, 82, 255, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  margin-top: 2px;
  border-top-color: #fff;
}

@media screen and (min-width: 768px) {
  .testdrive-h3 {
    font-size: 31px;
  }
}

.testdrive-text {
  font-weight: bold;
  line-height: 2;
}
/*# sourceMappingURL=about.css.map */