#content {
  overflow: hidden;
}
#content section {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
#content section .button a {
  min-width: 166px;
}
#content h2 {
  font-weight: 400;
  line-height: 1.4;
}
@media all and (min-width: 992px) {
  #content h2 {
    font-size: 2rem;
  }
}
@media all and (max-width: 991px) {
  #content h2 {
    font-size: 1.714285714285714rem;
  }
}
@media all and (max-width: 767px) {
  #content h2 {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .button {
    text-align: left;
  }
  #content .button a {
    width: auto;
  }
}
#content .topMainVisual {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media all and (min-width: 992px) {
  #content .topMainVisual {
    min-height: 700px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .topMainVisual {
    min-height: 512px;
  }
}
@media all and (max-width: 991px) {
  #content .topMainVisual:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 120%;
    min-width: 1920px;
    background: -webkit-linear-gradient(top left, #0065bd, #0e8bd1);
    background: -webkit-gradient(linear, left top, right bottom, from(#0065bd), to(#0e8bd1));
    background: linear-gradient(to bottom right, #0065bd, #0e8bd1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    z-index: 2;
    -webkit-transform: rotate(6deg) translate3d(-50%, 0, 0);
    -ms-transform: rotate(6deg) translate3d(-50%, 0, 0);
    transform: rotate(6deg) translate3d(-50%, 0, 0);
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .topMainVisual:before {
    height: 306px;
    margin-bottom: -60px;
  }
}
@media all and (max-width: 767px) {
  #content .topMainVisual:before {
    height: 208px;
    margin-bottom: -60px;
  }
}
@media all and (min-width: 992px) {
  #content .topMainVisual {
    padding-top: 180px;
  }
}
#content .topMainVisual .topMainVisualInner {
  position: relative;
  z-index: 3;
  color: #fff;
}
@media all and (min-width: 992px) {
  #content .topMainVisual .topMainVisualInner {
    text-align: center;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .topMainVisual .topMainVisualInner {
    padding: 297px 0 50px;
  }
}
@media all and (max-width: 767px) {
  #content .topMainVisual .topMainVisualInner {
    padding: 34.7% 15px 50px;
  }
}
#content .topMainVisual h1 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 20px;
  max-width: 750px;
  margin: 0 auto 26px;
}
#content .topMainVisual h2 {
  line-height: 1.35;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  #content .topMainVisual h2 {
    max-width: 900px;
  }
}
@media all and (min-width: 992px) {
  #content .topMainVisual h2 {
    font-size: 2.857142857142857rem;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 991px) {
  #content .topMainVisual h2 {
    font-size: 2.285714285714286rem;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  #content .topMainVisual h2 {
    margin-bottom: 30px;
  }
}
#content .topMainVisual .lead {
  margin: 0 auto;
  font-size: 1.142857142857143rem;
  line-height: 1.75;
  max-width: 900px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  #content .topMainVisual .button {
    text-align: left;
  }
  #content .topMainVisual .button a {
    width: auto;
  }
}
@media all and (min-width: 992px) {
  #content .topMainVisual .linkList {
    margin: 40px auto 0;
    text-align: center;
  }
}
@media all and (max-width: 991px) {
  #content .topMainVisual .linkList {
    margin-top: 35px;
  }
}
@media all and (min-width: 992px) {
  #content .topMainVisual .linkList ul {
    display: inline-block;
    margin-top: 16px;
  }
  #content .topMainVisual .linkList ul:first-child {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  #content .topMainVisual .linkList ul {
    margin-top: 20px;
  }
  #content .topMainVisual .linkList ul:first-child {
    margin-top: 0;
  }
}
#content .topMainVisual .linkList li {
  font-size: 1.142857142857143rem;
}
@media all and (min-width: 768px) {
  #content .topMainVisual .linkList li {
    display: inline-block;
  }
}
@media all and (min-width: 992px) {
  #content .topMainVisual .linkList li {
    margin-right: 40px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .topMainVisual .linkList li {
    margin-right: 30px;
  }
}
@media all and (max-width: 767px) {
  #content .topMainVisual .linkList li {
    margin-bottom: 20px;
  }
}
#content .topMainVisual .linkList li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
#content .topMainVisual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#content .topMainVisual .bg img {
  position: absolute;
  max-width: none;
}
@media all and (min-width: 768px) {
  #content .topMainVisual .bg img {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media all and (min-width: 992px) {
  #content .topMainVisual .bg img {
    min-width: 100%;
    max-height: 700px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .topMainVisual .bg img {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #content .topMainVisual .bg img {
    max-width: none;
    max-height: 512px;
    min-width: 100%;
    max-width: none;
    height: auto;
    right: 0;
  }
}
@media all and (max-width: 575px) {
  #content .topMainVisual .bg img {
    height: 480px;
    width: auto;
  }
}
#content .topMainVisual h1 {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.2s, opacity 0.3s ease-out 0.2s;
  -webkit-transition: opacity 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  transition: opacity 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s, opacity 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s, opacity 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .topMainVisual h2 {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.4s, opacity 0.3s ease-out 0.4s;
  -webkit-transition: opacity 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
  transition: opacity 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
  transition: transform 0.3s ease-out 0.4s, opacity 0.3s ease-out 0.4s;
  transition: transform 0.3s ease-out 0.4s, opacity 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .topMainVisual .lead {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.6s, opacity 0.3s ease-out 0.6s;
  -webkit-transition: opacity 0.3s ease-out 0.6s, -webkit-transform 0.3s ease-out 0.6s;
  transition: opacity 0.3s ease-out 0.6s, -webkit-transform 0.3s ease-out 0.6s;
  transition: transform 0.3s ease-out 0.6s, opacity 0.3s ease-out 0.6s;
  transition: transform 0.3s ease-out 0.6s, opacity 0.3s ease-out 0.6s, -webkit-transform 0.3s ease-out 0.6s;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .topMainVisual .button {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.8s, opacity 0.3s ease-out 0.8s;
  -webkit-transition: opacity 0.3s ease-out 0.8s, -webkit-transform 0.3s ease-out 0.8s;
  transition: opacity 0.3s ease-out 0.8s, -webkit-transform 0.3s ease-out 0.8s;
  transition: transform 0.3s ease-out 0.8s, opacity 0.3s ease-out 0.8s;
  transition: transform 0.3s ease-out 0.8s, opacity 0.3s ease-out 0.8s, -webkit-transform 0.3s ease-out 0.8s;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .topMainVisual .linkList {
  -webkit-transition: -webkit-transform 0.3s ease-out 1s, opacity 0.3s ease-out 1s;
  -webkit-transition: opacity 0.3s ease-out 1s, -webkit-transform 0.3s ease-out 1s;
  transition: opacity 0.3s ease-out 1s, -webkit-transform 0.3s ease-out 1s;
  transition: transform 0.3s ease-out 1s, opacity 0.3s ease-out 1s;
  transition: transform 0.3s ease-out 1s, opacity 0.3s ease-out 1s, -webkit-transform 0.3s ease-out 1s;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .topMainVisual.active h1,
#content .topMainVisual.active h2,
#content .topMainVisual.active .lead,
#content .topMainVisual.active .button,
#content .topMainVisual.active .linkList {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#content .communitySection {
  position: relative;
  z-index: 0;
}
@media all and (min-width: 992px) {
  #content .communitySection {
    margin-bottom: 130px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .communitySection {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  #content .communitySection {
    padding: 55px 15px 75px;
  }
}
@media all and (min-width: 992px) {
  #content .communitySection h2 {
    font-size: 2.285714285714286rem;
  }
}
#content .communitySection .communitySectionInner {
  position: relative;
}
#content .communitySection .pic {
  z-index: 2;
}
@media all and (min-width: 768px) {
  #content .communitySection .pic {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media all and (min-width: 992px) {
  #content .communitySection .pic {
    width: 63.2%;
    margin-top: -10.1%;
    margin-left: 51.4%;
  }
}
@media all and (max-width: 991px) {
  #content .communitySection .pic {
    width: 55.6%;
    margin-left: 57.8%;
    margin-top: -1.4%;
  }
}
@media all and (max-width: 767px) {
  #content .communitySection .pic {
    position: relative;
    width: 400px;
    margin-left: -48px;
    margin-top: 0;
  }
}
#content .communitySection .shadow {
  z-index: 1;
}
@media all and (min-width: 768px) {
  #content .communitySection .shadow {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media all and (min-width: 992px) {
  #content .communitySection .shadow {
    width: 64%;
    margin-top: -10.1%;
    margin-left: 52.7%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .communitySection .shadow {
    width: 56.3%;
    margin-left: 59%;
  }
}
@media all and (max-width: 767px) {
  #content .communitySection .shadow {
    position: relative;
    width: 405px;
    margin-left: -39px;
    margin-top: -314px;
    margin-bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  #content .communitySection .lead {
    margin-top: 0;
  }
}
#content .communitySection h2,
#content .communitySection .lead,
#content .communitySection .asideItem,
#content .communitySection .button {
  overflow: hidden;
}
@media all and (min-width: 992px) {
  #content .communitySection h2,
  #content .communitySection .lead,
  #content .communitySection .asideItem,
  #content .communitySection .button {
    width: 48.7%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .communitySection h2,
  #content .communitySection .lead,
  #content .communitySection .asideItem,
  #content .communitySection .button {
    width: 56.9%;
  }
}
@media all and (min-width: 992px) {
  #content .communitySection h2 {
    padding-top: 6.6%;
  }
}
@media all and (max-width: 991px) {
  #content .communitySection h2 {
    padding-top: 6.3%;
  }
}
@media all and (max-width: 767px) {
  #content .communitySection h2 {
    margin-bottom: 5px;
  }
}
#content .communitySection .pic {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.2s, opacity 0.3s ease-out 0.2s;
  -webkit-transition: opacity 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  transition: opacity 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s, opacity 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s, opacity 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .communitySection .shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s;
  -webkit-transition: opacity 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .communitySection .lead {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.4s, opacity 0.3s ease-out 0.4s;
  -webkit-transition: opacity 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
  transition: opacity 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
  transition: transform 0.3s ease-out 0.4s, opacity 0.3s ease-out 0.4s;
  transition: transform 0.3s ease-out 0.4s, opacity 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .communitySection .button {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.6s, opacity 0.3s ease-out 0.6s;
  -webkit-transition: opacity 0.3s ease-out 0.6s, -webkit-transform 0.3s ease-out 0.6s;
  transition: opacity 0.3s ease-out 0.6s, -webkit-transform 0.3s ease-out 0.6s;
  transition: transform 0.3s ease-out 0.6s, opacity 0.3s ease-out 0.6s;
  transition: transform 0.3s ease-out 0.6s, opacity 0.3s ease-out 0.6s, -webkit-transform 0.3s ease-out 0.6s;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .communitySection.active .pic,
#content .communitySection.active .shadow {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#content .communitySection.active .lead,
#content .communitySection.active .button {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#content .employmentSection {
  position: relative;
  z-index: 0;
}
@media all and (min-width: 992px) {
  #content .employmentSection {
    padding-bottom: 80px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .employmentSection {
    padding-bottom: 90px;
  }
}
@media all and (max-width: 767px) {
  #content .employmentSection {
    padding: 0 15px 80px;
  }
}
#content .employmentSection .employmentSectionInner {
  position: relative;
}
@media all and (min-width: 992px) {
  #content .employmentSection h2 {
    padding-top: 13.2%;
    font-size: 2.285714285714286rem;
  }
}
#content .employmentSection .pic {
  z-index: 2;
}
@media all and (min-width: 768px) {
  #content .employmentSection .pic {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media all and (min-width: 992px) {
  #content .employmentSection .pic {
    width: 50.3%;
    margin-left: -7.5%;
  }
}
@media all and (max-width: 991px) {
  #content .employmentSection .pic {
    width: 52.4%;
    margin-left: -13.1%;
    margin-top: 1.4%;
  }
}
@media all and (max-width: 767px) {
  #content .employmentSection .pic {
    position: relative;
    width: 376px;
    margin-left: -16px;
    margin-top: 46px;
  }
}
#content .employmentSection .shadow {
  z-index: 1;
}
@media all and (min-width: 768px) {
  #content .employmentSection .shadow {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media all and (min-width: 992px) {
  #content .employmentSection .shadow {
    width: 50.2%;
    margin-top: -4.6%;
    margin-left: -5.2%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .employmentSection .shadow {
    width: 52.2%;
    margin-left: -9.4%;
  }
}
@media all and (max-width: 767px) {
  #content .employmentSection .shadow {
    position: relative;
    width: 393px;
    margin-left: -1px;
    margin-top: -366px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  #content .employmentSection .lead {
    margin-top: 0;
  }
}
#content .employmentSection h2,
#content .employmentSection .lead,
#content .employmentSection .asideItem,
#content .employmentSection .button {
  overflow: hidden;
}
@media all and (min-width: 992px) {
  #content .employmentSection h2,
  #content .employmentSection .lead,
  #content .employmentSection .asideItem,
  #content .employmentSection .button {
    padding-left: 51.3%;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .employmentSection h2,
  #content .employmentSection .lead,
  #content .employmentSection .asideItem,
  #content .employmentSection .button {
    padding-left: 44.4%;
  }
}
@media all and (min-width: 992px) {
  #content .employmentSection h2 {
    padding-top: 7.5%;
  }
}
@media all and (max-width: 991px) {
  #content .employmentSection h2 {
    padding-top: 2.1%;
  }
}
@media all and (max-width: 767px) {
  #content .employmentSection h2 {
    margin-bottom: 25px;
  }
}
#content .employmentSection .pic {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.2s, opacity 0.3s ease-out 0.2s;
  -webkit-transition: opacity 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  transition: opacity 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s, opacity 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s, opacity 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .employmentSection .shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s;
  -webkit-transition: opacity 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .employmentSection .lead {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.4s, opacity 0.3s ease-out 0.4s;
  -webkit-transition: opacity 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
  transition: opacity 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
  transition: transform 0.3s ease-out 0.4s, opacity 0.3s ease-out 0.4s;
  transition: transform 0.3s ease-out 0.4s, opacity 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .employmentSection .button {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.6s, opacity 0.3s ease-out 0.6s;
  -webkit-transition: opacity 0.3s ease-out 0.6s, -webkit-transform 0.3s ease-out 0.6s;
  transition: opacity 0.3s ease-out 0.6s, -webkit-transform 0.3s ease-out 0.6s;
  transition: transform 0.3s ease-out 0.6s, opacity 0.3s ease-out 0.6s;
  transition: transform 0.3s ease-out 0.6s, opacity 0.3s ease-out 0.6s, -webkit-transform 0.3s ease-out 0.6s;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .employmentSection.active .pic,
#content .employmentSection.active .shadow {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#content .employmentSection.active .lead,
#content .employmentSection.active .button {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#content .annualReportSection {
  position: relative;
  z-index: 1;
  background: #f3f5fa;
}
#content .annualReportSection .annualReportSectionInner {
  max-width: 770px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
#content .annualReportSection .annualReportSectionInner:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
@media all and (min-width: 992px) {
  #content .annualReportSection .annualReportSectionInner {
    padding: 80px 30px 90px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .annualReportSection .annualReportSectionInner {
    padding: 70px 70px 50px 24px;
  }
}
@media all and (max-width: 767px) {
  #content .annualReportSection .annualReportSectionInner {
    padding: 70px 15px 60px;
  }
}
@media all and (min-width: 768px) {
  #content .annualReportSection .annualReportSectionContent {
    float: left;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 470px;
  }
}
@media all and (max-width: 767px) {
  #content .annualReportSection .annualReportSectionContent {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  #content .annualReportSection .pic {
    float: right;
  }
}
@media all and (min-width: 992px) {
  #content .annualReportSection .pic {
    width: 175px;
  }
}
@media all and (max-width: 991px) {
  #content .annualReportSection .pic {
    width: 172px;
  }
}
@media all and (max-width: 767px) {
  #content .annualReportSection .pic {
    margin: 0 auto 25px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .annualReportSection .button {
    text-align: left;
  }
  #content .annualReportSection .button a {
    width: auto;
  }
}
@media all and (min-width: 992px) {
  #content .annualReportSection .modText {
    margin-top: 15px;
  }
}
#content .annualReportSection .modText a {
  text-decoration: none;
  color: #0065bd;
}
#content .annualReportSection .modText a:hover .modLinkText {
  border-bottom: 1px solid #0065bd;
}
#content .annualReportSection .modText a:hover .icArrowBlue,
#content .annualReportSection .modText a:hover .icArrowWhite {
  -webkit-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
}
#content .annualReportSection .modText a .icArrowBlue,
#content .annualReportSection .modText a .icArrowWhite {
  -webkit-transition: -webkit-transform 0.12s ease-in;
  transition: -webkit-transform 0.12s ease-in;
  transition: transform 0.12s ease-in;
  transition: transform 0.12s ease-in, -webkit-transform 0.12s ease-in;
  margin-left: 11px;
  top: -1px;
}
#content .annualReportSection .modText .modLinkText {
  -webkit-transition: border 0.12s ease-in;
  transition: border 0.12s ease-in;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
