/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.job-style .c-pagename__en {
  font-family: "Nissan Brand" !important;
}

.job-style #wrap {
  background: #f4f4f4;
}

.intro {
  padding: 112px 0 140px;
}

@media (max-width: 767px) {
  .intro {
    padding: 56px 0 70px;
  }
}

.intro__ttl {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #c3002f;
  text-align: center;
  margin-bottom: 18px;
}

.intro__sub {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 44px;
}

.intro .box {
  background: #fff;
  max-width: 1058px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 70px 65px 70px 75px;
  align-items: center;
}

@media only screen and (max-width: 1100px) {
  .intro .box {
    padding: 50px 20px;
  }
}

@media (max-width: 767px) {
  .intro .box {
    padding: 20px 16px;
    flex-direction: column;
  }
}

.intro .box__left .circle {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #f0ccd4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #c3002f;
  font-family: ShinGoPro-Bold, sans-serif !important;
}

@media only screen and (max-width: 950px) {
  .intro .box__left .circle {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .intro .box__left .circle {
    width: 140px;
    height: 140px;
  }
}

.intro .box .arrow {
  flex: 1;
  padding-bottom: 12px;
  margin-right: -44px;
}

@media only screen and (max-width: 1000px) {
  .intro .box .arrow {
    margin-right: -20px;
  }
}

@media (max-width: 767px) {
  .intro .box .arrow {
    margin: 30px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 15px;
  }
}

.intro .box .arrow__item {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #c3002f;
  text-align: center;
  position: relative;
  margin-bottom: 44px;
}

@media only screen and (max-width: 950px) {
  .intro .box .arrow__item {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .intro .box .arrow__item {
    margin: 0 50px 0 0;
    padding: 18px 8px 8px 0;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 0.2em;
  }
  .intro .box .arrow__item span {
    display: inline-block;
    text-orientation: sideways;
    translate: -22% 0;
  }
}

.intro .box .arrow__item:last-child {
  margin: 0;
}

.intro .box .arrow__item::before {content:""; position:absolute; width:90%; height:1px; background:#c3002f; bottom:-4px; right:5%;}
.intro .box .arrow__item::after {content:""; position:absolute; background:url(../../img/job-style/ico_arw_red.svg) center/100% no-repeat; width:14px; height:17px; right:5%; bottom:-12px;}
.intro .box .arrow__item:last-child::after {transform:rotate(-180deg); right:auto; left:5%;}

@media (max-width:767px) {
  .intro .box .arrow__item::before {width:1px; height:100%;}
  .intro .box .arrow__item::before {right:-4px;}
  .intro .box .arrow__item::after {transform:rotate(90deg); right:-10px; bottom:-7px;}
  .intro .box .arrow__item:last-child::before {right:-4px;}
  .intro .box .arrow__item:last-child::after {transform:rotate(-90deg); left:auto; bottom:auto; right:-10px; top:0;}
}

.intro .box__right {
  background: #f0ccd4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 44px 66px;
}

@media only screen and (max-width: 950px) {
  .intro .box__right {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .intro .box__right {
    padding: 20px 10px;
    width: 100%;
    justify-content: center;
  }
}

.intro .box__item {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 1px solid #c3002f;
  overflow: hidden;
  background: #fff;
  color: #c3002f;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-right: 17px;
  padding-top: 10px;
}

@media only screen and (max-width: 950px) {
  .intro .box__item {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 767px) {
  .intro .box__item {
    height: 140px;
    width: 140px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 370px) {
  .intro .box__item {
    width: 125px;
    height: 125px;
  }
}

.intro .box__item:last-child {
  margin-right: 0;
}

.intro .box__item .ttl {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Nissan Brand" !important;
}

.intro .box__item .txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333em;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: ShinGoPro-Bold, sans-serif !important;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .intro .box__item .txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375em;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .c-viewmore-box {
    margin-top: 0;
  }
}

.c-viewmore-box.ac {
  flex-direction: row-reverse;
  margin-top: 20px;
  padding-bottom: 48px;
}

@media (max-width: 767px) {
  .c-viewmore-box.ac {
    padding-bottom: 0;
  }
}

.c-viewmore-box.ac .c-viewmore-box__infor {
  width: calc(528 / 1176 * 100%);
}

@media (max-width: 767px) {
  .c-viewmore-box.ac .c-viewmore-box__infor {
    width: 100%;
  }
}

.c-viewmore-box.ac .c-viewmore-box__imgcnt {
  width: calc(648 / 1176 * 100%);
}

@media (max-width: 767px) {
  .c-viewmore-box.ac .c-viewmore-box__imgcnt {
    width: 100%;
  }
}

.c-viewmore-box.ac .c-viewmore-box__txt {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .c-viewmore-box.ac .c-viewmore-box__txt {
    margin-top: 20px;
  }
}

.c-viewmore-box.ac .c-viewmore-box__btnmore {
  margin-top: 22px;
}

.c-viewmore-box__imgcnt {
  width: calc(648 / 1176 * 100%);
}

@media (max-width: 767px) {
  .c-viewmore-box__imgcnt {
    width: 100%;
  }
}

.c-viewmore-box__infor {
  width: calc(528 / 1176 * 100%);
  padding: 62px 20px 20px 66px;
}

@media only screen and (max-width: 1200px) {
  .c-viewmore-box__infor {
    padding: 62px 20px 20px 40px;
  }
}

@media only screen and (max-width: 950px) {
  .c-viewmore-box__infor {
    padding: 62px 20px 20px 30px;
  }
}

@media (max-width: 767px) {
  .c-viewmore-box__infor {
    width: 100%;
    padding: 30px 20px;
  }
}

.c-viewmore-box__ttl {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .c-viewmore-box__ttl {
    font-size: 28px;
  }
}

@media only screen and (max-width: 950px) {
  .c-viewmore-box__ttl {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .c-viewmore-box__ttl {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}

.c-viewmore-box__ttl .ttl-jp {
  font-family: ShinGoPro-Bold, sans-serif !important;
}

.c-viewmore-box__ttl .ttl-en {
  font-family: "Nissan Brand" !important;
  letter-spacing: 0.1em;
}

.c-viewmore-box__txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7em;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .c-viewmore-box__txt {
    margin-top: 20px;
  }
}

.c-viewmore-box__btnmore {
  margin-top: 40px;
  font-family: "Nissan Brand" !important;
  padding-right: 32px;
}

@media (max-width: 767px) {
  .c-viewmore-box__btnmore {
    margin: 30px auto 0;
  }
}
