@charset "UTF-8";
/* CSS Document */
/* breadcrumb
------------------------------------------------------------*/
#breadcrumb ul {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-size: 0.75rem;
}

#breadcrumb ul li {
  display: inline;
}

#breadcrumb ul li:not(:last-child):after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  margin-left: 10px;
  margin-right: 8px;
}

/* main next
------------------------------------------------------------*/
main.next {
  padding-top: 70px;
  padding-bottom: 80px;
}

main.next > section:not(:last-child) {
  margin-bottom: 80px;
}

main.next > section section:not(:last-child) {
  margin-bottom: 70px;
}

main.next .coaches-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px -45px 0;
}

main.next .coaches-list li {
  width: calc(50% - 25px);
  margin: 0 25px 45px 0;
  position: relative;
  background: #fff;
}

main.next .coaches-list .item-name {
  background: #78080e;
  padding: 10px 10px 10px 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .coaches-list .item-name > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  line-height: 1.2;
  padding-left: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .coaches-list .item-name h2 {
  color: #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 1.3;
}

main.next .coaches-list .item-name h2 span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

@media screen and (max-width: 1000px) {
  main.next .coaches-list .item-name h2 span {
    display: block;
  }
}

main.next .coaches-list .item-text {
  background: #fff;
  padding: 15px 15px 25px 180px;
  line-height: 1.6;
}

main.next .coaches-list .item-text h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 5px;
}

main.next .coaches-list .item-text p {
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .coaches-list .item-btn {
  position: absolute;
  left: 140px;
  bottom: -18px;
}

main.next .coaches-list .item-img {
  line-height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

main.next .coaches-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .coaches-title .item-img {
  line-height: 0;
  max-width: 40%;
}

main.next .coaches-title .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  margin-left: -40px;
  background: #78080e;
  color: #FFF;
  padding: 40px;
}

main.next .coaches-title .item-text .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFF;
}

main.next .coaches-title .item-text .name > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  color: #232323;
  line-height: 1.2;
  text-align: center;
  padding-left: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .coaches-title .item-text .name h1 {
  color: #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 1.3;
}

main.next .coaches-title .item-text .name h1 span {
  margin-left: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

@media screen and (max-width: 1000px) {
  main.next .coaches-title .item-text .name h1 span {
    display: block;
  }
}

main.next .coaches-title .item-text .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next .coaches-title .item-text .list > * {
  margin-bottom: 5px;
}

main.next .coaches-title .item-text .list:not(:last-child) {
  margin-bottom: 30px;
}

main.next .coaches-title .item-text .list dt {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .coaches-title .item-text .list dt:after {
  content: "：";
  margin-left: auto;
}

main.next .coaches-title .item-text .list dd {
  width: calc(100% - 80px);
}

main.next .cases-list.slides, main.next .slides.culture-list {
  padding-left: 30px;
  padding-right: 30px;
}

main.next .cases-list.slides .slick-arrow, main.next .slides.culture-list .slick-arrow {
  width: 26px;
  height: 26px;
}

main.next .cases-list.slides .slick-arrow:before, main.next .slides.culture-list .slick-arrow:before {
  width: 100%;
  height: 100%;
  background: url(../img/next/arrow-slide_next.svg) no-repeat center/contain;
  font-size: 0;
  content: "";
  display: block;
}

main.next .cases-list.slides .slick-prev, main.next .slides.culture-list .slick-prev {
  left: 0;
}

main.next .cases-list.slides .slick-prev:before, main.next .slides.culture-list .slick-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main.next .cases-list.slides .slick-next, main.next .slides.culture-list .slick-next {
  right: 0;
}

main.next .cases-list.slides .slick-slide, main.next .slides.culture-list .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

main.next .cases-list:not(.slides), main.next .culture-list:not(.slides) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px -2px 0;
}

main.next .cases-list:not(.slides) li, main.next .culture-list:not(.slides) li {
  width: calc(33.3333% - 2px);
  margin: 0 2px 2px 0;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eeeeee;
}

main.next .cases-list .item-img, main.next .culture-list .item-img {
  line-height: 0;
  text-align: center;
}

main.next .cases-list .item-img img, main.next .culture-list .item-img img {
  display: inline;
}

main.next .cases-list .item-text, main.next .culture-list .item-text {
  padding-top: 10px;
}

main.next .cases-list .item-text > *:not(:last-child), main.next .culture-list .item-text > *:not(:last-child) {
  margin-bottom: 5px;
}

main.next .cases-list .item-text .title, main.next .culture-list .item-text .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

main.next .cases-list .item-text .title a, main.next .culture-list .item-text .title a {
  color: #232323;
}

main.next .cases-list .item-text .text, main.next .culture-list .item-text .text {
  color: #666666;
}

main.next .cases-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .cases-title .item-img {
  line-height: 0;
  max-width: 50%;
}

main.next .cases-title .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  background: #78080e;
  color: #FFF;
  padding: 25px;
}

