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

section {
  width: 100%;
  position: relative;
  z-index: 1; }
  section#index {
    position: relative;
    z-index: 10; }
    section#index h2 {
      width: 100%;
      position: absolute;
      top: 10%;
      left: 0;
      text-align: center;
      font-family: Verdana;
      font-size: 50px;
      line-height: 50px;
      color: #fff; }
    section#index div {
      width: 100%;
      position: absolute;
      top: 20%;
      left: 0;
      text-align: center; }
      section#index div > p {
        font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
        font-size: 12px;
        line-height: 24px;
        color: #fff; }
        section#index div > p + p {
          margin-top: 10px;
          font-family: Verdana;
          font-size: 10px;
          line-height: 18px; }
    section#index ul {
      width: 80%;
      position: absolute;
      top: 40%;
      left: 10%;
      zoom: 1; }
      section#index ul:after {
        display: block;
        clear: both;
        content: ""; }
      section#index ul li {
        width: 30%;
        margin: 0 1.66%;
        float: left; }
        section#index ul li a {
          text-align: center;
          text-decoration: none;
          color: #fff; }
          section#index ul li a .thumbnail {
            display: block;
            position: relative;
            font-size: 0;
            line-height: 0;
            background: #143d66; }
            section#index ul li a .thumbnail img.image {
              width: 100%; }
            section#index ul li a .thumbnail img.icon {
              width: 50px;
              height: 50px;
              position: absolute;
              left: 50%;
              top: 50%;
              margin: -25px 0 0 -25px; }
          section#index ul li a h3 {
            margin: 20px auto 0;
            font-family: Verdana;
            font-size: 22px; }
          section#index ul li a 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 {
              margin: 20px auto 0;
              font-family: Verdana;
              font-size: 10px;
              line-height: 18px; }
    section#index.compact {
      padding: 5% 0;
      background: url(../images/common/pix_black_op60.png); }
      section#index.compact h2 {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 30px; }
      section#index.compact > div {
        position: relative;
        top: auto;
        left: auto;
        right: auto; }
      section#index.compact ul {
        position: relative;
        top: auto;
        left: auto;
        margin: 30px auto 0; }
  section#intro h2 {
    width: 600px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: -30px 0 0 -300px;
    text-align: center;
    font-family: Verdana;
    color: #fff;
    zoom: 1; }
    section#intro h2:after {
      display: block;
      clear: both;
      content: ""; }
    section#intro h2 strong {
      display: inline-block;
      float: left;
      font-size: 80px;
      line-height: 60px; }
    section#intro h2 em {
      display: inline-block;
      float: right;
      width: 218px;
      border: 1px solid #fff;
      font-size: 40px;
      line-height: 58px; }
  section.content {
    background-color: #fff; }
    section.content h3 {
      padding: 30px 0 50px 0;
      background-color: #e7eef3;
      text-align: center; }
      section.content h3 big {
        font-family: Verdana;
        font-size: 18px;
        line-height: 48px;
        color: #60bfbf; }
      section.content h3 strong {
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
        font-size: 32px;
        line-height: 44px;
        color: #525f66; }
      section.content h3 small {
        font-family: Verdana;
        font-size: 12px;
        line-height: 24px;
        color: #009fe7; }
    section.content > div {
      zoom: 1; }
      section.content > div:after {
        display: block;
        clear: both;
        content: ""; }
      section.content > div .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;
        width: 50%;
        padding: 5% 5% 2% 5%;
        background-color: #fff; }
        section.content > div .read p {
          font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
          font-size: 15px;
          line-height: 30px; }
          section.content > div .read p + p {
            margin-top: 20px; }
          section.content > div .read p a {
            color: #009fe7; }
            section.content > div .read p a:hover {
              text-decoration: none; }
            section.content > div .read p a.button {
              display: inline-block;
              padding: 5px 20px;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              border-radius: 5px;
              background-color: #009fe7;
              text-decoration: none;
              font-weight: bold;
              color: #fff; }
              section.content > div .read p a.button:hover {
                opacity: 0.75;
                filter: alpha(opacity=75);
                -ms-filter: "alpha(opacity=75)"; }
          section.content > div .read p small {
            font-size: 10px; }
      section.content > div .images {
        width: 50%;
        height: 100%;
        zoom: 1; }
        section.content > div .images:after {
          display: block;
          clear: both;
          content: ""; }
        section.content > div .images > div {
          width: 50%;
          position: relative;
          float: left; }
          section.content > div .images > div img {
            width: 100%;
            position: relative;
            z-index: 1; }
          section.content > div .images > div span {
            display: inline-block;
            width: 90%;
            position: absolute;
            bottom: 5%;
            left: 5%;
            z-index: 2;
            padding: 6px 0 4px 0;
            background-color: #1a1a1a;
            opacity: 0.75;
            filter: alpha(opacity=75);
            -ms-filter: "alpha(opacity=75)";
            text-align: center;
            font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
            font-size: 12px;
            line-height: 20px;
            color: #fff; }
      section.content > div .flash {
        width: 50%;
        background-color: #e7eef3;
        text-align: center; }
        section.content > div .flash #flashContent {
          width: 565px;
          margin: 50px auto;
          padding: 15px;
          background-color: #fff;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 30px; }
        section.content > div .flash object {
          vertical-align: bottom; }
      section.content > div.r-i .read {
        float: left; }
      section.content > div.r-i .images, section.content > div.r-i .flash {
        float: right; }
      section.content > div.i-r .read {
        float: right; }
      section.content > div.i-r .images, section.content > div.i-r .flash {
        float: left; }
      section.content > div.wide .images img {
        width: 100%; }
      section.content > div.column {
        width: 100%;
        position: absolute;
        bottom: -175px;
        left: 0; }
        section.content > div.column p {
          text-align: center;
          font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
          font-size: 12px;
          line-height: 20px;
          color: #fff; }
          section.content > div.column p + p {
            margin-top: 20px; }
    section.content + .content {
      margin-top: 250px; }
  section#construction {
    background-color: #fff; }
    section#construction h3 {
      width: 100%;
      position: absolute;
      top: 7%;
      left: 0;
      z-index: 2;
      padding: 30px 0 50px 0;
      text-align: center; }
      section#construction h3 big {
        font-family: Verdana;
        font-size: 18px;
        line-height: 48px;
        color: #60bfbf; }
      section#construction h3 strong {
        font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
        font-size: 32px;
        line-height: 44px;
        color: #525f66; }
      section#construction h3 small {
        font-family: Verdana;
        font-size: 12px;
        line-height: 24px;
        color: #009fe7; }
    section#construction p {
      position: absolute;
      right: 20px;
      bottom: 20px;
      z-index: 2;
      font-size: 12px;
      line-height: 30px;
      text-align: right; }
      section#construction p img {
        margin-right: 5px;
        vertical-align: middle; }
    section#construction div.area {
      position: relative;
      z-index: 1; }
      section#construction div.area div {
        width: 0;
        height: 0;
        position: absolute; }
        section#construction div.area div a {
          display: block;
          width: 120px;
          height: 40px;
          position: absolute;
          bottom: 10px;
          left: -60px;
          cursor: pointer; }
          section#construction div.area div a:hover {
            opacity: 0.75;
            filter: alpha(opacity=75);
            -ms-filter: "alpha(opacity=75)"; }
          section#construction div.area div a img.wide {
            display: block; }
          section#construction div.area div a img.small {
            display: none; }
        section#construction div.area div#port {
          top: 64%;
          left: 27%; }
        section#construction div.area div#airport {
          top: 55%;
          left: 58%; }
        section#construction div.area div#land {
          top: 61%;
          left: 72%; }
        section#construction div.area div#environment {
          top: 63%;
          left: 82%; }
        section#construction div.area div#tunnel {
          top: 79%;
          left: 52%; }
        section#construction div.area div#factory {
          top: 47%;
          left: 27%; }
        section#construction div.area div#fisheries {
          top: 51%;
          left: 18%; }
        section#construction div.area div#logistic {
          top: 46%;
          left: 47%; }
        section#construction div.area div#building {
          top: 36%;
          left: 67%; }
      section#construction div.area > img {
        width: 100%; }

