@charset "UTF-8";
@import url("common.css");
header nav .work a {
  background-color: #009fe7; }
  header nav .work a:hover {
    color: #fff; }

section {
  width: 100%; }
  section#index {
    position: relative;
    z-index: 10;
    background: #fff; }
    section#index ul {
      zoom: 1; }
      section#index ul:after {
        display: block;
        clear: both;
        content: ""; }
      section#index ul li {
        width: 33.333%;
        border-bottom: 1px solid #f2f2f2;
        float: left; }
        section#index ul li a, section#index ul li span {
          text-decoration: none;
          color: #525f66; }
          section#index ul li a .thumbnail, section#index ul li span .thumbnail {
            display: block;
            position: relative;
            background: #143d66; }
            section#index ul li a .thumbnail img.image, section#index ul li span .thumbnail img.image {
              width: 100%;
              position: relative; }
            section#index ul li a .thumbnail img.icon, section#index ul li span .thumbnail img.icon {
              width: 50px;
              height: 50px;
              position: absolute;
              left: 50%;
              top: 50%;
              margin: -25px 0 0 -25px; }
            section#index ul li a .thumbnail div.cs, section#index ul li span .thumbnail div.cs {
              position: absolute;
              bottom: 20px;
              left: 30px;
              margin-top: -10px;
              font-family: Verdana;
              font-size: 18px;
              line-height: 30px;
              color: #999999; }
          section#index ul li a h3, section#index ul li span h3 {
            border-right: 1px solid #f2f2f2;
            padding: 20px 30px 40px 30px;
            font-size: 18px;
            line-height: 20px; }
            section#index ul li a h3 small, section#index ul li span h3 small {
              font-size: 12px;
              color: #009fe7; }
          section#index ul li a p, section#index ul li span p {
            width: 90%;
            margin: 30px auto 0;
            font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
            font-size: 12px;
            line-height: 24px; }
            section#index ul li a p + p, section#index ul li span p + p {
              margin: 20px auto 0;
              font-family: Verdana;
              font-size: 10px;
              line-height: 18px; }
        section#index ul li a:hover {
          color: #009fe7; }
        section#index ul li span .thumbnail {
          background-color: white; }
          section#index ul li span .thumbnail img {
            opacity: 0.15;
            filter: alpha(opacity=15);
            -ms-filter: "alpha(opacity=15)"; }
    section#index.compact h2 {
      padding: 40px 0 10px 0;
      background-color: #e7eef3;
      text-align: center;
      font-family: Verdana;
      font-size: 40px;
      line-height: 40px; }
    section#index.compact p {
      padding-bottom: 40px;
      background-color: #e7eef3;
      text-align: center;
      font-size: 14px;
      line-height: 20px; }
    section#index.compact ul li {
      width: 20%; }
      section#index.compact ul li a h3, section#index.compact ul li span h3 {
        font-size: 16px;
        line-height: 20px; }
        section#index.compact ul li a h3 small, section#index.compact ul li span h3 small {
          font-size: 12px; }
  section#intro > h2 {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0; }
  section#intro > div {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 30px 0;
    background: url(../images/common/pix_black_op60.png);
    color: #fff;
    zoom: 1; }
    section#intro > div:after {
      display: block;
      clear: both;
      content: ""; }
    section#intro > div > div {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 50%;
      padding: 0 20px;
      float: left; }
      section#intro > div > div + div {
        border-left: 1px dotted #808080; }
      section#intro > div > div p {
        font-size: 14px;
        line-height: 25px; }
        section#intro > div > div p + p {
          margin-top: 10px; }
        section#intro > div > div p strong {
          font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
          font-size: 30px;
          line-height: 48px; }
        section#intro > div > div p big {
          font-size: 24px; }
        section#intro > div > div p small {
          font-size: 12px; }
  section#intro .advance {
    right: 2%;
    left: auto;
    margin-left: 0; }
  section#intro.top > div {
    text-align: center;
    color: white; }
    section#intro.top > div h2 {
      font-family: Verdana;
      font-size: 60px;
      line-height: 60px; }
    section#intro.top > div p {
      width: 100%;
      margin-top: 10px;
      text-align: center;
      font-size: 15px;
      line-height: 30px; }
  section#career {
    background-color: #edf2f5; }
    section#career h3 {
      padding: 10px 20px;
      background-color: #d1dee8;
      font-family: Verdana;
      font-size: 14px;
      line-height: 30px;
      color: #6b8599; }
    section#career h4 {
      padding: 20px;
      border-left: 1px solid white;
      font-size: 18px;
      line-height: 20px;
      color: #009fe7; }
    section#career p {
      padding: 0 20px 30px 20px;
      border-left: 1px solid white;
      font-size: 14px;
      line-height: 25px; }
    section#career .bx-wrapper {
      max-width: none !important; }
    section#career .bx-controls-direction {
      width: 101px;
      height: 50px;
      overflow: hidden;
      position: absolute;
      top: -50px;
      right: 0;
      zoom: 1; }
      section#career .bx-controls-direction:after {
        display: block;
        clear: both;
        content: ""; }
      section#career .bx-controls-direction a {
        display: block;
        width: 50px;
        height: 50px;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin-top: 0;
        float: left; }
        section#career .bx-controls-direction a.bx-prev {
          margin-right: 1px;
          background: #abc1d3 url(../images/work/common/ico_prev_01.png) no-repeat center center; }
        section#career .bx-controls-direction a.bx-next {
          background: #abc1d3 url(../images/work/common/ico_next_01.png) no-repeat center center; }
        section#career .bx-controls-direction a.disabled {
          opacity: 0.25;
          filter: alpha(opacity=25);
          -ms-filter: "alpha(opacity=25)";
          cursor: default; }
  section.read {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 80px 12.5%;
    background: #fff; }
    section.read h3 {
      line-height: 40px;
      text-align: center; }
      section.read h3 big {
        font-size: 60px;
        color: #dcdfe0; }
      section.read h3 em {
        font-size: 14px;
        color: #3d9999; }
    section.read h4 {
      margin-top: 40px;
      text-align: center;
      font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
      font-size: 30px;
      line-height: 40px; }
      section.read h4 br {
        display: none; }
    section.read figure {
      width: 66.666%;
      margin: 40px auto 0; }
      section.read figure img {
        width: 100%; }
      section.read figure figcaption {
        margin-top: 10px;
        text-align: center;
        font-size: 13px;
        line-height: 20px; }
    section.read p {
      overflow: hidden;
      margin-top: 40px;
      font-size: 15px;
      line-height: 30px; }
      section.read p + p {
        margin-top: 20px; }
  section.image {
    zoom: 1; }
    section.image:after {
      display: block;
      clear: both;
      content: ""; }
    section.image > img {
      width: 25%;
      float: left; }
    section.image .video {
      position: relative;
      width: 25%;
      float: left; }
      section.image .video .pc {
        position: relative;
        background-color: black; }
        section.image .video .pc img {
          width: 100%; }
        section.image .video .pc span {
          display: block;
          width: 200px;
          height: 40px;
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -20px 0 0 -100px;
          text-align: center;
          font-family: Verdana;
          font-size: 24px;
          line-height: 40px;
          color: #fff; }
          section.image .video .pc span.play {
            width: 80px;
            height: 80px;
            margin: -40px 0 0 -40px;
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: "alpha(opacity=100)"; }
        section.image .video .pc:hover {
          cursor: pointer; }
          section.image .video .pc:hover > img {
            opacity: 0.75;
            filter: alpha(opacity=75);
            -ms-filter: "alpha(opacity=75)"; }
  section#column {
    position: relative;
    z-index: 10;
    padding: 80px 0;
    background: #edf2f5; }
    section#column > div {
      width: 90%;
      margin: 0 auto;
      zoom: 1; }
      section#column > div:after {
        display: block;
        clear: both;
        content: ""; }
      section#column > div h4 {
        margin-bottom: 20px;
        line-height: 30px;
        text-align: center; }
        section#column > div h4 big {
          font-size: 30px; }
        section#column > div h4 em {
          font-size: 12px;
          color: #3d9999; }
      section#column > div > div {
        width: 33.333%;
        position: relative;
        float: left; }
        section#column > div > div > div {
          width: 80%;
          margin: 0 auto; }
          section#column > div > div > div img {
            width: 100%; }
          section#column > div > div > div p {
            width: 100%;
            margin: 30px auto 0;
            font-size: 14px;
            line-height: 25px; }
            section#column > div > div > div p + p {
              margin: 20px auto 0;
              font-size: 10px;
              line-height: 18px; }
        section#column > div > div .bx-controls-direction a {
          width: 30px;
          height: 30px;
          top: auto;
          margin-top: -15px; }
          section#column > div > div .bx-controls-direction a.bx-prev {
            left: -15px;
            background: url(../images/work/common/ico_prev_02.png) no-repeat center center; }
          section#column > div > div .bx-controls-direction a.bx-next {
            right: -15px;
            background: url(../images/work/common/ico_next_02.png) no-repeat center center; }
          section#column > div > div .bx-controls-direction a.disabled {
            opacity: 0.25;
            filter: alpha(opacity=25);
            -ms-filter: "alpha(opacity=25)";
            cursor: default; }
        section#column > div > div .bx-default-pager {
          padding: 0;
          bottom: auto; }
          section#column > div > div .bx-default-pager .bx-pager-item a {
            background-color: #abc1d3; }
            section#column > div > div .bx-default-pager .bx-pager-item a.active {
              background-color: #7392af; }
  section#message {
    padding: 80px 25%;
    background-color: #edf2f5; }
    section#message h3 {
      margin-bottom: 20px; }
      section#message h3 big {
        color: #525f66; }
    section#message .video {
      width: 100%;
      margin: 0 auto; }
      section#message .video p {
        margin-top: 20px;
        text-align: center;
        font-size: 14px;
        line-height: 25px; }
      section#message .video .pc {
        position: relative;
        background-color: black; }
        section#message .video .pc img {
          width: 100%;
          vertical-align: bottom;
          opacity: 0.9;
          filter: alpha(opacity=90);
          -ms-filter: "alpha(opacity=90)"; }
        section#message .video .pc span {
          display: block;
          width: 200px;
          height: 40px;
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -20px 0 0 -100px;
          text-align: center;
          font-family: Verdana;
          font-size: 24px;
          line-height: 40px;
          color: #fff; }
          section#message .video .pc span.play {
            width: 80px;
            height: 80px;
            margin: -40px 0 0 -40px;
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: "alpha(opacity=100)"; }
        section#message .video .pc:hover {
          cursor: pointer; }
          section#message .video .pc:hover > img {
            opacity: 0.75;
            filter: alpha(opacity=75);
            -ms-filter: "alpha(opacity=75)"; }
      section#message .video .mobile video {
        width: 640px;
        height: 360px;
        vertical-align: bottom; }
    section#message .bx-controls-direction a {
      width: 30px;
      height: 30px;
      top: auto;
      margin-top: -15px; }
      section#message .bx-controls-direction a.bx-prev {
        left: -15px;
        background: url(../images/work/common/ico_prev_02.png) no-repeat center center; }
      section#message .bx-controls-direction a.bx-next {
        right: -15px;
        background: url(../images/work/common/ico_next_02.png) no-repeat center center; }
      section#message .bx-controls-direction a.disabled {
        opacity: 0.25;
        filter: alpha(opacity=25);
        -ms-filter: "alpha(opacity=25)";
        cursor: default; }
    section#message .bx-default-pager {
      padding: 0;
      bottom: auto; }
      section#message .bx-default-pager a {
        background-color: #abc1d3; }
        section#message .bx-default-pager a.active {
          background-color: #7392af; }

