@charset "UTF-8";
/* CSS Document */
/* breadcrumb
------------------------------------------------------------*/
#breadcrumb ul {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-size: 0.8rem;
}
#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 {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
main.next #company-lead {
  padding-top: 80px;
  padding-bottom: 100px;
}
main.next #company-lead .content {
  width: 930px;
}
main.next #company-lead .item-hd {
  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: 35px 20px;
  background-image: url(../img/next/company/icon-dot_01.svg), url(../img/next/company/icon-dot_02.svg);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  color: #016cb7;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}
main.next #company-lead .item-name {
  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: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  font-size: 14px;
  font-size: 0.9333333333rem;
  padding-left: 100px;
  padding-right: 100px;
}
main.next #company-lead .item-name > span {
  margin-left: 20px;
}
main.next #company-text {
  padding-bottom: 85px;
  overflow: hidden;
}
main.next #company-text section {
  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 #company-text section:not(:last-child) {
  margin-bottom: 70px;
}
main.next #company-text .item-img {
  margin-right: 75px;
  position: relative;
}
main.next #company-text .item-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 100%;
  height: 100%;
  border: 4px dotted #00aeeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
main.next #company-text .item-img img {
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 701px) {
  main.next #company-text .item-img.right {
    margin-right: 0;
    margin-left: 70px;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
main.next #company-text .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-top: 40px;
}
main.next #company-text .item-text p {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
main.next #company-text .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.next #company-text .item-check {
  padding: 70px 0 70px 100px;
  position: relative;
}
main.next #company-text .item-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: rgba(1, 108, 183, 0.1);
  -webkit-border-radius: 100px 0 0 100px;
  -moz-border-radius: 100px 0 0 100px;
  -ms-border-radius: 100px 0 0 100px;
  -o-border-radius: 100px 0 0 100px;
  border-radius: 100px 0 0 100px;
}
main.next #company-text .item-check li {
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: bold;
  color: #016cb7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next #company-text .item-check li:not(:last-child) {
  margin-bottom: 18px;
}
main.next #company-text .item-check li:before {
  content: "";
  width: 32px;
  height: 32px;
  background: no-repeat center/auto;
  background-image: url(../img/next/company/icon-check.svg);
  margin-right: 10px;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
main.next #company-text .item-together {
  border: solid 3px #00aeeb;
  width: 990px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  -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;
  -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-text .item-together h2 {
  text-align: center;
  margin-bottom: 35px;
}
main.next #company-text .item-together h3 {
  margin-bottom: 20px;
}
main.next #company-text .item-together h4 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  color: #016cb7;
}
main.next #company-text .item-together h4:not(:first-child) {
  margin-top: 15px;
}
main.next #company-text .item-together h4:not(:last-child) {
  margin-bottom: 7px;
}
main.next #company-text .item-together p {
  font-size: 16px;
  font-size: 1.0666666667rem;
}
main.next #company-text .item-together p:not(:last-child) {
  margin-bottom: 15px;
}
main.next #company-content {
  background: #00aeeb;
  padding-top: 80px;
  padding-bottom: 80px;
}
main.next #company-content .content {
  background: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 45px 105px 70px;
  -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-content .item-list li {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 30px;
  background-image: -moz-linear-gradient(66deg, rgb(18, 143, 231) 0%, rgb(0, 199, 235) 44%, rgb(243, 155, 194) 100%);
  background-image: -webkit-linear-gradient(66deg, rgb(18, 143, 231) 0%, rgb(0, 199, 235) 44%, rgb(243, 155, 194) 100%);
  background-image: -ms-linear-gradient(66deg, rgb(18, 143, 231) 0%, rgb(0, 199, 235) 44%, rgb(243, 155, 194) 100%);
}
main.next #company-content .item-list li:not(:last-child) {
  margin-bottom: 25px;
}
main.next #company-content .item-list li:nth-child(odd) {
  position: relative;
}
main.next #company-content .item-list li:nth-child(odd):before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #FFF;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
}
main.next #company-content .item-list li:nth-child(odd) > * {
  position: relative;
}
main.next #company-content .item-list li:nth-child(even) {
  background-image: -moz-linear-gradient(48deg, rgba(18, 143, 231, 0.1) 0%, rgba(0, 199, 235, 0.1) 46%, rgba(243, 155, 194, 0.1) 100%);
  background-image: -webkit-linear-gradient(48deg, rgba(18, 143, 231, 0.1) 0%, rgba(0, 199, 235, 0.1) 46%, rgba(243, 155, 194, 0.1) 100%);
  background-image: -ms-linear-gradient(48deg, rgba(18, 143, 231, 0.1) 0%, rgba(0, 199, 235, 0.1) 46%, rgba(243, 155, 194, 0.1) 100%);
}
main.next #company-content .item-number {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 800;
  font-size: 68px;
  font-size: 4.5333333333rem;
  line-height: 0.7;
  width: 120px;
  color: #00aeeb;
}
@supports ((-webkit-text-stroke : 4px navy)) {
  main.next #company-content .item-number {
    -webkit-text-stroke: 2px rgba(0, 174, 235, 0.4);
    text-stroke: 2px rgba(0, 174, 235, 0.4);
    color: transparent;
  }
}
main.next #company-content .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  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 #company-content .item-text h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #016cb7;
  line-height: 1.4;
}
main.next #company-content .item-text h3:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 33, 71, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
main.next #company-content .item-text p {
  font-size: 16px;
  font-size: 1.0666666667rem;
  color: #002147;
}
main.next #company-mission {
  padding-top: 60px;
  padding-bottom: 80px;
}
main.next #company-mission .mission-block {
  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 #company-mission .mission-block .item-img {
  margin-left: -120px;
  margin-right: 60px;
}
main.next #company-mission .mission-block .item-list {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  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 #company-mission .mission-block .item-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
main.next #company-mission .mission-block .item-number {
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 800;
  font-size: 80px;
  font-size: 5.3333333333rem;
  font-style: italic;
  line-height: 1;
  display: block;
  color: rgba(0, 174, 235, 0.2);
  margin-bottom: -30px;
}
@supports ((-webkit-text-stroke : 4px navy)) {
  main.next #company-mission .mission-block .item-number {
    -webkit-text-stroke: 2px rgba(0, 174, 235, 0.2);
    text-stroke: 2px rgba(0, 174, 235, 0.2);
    color: transparent;
  }
}
main.next #company-mission .mission-block .item-text {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  margin-left: 10px;
  color: #016cb7;
}
main.next #company-mission .mission-block .item-text span {
  background: linear-gradient(transparent 50%, rgba(255, 157, 200, 0.3) 50%);
  padding-left: 10px;
  padding-right: 10px;
}
main.next #company-info {
  padding-bottom: 60px;
}
main.next #company-info .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next #company-info .info-list > * {
  border-top: 1px solid #e5e8ec;
  border-bottom: 1px solid #e5e8ec;
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
}
main.next #company-info .info-list dt {
  width: 260px;
  margin-right: 20px;
  border-color: #016cb7;
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: bold;
  color: #016cb7;
}
main.next #company-info .info-list dd {
  width: calc(100% - 260px - 20px);
  font-size: 16px;
  font-size: 1.0666666667rem;
}
main.next #company-info .info-list dd p:not(:last-child) {
  margin-bottom: 15px;
}
main.next #company-info .info-list dd small {
  color: #51647b;
  font-size: 15px;
  font-size: 1rem;
}
main.next #company-store {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #00aeeb;
}
main.next #company-store .content {
  width: 990px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next #company-store .content .item-sup {
  text-align: right;
  margin-bottom: 10px;
  display: block;
  color: #FFF;
}
main.next #company-store .store-map {
  width: 990px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 4px dotted #FFF;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  padding: 20px 70px;
  -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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
