@charset "UTF-8";
/* basic setting
----------------------------------------------------------- */
@media screen and (max-width: 414px) {
  .contents {
    padding-top: 60px; } }
@media screen and (min-width: 415px) {
  .contents {
    padding-top: 96px; } }

/* home
----------------------------------------------------------- */
@media screen and (max-width: 414px) {
  .pg__home .m__wce {
    margin-top: -60px;
    padding-top: 60px; } }
@media screen and (min-width: 415px) {
  .pg__home .m__wce {
    margin-top: -96px;
    padding-top: 96px; } }
.pg__home .m__wce .txt1 {
  transition: opacity 0.5s ease-in-out;
  opacity: 0; }
.pg__home .m__wce .txt2 {
  transition: opacity 0.5s ease-in-out;
  opacity: 0; }
  .pg__home .m__wce .txt2 .enhanced,
  .pg__home .m__wce .txt2 .regular {
    transition: background-color 0.5s ease-in-out;
    background-color: transparent; }
    .pg__home .m__wce .txt2 .enhanced > span,
    .pg__home .m__wce .txt2 .regular > span {
      opacity: 0; }
.pg__home .m__wce .view-more {
  transition: 0.5s ease-in-out;
  opacity: 0; }
.pg__home section.rce-message a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 0.1em;
  background-color: #092AA3; }
  .pg__home section.rce-message a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/home/bg-rce-message.png") left top repeat #092AA3;
    background-size: 14px 14px;
    transition: 0.5s ease-in-out;
    opacity: 0; }
  @media screen and (max-width: 414px) {
    .pg__home section.rce-message a {
      font-size: 24px;
      padding: 15px 0;
      line-height: 1; } }
  @media screen and (min-width: 415px) {
    .pg__home section.rce-message a {
      font-size: 48px;
      padding: 40px 0; } }
  .pg__home section.rce-message a span {
    position: relative;
    display: inline-block;
    transition: 0.5s ease-in-out; }
    .pg__home section.rce-message a span:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      background: transparent url("../images/home/message-arrow.png") left top no-repeat;
      background-size: 100%; }
    .pg__home section.rce-message a span:after {
      content: "CE Message";
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 300;
      white-space: nowrap;
      letter-spacing: 0.098em;
      transition: 0.5s ease-in-out;
      opacity: 0; }
    @media screen and (max-width: 414px) {
      .pg__home section.rce-message a span:before {
        left: -40px;
        width: 28px;
        height: 15px; } }
    @media screen and (min-width: 415px) {
      .pg__home section.rce-message a span:before {
        left: -90px;
        width: 65px;
        height: 34px; } }
  .pg__home section.rce-message a:hover:before {
    opacity: 1; }
  .pg__home section.rce-message a:hover span:after {
    color: #FFFFFF;
    opacity: 1; }
.pg__home section.engineers .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  color: #092AA3;
  font-weight: 100;
  line-height: 1.5; }
  @media screen and (max-width: 414px) {
    .pg__home section.engineers .title {
      font-size: 17.5px;
      padding: 20px 0; } }
  @media screen and (min-width: 415px) {
    .pg__home section.engineers .title {
      font-size: 50px;
      padding: 60px 0; } }
  .pg__home section.engineers .title .enhanced {
    display: block;
    font-weight: 400; }