main.next .cases-title .item-text .title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFF;
}

main.next .cases-title .item-text .company {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 15px;
}

main.next .cases-title .item-text .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .cases-title .item-text .list > * {
  margin-bottom: 5px;
}

main.next .cases-title .item-text .list:not(:last-child) {
  margin-bottom: 30px;
}

main.next .cases-title .item-text .list dt {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .cases-title .item-text .list dt:after {
  content: "：";
  margin-left: auto;
}

main.next .cases-title .item-text .list dd {
  width: calc(100% - 80px);
}

main.next .cases-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: -20px;
}

main.next .cases-bottom > * {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 20px;
}

main.next .cases-bottom .item-coach {
  position: relative;
}

main.next .cases-bottom .item-coach .name {
  background: #78080e;
  padding: 10px 10px 10px 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .cases-bottom .item-coach .name > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
}

main.next .cases-bottom .item-coach .name h2 {
  color: #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 1.3;
}

main.next .cases-bottom .item-coach .name h2 span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

@media screen and (max-width: 1000px) {
  main.next .cases-bottom .item-coach .name h2 span {
    display: block;
  }
}

main.next .cases-bottom .item-coach .text {
  background: #fff;
  padding: 15px 15px 25px 180px;
  line-height: 1.6;
}

main.next .cases-bottom .item-coach .text h3 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 5px;
}

