.r__common__title__bg {
  width: 100%;
  color: #0058A6;
  padding: 40px 0;
  border-bottom: 2px solid #0058A6;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .r__common__title__bg {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 20px 0;
  }
}

.r__common__title__bg .r_inner {
  position: relative;
}

.r__common__title__bg__num {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: -1;
  font-size: 108px;
  color: #EBF2F8;
  font-weight: 700;
  font-family: 'Roboto', serif;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .r__common__title__bg__num {
    font-size: 64px;
    bottom: -15px;
  }
}

.r__common__title__bg__num .little {
  display: inline;
  font-size: 90px;
}

@media screen and (max-width: 768px) {
  .r__common__title__bg__num .little {
    font-size: 52px;
  }
}

.r__common__title__bg span {
  display: block;
}

.r__common__title__bg__text {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-left: 30px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .r__common__title__bg__text {
    font-size: 20px;
    padding-left: 15px;
  }
}

.rPersonal__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rPersonal__flex.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .rPersonal__flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.rPersonal__position {
  position: relative;
}

.rPersonal__left {
  width: 56%;
  padding-right: 6%;
}

@media screen and (max-width: 768px) {
  .rPersonal__left {
    width: 100%;
    padding-right: 0;
  }
}

.rPersonal__right {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .rPersonal__right {
    width: 100%;
    margin-top: 10px;
  }
}

.rPersonal__img {
  text-align: center;
  margin: auto;
}

.rPersonal__img img {
  width: 100%;
}

.rPersonal__img__list {
  display: block;
}

@media screen and (max-width: 768px) {
  .rPersonal__img__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.rPersonal__img__item {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .rPersonal__img__item {
    width: 49%;
  }
}

.rPersonal__img__item:last-of-type {
  margin-top: 16px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .rPersonal__img__item:last-of-type {
    margin-top: 0;
    margin-left: inherit;
  }
}

.rPersonal__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.rPersonal__movieSec {
  position: relative;
  padding-bottom: 38.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .rPersonal__movieSec {
    padding-bottom: 56.25%;
  }
}

.rPersonal__movieSec__obj {
  max-width: 972px;
  padding: 30px 50px;
  background-color: #E5F5FF;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .rPersonal__movieSec__obj {
    max-width: 100%;
    padding: 10px 15px;
  }
}

.rPersonal__movieSec video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rPersonal__movieSec iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rPersonal__epiSec {
  padding: 4% 3%;
  background-color: #E5F5FF;
}

.rPersonal__epiSec:not(:first-of-type) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .rPersonal__epiSec:not(:first-of-type) {
    margin-top: 30px;
  }
}

.rPersonal__epiSec__item {
  position: relative;
}

@media screen and (max-width: 768px) {
  .rPersonal__epiSec__item {
    height: 180px;
  }
}

.rPersonal__epiSec__item:not(:last-child) {
  margin-right: 4%;
}

.rPersonal__epiSec__item.title {
  z-index: 0;
  background-color: #fff;
}

.rPersonal__epiSec__item.title::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  display: block;
  border: 1px solid #0058A6;
}

.rPersonal__epiSec__title {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  margin: auto;
  color: #0058A6;
  font-size: 21px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .rPersonal__epiSec__title {
    font-size: 15px;
  }
}

.rPersonal__epiSec__title.title02 {
  background-color: #3990CB;
  color: #fff;
}

.rPersonal__epiSec .rPageWorkFieldContents__intro__item {
  width: 22%;
  max-width: inherit;
}

@media screen and (max-width: 768px) {
  .rPersonal__epiSec .rPageWorkFieldContents__intro__item {
    width: 44%;
    height: 148px;
  }
}

.rPersonal__epiSec .rPageWorkFieldContents__intro__item:not(:last-child) {
  margin-right: 4%;
}

@media screen and (max-width: 768px) {
  .rPersonal__epiSec .rPageWorkFieldContents__intro__item:not(:last-child) {
    margin-right: 6%;
  }
}

.rPersonal__epiSec .rPageWorkFieldContents__intro__item:nth-of-type(n + 4) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .rPersonal__epiSec .rPageWorkFieldContents__intro__item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}

.rPersonal__epiSec .rPageWorkFieldContents__intro__year {
  font-size: 10px;
}

.rPersonal__epiSec .rPageWorkFieldContents__intro__name {
  font-size: 14px;
}

.rPersonal__speachSec__box {
  margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .rPersonal__speachSec__box {
    margin-bottom: 100px;
  }
}

.rPersonal__speachSec__item {
  padding: 4% 3%;
  background-color: #E5F5FF;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rPersonal__speachSec__item:not(:first-of-type) {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .rPersonal__speachSec__item:not(:first-of-type) {
    margin-top: 20px;
  }
}

.rPersonal__speachSec__left {
  width: 24%;
}

@media screen and (max-width: 768px) {
  .rPersonal__speachSec__left {
    width: 45%;
    margin: auto;
  }
}

.rPersonal__speachSec__right {
  width: 70%;
  position: relative;
  padding: 4% 3%;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .rPersonal__speachSec__right {
    width: 100%;
    padding: 6%;
    margin-top: 40px;
  }
}

.rPersonal__speachSec__right::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -26px;
  width: 40px;
  height: 30px;
  display: inline-block;
  border-right: 20px solid rgba(255, 255, 255, 0);
  border-bottom: 34.6025px solid #fff;
  border-left: 20px solid rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-50%) rotate(33deg);
          transform: translateY(-50%) rotate(33deg);
}

@media screen and (max-width: 768px) {
  .rPersonal__speachSec__right::before {
    top: -20px;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%) rotate(120deg);
            transform: translateY(0) translateX(-50%) rotate(120deg);
  }
}

.rPersonal__speachSec__img {
  position: relative;
  overflow: hidden;
  height: 218px;
}

@media screen and (max-width: 768px) {
  .rPersonal__speachSec__img {
    height: 133px;
  }
}

.rPersonal__speachSec__obj {
  position: relative;
  height: 218px;
}

@media screen and (max-width: 768px) {
  .rPersonal__speachSec__obj {
    height: 133px;
  }
}

.rPersonal__speachSec__obj img {
  width: 100%;
  height: 100%;
}

.rPersonal__speachSec__name {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .rPersonal__speachSec__name {
    padding: 10px;
    font-size: 13px;
  }
}

.rPersonal__speachSec__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.8;
}

.rPersonal__systemSec {
  margin-top: 50px;
  padding-bottom: 0;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .rPersonal__systemSec .rPageWorkFieldContents {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .rPersonal__systemSec .rPageWorkFieldContents__textbox {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=recruit_personality.css.map */