  @charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 common
==================================================================================*/
html {
  font-size: .26666667vw;
}

main .caption {
  font-size: 10rem;
}

.commonColumnList01 {
  flex-direction: column;
  margin: auto;
  width: 315rem;
}
.commonColumnList01 > li {
  flex: 0 0 auto;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}
.commonColumnList01 > li:nth-child(n+3) {
  display: none;
}
.commonColumnList01 a {
  padding: 40rem 49rem 45rem;
}
.commonColumnList01 .image {
  height: 216rem;
}
.commonColumnList01 time {
  gap: 0 6rem;
  padding-bottom: 10rem;
  font-size: 12rem;
}
.commonColumnList01 time:before {
  width: 8rem;
  height: 11rem;
}
.commonColumnList01 .text {
  padding-bottom: 15rem;
  font-size: 14rem;
}
.commonColumnList01 .tags {
  display: flex;
  gap: 10rem 14rem;
}
.commonColumnList01 .tags li {
  font-size: 8rem;
}
.commonColumnList01 .tags li .hash {
  font-size: 12rem;
}

.commonButton01 a {
  display: inline-flex;
  align-items: center;
  gap: 0 9rem;
  color: #111;
}
.commonButton01 a .buttonText {
  padding: 0 8rem;
  border-width: 1px;
  border-radius: 10rem;
  font-size: 11rem;
  height: 20rem;
  min-width: 275rem;
}
.commonButton01 a .arrow {
  width: 20rem;
  height: 20rem;
}
.commonButton01 a .arrow img {
  width: 10rem;
}

.commonMoreButton01.small a {
  gap: 0 6rem;
  font-size: 9rem;
}
.commonMoreButton01.small a span {
  width: 20rem;
  height: 20rem;
}
.commonMoreButton01.small a span img {
  width: 9rem;
}

.commonGradationUnderline01 {
  padding-bottom: 2rem;
  background-size: 100% 1.5rem;
}

.commonGradationFrameText01 {
  letter-spacing: .1em;
  line-height: 19rem;
  font-size: 11rem;
}
.commonGradationFrameText01:before, .commonGradationFrameText01:after {
  width: 8rem;
}

.commonTitle01 {
  padding-bottom: 15rem;
  letter-spacing: .05em;
  text-align: center;
  line-height: 30rem;
  font-size: 22rem;
}
.commonTitle01:after {
  top: -46rem;
  left: -15rem;
  width: 56rem;
  height: 46rem;
}

.commonTitle02 {
  margin: 0 0 20rem 40rem;
  padding-bottom: 6rem;
  letter-spacing: .05em;
  font-size: 22rem;
}
.commonTitle02:after {
  bottom: 0;
  left: -40rem;
  width: 30rem;
  height: 50rem;
}

.commonTitle03 {
  justify-content: space-between;
  gap: 0 10rem;
  margin-bottom: 30rem;
  letter-spacing: .1em;
  font-size: 20rem;
}
.commonTitle03:before, .commonTitle03:after {
  flex: 0 0 4rem;
}

.commonTitle04 {
  gap: 0 8rem;
  margin-bottom: 20rem;
  padding-bottom: 15rem;
  font-size: 20rem;
}
.commonTitle04:before {
  flex: 0 0 12rem;
  margin: 6rem 0 2rem;
}

section.lastly {
  display: block;
  margin-top: 60rem;
  padding: 25rem 15rem 35rem;
}
section.lastly h4 {
  margin: auto;
  padding-bottom: 20rem;
  width: 187rem;
}
section.lastly .lead {
  line-height: 23rem;
  font-size: 11rem;
}
section.lastly .lead .categorys {
  padding: 5rem 15rem;
  font-size: 11rem;
}

.commonSpScrollImage01 {
  margin-right: -25rem !important;
  overflow: auto;
}
.commonSpScrollImage01 figcaption {
  position: sticky;
  top: 0;
  left: 0;
  padding-bottom: 8rem;
  font-size: 11rem;
}
.commonSpScrollImage01 img {
  width: 700rem;
  max-width: none;
}
.commonSpScrollImage01.spWidth1000 img {
  width: 1000rem;
}
.commonSpScrollImage01.spWidth900 img {
  width: 900rem;
}
.commonSpScrollImage01.spWidth800 img {
  width: 800rem;
}
.commonSpScrollImage01.spWidth600 img {
  width: 600rem;
}

