#jobs {
  background-color: #EAEFF7;
}
#jobs #visual {
  position: relative;
}
#jobs #visual .ly_inner {
  padding-bottom: 0;
}
#jobs #visual .image {
  position: relative;
  line-height: 0;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  #jobs #visual .image {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  }
}
#jobs #visual .image::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #C7D9FF, #005DBA);
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0.4;
  top: 0;
  left: 0;
}
#jobs #visual .text {
  position: absolute;
  bottom: 20px;
  left: 5%;
}
@media screen and (max-width: 767px) {
  #jobs #visual .text {
    left: 10%;
  }
}
#jobs #visual .text h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #jobs #visual .text h1 {
    font-size: 4vw;
  }
}
#jobs #visual .text .en {
  color: #fff;
  font-size: 8rem;
  font-weight: 200;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  #jobs #visual .text .en {
    font-size: 8vw;
  }
}
#jobs #first h2 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #jobs #first h2 {
    font-size: 2rem;
  }
}
#jobs #first .lead {
  max-width: 940px;
  margin: 0 auto 30px;
}
#jobs #first ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #jobs #first ul {
    display: block;
  }
}
#jobs #first ul li {
  width: calc(25% - 4px);
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #jobs #first ul li {
    width: 100%;
  }
}
#jobs #first ul li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 76px;
  background-color: #D1DDED;
  line-height: 1;
  padding: 30px 70px 30px 20px;
  color: #004098;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #jobs #first ul li a {
    padding: 15px;
    height: auto;
  }
}
#jobs #first ul li a:hover {
  background-color: #a9c4e7;
}
#jobs #first ul li a span {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: rotate(90deg);
  border: 1px solid #004098;
}
@media screen and (max-width: 767px) {
  #jobs #first ul li a span {
    width: 25px;
    height: 25px;
    top: 12px;
    right: 15px;
  }
}
#jobs #first ul li a span::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #004098;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#jobs #first ul li a span::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #004098;
  border-right: 1px solid #004098;
  top: 50%;
  right: 13px;
  transform: translateY(-3px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  #jobs #first ul li a span::after {
    right: 8px;
  }
}
#jobs .ly_contentblock .ly_inner {
  position: relative;
}
#jobs .ly_contentblock .ly_inner .en-title {
  color: #8DA9D1;
  font-size: 7.2rem;
  font-weight: 200;
  text-align: right;
  line-height: 0.5;
}
@media screen and (max-width: 767px) {
  #jobs .ly_contentblock .ly_inner .en-title {
    font-size: 7vw;
  }
}
#jobs .ly_contentblock .ly_bg {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding-top: 45px;
  margin-left: auto;
}
#jobs .ly_contentblock .ly_bg h2 {
  position: relative;
  left: -2.5%;
  width: 102.5%;
  background: linear-gradient(180deg, #0051BF, #004098);
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  padding: 50px 50px 50px 75px;
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
}
@media screen and (max-width: 767px) {
  #jobs .ly_contentblock .ly_bg h2 {
    padding: 25px;
    font-size: 2rem;
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
  }
}
#jobs .ly_contentblock .ly_bg .ly_bg_in {
  position: relative;
  padding: 50px 5%;
}
#jobs .ly_contentblock .ly_bg .ly_bg_in .content-image {
  position: absolute;
  right: 3%;
  width: 45%;
  top: -50px;
}
@media screen and (max-width: 767px) {
  #jobs .ly_contentblock .ly_bg .ly_bg_in .content-image {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
}
#jobs .ly_contentblock .ly_bg .ly_bg_in .text {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #jobs .ly_contentblock .ly_bg .ly_bg_in .text {
    width: 100%;
  }
}
#jobs .ly_contentblock .ly_bg .ly_bg_in .copy {
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  color: #004098;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #jobs .ly_contentblock .ly_bg .ly_bg_in .copy {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
#jobs .ly_contentblock .ly_bg .flow {
  position: relative;
  width: 90%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  #jobs .ly_contentblock .ly_bg .flow {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 40px;
  }
}
#jobs .ly_contentblock .ly_bg .flow h3 {
  position: relative;
  z-index: 1;
  background-color: #004098;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  padding: 8px 16px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0 100%);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #jobs .ly_contentblock .ly_bg .flow .image {
    overflow-x: scroll;
  }
  #jobs .ly_contentblock .ly_bg .flow .image img {
    width: 700px;
    max-width: none;
  }
}
#jobs .ly_contentblock .ly_bg .flow p {
  font-size: 1.2rem;
}
#jobs .ly_contentblock .ly_bg .people {
  background-color: #F7F7F7;
  padding: 80px 7%;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #jobs .ly_contentblock .ly_bg .people {
    display: block;
    padding: 40px 5%;
  }
}
#jobs .ly_contentblock .ly_bg .people .title {
  width: 28%;
}
@media screen and (max-width: 767px) {
  #jobs .ly_contentblock .ly_bg .people .title {
    width: 100%;
    margin-bottom: 20px;
  }
}
#jobs .ly_contentblock .ly_bg .people .title h3 {
  font-size: 3.4rem;
  color: #004098;
  font-weight: 300;
}
#jobs .ly_contentblock .ly_bg .people .title p {
  font-size: 1.8rem;
  font-weight: 500;
}
#jobs .ly_contentblock .ly_bg .people a {
  position: relative;
  max-width: 293px;
  width: 30%;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
