@charset "UTF-8";
/* ===================================

↓ヘッドタイトルcss 

=================================== */
.head_title {
  width: 100%;
  min-width: 1000px;
  height: 500px;
  background: url(../img/facility/head_main03.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  margin-bottom: 180px;
  animation: fadeIn 3.0s 0.01s;
  animation-fill-mode: both;
  /*h1*/ }
  @media only screen and (max-width: 768px) {
    .head_title {
      min-width: 100%;
      height: 180px;
      margin-bottom: 100px;
      padding-top: 150px; } }
  .head_title:before {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background-color: rgba(140, 158, 173, 0.9);
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto; }
  .head_title:after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    animation: borderAnim 1.0s ease-in-out  infinite; }
  .head_title h1 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 25px;
    letter-spacing: 0.3em;
    color: #20334d;
    background-color: #fff;
    line-height: 1.4em;
    width: 35px;
    height: 130px;
    padding: 8px 0;
    position: absolute;
    top: 180px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .head_title h1 {
        font-size: 18px;
        width: 25px;
        padding: 3px 0;
        top: 150px;
        height: 100px; } }

/*.head_title*/
/*タイトルコピー　IEの游明朝ズレの対応CSS*/
@media all and (-ms-high-contrast: none) {
  .head_title h1 {
    line-height: 1.7em; } }
/* ===================================

↓タイトルコピーcss 

=================================== */
.title_copy {
  width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
  color: #20334d;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 768px) {
    .title_copy {
      width: 90%;
      margin-bottom: 30px; } }
  .title_copy h2 {
    font-size: 22px;
    margin-bottom: 55px;
    letter-spacing: 0.3em;
    font-feature-settings: "palt"; }
    .title_copy h2 br {
      display: none; }
    @media only screen and (max-width: 768px) {
      .title_copy h2 {
        font-size: 18px;
        line-height: 2em;
        letter-spacing: 0.05em;
        margin-bottom: 35px; }
        .title_copy h2 br {
          display: block; } }
  .title_copy p {
    font-size: 14px;
    line-height: 2.5em;
    font-feature-settings: "palt"; }
    @media only screen and (max-width: 768px) {
      .title_copy p {
        text-align: left; }
        .title_copy p br {
          display: none; } }

/*.title_copy*/
/*タイトル縦棒のアニメーション*/
@keyframes borderAnim {
  0% {
    bottom: 20px; }
  100% {
    bottom: -85px; } }
@media only screen and (max-width: 768px) {
  @keyframes borderAnim {
    0% {
      bottom: 20px; }
    100% {
      bottom: -85px; } } }
