@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
ページ　ヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
.common-page-header {
  margin: 140px auto 0;
  width: 90%; }
  @media (min-width: 1200px) {
    .common-page-header {
      margin: 200px auto 0; } }
  .common-page-header.ceo-real {
    width: 100%;
    margin: auto; }
    .common-page-header.ceo-real .title-txt {
      text-align: left; }
    .common-page-header.ceo-real p {
      margin: 20px auto 0 0; }
      @media (min-width: 1200px) {
        .common-page-header.ceo-real p {
          margin: 40px auto 0 0; } }
  .common-page-header .title-txt {
    text-align: center;
    color: #000; }
    .common-page-header .title-txt h6 {
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 0.9em;
      line-height: 1.0em; }
      @media (min-width: 768px) {
        .common-page-header .title-txt h6 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        .common-page-header .title-txt h6 {
          font-size: 1.125em; } }
    .common-page-header .title-txt h1 {
      font-size: 1.5em;
      line-height: 1.2em; }
      @media (min-width: 768px) {
        .common-page-header .title-txt h1 {
          font-size: 2em; } }
      @media (min-width: 1200px) {
        .common-page-header .title-txt h1 {
          font-size: 3em; } }
    @media (min-width: 768px) {
      .common-page-header .title-txt .form-title {
        display: flex;
        align-items: center;
        justify-content: center; } }
    .common-page-header .title-txt .form-title h6 {
      font-size: 0.9em;
      font-weight: bold;
      line-height: 1.0em;
      text-align: center;
      border: 1px solid #000000;
      border-radius: 40px;
      margin: 8px auto 5px;
      padding: 8px 20px 3px;
      width: 100px; }
      @media (min-width: 768px) {
        .common-page-header .title-txt .form-title h6 {
          font-size: 1.0em;
          margin: 7px 10px 0 0;
          width: auto; } }
      @media (min-width: 1200px) {
        .common-page-header .title-txt .form-title h6 {
          font-size: 1.6em; } }
  .common-page-header p {
    font-size: 0.8em;
    line-height: 1.6em;
    text-align: justify;
    margin: 20px auto 0;
    max-width: 620px; }
    @media (min-width: 768px) {
      .common-page-header p {
        font-size: 0.9em; } }
    @media (min-width: 1200px) {
      .common-page-header p {
        font-size: 1.0em;
        margin: 40px auto 0; } }

.page-nation {
  position: absolute;
  top: 70px;
  left: 5%; }
  @media (min-width: 768px) {
    .page-nation {
      top: 100px; } }
  .page-nation.blanc ul li {
    color: #fff; }
    .page-nation.blanc ul li:not(:last-child):after {
      border-top: 1px solid #fff;
      content: ""; }
    .page-nation.blanc ul li a {
      color: #fff; }
      .page-nation.blanc ul li a::after {
        background: #fff; }
  .page-nation ul {
    display: flex; }
    .page-nation ul li {
      display: inline-block;
      font-size: 0.7em;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      margin-right: 5px; }
      @media (min-width: 768px) {
        .page-nation ul li {
          font-size: 0.8em; } }
      .page-nation ul li:not(:last-child) {
        display: flex;
        align-items: center;
        justify-content: center; }
        .page-nation ul li:not(:last-child):after {
          border-top: 1px solid #000;
          content: "";
          width: 10px;
          margin-left: 5px; }
      .page-nation ul li a {
        position: relative;
        color: #000; }
        .page-nation ul li a::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #000;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
        .page-nation ul li a:hover::after {
          transform-origin: left top;
          transform: scale(1, 1); }

/*
---------------------------------------------------------------------------------------------------------------------
メニュー
---------------------------------------------------------------------------------------------------------------------
*/
#menu {
  max-width: 900px;
  margin: 40px auto 0;
  width: 90%; }
  @media (min-width: 768px) {
    #menu {
      margin: 80px auto 0; } }
  @media (min-width: 1200px) {
    #menu {
      margin: 140px auto 0; } }
  @media (min-width: 1024px) {
    #menu .o-4column .col-lg-4 {
      padding: 0 20px; }
    #menu .o-4column {
      margin: 0 -20px; } }
  #menu .common-btn {
    position: relative;
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 1200px) {
      #menu .common-btn {
        margin-bottom: 60px; } }
    #menu .common-btn a .btn-type1 {
      padding: 0 5px 20px 0; }
    #menu .common-btn a svg {
      transform: rotate(90deg);
      position: absolute;
      right: 0; }

p {
  font-size: 0.9em;
  line-height: 1.8em; }
  @media (min-width: 768px) {
    p {
      font-size: 1.0em; } }
  @media (min-width: 1200px) {
    p {
      font-size: 1.125em; } }