main.next .cases-bottom .item-coach .text p {
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .cases-bottom .item-coach .btn-link {
  position: absolute;
  left: 140px;
  bottom: -18px;
}

main.next .cases-bottom .item-coach .img {
  line-height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

main.next .cases-bottom .item-bnr {
  text-align: center;
  line-height: 0;
}

main.next .search-block .item-title {
  background: #78080e;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 10px;
  line-height: 1.2;
}

main.next .search-block .item-list {
  background: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .search-block .item-list > * {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .search-block .item-list > *.sml {
  width: 33.3333%;
}

main.next .search-block .item-list > *.lg {
  width: 66.6666%;
}

main.next .search-block .item-list > *:not(:last-child) {
  margin-right: 40px;
}

main.next .search-block .item-list dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}

main.next .search-block .item-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -10px;
}

main.next .search-block .item-list dd > * {
  margin-right: 10px;
}

main.next .search-block .item-list dd .select {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .search-block .item-list dd .select select {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  border-width: 2px;
}

main.next .search-block .item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #fff;
  padding: 0 30px 30px;
}

main.next .recruit-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

main.next .recruit-list li:not(:last-child) {
  margin-bottom: 60px;
}

main.next .recruit-list li:nth-child(odd) .item-text {
  background-image: -moz-linear-gradient(-120deg, #440206 1%, #510509 70%, #5e070b 100%);
  background-image: -webkit-linear-gradient(-120deg, #440206 1%, #510509 70%, #5e070b 100%);
  background-image: -ms-linear-gradient(-120deg, #440206 1%, #510509 70%, #5e070b 100%);
}

main.next .recruit-list li:nth-child(even) .item-text {
  background-image: -moz-linear-gradient(-120deg, #260101 0%, #130101 78%, black 100%);
  background-image: -webkit-linear-gradient(-120deg, #260101 0%, #130101 78%, black 100%);
  background-image: -ms-linear-gradient(-120deg, #260101 0%, #130101 78%, black 100%);
}

@media screen and (min-width: 701px) {
  main.next .recruit-list li .item-img {
    max-width: 50%;
  }
  main.next .recruit-list li .item-text {
    min-height: 270px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next .recruit-list li:nth-child(odd) .item-text {
    margin-left: -80px;
    margin-top: 100px;
  }
  main.next .recruit-list li:nth-child(even) .item-img {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-top: 100px;
  }
  main.next .recruit-list li:nth-child(even) .item-text {
    margin-right: -80px;
  }
}

main.next .recruit-list li .item-img {
  line-height: 0;
}

main.next .recruit-list li .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  color: #FFF;
  padding: 35px;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  z-index: 2;
}

main.next .recruit-list li .item-text p:not(:last-child) {
  margin-bottom: 15px;
}

main.next .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
}

main.next .flow-list:not(:last-child) {
  margin-bottom: 20px;
}

main.next .flow-list li {
  width: calc(25% - 20px);
  margin: 0 20px 20px 0;
  position: relative;
  background: #fff;
}

main.next .flow-list li:not(:last-child):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 8px;
  border-color: transparent transparent transparent #232323;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -12px;
}

main.next .flow-list li:nth-child(1) .item-title {
  background-color: #76080d;
}

main.next .flow-list li:nth-child(2) .item-title {
  background-color: #8f0a11;
}

main.next .flow-list li:nth-child(3) .item-title {
  background-color: #a80c14;
}

main.next .flow-list li:nth-child(4) .item-title {
  background-color: #c20e17;
}

main.next .flow-list .item-title {
  background: #78080e;
  color: #FFF;
  padding: 15px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

main.next .flow-list .item-title span {
  display: block;
}

main.next .flow-list .item-title span:nth-child(1) {
  font-family: 'Archivo Black', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}

main.next .flow-list .item-title span:nth-child(2) {
  font-size: 26px;
  font-size: 1.625rem;
}

main.next .flow-list .item-text {
  padding: 15px;
}

main.next .bnr-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: -20px;
  margin-bottom: -20px;
}

main.next .bnr-block > * {
  margin-right: 20px;
  margin-bottom: 20px;
  line-height: 0;
}

@media screen and (min-width: 701px) {
  main.next .bnr-block > * {
    width: calc(50% - 20px);
  }
}

main.next .books-list li:not(:last-child) {
  margin-bottom: 50px;
}

main.next .books-list .item-title {
  background: #78080e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 15px;
}

main.next .books-list .item-title h2 {
  color: #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

main.next .books-list .item-title p {
  background-color: #fff;
  margin-left: auto;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px;
}

main.next .books-list .item-content {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 30px 30px 10px;
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom: none;
}

main.next .books-list .item-content .img {
  line-height: 0;
  margin-right: 30px;
  max-width: 30%;
}

main.next .books-list .item-content .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .books-list .item-content .text p:not(:last-child) {
  margin-bottom: 15px;
}

main.next .books-list .item-btn {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #cccccc;
  border-top: none;
  padding: 0 30px 30px;
}

main.next .publicity-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -40px;
}

main.next .publicity-list li {
  width: calc(20% - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

main.next .publicity-list .item-img {
  line-height: 0;
  margin-bottom: 10px;
}

main.next .publicity-list .item-img a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

main.next .culture-list .item-text time {
  color: #666666;
  display: block;
  margin-bottom: 5px;
}

main.next .culture-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .culture-title:not(:last-child) {
  margin-bottom: 60px;
}

main.next .culture-title .item-img {
  line-height: 0;
  max-width: 65%;
}

main.next .culture-title .item-title {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #78080e;
  color: #FFF;
  padding: 25px;
  margin-left: -140px;
  position: relative;
}

main.next .culture-title .item-title h1 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4;
}

main.next .culture-title .item-title h1:not(:last-child) {
  margin-bottom: 15px;
}

main.next .culture-title .item-title .tag a {
  display: block;
  color: #FFF;
  background: url(../img/next/icon-tag.svg) no-repeat left center;
  padding-left: 25px;
}

main.next .culture-title .item-text {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .culture-title .item-text p:not(:last-child) {
  margin-bottom: 15px;
}

main.next .culture-picts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px -60px 0;
  padding-left: 40px;
  padding-right: 40px;
}

main.next .culture-picts li {
  width: calc(50% - 40px);
  margin: 0 40px 60px 0;
}

main.next .culture-picts li:not(.text) {
  line-height: 0;
}

main.next .culture-picts li.text p:not(:last-child) {
  margin-bottom: 15px;
}

main.next .company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next .company-list > * {
  margin-bottom: 20px;
  position: relative;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .company-list > *:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -10px;
  background: #cccccc;
}

main.next .company-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 220px;
  background: #78080e;
  color: #FFF;
  font-weight: bold;
}

main.next .company-list dd {
  width: calc(100% - 220px);
  padding-left: 20px;
}

main.next .company-list dd .values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -20px 0;
}

main.next .company-list dd .values li {
  margin: 0 20px 20px 0;
  background: #fff;
  color: #78080e;
  border: 1px solid #78080e;
  padding-left: 15px;
  padding-right: 15px;
}

main.next .form-block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
}

main.next .form-block dl:not(:last-child) {
  margin-bottom: 40px;
}

main.next .form-block dl > * {
  margin-bottom: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .form-block dl > *:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: -10px;
  background: #cccccc;
}

main.next .form-block dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 220px;
  background: #78080e;
  color: #FFF;
  font-weight: bold;
  padding: 0 15px;
}

main.next .form-block dl dd {
  width: calc(100% - 220px);
  padding-left: 20px;
}

main.next .form-block .text-list {
  font-size: 14px;
  font-size: 0.875rem;
  width: 850px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next .form-block .text-list li {
  text-indent: -1em;
  padding-left: 1em;
}

main.next .form-block .text-list:not(:last-child) {
  margin-bottom: 40px;
}

main.next .news .item-menu {
  border-bottom: 3px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

main.next .news .item-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

main.next .news .item-menu ul [class*="current"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .news .item-menu ul [class*="current"]:before {
  content: "";
  border-bottom: 3px solid #78080e;
  width: 60px;
  position: absolute;
  bottom: 0;
  bottom: -23px;
}

main.next .news .item-menu ul [class*="current"] a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

main.next .news .item-menu ul li a {
  color: black;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0px 25px;
  text-decoration: none;
}

main.next .news .item-menu ul li a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=30);
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next .news .item-news {
  margin-bottom: 30px;
}

main.next .news .item-news ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  color: black;
  margin: 10px 0;
}

main.next .news .item-news ul li time {
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .news .item-news ul li .news-category {
  margin: 0 25px;
  color: #78080e;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  border: 3px solid #78080e;
  width: 100px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  text-decoration: none;
}

main.next .news .item-news ul li .news-text {
  color: black;
  text-decoration: none;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .news .item-news ul li a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=60);
  opacity: 0.6;
}

main.next .news-detail {
  margin-bottom: 100px;
}

main.next .news-detail .item-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: -10px;
}

main.next .news-detail .item-category a {
  margin-right: 10px;
  padding: 6px 16px;
  border: 3px solid #78080e;
  text-align: center;
  color: #78080e;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
}

main.next .news-detail .item-category a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=60);
  opacity: 0.6;
}

main.next .news-detail .item-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}