main.next #company-store .store-map:not(:last-child) {
  margin-bottom: 45px;
}
main.next #company-store .store-map .item-text {
  width: 344px;
}
main.next #company-store .store-map .item-hd {
  margin-bottom: 20px;
}
main.next #company-store .store-map .item-list li {
  background: #FFF;
  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;
  box-shadow: 2.351px 3.236px 2px 0px rgba(1, 108, 183, 0.4);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 12px 25px;
}
main.next #company-store .store-map .item-list li:not(:last-child) {
  margin-bottom: 12px;
}
main.next #company-store .store-map .item-list li span:nth-child(1) {
  background: url(../img/next/company/icon-pin.svg) no-repeat left center;
  padding-left: 20px;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #016cb7;
}
main.next #company-store .store-map .item-list li span:nth-child(2) {
  margin-left: auto;
  width: 76px;
  background: #00aeeb;
  color: #FFF;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
}
main.next #company-store .store-map .item-img {
  margin-left: auto;
  margin-right: auto;
}
main.next #company-store .store-map .item-sup {
  width: 100%;
  margin-right: -70px;
  margin-top: -20px;
}
main.next #company-store .store-picts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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-right: -26px;
  margin-bottom: -46px;
}
main.next #company-store .store-picts:not(:last-child) {
  margin-bottom: 14px;
}
main.next #company-store .store-picts > * {
  width: calc(33.3333333333% - 26px);
  margin-right: 26px;
  margin-bottom: 46px;
  position: relative;
}
main.next #company-store .store-picts > *:before {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 14px;
  width: 100%;
  height: 100%;
  border: 4px dotted #FFF;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  -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-store .store-picts img {
  position: relative;
  z-index: 2;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}
main.next #company-store .store-picts figcaption {
  position: absolute;
  left: 50%;
  bottom: 13px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  color: #016cb7;
  z-index: 3;
  white-space: nowrap;
  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: 5px 15px;
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  -webkit-box-shadow: 2px 2px 0 0px #016cb7;
  -moz-box-shadow: 2px 2px 0 0px #016cb7;
  -ms-box-shadow: 2px 2px 0 0px #016cb7;
  -o-box-shadow: 2px 2px 0 0px #016cb7;
  box-shadow: 2px 2px 0 0px #016cb7;
}
main.next #company-store .store-picts figcaption:before {
  content: "";
  width: 10px;
  height: 14px;
  background: no-repeat center/contain;
  background-image: url(../img/next/company/icon-address.svg);
  margin-right: 5px;
}
main.next #company-store .store-block {
  width: 990px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next #company-store .store-block .item-hd {
  margin-bottom: 20px;
}
main.next #company-store .store-block .item-sup {
  display: block;
  text-align: right;
  color: #FFF;
  margin-bottom: 10px;
}
main.next #company-store .store-block .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -18px;
}
main.next #company-store .store-block .item-list li {
  background: #FFF;
  width: calc(50% - 9px);
  margin-bottom: 18px;
  padding: 25px 40px 20px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  -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;
  -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;
  font-size: 16px;
  font-size: 1.0666666667rem;
}
main.next #company-store .store-block .item-list li > * {
  margin-bottom: 5px;
}
main.next #company-store .store-block .item-list li h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #016cb7;
  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: 10px;
}
main.next #company-store .store-block .item-list li h3:before {
  content: "";
  width: 17px;
  height: 22px;
  background: no-repeat center/auto;
  background-image: url(../img/next/company/icon-address.svg);
  margin-right: 10px;
}
main.next #company-store .store-block .item-list li span {
  background: rgba(0, 174, 235, 0.1);
  padding: 4px 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  line-height: 1.2;
  color: #016cb7;
}
main.next #company-store .store-block .item-list li p {
  width: 100%;
}
main.next #company-store .store-block .item-list li p:not(:last-child) {
  margin-bottom: 10px;
}
main.next #human-lead, main.next #attempt-lead {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
}
main.next #human-lead .content, main.next #attempt-lead .content {
  width: 990px;
  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 #human-lead .item-img, main.next #attempt-lead .item-img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin-right: -60px;
}
@media screen and (min-width: 701px) {
  main.next #human-lead .item-img, main.next #attempt-lead .item-img {
    max-width: 64%;
  }
}
main.next #human-lead .item-hd, main.next #attempt-lead .item-hd {
  font-size: 32px;
  font-size: 2.1333333333rem;
  color: #016cb7;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.next #human-lead .item-label, main.next #attempt-lead .item-label {
  margin-left: -160px;
  margin-right: -160px;
  width: calc(100% + 320px);
  margin-top: -110px;
  color: rgba(1, 108, 183, 0.3);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1320px) {
  main.next #human-lead .item-label, main.next #attempt-lead .item-label {
    margin-left: -80px;
    margin-right: -80px;
    width: calc(100% + 160px);
  }
}
main.next #human-lead .item-text, main.next #attempt-lead .item-text {
  width: 100%;
  margin-top: 50px;
}
main.next #human-lead .item-text > *:not(:last-child), main.next #attempt-lead .item-text > *:not(:last-child) {
  margin-bottom: 15px;
}
main.next #human-lead .item-text .sup, main.next #attempt-lead .item-text .sup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
main.next #human-lead .item-text .sup:before, main.next #attempt-lead .item-text .sup:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #00aeeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
main.next #human-style-pict, main.next #human-image .item-pict, main.next #human-rankup .item-pict, main.next #human-upbringing .item-pict {
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
}
main.next #human-style-pict:before, main.next #human-image .item-pict:before, main.next #human-rankup .item-pict:before, main.next #human-upbringing .item-pict:before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 100%;
  height: 100%;
  border: 4px dotted #00aeeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