div.boxContet {
  display: none;
  width: 720px;
  padding-bottom: 10px; }
  div.boxContet figure {
    position: relative; }
    div.boxContet figure figcaption {
      position: absolute;
      bottom: 10px;
      right: 10px;
      padding: 10px 20px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      background: url(../images/common/pix_black_op60.png);
      text-align: right;
      font-size: 12px;
      line-height: 20px;
      color: white; }
  div.boxContet h4 {
    width: 720px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px; }
  div.boxContet p {
    width: 720px;
    padding-top: 10px;
    font-size: 12px;
    line-height: 20px; }

.fancybox-title h4 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px; }
.fancybox-title p {
  padding-top: 10px;
  font-size: 12px;
  line-height: 20px; }

#flashContent {
  width: 565px;
  height: 585px;
  overflow: hidden; }
  #flashContent object {
    vertical-align: bottom; }

@media screen and (max-width: 1000px) {
  section#index {
    position: relative;
    z-index: 10;
    padding: 100px 0; }
    section#index h2 {
      position: relative;
      top: auto;
      left: auto; }
    section#index > div {
      width: 80%;
      position: relative;
      top: auto;
      left: auto;
      margin: 40px 10% 0; }
      section#index > div > p {
        font-size: 20px;
        line-height: 36px; }
        section#index > div > p + p {
          font-size: 14px;
          line-height: 24px; }
    section#index ul {
      width: 50%;
      position: relative;
      top: auto;
      left: auto;
      margin: 100px 25%; }
      section#index ul li {
        width: 100%;
        margin: 0;
        float: none; }
        section#index ul li + li {
          margin-top: 50px; }
        section#index ul li a p {
          font-size: 20px;
          line-height: 36px; }
          section#index ul li a p + p {
            font-size: 14px;
            line-height: 24px; }
    section#index.compact {
      padding: 100px 0; }
      section#index.compact > div {
        display: none; }
      section#index.compact ul {
        margin: 50px auto 0; }
  section.content > div .read {
    width: 100% !important;
    float: none !important;
    padding: 10% !important; }
    section.content > div .read p {
      font-size: 20px;
      line-height: 40px; }
      section.content > div .read p small {
        font-size: 15px; }
  section.content > div .images {
    width: 100% !important;
    float: none !important; }
  section#construction h3 {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    z-index: none;
    padding: 50px 0 25px 0;
    background-color: #e7eef3; }
    section#construction h3 big {
      font-size: 18px;
      line-height: 48px; }
    section#construction h3 strong {
      font-size: 32px;
      line-height: 44px; }
    section#construction h3 small {
      font-size: 12px;
      line-height: 24px; }
  section#construction p {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: none;
    background-color: #e7eef3;
    font-size: 14px;
    line-height: 30px;
    text-align: center; }
  section#construction div.area div a {
    width: 40px;
    left: -20px; }
    section#construction div.area div a img.wide {
      display: none; }
    section#construction div.area div a img.small {
      display: block; }

  div.boxContet {
    display: none;
    width: 540px;
    padding-bottom: 10px; }
    div.boxContet figure img {
      width: 100%; }
    div.boxContet figure figcaption {
      font-size: 15px;
      line-height: 20px;
      color: white; }
    div.boxContet h4 {
      width: 540px;
      margin-top: 30px;
      font-size: 22px;
      line-height: 40px; }
    div.boxContet p {
      width: 540px;
      padding-top: 20px;
      font-size: 18px;
      line-height: 36px; }

  .fancybox-title h4 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px; }
  .fancybox-title p {
    padding-top: 20px;
    font-size: 16px;
    line-height: 30px; } }