main.next .news-detail h2, main.next .news-detail h3 {
  color: #78080e;
  font-weight: bold;
  padding: 20px 0px 10px 0px;
  margin: 0;
}

main.next .news-detail h2 {
  font-size: 22px;
  font-size: 1.375rem;
  background: transparent;
}

main.next .news-detail h2:after {
  display: none;
}

main.next .news-detail h3 {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 0 none;
}

main.next .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.next .wp-pagenavi > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  font-weight: bold;
  color: #232323;
  border-bottom: 2px solid #232323;
}

main.next .wp-pagenavi a {
  text-decoration: none;
}

main.next .wp-pagenavi a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=60);
  opacity: 0.6;
}

main.next .wp-pagenavi .current {
  color: #78080e;
  border-bottom: 2px solid #78080e;
}

main.next .wp-pagenavi .extend {
  border: none;
  width: auto;
}

main.next .wp-pagenavi.spc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}

main.next .wp-pagenavi.spc a {
  border-bottom: 0 none;
}

main.next .wp-pagenavi.spc a.prev, main.next .wp-pagenavi.spc a.prev:before {
  position: absolute;
  left: 0;
}

main.next .wp-pagenavi.spc a.prev {
  padding-left: 35px;
}

main.next .wp-pagenavi.spc a.prev:before {
  content: "";
  height: 28px;
  width: 17px;
  background: url(../img/next/down-arrow.svg) no-repeat center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  padding-right: 17px;
}