main.next #human-style-pict img, main.next #human-image .item-pict img, main.next #human-rankup .item-pict img, main.next #human-upbringing .item-pict img {
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
main.next #human-style-pict span, main.next #human-image .item-pict span, main.next #human-rankup .item-pict span, main.next #human-upbringing .item-pict span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #FFF;
  border: 2px solid #00aeeb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 4px 18px;
  line-height: 1.2;
  color: #00aeeb;
  font-size: 19px;
  font-size: 1.2666666667rem;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  main.next #human-style-pict, main.next #human-image .item-pict, main.next #human-rankup .item-pict, main.next #human-upbringing .item-pict {
    margin-left: 0;
    margin-right: 0;
  }
  main.next #human-style-pict:before, main.next #human-image .item-pict:before, main.next #human-rankup .item-pict:before, main.next #human-upbringing .item-pict:before {
    left: 8px;
    top: 8px;
    border-width: 2px;
  }
  main.next #human-style-pict span, main.next #human-image .item-pict span, main.next #human-rankup .item-pict span, main.next #human-upbringing .item-pict span {
    left: 10px;
    bottom: 10px;
    font-size: 14px;
    font-size: 0.9333333333rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next #human-style-pict span, main.next #human-image .item-pict span, main.next #human-rankup .item-pict span, main.next #human-upbringing .item-pict span {
    left: 15px;
    bottom: 15px;
    font-size: 17px;
    font-size: 1.1333333333rem;
  }
}
main.next #human-upbringing {
  overflow: hidden;
}
main.next #human-upbringing .item-bg {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  -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 #human-upbringing .item-bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100vw;
  height: calc(100% - 50px);
  bottom: 0;
  background: rgba(0, 174, 235, 0.1);
  -webkit-border-radius: 300px 0 0 300px;
  -moz-border-radius: 300px 0 0 300px;
  -ms-border-radius: 300px 0 0 300px;
  -o-border-radius: 300px 0 0 300px;
  border-radius: 300px 0 0 300px;
}
main.next #human-upbringing .item-bg > * {
  position: relative;
}
main.next #human-upbringing .item-bg:not(:last-child) {
  margin-bottom: 45px;
}
main.next #human-upbringing .item-hd {
  text-align: center;
  margin-bottom: 25px;
}
main.next #human-upbringing .item-text {
  width: 930px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45px;
}
main.next #human-upbringing .item-text > *:not(:last-child) {
  margin-bottom: 15px;
}
main.next #human-upbringing .item-pict {
  width: 930px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next #human-upbringing:not(:last-child) {
  margin-bottom: 65px;
}
main.next #human-rankup:not(:last-child) {
  margin-bottom: 100px;
}
main.next #human-rankup .content {
  width: 990px;
}
main.next #human-rankup .item-hd {
  margin-bottom: 30px;
}
main.next #human-rankup .item-img {
  background: #f4f9fb;
  padding: 30px 15px 15px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
main.next #human-rankup .item-img:not(:last-child) {
  margin-bottom: 30px;
}
main.next #human-rankup .item-text {
  padding-left: 30px;
  padding-right: 30px;
}
main.next #human-rankup .item-text > *:not(:last-child) {
  margin-bottom: 15px;
}
main.next #human-rankup .item-text:not(:last-child) {
  margin-bottom: 40px;
}
main.next #human-image {
  padding-bottom: 80px;
}
main.next #human-image .item-title {
  padding-left: 135px;
  padding-right: 15px;
  margin-bottom: 40px;
}
main.next #human-image .item-text {
  padding-left: 135px;
  padding-right: 135px;
  padding-bottom: 30px;
}
main.next #human-image .item-pict {
  width: 930px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next #human-image .item-pict:not(:last-child) {
  margin-bottom: 90px;
}
main.next #human-image .item-list > li {
  padding-left: 105px;
  padding-right: 105px;
  padding-bottom: 60px;
  position: relative;
}
main.next #human-image .item-list > li:not(:last-child) {
  margin-bottom: 60px;
}
main.next #human-image .item-list > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 75px);
  bottom: 0;
  background: rgba(0, 174, 235, 0.07);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