@media screen and (max-width: 767px) {
  #jobs .ly_contentblock .ly_bg .people a {
    width: 100%;
    display: block;
    max-width: none;
    margin-bottom: 10px;
  }
}
#jobs .ly_contentblock .ly_bg .people .link-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
#jobs .ly_contentblock .ly_bg .people .profile {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#jobs .ly_contentblock .ly_bg .people .profile .year {
  font-size: 1.4rem;
}

#crosstalk {
  background-color: #E4EBF4;
}
#crosstalk #visual {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #crosstalk #visual {
    margin-bottom: 40px;
  }
}
#crosstalk #visual .ly_inner {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
#crosstalk #visual .ly_inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -2.5%;
  width: 105%;
  height: 100%;
  background: #004098;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #crosstalk #visual .ly_inner::after {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  }
}
#crosstalk #visual .ly_inner .vis-top {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #crosstalk #visual .ly_inner .vis-top {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
#crosstalk #visual .ly_inner .vis-top .image {
  position: relative;
  line-height: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 200px 100%, 0 calc(100% - 200px));
}
@media screen and (max-width: 767px) {
  #crosstalk #visual .ly_inner .vis-top .image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50px 100%, 0 calc(100% - 50px));
    margin-bottom: 20px;
  }
}
#crosstalk #visual .ly_inner .vis-top .text {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  #crosstalk #visual .ly_inner .vis-top .text {
    position: static;
    text-align: center;
  }
}
#crosstalk #visual .ly_inner .vis-top .text .en {
  position: absolute;
  right: 2%;
  bottom: 20px;
  font-size: clamp(6rem, 7vw, 8rem);
  font-weight: 200;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #crosstalk #visual .ly_inner .vis-top .text .en {
    bottom: 0;
    top: 0;
    font-size: 10vw;
  }
}
#crosstalk #visual .ly_inner .vis-top .text h1 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #crosstalk #visual .ly_inner .vis-top .text h1 {
    font-size: 5.2vw;
  }
}
#crosstalk #visual .ly_inner .vis-top .text .copy span {
  display: inline-block;
  color: #004098;
  font-size: clamp(2.8rem, 3vw, 3.4rem);
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(32px);
          backdrop-filter: blur(32px);
  line-height: 1;
  padding: 11px 20px;
}
@media screen and (max-width: 767px) {
  #crosstalk #visual .ly_inner .vis-top .text .copy span {
    font-size: 1.8rem;
    background-color: transparent;
    color: #fff;
    padding: 0;
  }
  #crosstalk #visual .ly_inner .vis-top .text .copy span br {
    display: none;
  }
}
#crosstalk #visual .ly_inner .vis-bottom .lead {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #crosstalk #visual .ly_inner .vis-bottom .lead {
    font-size: 1.5rem;
    text-align: left;
  }
}
#crosstalk #visual .ly_inner .vis-bottom h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}
#crosstalk #visual .ly_inner .vis-bottom .layout {
  display: flex;
  gap: 5%;
  justify-content: center;
}
#crosstalk #visual .ly_inner .vis-bottom .layout .box {
  width: 33.333%;
  max-width: 290px;
}
#crosstalk #visual .ly_inner .vis-bottom .layout .box .image {
  position: relative;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  margin-bottom: 20px;
}
#crosstalk #visual .ly_inner .vis-bottom .layout .box .image span {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  color: #004098;
  font-size: 1.5rem;
  line-height: 1;
  padding: 8px 20px;
  left: 0;
  bottom: 0;
}
#crosstalk #visual .ly_inner .vis-bottom .layout .box .text {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #crosstalk #visual .ly_inner .vis-bottom .layout .box .text {
    font-size: 1.3rem;
  }
}
#crosstalk #visual .ly_inner .vis-bottom .layout .box .text .name {
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #crosstalk #visual .ly_inner .vis-bottom .layout .box .text .name {
    font-size: 2.4rem;
  }
}
#crosstalk .ly_contentblock {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #crosstalk .ly_contentblock {
    margin-bottom: 50px;
  }
}
#crosstalk .ly_contentblock .en-title {
  color: #8DA9D1;
  font-size: 7.2rem;
  font-weight: 200;
  text-align: right;
  line-height: 0.5;
  max-width: calc(1200px + 4%);
  margin: auto;
}
@media screen and (max-width: 767px) {
  #crosstalk .ly_contentblock .en-title {
    font-size: 7vw;
  }
}
#crosstalk .ly_contentblock .ly_inner {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
#crosstalk .ly_contentblock .ly_inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -2.5%;
  width: 105%;
  height: 100%;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #crosstalk .ly_contentblock .ly_inner::after {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
  }
}
#crosstalk .ly_contentblock .ly_bg h2 {
  position: relative;
  background: linear-gradient(180deg, #0051BF, #004098);
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  padding: 50px;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #crosstalk .ly_contentblock .ly_bg h2 {
    font-size: 2rem;
    padding: 25px;
  }
}
#crosstalk .ly_contentblock .ly_bg .vis-image {
  width: 105%;
  margin-left: -5%;
  transform: translateY(-100px);
}
@media screen and (max-width: 767px) {
  #crosstalk .ly_contentblock .ly_bg .vis-image {
    transform: translateY(-20px);
  }
}
#crosstalk .ly_contentblock .ly_bg .talk-block {
  max-width: 860px;
  margin: auto;
}
#crosstalk .ly_contentblock .ly_bg .talk-block .row {
  display: flex;
  margin-bottom: 20px;
  gap: 24px;
}
#crosstalk .ly_contentblock .ly_bg .talk-block .row .image {
  width: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #crosstalk .ly_contentblock .ly_bg .talk-block .row .image {
    width: 60px;
  }
}
#crosstalk .ly_contentblock .ly_bg .talk-block .row p {
  flex: 1;
}
#crosstalk #p2 .ly_bg .vis-image {
  margin-left: auto;
  margin-right: -5%;
  width: 100%;
}
#crosstalk #p4 {
  position: relative;
  background-color: #004098;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #crosstalk #p4 {
    padding-top: 100px;
  }
}
#crosstalk #p4::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #004098;
  left: 50%;
  top: -50px;
}
#crosstalk #p4::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 50px;
  background-color: #fff;
  left: 50%;
  top: 0;
}
#crosstalk #p4 h2 {
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-bottom: 60px;
}
#crosstalk #p4 h2 .en {
  font-size: 2.2rem;
}
#crosstalk #p4 h2 .jp {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #crosstalk #p4 h2 .jp {
    font-size: 6.8vw;
  }
}
#crosstalk #p4 .layout {
  display: flex;
  gap: 8px;
  max-width: calc(1200px + 4%);
  padding: 0 2%;
  margin: -150px auto 80px;
}
@media screen and (max-width: 767px) {
  #crosstalk #p4 .layout {
    display: block;
    margin: 0;
    padding: 5%;
  }
}
#crosstalk #p4 .layout .box {
  width: 33.333%;
  background-color: #F1F5F9;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
}
@media screen and (max-width: 767px) {
  #crosstalk #p4 .layout .box {
    width: 100%;
    margin-bottom: 5px;
  }
}
#crosstalk #p4 .layout .box .name {
  border-bottom: 1px solid #004098;
  font-size: 2.8rem;
  font-weight: 400;
  padding: 30px 0;
  text-align: center;
  color: #004098;
}
@media screen and (max-width: 767px) {
  #crosstalk #p4 .layout .box .name {
    padding: 15px 0;
    font-size: 2.2rem;
  }
}
#crosstalk #p4 .layout .box p {
  padding: 50px 5%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #crosstalk #p4 .layout .box p {
    padding: 20px 5%;
    text-align: left;
  }
}
#crosstalk #p4 .lead {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #crosstalk #p4 .lead {
    font-size: 5vw;
  }
}

