.about .p-ag__tab__wrap {
  background: #fcf7f2;
}
.about .p-ag__tab__inner {
  padding: 40px 20px;
}
.about .p-ag__tabs {
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.about .p-ag__tab {
  width: 25%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #e46a00;
  transition: all 0.3s ease 0s;
}
.about .p-ag__tab:not(:first-child) {
  border-left: 1px solid #ccc;
}
.about .p-ag__tab a {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
@media not all and (min-width: 1080px) {
  .about .p-ag__tab a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.about .p-ag__tab._current {
  position: relative;
}
@media (min-width: 1080px) {
  .about .p-ag__tab._current::after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    border-color: #e46a00 transparent transparent transparent;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    transform: translateX(-50%);
  }
}
.about .p-ag__tab:not(._current) {
  background: #fff;
}
.about .p-ag__tab:not(._current):hover {
  background: #fcf7f2;
}
.about .p-ag__tab:not(._current) a {
  color: #e46a00;
}
.about .p-about__inner {
  max-width: 960px;
  padding: 60px 20px 80px;
}
.about .p-about__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.about .p-about__text {
  margin-top: 43px;
  line-height: 2.2;
}
.about .p-ex__img__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 20px;
  margin-top: 20px;
}
.about .p-ex__images {
  width: calc(50% - 10px);
}
.about .p-ex__cap {
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.about .p-photo-take {
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
}
.about .p-plan__title {
  position: relative;
  padding-bottom: 7px;
  margin-top: 90px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.about .p-plan__title::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  height: 4px;
  content: "";
  background: #e46a00;
}
.about .p-plan__title::after {
  position: absolute;
  bottom: 0;
  left: 110px;
  width: calc(100% - 110px);
  height: 1px;
  content: "";
  background: #707070;
}
.about .p-plan__text {
  margin-top: 22px;
  line-height: 2.2;
}
.about .p-outline__wrap {
  margin-top: 51px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.about .p-outline__wrap dl {
  display: flex;
  padding: 31px 25px;
}
.about .p-outline__wrap dl:not(:first-child) {
  border-top: 2px solid #ccc;
}
.about .p-outline__wrap dt {
  width: 22%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
.about .p-outline__wrap dd {
  width: 78%;
  line-height: 2;
}
.about .p-floor__wrap {
  padding-bottom: 90px;
}
.about .p-floor__text {
  margin-top: 43px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.about .p-floor__text:not(:first-child) {
  margin-top: 94px;
}
.about .p-floor__img {
  max-width: 800px;
  margin: 34px auto 0;
}
.about .p-special__ex {
  margin-top: 50px;
}
.about._en .p-about__inner {
  padding-top: 0;
}
.about._en .p-special__ex {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}