.commonNextLink {
  padding-top: 40rem;
}

/*==================================================================================
 siteHeader
==================================================================================*/
.siteHeader {
  padding: 10rem 20rem;
}
.siteHeader .headerLogo {
  flex: 0 0 120rem;
}
.siteHeader .menuButton {
  flex: 0 0 80rem;
}
.siteHeader .globalNavi .image {
  display: none;
}
.siteHeader .globalNavi .linksArea {
  flex: 0 0 100%;
  gap: 50rem 0;
  padding: 80rem 20rem 60rem;
}
.siteHeader .globalNavi .linksArea .links {
  gap: 20rem 0;
}
.siteHeader .globalNavi .linksArea .links a {
  font-size: 13rem;
}
.siteHeader .globalNavi .linksArea .links a img {
  padding-right: 8rem;
  width: 11rem;
}
.siteHeader .globalNavi .linksArea .externalLinks {
  gap: 15rem 0;
}
.siteHeader .globalNavi .linksArea .externalLinks a {
  font-size: 11rem;
}
.siteHeader .globalNavi .linksArea .externalLinks a:after {
  width: 11rem;
  height: 11rem;
}

/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  padding: 120rem 35rem 60rem;
  background-image: url("/recruit/graduate/ppp-specialsite/static/img/sp/common/footer-bg.jpg");
}
.siteFooter .links {
  flex-direction: column;
  align-items: normal;
  justify-content: normal;
  gap: 20rem 0;
  padding-bottom: 40rem;
}
.siteFooter .links li:not(:last-child):after {
  display: none;
}
.siteFooter .links li a {
  font-size: 12rem;
}
.siteFooter .links li a img {
  padding-right: 6rem;
  width: 10rem;
}
.siteFooter .externalLinks {
  flex-direction: column;
  justify-content: normal;
  gap: 25rem 0;
  padding-bottom: 55rem;
}
.siteFooter .externalLinks a {
  font-size: 12rem;
}
.siteFooter .externalLinks a:after {
  width: 12rem;
  height: 12rem;
}
.siteFooter .copyright {
  font-size: 8rem;
}

