@charset "UTF-8";
/* =====================

数字で見る長大

/recruit/graduate/data/

===================== */

.l-inner.data {
  padding-bottom: 0!important;
}

.p-data img {
  vertical-align: middle;
}

.p-data__header__title {
  margin: 1em 0;
  font-size: 2.2rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-data__header__title {
    font-size: 3rem;
  }
}

.p-data__header__title:before {
  margin-right: .5em;
  content: "［";
}

.p-data__header__title:after {
  margin-left: .5em;
  content: "］";
}

.p-data__contents .l-inner > *:first-child {
  margin-top: 0 !important;
}

.p-data__contents .l-inner > *:last-child {
  margin-bottom: 0 !important;
}

.p-data__contents--number {
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .p-data__contents--number {
    padding-bottom: 40px;
  }
}

.p-data__contents--result {
  background: #d9f1fb;
  background: -webkit-linear-gradient(-45deg, #d9f1fb 0%, #ddf2e3 100%);
  background: -webkit-linear-gradient(315deg, #d9f1fb 0%, #ddf2e3 100%);
  background: -o-linear-gradient(315deg, #d9f1fb 0%, #ddf2e3 100%);
  background: linear-gradient(135deg, #d9f1fb 0%, #ddf2e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9f1fb', endColorstr='#ddf2e3',GradientType=1 );
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .p-data__contents--result {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-data__contents--lifestyle {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .p-data__contents--lifestyle {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.p-data-subtitle {
  margin: 1em 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-data-subtitle {
    font-size: 3rem;
  }
}

.p-data-subtitle strong {
  color: #50ab50;
  font-size: 3rem;
}

@media screen and (min-width: 769px) {
  .p-data-subtitle strong {
    font-size: 5rem;
  }
}

.p-data-subtitle__caption {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .p-data-subtitle__caption {
    font-size: 1.6rem;
  }
}

.p-data-icon:before {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
}

.p-data-icon-building:before {
  background: url(/assets/imgs/common/ico_building.svg) 0 center no-repeat;
  background-size: contain;
}

.p-data-icon-money:before {
  background: url(/assets/imgs/common/ico_money.svg) 0 center no-repeat;
  background-size: contain;
}

.p-data-icon-graph:before {
  background: url(/assets/imgs/common/ico_graph.svg) 0 center no-repeat;
  background-size: contain;
}

.p-data-icon-person:before {
  background: url(/assets/imgs/common/ico_person.svg) 0 center no-repeat;
  background-size: contain;
}

.p-data-icon-age:before {
  background: url(/assets/imgs/common/ico_age.svg) 0 center no-repeat;
  background-size: contain;
}

.p-data-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2em 0;
}

.p-data-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e1f0ed;
  border-radius: 20px;
  padding: .5em 2em .4em;
  line-height: 1;
}

.p-data-btn:after {
  position: absolute;
  right: 5px;
  display: block;
  width: 10px;
  height: 10px;
  background: url(./imgs/arrow_right.svg) 0 0 no-repeat;
  background-size: contain;
  content: "";
}

@media (-ms-high-contrast: none) {
  .p-data-btn {
    display: inline-block;
  }
  .p-data-btn:after {
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
  }
}

.p-data-btn-large {
  background: #fff;
  border: 2px solid #231815;
  border-radius: 30px;
  padding: 1em 2em .9em;
  font-weight: bold;
}

.p-data-btn-large:after {
  background-image: url(./imgs/arrow_right_black.svg);
}

.p-data-column {
  margin: 2em 0;
}

.p-data-column--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-data-column--col2 .p-data-column__item {
  width: 49%;
}

.p-data-column--col2 .p-data-column__item:not(:nth-child(odd)) {
  margin-left: 2%;
}

.p-data-column--col2 .p-data-column__item:nth-child(n+3) {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .p-data-column--col2-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-data-column--col2-sp .p-data-column__item {
    width: 49%;
  }
  .p-data-column--col2-sp .p-data-column__item:not(:nth-child(odd)) {
    margin-left: 2%;
  }
  .p-data-column--col2-sp .p-data-column__item:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .p-data-column--col3-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-data-column--col3-pc .p-data-column__item {
    width: 31%;
    margin-left: 3.5%;
  }
  .p-data-column--col3-pc .p-data-column__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-data-column--col3-pc .p-data-column__item:nth-child(n+4) {
    margin-top: 35px;
  }
}

.p-data-image {
  margin: 2em 0;
  text-align: center;
}

.p-data-image--sm img {
  width: 75%;
}

@media screen and (max-width: 768px) {
  .p-data-image--sm-sp img {
    width: 75%;
  }
}

@media screen and (min-width: 769px) {
  .p-data-image--map {
    position: relative;
    max-width: 1000px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-data-image--map .p-data-image__world {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .p-data-image__world {
    margin-top: -10%;
  }
  .p-data-image__world img {
    width: 75%;
  }
}

.p-data-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em 0;
}

@media screen and (max-width: 768px) {
  .p-data-thumbnail__item {
    width: 32%;
    margin-left: 2%;
  }
  .p-data-thumbnail__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-data-thumbnail__item:nth-child(n+4) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 769px) {
  .p-data-thumbnail__item {
    width: 23.5%;
    margin-left: 2%;
  }
  .p-data-thumbnail__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .p-data-thumbnail__item:nth-child(n+5) {
    margin-top: 20px;
  }
}

.p-data-thumbnail__item figcaption {
  display: block;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-data-thumbnail__item figcaption {
    margin-top: 3px;
    font-size: inherit;
  }
}

.p-data-card__body > *:first-child {
  margin-top: 0 !important;
}

.p-data-card__body > *:last-child {
  margin-bottom: 0 !important;
}

.p-data-card--info {
  border: 2px solid rgba(79, 170, 79, 0.2);
}

.p-data-column__item .p-data-card--info {
  height: 100%;
}

.p-data-card--info .p-data-card__header {
  padding: 10px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-data-card--info .p-data-card__header {
    padding: 30px 30px 10px;
  }
}

.p-data-card--info .p-data-card__header .p-data-icon {
  display: inline-block;
}

.p-data-card--info .p-data-card__header .p-data-icon:before {
  width: 4rem;
  height: 4rem;
}

.p-data-card--info .p-data-card__title {
  font-size: 1.8rem;
  margin-bottom: .25em;
}

@media screen and (min-width: 769px) {
  .p-data-card--info .p-data-card__title {
    font-size: 2rem;
  }
}

.p-data-card--info .p-data-card__body {
  padding: 0 10px 10px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .p-data-card--info .p-data-card__body {
    padding: 0 30px 30px;
  }
}

.p-data-card--info .p-data-card__body strong {
  color: #50ab50;
  font-size: 2.4rem;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .p-data-card--info .p-data-card__body strong {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-data-card--info .p-data-notice {
    font-size: 1.2rem;
  }
}

.p-data-card--result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: url(./imgs/bg_tech.gif) right bottom repeat;
  padding-right: 3px;
  padding-bottom: 3px;
}

.p-data-column__item .p-data-card--result {
  height: 100%;
}

.p-data-card--result:before {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  display: block;
  width: 10em;
  background: #fff;
  border: 2px solid #231815;
  border-radius: 10px;
  padding: 3px 1em 2px;
  margin: auto;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  z-index: 2;
  content: "hoge";
}

@media screen and (min-width: 769px) {
  .p-data-card--result:before {
    top: -12px;
    font-size: inherit;
    font-weight: bold;
    border-radius: 14px;
    padding: 5px 1em 3px;
  }
}

.p-data-card--result > * {
  background: #fff;
}

.p-data-card--result > *:not(.p-data-card__body) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.p-data-card--result > *.p-data-card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

.p-data-card--result.is-tech:before {
  width: 12em;
  border-color: #0c8241;
  color: #0c8241;
  content: "TECHNOLOGY";
}

.p-data-card--result.is-tech .p-data-card__body strong,
.p-data-card--result.is-tech .p-data-card__body span {
  color: #4faa4f;
}

.p-data-card--result.is-tech .p-data-btn {
  color: #fff;
  background-color: #4faa4f;
}

.p-data-card--result.is-only {
  background: url(./imgs/bg_only.gif) right bottom repeat;
}

.p-data-card--result.is-only:before {
  border-color: #ffa000;
  color: #ffa000;
  content: "ONLY ONE";
}

.p-data-card--result.is-only .p-data-card__body strong,
.p-data-card--result.is-only .p-data-card__body span {
  color: #ffa000;
}

.p-data-card--result.is-only .p-data-btn {
  color: #fff;
  background-color: #ffa000;
}

.p-data-card--result.is-first {
  background: url(./imgs/bg_first.gif) right bottom repeat;
}

.p-data-card--result.is-first:before {
  width: 12em;
  border-color: #00c5df;
  color: #00c5df;
  content: "FIRST TIME";
}

.p-data-card--result.is-first .p-data-card__body strong,
.p-data-card--result.is-first .p-data-card__body span {
  color: #00c5df;
}

.p-data-card--result.is-first .p-data-btn {
  color: #fff;
  background-color: #00c5df;
}

.p-data-card--result .p-data-card__header {
  padding: 10px 10px 0;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 769px) {
  .p-data-card--result .p-data-card__header {
    padding: 20px 20px 0;
    font-size: 1.8rem;
  }
}

.p-data-card--result .p-data-card__header span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .p-data-card--result .p-data-card__header span {
    font-size: 1.4rem;
  }
}

.p-data-card--result .p-data-card__body {
  background: #fff;
  padding: 5px 10px 20px;
}

@media screen and (min-width: 769px) {
  .p-data-card--result .p-data-card__body {
    padding: 10px 20px 30px;
  }
}

.p-data-card--result .p-data-card__body strong {
  font-weight: bold;
  font-size: 110%;
}

@media screen and (min-width: 769px) {
  .p-data-card--result .p-data-card__body strong {
    font-size: 2rem;
  }
}

.p-data-card--result .p-data-card__body .large {
  font-size: 3rem;
}

@media screen and (min-width: 769px) {
  .p-data-card--result .p-data-card__body .large {
    font-size: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-data-card--result .p-data-card__body .caption {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 769px) {
  .p-data-card--result .p-data-card__body .p-data-btn {
    margin-top: 10px;
  }
}

.p-data-result-wrapper {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p-data-result-wrapper {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-data-result-wrapper .p-data-column__item:nth-child(n+3) {
    margin-top: 30px;
  }
}

@media (-ms-high-contrast: none) {
  .p-data-result-wrapper .p-data-card__body {
    min-height: 145px;
  }
}

.p-data-lifestyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .p-data-lifestyle {
    width: 580px;
  }
}

.p-data-lifestyle__item {
  width: 46%;
}

.p-data-lifestyle__item.is-man .p-data-lifestyle__title {
  color: #00c5df;
}

.p-data-lifestyle__item.is-man .p-data-lifestyle__list strong {
  color: #00c5df;
}

.p-data-lifestyle__item.is-woman .p-data-lifestyle__title {
  color: #ff657f;
}

.p-data-lifestyle__item.is-woman .p-data-lifestyle__list strong {
  color: #ff657f;
}

.p-data-lifestyle__title {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-data-lifestyle__title {
    font-size: 2rem;
  }
}

.p-data-lifestyle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.3;
}

.p-data-lifestyle__list dt {
  width: 40%;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .p-data-lifestyle__list dt {
    font-size: 2rem;
  }
}

.p-data-lifestyle__list dd {
  width: 60%;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .p-data-lifestyle__list dd {
    font-size: 2rem;
  }
}

.p-data-lifestyle__list dd strong {
  font-size: 3rem;
}

@media screen and (min-width: 769px) {
  .p-data-lifestyle__list dd strong {
    font-size: 5rem;
  }
}