main.next #human-image .item-list > li > * {
  position: relative;
}
main.next #human-image .item-list > li:nth-child(1):before {
  background: rgba(241, 147, 189, 0.1);
}
main.next #human-image .item-hd {
  margin-bottom: 30px;
}
main.next #human-image .item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-right: -10px;
  margin-top: -20px;
}
main.next #human-image .item-img li {
  margin-right: 10px;
  margin-top: 20px;
}
main.next #human-image .item-img li.bottom {
  margin-bottom: -30px;
}
main.next #human-image .item-img li:first-child:last-child {
  margin-right: auto;
  margin-left: auto;
}
main.next #human-image .item-sup {
  text-align: center;
  font-size: 14px;
  font-size: 0.9333333333rem;
  margin-top: 25px;
  color: #016cb7;
  padding-left: 1em;
  text-indent: -1em;
}
main.next #human-after {
  background: #00aeeb;
  padding-top: 50px;
  padding-bottom: 70px;
}
main.next #human-after .item-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: -20px;
  margin-bottom: -20px;
}
main.next #human-after .item-list:not(:last-child) {
  margin-bottom: 10px;
}
main.next #human-after .item-list li {
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #FFF;
  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: 20px 18px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(50% - 20px);
  -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 #human-after .item-number {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 0.8;
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 800;
  font-size: 70px;
  font-size: 4.6666666667rem;
  color: rgba(241, 147, 189, 0.4);
}
@supports ((-webkit-text-stroke : 4px navy)) {
  main.next #human-after .item-number {
    -webkit-text-stroke: 2px rgba(241, 147, 189, 0.4);
    text-stroke: 2px rgba(241, 147, 189, 0.4);
    color: transparent;
  }
}
main.next #human-after .item-img {
  margin-right: 10px;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 80px;
}
main.next #human-after .item-text {
  position: relative;
  z-index: 2;
}
main.next #human-after .item-text h3 {
  margin-bottom: 10px;
}
main.next #human-after .item-text p {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #00aeeb;
}
main.next #human-after .item-sup {
  text-align: center;
  color: #FFF;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
}
main.next #human-after .item-pict {
  width: 927px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 701px) {
  main.next #human-after .item-pict {
    max-width: calc(100% - 120px);
  }
  main.next #human-after .item-pict:before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 330px;
    right: calc(100% + 20px);
    bottom: 50%;
    border-left: 4px dotted #FFF;
    border-bottom: 4px dotted #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 701px) and (max-width: 1300px) {
  main.next #human-after .item-pict:before {
    width: 20px;
  }
}
main.next #human-after .item-pict:after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 4px dotted #FFF;
}
main.next #human-after .item-pict:not(:first-child) {
  margin-top: 65px;
}
main.next #human-example {
  padding-top: 55px;
  padding-bottom: 100px;
  overflow: hidden;
}
main.next #human-example .example-block, main.next #human-example .example-list .item-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;
  padding-bottom: 70px;
  position: relative;
}
main.next #human-example .example-block:before, main.next #human-example .example-list .item-li:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: calc(100% - 50px);
  bottom: 0;
  right: -60px;
  background: rgba(0, 174, 235, 0.1);
  -webkit-border-radius: 0 400px 400px 0;
  -moz-border-radius: 0 400px 400px 0;
  -ms-border-radius: 0 400px 400px 0;
  -o-border-radius: 0 400px 400px 0;
  border-radius: 0 400px 400px 0;
}
main.next #human-example .example-block > *, main.next #human-example .example-list .item-li > * {
  position: relative;
}
main.next #human-example .example-block .item-img, main.next #human-example .example-list .item-li .item-img {
  margin-right: 70px;
  position: relative;
}
@media screen and (min-width: 701px) {
  main.next #human-example .example-block .item-img, main.next #human-example .example-list .item-li .item-img {
    max-width: 50%;
  }
}
main.next #human-example .example-block .item-img:before, main.next #human-example .example-list .item-li .item-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  top: 16px;
  width: 100%;
  height: 100%;
  border: 4px dotted #00aeeb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
main.next #human-example .example-block .item-img img, main.next #human-example .example-list .item-li .item-img img {
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
main.next #human-example .example-block .item-text, main.next #human-example .example-list .item-li .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-top: 110px;
}
main.next #human-example .example-block .item-text h3, main.next #human-example .example-list .item-li .item-text h3 {
  color: #016cb7;
  font-size: 26px;
  font-size: 1.7333333333rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}
main.next #human-example .example-block .item-text h3 span, main.next #human-example .example-list .item-li .item-text h3 span {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
}
main.next #human-example .example-block .item-text p:not(:last-child), main.next #human-example .example-list .item-li .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.next #human-example .example-list .item-li:not(:last-child) {
  margin-bottom: 60px;
}
main.next #human-example .example-list .item-li:nth-child(even):before {
  background-color: rgba(241, 147, 189, 0.1);
}
main.next #human-example .example-list .item-li:nth-child(even) .item-text h3 {
  color: #f193bd;
}
@media screen and (min-width: 701px) {
  main.next #human-example .example-list .item-li:nth-child(even) .item-text {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
main.next #human-example .example-list .item-li:nth-child(even) .item-img:before {
  border-color: #f193bd;
}
@media screen and (min-width: 701px) {
  main.next #human-example .example-list .item-li:nth-child(even) .item-img {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 70px;
  }
}
main.next #attempt-lead .item-hd {
  color: #f193bd;
}
main.next #attempt-lead .item-label {
  color: rgba(241, 147, 189, 0.3);
}
main.next #attempt-interview-lead {
  background: rgba(241, 147, 189, 0.1);
  padding-top: 80px;
  padding-bottom: 80px;
}
main.next #attempt-interview-lead .item-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: -30px;
  margin-bottom: -40px;
}
main.next #attempt-interview-lead .item-list li {
  margin-right: 30px;
  margin-bottom: 40px;
  width: calc(33.3333333333% - 30px);
}
main.next #attempt-interview-lead .item-list li.lg {
  width: calc(50% - 30px);
}
main.next #attempt-interview-lead .item-list li.sml {
  width: calc(25% - 30px);
}
main.next #attempt-interview-lead .item-img {
  text-align: center;
}
main.next #attempt-interview-lead .item-img:not(:last-child) {
  margin-bottom: 10px;
}
main.next #attempt-interview-lead .item-img img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
main.next #attempt-interview-lead .item-text .name {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #f193bd;
  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;
  line-height: 1.3;
}
main.next #attempt-interview-lead .item-text .name:after {
  content: "";
  width: 26px;
  height: 27px;
  background: no-repeat center/auto;
  background-image: url(../img/next/attempt/icon-star.svg);
  margin-left: 10px;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