/*==================================================================================
 top
==================================================================================*/
#top .siteHeader {
  border-bottom-color: transparent;
  background: none;
  transition: border .3s, background .3s;
}
#top .siteHeader.bgOn {
  border-bottom-color: #999;
  background: #fff;
}
#top .mainVisual {
  height: 686rem;
  background-image: url("/recruit/graduate/ppp-specialsite/static/img/sp/top/mv.jpg");
}
#top .mainVisual h2 {
  top: 175rem;
  left: 30rem;
  font-weight: 600;
}
#top .mainVisual h2 > span + span {
  margin-top: 8rem;
}
#top .mainVisual h2 .text01 {
  padding: 2rem 10rem 4rem;
  letter-spacing: .2em;
  font-size: 18rem;
}
#top .mainVisual h2 .text02 {
  padding: 5rem 15rem 10rem;
  letter-spacing: .1em;
  font-size: 34rem;
}
#top .mainVisual h2 .text03 {
  padding: 5rem 15rem 10rem;
  letter-spacing: .1em;
  font-size: 40rem;
}
#top .mainVisual .lead {
  top: 335rem;
  left: 36rem;
  letter-spacing: .10em;
  line-height: 2;
  text-align: center;
  font-size: 11rem;
  text-shadow: 0 0 10rem #1a365d, 0 0 10rem #1a365d, 0 0 10rem #1a365d;
}
#top .mainVisual .scrollIcon {
  top: 418rem;
  left: 25rem;
}
#top section.pickUp {
  padding-bottom: 65rem;
}
#top section.pickUp h3 {
  margin: 0;
  width: 358rem;
}
#top section.pickUp .commonColumnList01 {
  padding-bottom: 35rem;
}
#top section.feature01 {
  display: block;
  margin-top: 0;
  padding: 55rem 0 0;
  background-image: url("/recruit/graduate/ppp-specialsite/static/img/sp/top/feature01-bg.jpg");
}
#top section.feature01 .wrapper {
  display: block;
  margin: -55rem 0 0;
  padding: 55rem 0 0;
}
#top section.feature01 .textArea {
  padding: 0 0 30rem 38rem;
}
#top section.feature01 .textArea h3 {
  padding-bottom: 30rem;
  width: 149rem;
}
#top section.feature01 .textArea .catch {
  padding-bottom: 30rem;
  line-height: 1.7;
  font-size: 19rem;
}
#top section.feature01 .image {
  overflow: hidden;
}
#top section.feature01 .image img {
  margin-left: -86rem;
  width: 498rem;
  max-width: none;
}
#top section.feature01 .water {
  right: 7rem;
  bottom: -125rem;
  width: 158rem;
}
#top section.feature02 {
  display: block;
  padding: 78rem 40rem 70rem;
  background-size: cover;
}
#top section.feature02 .textArea {
  padding: 0 0 28rem;
}
#top section.feature02 .textArea h3 {
  padding-bottom: 15rem;
  width: 149rem;
}
#top section.feature02 .textArea .catch01 {
  padding-bottom: 20rem;
  font-size: 17rem;
}
#top section.feature02 .textArea .catch02 {
  margin-left: 0;
  padding-bottom: 30rem;
}
#top section.feature02 .textArea .catch02 > span {
  letter-spacing: .1em;
}
#top section.feature02 .textArea .catch02 > span + span {
  margin-top: 6rem;
}
#top section.feature02 .textArea .catch02 .text01 {
  padding: 2rem 5rem 4rem;
  font-size: 27rem;
}
#top section.feature02 .textArea .catch02 .text02 {
  padding: 5rem 8rem 10rem;
  font-size: 32rem;
}
#top section.feature02 .textArea .catch02 .text03 {
  padding: 5rem 8rem 10rem;
  font-size: 38rem;
}
#top section.feature02 .image {
  flex: 0 0 733rem;
}
#top section.case {
  padding: 200rem 0 185rem;
  background-image: url("/recruit/graduate/ppp-specialsite/static/img/sp/top/case-bg.jpg");
}
#top section.case h3 {
  padding-bottom: 15rem;
  font-size: 41rem;
}
#top section.case .catch {
  padding-bottom: 20rem;
  line-height: 1.7;
  font-size: 17rem;
}
#top section.case .catch span {
  padding-top: 0;
  line-height: 1.3;
}
#top section.future {
  display: block;
  padding: 60rem 0 55rem;
}
#top section.future .textArea {
  padding-bottom: 25rem;
}
#top section.future .textArea h3 {
  padding-bottom: 20rem;
  letter-spacing: .2em;
  font-size: 17rem;
}
#top section.future .textArea h3 img {
  padding-bottom: 17rem;
  width: 156rem;
}
#top section.future .textArea .catch {
  padding-bottom: 30rem;
  letter-spacing: .1em;
  line-height: 1.4;
  font-size: 34rem;
}
#top section.future .images {
  height: 393rem;
  overflow: hidden;
}
#top section.future .images li {
  z-index: 3;
}
#top section.future .images li:nth-child(1) {
  top: 23rem;
  left: 42rem;
  width: 424rem;
}
#top section.future .images li:nth-child(2) {
  left: 133rem;
  width: 218rem;
}
#top section.future .images li:nth-child(3) {
  top: 184rem;
  left: 239rem;
  width: 68rem;
  z-index: 4;
}
#top section.future .images li:nth-child(4) {
  top: 100rem;
  left: 42rem;
  width: 206rem;
}
#top section.future .images li:nth-child(5) {
  top: 264rem;
  left: 187rem;
  width: 159rem;
  z-index: 5;
}
#top section.future .images li:nth-child(6) {
  top: auto;
  bottom: 0;
  left: 151rem;
  width: 100rem;
  z-index: 5;
}
#top section.future .images li:nth-child(7) {
  top: 157rem;
  left: -152rem;
  width: 424rem;
  z-index: 2;
}
#top section.column {
  padding-top: 38rem;
}
#top section.column > header {
  padding-bottom: 58rem;
}
#top section.column > header h3 {
  padding-bottom: 35rem;
  width: 313rem;
}
#top section.column > header .tags {
  animation: tagLoop 50s 0s linear infinite;
}
#top section.column .commonColumnList01 {
  padding-bottom: 35rem;
}