main.next .wp-pagenavi.spc a.current {
  color: black;
  border-bottom: 2px solid #232323;
}

main.next .wp-pagenavi.spc a.next, main.next .wp-pagenavi.spc a.next:after {
  position: absolute;
  right: 0;
}

main.next .wp-pagenavi.spc a.next {
  padding-right: 35px;
}

main.next .wp-pagenavi.spc a.next:after {
  content: "";
  height: 28px;
  width: 17px;
  background: url(../img/next/down-arrow.svg) no-repeat center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  padding-left: 17px;
}

main.next .agree-box {
  border: solid 1px #aaaaaa;
  height: 250px;
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #fff;
  margin-bottom: 20px;
}

main.next .magazine-latest {
  background: #FFF;
  border-bottom: 6px solid #78080e;
  padding: 95px 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .magazine-latest:not(:last-child) {
  margin-bottom: 95px;
}

main.next .magazine-latest .item-img {
  margin-right: 80px;
  position: relative;
  line-height: 0;
}

main.next .magazine-latest .item-img:after {
  position: absolute;
  left: -90px;
  top: -60px;
  width: 120px;
  height: 120px;
  content: "最新号";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  background: url(../img/next/icon-latest.svg) no-repeat center/contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
}

main.next .magazine-latest .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .magazine-latest .item-text .title {
  background: #78080e;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px;
  line-height: 1.1;
  margin-bottom: 30px;
}

main.next .magazine-latest .item-text .title > * {
  display: inline;
}

main.next .magazine-latest .item-text .title h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

main.next .magazine-latest .item-text .text {
  font-size: 16px;
  font-size: 1rem;
}

main.next .magazine-latest .item-text .text > *:not(:last-child) {
  margin-bottom: 10px;
}

main.next .magazine-latest .item-text .text:not(:last-child) {
  margin-bottom: 45px;
}

main.next .magazine-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  margin-bottom: -40px;
}

main.next .magazine-list:not(:last-child) {
  margin-bottom: 0;
}