main.next #attempt-interview-lead .item-text .position {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  color: #f193bd;
  margin-bottom: 15px;
}
main.next #attempt-interview-lead .item-text .text {
  font-size: 14px;
  font-size: 0.9333333333rem;
}
main.next #attempt-interview-list {
  padding-top: 70px;
  padding-bottom: 50px;
}
main.next #attempt-interview-list section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
main.next #attempt-interview-list section:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 701px) {
  main.next #attempt-interview-list section:nth-child(even) .item-title {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  main.next #attempt-interview-list section:nth-child(even) .item-img {
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-right: 0;
    margin-left: 60px;
  }
  main.next #attempt-interview-list section:nth-child(even) .item-img p:before {
    left: 16px;
  }
  main.next #attempt-interview-list section:nth-child(even) .item-text {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main.next #attempt-interview-list section:nth-child(even) .item-bg {
    -webkit-box-original-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  main.next #attempt-interview-list section:nth-child(even) .item-question {
    padding-left: 60px;
    padding-right: 20px;
    background-position: left 15px center;
  }
}
main.next #attempt-interview-list .item-title {
  width: 100%;
}
main.next #attempt-interview-list .item-img {
  position: relative;
  margin-right: 60px;
}
main.next #attempt-interview-list .item-img > p, main.next #attempt-interview-list .item-img .inside {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
main.next #attempt-interview-list .item-img p {
  position: relative;
}
main.next #attempt-interview-list .item-img p:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  main.next #attempt-interview-list .item-img p:not(:last-child) {
    margin-bottom: 20px;
  }
}
main.next #attempt-interview-list .item-img p img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
}
main.next #attempt-interview-list .item-img p:before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 16px;
  width: 100%;
  height: 100%;
  border: 4px dotted #f193bd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