.bleu {
  color: #1E58DE;
  font-weight: bold; }

.about-common-title {
  text-align: center; }
  .about-common-title h1 {
    font-size: 1.4em;
    line-height: 1.4em; }
    @media (min-width: 768px) {
      .about-common-title h1 {
        font-size: 2.5em; } }
    @media (min-width: 1200px) {
      .about-common-title h1 {
        font-size: 3.6em; } }
  .about-common-title .midashi {
    text-align: center;
    padding: 0 5%;
    margin: 30px auto 0;
    max-width: 1000px; }
    @media (min-width: 1200px) {
      .about-common-title .midashi {
        margin: 60px auto 0; } }
    .about-common-title .midashi.form h2 {
      padding: 15px 40px; }
      @media (min-width: 1200px) {
        .about-common-title .midashi.form h2 {
          padding: 20px 60px; } }
    .about-common-title .midashi h2 {
      font-size: 1.25em; }
      @media (min-width: 768px) {
        .about-common-title .midashi h2 {
          font-size: 1.75em; } }
      @media (min-width: 1200px) {
        .about-common-title .midashi h2 {
          font-size: 2.25em; } }
    .about-common-title .midashi h3 {
      font-size: 1.125em;
      text-align: justify; }
      @media (min-width: 768px) {
        .about-common-title .midashi h3 {
          font-size: 1.5em; } }
      @media (min-width: 1200px) {
        .about-common-title .midashi h3 {
          font-size: 1.75em; } }
    .about-common-title .midashi h2, .about-common-title .midashi h3 {
      position: relative;
      display: inline-block;
      font-weight: 900;
      font-feature-settings: "palt";
      line-height: 1.4em;
      letter-spacing: 0.04em;
      padding: 20px 30px; }
      @media (min-width: 1200px) {
        .about-common-title .midashi h2, .about-common-title .midashi h3 {
          padding: 44px 40px; } }
      .about-common-title .midashi h2 .bleu, .about-common-title .midashi h3 .bleu {
        color: #1E58DE; }
      .about-common-title .midashi h2::before, .about-common-title .midashi h2::after, .about-common-title .midashi h3::before, .about-common-title .midashi h3::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 100%; }
      .about-common-title .midashi h2::before, .about-common-title .midashi h3::before {
        box-sizing: border-box;
        border-left: solid 3px #223588;
        border-top: solid 3px #223588;
        top: 0;
        left: 0; }
      .about-common-title .midashi h2::after, .about-common-title .midashi h3::after {
        box-sizing: border-box;
        border-right: solid 3px #223588;
        border-bottom: solid 3px #223588;
        bottom: 0;
        right: 0; }
      .about-common-title .midashi h2::before, .about-common-title .midashi h3::before {
        border-bottom: solid 3px #223588; }
      .about-common-title .midashi h2::after, .about-common-title .midashi h3::after {
        border-top: solid 3px #223588; }

.common-txt {
  margin: 40px auto 0;
  max-width: 580px;
  width: 90%; }
  .common-txt p {
    font-size: 0.9em;
    line-height: 1.8em;
    text-align: justify; }
    @media (min-width: 1200px) {
      .common-txt p {
        font-size: 1.0em; } }
  .common-txt ul {
    text-align: center;
    margin: 15px auto; }
    @media (min-width: 1200px) {
      .common-txt ul {
        margin: 30px auto; } }
    .common-txt ul li {
      margin-bottom: 10px; }
      .common-txt ul li:last-child {
        margin-bottom: 0; }
      .common-txt ul li h3 {
        font-size: 1.125em;
        line-height: 1.4em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em; }
        @media (min-width: 768px) {
          .common-txt ul li h3 {
            font-size: 1.35em; } }
        @media (min-width: 1200px) {
          .common-txt ul li h3 {
            font-size: 1.75em; } }

.back-photo {
  margin-top: -20px; }
  @media (min-width: 1200px) {
    .back-photo {
      margin-top: -40px; } }

/*
---------------------------------------------------------------------------------------------------------------------
社長の本音。
---------------------------------------------------------------------------------------------------------------------
*/
.ceo-speech {
  margin-top: 20px; }
  @media (min-width: 1200px) {
    .ceo-speech {
      margin-top: 40px; } }
  .ceo-speech .ceo-speech-in {
    display: flex; }
    .ceo-speech .ceo-speech-in .txt-area {
      width: 70%;
      padding-right: 20px; }
      .ceo-speech .ceo-speech-in .txt-area h3 {
        position: relative;
        background: linear-gradient(to right, #42A2FF, #42A2FF 30%, #1E58DE);
        border-radius: 50px;
        display: inline-block;
        padding: 9px 20px 10px;
        font-size: 0.9em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        text-align: center;
        color: #fff; }
        @media (min-width: 768px) {
          .ceo-speech .ceo-speech-in .txt-area h3 {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          .ceo-speech .ceo-speech-in .txt-area h3 {
            font-size: 1.125em; } }
        .ceo-speech .ceo-speech-in .txt-area h3:after {
          content: "";
          position: absolute;
          bottom: -10px;
          left: 30px;
          width: 0px;
          height: 0px;
          margin: auto;
          border-style: solid;
          border-color: #42A2FF transparent transparent transparent;
          border-width: 10px 8px 0 8px; }
      .ceo-speech .ceo-speech-in .txt-area h4 {
        margin-top: 20px; }
      .ceo-speech .ceo-speech-in .txt-area p {
        font-weight: bold;
        line-height: 1.4em;
        margin-top: 10px; }
      .ceo-speech .ceo-speech-in .txt-area .common-btn {
        margin-top: 20px; }
        @media (min-width: 1200px) {
          .ceo-speech .ceo-speech-in .txt-area .common-btn {
            margin-top: 40px; } }
    .ceo-speech .ceo-speech-in .ceo-photo {
      width: 30%;
      margin-top: 60px; }
  .ceo-speech .common-btn.center {
    margin: 20px auto 0;
    display: flex;
    justify-content: center; }

/*
---------------------------------------------------------------------------------------------------------------------
社員　名前　役職入社年度
---------------------------------------------------------------------------------------------------------------------
*/
.people-name {
  display: flex;
  align-items: center; }
  .people-name h4 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 2em;
    line-height: 1.0em; }
    @media (min-width: 768px) {
      .people-name h4 {
        font-size: 2.5em; } }
    @media (min-width: 1200px) {
      .people-name h4 {
        font-size: 3em; } }
  .people-name h5 {
    font-size: 0.7em;
    font-weight: 400;
    line-height: 1.25em; }
    @media (min-width: 768px) {
      .people-name h5 {
        font-size: 0.9em; } }

/*
---------------------------------------------------------------------------------------------------------------------
キャリアフロー
---------------------------------------------------------------------------------------------------------------------
*/
.career-flow {
  overflow: scroll;
  padding: 0 20px 10px 30px; }
  @media (min-width: 768px) {
    .career-flow {
      padding: 0 20px 20px 40px; } }
  @media (min-width: 1200px) {
    .career-flow {
      padding: 0 40px 15px 60px; } }
  .career-flow::-webkit-scrollbar:vertical {
    width: 0;
    height: 0;
    /* 必要に応じて */ }
  .career-flow::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0); }
  .career-flow::-webkit-scrollbar {
    height: 4px; }
  .career-flow::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.5); }
  .career-flow.page-work::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1); }
  .career-flow.page-work::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(111, 111, 111, 0.8); }
  .career-flow ul {
    display: flex;
    padding-top: 10px; }
    @media (min-width: 768px) {
      .career-flow ul {
        width: auto; } }
    .career-flow ul.one {
      width: 100%; }
      .career-flow ul.one li {
        width: 100%; }
    .career-flow ul.two {
      width: 400px; }
    .career-flow ul.three {
      width: 600px; }
    .career-flow ul.fore {
      width: 800px; }
    .career-flow ul.five {
      width: 1000px; }
    .career-flow ul.six {
      width: 1200px; }
    .career-flow ul.page-work li {
      color: #000; }
      .career-flow ul.page-work li .line {
        border-top: 2px solid #000; }
        .career-flow ul.page-work li .line::before {
          content: "";
          background-color: #000; }
    .career-flow ul li {
      padding: 0 10px;
      width: 200px;
      color: #fff; }
      .career-flow ul li:first-child {
        padding-left: 0; }
      .career-flow ul li:last-child {
        padding-right: 0; }
      .career-flow ul li .line {
        margin-bottom: 16px;
        position: relative;
        border-top: 2px solid #fff; }
        .career-flow ul li .line::before {
          content: "";
          position: absolute;
          top: -7px;
          left: 0;
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background-color: #fff; }
      .career-flow ul li h4 {
        font-size: 0.9em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em; }
        @media (min-width: 1024px) {
          .career-flow ul li h4 {
            font-size: 1.0em; } }
      .career-flow ul li p {
        font-size: 0.8em !important;
        line-height: 1.4em !important;
        margin-top: 10px !important; }
        @media (min-width: 1024px) {
          .career-flow ul li p {
            font-size: 0.9em !important; } }

.contact-area {
  padding-top: 60px; }
  @media (min-width: 1200px) {
    .contact-area {
      padding-top: 160px; } }