/*==================================================================================
 lower common
==================================================================================*/
.lower main {
  padding-top: 56rem;
}

/*==================================================================================
 feature01
==================================================================================*/
#feature01 section.intro {
  display: block;
  margin: 0 0 70rem;
  padding: 55rem 0 0;
  background-image: url("/recruit/graduate/ppp-specialsite/static/img/sp/top/feature01-bg.jpg");
}
#feature01 section.intro hgroup {
  padding: 0 0 30rem 38rem;
}
#feature01 section.intro hgroup h2 {
  padding-bottom: 30rem;
  width: 149rem;
}
#feature01 section.intro hgroup .catch {
  padding-bottom: 30rem;
  font-size: 19rem;
}
#feature01 section.intro .image {
  overflow: hidden;
}
#feature01 section.intro .image img {
  margin-left: -86rem;
  width: 498rem;
  max-width: none;
}
#feature01 section.intro .water {
  right: 7rem;
  bottom: -125rem;
  width: 158rem;
}
#feature01 .sections {
  margin-top: 60rem;
  padding-top: 20rem;
  padding-left: 0;
}
#feature01 .sections:before {
  left: 0;
  height: 4rem;
  -webkit-mask-size: 8rem 4rem;
  mask-size: 8rem 4rem;
}
#feature01 .section01 .flexArea {
  display: block;
}
#feature01 .section01 .flexArea .textArea {
  padding-bottom: 25rem;
}
#feature01 .section01 .flexArea .textArea .lead {
  padding-bottom: 20rem;
  line-height: 22rem;
  font-size: 11rem;
}
#feature01 .section01 .flexArea .textArea .detail {
  padding: 15rem 16rem;
}
#feature01 .section01 .flexArea .textArea .detail .text {
  line-height: 17rem;
  font-size: 9rem;
}
#feature01 .section01 .flexArea .image {
  padding-top: 0;
}
#feature01 .section02 .flexArea {
  display: block;
  padding-bottom: 20rem;
}
#feature01 .section02 .flexArea .textArea {
  padding-bottom: 15rem;
}
#feature01 .section02 .flexArea .textArea .lead {
  padding-bottom: 15trem;
  font-size: 13rem;
}
#feature01 .section02 .flexArea .textArea dl dt {
  gap: 0 8rem;
  padding-bottom: 5rem;
  font-size: 13rem;
}
#feature01 .section02 .flexArea .textArea dl dt span {
  width: 80rem;
  height: 20rem;
  border-radius: 10rem;
  font-size: 13rem;
}
#feature01 .section02 .flexArea .textArea dl dd {
  line-height: 15rem;
  font-size: 10rem;
}
#feature01 .section02 .flexArea .image01 {
  flex: 0 0 657rem;
}
#feature01 .section02 .flexArea .image02 {
  position: relative;
  margin-top: -40rem;
  margin-left: auto;
  padding-right: 20rem;
  top: 0;
  right: 0;
  width: 211rem;
  z-index: 2;
}
#feature01 .section03 .lead {
  padding-bottom: 15rem;
  line-height: 22rem;
  font-size: 11rem;
}
#feature01 .section03 .image01 {
  padding-bottom: 20rem;
  width: 271rem;
}
#feature01 .section03 .image02 {
  padding: 15rem 0 10rem;
  width: auto;
}
#feature01 .section03 .catch {
  line-height: 23rem;
  font-size: 13rem;
}
#feature01 section.lastly .lead {
  padding: 0 10rem;
}
#feature01 section.lastly .lead .categorys:nth-child(3) {
  margin-left: 0;
}
#feature01 section.lastly .lead .categorys:nth-child(n+3) {
  margin-top: 6rem;
}