#content .annualReportSection .pic {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.2s, opacity 0.3s ease-out 0.2s;
  -webkit-transition: opacity 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  transition: opacity 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s, opacity 0.3s ease-out 0.2s;
  transition: transform 0.3s ease-out 0.2s, opacity 0.3s ease-out 0.2s, -webkit-transform 0.3s ease-out 0.2s;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .annualReportSection .lead {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.4s, opacity 0.3s ease-out 0.4s;
  -webkit-transition: opacity 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
  transition: opacity 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
  transition: transform 0.3s ease-out 0.4s, opacity 0.3s ease-out 0.4s;
  transition: transform 0.3s ease-out 0.4s, opacity 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .annualReportSection .button,
#content .annualReportSection .modText:last-child {
  -webkit-transition: -webkit-transform 0.3s ease-out 0.6s, opacity 0.3s ease-out 0.6s;
  -webkit-transition: opacity 0.3s ease-out 0.6s, -webkit-transform 0.3s ease-out 0.6s;
  transition: opacity 0.3s ease-out 0.6s, -webkit-transform 0.3s ease-out 0.6s;
  transition: transform 0.3s ease-out 0.6s, opacity 0.3s ease-out 0.6s;
  transition: transform 0.3s ease-out 0.6s, opacity 0.3s ease-out 0.6s, -webkit-transform 0.3s ease-out 0.6s;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#content .annualReportSection.active .pic,
#content .annualReportSection.active .lead,
#content .annualReportSection.active .button,
#content .annualReportSection.active .modText {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#content .dataSection {
  text-align: center;
}
@media all and (min-width: 992px) {
  #content .dataSection {
    padding: 65px 0 60px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .dataSection {
    padding: 55px 0 60px;
  }
}
@media all and (max-width: 767px) {
  #content .dataSection {
    padding: 55px 15px 60px;
  }
}
#content .dataSection .dataSectionInner {
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  #content .dataSection .dataSectionInner {
    max-width: 770px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .dataSection .dataSectionInner {
    max-width: 596px;
  }
}
@media all and (min-width: 768px) {
  #content .dataSection .modButtonList {
    margin-top: 40px;
  }
}
@media all and (max-width: 767px) {
  #content .dataSection .modButtonList {
    margin-top: 30px;
  }
}
@media all and (min-width: 768px) {
  #content .dataSection .modButtonList li {
    margin-left: 20px;
  }
  #content .dataSection .modButtonList li:first-child {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .dataSection .button {
    text-align: center;
  }
}
#content .otherSection .otherSectionInner {
  border-top: 1px solid #e1e6ee;
  text-align: center;
}
@media all and (min-width: 992px) {
  #content .otherSection .otherSectionInner {
    padding: 30px 0 0;
    border-bottom: 1px solid #e1e6ee;
  }
}
@media all and (max-width: 991px) {
  #content .otherSection .otherSectionInner {
    padding: 35px 0 0;
  }
}
@media all and (max-width: 767px) {
  #content .otherSection .otherSectionInner {
    margin: 0 15px;
  }
}
@media all and (min-width: 992px) {
  #content .otherSection .linkList {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 991px) {
  #content .otherSection .linkList {
    margin-bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  #content .otherSection .linkList {
    display: inline-block;
  }
}
#content .otherSection .linkList li {
  font-size: 1.142857142857143rem;
}
@media all and (min-width: 768px) {
  #content .otherSection .linkList li {
    display: inline-block;
  }
}
@media all and (min-width: 992px) {
  #content .otherSection .linkList li {
    margin-right: 35px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .otherSection .linkList li {
    margin-right: 40px;
  }
}
@media all and (max-width: 767px) {
  #content .otherSection .linkList li {
    margin-bottom: 10px;
    text-align: left;
  }
  #content .otherSection .linkList li:nth-child(2) {
    margin-bottom: 50px;
  }
}
#content .otherSection .linkList li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
#content .otherSection h3 {
  font-weight: 200;
  line-height: 1.45;
}
@media all and (min-width: 992px) {
  #content .otherSection h3 {
    font-size: 2rem;
  }
}
@media all and (max-width: 991px) {
  #content .otherSection h3 {
    font-size: 1.714285714285714rem;
  }
}
@media all and (max-width: 767px) {
  #content .otherSection h3 {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #content .otherSection .button {
    text-align: center;
  }
}