main.next #attempt-interview-list .item-img p span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background-color: #FFF;
  color: #f193bd;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 4px 18px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  line-height: 1.2;
  border: 2px solid #f193bd;
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next #attempt-interview-list .item-img p span {
    font-size: 16px;
    font-size: 1.0666666667rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 700px) {
  main.next #attempt-interview-list .item-img p span {
    font-size: 14px;
    font-size: 0.9333333333rem;
    right: 10px;
    bottom: 10px;
    padding: 3px 6px;
  }
}
main.next #attempt-interview-list .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
main.next #attempt-interview-list .item-hd {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #f193bd;
  line-height: 1.6;
  margin-bottom: 20px;
}
main.next #attempt-interview-list .item-question {
  background: #f193bd url(../img/next/attempt/icon-question.svg) no-repeat right 15px center;
  color: #FFF;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 60px 10px 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  line-height: 1.6;
  min-height: 60px;
  -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-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -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 #attempt-interview-list .item-question:not(:first-child) {
  margin-top: 30px;
}
main.next #attempt-interview-list .item-question:not(:last-child) {
  margin-bottom: 25px;
}
main.next #attempt-interview-list .item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main.next #attempt-interview-list .item-list li:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
main.next #attempt-interview-list .item-list li figure {
  margin-right: 20px;
  text-align: center;
}
main.next #attempt-interview-list .item-list li figure figcaption {
  font-size: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #f193bd;
  padding-top: 5px;
}
main.next #attempt-interview-list .item-list li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  font-size: 0.9333333333rem;
}
main.next #attempt-interview-list .item-list li .text > *:not(:last-child) {
  margin-bottom: 12px;
}
main.next #attempt-interview-list .item-bg {
  width: 100%;
  position: relative;
  height: 440px;
  margin-top: 60px;
}
main.next #attempt-interview-list .item-bg > span {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}
main.next #attempt-interview-list .item-bg > span span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110%;
  background: no-repeat center/cover;
}
main.next #attempt-bottom {
  background: #00aeeb;
}
main.next #attempt-bottom .content {
  position: relative;
  padding-top: 40px;
  padding-bottom: 140px;
}
main.next #attempt-bottom .item-img {
  position: absolute;
  left: 10%;
  bottom: 0;
}
main.next #attempt-bottom .item-pict > * {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
main.next #attempt-bottom .item-pict > *:nth-child(1) {
  left: 0;
}
main.next #attempt-bottom .item-pict > *:nth-child(2) {
  right: 0;
}
main.next #attempt-bottom .item-text {
  background: #FFF;
  width: 720px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px 20px 20px 0;
  -moz-border-radius: 20px 20px 20px 0;
  -ms-border-radius: 20px 20px 20px 0;
  -o-border-radius: 20px 20px 20px 0;
  border-radius: 20px 20px 20px 0;
  position: relative;
}
main.next #attempt-bottom .item-text:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 55px;
  height: 57px;
  bottom: -28px;
  background: url(../img/next/attempt/arrow-fukidashi.svg) no-repeat;
}
main.next #attempt-bottom .item-text h3 {
  color: #016cb7;
  font-size: 26px;
  font-size: 1.7333333333rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1200px) {
  /* main next
  ------------------------------------------------------------*/
  main.next #company-text .item-img {
    margin-right: 45px;
    max-width: 50%;
  }
  main.next #company-text .item-img.right {
    margin-left: 45px;
  }
  main.next #company-content .content {
    padding: 45px 50px 70px;
  }
  main.next #company-content .item-list li {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 30px;
    background-image: -moz-linear-gradient(66deg, rgb(18, 143, 231) 0%, rgb(0, 199, 235) 44%, rgb(243, 155, 194) 100%);
    background-image: -webkit-linear-gradient(66deg, rgb(18, 143, 231) 0%, rgb(0, 199, 235) 44%, rgb(243, 155, 194) 100%);
    background-image: -ms-linear-gradient(66deg, rgb(18, 143, 231) 0%, rgb(0, 199, 235) 44%, rgb(243, 155, 194) 100%);
  }
  main.next #company-content .item-list li:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next #company-content .item-list li:nth-child(odd) {
    position: relative;
  }
  main.next #company-content .item-list li:nth-child(odd):before {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #FFF;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
  }
  main.next #company-content .item-list li:nth-child(odd) > * {
    position: relative;
  }
  main.next #company-content .item-list li:nth-child(even) {
    background-image: -moz-linear-gradient(48deg, rgba(18, 143, 231, 0.1) 0%, rgba(0, 199, 235, 0.1) 46%, rgba(243, 155, 194, 0.1) 100%);
    background-image: -webkit-linear-gradient(48deg, rgba(18, 143, 231, 0.1) 0%, rgba(0, 199, 235, 0.1) 46%, rgba(243, 155, 194, 0.1) 100%);
    background-image: -ms-linear-gradient(48deg, rgba(18, 143, 231, 0.1) 0%, rgba(0, 199, 235, 0.1) 46%, rgba(243, 155, 194, 0.1) 100%);
  }
  main.next #company-content .item-number {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 800;
    font-size: 68px;
    font-size: 4.5333333333rem;
    line-height: 0.7;
    width: 120px;
    color: #00aeeb;
  }
  @supports ((-webkit-text-stroke : 4px navy)) {
    main.next #company-content .item-number {
      -webkit-text-stroke: 2px rgba(0, 174, 235, 0.4);
      text-stroke: 2px rgba(0, 174, 235, 0.4);
      color: transparent;
    }
  }
  main.next #company-content .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next #company-content .item-text h3 {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #016cb7;
    border-bottom: 1px dashed rgba(0, 33, 71, 0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  main.next #company-content .item-text p {
    font-size: 16px;
    font-size: 1.0666666667rem;
    color: #002147;
  }
  main.next #company-mission .mission-block .item-img {
    margin-left: -40px;
    margin-right: 40px;
    max-width: 50%;
  }
  main.next #company-mission .mission-block .item-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next #company-mission .mission-block .item-number {
    font-size: 60px;
    font-size: 4rem;
  }
  main.next #company-mission .mission-block .item-text {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  main.next #company-info .info-list dt {
    width: 180px;
  }
  main.next #company-info .info-list dd {
    width: calc(100% - 180px - 20px);
  }
  main.next #company-store .store-map {
    padding: 20px 40px;
  }
  main.next #company-store .store-map .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-right: 30px;
  }
  main.next #company-store .store-map .item-img {
    max-width: 45%;
  }
  main.next #company-store .store-picts {
    margin-right: -18px;
    margin-bottom: -30px;
  }
  main.next #company-store .store-picts > * {
    width: calc(33.3333333333% - 18px);
    margin-right: 18px;
    margin-bottom: 30px;
    position: relative;
  }
  main.next #company-store .store-picts > *:before {
    border-width: 3px;
    left: 10px;
    top: 10px;
  }
  main.next #company-store .store-picts figcaption {
    font-size: 1.5vw;
  }
  main.next #human-lead .item-img, main.next #attempt-lead .item-img {
    margin-right: -10%;
  }
  main.next #human-lead .item-hd, main.next #attempt-lead .item-hd {
    font-size: 28px;
    font-size: 1.8666666667rem;
  }
  main.next #human-rankup .item-text {
    padding-left: 0;
    padding-right: 0;
  }
  main.next #human-rankup .item-pict {
    margin-left: 0;
    margin-right: 0;
  }
  main.next #human-image .item-title {
    padding-left: 30px;
    padding-right: 30px;
  }
  main.next #human-image .item-list > li {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
  }
  main.next #human-image .item-hd {
    margin-bottom: 20px;
  }
  main.next #human-image .item-img li.bottom {
    margin-bottom: -2.5%;
  }
  main.next #attempt-interview-lead .item-list {
    margin-right: -25px;
  }
  main.next #attempt-interview-lead .item-list li {
    margin-right: 25px;
    width: calc(33.3333333333% - 25px);
  }
  main.next #attempt-interview-lead .item-list li.lg {
    width: calc(50% - 25px);
  }
  main.next #attempt-interview-lead .item-list li.sml {
    width: calc(25% - 25px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 850px) {
  main.next #attempt-interview-lead .item-list li.lg {
    width: calc(100% - 25px);
  }
  main.next #attempt-interview-lead .item-list li.sml {
    width: calc(50% - 25px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next #attempt-interview-lead .item-text .name {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
  main.next #attempt-interview-list {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  main.next #attempt-interview-list section:nth-child(even) .item-img {
    margin-left: 40px;
  }
  main.next #attempt-interview-list .item-img {
    margin-right: 40px;
    max-width: 50%;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) and (max-width: 850px) {
  main.next #attempt-interview-list section:nth-child(even) .item-img {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main.next #attempt-interview-list .item-img {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  main.next #attempt-interview-list .item-text {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  main.next #attempt-bottom .item-img {
    left: 0%;
  }
  main.next #attempt-bottom .item-pict > *:nth-child(1) {
    left: -40px;
  }
  main.next #attempt-bottom .item-pict > *:nth-child(2) {
    right: -40px;
  }
  main.next #attempt-bottom .item-text {
    max-width: 90%;
    width: 650px;
  }
  main.next #attempt-bottom .item-text h3 {
    font-size: 23px;
    font-size: 1.5333333333rem;
    font-weight: bold;
  }
}
/*sp*/
@media screen and (max-width: 700px) {
  /* main next
  ------------------------------------------------------------*/
  main.next #company-lead {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  main.next #company-lead .item-hd {
    padding: 25px 10px;
    font-size: 20px;
    font-size: 1.3333333333rem;
    margin-bottom: 20px;
  }
  main.next #company-lead .item-hd br {
    display: none;
  }
  main.next #company-lead .item-name {
    padding-left: 0;
    padding-right: 0;
  }
  main.next #company-text {
    padding-bottom: 50px;
  }
  main.next #company-text section {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #company-text section:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #company-text .item-img {
    margin-right: auto;
    margin-left: auto;
  }
  main.next #company-text .item-img:before {
    left: 8px;
    top: 8px;
    border-width: 2px;
  }
  main.next #company-text .item-text {
    width: 100%;
    padding-top: 20px;
  }
  main.next #company-text .item-text p {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #company-text .item-check {
    padding: 40px 0 40px 20px;
    position: relative;
  }
  main.next #company-text .item-check li {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next #company-text .item-check li:not(:last-child) {
    margin-bottom: 12px;
  }
  main.next #company-text .item-check li:before {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
  main.next #company-text .item-together {
    padding: 20px;
  }
  main.next #company-text .item-together h2 {
    margin-bottom: 30px;
  }
  main.next #company-text .item-together h3 {
    margin-bottom: 25px;
  }
  main.next #company-text .item-together h4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next #company-text .item-together h4:not(:first-child) {
    margin-top: 20px;
  }
  main.next #company-text .item-together p {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #company-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main.next #company-content .content {
    padding: 25px 20px 30px;
  }
  main.next #company-content .item-list li {
    padding: 15px;
    min-height: 36px;
  }
  main.next #company-content .item-list li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #company-content .item-number {
    font-size: 40px;
    font-size: 2.6666666667rem;
    width: 65px;
  }
  main.next #company-content .item-text h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
  main.next #company-content .item-text p {
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #company-mission {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  main.next #company-mission .mission-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #company-mission .mission-block .item-img {
    margin-left: -20px;
    margin-right: 40px;
    margin-bottom: 20px;
  }
  main.next #company-mission .mission-block .item-list {
    width: 100%;
  }
  main.next #company-mission .mission-block .item-list ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.next #company-mission .mission-block .item-number {
    font-size: 60px;
    font-size: 4rem;
    margin-bottom: -20px;
  }
  main.next #company-mission .mission-block .item-text {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next #company-info {
    padding-bottom: 40px;
  }
  main.next #company-info .info-list > * {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  main.next #company-info .info-list dt {
    width: 100%;
    margin-right: 0px;
    font-size: 16px;
    font-size: 1.0666666667rem;
    border-bottom: none;
    padding-bottom: 0;
  }
  main.next #company-info .info-list dd {
    border-top: none;
    padding-top: 5px;
    width: 100%;
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #company-info .info-list dd small {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  main.next #company-store {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  main.next #company-store .store-map {
    padding: 25px 15px 15px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #company-store .store-map:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #company-store .store-map .item-text {
    width: 100%;
    margin-bottom: 20px;
  }
  main.next #company-store .store-map .item-hd {
    margin-bottom: 15px;
  }
  main.next #company-store .store-map .item-list li {
    padding: 12px 20px;
  }
  main.next #company-store .store-map .item-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next #company-store .store-map .item-list li span:nth-child(1) {
    font-size: 21px;
    font-size: 1.4rem;
  }
  main.next #company-store .store-map .item-list li span:nth-child(2) {
    font-size: 18px;
    font-size: 1.2rem;
  }
  main.next #company-store .store-map .item-sup {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: -5px;
  }
  main.next #company-store .store-picts {
    margin-right: -15px;
    margin-bottom: -15px;
  }
  main.next #company-store .store-picts:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next #company-store .store-picts > * {
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  main.next #company-store .store-picts > *:before {
    left: 5px;
    top: 5px;
    border-width: 2px;
  }
  main.next #company-store .store-picts figcaption {
    bottom: 10px;
    font-size: 2vw;
    padding-left: 10px;
    padding-right: 10px;
  }
  main.next #company-store .store-block .item-list {
    margin-bottom: -12px;
  }
  main.next #company-store .store-block .item-list li {
    width: 100%;
    margin-bottom: 12px;
    padding: 15px 20px 10px;
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #company-store .store-block .item-list li h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
  main.next #human-lead, main.next #attempt-lead {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main.next #human-lead .item-img, main.next #attempt-lead .item-img {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }
  main.next #human-lead .item-hd, main.next #attempt-lead .item-hd {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    font-size: 24px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  main.next #human-lead .item-label, main.next #attempt-lead .item-label {
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    margin-top: -30px;
  }
  main.next #human-lead .item-text, main.next #attempt-lead .item-text {
    -webkit-box-original-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    margin-top: 0px;
  }
  main.next #human-upbringing .item-bg {
    padding-left: 20px;
    padding-right: 0;
    -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 #human-upbringing .item-bg:before {
    height: calc(100% - 40px);
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -ms-border-radius: 30px 0 0 30px;
    -o-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
  }
  main.next #human-upbringing .item-bg:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #human-upbringing .item-hd {
    margin-bottom: 20px;
  }
  main.next #human-upbringing .item-text {
    padding-bottom: 20px;
  }
  main.next #human-upbringing:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #human-rankup:not(:last-child) {
    margin-bottom: 60px;
  }
  main.next #human-rankup .item-hd {
    margin-bottom: 20px;
  }
  main.next #human-rankup .item-img {
    padding: 20px 10px 10px;
    margin-left: -15px;
    margin-right: -15px;
  }
  main.next #human-rankup .item-img:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #human-rankup .item-text {
    padding-left: 0;
    padding-right: 0;
  }
  main.next #human-rankup .item-text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #human-image {
    padding-bottom: 40px;
  }
  main.next #human-image .item-title {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 25px;
  }
  main.next #human-image .item-text {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  main.next #human-image .item-pict:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #human-image .item-list > li {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  main.next #human-image .item-list > li:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next #human-image .item-list > li:before {
    height: calc(100% - 75px);
  }
  main.next #human-image .item-hd {
    margin-bottom: 30px;
  }
  main.next #human-image .item-img {
    -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-top: -10px;
  }
  main.next #human-image .item-img li {
    margin-right: 10px;
    margin-top: 10px;
    width: calc(50% - 10px);
  }
  main.next #human-image .item-img li.bottom {
    margin-bottom: -2.7%;
  }
  main.next #human-image .item-img li:first-child:last-child {
    width: calc(100% - 10px);
  }
  main.next #human-image .item-sup {
    text-align: center;
    font-size: 14px;
    font-size: 0.9333333333rem;
    margin-top: 25px;
    color: #016cb7;
    padding-left: 1em;
    text-indent: -1em;
  }
  main.next #human-after {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  main.next #human-after .item-list {
    margin-right: -10px;
    margin-bottom: -10px;
  }
  main.next #human-after .item-list li {
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    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 #human-after .item-number {
    right: 15px;
    top: 5px;
    font-size: 50px;
    font-size: 3.3333333333rem;
  }
  main.next #human-after .item-img {
    margin-right: 15px;
    width: 70px;
  }
  main.next #human-after .item-text {
    position: relative;
    z-index: 2;
  }
  main.next #human-after .item-text h3 {
    margin-bottom: 10px;
    line-height: 0;
  }
  main.next #human-after .item-text h3 img {
    max-height: 28px;
  }
  main.next #human-after .item-text p {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  main.next #human-after .item-sup {
    text-align: left;
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #human-after .item-pict {
    width: 927px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  main.next #human-after .item-pict:after {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    border-width: 2px;
  }
  main.next #human-after .item-pict:not(:first-child) {
    margin-top: 30px;
  }
  main.next #human-example {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  main.next #human-example .example-block, main.next #human-example .example-list .item-li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  main.next #human-example .example-block:before, main.next #human-example .example-list .item-li:before {
    height: calc(100% - 50px);
    right: -10px;
    -webkit-border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    -ms-border-radius: 0 40px 40px 0;
    -o-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
  }
  main.next #human-example .example-block .item-img, main.next #human-example .example-list .item-li .item-img {
    margin-right: auto;
    margin-left: auto;
  }
  main.next #human-example .example-block .item-img:before, main.next #human-example .example-list .item-li .item-img:before {
    left: 8px;
    top: 8px;
    border-width: 2px;
  }
  main.next #human-example .example-block .item-text, main.next #human-example .example-list .item-li .item-text {
    width: 100%;
    padding-top: 20px;
    font-size: 15px;
    font-size: 1rem;
  }
  main.next #human-example .example-block .item-text h3, main.next #human-example .example-list .item-li .item-text h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
  main.next #human-example .example-list .item-li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #attempt-interview-lead {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main.next #attempt-interview-lead .heading-lv02 img {
    width: 300px;
  }
  main.next #attempt-interview-lead .item-list {
    margin-right: -15px;
    margin-bottom: -30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next #attempt-interview-lead .item-list li {
    margin-right: 15px;
    margin-bottom: 30px;
    width: calc(50% - 15px);
  }
  main.next #attempt-interview-lead .item-list li.lg {
    width: calc(100% - 15px);
  }
  main.next #attempt-interview-lead .item-list li.sml {
    width: calc(50% - 15px);
  }
  main.next #attempt-interview-lead .item-text .name {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
  main.next #attempt-interview-lead .item-text .position {
    margin-bottom: 10px;
  }
  main.next #attempt-interview-list {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  main.next #attempt-interview-list section:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #attempt-interview-list .item-title {
    width: 100%;
  }
  main.next #attempt-interview-list .item-img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  main.next #attempt-interview-list .item-img p:before {
    left: 8px;
    top: 8px;
    border-width: 2px;
  }
  main.next #attempt-interview-list .item-text {
    width: 100%;
  }
  main.next #attempt-interview-list .item-hd {
    font-size: 20px;
    font-size: 1.3333333333rem;
    margin-bottom: 15px;
  }
  main.next #attempt-interview-list .item-question {
    font-size: 17px;
    font-size: 1.1333333333rem;
    padding: 10px 50px 10px 20px;
  }
  main.next #attempt-interview-list .item-question:not(:first-child) {
    margin-top: 20px;
  }
  main.next #attempt-interview-list .item-question:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #attempt-interview-list .item-list li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  main.next #attempt-interview-list .item-list li figure {
    margin-right: 15px;
  }
  main.next #attempt-interview-list .item-list li figure figcaption {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  main.next #attempt-interview-list .item-bg {
    height: 250px;
    margin-top: 40px;
  }
  main.next #attempt-bottom .content {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  main.next #attempt-bottom .item-img {
    left: -20px;
  }
  main.next #attempt-bottom .item-img img {
    height: 100px;
    width: auto;
  }
  main.next #attempt-bottom .item-pict > * {
    max-width: 25%;
  }
  main.next #attempt-bottom .item-pict > *:nth-child(1) {
    left: -20px;
  }
  main.next #attempt-bottom .item-pict > *:nth-child(2) {
    right: -20px;
  }
  main.next #attempt-bottom .item-text {
    padding: 15px;
    width: 270px;
  }
  main.next #attempt-bottom .item-text:after {
    width: 30px;
    height: 30px;
    background-size: contain;
    bottom: -15px;
  }
  main.next #attempt-bottom .item-text h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
    margin-bottom: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 700px) and (max-width: 500px) {
  main.next #attempt-bottom .item-text h3 {
    font-size: 4vw;
  }
}