/*==================================================================================
 feature02
==================================================================================*/
#feature02 section.intro {
  display: block;
  margin-bottom: 60rem;
}
#feature02 section.intro hgroup {
  padding: 30rem 15rem;
}
#feature02 section.intro hgroup h2 {
  padding-bottom: 20rem;
  padding-left: 10rem;
  letter-spacing: .1em;
  font-size: 20rem;
}
#feature02 section.intro hgroup h2 img {
  padding-bottom: 30rem;
  width: 200rem;
}
#feature02 section.intro hgroup .catch {
  margin-right: 0;
  letter-spacing: .1em;
}
#feature02 section.intro hgroup .catch > span {
  letter-spacing: .05em;
}
#feature02 section.intro hgroup .catch .text01 {
  margin-bottom: 8rem;
  padding: 2rem 10rem 4rem;
  font-size: 20rem;
}
#feature02 section.intro hgroup .catch .text02 {
  margin-right: 0;
  padding: 5rem 10rem 10rem;
  font-size: 20rem;
}
#feature02 .sections {
  padding: 0 0 45rem 0;
}
#feature02 .sections .lead {
  line-height: 21rem;
  font-size: 12rem;
}
#feature02 .section01 .flexArea {
  display: block;
}
#feature02 .section01 .flexArea .textArea .lead01 {
  padding-bottom: 10rem;
}
#feature02 .section01 .flexArea .textArea .image01 {
  margin: 0 0 -25rem auto;
  width: 314rem;
}
#feature02 .section01 .flexArea .image {
  padding-top: 0;
}
#feature02 .section02 .lead {
  padding-bottom: 20rem;
}
#feature02 .section02 .image,
#feature02 .section02 .annotation,
#feature02 .section02 .guide,
#feature02 .section02 .methods {
  padding-right: 0;
  padding-left: 0;
}
#feature02 .section02 .annotation {
  font-size: 7rem;
}
#feature02 .section02 .guide {
  padding-bottom: 20rem;
  width: 260rem;
}
#feature02 .section02 .methods {
  margin: auto;
  padding-bottom: 20rem;
  width: 250rem;
}
#feature02 .section02 .text {
  line-height: 18rem;
  font-size: 10rem;
}
#feature02 .section03 .lead01 {
  padding-bottom: 25rem;
}
#feature02 .section03 .links {
  justify-content: normal;
  flex-direction: column;
  gap: 10rem 0;
  padding-bottom: 20rem;
}
#feature02 .section03 .image01 {
  padding-bottom: 20rem;
  width: auto;
}
#feature02 .section03 .lead02 {
  padding-bottom: 20rem;
}
#feature02 .section03 .image02 {
  width: auto;
}
#feature02 section.summary .lead {
  line-height: 24rem;
  font-size: 11rem;
}
#feature02 section.lastly {
  gap: 0 54rem;
}

/*==================================================================================
 case
==================================================================================*/
#case header.intro {
  margin-bottom: 50rem;
  padding: 160rem 0 170rem;
  background-image: url("/recruit/graduate/ppp-specialsite/static/img/sp/case/pagetitle-bg.jpg");
}
#case header.intro h2 {
  padding-bottom: 15rem;
  font-size: 41rem;
}
#case header.intro .catch {
  padding-bottom: 20rem;
  line-height: 1.7;
  font-size: 17rem;
}
#case header.intro .catch span {
  padding-top: 0;
  line-height: 1.3;
}
#case .sections {
  position: relative;
  z-index: 2;
}
#case .sections:not(:last-of-type) {
  padding-bottom: 500rem;
}
#case .sections:not(:last-of-type):after {
  left: calc(50% - 100vw);
  width: 400vw;
}
#case .sections .lead {
  line-height: 1.7;
  font-size: 14rem;
}
#case .section01 {
  padding-bottom: 210rem !important;
}
#case .section02:after {
  left: calc(50% - 100vw);
}
#case .section02 .lead {
  padding-bottom: 50rem;
}
#case .section03 {
  padding-bottom: 210rem !important;
}
#case .section03:after {
  bottom: -150rem !important;
}
#case .section03 hgroup {
  padding-bottom: 30rem;
}
#case .section03 .imageArea .annotation {
  position: static;
  padding: 30rem 0 0;
  text-indent: 0;
  line-height: 1.7;
  font-size: 12rem;
}
#case .section04 hgroup {
  padding-bottom: 70rem;
}
#case .section04 .achievements {
  padding: 20rem 0 30rem;
}
#case .section04 .achievements h4 {
  padding-bottom: 10rem;
  font-size: 20rem;
}
#case .section04 .achievements .flexArea {
  display: block;
}
#case .section04 .achievements .flexArea .textArea {
  padding-bottom: 30rem;
}
#case .section04 .achievements .flexArea .textArea .name {
  padding: 5rem 10rem 7rem;
  border-radius: 18rem;
  font-size: 15rem;
  background-size: 100% 9rem;
}
#case .section04 .achievements .flexArea .textArea .catch {
  font-size: 15rem;
}
#case .section04 .achievements .flexArea .image {
  flex: 0 0 430rem;
}