.videoContent {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #1a1a1a; }
  .videoContent span.close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)"; }
    .videoContent span.close:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "alpha(opacity=100)"; }
    .videoContent span.close img {
      width: 100%; }
  .videoContent img.size {
    position: absolute; }
  .videoContent div.size {
    position: absolute;
    background-color: aqua; }
  .videoContent video {
    position: absolute;
    vertical-align: bottom; }
  .videoContent object {
    width: 960px;
    height: 540px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -270px 0 0 -480px;
    vertical-align: bottom; }

@media screen and (max-width: 1000px) {
  section#index ul li {
    width: 50%; }
    section#index ul li a .thumbnail, section#index ul li span .thumbnail {
      background: #143d66; }
    section#index ul li a h3, section#index ul li span h3 {
      font-size: 22px;
      line-height: 30px; }
      section#index ul li a h3 small, section#index ul li span h3 small {
        font-size: 14px; }
  section#index.compact h2 {
    font-size: 40px;
    line-height: 40px; }
  section#index.compact p {
    font-size: 16px;
    line-height: 20px; }
  section#index.compact ul li {
    width: 50%; }
    section#index.compact ul li a h3, section#index.compact ul li span h3 {
      font-size: 22px;
      line-height: 30px; }
      section#index.compact ul li a h3 small, section#index.compact ul li span h3 small {
        font-size: 14px; }
  section#intro > div > div {
    width: 100%;
    float: none; }
    section#intro > div > div + div {
      margin-top: 30px;
      border-left: none; }
    section#intro > div > div p {
      font-size: 18px;
      line-height: 30px; }
      section#intro > div > div p + p {
        margin-top: 10px; }
      section#intro > div > div p strong {
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
        font-size: 30px;
        line-height: 48px; }
      section#intro > div > div p big {
        font-size: 24px; }
      section#intro > div > div p small {
        font-size: 14px; }
  section#intro.top > div p {
    font-size: 15px;
    line-height: 30px; }
  section#career h3 {
    font-size: 18px;
    line-height: 30px; }
  section#career h4 {
    font-size: 24px;
    line-height: 30px; }
  section#career p {
    font-size: 18px;
    line-height: 30px; }
  section.read {
    padding: 80px 10%; }
    section.read h3 big {
      font-size: 60px; }
    section.read h3 em {
      font-size: 18px; }
    section.read h4 {
      font-size: 30px;
      line-height: 45px; }
      section.read h4 br {
        display: inline; }
    section.read figure {
      width: 100%; }
      section.read figure figcaption {
        font-size: 16px;
        line-height: 24px; }
    section.read p {
      font-size: 20px;
      line-height: 40px; }
      section.read p + p {
        margin-top: 24px; }
  section.image > img {
    width: 50%; }
  section.image .video {
    width: 50%; }
    section.image .video .mobile {
      width: 320px;
      height: 213px;
      background-color: black; }
      section.image .video .mobile video {
        width: 100%;
        vertical-align: bottom; }
  section#column > div h4 big {
    font-size: 30px; }
  section#column > div h4 em {
    font-size: 18px; }
  section#column > div > div {
    width: 100%;
    float: none; }
    section#column > div > div + div {
      margin-top: 80px; }
    section#column > div > div > div p {
      margin: 40px auto 0;
      font-size: 20px;
      line-height: 40px; }
      section#column > div > div > div p + p {
        font-size: 14px;
        line-height: 18px; }
    section#column > div > div .bx-controls-direction a {
      width: 60px;
      height: 60px;
      top: auto;
      margin-top: -30px; }
      section#column > div > div .bx-controls-direction a.bx-prev {
        left: -30px;
        background: url(../images/work/common/ico_prev_03.png) no-repeat center center;
        background-size: 60px; }
      section#column > div > div .bx-controls-direction a.bx-next {
        right: -30px;
        background: url(../images/work/common/ico_next_03.png) no-repeat center center;
        background-size: 60px; }
    section#column > div > div .bx-default-pager a {
      width: 20px;
      height: 20px;
      border-radius: 10px; }
  section#message {
    padding: 80px;
    background-color: #edf2f5; }
    section#message .video p {
      font-size: 18px;
      line-height: 30px; }
    section#message .video .mobile video {
      width: 480px;
      height: 270px;
      vertical-align: bottom; }
    section#message .bx-controls-direction a {
      width: 60px;
      height: 60px;
      margin-top: -30px; }
      section#message .bx-controls-direction a.bx-prev {
        left: -30px;
        background: url(../images/work/common/ico_prev_03.png) no-repeat center center;
        background-size: 60px; }
      section#message .bx-controls-direction a.bx-next {
        right: -30px;
        background: url(../images/work/common/ico_next_03.png) no-repeat center center;
        background-size: 60px; }
      section#message .bx-controls-direction a.disabled {
        opacity: 0.25;
        filter: alpha(opacity=25);
        -ms-filter: "alpha(opacity=25)";
        cursor: default; }
    section#message .bx-default-pager {
      height: 20px; }
      section#message .bx-default-pager .bx-pager-item a {
        width: 20px;
        height: 20px;
        border-radius: 10px; } }

@media screen and (max-width: 1000px) and (orientation: portrait) {
  .ishiuchiImage img {
    left: -32% !important; }
  .nagasawaImage img {
    left: -64% !important; }
  .oshimaImage img {
    left: -72% !important; }
  .takiguchiImage img {
    left: -72% !important; }
  .kurodaImage img {
    left: -32% !important; }
  .itagakiImage img {
    left: -72% !important; }
  .uekiImage img {
    left: -44% !important; }
  .shimuraImage img {
    left: -40% !important; }
  .kawakamiImage img {
    left: -8% !important; }
  .takasakiImage img {
    left: -24% !important; }
  .ueharaImage img {
    left: -32% !important; }
  .kanesakaImage img {
    left: -64% !important; } }