main.next .magazine-list li {
  margin-right: 40px;
  margin-bottom: 40px;
  width: calc(50% - 40px);
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

main.next .magazine-list li > * {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .magazine-list .item-title {
  background: #78080e;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px;
  line-height: 1.2;
}

main.next .magazine-list .item-title > * {
  display: inline;
}

main.next .magazine-list .item-title > *:nth-child(1) {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

main.next .magazine-list .item-content {
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border: 1px solid #eeeeee;
  border-top: none;
}

main.next .magazine-list .item-content > * {
  max-width: 100%;
}

main.next .magazine-list .item-img {
  text-align: center;
  margin-bottom: 25px;
  line-height: 0;
}

main.next .magazine-list .item-text {
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .magazine-list .item-text:not(:last-child) {
  margin-bottom: 30px;
}

main.next .magazine-list .item-text > *:not(:last-child) {
  margin-bottom: 10px;
}

main.next .magazine-list .item-text .btn-block {
  margin-top: 30px;
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  /* main next
------------------------------------------------------------*/
  main.next .coaches-list {
    margin: 0 -30px -60px 0;
  }
  main.next .coaches-list li {
    width: calc(50% - 30px);
    margin: 0 30px 60px 0;
  }
}

@media screen and (min-width: 701px) and (max-width: 1000px) and (max-width: 830px) {
  main.next .coaches-list li {
    width: calc(100% - 30px);
  }
}

@media screen and (min-width: 701px) and (max-width: 1000px) and (max-width: 900px) {
  main.next .cases-bottom {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: -30px;
  }
  main.next .cases-bottom > * {
    margin-bottom: 30px;
  }
  main.next .cases-bottom .item-coach {
    width: 500px;
    -ms-flex: 0 0 auto;
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  main.next .cases-bottom .item-bnr {
    width: auto;
  }
}

@media screen and (min-width: 701px) and (max-width: 1000px) and (max-width: 850px) {
  main.next .flow-list {
    margin: 0 -20px -20px 0;
  }
  main.next .flow-list li {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
  }
}

@media screen and (min-width: 701px) and (max-width: 1000px) {
  main.next .publicity-list {
    margin-right: -30px;
  }
  main.next .publicity-list li {
    width: calc(25% - 30px);
    margin-right: 30px;
  }
  main.next .company-list dt {
    width: 180px;
  }
  main.next .company-list dd {
    width: calc(100% - 180px);
  }
  main.next .form-block dl dt {
    width: 180px;
  }
  main.next .form-block dl dd {
    width: calc(100% - 180px);
  }
  main.next .news .item-news .news-text {
    padding: 15px 0px;
  }
  main.next .magazine-latest {
    padding: 60px 60px;
  }
  main.next .magazine-latest .item-img {
    margin-right: 40px;
    max-width: 50%;
  }
  main.next .magazine-latest .item-img:after {
    width: 100px;
    height: 100px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    left: -60px;
  }
  main.next .magazine-list {
    margin-right: -30px;
    margin-bottom: -30px;
  }
  main.next .magazine-list li {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(50% - 30px);
  }
  main.next .magazine-list .item-content {
    padding: 30px 20px;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main next
------------------------------------------------------------*/
  main.next {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main.next > section:not(:last-child) {
    margin-bottom: 50px;
  }
  main.next > section section:not(:last-child) {
    margin-bottom: 45px;
  }
  main.next .coaches-list {
    margin: 0 -15px -70px 0;
    padding-top: 30px;
  }
  main.next .coaches-list li {
    width: calc(100% - 15px);
    margin: 0 15px 70px 0;
  }
  main.next .coaches-list .item-name {
    position: relative;
    background: #78080e;
    padding: 10px 10px 10px 90px;
  }
  main.next .coaches-list .item-name h2 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  main.next .coaches-list .item-name h2 span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  main.next .coaches-list .item-text {
    padding: 15px;
  }
  main.next .coaches-list .item-btn {
    left: inherit;
    right: 0;
  }
  main.next .coaches-list .item-img {
    width: 80px;
  }
  main.next .coaches-title {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next .coaches-title .item-img {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  main.next .coaches-title .item-text {
    margin-left: 0;
    margin-top: -20%;
    padding: 20px;
  }
  main.next .coaches-title .item-text .name h1 span {
    margin-left: 0;
  }
  main.next .cases-list:not(.slides) li, main.next .culture-list:not(.slides) li {
    width: calc(50% - 2px);
    padding: 10px;
  }
  main.next .cases-list .item-text .title, main.next .culture-list .item-text .title {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next .cases-list .item-text .text, main.next .culture-list .item-text .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.next .cases-title {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .cases-title .item-img {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  main.next .cases-title .item-text {
    margin-top: -10%;
    padding: 15px;
  }
  main.next .cases-title .item-text .title {
    font-size: 21px;
    font-size: 1.3125rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  main.next .cases-title .item-text .company {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: bold;
  }
  main.next .cases-bottom {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0;
    margin-bottom: -30px;
  }
  main.next .cases-bottom > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  main.next .cases-bottom .item-coach .name {
    position: relative;
    background: #78080e;
    padding: 10px 10px 10px 90px;
  }
  main.next .cases-bottom .item-coach .name h2 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  main.next .cases-bottom .item-coach .name h2 span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  main.next .cases-bottom .item-coach .text {
    padding: 15px;
  }
  main.next .cases-bottom .item-coach .btn-link {
    left: inherit;
    right: 0;
  }
  main.next .cases-bottom .item-coach .img {
    width: 80px;
  }
  main.next .search-block .item-list {
    padding: 20px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .search-block .item-list > * {
    width: 100%;
  }
  main.next .search-block .item-list > *.sml, main.next .search-block .item-list > *.lg {
    width: 100%;
  }
  main.next .search-block .item-list > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  main.next .search-block .item-list dd {
    margin-right: -5px;
  }
  main.next .search-block .item-list dd > * {
    margin-right: 5px;
  }
  main.next .search-block .item-btn {
    padding: 0 20px 20px;
  }
  main.next .recruit-list li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next .recruit-list li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next .recruit-list li:nth-child(odd) .item-img {
    margin-right: 30px;
  }
  main.next .recruit-list li:nth-child(odd) .item-text {
    margin-left: 30px;
  }
  main.next .recruit-list li:nth-child(even) .item-img {
    margin-left: 30px;
  }
  main.next .recruit-list li:nth-child(even) .item-text {
    margin-right: 30px;
  }
  main.next .recruit-list li .item-text {
    width: 100%;
    margin-top: -20%;
    padding: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
  main.next .flow-list {
    margin: 0 0 -20px 0;
  }
  main.next .flow-list:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .flow-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  main.next .flow-list li:not(:last-child):after {
    right: 50%;
    margin-right: -4px;
    top: 100%;
    margin-top: -1px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  main.next .flow-list .item-title {
    padding: 10px;
  }
  main.next .flow-list .item-title span:nth-child(1) {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main.next .flow-list .item-title span:nth-child(2) {
    font-size: 22px;
    font-size: 1.375rem;
  }
  main.next .books-list li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .books-list .item-title {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
  }
  main.next .books-list .item-title h2 {
    width: 100%;
    font-size: 22px;
    font-size: 1.375rem;
  }
  main.next .books-list .item-title p {
    margin-top: 5px;
    margin-left: auto;
  }
  main.next .books-list .item-content {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px 20px 20px;
  }
  main.next .books-list .item-content .img {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }
  main.next .books-list .item-content .text {
    width: 100%;
  }
  main.next .books-list .item-btn {
    padding: 0 20px 20px;
  }
  main.next .publicity-list {
    margin-right: -20px;
    margin-bottom: -20px;
  }
  main.next .publicity-list li {
    width: calc(33.3333% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {
  main.next .publicity-list li {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 700px) {
  main.next .culture-title:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .culture-title .item-img {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  main.next .culture-title .item-title {
    width: 100%;
    padding: 15px;
    margin-left: 0;
  }
  main.next .culture-title .item-title h1 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  main.next .culture-title .item-text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
  }
  main.next .culture-picts {
    margin: 0 -15px -30px 0;
    padding-left: 0;
    padding-right: 0;
  }
  main.next .culture-picts li {
    width: calc(50% - 15px);
    margin: 0 15px 30px 0;
  }
  main.next .culture-picts li.text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.next .company-list > * {
    margin-bottom: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next .company-list > *:after {
    display: none;
  }
  main.next .company-list dt {
    width: 100%;
    margin-bottom: 0;
  }
  main.next .company-list dd {
    width: 100%;
    padding: 15px 0;
  }
  main.next .company-list dd .values {
    margin: 0 -10px -10px 0;
  }
  main.next .company-list dd .values li {
    margin: 0 10px 10px 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.next .form-block dl {
    padding-top: 0px;
    border-top: none;
  }
  main.next .form-block dl:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .form-block dl > * {
    margin-bottom: 0px;
  }
  main.next .form-block dl > *:after {
    display: none;
  }
  main.next .form-block dl dt {
    width: 100%;
    padding: 10px 15px;
  }
  main.next .form-block dl dd {
    width: 100%;
    padding: 0;
  }
  main.next .form-block dl dd > input {
    height: 45px;
  }
  main.next .form-block dl dd .select {
    width: 100%;
  }
  main.next .form-block dl dd .select select {
    line-height: 45px;
    height: 45px;
  }
  main.next .form-block .mw_wp_form_confirm dl dd {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  main.next .form-block .mw_wp_form_confirm dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .news .item-menu ul li a {
    padding: 0 11px;
  }
  main.next .news .item-news ul li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .news .item-news ul li a.news-time {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main.next .news .item-news ul li a.news-category {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-left: 10px;
  }
  main.next .news .item-news ul li a.news-text {
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    padding-top: 10px;
    width: 100%;
  }
  main.next .news-detail {
    margin-bottom: 50px;
  }
  main.next .wp-pagenavi:not(:first-child) {
    margin-top: 40px;
  }
  main.next .wp-pagenavi > * {
    width: 32px;
    height: 32px;
    font-size: 16px;
    font-size: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next .wp-pagenavi.spc > * {
    margin: 0;
    height: 28px;
  }
  main.next .wp-pagenavi.spc a.prev, main.next .wp-pagenavi.spc a.next, main.next .wp-pagenavi.spc a.current {
    width: 80px;
  }
  main.next .wp-pagenavi.spc a.prev:before, main.next .wp-pagenavi.spc a.prev:after, main.next .wp-pagenavi.spc a.next:before, main.next .wp-pagenavi.spc a.next:after, main.next .wp-pagenavi.spc a.current:before, main.next .wp-pagenavi.spc a.current:after {
    height: 20px;
    width: 12px;
  }
  main.next .magazine-latest {
    border-bottom-width: 4px;
    padding: 25px 15px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next .magazine-latest:not(:last-child) {
    margin-bottom: 45px;
  }
  main.next .magazine-latest .item-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  main.next .magazine-latest .item-img:after {
    width: 70px;
    height: 70px;
    font-size: 18px;
    font-size: 1.125rem;
    left: -40px;
    top: -40px;
  }
  main.next .magazine-latest .item-text {
    width: 100%;
  }
  main.next .magazine-latest .item-text .title {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 10px;
    margin-bottom: 20px;
  }
  main.next .magazine-latest .item-text .title h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main.next .magazine-latest .item-text .text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next .magazine-latest .item-text .text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .magazine-list {
    margin-right: -15px;
    margin-bottom: -20px;
  }
  main.next .magazine-list:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .magazine-list li {
    margin-right: 15px;
    margin-bottom: 20px;
    width: calc(100% - 15px);
  }
  main.next .magazine-list .item-title {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 10px;
  }
  main.next .magazine-list .item-title > *:nth-child(1) {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  main.next .magazine-list .item-content {
    padding: 10px 10px;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  main.next .magazine-list .item-img {
    margin-bottom: 0;
    margin-right: 10px;
    max-width: 30%;
  }
  main.next .magazine-list .item-text {
    font-size: 14px;
    font-size: 0.875rem;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next .magazine-list .item-text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .magazine-list .item-text .btn-block {
    margin-top: 10px;
  }
}
