:root {
  --viewport-width: min(100vw, 1600px);
  --b: calc(var(--viewport-width) / 160);
}

#auton .commonDivisions__list__item.auton {
  display: none;
}
#auton .preface__wrapper {
  padding-top: max(12rem, 70px);
  padding-top: max(8rem, 50px);
}
#auton .preface__header {
  position: relative;
  display: grid;
  align-items: center;
  gap: max(5rem, 20px);
  grid-template-columns: 1fr max(19.5rem, 90px);
}
#auton .preface__header__title {
  position: relative;
  display: flex;
  align-items: center;
  height: 50%;
  padding: 0 5%;
  background: linear-gradient(300deg, #30B8D8, #389A60 60%, #3A9447);
  border-radius: max(1rem, 10px);
  color: #fff;
  font-size: max(3rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #auton .preface__header__title {
    height: 80%;
  }
}
#auton .preface__header__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: max(3rem, 20px);
  height: max(3.6rem, 26px);
  background: #30B8D8;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translate(max(2.99rem, 19px), -50%);
}
#auton .preface__image {
  margin-top: min(-2.5rem, -20px);
  border-radius: max(0.6rem, 6px);
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  aspect-ratio: 256/93;
  margin-bottom: max(4rem, 30px);
}
@media screen and (max-width: 550px) {
  #auton .preface__image {
    min-height: 200px;
  }
}
#auton .preface__image img {
  width: 100%;
  height: 100%;
  object-position: 30%;
}
#auton .preface h4 {
  font-size: max(2rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: max(1rem, 10px);
}
#auton .field__wrapper {
  display: grid;
  row-gap: max(14rem, 70px);
  padding-top: max(12.5rem, 60px);
}
#auton .field__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 max(7rem, 30px);
}
@media screen and (max-width: 1000px) {
  #auton .field__content {
    grid-template-columns: 1fr;
  }
}
#auton .field__content .textBox {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  height: auto;
}
@media screen and (max-width: 1000px) {
  #auton .field__content .textBox {
    display: contents;
  }
}
#auton .field__content .textBox h4 {
  color: #3A9447;
  font-size: max(2rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: max(2rem, 15px) max(3rem, 20px);
  margin-bottom: max(3rem, 20px);
  background: rgba(105, 222, 123, 0.15);
}
@media screen and (max-width: 1000px) {
  #auton .field__content .textBox h4 {
    order: 1;
  }
}
#auton .field__content .textBox p {
  margin-bottom: max(2rem, 20px);
}
@media screen and (max-width: 1000px) {
  #auton .field__content .textBox p {
    order: 3;
  }
}
#auton .field__content .textBox__btns {
  display: flex;
  flex-direction: column;
  padding: max(5rem, 30px) 0;
  border-top: max(0.1rem, 1px) dotted #3A9447;
  border-bottom: max(0.1rem, 1px) dotted #3A9447;
  gap: max(1.5rem, 15px) max(2.5rem, 15px);
  margin-top: auto;
}
@media screen and (max-width: 1000px) {
  #auton .field__content .textBox__btns {
    order: 4;
    margin-top: 0;
  }
}
#auton .field__content .textBox__btns.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 550px) {
  #auton .field__content .textBox__btns.grid {
    grid-template-columns: 1fr;
  }
}
#auton .field__content .textBox__btns li > span {
  color: #3A9447;
  font-size: max(1.6rem, 13px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#auton .field__content .textBox__btns a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: max(1rem, 5px);
}
#auton .field__content .textBox__btns a .btn__text {
  color: #3A9447;
  font-size: max(1.6rem, 13px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #3A9447;
}
#auton .field__content .textBox__btns a .btn__icon {
  width: auto;
  height: 100%;
  object-fit: contain;
}
#auton .field__content .textBox__btns .btn__supplement {
  color: #3A9447;
  font-size: max(1.4rem, 12px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
#auton .field__content .imageBox {
  width: 100%;
  align-self: stretch;
  border-radius: max(0.6rem, 6px);
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #auton .field__content .imageBox {
    order: 2;
    margin-bottom: max(7rem, 30px);
    aspect-ratio: 5/2;
  }
}
@media screen and (max-width: 550px) {
  #auton .field__content .imageBox {
    aspect-ratio: 5/3;
  }
}
#auton .field__content .imageBox img {
  width: 100%;
  height: 100%;
}
#auton .other__wrapper {
  margin-top: max(9.5rem, 50px);
}
#auton .other dl {
  padding: max(5rem, 35px) 15% max(10rem, 70px);
  background: #3A9447;
  border-radius: max(0.6rem, 6px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #auton .other dl {
    padding-left: 10%;
    padding-right: 10%;
  }
}
#auton .other dl dt h3 {
  color: #fff;
  font-size: max(2rem, 16px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: max(2rem, 15px);
  margin-bottom: max(2rem, 15px);
  border-bottom: max(0.2rem, 2px) dotted #fff;
}
#auton .other dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: max(2rem, 15px) max(3rem, 15px);
}
#auton .other dl dd ul li {
  min-width: calc((100% / 4) - max(3rem, 15px));
  color: #fff;
  font-size: max(1.6rem, 13px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
#auton .other__image {
  width: max(40%, 300px);
  margin: 0 auto;
  margin-top: -40px;
}
@media screen and (max-width: 550px) {
  #auton .other__image {
    width: 80%;
  }
}