/* ===================================

↓糸染め設備 css 

=================================== */
.area {
  width: 100%;
  min-width: 1000px;
  background-color: #e4e9ef;
  margin-bottom: 50px;
  /* .area_inner */ }
  @media only screen and (max-width: 768px) {
    .area {
      min-width: 100%;
      margin-bottom: 20px; } }
  .area .area_inner {
    width: 1000px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
    /*h2*/
    /*.box_long*/
    /*.box*/ }
    @media only screen and (max-width: 768px) {
      .area .area_inner {
        width: 90%;
        padding-top: 0; } }
    .area .area_inner h2 {
      font-size: 22px;
      letter-spacing: 0.2em;
      color: #20334d;
      line-height: 1.4em;
      text-align: center;
      padding-top: 20px;
      position: relative;
      margin: 0 auto 100px; }
      @media only screen and (max-width: 768px) {
        .area .area_inner h2 {
          width: 100%;
          height: auto;
          font-size: 18px;
          position: relative;
          top: 0;
          padding-top: 70px;
          margin-bottom: 50px; } }
      .area .area_inner h2:after {
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        border-left: 1px solid #8f99a6;
        border-bottom: 1px solid #8f99a6;
        transform: rotate(-45deg);
        bottom: -40px;
        right: 0;
        left: 0;
        margin: 0 auto; }
        @media only screen and (max-width: 768px) {
          .area .area_inner h2:after {
            width: 20px;
            height: 20px;
            bottom: -20px; } }
    .area .area_inner .box_long {
      background-color: #fff;
      width: 1000px;
      margin-bottom: 40px;
      overflow: hidden;
      /*dl*/ }
      @media only screen and (max-width: 768px) {
        .area .area_inner .box_long {
          width: 100%;
          margin-bottom: 20px; } }
      .area .area_inner .box_long img {
        width: 499px;
        height: 275px;
        margin-bottom: 40px;
        float: left; }
        @media only screen and (max-width: 768px) {
          .area .area_inner .box_long img {
            width: 100%;
            height: auto;
            margin-bottom: 2px;
            float: none; } }
      .area .area_inner .box_long img.right {
        float: right; }
        @media only screen and (max-width: 768px) {
          .area .area_inner .box_long img.right {
            float: none; } }
      .area .area_inner .box_long dl {
        width: 940px;
        clear: both;
        margin: 0 auto 25px;
        /*dt*/
        /*dd*/ }
        @media only screen and (max-width: 768px) {
          .area .area_inner .box_long dl {
            width: 90%;
            margin-top: 20px; } }
        .area .area_inner .box_long dl dt {
          font-size: 18px;
          position: relative;
          margin-bottom: 20px; }
          .area .area_inner .box_long dl dt br {
            display: none; }
          @media only screen and (max-width: 768px) {
            .area .area_inner .box_long dl dt {
              font-size: 16px; }
              .area .area_inner .box_long dl dt br {
                display: block; } }
          .area .area_inner .box_long dl dt:before {
            content: "";
            width: 30px;
            height: 1px;
            position: absolute;
            bottom: -10px;
            left: 0;
            background-color: #333; }
          .area .area_inner .box_long dl dt span {
            font-size: 14px;
            margin-left: 10px;
            vertical-align: 2px; }
            @media only screen and (max-width: 768px) {
              .area .area_inner .box_long dl dt span {
                font-size: 12px;
                margin-left: 0;
                vertical-align: baseline; } }
        .area .area_inner .box_long dl dd {
          font-size: 14px;
          line-height: 1.8em; }
    .area .area_inner .box {
      width: 480px;
      margin-right: 40px;
      margin-bottom: 40px;
      float: left;
      background-color: #fff;
      /*dl*/ }
      @media only screen and (max-width: 768px) {
        .area .area_inner .box {
          width: 100%;
          margin-right: 0px;
          margin-bottom: 20px;
          float: left; } }
      .area .area_inner .box img {
        width: 480px;
        height: 275px;
        margin-bottom: 40px; }
        @media only screen and (max-width: 768px) {
          .area .area_inner .box img {
            width: 100%;
            height: auto;
            margin-bottom: 0; } }
      .area .area_inner .box dl {
        width: 420px;
        clear: both;
        margin: 0 auto 25px;
        /*dt*/
        /*dd*/ }
        @media only screen and (max-width: 768px) {
          .area .area_inner .box dl {
            width: 90%;
            margin-top: 20px; } }
        .area .area_inner .box dl dt {
          font-size: 18px;
          position: relative;
          margin-bottom: 20px; }
          .area .area_inner .box dl dt br {
            display: none; }
          @media only screen and (max-width: 768px) {
            .area .area_inner .box dl dt {
              font-size: 16px;
              line-height: 1.2em; }
              .area .area_inner .box dl dt br {
                display: block; } }
          .area .area_inner .box dl dt:before {
            content: "";
            width: 30px;
            height: 1px;
            position: absolute;
            bottom: -10px;
            left: 0;
            background-color: #333; }
          .area .area_inner .box dl dt span {
            font-size: 14px;
            margin-left: 10px;
            vertical-align: 2px; }
            @media only screen and (max-width: 768px) {
              .area .area_inner .box dl dt span {
                font-size: 12px;
                margin-left: 0;
                vertical-align: baseline; } }
        .area .area_inner .box dl dd {
          font-size: 14px;
          line-height: 1.8em;
          height: 45px; }
          @media only screen and (max-width: 768px) {
            .area .area_inner .box dl dd {
              font-size: 12px;
              height: auto; } }
    .area .area_inner .box.right_b {
      margin-right: 0; }

/* .area*/
@media all and (-ms-high-contrast: none) {
  .area .area_inner h2 {
    line-height: 2.0em;
    width: 30px; } }
.area:nth-of-type(2) .area_inner {
  padding-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .area:nth-of-type(2) .area_inner {
      padding-bottom: 0x; } }

.area.even {
  background-color: #fff;
  /*.area_inner*/ }
  .area.even .area_inner {
    width: 1000px; }
    @media only screen and (max-width: 768px) {
      .area.even .area_inner {
        width: 90%;
        padding-top: 0; } }
    .area.even .area_inner .box_long {
      background-color: #e4e9ef; }
      .area.even .area_inner .box_long img.u_marjin {
        margin-bottom: 2px; }
    .area.even .area_inner .box {
      background-color: #e4e9ef; }

/*.area.even*/
/* ===================================

↓ページ内リンクボタン css 

=================================== */
.page_link {
  width: 930px;
  margin: 0 auto 100px;
  overflow: hidden;
  font-size: 14px;
  /*p a*/ }
  @media only screen and (max-width: 768px) {
    .page_link {
      width: 70%;
      margin-bottom: 50px; } }
  .page_link p a {
    width: 170px;
    display: block;
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
    border: 1px solid #a9adb5;
    color: #20334d;
    text-decoration: none;
    text-align: center;
    line-height: 2.8em;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 0.1em;
    transition: .5s; }
    @media only screen and (max-width: 768px) {
      .page_link p a {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px; } }
    .page_link p a:hover {
      color: #fff; }
    .page_link p a:before {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      border-bottom: 1px solid #20334d;
      border-right: 1px solid #20334d;
      position: absolute;
      top: 15px;
      left: 42px;
      transform: rotate(45deg);
      transition: .5s; }
      @media only screen and (max-width: 768px) {
        .page_link p a:before {
          left: 32%; } }
    .page_link p a:hover:before {
      border-color: #fff; }
    .page_link p a:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transform: scaleY(0);
      transform-origin: bottom;
      transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
      background: #20334d;
      z-index: -1; }
    .page_link p a:hover:after {
      transform: scaleY(1);
      transform-origin: top; }
  .page_link p:nth-of-type(3) a:before {
    left: 25px; }
    @media only screen and (max-width: 768px) {
      .page_link p:nth-of-type(3) a:before {
        left: 25%; } }
  .page_link p:nth-of-type(4) a:before {
    left: 50px; }
    @media only screen and (max-width: 768px) {
      .page_link p:nth-of-type(4) a:before {
        left: 34%; } }
  .page_link p:last-of-type a {
    margin-right: 0; }
    .page_link p:last-of-type a:before {
      left: 32px; }
      @media only screen and (max-width: 768px) {
        .page_link p:last-of-type a:before {
          left: 28%; } }

/*ページ内リンク　IEの游明朝ズレの対応CSS*/
@media all and (-ms-high-contrast: none) {
  .page_link p a {
    line-height: 3.2em;
    height: 43px; } }
/*　＝＝＝＝＝＝＝＝＝＝設備機器一覧＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.area.list {
  margin-bottom: 0;
  padding-bottom: 100px;
  /*.list_wrap*/ }
  @media only screen and (max-width: 768px) {
    .area.list {
      padding-bottom: 40px; } }
  .area.list h4 {
    font-size: 18px;
    width: 1000px;
    margin: 0 auto 30px;
    padding-top: 60px; }
    @media only screen and (max-width: 768px) {
      .area.list h4 {
        width: 90%;
        margin: 0 auto 20px;
        text-align: center;
        padding-top: 80px; } }
  .area.list .list_wrap {
    width: 940px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 30px 0 30px;
    overflow: hidden;
    /*.list_box*/ }
    @media only screen and (max-width: 768px) {
      .area.list .list_wrap {
        width: 90%;
        box-sizing: border-box; } }
    .area.list .list_wrap .list_box {
      width: 300px;
      float: left;
      margin-right: 20px;
      /*.list_inner*/ }
      @media only screen and (max-width: 768px) {
        .area.list .list_wrap .list_box {
          width: 100%;
          float: none;
          margin-right: 0; } }
      .area.list .list_wrap .list_box:last-of-type {
        margin-right: 0; }
      .area.list .list_wrap .list_box .list_inner {
        margin-bottom: 50px;
        font-size: 14px;
        /*p*/ }
        @media only screen and (max-width: 768px) {
          .area.list .list_wrap .list_box .list_inner {
            margin-bottom: 20px; } }
        .area.list .list_wrap .list_box .list_inner p {
          color: #fff;
          background-color: #20334d;
          padding: 5px 0 5px 5px;
          width: 295px;
          margin-bottom: 20px; }
          @media only screen and (max-width: 768px) {
            .area.list .list_wrap .list_box .list_inner p {
              width: 100%;
              margin-bottom: 10px; } }
        .area.list .list_wrap .list_box .list_inner ul li {
          line-height: 2em; }
          @media only screen and (max-width: 768px) {
            .area.list .list_wrap .list_box .list_inner ul li {
              font-size: 12px;
              line-height: 1.7em; } }

/* ----------------------三個目のエリアCSS----------------------- */
/*消えている状態から現れるアニメーション*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*じわっと拡大するアニメーション*/
@keyframes scale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.07); } }
/*はじめにブロックを伸ばすアニメーション*/
@keyframes secondaryImageOverlayIn {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
/*のびたブロックを横に追いやるアニメーション*/
@keyframes secondaryImageOverlayOut {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(102%); } }
/*のびたブロックを横に追いやるアニメーション（左へ）*/
@keyframes secondaryImageOverlayOut2 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-102%); } }
/*footer　IEの游明朝ズレの対応CSS*/
@media all and (-ms-high-contrast: none) {
  .area:nth-of-type(2) .copy_box2 .page_link p a {
    line-height: 45px; }

  .area:nth-of-type(3) .copy_box3 .page_link p a {
    line-height: 45px; } }
