.page-header {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px; }
  .page-header .page-header-title {
    position: absolute;
    bottom: 50px;
    left: 24px;
    display: block;
    color: #fff; }
  .page-header .page-header-title-en {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 3px; }
  .page-header .page-header-title-ja {
    font-size: 16px;
    line-height: 1;
    letter-spacing: 5px; }

.page-navigation {
  background-color: #f7f8f8;
  padding: 30px 0;
  margin-top: 30px; }

.page-navigation-title {
  margin: 0 auto 45px;
  color: #111a38;
  font-size: 25px;
  text-align: center; }

.page-navigation-title::after {
  background-color: #111a38;
  content: '';
  display: block;
  margin: 10px auto 0;
  height: 2px;
  width: 30px; }

.page-navigation-button {
  background-color: #1c91ce;
  padding: 0;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.1rem;
  position: relative;
  transition: all .3s ease-in-out; }

.page-navigation-button:hover {
  opacity: .75; }

.page-navigation-button-off {
  padding: 20px;
  background-color: #7ccef2; }

.page-navigation-button > a {
  background-color: #1c91ce;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.page-navigation-button br {
  display: none; }

.page-career .circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffff00;
  vertical-align: middle; }

.page-career .page-title {
  text-align: center;
  margin-bottom: 30px; }
  .page-career .page-title h2 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 5px;
    color: #113280; }

/* /career */
.career .page-header {
  background-image: url("../images/page-career/main_sp.jpg"); }

.career .fujio {
  background: url("../images/page-career/fujio_pic_sp.jpg") no-repeat; }

.career .sunakawa {
  background: url("../images/page-career/sunakawa_pic_sp.jpg") no-repeat; }

.career .ishii {
  background: url("../images/page-career/ishii_pic_sp.jpg") no-repeat; }

.career .okada {
  background: url("../images/page-career/okada_pic_sp.jpg") no-repeat; }

.career .link {
  height: 250px;
  background-position: left;
  background-size: 100%;
  padding-top: 15px; }
  .career .link .circle {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    font-size: 10px; }
    .career .link .circle span {
      font-size: 15px; }
  .career .link .titleBlock {
    position: absolute;
    bottom: 60px;
    right: 20px;
    display: block;
    color: #111a38; }
    .career .link .titleBlock .page-header-title-en {
      margin-bottom: 10px;
      font-size: 40px;
      line-height: 1;
      letter-spacing: 3px; }
    .career .link .titleBlock .page-header-title-ja {
      text-align: right;
      font-size: 16px;
      line-height: 1;
      letter-spacing: 5px; }
    .career .link .titleBlock .people-content-block {
      display: inline-block;
      padding: 10px 15px;
      background-color: #fff;
      text-align: left;
      white-space: nowrap;
      color: #000; }
    .career .link .titleBlock .people-content-title {
      margin-bottom: 0;
      font-size: 20px;
      line-height: 1.25;
      letter-spacing: 0; }
    .career .link .titleBlock .people-content-description-department {
      margin-bottom: 0;
      font-size: 11px; }
    .career .link .titleBlock .people-content-description-name {
      font-size: 16px;
      font-weight: 600; }
    .career .link .titleBlock .people-content-description-join {
      font-size: 12px; }

.career .link.odd {
  background-position: right; }
  .career .link.odd .circle {
    right: 20px;
    bottom: 50px; }
  .career .link.odd .titleBlock {
    left: 20px; }

.career .link.even {
  background-position: left; }
  .career .link.even .circle {
    bottom: 50px; }

.interview-1 {
  background-image: url("../images/page-career/interview-1/main_sp.jpg"); }

.interview-2 {
  background-image: url("../images/page-career/interview-2/main.jpg"); }

.interview-3 {
  background-image: url("../images/page-career/interview-3/main.jpg"); }

.interview-4 {
  background-image: url("../images/page-career/interview-4/main.jpg"); }

.interview .titleBlock {
  position: absolute;
  display: block;
  color: #111a38;
  z-index: 2; }
  .interview .titleBlock .page-header-title-en {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 3px; }
  .interview .titleBlock .page-header-title-ja {
    text-align: right;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 5px; }
  .interview .titleBlock .people-content-block {
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    text-align: left;
    white-space: nowrap;
    color: #000; }
  .interview .titleBlock .people-content-title {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0; }
  .interview .titleBlock .people-content-description-department {
    margin-bottom: 0;
    font-size: 11px; }
  .interview .titleBlock .people-content-description-name {
    font-size: 16px;
    font-weight: 600; }
  .interview .titleBlock .people-content-description-join {
    font-size: 12px; }

.interview .page-header {
  margin-bottom: 0; }
  .interview .page-header .page-header-title {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 23px 100px;
    margin-bottom: 0;
    background-color: rgba(17, 50, 128, 0.8); }
    .interview .page-header .page-header-title .page-header-title-en {
      margin-bottom: 25px;
      font-size: 80px; }
    .interview .page-header .page-header-title .page-header-title-ja {
      font-size: 24px; }
    .interview .page-header .page-header-title .circle {
      position: absolute;
      left: 12px;
      top: -35px;
      width: 70px;
      height: 70px;
      border-radius: 35px;
      font-size: 10px;
      color: #113280;
      z-index: 2; }
      .interview .page-header .page-header-title .circle span {
        font-size: 18px; }
  .interview .page-header .titleBlock {
    position: absolute;
    bottom: -30px;
    right: 20px;
    display: block;
    color: #111a38; }
    .interview .page-header .titleBlock .page-header-title-en {
      margin-bottom: 10px;
      font-size: 40px;
      line-height: 1;
      letter-spacing: 3px; }
    .interview .page-header .titleBlock .page-header-title-ja {
      text-align: right;
      font-size: 16px;
      line-height: 1;
      letter-spacing: 5px; }
    .interview .page-header .titleBlock .people-content-block {
      display: inline-block;
      padding: 10px 15px;
      background-color: #fff;
      text-align: left;
      white-space: nowrap;
      color: #000; }
    .interview .page-header .titleBlock .people-content-title {
      margin-bottom: 0;
      font-size: 20px;
      line-height: 1.25;
      letter-spacing: 0; }
    .interview .page-header .titleBlock .people-content-description-department {
      margin-bottom: 0;
      font-size: 11px; }
    .interview .page-header .titleBlock .people-content-description-name {
      font-size: 16px;
      font-weight: 600; }
    .interview .page-header .titleBlock .people-content-description-join {
      font-size: 12px; }

.interview .page-section section::before {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  background: #fff;
  position: absolute;
  left: 47px;
  top: -30px; }

.interview .page-section section {
  position: relative;
  color: #fff;
  padding: 30px 20px 20px; }
  .interview .page-section section h3 {
    font-size: 16px;
    position: relative; }
    .interview .page-section section h3 .turning {
      position: absolute;
      top: -20px;
      right: 0;
      width: 70px; }
  .interview .page-section section h4 .turning {
    position: absolute;
    top: -20px;
    right: 0;
    width: 70px; }
  .interview .page-section section h3 + h4 {
    margin-top: 20px; }
  .interview .page-section section h4 {
    font-size: 16px; }
  .interview .page-section section p {
    font-size: 13px;
    margin-bottom: 20px; }
  .interview .page-section section strong {
    font-size: 28px;
    letter-spacing: 1px; }
  .interview .page-section section strong.end {
    display: block;
    position: relative;
    font-size: 20px;
    padding-left: 3px; }
  .interview .page-section section strong.end.font-family-en {
    font-size:28px;
  }
  .interview .page-section section strong.bt {
    padding-top: 30px; }
  .interview .page-section section strong.bt::before {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: 27px;
    top: -5px; }

.interview .page-section section:nth-child(odd) {
  background: #113280; }

.interview .page-section section:nth-child(even) {
  background: #1c8fcc; }

.interview .messageBlock {
  position: relative; }
  .interview .messageBlock img {
    width: 100%; }
  .interview .messageBlock dl {
    background-color: rgba(17, 26, 56, 0.8);
    color: #fff;
    padding: 20px; }
    .interview .messageBlock dl dt {
      font-size: 18px;
      letter-spacing: 2px;
      margin-bottom: 10px; }
    .interview .messageBlock dl dd {
      font-size: 12px; }

.interview .careerNavigation {
  background-color: rgba(17, 50, 128, 0.8); }
  .interview .careerNavigation .block {
    position: relative;
    display: block;
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat; }
    .interview .careerNavigation .block .titleBlock {
      display: none; }
    .interview .careerNavigation .block .circle {
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: 10px;
      width: 70px;
      height: 70px;
      border-radius: 35px;
      font-size: 10px;
      color: #113280; }
      .interview .careerNavigation .block .circle span {
        font-size: 18px; }
  .interview .careerNavigation .interview-1 {
    background-image: url("../images/page-career/fujio_pic_link.jpg"); }
  .interview .careerNavigation .interview-2 {
    background-image: url("../images/page-career/sunakawa_pic_link.jpg"); }
  .interview .careerNavigation .interview-3 {
    background-image: url("../images/page-career/ishii_pic_link.jpg"); }
  .interview .careerNavigation .interview-4 {
    background-image: url("../images/page-career/okada_pic_link.jpg"); }

.interview .careerNavigation.page-title {
  display: none; }

@media (min-width: 768px) {
  .sp {
    display: none; }
  .page-header {
    height: 700px;
    margin-bottom: 50px; }
    .page-header .page-header-title {
      top: auto;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 30px 100px;
      margin-bottom: 0;
      background-color: rgba(0, 0, 0, 0.4); }
      .page-header .page-header-title .page-header-title-en {
        margin-bottom: 25px;
        font-size: 80px; }
      .page-header .page-header-title .page-header-title-ja {
        font-size: 24px; }
  .page-navigation {
    margin-top: 90px;
    padding: 60px 0; }
  .page-navigation-title {
    font-size: 40px; }
  .page-navigation-button {
    max-width: 300px;
    margin: 0 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .page-navigation-button br {
    display: block; }
  .career .page-header {
    background-image: url("../images/page-career/main.jpg"); }
  .career .page-title {
    margin-bottom: 50px; }
    .career .page-title h2 {
      font-size: 20px; }
  .career .fujio {
    background: url("../images/page-career/fujio_pic.jpg") no-repeat; }
  .career .sunakawa {
    background: url("../images/page-career/sunakawa_pic.jpg") no-repeat; }
  .career .ishii {
    background: url("../images/page-career/ishii_pic.jpg") no-repeat; }
  .career .okada {
    background: url("../images/page-career/okada_pic.jpg") no-repeat; }
  .career .link {
    height: 500px;
    background-position: center;
    background-size: cover;
    padding-top: 15px; }
    .career .link .circle {
      width: 90px;
      height: 90px;
      border-radius: 45px;
      font-size: 12px; }
      .career .link .circle span {
        font-size: 24px; }
    .career .link .titleBlock {
      bottom: 20px;
      right: 20px; }
      .career .link .titleBlock .page-header-title-en {
        margin-bottom: 25px;
        font-size: 80px; }
      .career .link .titleBlock .page-header-title-ja {
        font-size: 24px; }
      .career .link .titleBlock .people-content-block {
        padding: 25px 30px 20px;
        white-space: nowrap; }
      .career .link .titleBlock .people-content-title {
        margin-bottom: 5px;
        font-size: 40px;
        letter-spacing: 3px; }
      .career .link .titleBlock .people-content-description-department {
        margin-bottom: 10px;
        font-size: 14px; }
      .career .link .titleBlock .people-content-description-name {
        font-size: 18px; }
      .career .link .titleBlock .people-content-description-join {
        font-size: 12px; }
    .career .link .titleBlock.left {
      bottom: 20px;
      left: 20px;
      right: auto; }
  .career .link.odd {
    background-position: right; }
    .career .link.odd .circle {
      top: 20px;
      left: 20px; }
    .career .link.odd .titleBlock {
      left: auto; }
  .career .link.even {
    background-position: left; }
    .career .link.even .circle {
      top: 20px;
      left: 20px; }
  .interview-1 {
    background-image: url("../images/page-career/interview-1/main_sp.jpg"); }
  .interview .page-header .titleBlock {
    bottom: -80px;
    right: 160px; }
    .interview .page-header .titleBlock .page-header-title-en {
      margin-bottom: 25px;
      font-size: 80px; }
    .interview .page-header .titleBlock .page-header-title-ja {
      font-size: 24px; }
    .interview .page-header .titleBlock .people-content-block {
      padding: 25px 30px 20px;
      white-space: nowrap; }
    .interview .page-header .titleBlock .people-content-title {
      margin-bottom: 5px;
      font-size: 40px;
      letter-spacing: 3px; }
    .interview .page-header .titleBlock .people-content-description-department {
      margin-bottom: 10px;
      font-size: 14px; }
    .interview .page-header .titleBlock .people-content-description-name {
      font-size: 18px; }
    .interview .page-header .titleBlock .people-content-description-join {
      font-size: 12px; }
  .interview .page-header .page-header-title .circle {
    position: absolute;
    left: 9.6%;
    top: -45px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    font-size: 14px;
    color: #113280; }
    .interview .page-header .page-header-title .circle span {
      font-size: 20px; }
  .interview .page-section {
    margin-bottom: 50px; }
    .interview .page-section section::before {
      display: none; }
    .interview .page-section section {
      padding: 0px 13%; }
      .interview .page-section section .col-md-3 {
        max-width: 180px; }
      .interview .page-section section h3 {
        font-size: 20px;
        position: relative; }
        .interview .page-section section h3 .turning {
          position: relative;
          top: -20px;
          right: -10px;
          width: 70px; }
      .interview .page-section section h4 {
        font-size: 16px;
        position: relative; }
        .interview .page-section section h4 .turning {
          position: relative;
          top: -20px;
          right: -10px;
          width: 70px; }
      .interview .page-section section p {
        font-size: 14px;
        margin-bottom: 30px; }
      .interview .page-section section strong {
        font-size: 48px;
        letter-spacing: 1px;
        padding: 20px 35px;
        border-left: 1px solid #fff;
        background: url("../images/page-career/border-line.png") no-repeat left 64px; }
      .interview .page-section section strong.end {
        width: 180px;
        border: 0;
        background: url("../images/page-career/border-end.png") no-repeat left 0px;
        font-size: 40px;
        padding: 20px 35px; }
      .interview .page-section section strong.end.font-family-en {
        font-size:48px;
      }
      .interview .page-section section strong.bt::before {
        display: none; }
      .interview .page-section section div {
        padding: 25px 0 0; }
      .interview .page-section section div.single {
        padding: 45px 0 0; }
    .interview .page-section section:nth-child(odd) {
      background: #113280; }
    .interview .page-section section:nth-child(even) {
      background: #1c8fcc; }
  .interview .messageBlock {
    position: relative; }
    .interview .messageBlock img {
      width: 100%; }
    .interview .messageBlock dl {
      position: absolute;
      left: 5%;
      top: 30%;
      background-color: rgba(17, 26, 56, 0.8);
      color: #fff;
      padding: 20px;
      width: 350px; }
      .interview .messageBlock dl.right {
        left:auto;
        right:5%;
      }
      .interview .messageBlock dl dt {
        letter-spacing: 2px; }
  .interview .careerNavigation {
    padding-bottom: 100px;
    background-color: rgba(17, 50, 128, 0.8); }
    .interview .careerNavigation .block {
      position: relative;
      display: block;
      height: 520px;
      background-size: cover;
      background-repeat: no-repeat; }
      .interview .careerNavigation .block .titleBlock {
        position: absolute;
        right: 0;
        left: 0;
        bottom: -70px;
        margin: auto;
        text-align: center;
        display: block; }
        .interview .careerNavigation .block .titleBlock .page-header-title-en {
          margin-bottom: 25px;
          font-size: 80px; }
        .interview .careerNavigation .block .titleBlock .page-header-title-ja {
          font-size: 24px; }
        .interview .careerNavigation .block .titleBlock .people-content-block {
          padding: 25px 30px 20px;
          white-space: nowrap; }
        .interview .careerNavigation .block .titleBlock .people-content-title {
          margin-bottom: 5px;
          font-size: 40px;
          letter-spacing: 3px; }
        .interview .careerNavigation .block .titleBlock .people-content-description-department {
          margin-bottom: 10px;
          font-size: 14px; }
        .interview .careerNavigation .block .titleBlock .people-content-description-name {
          font-size: 18px; }
        .interview .careerNavigation .block .titleBlock .people-content-description-join {
          font-size: 12px; }
      .interview .careerNavigation .block .circle {
        position: absolute;
        top: -20px;
        right: auto;
        left: 20px;
        width: 90px;
        height: 90px;
        border-radius: 45px;
        font-size: 14px;
        color: #113280; }
        .interview .careerNavigation .block .circle span {
          font-size: 22px; }
  .interview .page-navigation {
    display: none; } }