.pg__home section.engineers nav {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 1px #092AA3;
  border-bottom: solid 1px #092AA3; }
  @media screen and (max-width: 414px) {
    .pg__home section.engineers nav {
      flex-direction: column;
      margin-bottom: 25px; }
      .pg__home section.engineers nav a {
        font-size: 15px;
        margin-top: -1px; }
        .pg__home section.engineers nav a:last-child {
          margin-bottom: -1px; } }
  @media screen and (min-width: 415px) {
    .pg__home section.engineers nav a {
      margin: -1px 0 -1px -1px; } }
.pg__home section.engineers .group-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  color: #092AA3;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.1em;
  background: url("../images/home/bg-engineers-group-name.png") left top repeat #EDEDED; }
  .pg__home section.engineers .group-name .enhanced {
    font-weight: 700;
    line-height: 1; }
  @media screen and (max-width: 414px) {
    .pg__home section.engineers .group-name {
      height: 35px;
      font-size: 10px;
      margin-bottom: 25px;
      background-size: 7px 6px; }
      .pg__home section.engineers .group-name .enhanced {
        font-size: 14px; } }
  @media screen and (min-width: 415px) {
    .pg__home section.engineers .group-name {
      height: 120px;
      font-size: 35px;
      margin-bottom: 80px;
      background-size: 14px 12px; }
      .pg__home section.engineers .group-name .enhanced {
        font-size: 45px; } }
@media screen and (max-width: 414px) {
  .pg__home section.engineers .ce-group {
    margin-bottom: 25px; } }
@media screen and (min-width: 415px) {
  .pg__home section.engineers .ce-group {
    margin-bottom: 80px; } }
.pg__home section.engineers .ce-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  border-left: solid 1px #092AA3; }
  @media screen and (max-width: 414px) {
    .pg__home section.engineers .ce-list {
      margin: 0 5vw;
      justify-content: flex-start; } }
  @media screen and (min-width: 415px) {
    .pg__home section.engineers .ce-list {
      width: 960px; } }
  .pg__home section.engineers .ce-list .ce-panel {
    position: relative;
    cursor: pointer;
    margin-top: -1px; }
    @media screen and (max-width: 414px) {
      .pg__home section.engineers .ce-list .ce-panel {
        height: 33vh; } }
    @media screen and (min-width: 415px) {
      .pg__home section.engineers .ce-list .ce-panel {
        height: 450px; } }
    .pg__home section.engineers .ce-list .ce-panel .wrap {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 100%;
      height: 100%;
      color: #092AA3;
      border-top: solid 1px #092AA3;
      border-right: solid 1px #092AA3;
      border-bottom: solid 1px #092AA3;
      background-color: #FFFFFF;
      box-sizing: border-box; }
    .pg__home section.engineers .ce-list .ce-panel .name_en {
      position: absolute;
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 0.05em;
      box-sizing: border-box;
      transition: background 0.5s; }
      @media screen and (max-width: 414px) {
        .pg__home section.engineers .ce-list .ce-panel .name_en {
          font-size: 8px; } }
      @media screen and (min-width: 415px) {
        .pg__home section.engineers .ce-list .ce-panel .name_en {
          font-size: 15px; } }
    .pg__home section.engineers .ce-list .ce-panel .description {
      position: relative;
      z-index: 2;
      display: inline-block;
      vertical-align: top; }
      .pg__home section.engineers .ce-list .ce-panel .description .copy {
        line-height: 1.2; }
      @media screen and (max-width: 414px) {
        .pg__home section.engineers .ce-list .ce-panel .description .copy {
          font-size: 12px; }
        .pg__home section.engineers .ce-list .ce-panel .description .name {
          font-size: 9px; }
        .pg__home section.engineers .ce-list .ce-panel .description p {
          font-size: 9px; } }
      @media screen and (min-width: 415px) {
        .pg__home section.engineers .ce-list .ce-panel .description .copy {
          font-size: 30px;
          padding-bottom: 10px; }
        .pg__home section.engineers .ce-list .ce-panel .description .name {
          font-size: 15px; }
        .pg__home section.engineers .ce-list .ce-panel .description p {
          font-size: 15px; } }
    @media screen and (max-width: 414px) {
      .pg__home section.engineers .ce-list .ce-panel.mini {
        width: 50%; } }
    @media screen and (min-width: 415px) {
      .pg__home section.engineers .ce-list .ce-panel.mini {
        width: 320px; } }
    .pg__home section.engineers .ce-list .ce-panel.mini:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%; }
    .pg__home section.engineers .ce-list .ce-panel.mini.blank {
      display: block;
      height: 0;
      cursor: default; }
      @media screen and (max-width: 414px) {
        .pg__home section.engineers .ce-list .ce-panel.mini.blank {
          width: 0; } }
      @media screen and (min-width: 415px) {
        .pg__home section.engineers .ce-list .ce-panel.mini.blank {
          border-top: 1px solid #FFFFFF;
          margin-top: -1px; } }
      .pg__home section.engineers .ce-list .ce-panel.mini.blank:before {
        display: none; }
    .pg__home section.engineers .ce-list .ce-panel.mini .show-icon {
      position: absolute;
      display: block; }
      .pg__home section.engineers .ce-list .ce-panel.mini .show-icon img {
        transition: transform 0.3s ease-in-out; }
      @media screen and (max-width: 414px) {
        .pg__home section.engineers .ce-list .ce-panel.mini .show-icon {
          top: 5px;
          left: 5px;
          line-height: 10px; }
          .pg__home section.engineers .ce-list .ce-panel.mini .show-icon img {
            width: 10px;
            height: 10px;
            vertical-align: top; } }
      @media screen and (min-width: 415px) {
        .pg__home section.engineers .ce-list .ce-panel.mini .show-icon {
          top: 20px;
          left: 20px; } }
    .pg__home section.engineers .ce-list .ce-panel.mini .wrap {
      transition: width 0.5s ease-in-out, background 0.5s ease-in-out, z-index 0s;
      transition-delay: 0s, 0s, 0.5s; }
      @media screen and (max-width: 414px) {
        .pg__home section.engineers .ce-list .ce-panel.mini .wrap {
          padding: 2vw 6vw 2vw 2vw; } }
      @media screen and (min-width: 415px) {
        .pg__home section.engineers .ce-list .ce-panel.mini .wrap {
          padding: 10px 38px 10px 10px; } }
      .pg__home section.engineers .ce-list .ce-panel.mini .wrap:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        box-shadow: -1px 0 0 #092AA3;
        background: url("../images/home/bg-engineer-panel_1.png") left top repeat;
        background-size: 13px 13px;
        transition: opacity 0.5s ease-in-out;
        opacity: 0; }
      .pg__home section.engineers .ce-list .ce-panel.mini .wrap:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        border: solid 2px #092AA3;
        box-sizing: border-box;
        transition: 0.5s ease-in-out;
        visibility: hidden;
        opacity: 0; }
    .pg__home section.engineers .ce-list .ce-panel.mini .pict {
      position: relative;
      z-index: 1;
      vertical-align: top; }
      @media screen and (max-width: 414px) {
        .pg__home section.engineers .ce-list .ce-panel.mini .pict {
          width: 37vw;
          height: auto;
          top: 10px;
          margin-bottom: -50%; } }
      @media screen and (max-width: 320px) {
        .pg__home section.engineers .ce-list .ce-panel.mini .pict {
          width: 34vw; } }
      @media screen and (min-width: 415px) {
        .pg__home section.engineers .ce-list .ce-panel.mini .pict {
          top: 40px; } }
    .pg__home section.engineers .ce-list .ce-panel.mini .description {
      margin-top: auto;
      margin-bottom: 0; }
      @media screen and (max-width: 414px) {
        .pg__home section.engineers .ce-list .ce-panel.mini .description {
          width: 38vw;
          transition: background 0s;
          transition-delay: 0.25s;
          background-color: #FFFFFF; } }
      @media screen and (min-width: 415px) {
        .pg__home section.engineers .ce-list .ce-panel.mini .description {
          width: 100%; } }
      .pg__home section.engineers .ce-list .ce-panel.mini .description.open {
        color: #FFFFFF;
        margin: auto; }
        @media screen and (min-width: 415px) {
          .pg__home section.engineers .ce-list .ce-panel.mini .description.open {
            width: 290px; } }
      .pg__home section.engineers .ce-list .ce-panel.mini .description p {
        overflow: hidden;
        transition: max-height 0s, margin 0s;
        transition-delay: 0.125s, 0.25s;
        max-height: 0; }
@media screen and (max-width: 414px) and (max-width: 414px) {
  .pg__home section.engineers .ce-list .ce-panel.mini.reverse--sm .description.open {
    margin-right: auto; } }

    .pg__home section.engineers .ce-list .ce-panel.mini .name_en {
      top: 0;
      right: 0;
      height: 100%;
      box-shadow: -1px 0 0 #092AA3;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; }
      @media screen and (max-width: 414px) {
        .pg__home section.engineers .ce-list .ce-panel.mini .name_en {
          width: 4vw;
          padding: 5px 0px; } }
      @media screen and (min-width: 415px) {
        .pg__home section.engineers .ce-list .ce-panel.mini .name_en {
          padding: 10px 0px; } }
    @media screen and (max-width: 414px) {
      .pg__home section.engineers .ce-list .ce-panel.mini.reverse--sm .wrap {
        left: auto;
        right: 0;
        flex-direction: row-reverse; } }
    @media screen and (min-width: 415px) {
      .pg__home section.engineers .ce-list .ce-panel.mini.reverse--md .wrap {
        left: auto;
        right: 0;
        flex-direction: row-reverse; } }
    .pg__home section.engineers .ce-list .ce-panel.show.mini .wrap {
      z-index: 2;
      transition-delay: 0s; }
      .pg__home section.engineers .ce-list .ce-panel.show.mini .wrap:before {
        opacity: 1; }
      .pg__home section.engineers .ce-list .ce-panel.show.mini .wrap:after {
        visibility: visible;
        opacity: 1; }
      @media screen and (max-width: 414px) {
        .pg__home section.engineers .ce-list .ce-panel.show.mini .wrap {
          width: 200%; } }
      @media screen and (min-width: 415px) {
        .pg__home section.engineers .ce-list .ce-panel.show.mini .wrap {
          width: 640px; } }
    .pg__home section.engineers .ce-list .ce-panel.show.mini .show-icon img {
      transform: rotate(45deg); }
    .pg__home section.engineers .ce-list .ce-panel.show.mini .description {
      animation-name: fadeInOut;
      animation-duration: 0.7s;
      animation-fill-mode: forwards; }
      .pg__home section.engineers .ce-list .ce-panel.show.mini .description p {
        transition: max-height 0s, margin 0s;
        transition-delay: 0.25s, 0.25s;
        visibility: visible; }
      @media screen and (max-width: 414px) {
        .pg__home section.engineers .ce-list .ce-panel.show.mini .description {
          background-color: transparent; }
          .pg__home section.engineers .ce-list .ce-panel.show.mini .description p {
            margin-top: 10px;
            max-height: 150px; } }
      @media screen and (min-width: 415px) {
        .pg__home section.engineers .ce-list .ce-panel.show.mini .description p {
          margin-top: 20px;
          max-height: 250px; } }
    .pg__home section.engineers .ce-list .ce-panel.show.mini .name_en {
      font-weight: 700;
      background-color: #EDEDED; }
    .pg__home section.engineers .ce-list .ce-panel.hide .description {
      animation-name: fadeInOutRev;
      animation-duration: 0.7s; }
    @media screen and (max-width: 414px) {
      .pg__home section.engineers .ce-list .ce-panel.full {
        width: 100%; } }
    @media screen and (min-width: 415px) {
      .pg__home section.engineers .ce-list .ce-panel.full {
        width: 640px; } }
    .pg__home section.engineers .ce-list .ce-panel.full .wrap {
      transition: background 0.5s ease-in-out;
      align-items: center; }
      @media screen and (max-width: 414px) {
        .pg__home section.engineers .ce-list .ce-panel.full .wrap {
          padding: 2vw 2vw 6vw; } }
      @media screen and (min-width: 415px) {
        .pg__home section.engineers .ce-list .ce-panel.full .wrap {
          padding: 25px 25px 53px; } }
      @media screen and (min-width: 415px) {
        .pg__home section.engineers .ce-list .ce-panel.full .wrap:before {
          content: "Interview";
          position: absolute;
          top: 0px;
          right: 20px;
          z-index: -1;
          display: inline-block;
          font-family: 'Roboto', sans-serif;
          font-style: normal;
          color: #FFFFFF;
          font-size: 100px;
          font-weight: 700;
          line-height: 1; }
        .pg__home section.engineers .ce-list .ce-panel.full .wrap:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          border: solid 2px #092AA3;
          box-sizing: border-box;
          transition: 0.5s ease-in-out;
          visibility: hidden;
          opacity: 0; } }
    .pg__home section.engineers .ce-list .ce-panel.full .arrow-icon {
      position: absolute; }
      @media screen and (max-width: 414px) {
        .pg__home section.engineers .ce-list .ce-panel.full .arrow-icon {
          right: 10px;
          bottom: 28px; }
          .pg__home section.engineers .ce-list .ce-panel.full .arrow-icon img {
            height: 5px;
            width: auto; } }
      @media screen and (min-width: 415px) {
        .pg__home section.engineers .ce-list .ce-panel.full .arrow-icon {
          right: 30px;
          bottom: 55px; } }
    @media screen and (max-width: 414px) {
      .pg__home section.engineers .ce-list .ce-panel.full .pict {
        width: auto;
        height: auto;
        max-width: 40vw;
        max-height: 100%; } }
    .pg__home section.engineers .ce-list .ce-panel.full .description {
      position: relative; }
      @media screen and (max-width: 414px) {
        .pg__home section.engineers .ce-list .ce-panel.full .description {
          width: calc( 100% - 40vw ); }
          .pg__home section.engineers .ce-list .ce-panel.full .description p {
            margin-top: 5px; } }
      @media screen and (min-width: 415px) {
        .pg__home section.engineers .ce-list .ce-panel.full .description {
          width: 290px; }
          .pg__home section.engineers .ce-list .ce-panel.full .description p {
            margin-top: 20px; } }
    .pg__home section.engineers .ce-list .ce-panel.full .name_en {
      bottom: 0;
      left: 0;
      width: 100%;
      text-align: right;
      padding: 0px 10px;
      border-top: solid 1px #092AA3; }
      @media screen and (max-width: 414px) {
        .pg__home section.engineers .ce-list .ce-panel.full .name_en {
          height: 4vw; } }
      .pg__home section.engineers .ce-list .ce-panel.full .name_en:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: 100%;
        height: 100%;
        background: url("../images/home/bg-engineer-panel_2.png") left top repeat;
        background-size: 13px 13px;
        transition: 0.5s ease-in-out;
        opacity: 0; }
    .pg__home section.engineers .ce-list .ce-panel.full.reverse .wrap {
      flex-direction: row-reverse; }
    .pg__home section.engineers .ce-list .ce-panel.full.reverse .arrow-icon {
      right: auto; }
      @media screen and (max-width: 414px) {
        .pg__home section.engineers .ce-list .ce-panel.full.reverse .arrow-icon {
          left: 10px; } }
      @media screen and (min-width: 415px) {
        .pg__home section.engineers .ce-list .ce-panel.full.reverse .arrow-icon {
          left: 30px; } }
    @media screen and (min-width: 415px) {
      .pg__home section.engineers .ce-list .ce-panel:hover.mini .wrap {
        background-color: #EDEDED; }
      .pg__home section.engineers .ce-list .ce-panel:hover.full .wrap {
        background-color: #EDEDED; }
        .pg__home section.engineers .ce-list .ce-panel:hover.full .wrap:after {
          visibility: visible;
          opacity: 1; }
      .pg__home section.engineers .ce-list .ce-panel:hover.full .name_en {
        font-weight: 700; }
        .pg__home section.engineers .ce-list .ce-panel:hover.full .name_en:before {
          opacity: 1; } }
  @media screen and (max-width: 414px) {
    .pg__home section.engineers .ce-list {
      /* 順序の制御：21年12月の更新で単純な降順になり停止中
      &.executive .ce-panel {
        &:nth-child(1) { order: 1; }
        &:nth-child(2) { order: 2; }
        &:nth-child(3) { order: 3; }
        &:nth-child(4) { order: 4; }
        &:nth-child(5) { order: 5; }
      }
      &.senior .ce-panel {
        &:nth-child(1) { order: 1; }
        &:nth-child(2) { order: 2; }
        &:nth-child(3) { order: 3; }
        &:nth-child(4) { order: 4; }
        &:nth-child(5) { order: 5; }
        &:nth-child(6) { order: 6; }
      }
      &.ce .ce-panel {
        &:nth-child(1) { order: 1; }
        &:nth-child(2) { order: 2; }
        &:nth-child(3) { order: 3; }
        &:nth-child(4) { order: 4; }
      }
      */ } }

@keyframes fadeInOut {
  0% {
    opacity: 1; }
  20% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInOutRev {
  0% {
    opacity: 1; }
  20% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* wce
----------------------------------------------------------- */
@media screen and (max-width: 414px) {
  .pg__wce .m__wce {
    margin-top: -60px;
    padding-top: 60px; } }
@media screen and (min-width: 415px) {
  .pg__wce .m__wce {
    margin-top: -96px;
    padding-top: 48px; }
    .pg__wce .m__wce .title {
      margin-top: 50px; } }
.pg__wce section.about-ec {
  text-align: center; }
  .pg__wce section.about-ec .message {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EDEDED; }
  @media screen and (max-width: 414px) {
    .pg__wce section.about-ec .message,
    .pg__wce section.about-ec .description {
      font-size: 12.5px; }
    .pg__wce section.about-ec .title {
      font-size: 16px;
      padding: 30px 15px; }
    .pg__wce section.about-ec .message {
      padding: 10px 0; }
    .pg__wce section.about-ec .description {
      margin: 30px 5.333333vw; }
      .pg__wce section.about-ec .description p {
        margin-bottom: 1.8em; } }
  @media screen and (min-width: 415px) {
    .pg__wce section.about-ec .title {
      font-size: 35px;
      line-height: 1.5;
      padding: 100px 0; }
    .pg__wce section.about-ec .message {
      font-size: 35px;
      line-height: 1.5;
      padding: 30px 0; }
    .pg__wce section.about-ec .description {
      margin-top: 70px;
      margin-bottom: 90px; }
      .pg__wce section.about-ec .description p {
        font-size: 18px;
        margin-bottom: 1.8em; } }
  @media screen and (max-width: 414px) {
    .pg__wce section.about-ec .e__btn {
      display: inline-flex;
      width: auto;
      padding: 0 10px;
      margin: 20px auto 50px; } }
  @media screen and (min-width: 415px) {
    .pg__wce section.about-ec .e__btn {
      width: 400px;
      margin: 0 auto 200px; } }

/* message
----------------------------------------------------------- */
@media screen and (max-width: 414px) {
  .pg__message {
    margin: 60px 5.333333vw; } }
@media screen and (min-width: 415px) {
  .pg__message {
    width: 640px;
    margin: 0 auto;
    padding: 200px 0; } }
.pg__message .page-name {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  color: #092AA3;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 414px) {
    .pg__message .page-name {
      font-size: 12.5px; } }
  @media screen and (min-width: 415px) {
    .pg__message .page-name {
      font-size: 35px;
      margin-bottom: 80px; } }
@media screen and (max-width: 414px) {
  .pg__message .statement {
    text-align: center;
    font-size: 22.5px;
    line-height: 1.4;
    margin-bottom: 50px; } }
@media screen and (min-width: 415px) {
  .pg__message .statement {
    font-size: 40px;
    margin-bottom: 120px; }
    .pg__message .statement br {
      display: none; } }
.pg__message p {
  margin-bottom: 2.1em;
  line-height: 2.1; }
  @media screen and (max-width: 414px) {
    .pg__message p {
      font-size: 12.5px; }
      .pg__message p br {
        display: none; } }
  @media screen and (min-width: 415px) {
    .pg__message p {
      font-size: 18px; } }

/* engineer
----------------------------------------------------------- */
.pg__engineer p {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph; }
.pg__engineer .sec-name {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  justify-content: flex-start;
  color: #092AA3; }
  .pg__engineer .sec-name .title {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 414px) {
      .pg__engineer .sec-name .title {
        font-size: 22.5px; } }
    @media screen and (min-width: 415px) {
      .pg__engineer .sec-name .title {
        font-size: 65px; } }
    .pg__engineer .sec-name .title span {
      display: inline-block;
      border: solid 1px;
      line-height: 1.25;
      padding: 0 0.5em; }
      .pg__engineer .sec-name .title span:first-child {
        margin-bottom: -1px; }
  .pg__engineer .sec-name .copy {
    display: inline-block;
    vertical-align: bottom; }
    @media screen and (max-width: 414px) {
      .pg__engineer .sec-name .copy {
        font-size: 12.5px; } }
    @media screen and (min-width: 415px) {
      .pg__engineer .sec-name .copy {
        font-size: 30px; } }
.pg__engineer section.profile {
  position: relative; }
  @media screen and (max-width: 414px) {
    .pg__engineer section.profile {
      margin: 50px 5.333333vw 0; } }
  @media screen and (min-width: 415px) {
    .pg__engineer section.profile {
      width: 960px;
      margin: 0 auto;
      padding-top: 100px; } }
  .pg__engineer section.profile .copy {
    font-weight: 700;
    line-height: 1.5; }
    @media screen and (max-width: 414px) {
      .pg__engineer section.profile .copy {
        font-size: 22px;
        text-align: center;
        margin: 0 -15px 10px; } }
    @media screen and (min-width: 415px) {
      .pg__engineer section.profile .copy {
        font-size: 44px;
        letter-spacing: 1px;
        margin-bottom: 30px; } }
  @media screen and (max-width: 414px) {
    .pg__engineer section.profile .set {
      position: relative;
      display: flex;
      align-items: flex-end;
      justify-content: space-between; } }
  .pg__engineer section.profile .title {
    position: relative; }
    @media screen and (max-width: 414px) {
      .pg__engineer section.profile .title {
        margin-right: -40px;
        margin-bottom: 30px;
        padding: 5px 0; } }
    @media screen and (min-width: 415px) {
      .pg__engineer section.profile .title {
        padding: 30px 0; } }
    .pg__engineer section.profile .title > span {
      display: block; }
    .pg__engineer section.profile .title .post,
    .pg__engineer section.profile .title .name_en {
      line-height: 1.5; }
      @media screen and (max-width: 414px) {
        .pg__engineer section.profile .title .post,
        .pg__engineer section.profile .title .name_en {
          font-size: 10px; } }
      @media screen and (min-width: 415px) {
        .pg__engineer section.profile .title .post,
        .pg__engineer section.profile .title .name_en {
          font-size: 15px; } }
    @media screen and (max-width: 414px) {
      .pg__engineer section.profile .title .name {
        font-size: 15px; } }
    @media screen and (min-width: 415px) {
      .pg__engineer section.profile .title .name {
        font-size: 30px; } }
    .pg__engineer section.profile .title:before {
      content: "";
      position: absolute;
      top: 0;
      display: block;
      height: 1px;
      width: 50vw;
      background-color: #092AA3; }
      @media screen and (max-width: 414px) {
        .pg__engineer section.profile .title:before {
          right: 0; } }
      @media screen and (min-width: 415px) {
        .pg__engineer section.profile .title:before {
          right: calc( 50% + 40px); } }
  @media screen and (max-width: 414px) {
    .pg__engineer section.profile .portrait {
      width: 60%;
      height: auto; } }
  @media screen and (min-width: 415px) {
    .pg__engineer section.profile .portrait {
      position: absolute;
      right: 0;
      top: 30px;
      z-index: -1; } }
  .pg__engineer section.profile .history {
    color: #092AA3;
    background-color: #EDEDED; }
    @media screen and (max-width: 414px) {
      .pg__engineer section.profile .history {
        font-size: 10px;
        padding: 15px 20px; } }
    @media screen and (min-width: 415px) {
      .pg__engineer section.profile .history {
        font-size: 16px;
        padding: 20px 40px; } }
.pg__engineer section.story {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 414px) {
    .pg__engineer section.story {
      padding: 50px 0 0; } }
  @media screen and (min-width: 415px) {
    .pg__engineer section.story {
      padding: 85px 0 60px; } }
  .pg__engineer section.story .sec {
    position: relative; }
    @media screen and (max-width: 414px) {
      .pg__engineer section.story .sec {
        margin-bottom: 60px;
        overflow: hidden; } }
    @media screen and (min-width: 415px) {
      .pg__engineer section.story .sec {
        margin-bottom: 80px; } }
    .pg__engineer section.story .sec:before {
      content: "";
      position: absolute;
      top: 0;
      display: block;
      width: 50%;
      box-sizing: border-box;
      background-color: #EDEDED;
      border-bottom: solid 1px #092AA3; }
      @media screen and (max-width: 414px) {
        .pg__engineer section.story .sec:before {
          height: 75px; } }
      @media screen and (min-width: 415px) {
        .pg__engineer section.story .sec:before {
          height: 100%; } }
    .pg__engineer section.story .sec:nth-child(odd):before {
      left: 0; }
    .pg__engineer section.story .sec:nth-child(even):before {
      right: 0; }
    .pg__engineer section.story .sec .inner {
      position: relative;
      display: flex;
      background-color: #FFFFFF; }
      @media screen and (max-width: 414px) {
        .pg__engineer section.story .sec .inner {
          margin: 0 5.333333vw; } }
      @media screen and (min-width: 415px) {
        .pg__engineer section.story .sec .inner {
          width: 960px;
          margin: 0 auto; } }
    .pg__engineer section.story .sec:nth-child(odd) .inner {
      flex-direction: row; }
    .pg__engineer section.story .sec:nth-child(even) .inner {
      flex-direction: row-reverse; }
    .pg__engineer section.story .sec .border {
      position: absolute;
      top: 0;
      z-index: 1;
      display: block;
      width: 100vw;
      border-top: solid 1px #092AA3;
      border-bottom: solid 1px #092AA3;
      background-color: #FFFFFF; }
      @media screen and (max-width: 414px) {
        .pg__engineer section.story .sec .border {
          height: 2px; } }
      @media screen and (min-width: 415px) {
        .pg__engineer section.story .sec .border {
          height: 3px; } }
    @media screen and (max-width: 414px) {
      .pg__engineer section.story .sec:nth-child(odd) .border {
        right: 0; }
      .pg__engineer section.story .sec:nth-child(even) .border {
        left: 0; } }
    @media screen and (min-width: 415px) {
      .pg__engineer section.story .sec:nth-child(odd) .border {
        right: 160px; }
      .pg__engineer section.story .sec:nth-child(even) .border {
        left: 160px; } }
    .pg__engineer section.story .sec .name {
      position: absolute;
      color: #FFFFFF;
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      font-size: 150px;
      line-height: 0.6;
      letter-spacing: 0.05em;
      opacity: 0.2;
      text-shadow: #092aa3 2px 0px 0px, #092aa3 1.75517px 0.958851px 0px, #092aa3 1.0806px 1.68294px 0px, #092aa3 0.141474px 1.99499px 0px, #092aa3 -0.832294px 1.81859px 0px, #092aa3 -1.60229px 1.19694px 0px, #092aa3 -1.97998px 0.28224px 0px, #092aa3 -1.87291px -0.701566px 0px, #092aa3 -1.30729px -1.5136px 0px, #092aa3 -0.421592px -1.95506px 0px, #092aa3 0.567324px -1.91785px 0px, #092aa3 1.41734px -1.41108px 0px, #092aa3 1.92034px -0.558831px 0px; }
      @media screen and (max-width: 414px) {
        .pg__engineer section.story .sec .name {
          display: none; } }
      .pg__engineer section.story .sec .name.pos1 {
        right: 0;
        top: -50px;
        width: 0;
        height: 0;
        transform: rotate(90deg);
        transform-origin: bottom; }
      .pg__engineer section.story .sec .name.pos2 {
        right: -70px;
        top: 60%; }
    .pg__engineer section.story .sec .numbering {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-direction: column;
      color: #092AA3;
      font-family: 'Roboto', sans-serif;
      font-style: normal;
      background: transparent url("../images/engineer/story_numbering_bg.png") left top repeat;
      border: solid 1px #092AA3;
      box-sizing: border-box; }
      .pg__engineer section.story .sec .numbering:before {
        content: "Story";
        display: block;
        color: #092AA3;
        font-size: 36px;
        font-weight: 300;
        letter-spacing: 0.15em;
        line-height: 1; }
      .pg__engineer section.story .sec .numbering > span {
        line-height: 1; }
        @media screen and (max-width: 414px) {
          .pg__engineer section.story .sec .numbering > span {
            padding: 10px 0; } }
        @media screen and (min-width: 415px) {
          .pg__engineer section.story .sec .numbering > span {
            padding: 50px 0; } }
      @media screen and (max-width: 414px) {
        .pg__engineer section.story .sec .numbering {
          position: absolute;
          z-index: 0;
          width: 20px;
          height: 75px;
          font-size: 14px;
          background-size: 10px;
          padding: 20px 0; }
          .pg__engineer section.story .sec .numbering:before {
            font-size: 25px;
            transform: rotate(90deg) translateY(-1px) scale(0.5); } }
      @media screen and (min-width: 415px) {
        .pg__engineer section.story .sec .numbering {
          width: 80px;
          font-size: 45px;
          background-size: 20px;
          padding: 70px 0; }
          .pg__engineer section.story .sec .numbering:before {
            transform: rotate(90deg) translateY(-5px); } }
    @media screen and (max-width: 414px) {
      .pg__engineer section.story .sec:nth-child(odd) .numbering {
        left: 0; }
      .pg__engineer section.story .sec:nth-child(even) .numbering {
        right: 0; } }
    @media screen and (min-width: 415px) {
      .pg__engineer section.story .sec .text {
        width: 720px; } }
    .pg__engineer section.story .sec .text .title {
      width: 100%;
      font-weight: 700; }
      @media screen and (max-width: 414px) {
        .pg__engineer section.story .sec .text .title {
          font-size: 17.5px;
          margin: 30px 0 20px; } }
      @media screen and (min-width: 415px) {
        .pg__engineer section.story .sec .text .title {
          font-size: 35px;
          margin: 90px 0; } }
    .pg__engineer section.story .sec .text .description {
      color: #092AA3; }
      @media screen and (max-width: 414px) {
        .pg__engineer section.story .sec .text .description {
          font-size: 12.5px; } }
      @media screen and (min-width: 415px) {
        .pg__engineer section.story .sec .text .description {
          width: 480px;
          font-size: 15px; } }
      .pg__engineer section.story .sec .text .description .note {
        display: block;
        margin-top: 1.8em; }
    .pg__engineer section.story .sec:nth-child(odd) .text .title {
      float: right;
      text-align: right; }
    .pg__engineer section.story .sec:nth-child(odd) .text .description {
      float: left; }
      @media screen and (min-width: 415px) {
        .pg__engineer section.story .sec:nth-child(odd) .text .description {
          margin-left: 80px; } }
    .pg__engineer section.story .sec:nth-child(even) .text .title {
      float: left;
      text-align: left; }
    .pg__engineer section.story .sec:nth-child(even) .text .description {
      float: right; }
      @media screen and (min-width: 415px) {
        .pg__engineer section.story .sec:nth-child(even) .text .description {
          margin-right: 80px; } }
    @media screen and (min-width: 415px) {
      .pg__engineer section.story .sec:nth-child(3) .text .title {
        margin-right: -160px; }
      .pg__engineer section.story .sec:nth-child(4) .text .title {
        margin-left: -160px; } }
@media screen and (max-width: 414px) {
  .pg__engineer section.career-step {
    margin: 0 5.333333vw; } }
@media screen and (max-width: 414px) {
  .pg__engineer section.career-step p.note {
    font-size: 10px;
    margin: -20px 15.999999vw 40px; } }
@media screen and (min-width: 415px) {
  .pg__engineer section.career-step p.note {
    font-size: 14px;
    margin: -30px 40px 80px; } }
@media screen and (max-width: 414px) {
  .pg__engineer section.career-step .sec-name .copy {
    margin-left: -10px; } }
@media screen and (min-width: 415px) {
  .pg__engineer section.career-step .sec-name .copy {
    margin-left: -40px; } }
.pg__engineer section.career-step .steps {
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  @media screen and (max-width: 414px) {
    .pg__engineer section.career-step .steps {
      flex-direction: column;
      margin: 25px 0 0; } }
  @media screen and (min-width: 415px) {
    .pg__engineer section.career-step .steps {
      margin: 60px 0 80px; } }
  @media screen and (max-width: 414px) {
    .pg__engineer section.career-step .steps li {
      margin: 0 15.999999vw 40px; } }
  @media screen and (min-width: 415px) {
    .pg__engineer section.career-step .steps li {
      width: 240px;
      margin: 0 40px; } }
  .pg__engineer section.career-step .steps li .years {
    color: #092AA3;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0.1em;
    border-bottom: solid 1px; }
    @media screen and (max-width: 414px) {
      .pg__engineer section.career-step .steps li .years {
        font-size: 10px;
        text-align: center;
        margin-bottom: 15px; }
        .pg__engineer section.career-step .steps li .years span {
          font-size: 25px; } }
    @media screen and (min-width: 415px) {
      .pg__engineer section.career-step .steps li .years {
        font-size: 25px;
        margin-bottom: 30px; }
        .pg__engineer section.career-step .steps li .years span {
          font-size: 75px; } }
  .pg__engineer section.career-step .steps li .title {
    line-height: 1.25; }
    @media screen and (max-width: 414px) {
      .pg__engineer section.career-step .steps li .title {
        font-size: 17.5px;
        text-align: center;
        margin-bottom: 15px; } }
    @media screen and (min-width: 415px) {
      .pg__engineer section.career-step .steps li .title {
        font-size: 30px;
        margin-bottom: 20px;
        margin-right: -40px; } }
  .pg__engineer section.career-step .steps li p {
    line-height: 1.6;
    width: 100%; }
    @media screen and (max-width: 414px) {
      .pg__engineer section.career-step .steps li p {
        font-size: 12.5px; } }
    @media screen and (min-width: 415px) {
      .pg__engineer section.career-step .steps li p {
        font-size: 15px; } }
@media screen and (max-width: 414px) {
  .pg__engineer section.must-item {
    margin: 0 5.333333vw; } }
.pg__engineer section.must-item .sec-name {
  flex-direction: row-reverse; }
  .pg__engineer section.must-item .sec-name .title {
    align-items: flex-end; }
.pg__engineer section.must-item .items {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 414px) {
    .pg__engineer section.must-item .items {
      flex-direction: column;
      margin: 40px 0 20px; } }
  @media screen and (min-width: 415px) {
    .pg__engineer section.must-item .items {
      margin: 40px 0 80px; } }
  .pg__engineer section.must-item .items li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media screen and (max-width: 414px) {
      .pg__engineer section.must-item .items li {
        margin: 0 15.999999vw 40px; } }
    @media screen and (min-width: 415px) {
      .pg__engineer section.must-item .items li {
        width: 240px;
        margin: 0 40px; } }
    .pg__engineer section.must-item .items li .pict {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
      @media screen and (max-width: 414px) {
        .pg__engineer section.must-item .items li .pict {
          margin-bottom: 20px; }
          .pg__engineer section.must-item .items li .pict img {
            width: 50%;
            height: auto; }
          .pg__engineer section.must-item .items li .pict.lengthwise img {
            height: 120px;
            width: auto; } }
      @media screen and (min-width: 415px) {
        .pg__engineer section.must-item .items li .pict {
          height: 300px;
          margin: 0 -40px; } }
    .pg__engineer section.must-item .items li p {
      width: 100%;
      line-height: 1.6; }
      @media screen and (max-width: 414px) {
        .pg__engineer section.must-item .items li p {
          font-size: 12.5px; } }
      @media screen and (min-width: 415px) {
        .pg__engineer section.must-item .items li p {
          font-size: 15px; } }
.pg__engineer section.message {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media screen and (max-width: 414px) {
    .pg__engineer section.message {
      margin-bottom: 20px; } }
  @media screen and (min-width: 415px) {
    .pg__engineer section.message {
      margin-bottom: 80px; } }
  .pg__engineer section.message .copy {
    font-weight: 700;
    text-align: center; }
    @media screen and (max-width: 414px) {
      .pg__engineer section.message .copy {
        font-size: 17.5px;
        line-height: 1.5;
        margin: 30px 0; } }
    @media screen and (min-width: 415px) {
      .pg__engineer section.message .copy {
        font-size: 35px;
        line-height: 1.25;
        margin: 80px 0 60px; } }
  .pg__engineer section.message p {
    color: #092AA3;
    font-size: 15px; }
    @media screen and (max-width: 414px) {
      .pg__engineer section.message p {
        margin: 0 5.333333vw; } }
    @media screen and (min-width: 415px) {
      .pg__engineer section.message p {
        width: 640px; } }

/* end */

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