.outline {
  width: 100%;
  padding: 6.6666666667vw 0 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .outline {
    padding: 4.1666666667vw 0 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .outline {
    padding: 60px 0 25px;
  }
}
.outline__title {
  position: relative;
  font-size: 1.5rem;
  color: #999999;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .outline__title {
    font-size: 1.6rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .outline__title {
    padding-bottom: 10px;
  }
}
.outline__title span {
  font-size: 2rem;
  color: #585656;
}
@media screen and (min-width: 768px) {
  .outline__title span {
    font-size: 3rem;
  }
}
.outline__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58.1333333333vw;
  height: 0.8vw;
  background: linear-gradient(to right, #999 0%, #999 50%, #585656 50%, #585656 100%);
}
@media screen and (min-width: 768px) {
  .outline__title::before {
    width: 15.1388888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .outline__title::before {
    width: 218px;
    height: 3px;
  }
}
.outline__title {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .outline__title {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .outline__title {
    margin-bottom: 50px;
  }
}
.outline__title span {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .outline__title span {
    font-size: 3rem;
  }
}
.outline__dl {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .outline__dl {
    grid-template-columns: 17.3611111111vw 1fr;
    row-gap: 2.0833333333vw;
    padding: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  .outline__dl {
    grid-template-columns: 250px 1fr;
    row-gap: 30px;
    padding: 20px;
  }
}
.outline__dt {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #313131;
  letter-spacing: 0.05em;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .outline__dt {
    margin-bottom: 0;
  }
}
.outline__dt:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.6666666667vw;
  transform: translateY(-50%);
  background-color: #F8B802;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .outline__dt:before {
    right: 0.6944444444vw;
    width: 0.5555555556vw;
    height: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .outline__dt:before {
    right: 10px;
    width: 8px;
    height: 8px;
  }
}
.outline__dt:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.6666666667vw;
  transform: translateY(-50%);
  background-color: #BFBFBF;
  width: 65.8666666667vw;
  height: 0.2666666667vw;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .outline__dt:after {
    right: 0.6944444444vw;
    width: 11.6666666667vw;
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .outline__dt:after {
    right: 10px;
    width: 168px;
    height: 1px;
  }
}
@media screen and (min-width: 768px) {
  .outline__dt--last:before, .outline__dt--last:after {
    top: 5%;
  }
}
.outline__dd {
  font-size: 1.6rem;
  font-weight: 500;
  color: #313131;
  letter-spacing: 0.05em;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .outline__dd {
    margin-bottom: 0;
  }
}
.outline__dd:last-child {
  margin-bottom: 0;
}
.outline__group {
  display: grid;
  grid-template-columns: 12em 1fr;
  row-gap: 1em;
}
@media screen and (min-width: 768px) {
  .outline__group {
    grid-template-columns: 13em 1fr;
    row-gap: 1em;
  }
}
@media screen and (min-width: 1440px) {
  .outline__group {
    grid-template-columns: 13em 1fr;
  }
}
.outline__chairman {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1 1fr;
  row-gap: 1em;
}
@media screen and (min-width: 768px) {
  .outline__chairman {
    grid-template-columns: 13em 1fr;
    row-gap: 1em;
  }
}
@media screen and (min-width: 1440px) {
  .outline__chairman {
    grid-template-columns: 13em 1fr;
  }
}
.outline__chairman--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .outline__chairman--pc {
    display: grid;
  }
}
.outline__chairman--sp {
  display: grid;
}
@media screen and (min-width: 768px) {
  .outline__chairman--sp {
    display: none;
  }
}
.outline__text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #313131;
  letter-spacing: 0.05em;
}
.outline__text span {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .outline__text span {
    font-size: 1.6rem;
  }
}
.outline__text .outline__name {
  font-size: 1.6rem;
  padding-left: 0.5em;
}
@media screen and (min-width: 768px) {
  .outline__text .outline__name {
    padding-left: 0em;
  }
}

.location {
  width: 100%;
  padding: 8vw 0 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .location {
    padding: 1.7361111111vw 0 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .location {
    padding: 25px 0 90px;
  }
}
.location__title {
  position: relative;
  font-size: 1.5rem;
  color: #999999;
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .location__title {
    font-size: 1.6rem;
    padding-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__title {
    padding-bottom: 10px;
  }
}
.location__title span {
  font-size: 2rem;
  color: #585656;
}
@media screen and (min-width: 768px) {
  .location__title span {
    font-size: 3rem;
  }
}
.location__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58.1333333333vw;
  height: 0.8vw;
  background: linear-gradient(to right, #999 0%, #999 50%, #585656 50%, #585656 100%);
}
@media screen and (min-width: 768px) {
  .location__title::before {
    width: 15.1388888889vw;
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__title::before {
    width: 218px;
    height: 3px;
  }
}
.location__title {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .location__title {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__title {
    margin-bottom: 50px;
  }
}
.location__title span {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .location__title span {
    font-size: 3rem;
  }
}
.location__dl {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .location__dl {
    grid-template-columns: 17.3611111111vw 1fr;
    row-gap: 2.0833333333vw;
    padding: 1.3888888889vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__dl {
    grid-template-columns: 250px 1fr;
    row-gap: 30px;
    padding: 20px;
    margin-bottom: 50px;
  }
}
.location__dt {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #313131;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .location__dt {
    margin-bottom: 0;
  }
}
.location__dt:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.6666666667vw;
  transform: translateY(-50%);
  background-color: #F8B802;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .location__dt:before {
    top: 28%;
    right: 0.6944444444vw;
    width: 0.5555555556vw;
    height: 0.5555555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__dt:before {
    right: 10px;
    width: 8px;
    height: 8px;
  }
}
.location__dt:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2.6666666667vw;
  transform: translateY(-50%);
  background-color: #BFBFBF;
  width: 65.8666666667vw;
  height: 0.2666666667vw;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .location__dt:after {
    top: 28%;
    right: 0.6944444444vw;
    width: 11.6666666667vw;
    height: 0.0694444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__dt:after {
    right: 10px;
    width: 168px;
    height: 1px;
  }
}
.location__dd {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #313131;
}
.location__text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #313131;
}
.location__text:first-child {
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .location__text:first-child {
    margin-bottom: 0;
  }
}
.location__map {
  width: 100%;
}
.location__map iframe {
  width: 92vw;
  height: 53.3333333333vw;
}
@media screen and (min-width: 768px) {
  .location__map iframe {
    width: 76.3888888889vw;
    height: 34.7222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .location__map iframe {
    width: 1100px;
    height: 500px;
  }
}