.about-layout-section__anchor {
  display: block;
  text-decoration: none;
  color: #070606;
  transition: opacity 0.3s cubic-bezier(0.13, 0.78, 0.38, 0.98);
}
body:not(.o-touch_device) .about-layout-section__anchor:hover {
  opacity: 0.5;
}
.about-layout-section__title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 25px;
  white-space: nowrap;
}
@media (max-width: 896px) {
  .about-layout-section__title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 15px;
  }
}
.about-layout-section__graph {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 896px) {
  .about-layout-section__graph {
    max-width: 315px;
    margin-right: auto;
    margin-left: auto;
  }
}
.about-layout-section__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.about-layout-section__brush {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(30px);
  transition: 0.6s ease-in-out;
  opacity: 0;
  transition-property: transform, opacity;
}
.about-layout-section__graph.-active .about-layout-section__brush {
  opacity: 1;
  transform: translateX(0);
}
.about-layout-section__readmore {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  margin-top: 30px;
  padding-bottom: 5px;
  position: relative;
}
@media (max-width: 896px) {
  .about-layout-section__readmore {
    font-size: 1.6rem;
    display: block;
    border: 1px solid #000;
    padding: 13px 20px 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.about-layout-section__readmore-arrow {
  position: absolute;
  left: -5px;
  bottom: 0;
  width: 88px;
  height: 11px;
  display: inline-block;
  transform: skewX(45deg);
  margin-right: 5px;
  border-right: 1px dashed #000;
  border-bottom: 1px dashed #000;
  width: 120px;
}
@media (max-width: 896px) {
  .about-layout-section__readmore-arrow {
    width: 45px;
    height: 7px;
  }
}
@media (max-width: 896px) {
  .about-layout-section__readmore-arrow {
    width: 45px;
    height: 7px;
    position: relative;
  }
}
.about-layout-section__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: -6px;
  margin-bottom: -6px;
}
.about-layout-section__tag {
  display: inline-flex;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 20px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 15px;
  border: 2px solid #a8dccc;
}
.about-layout-section__tag-text {
  font-size: 1.2rem;
  font-weight: 500;
}
.about-layout-section__tag-text::before {
  content: "#";
  margin-right: 0.25em;
}
.about-aside-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 896px) {
  .about-aside-nav {
    display: block;
    padding: 0 30px;
  }
}
.about-aside-nav__button {
  width: 100%;
  flex: 0 1 440px;
  max-width: 440px;
  /* background-color: #fff; */
  border: 1px solid #000;
  display: block;
  text-decoration: none;
  color: #070606;
  padding: 34px 20px;
  position: relative;
}
@media (max-width: 896px) {
  .about-aside-nav__button {
    max-width: none;
    max-width: initial;
    padding: 0;
  }
  .about-aside-nav__button:not(:first-child) {
    margin-top: 30px;
  }
}
body:not(.o-touch_device) .about-aside-nav__button:hover:hover {
  background: url(/newgraduates/ichijomind/img/bg-button_brushed_large.png)
    no-repeat 0 50% ;
}
.about-aside-nav__button-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 15px;
  height: 15px;
  display: inline-block;
}
@media (max-width: 896px) {
  .about-aside-nav__button-icon {
    width: 13px;
    height: 13px;
  }
}
.about-aside-nav__button-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 896px) {
  .about-aside-nav__button-inner {
    min-height: 80px;
    padding: 15px 20px;
  }
}
.about-aside-nav__button-image {
  width: 147px;
}
@media (max-width: 896px) {
  .about-aside-nav__button-image {
    width: 100px;
  }
}
.about-aside-nav__button-image-src {
  max-width: 100%;
  height: auto;
}
.about-aside-nav__button-text {
  /* width: 175px; */
  font-size: 2rem;
  /* font-weight: 500; */
}
@media (max-width: 896px) {
  .about-aside-nav__button-text {
    /* width: 124px; */
    font-size: 1.6rem;
  }
}
.about-aside-nav__button-text-affix {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 896px) {
  .about-aside-nav__button-text-affix {
    font-size: 1rem;
  }
}
.about-aside-nav__button-arrow {
  position: absolute;
  right: 20px;
  bottom: 45%;
  width: 88px;
  height: 11px;
  display: inline-block;
  transform: skewX(45deg);
  margin-right: 5px;
  border-right: 1px dashed #000;
  border-bottom: 1px dashed #000;
  margin-left: auto;
}
@media (max-width: 896px) {
  .about-aside-nav__button-arrow {
    width: 45px;
    height: 7px;
  }
}
@media (max-width: 896px) {
  .about-aside-nav__button-arrow {
    right: 25px;
    /* bottom: 15px; */
  }
}
.category-article-hero__container{
    margin-top: 4.4rem;
}
@media (max-width: 896px) {
    .category-article-hero__container{
        margin-top: 0;
    }
}
.category-article-hero__category {
  width: 547px;
  top: -4rem;
  left: -.4rem;
}
@media (max-width: 896px) {
  .category-article-hero__category {
    width: 80vw;
    top: -45px;
    left: -12px;
    right: auto;
  }
}
.about-layout__container {
  width: 100%;
  max-width: 920px;
  margin: 0 auto 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 896px) {
  .about-layout__container {
    max-width: none;
    max-width: initial;
    display: block;
    padding: 0 30px;
  }
}
.about-layout__item {
  flex: 0 1 400px;
  max-width: 400px;
}
.about-layout__item:nth-child(even) {
  margin-top: 160px;
}
@media (max-width: 896px) {
  .about-layout__item {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
  .about-layout__item:nth-child(n) {
    margin-top: 0;
  }
  .about-layout__item:not(:first-child) {
    margin-top: 100px;
  }
}
.about-layout__bottom {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.about-layout__bottom:last-child .about-aside-nav__button{
    max-width: 540px;
    margin: 60px auto 0 auto;
}
@media (max-width: 896px) {
    .about-layout__bottom:last-child{
        margin-top: 0;
    }
    .about-layout__bottom:last-child .about-aside-nav__button{
        margin-top: 30px;
        max-width: 100%;
    }
}
@media (max-width: 896px) {
  .about-layout__bottom {
    margin-top: 100px;
  }
}
.about-layout__guinness {
  margin-top: 100px;
}
@media (max-width: 896px) {
  .about-layout__guinness {
    margin-top: 80px;
    padding: 0 30px;
  }
}