/*==================================================================================
 future
==================================================================================*/
#future header.intro {
  display: block;
  padding: 40rem 0 40rem;
}
#future header.intro .textArea {
  position: relative;
  margin-bottom: -120rem;
  padding-bottom: 0;
  z-index: 1;
}
#future header.intro .textArea h2 {
  padding-bottom: 20rem;
  font-size: 11rem;
}
#future header.intro .textArea h2 img {
  padding-bottom: 17rem;
  width: 156rem;
}
#future header.intro .textArea .catch {
  padding-bottom: 30rem;
  letter-spacing: .1em;
  line-height: 1.4;
  font-size: 32rem;
}
#future article.contents {
  padding: 60rem 0;
  background-image: url(/recruit/graduate/ppp-specialsite/static/img/sp/future/bg.png);
}
#future article.contents > section {
  max-width: none;
}
#future article.contents > section:not(:last-of-type) {
  padding-bottom: 80rem;
}
#future article.contents > section .flexArea {
  display: block;
}
#future article.contents > section .flexArea .image,
#future article.contents > section .flexArea .images {
  padding-bottom: 30rem;
}
#future article.contents > section .flexArea + .lead {
  padding-top: 50rem;
}
#future article.contents > section .lead {
  line-height: 1.7;
  font-size: 14rem;
}
#future article.contents > section .images {
  gap: 15rem 0;
}

/*==================================================================================
 column
==================================================================================*/
#column .allTags {
  padding: 50rem 0;
  animation: tagLoop 50s 0s linear infinite;
}

/*==================================================================================
 column detail
==================================================================================*/
#column.detail h2 {
  display: flex;
  justify-content: center;
  padding: 40rem 0 50rem;
}
#column.detail h2 img {
  width: 200vw;
  max-width: none;
}
#column.detail article.contents {
  padding-bottom: 100rem;
  background-image: url(/recruit/graduate/ppp-specialsite/static/img/sp/column/bg.png);
}
#column.detail article.contents .wrap {
  max-width: none;
}
#column.detail article.contents > header {
  padding-bottom: 50rem;
}
#column.detail article.contents > header h3 {
  padding-bottom: 10rem;
  font-size: 24rem;
}
#column.detail article.contents > header .articleTags {
  gap: 8rem 15rem;
}
#column.detail article.contents > header .articleTags a {
  font-size: 14rem;
}
#column.detail article.contents > header .articleTags a span {
  font-size: 20rem;
}
#column.detail article.contents > header .image {
  padding-bottom: 40rem;
}
#column.detail article.contents > section:not(:last-of-type) {
  padding-bottom: 70rem;
}
#column.detail article.contents > section p {
  line-height: 1.8;
  font-size: 16rem;
}
#column.detail article.contents > section p + p,
#column.detail article.contents > section p + div {
  padding-top: 25rem;
}
#column.detail article.contents > section div + p,
#column.detail article.contents > section div + div {
  padding-top: 25rem;
}
#column.detail .others .commonMoreButton01 {
  padding-top: 40rem;
}

/*# sourceMappingURL=smartphone.css.map */
