/* about
======================================= */
.about__inner {
  padding-top: 5em;
  padding-bottom: 4.375em;
}
.about__lead {
  text-align: center;
}
.about__lead span {
  font-weight: bold;
}
.about__item {
  padding-top: 6.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about__item:nth-child(2n-1) .about__item-contents {
  padding-left: 15.2778vw;
}
.about__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about__item:nth-child(2n) .about__item-contents {
  padding-right: 15.2778vw;
}
.about__item-contents {
  width: calc(41.667% + 15.2778vw);
}
.about__item-img {
  width: 39.5833%;
  position: relative;
  z-index: 0;
  border-radius: 4px;
  overflow: hidden;
}
.about__item-title {
  text-align: left;
  margin-bottom: 2.1875rem;
}
.about__item-title-jp, .about__item-title-en {
  text-align: left;
}
.about__item-title-en {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.about__item-title-en::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1.875rem);
  z-index: -1;
  width: 50vw;
  height: 1px;
  background-color: #E0E5B6;
}
.about__item-catch {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em;
}
.about__item-text span {
  font-weight: bold;
  color: #078d55;
}
.about__item-list-item {
  list-style: auto;
}
.about__item-list-item:nth-child(n+2) {
  margin-top: 1em;
}
.about__item-list-item span {
  display: block;
  font-weight: bold;
}
.about_links__inner {
  padding-bottom: 15em;
}
.about_links__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  height: 580px;
}
.about_links__item {
  width: 50%;
  height: 100%;
}
.about_links__item a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_links__item:nth-child(1) {
  background: url(../img/about/about_link_01.jpg) no-repeat center center/cover;
}
.about_links__item:nth-child(2) {
  background: url(../img/about/about_link_02.jpg) no-repeat center center/cover;
}
.about_links__item-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.about_links__item-title {
  text-align: center;
  color: #fff;
  margin-bottom: 2.625em;
}
.about_links__item-title-jp {
  font-size: 2.5em;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.about_links__item-title-en {
  font-family: "futura-pt-bold";
  font-weight: bold;
}
.about_links__item-btn a {
  border: none;
  -webkit-box-shadow: 4px 4px 10px 0px #2F3C33;
          box-shadow: 4px 4px 10px 0px #2F3C33;
}