#inerview {
  background-color: #004098;
}
#inerview #visual .ly_inner {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  #inerview #visual .ly_inner {
    padding-top: 30px;
  }
}
#inerview #visual .ly_inner .image {
  position: relative;
  line-height: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 150px 100%, 0 calc(100% - 150px));
}
@media screen and (max-width: 767px) {
  #inerview #visual .ly_inner .image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50px 100%, 0 calc(100% - 50px));
  }
}
#inerview #visual .ly_inner .image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
}
#inerview #visual .ly_inner .en {
  position: absolute;
  right: 5%;
  bottom: 40px;
  font-size: clamp(6rem, 7vw, 8rem);
  color: #fff;
}
@media screen and (max-width: 767px) {
  #inerview #visual .ly_inner .en {
    bottom: auto;
    top: 0;
    line-height: 1;
    font-size: 10vw;
  }
}
#inerview #visual .ly_inner .text .main-text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  #inerview #visual .ly_inner .text .main-text {
    position: static;
    padding-top: 15px;
  }
}
#inerview #visual .ly_inner .text .main-text h1 {
  display: inline-block;
  background-color: #fff;
  color: #004098;
  font-size: 1.8rem;
  line-height: 1;
  padding: 8px 18px;
}
#inerview #visual .ly_inner .text .main-text .copy {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  margin-block: 20px;
}
@media screen and (max-width: 767px) {
  #inerview #visual .ly_inner .text .main-text .copy {
    font-size: 2.2rem;
  }
}
#inerview #visual .ly_inner .text .main-text .prof {
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #inerview #visual .ly_inner .text .main-text .prof {
    font-size: 1.4rem;
  }
}
#inerview .ly_contentblock .ly_inner {
  background-color: #fff;
  padding: 80px 5%;
}
@media screen and (max-width: 767px) {
  #inerview .ly_contentblock .ly_inner {
    padding: 30px 5%;
  }
}
#inerview .ly_contentblock .ly_layout {
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #inerview .ly_contentblock .ly_layout {
    display: block;
    margin-bottom: 30px;
  }
}
#inerview .ly_contentblock .ly_layout h2 {
  color: #004098;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #inerview .ly_contentblock .ly_layout h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#inerview .ly_contentblock .ly_layout h2 .en {
  display: block;
}
#inerview .ly_contentblock .ly_layout p {
  font-size: 1.5rem;
}
#inerview .ly_contentblock .ly_layout.in-image {
  gap: 5%;
}
#inerview .ly_contentblock .ly_layout.in-image .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #inerview .ly_contentblock .ly_layout.in-image .text {
    width: 100%;
    margin-bottom: 20px;
  }
}
#inerview .ly_contentblock .ly_layout.in-image .image {
  width: 50%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%, 0 calc(100% - 100px));
}
@media screen and (max-width: 767px) {
  #inerview .ly_contentblock .ly_layout.in-image .image {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50px 100%, 0 calc(100% - 50px));
  }
}
#inerview .ly_contentblock .ly_layout.text {
  gap: 5%;
}
#inerview .ly_contentblock .ly_layout.text h2 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #inerview .ly_contentblock .ly_layout.text h2 {
    width: 100%;
  }
}
#inerview .ly_contentblock .ly_layout.text p {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #inerview .ly_contentblock .ly_layout.text p {
    width: 100%;
  }
}
#inerview .ly_contentblock .wide-image {
  margin-bottom: 80px;
  width: 120%;
  position: relative;
  left: -10%;
}
@media screen and (max-width: 767px) {
  #inerview .ly_contentblock .wide-image {
    width: 100%;
    left: 0;
    margin-bottom: 30px;
  }
}
#inerview .ly_contentblock .wide-image img {
  width: 100%;
  max-width: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50px 100%, 0 calc(100% - 50px));
}
#inerview .last-image {
  max-width: 1360px;
  margin: 0 auto;
  padding: 50px 0;
}