@charset "UTF-8";
@import url(reset.css);
.row-eq-height {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }

html {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%; }

body {
  opacity: 0;
  -webkit-transition: all 4s;
  transition: all 4s;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  /*font-family: "FP-ヒラギノ角ゴ ProN";*/
  /*    animation: fadeIn 5s ease 0s 1 normal;
      -webkit-animation: fadeIn 5s ease 0s 1 normal;*/ }
  @media screen and (max-width: 1000px) {
    body {
      font-size: 100% !important; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
p {
  color: #323232; }

.open-sans {
  font-family: 'Open Sans', sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  -webkit-transition: all 1s;
  transition: all 1s; }

.text-center {
  text-align: center; }

.ovr-hdn {
  overflow: hidden; }

.posi-rel {
  position: relative; }

.sp {
  /*    display: none !important;
      @media screen and (max-width: $small) {
          display:block !important;
      }*/ }

/*.pc{
    @media screen and (max-width: $small) {
        display:none !important;
    }
}*/
a, button {
  -webkit-transition: all 1s;
  transition: all 1s;
  text-decoration: none; }
  a img, button img {
    /*@include trans10;*/ }

li {
  list-style: none; }

b {
  font-family: "FP-ヒラギノ角ゴ ProN W6"; }

img {
  height: auto; }

img[src$=".svg"] {
  height: auto; }

.fadein-down {
  opacity: 0;
  top: -120px !important;
  -webkit-transition: all 3s;
  transition: all 3s; }
  @media screen and (max-width: 640px) {
    .fadein-down {
      opacity: 0;
      top: auto !important;
      bottom: -120px !important; } }
  .fadein-down.active {
    opacity: 1;
    top: 0px !important; }
    @media screen and (max-width: 640px) {
      .fadein-down.active {
        opacity: 1;
        top: auto !important;
        bottom: 0px !important; } }

.fadein-up {
  position: relative;
  opacity: 0;
  bottom: -120px !important;
  -webkit-transition: all 3s;
  transition: all 3s;
  /*    @media screen and ( max-width: $small ){
          opacity: 1;
          bottom: 0px !important;
      }*/ }
  .fadein-up.active {
    opacity: 1;
    bottom: 0px !important; }

.fadein-up-top {
  position: relative;
  opacity: 0;
  top: 20px !important;
  -webkit-transition: all 3s;
  transition: all 3s; }
  @media screen and (max-width: 640px) {
    .fadein-up-top {
      opacity: 1;
      top: auto !important;
      bottom: -120px !important; } }
  .fadein-up-top.active {
    opacity: 1;
    top: -90px !important; }
    @media screen and (max-width: 640px) {
      .fadein-up-top.active {
        top: auto !important;
        bottom: 0px !important; } }

.fadein-right {
  position: relative;
  opacity: 0;
  right: -120px !important;
  -webkit-transition: all 3s;
  transition: all 3s;
  /*    @media screen and ( max-width: $small ){
          opacity: 1;
          right: 0px !important;
      }*/ }
  .fadein-right.active {
    opacity: 1;
    right: 0px !important; }

.fadein-left {
  position: relative;
  opacity: 0;
  left: -50px !important;
  -webkit-transition: all 3s;
  transition: all 3s;
  /*    @media screen and ( max-width: $small ){
          opacity: 1;
          left: 0px !important;
      }*/ }
  .fadein-left.active {
    opacity: 1;
    left: 0px !important; }

@keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent; }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent; }
  50% {
    fill: transparent; }
  100% {
    stroke-dashoffset: 0;
    fill: #9bdb86; } }
@-webkit-keyframes hello {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent; }
  40% {
    stroke-dashoffset: 2000;
    fill: transparent; }
  50% {
    fill: transparent; }
  100% {
    stroke-dashoffset: 0;
    fill: #9bdb86; } }
/*.st0 {
        fill:#fff;
        stroke:#fff;
        fill:rgba(255,255,255,0);
        stroke-width:0.5px;
        stroke-DASHarray: 3000;
        stroke-DASHoffset:3000;
        -moz-animation:lineAnime 3s ease-in-out .5s forwards;
        -webkit-animation:lineAnime 3s ease-in-out .5s forwards;
        -o-animation:lineAnime 3s ease-in-out .5s forwards;
        animation:lineAnime 3s ease-in-out .5s forwards;
        -webkit-transition:all .3s ease-in-out;
        transition:all .3s ease-in-out;
}

.home .path {
        -moz-animation:lineAnime 2s ease-in-out .5s forwards;
        -webkit-animation:lineAnime 2s ease-in-out .5s forwards;
        -o-animation:lineAnime 2s ease-in-out .5s forwards;
        animation:lineAnime 2s ease-in-out .5s forwards;
        -webkit-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;
}

@keyframes lineAnime{
        0%  {stroke-DASHoffset:3000;fill:rgba(255,255,255,0);}
        70% {stroke-DASHoffset:2700;fill:rgba(255,255,255,0);}
        100%{stroke-DASHoffset:0;fill:rgba(255,255,255,100);}
}

@-moz-keyframes lineAnime{
        0%  {stroke-DASHoffset:3000;fill:rgba(255,255,255,0);}
        70% {stroke-DASHoffset:2700;fill:rgba(255,255,255,0);}
        100%{stroke-DASHoffset:0;fill:rgba(255,255,255,100);}
}

@-webkit-keyframes lineAnime{
        0%  {stroke-DASHoffset:3000;fill:rgba(255,255,255,0);}
        70% {stroke-DASHoffset:2700;fill:rgba(255,255,255,0);}
        100%{stroke-DASHoffset:0;fill:rgba(255,255,255,100);}
}

@-o-keyframes lineAnime{
        0%  {stroke-DASHoffset:3000;fill:rgba(255,255,255,0);}
        70% {stroke-DASHoffset:2700;fill:rgba(255,255,255,0);}
        100%{stroke-DASHoffset:0;fill:rgba(255,255,255,100);}
}

@-ms-keyframes lineAnime{
        0%  {stroke-DASHoffset:3000;fill:rgba(255,255,255,0);}
        50% {stroke-DASHoffset:2700;fill:rgba(255,255,255,0);}
        100%{stroke-DASHoffset:0;fill:rgba(255,255,255,100);}
}*/
.nav-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073c83;
  z-index: 95;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 1s;
  transition: all 1s; }
  .nav-layer.active {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

.drawer-btn span {
  height: 2px;
  background-color: #FFF; }

.drawer-btn {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 90px;
  height: 90px;
  border-radius: 0;
  border: none;
  background-color: #073c83;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  z-index: 100; }
  @media screen and (max-width: 1280px) {
    .drawer-btn {
      display: block; } }
  @media screen and (max-width: 640px) {
    .drawer-btn {
      width: 80px;
      height: 80px; } }
  @media screen and (max-width: 480px) {
    .drawer-btn {
      /*width: 48%;*/ } }

.drawer-btn_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 45px;
  height: 45px;
  margin: auto; }
  @media screen and (max-width: 640px) {
    .drawer-btn_inner {
      width: 35px;
      height: 35px; } }

.btn_border {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 2px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: top 0.1s ease-in-out, margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.2s, -webkit-transform 0.15s ease 0s;
  transition: top 0.1s ease-in-out, margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.2s, -webkit-transform 0.15s ease 0s;
  transition: top 0.1s ease-in-out, margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.2s, transform 0.15s ease 0s;
  transition: top 0.1s ease-in-out, margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.2s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s; }

.border01 {
  margin-top: -10px; }
  @media screen and (max-width: 640px) {
    .border01 {
      margin-top: -8px; } }

.border03 {
  margin-top: 10px; }
  @media screen and (max-width: 640px) {
    .border03 {
      margin-top: 8px; } }

.current.drawer-btn {
  background-color: #FFF;
  /*right: 20px;*/ }

.current.drawer-btn span {
  background-color: #073c83; }

.current.drawer-btn .border01 {
  top: 50%;
  margin-top: 0 !important;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.15s ease 0.26s;
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.15s ease 0.26s;
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s, -webkit-transform 0.15s ease 0.26s; }

.current.drawer-btn .border02 {
  top: 50%;
  -webkit-transition: .2s ease .1s;
  transition: .2s ease .1s;
  opacity: 0; }

.current.drawer-btn .border03 {
  top: 50%;
  margin-top: 0 !important;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.15s ease 0.26s;
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.15s ease 0.26s;
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s, -webkit-transform 0.15s ease 0.26s; }

.owl-carousel .owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #f0f0f0;
  border-radius: 0;
  top: -50px;
  bottom: 0;
  left: 0;
  margin: auto; }
  @media screen and (max-width: 640px) {
    .owl-carousel .owl-prev {
      background: rgba(240, 240, 240, 0.7); } }

.owl-carousel .owl-prev:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 30px;
  height: 7px;
  background: url(../img/arrow.svg) no-repeat center center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin: auto; }

.owl-carousel .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #f0f0f0;
  border-radius: 0;
  top: -50px;
  bottom: 0;
  right: 0px;
  margin: auto; }
  @media screen and (max-width: 640px) {
    .owl-carousel .owl-next {
      background: rgba(240, 240, 240, 0.7); } }

.owl-carousel .owl-next:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 30px;
  height: 7px;
  background: url("../img/arrow.svg") no-repeat center center;
  margin: auto; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 1s;
  transition: all 1s; }
  header.scroll {
    position: fixed;
    height: 89px;
    background-color: #FFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 1280px) {
      header.scroll {
        height: 89px; } }
    @media screen and (max-width: 640px) {
      header.scroll {
        height: 80px; } }
    header.scroll .gnav li a {
      color: #323232; }
      header.scroll .gnav li a:before {
        background-color: #323232; }
    header.scroll .gnav li.contact-btn a {
      color: #FFF; }
  @media screen and (max-width: 1280px) {
    header.on {
      position: fixed;
      height: 90px;
      background-color: #FFF;
      z-index: 100; } }
  @media screen and (max-width: 640px) {
    header.on {
      height: 80px; } }
  header.on .gnav li a {
    color: #FFF; }
  header.on .gnav li.contact-btn a {
    color: #323232; }
  header h1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px 0 0 30px; }
    @media screen and (max-width: 480px) {
      header h1 {
        width: 60%;
        margin: 25px 0 0 15px; } }
    header h1 a {
      display: block; }
    @media screen and (max-width: 1280px) {
      header h1 img {
        width: 360px; } }
    @media screen and (max-width: 640px) {
      header h1 img {
        width: 280px; } }
    @media screen and (max-width: 480px) {
      header h1 img {
        width: 100%; } }

.gnav {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0px; }
  @media screen and (max-width: 1280px) {
    .gnav {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      text-align: left;
      z-index: 100; } }
  @media screen and (max-width: 1280px) {
    .gnav .gnav-inner {
      position: relative;
      top: 110px;
      padding-bottom: 150px;
      overflow-y: scroll;
      height: 100%; } }
  @media screen and (max-width: 640px) {
    .gnav .gnav-inner {
      top: 90px; } }
  .gnav li {
    float: left;
    padding: 0 1em; }
    @media screen and (max-width: 1280px) {
      .gnav li {
        float: none;
        text-align: center; } }
    .gnav li a {
      position: relative;
      display: block;
      /*min-width: 100px;*/
      font-size: 13px;
      letter-spacing: 0.2em;
      color: #FFF;
      text-align: center;
      padding: 0 0 3px;
      margin-top: 36px; }
      @media screen and (max-width: 1280px) {
        .gnav li a {
          width: 100%;
          font-size: 16px;
          font-family: "FP-ヒラギノ角ゴ ProN W6";
          text-align: left;
          border-bottom: 1px solid #FFF;
          padding: 18px 1.5em 16px;
          margin-top: 0px; } }
      @media screen and (max-width: 640px) {
        .gnav li a {
          font-size: 15px; } }
      @media screen and (max-width: 1280px) {
        .gnav li a.pc {
          display: none; } }
      .gnav li a.sp-toggle-link {
        display: none; }
        @media screen and (max-width: 1280px) {
          .gnav li a.sp-toggle-link {
            display: block; } }
        .gnav li a.sp-toggle-link:before {
          display: block;
          content: '';
          position: absolute;
          top: 20px;
          left: auto;
          right: 33px;
          width: 2px;
          height: 16px;
          background-color: #FFF !important;
          -webkit-transition: all 1s;
          transition: all 1s; }
        .gnav li a.sp-toggle-link:after {
          display: block;
          content: '';
          position: absolute;
          top: 26px;
          right: 26px;
          width: 16px;
          height: 2px;
          background-color: #FFF;
          -webkit-transition: all 1s;
          transition: all 1s; }
        .gnav li a.sp-toggle-link.on {
          border-bottom: none; }
          .gnav li a.sp-toggle-link.on:before {
            background-color: #FFF;
            -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg); }
          .gnav li a.sp-toggle-link.on:after {
            background-color: #FFF; }
      .gnav li a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0;
        height: 1px;
        background-color: #FFF;
        -webkit-transition: all 1s;
        transition: all 1s;
        margin: 0 auto; }
        @media screen and (max-width: 1280px) {
          .gnav li a:before {
            display: none; } }
      .gnav li a:hover {
        color: #FFF; }
        .gnav li a:hover:before {
          width: 100%; }
          @media screen and (max-width: 1280px) {
            .gnav li a:hover:before {
              width: 2px; } }
    .gnav li.contact-btn {
      background-color: #073c83;
      padding: 0; }
      .gnav li.contact-btn a {
        margin-top: 0;
        padding: 35px 1em; }
        @media screen and (max-width: 1280px) {
          .gnav li.contact-btn a {
            max-width: 280px;
            font-size: 16px;
            font-family: "FP-ヒラギノ角ゴ ProN W6";
            letter-spacing: 0.2em;
            line-height: 1.7;
            text-align: center;
            color: #323232;
            background-color: #FFF;
            border-bottom: none;
            padding: 12px 1em 10px;
            margin: 20px auto 0; } }
        .gnav li.contact-btn a:before {
          display: none; }
        .gnav li.contact-btn a:hover {
          color: #FFF;
          background-color: #323232; }
          @media screen and (max-width: 1280px) {
            .gnav li.contact-btn a:hover {
              color: #FFF;
              background-color: #323232; } }
    .gnav li .child {
      display: none;
      padding: 10px 0; }
      .gnav li .child li {
        padding: 0 0.5em; }
      .gnav li .child a {
        display: block;
        width: 100%;
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0.1em;
        border-bottom: none;
        padding: 10px 1.5em;
        margin-top: 0px; }
        @media screen and (max-width: 640px) {
          .gnav li .child a {
            font-size: 14px; } }
        .gnav li .child a img {
          vertical-align: middle;
          margin-right: 10px; }

.fix-boxed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 1.5em;
  z-index: 100; }
  .fix-boxed:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
  .fix-boxed .boxed-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
    z-index: 100; }
  .fix-boxed .movie-box {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .fix-boxed .movie-box .close-btn {
      position: absolute;
      top: -14px;
      right: 10px;
      font-size: 220%;
      color: #FFF; }
    .fix-boxed .movie-box iframe {
      position: absolute;
      top: 30px;
      left: 0;
      width: 100%;
      height: 100%;
      margin: auto; }
  .fix-boxed .img-box {
    width: 100%;
    height: 0%;
    text-align: left;
    overflow: hidden;
    padding-bottom: 50px;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
    -webkit-transition: all 1s;
    transition: all 1s; }
    .fix-boxed .img-box.on {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
    .fix-boxed .img-box .close-btn {
      float: right;
      text-align: right;
      font-size: 220%;
      color: #FFF;
      -webkit-transform: rotateZ(0deg);
      transform: rotateZ(0deg);
      -webkit-transition: all 1s;
      transition: all 1s; }
      .fix-boxed .img-box .close-btn:hover {
        -webkit-transform: rotateZ(180deg);
        transform: rotateZ(180deg); }
    .fix-boxed .img-box img {
      display: block;
      clear: both;
      height: auto;
      margin: auto; }
    .fix-boxed .img-box h3 {
      display: inline-block;
      font-family: "a-otf-gothic-bbb-pr6n",sans-serif;
      color: #FFF;
      border-bottom: 1px solid #FFF;
      margin: 20px 0 10px; }
    .fix-boxed .img-box p {
      font-size: 14px;
      color: #FFF;
      letter-spacing: 0.05em;
      line-height: 1.7; }

.btn {
  position: relative;
  display: block;
  max-width: 244px;
  font-size: 14px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 0.2em;
  line-height: 1.7;
  color: #073c83;
  background: none;
  border: 1px solid #073c83;
  border-radius: 0;
  text-align: center;
  padding: 20px 40px 20px 1em;
  margin: 0 auto; }
  .btn:hover {
    color: #FFF;
    background-color: #073c83; }
    .btn:hover .arrow {
      background: url("../img/arrow_wht.svg") no-repeat center center; }
  .btn .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 30px;
    height: 7px;
    background: url("../img/arrow.svg") no-repeat center center;
    margin: auto;
    -webkit-transition: all 1s;
    transition: all 1s; }

table {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word; }

#news-area {
  background-color: #FFF;
  padding: 100px 0; }
  @media screen and (max-width: 640px) {
    #news-area {
      overflow: hidden;
      padding: 100px 0 120px; } }
  #news-area h3 {
    /*        font-size: 25px;
                        font-family: "FP-ヒラギノ角ゴ ProN W6";
            line-height: 1.7;
            letter-spacing: 0.2em;
            text-align: center;
            color: $main-color;*/
    max-width: 84px;
    text-align: center;
    margin: 0 auto 10px; }
  #news-area .ja-small {
    font-size: 14px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.7;
    letter-spacing: 0.2em;
    text-align: center;
    color: #323232;
    margin-bottom: 40px; }
  @media screen and (max-width: 640px) {
    #news-area .owl-carousel .owl-stage-outer {
      overflow: inherit; } }
  #news-area .item-area {
    padding: 0 65px;
    margin-bottom: 70px; }
    #news-area .item-area .item {
      display: block; }
      #news-area .item-area .item .img-area {
        height: 225px;
        margin-bottom: 15px; }
      #news-area .item-area .item .stc-area {
        padding: 0 1em; }
        #news-area .item-area .item .stc-area h4 {
          height: 50px;
          font-size: 14px;
          font-family: "FP-ヒラギノ角ゴ ProN W3";
          line-height: 1.7;
          letter-spacing: 0.1em;
          color: #323232;
          margin-bottom: 20px; }
        #news-area .item-area .item .stc-area .date {
          vertical-align: middle;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 0.1em;
          color: #073c83;
          margin-right: 20px; }
        #news-area .item-area .item .stc-area .cate {
          vertical-align: middle;
          font-size: 12px;
          letter-spacing: 0.1em;
          color: #FFF;
          background-color: #073c83;
          padding: 2px 1em; }
  #news-area .btn {
    position: relative;
    display: block;
    max-width: 244px;
    font-size: 14px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    letter-spacing: 0.2em;
    line-height: 1.7;
    color: #073c83;
    background: none;
    border: 1px solid #073c83;
    border-radius: 0;
    text-align: center;
    padding: 20px 40px 20px 1em;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #news-area .btn {
        /*font-size: 18px;*/ } }
    @media screen and (max-width: 640px) {
      #news-area .btn {
        /*font-size: 17px;*/ } }
    #news-area .btn:hover {
      color: #FFF;
      background-color: #073c83; }
      #news-area .btn:hover .arrow {
        background: url("../img/arrow_wht.svg") no-repeat center center; }
    #news-area .btn .arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      width: 30px;
      height: 7px;
      background: url("../img/arrow.svg") no-repeat center center;
      margin: auto;
      -webkit-transition: all 1s;
      transition: all 1s; }

.pagination {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1; }

.navigation span.current {
  color: #FFF;
  background-color: #073c83;
  padding: 5px 8px; }

.navigation a, .navigation span {
  vertical-align: middle;
  color: #323232;
  background: none;
  border-radius: 0px;
  padding: 5px 13px; }
  .navigation a:hover, .navigation span:hover {
    color: #FFF;
    background-color: #dcdcdc; }

.navigation a.next, .navigation a.prev {
  position: relative;
  width: 52px;
  height: 50px;
  color: #FFF;
  background-color: #073c83;
  border: 1px solid #073c83; }

.navigation a.next {
  margin-left: 30px; }
  .navigation a.next:hover {
    background-color: #FFF; }
    .navigation a.next:hover:before {
      background: url("../img/arrow.svg") no-repeat center center; }
  .navigation a.next:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30px;
    height: 7px;
    background: url("../img/arrow_wht.svg") no-repeat center center;
    margin: auto;
    -webkit-transition: all 1s;
    transition: all 1s; }

.navigation a.prev {
  margin-right: 30px; }
  .navigation a.prev:hover {
    background-color: #FFF; }
    .navigation a.prev:hover:before {
      background: url("../img/arrow.svg") no-repeat center center; }
  .navigation a.prev:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30px;
    height: 7px;
    background: url("../img/arrow_wht.svg") no-repeat center center;
    margin: auto;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transition: all 1s;
    transition: all 1s; }

footer {
  position: relative;
  background-color: #efefef;
  padding: 60px 1em 35px;
  z-index: 1; }
  @media screen and (max-width: 640px) {
    footer {
      padding: 40px 0em 10px; } }
  footer .footer-banner-area {
    max-width: 1280px;
    text-align: center;
    margin: 0 auto 90px; }
    @media screen and (max-width: 640px) {
      footer .footer-banner-area {
        margin: 0 auto 60px;
        max-width: 195px; } }
    footer .footer-banner-area p {
      display: block;
      font-size: 14px;
      font-family: "FP-ヒラギノ角ゴ ProN W6";
      letter-spacing: 0.2em;
      margin-bottom: 30px; }
      @media screen and (max-width: 640px) {
        footer .footer-banner-area p {
          font-size: 16px; } }
    footer .footer-banner-area img {
      display: inline-block;
      vertical-align: bottom; }
    footer .footer-banner-area a {
      display: inline-block;
      vertical-align: bottom;
      margin: 0 5px; }
      @media screen and (max-width: 640px) {
        footer .footer-banner-area a {
          display: block;
          margin-bottom: 10px; } }
  footer .footer-img-area {
    max-width: 1280px;
    text-align: right;
    margin: 0 auto 50px; }
    @media screen and (max-width: 640px) {
      footer .footer-img-area {
        text-align: center; } }
    footer .footer-img-area img {
      display: inline-block;
      vertical-align: bottom; }
      @media screen and (max-width: 640px) {
        footer .footer-img-area img.iso {
          width: 150px; } }
    footer .footer-img-area a {
      display: inline-block;
      vertical-align: bottom;
      margin-right: 10px; }
  footer .page-top {
    position: relative;
    top: -90px;
    display: block;
    width: 80%;
    max-width: 1020px;
    background-color: #073c83;
    border: 1px solid #073c83;
    padding: 30px 1em 35px;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      footer .page-top {
        top: -70px;
        width: 90%; } }
    footer .page-top:before {
      content: '';
      position: absolute;
      top: -17px;
      left: 0;
      right: 0;
      width: 7px;
      height: 33px;
      background: url("../img/page-top.svg") no-repeat center center;
      margin: auto;
      -webkit-transition: all 1s;
      transition: all 1s; }
    footer .page-top:hover {
      background-color: #FFF; }
      footer .page-top:hover:before {
        top: -33px;
        background: url("../img/page-top_hover.svg") no-repeat center center; }
      footer .page-top:hover p {
        top: 25px;
        color: #073c83; }
    footer .page-top p {
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      font-size: 12px;
      line-height: 1.7;
      letter-spacing: 0.2em;
      text-align: center;
      color: #FFF;
      margin: auto;
      -webkit-transition: all 1s;
      transition: all 1s; }
  footer h5 {
    font-size: 30px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-align: center;
    color: #073c83;
    margin-bottom: 90px; }
    @media screen and (max-width: 640px) {
      footer h5 {
        font-size: 25px;
        margin-bottom: 60px; } }
    footer h5 .sp {
      display: none; }
      @media screen and (max-width: 640px) {
        footer h5 .sp {
          display: inline-block;
          max-width: 75%; } }
    @media screen and (max-width: 640px) {
      footer h5 .pc {
        display: none; } }
  footer .footer-nav.pc {
    max-width: 1120px;
    margin: 0 auto 30px; }
    @media screen and (max-width: 640px) {
      footer .footer-nav.pc {
        display: none; } }
    footer .footer-nav.pc .col {
      display: inline-block;
      vertical-align: top;
      width: 23%;
      margin-right: 1.5%;
      margin-bottom: 30px; }
      footer .footer-nav.pc .col:last-child {
        margin-right: 0; }
    footer .footer-nav.pc ul {
      margin-bottom: 30px; }
      footer .footer-nav.pc ul li a {
        display: block;
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: 0.1em;
        color: #323232;
        margin-bottom: 8px; }
        footer .footer-nav.pc ul li a b {
          display: block;
          font-size: 14px;
          font-family: "FP-ヒラギノ角ゴ ProN W6";
          letter-spacing: 0.2em;
          margin-bottom: 10px; }
        footer .footer-nav.pc ul li a:hover {
          opacity: .7; }
  footer .footer-nav.sp {
    margin-bottom: 40px;
    display: none; }
    @media screen and (max-width: 640px) {
      footer .footer-nav.sp {
        display: block; } }
    footer .footer-nav.sp .sp-toggle-link {
      display: block;
      position: relative;
      font-size: 16px;
      font-family: "FP-ヒラギノ角ゴ ProN W6";
      letter-spacing: 0.2em;
      color: #323232;
      border-bottom: 1px solid #c8c8c8;
      padding: 20px 1em 18px; }
      @media screen and (max-width: 480px) {
        footer .footer-nav.sp .sp-toggle-link {
          font-size: 14px; } }
      footer .footer-nav.sp .sp-toggle-link:hover {
        opacity: .7; }
      footer .footer-nav.sp .sp-toggle-link:first-of-type {
        border-top: 1px solid #c8c8c8; }
      footer .footer-nav.sp .sp-toggle-link:before {
        content: '';
        position: absolute;
        top: 24px;
        right: 33px;
        width: 2px;
        height: 16px;
        background-color: #073c83;
        -webkit-transition: all 1s;
        transition: all 1s; }
      footer .footer-nav.sp .sp-toggle-link:after {
        content: '';
        position: absolute;
        top: 30px;
        right: 26px;
        width: 16px;
        height: 2px;
        background-color: #073c83;
        -webkit-transition: all 1s;
        transition: all 1s; }
      footer .footer-nav.sp .sp-toggle-link.on:before {
        background-color: #073c83;
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg); }
      footer .footer-nav.sp .sp-toggle-link.on:after {
        background-color: #073c83; }
    footer .footer-nav.sp .child {
      display: none;
      background-color: #FFF; }
      footer .footer-nav.sp .child li:last-child a {
        border-bottom: none; }
      footer .footer-nav.sp .child li a {
        display: block;
        font-size: 15px;
        line-height: 1.7;
        letter-spacing: 0.1em;
        color: #323232;
        border-bottom: 1px solid #c8c8c8;
        padding: 10px 1em 8px; }
        @media screen and (max-width: 480px) {
          footer .footer-nav.sp .child li a {
            font-size: 14px; } }
        footer .footer-nav.sp .child li a:hover {
          opacity: .7; }
    footer .footer-nav.sp .one li a {
      display: block;
      font-size: 17px;
      font-family: "FP-ヒラギノ角ゴ ProN W6";
      letter-spacing: 0.2em;
      color: #323232;
      border-bottom: 1px solid #c8c8c8;
      padding: 20px 1em 18px; }
      @media screen and (max-width: 480px) {
        footer .footer-nav.sp .one li a {
          font-size: 14px; } }
      footer .footer-nav.sp .one li a:hover {
        opacity: .7; }
    footer .footer-nav.sp .col-area {
      overflow: hidden; }
      footer .footer-nav.sp .col-area a {
        float: left;
        display: block;
        width: 50%;
        font-size: 14px;
        font-family: "FP-ヒラギノ角ゴ ProN W6";
        text-align: center;
        letter-spacing: 0.1em;
        color: #969696;
        border-bottom: 1px solid #c8c8c8;
        padding: 20px 0.5em 18px; }
        @media screen and (max-width: 480px) {
          footer .footer-nav.sp .col-area a {
            font-size: 13px; } }
        footer .footer-nav.sp .col-area a:hover {
          opacity: .7; }
        footer .footer-nav.sp .col-area a:first-child {
          border-right: 1px solid #c8c8c8; }
  footer .footer-inner {
    max-width: 1120px;
    margin: 0 auto; }
    footer .footer-inner .footer-logo {
      display: inline-block;
      vertical-align: middle;
      margin-right: 4%;
      margin-bottom: 25px; }
      @media screen and (max-width: 640px) {
        footer .footer-inner .footer-logo {
          display: block;
          text-align: center;
          margin-right: 0%; } }
    footer .footer-inner .address {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      letter-spacing: 0.1em;
      line-height: 1.7;
      color: #323232;
      margin-right: 6%;
      margin-bottom: 25px; }
      @media screen and (max-width: 640px) {
        footer .footer-inner .address {
          display: block;
          text-align: center;
          margin-right: 0%; } }
      footer .footer-inner .address .sp {
        display: none; }
        @media screen and (max-width: 640px) {
          footer .footer-inner .address .sp {
            display: block; } }
    footer .footer-inner .copyright {
      display: inline-block;
      vertical-align: middle;
      font-size: 11px;
      letter-spacing: 0.1em;
      line-height: 1.7;
      color: #323232;
      margin-bottom: 25px; }
      @media screen and (max-width: 640px) {
        footer .footer-inner .copyright {
          display: block;
          text-align: center;
          margin-right: 0%; } }

header {
  position: fixed;
  height: 89px;
  background-color: #FFF;
  border-bottom: 1px solid #ebebeb; }
  @media screen and (max-width: 640px) {
    header {
      height: 80px; } }
  header .gnav li a {
    color: #323232; }
    header .gnav li a:before {
      background-color: #323232; }
    header .gnav li a:hover {
      color: #323232; }
      @media screen and (max-width: 1280px) {
        header .gnav li a:hover {
          color: #FFF; } }
  header .gnav li.contact-btn a {
    color: #FFF; }

.container {
  padding: 0px 0 60px;
  margin-top: 100px; }
  @media screen and (max-width: 640px) {
    .container {
      margin-top: 90px; } }

.breadcrumbs {
  max-width: 1200px;
  padding: 15px 1.5em 20px;
  margin: 0 auto; }
  .breadcrumbs a {
    color: #919191; }
  .breadcrumbs span {
    font-size: 14px;
    letter-spacing: 0.05em; }
  .breadcrumbs img {
    margin: 0 18px; }

.main-img_area {
  position: relative;
  height: 500px;
  text-align: center; }
  @media screen and (max-width: 1280px) {
    .main-img_area {
      height: 470px; } }
  @media screen and (max-width: 960px) {
    .main-img_area {
      height: 450px; } }
  @media screen and (max-width: 640px) {
    .main-img_area {
      height: 400px; } }
  @media screen and (max-width: 480px) {
    .main-img_area {
      height: 350px; } }
  .main-img_area.short {
    height: 400px; }
    @media screen and (max-width: 960px) {
      .main-img_area.short {
        height: 370px; } }
    @media screen and (max-width: 640px) {
      .main-img_area.short {
        height: 350px; } }
    @media screen and (max-width: 480px) {
      .main-img_area.short {
        height: 320px; } }
  .main-img_area#main-img_usp {
    background: url("../img/usp-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
    .main-img_area#main-img_usp h2 {
      max-width: 585px; }
  .main-img_area#main-img_pipe {
    background: url("../img/pipe-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
  .main-img_area#main-img_qis {
    background: url("../img/qis-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
  .main-img_area#main-img_corporate {
    background: url("../img/corporate-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
    .main-img_area#main-img_corporate h2 {
      max-width: 639px; }
  .main-img_area#main-img_message {
    background: url("../img/message-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
  .main-img_area#main-img_principles {
    background: url("../img/principles-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
  .main-img_area#main-img_summary {
    background: url("../img/summary-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
  .main-img_area#main-img_history {
    background: url("../img/history-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
  .main-img_area#main-img_organization {
    background: url("../img/organization-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
  .main-img_area#main-img_base {
    background: url("../img/base-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
  .main-img_area#main-img_products {
    background: url("../img/products-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
    .main-img_area#main-img_products h2 {
      max-width: 645px; }
  .main-img_area#main-img_sk-quality {
    background: url("../img/sk-quality-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
    .main-img_area#main-img_sk-quality h2 {
      max-width: 639px; }
  .main-img_area#main-img_recruit {
    background: url("../img/recruit-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
    .main-img_area#main-img_recruit h2 {
      max-width: 196px; }
  .main-img_area#main-img_news {
    background: url("../img/news-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
    .main-img_area#main-img_news h2 {
      max-width: 127px; }
  .main-img_area#main-img_crosstalk {
    background: url("../img/crosstalk-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
  .main-img_area#main-img_crosstalk-single h2 {
    max-width: 251px; }
  .main-img_area#main-img_environment {
    background: url("../img/environment-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
  .main-img_area#main-img_jobcategory {
    background: url("../img/jobcategory-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
  .main-img_area#main-img_people {
    background: url("../img/people-page_title_bg.jpg") no-repeat center center;
    background-size: cover; }
    .main-img_area#main-img_people h2 {
      max-width: 609px; }
  .main-img_area .title-area {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 94%;
    height: 70px;
    margin: auto;
    z-index: 1; }
    .main-img_area .title-area h2 {
      font-size: 23px;
      line-height: 1.7;
      letter-spacing: 0.35em;
      color: #FFF;
      margin: 0 auto 10px; }
      @media screen and (max-width: 640px) {
        .main-img_area .title-area h2 {
          font-size: 21px; } }
      @media screen and (max-width: 480px) {
        .main-img_area .title-area h2 {
          font-size: 20px; } }
    .main-img_area .title-area p {
      font-family: "FP-ヒラギノ角ゴ ProN W6";
      line-height: 1.7;
      letter-spacing: 0.3em;
      color: #FFF; }
      @media screen and (max-width: 640px) {
        .main-img_area .title-area p {
          font-size: 15px; } }
    .main-img_area .title-area h3 {
      font-size: 23px;
      line-height: 1.7;
      letter-spacing: 0.2em;
      color: #FFF;
      margin: 50px auto 0; }
      @media screen and (max-width: 640px) {
        .main-img_area .title-area h3 {
          font-size: 21px;
          letter-spacing: 0.15em;
          margin: 20px auto 0; } }
      @media screen and (max-width: 480px) {
        .main-img_area .title-area h3 {
          font-size: 18px; } }

section {
  position: relative; }

.section-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }

#usp-page {
  margin-top: 100px; }
  @media screen and (max-width: 640px) {
    #usp-page {
      margin-top: 40px; } }
  #usp-page .item-area {
    position: relative;
    max-width: 90%;
    margin: 0 auto 80px;
    z-index: 1; }
    @media screen and (max-width: 960px) {
      #usp-page .item-area {
        max-width: 96%;
        padding: 80px 0; } }
    @media screen and (max-width: 640px) {
      #usp-page .item-area {
        max-width: 100%;
        background-color: #FFF;
        padding: 60px 1.5em 30px;
        margin: 0 auto 0px; } }
    #usp-page .item-area .item {
      display: inline-block;
      vertical-align: top;
      width: 48.5%;
      /*max-width: 352px;*/
      margin-right: 2%;
      /*            @include max-screen($md) { // MAX- タブ
                                             width: 31%;
                  }*/ }
      @media screen and (max-width: 640px) {
        #usp-page .item-area .item {
          display: block;
          width: 100%;
          max-width: 100%;
          position: relative;
          margin-right: 0;
          margin-bottom: 30px; } }
      #usp-page .item-area .item:nth-child(2) {
        margin-right: 0; }
      #usp-page .item-area .item img {
        margin-bottom: 20px; }
        @media screen and (max-width: 960px) {
          #usp-page .item-area .item img {
            margin-bottom: 10px; } }
        @media screen and (max-width: 640px) {
          #usp-page .item-area .item img {
            margin-bottom: 0;
            width: 45%; } }
      #usp-page .item-area .item .stc-area {
        padding: 0 1em; }
        @media screen and (max-width: 960px) {
          #usp-page .item-area .item .stc-area {
            padding: 0 5px; } }
        @media screen and (max-width: 640px) {
          #usp-page .item-area .item .stc-area {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100px;
            padding: 0 0 0 50%;
            margin: auto; } }
      #usp-page .item-area .item h3 {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0.2em;
        color: #323232;
        margin-bottom: 17px; }
        @media screen and (max-width: 1280px) {
          #usp-page .item-area .item h3 {
            /*height: 40px;*/
            margin-bottom: 10px; } }
        @media screen and (max-width: 960px) {
          #usp-page .item-area .item h3 {
            font-size: 13px; } }
        @media screen and (max-width: 640px) {
          #usp-page .item-area .item h3 {
            height: 55px;
            font-size: 18px;
            line-height: 1.6; } }
        @media screen and (max-width: 480px) {
          #usp-page .item-area .item h3 {
            height: 60px;
            font-size: 14px;
            line-height: 1.5;
            letter-spacing: 0.05em; } }
      #usp-page .item-area .item p {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0.1em;
        color: #323232;
        margin-bottom: 17px; }
        @media screen and (max-width: 960px) {
          #usp-page .item-area .item p {
            font-size: 12px; } }
        @media screen and (max-width: 640px) {
          #usp-page .item-area .item p {
            display: none; } }
      #usp-page .item-area .item a {
        display: inline-block;
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0.1em;
        color: #073c83;
        border-bottom: 1px solid #073c83;
        padding-bottom: 0; }
        @media screen and (max-width: 960px) {
          #usp-page .item-area .item a {
            font-size: 12px; } }
        @media screen and (max-width: 640px) {
          #usp-page .item-area .item a {
            font-size: 15px;
            font-family: "FP-ヒラギノ角ゴ ProN W6"; } }
        @media screen and (max-width: 480px) {
          #usp-page .item-area .item a {
            font-size: 14px; } }
        #usp-page .item-area .item a:hover {
          opacity: .7; }
  #usp-page .gray-area {
    position: absolute;
    top: 30%;
    left: 0%;
    width: 88%;
    max-width: 1130px;
    height: 100%;
    background-color: #f0f0f0;
    z-index: 0; }
    @media screen and (max-width: 640px) {
      #usp-page .gray-area {
        display: none; } }

#pipe-page, #message-page, #principles-page, #summary-page, #history-page, #organization-page, #base-page, #sk-quality-page, #environment-page, #crosstalk-page, #crosstalk-single, #jobcategory-page, #people-single {
  position: relative;
  background-color: #e9e9e9; }
  #pipe-page .section-inner, #message-page .section-inner, #principles-page .section-inner, #summary-page .section-inner, #history-page .section-inner, #organization-page .section-inner, #base-page .section-inner, #sk-quality-page .section-inner, #environment-page .section-inner, #crosstalk-page .section-inner, #crosstalk-single .section-inner, #jobcategory-page .section-inner, #people-single .section-inner {
    width: 94%;
    max-width: 1120px;
    top: -100px;
    left: 0;
    right: 0;
    background-color: #FFF;
    padding: 75px 0 0;
    margin: 0px auto 0; }

#pipe-page .row {
  padding: 0 2.5em; }
  @media screen and (max-width: 640px) {
    #pipe-page .row {
      padding: 0 1.5em; } }
  #pipe-page .row h2 {
    max-width: 565px;
    text-align: center;
    margin: 0 auto 45px; }
    #pipe-page .row h2.qis {
      max-width: 188px;
      margin: 0 auto 3px; }
  #pipe-page .row .ja-small {
    font-size: 16px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.7;
    letter-spacing: 0.2em;
    text-align: center;
    color: #323232;
    margin-bottom: 26px; }
  #pipe-page .row .stc {
    max-width: 750px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #323232;
    margin: 0 auto 20px; }
    @media screen and (max-width: 960px) {
      #pipe-page .row .stc {
        /*font-size: 12px;*/ } }
  #pipe-page .row .slide-area {
    display: none;
    max-width: 750px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #323232;
    margin: 0 auto 90px; }
  #pipe-page .row .more-btn {
    max-width: 444px;
    margin: 50px auto 90px; }
    #pipe-page .row .more-btn .arrow {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg); }
#pipe-page .col-area {
  text-align: center;
  padding: 0 2.5em;
  margin: 0 auto 50px; }
  @media screen and (max-width: 640px) {
    #pipe-page .col-area {
      padding: 0 1.5em; } }
  #pipe-page .col-area .col {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 50%;
    margin-right: 2.9%; }
    @media screen and (max-width: 640px) {
      #pipe-page .col-area .col {
        display: block;
        width: 100%;
        margin-right: 0%; } }
    @media screen and (max-width: 640px) {
      #pipe-page .col-area .col:first-child {
        margin-bottom: 30px; } }
    #pipe-page .col-area .col:first-child img {
      display: block;
      margin: 0 auto; }
    #pipe-page .col-area .col:nth-child(2) {
      width: 46%;
      margin-right: 0%; }
      @media screen and (max-width: 640px) {
        #pipe-page .col-area .col:nth-child(2) {
          width: 100%; } }
      #pipe-page .col-area .col:nth-child(2) img {
        display: block;
        margin: 0 auto; }
    #pipe-page .col-area .col .col-inner {
      max-width: 323px;
      margin: 0 auto; }
      @media screen and (max-width: 640px) {
        #pipe-page .col-area .col .col-inner {
          max-width: 100%; } }
    #pipe-page .col-area .col.popup-img {
      text-align: center; }
  #pipe-page .col-area.right-img .col {
    display: inline-block;
    vertical-align: middle;
    width: 46%;
    margin-right: 2.9%; }
    @media screen and (max-width: 640px) {
      #pipe-page .col-area.right-img .col {
        display: block;
        width: 100%;
        margin-right: 0%; } }
    @media screen and (max-width: 640px) {
      #pipe-page .col-area.right-img .col:first-child {
        margin-bottom: 30px; } }
    #pipe-page .col-area.right-img .col:nth-child(2) {
      width: 50%;
      margin-right: 0%; }
      @media screen and (max-width: 640px) {
        #pipe-page .col-area.right-img .col:nth-child(2) {
          width: 100%; } }
  #pipe-page .col-area.movie-col-area {
    margin: 60px auto 90px; }
    #pipe-page .col-area.movie-col-area .col {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      width: 55%;
      margin-right: 2.9%; }
      @media screen and (max-width: 640px) {
        #pipe-page .col-area.movie-col-area .col {
          display: block;
          width: 100%;
          margin-right: 0%; } }
      @media screen and (max-width: 640px) {
        #pipe-page .col-area.movie-col-area .col:first-child {
          margin-bottom: 30px; } }
      #pipe-page .col-area.movie-col-area .col:nth-child(2) {
        width: 41%;
        margin-right: 0%; }
        @media screen and (max-width: 640px) {
          #pipe-page .col-area.movie-col-area .col:nth-child(2) {
            width: 100%; } }
  #pipe-page .col-area.movie-col-area-right {
    margin: 0 auto 90px; }
    #pipe-page .col-area.movie-col-area-right .col {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      width: 41%;
      margin-right: 2.9%; }
      @media screen and (max-width: 640px) {
        #pipe-page .col-area.movie-col-area-right .col {
          display: block;
          width: 100%;
          margin-right: 0%; } }
      @media screen and (max-width: 640px) {
        #pipe-page .col-area.movie-col-area-right .col:first-child {
          margin-bottom: 30px; } }
      #pipe-page .col-area.movie-col-area-right .col:nth-child(2) {
        width: 55%;
        margin-right: 0%; }
        @media screen and (max-width: 640px) {
          #pipe-page .col-area.movie-col-area-right .col:nth-child(2) {
            width: 100%; } }
  #pipe-page .col-area .image-btn {
    position: relative;
    display: inline-block; }
    #pipe-page .col-area .image-btn .zooom-ic {
      position: absolute;
      top: 0;
      right: 0; }
  #pipe-page .col-area h3 {
    margin-bottom: 3px; }
    #pipe-page .col-area h3.title01 {
      max-width: 94px; }
    #pipe-page .col-area h3.title02 {
      max-width: 197px; }
    #pipe-page .col-area h3.title03 {
      max-width: 262px; }
    #pipe-page .col-area h3.qis-title01 {
      max-width: 156px; }
    #pipe-page .col-area h3.qis-title02 {
      max-width: 307px; }
    #pipe-page .col-area h3.qis-title03 {
      max-width: 179px; }
  #pipe-page .col-area .ja-small {
    font-size: 14px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #323232;
    margin-bottom: 35px; }
  #pipe-page .col-area .stc {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #323232;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      #pipe-page .col-area .stc {
        /*font-size: 12px;*/ } }
    #pipe-page .col-area .stc a {
      display: inline-block;
      font-size: 14px;
      line-height: 1.7;
      letter-spacing: 0.1em;
      color: #073c83;
      border-bottom: 1px solid #073c83;
      padding-bottom: 0; }
      @media screen and (max-width: 960px) {
        #pipe-page .col-area .stc a {
          font-size: 12px; } }
      @media screen and (max-width: 640px) {
        #pipe-page .col-area .stc a {
          font-size: 15px;
          font-family: "FP-ヒラギノ角ゴ ProN W6"; } }
      @media screen and (max-width: 480px) {
        #pipe-page .col-area .stc a {
          font-size: 14px; } }
      #pipe-page .col-area .stc a:hover {
        opacity: .7; }
  #pipe-page .col-area .btn {
    margin: 40px 0 0; }
#pipe-page .img-area {
  text-align: center;
  padding: 0 2.5em;
  margin-bottom: 120px; }
  @media screen and (max-width: 640px) {
    #pipe-page .img-area {
      padding: 0 1.5em;
      margin-bottom: 80px; } }
  #pipe-page .img-area img {
    display: inline-block;
    vertical-align: top;
    width: 31.5%;
    margin-right: 1.5%; }
    @media screen and (max-width: 640px) {
      #pipe-page .img-area img {
        width: 100%;
        max-width: 312px;
        margin-right: 0;
        margin-bottom: 20px; } }
    #pipe-page .img-area img:last-child {
      margin-right: 0; }
#pipe-page .link-area {
  overflow: hidden;
  margin: 100px auto 0; }
  #pipe-page .link-area .col {
    position: relative;
    float: left;
    width: 50%;
    height: 400px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      #pipe-page .link-area .col {
        float: none;
        width: 100%;
        height: 350px; } }
  #pipe-page .link-area.pipe-link .col:first-child {
    background-color: #073c83; }
    @media screen and (max-width: 640px) {
      #pipe-page .link-area.pipe-link .col:first-child {
        height: 250px; } }
  #pipe-page .link-area.pipe-link .col:last-child {
    background: url("../img/pipe_qis_bg.jpg") no-repeat center center;
    background-size: cover; }
  #pipe-page .link-area.qis-link .col:first-child {
    background: url("../img/qis_pipe_bg.jpg") no-repeat center center;
    background-size: cover; }
  #pipe-page .link-area.qis-link .col:last-child {
    background: none;
    background-color: #073c83; }
    @media screen and (max-width: 640px) {
      #pipe-page .link-area.qis-link .col:last-child {
        height: 250px; } }
  #pipe-page .link-area .col-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 94%;
    height: 120px;
    margin: auto; }
  #pipe-page .link-area h4 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 94%;
    height: 400px;
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #FFF;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      #pipe-page .link-area h4 {
        height: 250px; } }
  #pipe-page .link-area p {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #FFF;
    margin-bottom: 25px; }
  #pipe-page .link-area .btn {
    color: #FFF;
    background: none;
    border: 1px solid #FFF; }
    @media screen and (max-width: 640px) {
      #pipe-page .link-area .btn {
        color: #FFF;
        background: none; } }
    #pipe-page .link-area .btn:hover {
      color: #073c83;
      background-color: #FFF; }
      @media screen and (max-width: 640px) {
        #pipe-page .link-area .btn:hover {
          border: 1px solid #073c83; } }
      #pipe-page .link-area .btn:hover .arrow {
        background: url("../img/arrow.svg") no-repeat center center; }
    #pipe-page .link-area .btn .arrow {
      background: url("../img/arrow_wht.svg") no-repeat center center; }
      @media screen and (max-width: 640px) {
        #pipe-page .link-area .btn .arrow {
          background: url("../img/arrow_wht.svg") no-repeat center center; } }

.movie-area {
  margin-bottom: 120px; }
  @media screen and (max-width: 640px) {
    .movie-area {
      margin-bottom: 80px; } }
  .movie-area.pipe .main-movie .movie-img-area {
    background: url(../img/pipe-movie-img01.jpg) no-repeat center center;
    background-size: cover; }
  .movie-area.message .main-movie .movie-img-area {
    background: url(../img/message-movie-img01.jpg) no-repeat center center;
    background-size: cover; }
  .movie-area .main-movie {
    position: relative;
    display: block;
    /*max-width: 980px;*/
    height: 551px;
    margin: 0 auto 0px; }
    @media screen and (max-width: 1280px) {
      .movie-area .main-movie {
        height: 500px; } }
    @media screen and (max-width: 960px) {
      .movie-area .main-movie {
        height: 450px;
        margin: 0 auto 0px; } }
    @media screen and (max-width: 640px) {
      .movie-area .main-movie {
        height: 300px; } }
    @media screen and (max-width: 480px) {
      .movie-area .main-movie {
        height: 250px; } }
    .movie-area .main-movie:hover .black-layer {
      background: transparent; }
    .movie-area .main-movie .movie-img-area {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin-bottom: 0;
      z-index: 1; }
    .movie-area .main-movie .movie-ic {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      max-width: 120px;
      height: 92px;
      margin: auto;
      z-index: 3; }
    .movie-area .main-movie #player {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 0; }
    .movie-area .main-movie .player {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 0; }
    .movie-area .main-movie .black-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      -webkit-transition: all 1s;
      transition: all 1s;
      z-index: 2; }
  .movie-area.qis01 {
    margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      .movie-area.qis01 {
        margin-bottom: 0; } }
    .movie-area.qis01 .main-movie {
      height: 300px;
      margin: 0 auto 0px; }
      @media screen and (max-width: 960px) {
        .movie-area.qis01 .main-movie {
          height: 270px;
          margin: 0 auto 0px; } }
      @media screen and (max-width: 640px) {
        .movie-area.qis01 .main-movie {
          height: 300px; } }
      @media screen and (max-width: 480px) {
        .movie-area.qis01 .main-movie {
          height: 250px; } }
      .movie-area.qis01 .main-movie .movie-img-area {
        background: url(../img/qis-movie-img01.jpg) no-repeat center center;
        background-size: cover; }
  .movie-area.qis02 {
    margin-bottom: 0; }
    @media screen and (max-width: 640px) {
      .movie-area.qis02 {
        margin-bottom: 0; } }
    .movie-area.qis02 .main-movie {
      height: 300px;
      margin: 0 auto 0px; }
      @media screen and (max-width: 960px) {
        .movie-area.qis02 .main-movie {
          height: 270px;
          margin: 0 auto 0px; } }
      @media screen and (max-width: 640px) {
        .movie-area.qis02 .main-movie {
          height: 300px; } }
      @media screen and (max-width: 480px) {
        .movie-area.qis02 .main-movie {
          height: 250px; } }
      .movie-area.qis02 .main-movie .movie-img-area {
        background: url(../img/qis-movie-img02.jpg) no-repeat center center;
        background-size: cover; }

#corporate-page {
  padding-bottom: 50px;
  margin-top: 100px; }
  @media screen and (max-width: 640px) {
    #corporate-page {
      padding-bottom: 0px;
      margin-top: 40px; } }
  #corporate-page .item-area {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
    z-index: 1; }
    @media screen and (max-width: 960px) {
      #corporate-page .item-area {
        max-width: 96%;
        padding: 80px 0; } }
    @media screen and (max-width: 640px) {
      #corporate-page .item-area {
        max-width: 100%;
        padding: 60px 1.5em 30px; } }
    #corporate-page .item-area .item {
      display: inline-block;
      vertical-align: top;
      width: 31.1%;
      max-width: 352px;
      margin-bottom: 50px;
      margin-right: 2.5%; }
      @media screen and (max-width: 960px) {
        #corporate-page .item-area .item {
          width: 31%;
          margin-right: 2.4%; } }
      @media screen and (max-width: 640px) {
        #corporate-page .item-area .item {
          display: block;
          width: 100%;
          max-width: 100%;
          position: relative;
          margin-right: 0;
          margin-bottom: 30px; } }
      #corporate-page .item-area .item:nth-child(3n) {
        margin-right: 0; }
      #corporate-page .item-area .item img {
        margin-bottom: 20px; }
        @media screen and (max-width: 960px) {
          #corporate-page .item-area .item img {
            margin-bottom: 10px; } }
        @media screen and (max-width: 640px) {
          #corporate-page .item-area .item img {
            margin-bottom: 0;
            width: 45%; } }
      #corporate-page .item-area .item .stc-area {
        padding: 0 1em; }
        @media screen and (max-width: 960px) {
          #corporate-page .item-area .item .stc-area {
            padding: 0 5px; } }
        @media screen and (max-width: 640px) {
          #corporate-page .item-area .item .stc-area {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100px;
            padding: 0 0 0 50%;
            margin: auto; } }
      #corporate-page .item-area .item h3 {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0.2em;
        color: #323232;
        margin-bottom: 17px; }
        @media screen and (max-width: 1280px) {
          #corporate-page .item-area .item h3 {
            height: 40px;
            margin-bottom: 10px; } }
        @media screen and (max-width: 960px) {
          #corporate-page .item-area .item h3 {
            font-size: 13px; } }
        @media screen and (max-width: 640px) {
          #corporate-page .item-area .item h3 {
            height: 55px;
            font-size: 18px;
            line-height: 1.6; } }
        @media screen and (max-width: 480px) {
          #corporate-page .item-area .item h3 {
            font-size: 14px;
            line-height: 1.7;
            letter-spacing: 0.1em; } }
      #corporate-page .item-area .item p {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0.1em;
        color: #323232;
        margin-bottom: 17px; }
        @media screen and (max-width: 960px) {
          #corporate-page .item-area .item p {
            font-size: 12px; } }
        @media screen and (max-width: 640px) {
          #corporate-page .item-area .item p {
            display: none; } }
      #corporate-page .item-area .item a {
        display: inline-block;
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0.1em;
        color: #073c83;
        border-bottom: 1px solid #073c83;
        padding-bottom: 0; }
        @media screen and (max-width: 960px) {
          #corporate-page .item-area .item a {
            font-size: 12px; } }
        @media screen and (max-width: 640px) {
          #corporate-page .item-area .item a {
            font-size: 15px;
            font-family: "FP-ヒラギノ角ゴ ProN W6"; } }
        @media screen and (max-width: 480px) {
          #corporate-page .item-area .item a {
            font-size: 14px; } }
        #corporate-page .item-area .item a:hover {
          opacity: .7; }
  #corporate-page .gray-area {
    position: absolute;
    top: 17%;
    right: 2%;
    width: 88%;
    max-width: 1130px;
    height: 88%;
    background-color: #f0f0f0;
    z-index: 0; }
    @media screen and (max-width: 640px) {
      #corporate-page .gray-area {
        display: none; } }

#message-page .row {
  padding: 0 2.5em; }
  @media screen and (max-width: 640px) {
    #message-page .row {
      padding: 0 1.5em; } }
#message-page .col-area {
  text-align: center;
  padding: 0 2.5em;
  margin: 0 auto 90px; }
  @media screen and (max-width: 640px) {
    #message-page .col-area {
      padding: 0 1.5em; } }
  #message-page .col-area .col {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 46%;
    margin-right: 5%; }
    @media screen and (max-width: 640px) {
      #message-page .col-area .col {
        display: block;
        width: 100%;
        margin-right: 0%; } }
    @media screen and (max-width: 640px) {
      #message-page .col-area .col:first-child {
        margin-bottom: 30px; } }
    #message-page .col-area .col:nth-child(2) {
      width: 48%;
      margin-right: 0%; }
      @media screen and (max-width: 640px) {
        #message-page .col-area .col:nth-child(2) {
          width: 100%; } }
  #message-page .col-area h3 {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    color: #323232;
    margin-bottom: 30px; }
    @media screen and (max-width: 960px) {
      #message-page .col-area h3 {
        font-size: 15px; } }
    @media screen and (max-width: 640px) {
      #message-page .col-area h3 {
        font-size: 16px; } }
  #message-page .col-area .stc {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #323232;
    margin-bottom: 30px; }
    @media screen and (max-width: 960px) {
      #message-page .col-area .stc {
        font-size: 13px; } }
    @media screen and (max-width: 640px) {
      #message-page .col-area .stc {
        font-size: 14px; } }
#message-page .name-area p {
  float: right;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #323232;
  margin-right: 25px; }
#message-page .name-area img {
  float: right;
  margin-top: 5px; }

.corporate-link-area {
  overflow: hidden;
  margin: 100px auto 0; }
  .corporate-link-area .col {
    position: relative;
    float: left;
    width: 33.333%;
    height: 300px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .corporate-link-area .col {
        float: none;
        width: 100%; } }
    .corporate-link-area .col:nth-of-type(1) {
      background: url("../img/corporate-link_bg00.jpg") no-repeat center center;
      background-size: cover; }
    .corporate-link-area .col:nth-of-type(2) {
      background: url("../img/corporate-link_bg01.jpg") no-repeat center center;
      background-size: cover; }
    .corporate-link-area .col:nth-of-type(3) {
      background: url("../img/corporate-link_bg02.jpg") no-repeat center center;
      background-size: cover; }
    .corporate-link-area .col:nth-of-type(4) {
      background: url("../img/corporate-link_bg03.jpg") no-repeat center center;
      background-size: cover; }
    .corporate-link-area .col:nth-of-type(5) {
      background: url("../img/corporate-link_bg04.jpg") no-repeat center center;
      background-size: cover; }
    .corporate-link-area .col:nth-of-type(6) {
      background: url("../img/corporate-link_bg05.jpg") no-repeat center center;
      background-size: cover; }
  .corporate-link-area.message-link .col:nth-child(1) {
    background: none;
    background-color: #073c83; }
  .corporate-link-area.principles-link .col:nth-child(2) {
    background: none;
    background-color: #073c83; }
  .corporate-link-area.summary-link .col:nth-child(3) {
    background: none;
    background-color: #073c83; }
  .corporate-link-area.history-link .col:nth-child(4) {
    background: none;
    background-color: #073c83; }
  .corporate-link-area.organization-link .col:nth-child(5) {
    background: none;
    background-color: #073c83; }
  .corporate-link-area.base-link .col:nth-child(6) {
    background: none;
    background-color: #073c83; }
  .corporate-link-area .col-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 94%;
    height: 120px;
    margin: auto; }
  .corporate-link-area h4 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 94%;
    height: 300px;
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #FFF;
    margin: 0 auto; }
  .corporate-link-area p {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #FFF;
    margin-bottom: 25px; }
  .corporate-link-area .btn {
    color: #FFF;
    background: none;
    border: 1px solid #FFF; }
    @media screen and (max-width: 640px) {
      .corporate-link-area .btn {
        color: #FFF;
        background: none; } }
    .corporate-link-area .btn:hover {
      color: #073c83;
      background-color: #FFF; }
      @media screen and (max-width: 640px) {
        .corporate-link-area .btn:hover {
          border: 1px solid #073c83; } }
      .corporate-link-area .btn:hover .arrow {
        background: url("../img/arrow.svg") no-repeat center center; }
    .corporate-link-area .btn .arrow {
      background: url("../img/arrow_wht.svg") no-repeat center center; }
      @media screen and (max-width: 640px) {
        .corporate-link-area .btn .arrow {
          background: url("../img/arrow_wht.svg") no-repeat center center; } }

.about-link-area {
  overflow: hidden;
  margin: 100px auto 0; }
  .about-link-area .col {
    position: relative;
    float: left;
    width: 33.333%;
    height: 300px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .about-link-area .col {
        float: none;
        width: 100%; } }
    .about-link-area .col:nth-of-type(1) {
      background: url("../img/about-link_bg01.jpg") no-repeat center center;
      background-size: cover; }
    .about-link-area .col:nth-of-type(2) {
      background: url("../img/about-link_bg02.jpg") no-repeat center center;
      background-size: cover; }
    .about-link-area .col:nth-of-type(3) {
      background: url("../img/about-link_bg03.jpg") no-repeat center center;
      background-size: cover; }
    .about-link-area .col:nth-of-type(4) {
      background: url("../img/about-link_bg04.jpg") no-repeat center center;
      background-size: cover; }
    .about-link-area .col:nth-of-type(5) {
      background: url("../img/about-link_bg05.jpg") no-repeat center center;
      background-size: cover; }
    .about-link-area .col:nth-of-type(6) {
      background: url("../img/about-link_bg06.jpg") no-repeat center center;
      background-size: cover; }
  .about-link-area.crosstalk-link .col:nth-child(4) {
    background: none;
    background-color: #073c83; }
  .about-link-area.jobcategory-link .col:nth-child(6) {
    background: none;
    background-color: #073c83; }
  .about-link-area.environment-link .col:nth-child(5) {
    background: none;
    background-color: #073c83; }
  .about-link-area .col-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 94%;
    height: 120px;
    margin: auto; }
  .about-link-area h4 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 94%;
    height: 300px;
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #FFF !important;
    margin: 0 auto; }
  .about-link-area p {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #FFF;
    margin-bottom: 25px; }
  .about-link-area .btn {
    color: #FFF;
    background: none;
    border: 1px solid #FFF; }
    @media screen and (max-width: 640px) {
      .about-link-area .btn {
        color: #FFF;
        background: none; } }
    .about-link-area .btn:hover {
      color: #073c83;
      background-color: #FFF; }
      @media screen and (max-width: 640px) {
        .about-link-area .btn:hover {
          border: 1px solid #073c83; } }
      .about-link-area .btn:hover .arrow {
        background: url("../img/arrow.svg") no-repeat center center; }
    .about-link-area .btn .arrow {
      background: url("../img/arrow_wht.svg") no-repeat center center; }
      @media screen and (max-width: 640px) {
        .about-link-area .btn .arrow {
          background: url("../img/arrow_wht.svg") no-repeat center center; } }

#principles-page .row {
  padding: 0 2.5em; }
  @media screen and (max-width: 640px) {
    #principles-page .row {
      padding: 0 1.5em; } }
#principles-page h3 {
  margin: 0 auto 45px; }
  #principles-page h3.title01 {
    width: 186px; }
  #principles-page h3.title02 {
    width: 266px;
    margin: 0 auto 5px; }
#principles-page .philosophy {
  font-size: 16px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  color: #323232;
  margin-bottom: 45px; }
  @media screen and (max-width: 640px) {
    #principles-page .philosophy {
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    #principles-page .philosophy {
      font-size: 15px; } }
  #principles-page .philosophy span {
    display: block;
    font-size: 35px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.8;
    letter-spacing: 0.2em;
    color: #323232; }
    @media screen and (max-width: 640px) {
      #principles-page .philosophy span {
        font-size: 33px; } }
    @media screen and (max-width: 480px) {
      #principles-page .philosophy span {
        font-size: 30px; } }
#principles-page .col-area {
  margin-bottom: 85px; }
  #principles-page .col-area .col {
    display: inline-block;
    vertical-align: top;
    width: 31.1%;
    margin-right: 2.5%; }
    @media screen and (max-width: 960px) {
      #principles-page .col-area .col {
        width: 31%; } }
    @media screen and (max-width: 640px) {
      #principles-page .col-area .col {
        display: block;
        width: 100%;
        max-width: 100%;
        position: relative;
        margin-right: 0;
        margin-bottom: 40px; } }
    #principles-page .col-area .col:last-child {
      margin-right: 0; }
  #principles-page .col-area h4 {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    text-align: center;
    color: #073c83;
    margin-bottom: 15px; }
    @media screen and (max-width: 640px) {
      #principles-page .col-area h4 {
        font-size: 17px; } }
  #principles-page .col-area .box {
    height: 220px;
    border: 1px solid #e6e6e6;
    padding: 18px 1.5em; }
    @media screen and (max-width: 960px) {
      #principles-page .col-area .box {
        height: 250px;
        padding: 18px 10px; } }
    @media screen and (max-width: 640px) {
      #principles-page .col-area .box {
        height: auto; } }
    #principles-page .col-area .box P {
      font-size: 16px;
      font-family: "FP-ヒラギノ角ゴ ProN W6";
      line-height: 2.2;
      letter-spacing: 0.1em;
      color: #323232; }
      @media screen and (max-width: 960px) {
        #principles-page .col-area .box P {
          font-size: 15px;
          line-height: 2; } }
      @media screen and (max-width: 640px) {
        #principles-page .col-area .box P {
          font-size: 15px; } }
      #principles-page .col-area .box P img {
        margin-right: 10px; }
#principles-page .ja-small {
  font-size: 14px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: center;
  color: #323232;
  margin-bottom: 75px; }
#principles-page .corporate-logo {
  text-align: center;
  margin-bottom: 60px; }
#principles-page .stc {
  max-width: 820px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #323232;
  margin: 0 auto 30px; }

#summary-page .row {
  padding: 0 2.5em; }
  @media screen and (max-width: 640px) {
    #summary-page .row {
      padding: 0 1.5em; } }
#summary-page table {
  max-width: 1000px;
  margin: 0 auto; }
  #summary-page table tr:first-of-type {
    /*                th{
                        border-top: 2px solid #013a80;
                    }*/ }
    #summary-page table tr:first-of-type td {
      border-top: 1px solid #d9d9d9; }
      @media screen and (max-width: 640px) {
        #summary-page table tr:first-of-type td {
          border-top: none; } }
  #summary-page table tr:last-of-type th {
    border-bottom: 3px solid #013a80; }
    @media screen and (max-width: 640px) {
      #summary-page table tr:last-of-type th {
        border-bottom: 1px solid #d9d9d9; } }
  #summary-page table th {
    width: 20%;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    color: #323232;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    border-top: 3px solid #013a80;
    border-bottom: 1px solid #bebfbd;
    padding: 30px 1em; }
    @media screen and (max-width: 640px) {
      #summary-page table th {
        display: block;
        width: 100%;
        padding: 20px 1em; } }
  #summary-page table td {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #323232;
    border-bottom: 1px solid #bebfbd;
    padding: 30px 1em; }
    @media screen and (max-width: 640px) {
      #summary-page table td {
        display: block;
        width: 100%;
        padding: 20px 1em; } }
    #summary-page table td .sp {
      display: none; }
      @media screen and (max-width: 640px) {
        #summary-page table td .sp {
          display: block; } }

#history-page .row {
  padding: 0 2.5em; }
  @media screen and (max-width: 640px) {
    #history-page .row {
      padding: 0 1.5em; } }
#history-page table {
  max-width: 1000px;
  margin: 0 auto; }
  #history-page table tr:first-of-type th {
    border-top: 1px solid #d9d9d9; }
  #history-page table tr:first-of-type td {
    border-top: 1px solid #d9d9d9; }
    @media screen and (max-width: 640px) {
      #history-page table tr:first-of-type td {
        border-top: none; } }
  #history-page table th {
    width: 20%;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    color: #323232;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    border-bottom: 1px solid #bebfbd;
    padding: 30px 1em; }
    @media screen and (max-width: 640px) {
      #history-page table th {
        display: block;
        width: 100%;
        padding: 20px 1em; } }
  #history-page table td {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #323232;
    border-bottom: 1px solid #bebfbd;
    padding: 30px 1em; }
    @media screen and (max-width: 640px) {
      #history-page table td {
        display: block;
        width: 100%;
        padding: 20px 1em; } }
    #history-page table td .sp {
      display: none; }
      @media screen and (max-width: 640px) {
        #history-page table td .sp {
          display: block; } }

#organization-page .row {
  max-width: 860px;
  padding: 0 2.5em;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    #organization-page .row {
      padding: 0 1.5em; } }

#base-page .row {
  padding: 0 2.5em; }
  @media screen and (max-width: 640px) {
    #base-page .row {
      padding: 0 1.5em; } }
#base-page .col-area {
  text-align: center;
  padding: 55px 2.5em;
  margin: 0 auto 0px; }
  @media screen and (max-width: 640px) {
    #base-page .col-area {
      padding: 55px 1.5em; } }
  #base-page .col-area:first-child {
    border-bottom: 1px solid #d9d9d9;
    padding: 0px 2.5em 50px; }
  #base-page .col-area .col {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 46%;
    margin-right: 5%; }
    @media screen and (max-width: 640px) {
      #base-page .col-area .col {
        display: block;
        width: 100%;
        margin-right: 0%; } }
    @media screen and (max-width: 640px) {
      #base-page .col-area .col:first-child {
        margin-bottom: 30px; } }
    #base-page .col-area .col:nth-child(2) {
      width: 47.8%;
      margin-right: 0%; }
      @media screen and (max-width: 640px) {
        #base-page .col-area .col:nth-child(2) {
          width: 100%; } }
  #base-page .col-area h3 {
    font-size: 23px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    color: #323232;
    margin-bottom: 25px; }
    @media screen and (max-width: 960px) {
      #base-page .col-area h3 {
        font-size: 21px; } }
    @media screen and (max-width: 640px) {
      #base-page .col-area h3 {
        font-size: 20px; } }
  #base-page .col-area .address {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #323232;
    margin-bottom: 25px; }
    @media screen and (max-width: 960px) {
      #base-page .col-area .address {
        font-size: 13px; } }
    @media screen and (max-width: 640px) {
      #base-page .col-area .address {
        font-size: 14px; } }
  #base-page .col-area a {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #8d8d8d; }
    #base-page .col-area a img {
      margin-left: 10px; }

#products-page .section-inner {
  padding: 100px 0 0; }
  @media screen and (max-width: 640px) {
    #products-page .section-inner {
      padding: 80px 0 0; } }
#products-page .row {
  position: relative;
  margin-bottom: 100px; }
  #products-page .row .fadein-up {
    z-index: 1; }
  #products-page .row#row01 .gray-area {
    position: absolute;
    top: 12%;
    right: 0%;
    width: 88%;
    max-width: 1130px;
    height: 92%;
    background-color: #f0f0f0;
    z-index: 0; }
    @media screen and (max-width: 640px) {
      #products-page .row#row01 .gray-area {
        display: none; } }
  #products-page .row#item01, #products-page .row#item03 {
    padding-top: 15px;
    margin-bottom: 150px; }
    @media screen and (max-width: 640px) {
      #products-page .row#item01, #products-page .row#item03 {
        margin-bottom: 200px; } }
    #products-page .row#item01 .gray-area, #products-page .row#item03 .gray-area {
      position: absolute;
      top: 20px;
      left: 0%;
      width: 88%;
      max-width: 1130px;
      height: 116%;
      background-color: #f0f0f0;
      z-index: 0; }
      @media screen and (max-width: 640px) {
        #products-page .row#item01 .gray-area, #products-page .row#item03 .gray-area {
          width: 100%;
          /*display: none;*/ } }
    #products-page .row#item01 h4, #products-page .row#item03 h4 {
      position: absolute;
      top: 75%;
      left: 7%;
      width: 225px;
      text-align: center; }
      @media screen and (max-width: 1280px) {
        #products-page .row#item01 h4, #products-page .row#item03 h4 {
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          text-align: center;
          margin: 10px 0 30px; } }
    #products-page .row#item01 .png-img, #products-page .row#item03 .png-img {
      position: absolute;
      top: -50px;
      left: 7%;
      z-index: 1; }
      @media screen and (max-width: 1280px) {
        #products-page .row#item01 .png-img, #products-page .row#item03 .png-img {
          position: relative;
          top: -15px;
          left: auto;
          z-index: 1;
          display: block;
          margin: auto; } }
    #products-page .row#item01 .item-area, #products-page .row#item03 .item-area {
      top: 70px;
      right: 6%;
      width: 70%;
      margin: 0 0 0 auto; }
      @media screen and (max-width: 1280px) {
        #products-page .row#item01 .item-area, #products-page .row#item03 .item-area {
          top: 0;
          left: 0;
          right: 0;
          width: 90%;
          max-width: 807px;
          background-color: #fff;
          padding: 35px;
          margin: auto;
          z-index: 2; } }
    #products-page .row#item01 .owl-carousel .owl-prev, #products-page .row#item03 .owl-carousel .owl-prev {
      position: absolute;
      width: 50px;
      height: 50px;
      background-color: #073c83;
      border-radius: 0;
      top: 50%;
      bottom: 0;
      left: -380px;
      margin: auto;
      z-index: 2; }
      @media screen and (max-width: 1280px) {
        #products-page .row#item01 .owl-carousel .owl-prev, #products-page .row#item03 .owl-carousel .owl-prev {
          top: 15px;
          bottom: 0;
          left: 5%;
          margin: auto; } }
      @media screen and (max-width: 640px) {
        #products-page .row#item01 .owl-carousel .owl-prev, #products-page .row#item03 .owl-carousel .owl-prev {
          top: -20px; } }
    #products-page .row#item01 .owl-carousel .owl-next, #products-page .row#item03 .owl-carousel .owl-next {
      position: absolute;
      width: 50px;
      height: 50px;
      background-color: #073c83;
      border-radius: 0;
      top: 50%;
      bottom: 0;
      right: 102%;
      margin: auto;
      z-index: 2; }
      @media screen and (max-width: 1280px) {
        #products-page .row#item01 .owl-carousel .owl-next, #products-page .row#item03 .owl-carousel .owl-next {
          top: 15px;
          bottom: 0;
          right: 5%;
          margin: auto; } }
      @media screen and (max-width: 640px) {
        #products-page .row#item01 .owl-carousel .owl-next, #products-page .row#item03 .owl-carousel .owl-next {
          top: -20px; } }
    #products-page .row#item01 .owl-dots, #products-page .row#item03 .owl-dots {
      position: absolute;
      top: 70%;
      left: -320px;
      width: 240px; }
      @media screen and (max-width: 1280px) {
        #products-page .row#item01 .owl-dots, #products-page .row#item03 .owl-dots {
          position: relative;
          top: 10px;
          left: auto;
          right: auto;
          margin: auto;
          width: 240px; } }
      @media screen and (max-width: 640px) {
        #products-page .row#item01 .owl-dots, #products-page .row#item03 .owl-dots {
          display: none !important;
          top: 20px; } }
  @media screen and (max-width: 640px) {
    #products-page .row#item01 .owl-dots {
      top: 50px;
      width: 54%; } }
  @media screen and (max-width: 350px) {
    #products-page .row#item01 .owl-dots {
      top: 80px; } }
  #products-page .row#item02 {
    padding-top: 15px;
    margin-bottom: 180px; }
    @media screen and (max-width: 640px) {
      #products-page .row#item02 {
        margin-bottom: 200px; } }
    #products-page .row#item02 .gray-area {
      position: absolute;
      top: 20px;
      right: 0%;
      width: 88%;
      max-width: 1130px;
      height: 116%;
      background-color: #f0f0f0;
      z-index: 0; }
      @media screen and (max-width: 640px) {
        #products-page .row#item02 .gray-area {
          width: 100%;
          /*display: none;*/ } }
    #products-page .row#item02 h4 {
      position: absolute;
      top: 70%;
      right: 7%; }
      @media screen and (max-width: 1280px) {
        #products-page .row#item02 h4 {
          position: relative;
          top: 0;
          right: 0;
          text-align: center;
          margin: 10px 0 30px; } }
    #products-page .row#item02 .png-img {
      position: absolute;
      top: -70px;
      right: 10%;
      z-index: 1; }
      @media screen and (max-width: 1280px) {
        #products-page .row#item02 .png-img {
          position: relative;
          top: -15px;
          left: auto;
          right: auto;
          z-index: 1;
          display: block;
          margin: auto; } }
    #products-page .row#item02 .item-area {
      top: 70px;
      left: 6%;
      width: 70%;
      margin: 0 auto 0 0; }
      @media screen and (max-width: 1280px) {
        #products-page .row#item02 .item-area {
          top: 0;
          left: 0;
          right: 0;
          width: 90%;
          max-width: 807px;
          background-color: #fff;
          padding: 35px;
          margin: auto;
          z-index: 2; } }
    #products-page .row#item02 .owl-carousel .owl-prev {
      position: absolute;
      width: 50px;
      height: 50px;
      background-color: #073c83;
      border-radius: 0;
      top: 55%;
      bottom: 0;
      right: -1025px;
      margin: auto;
      z-index: 2; }
      @media screen and (max-width: 1280px) {
        #products-page .row#item02 .owl-carousel .owl-prev {
          top: 0;
          bottom: 0;
          left: 5%;
          right: auto;
          margin: auto; } }
      @media screen and (max-width: 640px) {
        #products-page .row#item02 .owl-carousel .owl-prev {
          top: -20px; } }
    #products-page .row#item02 .owl-carousel .owl-next {
      position: absolute;
      width: 50px;
      height: 50px;
      background-color: #073c83;
      border-radius: 0;
      top: 55%;
      bottom: 0;
      right: -340px;
      margin: auto;
      z-index: 2; }
      @media screen and (max-width: 1280px) {
        #products-page .row#item02 .owl-carousel .owl-next {
          top: 0;
          bottom: 0;
          right: 5%;
          margin: auto; } }
      @media screen and (max-width: 640px) {
        #products-page .row#item02 .owl-carousel .owl-next {
          top: -20px; } }
    #products-page .row#item02 .owl-dots {
      position: absolute;
      top: 74%;
      right: -210px; }
      @media screen and (max-width: 1280px) {
        #products-page .row#item02 .owl-dots {
          position: relative;
          top: 0;
          left: auto;
          right: auto; } }
      @media screen and (max-width: 640px) {
        #products-page .row#item02 .owl-dots {
          display: none !important; } }
  #products-page .row#item03 .png-img {
    position: absolute;
    top: -120px;
    left: 8%;
    z-index: 1; }
    @media screen and (max-width: 1280px) {
      #products-page .row#item03 .png-img {
        position: relative;
        top: -15px;
        left: auto;
        z-index: 1;
        display: block;
        margin: auto; } }
  @media screen and (max-width: 640px) {
    #products-page .row#item03 .owl-dots {
      top: 10px; } }
#products-page .col-area {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 2.5em;
  margin: 0 auto 80px; }
  @media screen and (max-width: 640px) {
    #products-page .col-area {
      padding: 0 1.5em;
      margin: 0 auto 20px; } }
  #products-page .col-area .col {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 46%;
    margin-right: 5%; }
    @media screen and (max-width: 640px) {
      #products-page .col-area .col {
        display: block;
        width: 100%;
        margin-right: 0%; } }
    @media screen and (max-width: 640px) {
      #products-page .col-area .col:first-child {
        margin-bottom: 30px; } }
    #products-page .col-area .col:nth-child(2) {
      width: 48%;
      margin-right: 0%; }
      @media screen and (max-width: 640px) {
        #products-page .col-area .col:nth-child(2) {
          width: 100%; } }
  #products-page .col-area h3 {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    color: #323232;
    margin-bottom: 30px; }
    @media screen and (max-width: 960px) {
      #products-page .col-area h3 {
        font-size: 17px; } }
    @media screen and (max-width: 640px) {
      #products-page .col-area h3 {
        /*font-size: 18px;*/ } }
  #products-page .col-area .stc {
    max-width: 400px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #323232;
    margin-bottom: 30px; }
    @media screen and (max-width: 960px) {
      #products-page .col-area .stc {
        font-size: 13px; } }
    @media screen and (max-width: 640px) {
      #products-page .col-area .stc {
        font-size: 14px; } }
  #products-page .col-area a {
    display: inline-block;
    font-size: 14px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #073c83;
    border-bottom: 1px solid #073c83;
    padding-bottom: 0; }
    #products-page .col-area a:hover {
      opacity: .7; }
#products-page h4 {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #323232;
  z-index: 2; }
  @media screen and (max-width: 960px) {
    #products-page h4 {
      font-size: 17px; } }
  @media screen and (max-width: 640px) {
    #products-page h4 {
      /*font-size: 18px;*/ } }
#products-page .item-area {
  max-width: 807px;
  background-color: #fff;
  padding: 35px;
  z-index: 2; }
  #products-page .item-area .item {
    position: relative; }
    #products-page .item-area .item p {
      font-size: 14px;
      line-height: 1.7;
      letter-spacing: 0.1em;
      color: #323232;
      padding: 0 1em; }
      @media screen and (max-width: 960px) {
        #products-page .item-area .item p {
          font-size: 13px; } }
      @media screen and (max-width: 640px) {
        #products-page .item-area .item p {
          font-size: 14px; } }
    #products-page .item-area .item img {
      /*margin-bottom: 10px;*/ }
@media screen and (max-width: 640px) {
  #products-page .png-img {
    max-width: 80%; } }
@media screen and (max-width: 1280px) {
  #products-page .owl-controls {
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto; } }
#products-page .owl-carousel .owl-prev:before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 30px;
  height: 7px;
  background: url(../img/arrow_wht.svg) no-repeat center center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin: auto; }
#products-page .owl-carousel .owl-next:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 30px;
  height: 7px;
  background: url("../img/arrow_wht.svg") no-repeat center center;
  margin: auto; }

#sk-quality-page .row {
  padding: 0 2.5em;
  margin-bottom: 50px; }
  @media screen and (max-width: 640px) {
    #sk-quality-page .row {
      padding: 0 1.5em; } }
  #sk-quality-page .row .btn {
    max-width: 444px;
    margin: 80px auto 90px; }
#sk-quality-page h3 {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  color: #323232;
  margin-bottom: 30px; }
  @media screen and (max-width: 960px) {
    #sk-quality-page h3 {
      font-size: 15px; } }
  @media screen and (max-width: 640px) {
    #sk-quality-page h3 {
      font-size: 16px; } }
#sk-quality-page .stc {
  max-width: 747px;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #323232;
  margin: 0 auto 35px; }
  @media screen and (max-width: 960px) {
    #sk-quality-page .stc {
      font-size: 13px; } }
  @media screen and (max-width: 640px) {
    #sk-quality-page .stc {
      font-size: 14px; } }
#sk-quality-page .col-area {
  text-align: center;
  margin: 50px auto 30px; }
  #sk-quality-page .col-area .col {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    margin-right: 2.9%; }
    @media screen and (max-width: 640px) {
      #sk-quality-page .col-area .col {
        display: block;
        width: 100%;
        margin-right: 0%; } }
    @media screen and (max-width: 640px) {
      #sk-quality-page .col-area .col:first-child {
        margin-bottom: 30px; } }
    #sk-quality-page .col-area .col:nth-child(2) {
      width: 48%;
      margin-right: 0%; }
      @media screen and (max-width: 640px) {
        #sk-quality-page .col-area .col:nth-child(2) {
          width: 100%; } }
    #sk-quality-page .col-area .col h4 {
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: 0.2em;
      text-align: center;
      color: #323232;
      margin-bottom: 15px; }
      @media screen and (max-width: 640px) {
        #sk-quality-page .col-area .col h4 {
          font-size: 14px; } }
#sk-quality-page .img-area {
  margin: 50px 0 80px; }
  #sk-quality-page .img-area img {
    display: inline-block;
    vertical-align: top;
    width: 23.5%;
    margin-right: 1%; }
    @media screen and (max-width: 640px) {
      #sk-quality-page .img-area img {
        width: 48%;
        margin-bottom: 15px;
        margin-right: 2%; } }
    @media screen and (max-width: 640px) {
      #sk-quality-page .img-area img:nth-child(2n) {
        margin-right: 0%; } }
    #sk-quality-page .img-area img:last-child {
      margin-right: 0; }

.sk-link-area {
  overflow: hidden;
  margin: 100px auto 0; }
  .sk-link-area .col {
    position: relative;
    float: left;
    width: 33.333%;
    height: 300px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .sk-link-area .col {
        float: none;
        width: 100%; } }
    .sk-link-area .col:nth-of-type(1) {
      background: url("../img/sk-link_bg01.jpg") no-repeat center center;
      background-size: cover; }
    .sk-link-area .col:nth-of-type(2) {
      background: url("../img/sk-link_bg02.jpg") no-repeat center center;
      background-size: cover; }
    .sk-link-area .col:nth-of-type(3) {
      background: url("../img/sk-link_bg03.jpg") no-repeat center center;
      background-size: cover; }
  .sk-link-area .col-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 94%;
    height: 120px;
    margin: auto; }
  .sk-link-area h4 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 94%;
    height: 300px;
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #FFF;
    margin: 0 auto; }
  .sk-link-area p {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #FFF;
    margin-bottom: 25px; }
  .sk-link-area .btn {
    color: #FFF;
    background: none;
    border: 1px solid #FFF; }
    @media screen and (max-width: 640px) {
      .sk-link-area .btn {
        color: #FFF;
        background: none; } }
    .sk-link-area .btn:hover {
      color: #073c83;
      background-color: #FFF; }
      @media screen and (max-width: 640px) {
        .sk-link-area .btn:hover {
          border: 1px solid #073c83; } }
      .sk-link-area .btn:hover .arrow {
        background: url("../img/arrow.svg") no-repeat center center; }
    .sk-link-area .btn .arrow {
      background: url("../img/arrow_wht.svg") no-repeat center center; }
      @media screen and (max-width: 640px) {
        .sk-link-area .btn .arrow {
          background: url("../img/arrow_wht.svg") no-repeat center center; } }

#recruit-page .section-inner {
  padding: 100px 0 0; }
  @media screen and (max-width: 640px) {
    #recruit-page .section-inner {
      padding: 80px 0 0; } }
#recruit-page .row {
  position: relative;
  margin-bottom: 180px; }
  #recruit-page .row .fadein-up {
    z-index: 1; }
  #recruit-page .row#row01 .gray-area {
    position: absolute;
    top: 30%;
    left: 0%;
    width: 88%;
    max-width: 1130px;
    height: 100%;
    background-color: #f0f0f0;
    z-index: 0; }
    @media screen and (max-width: 640px) {
      #recruit-page .row#row01 .gray-area {
        display: none; } }
  #recruit-page .row#row02 {
    margin-bottom: 80px; }
    #recruit-page .row#row02 .gray-area {
      position: absolute;
      top: 32%;
      right: 0%;
      left: 0;
      width: 90%;
      max-width: 1130px;
      height: 51%;
      background-color: #f0f0f0;
      margin: auto;
      z-index: 0; }
      @media screen and (max-width: 640px) {
        #recruit-page .row#row02 .gray-area {
          display: none; } }
#recruit-page .recruit-link-area {
  overflow: hidden;
  max-width: 1120px;
  padding: 0 1.5em;
  margin: 0px auto 0; }
  #recruit-page .recruit-link-area .col {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 31.4%;
    height: 300px;
    text-align: center;
    margin-right: 2%; }
    @media screen and (max-width: 640px) {
      #recruit-page .recruit-link-area .col {
        display: block;
        width: 100%;
        margin-bottom: 25px; } }
    #recruit-page .recruit-link-area .col:last-child {
      margin-right: 0; }
    #recruit-page .recruit-link-area .col:nth-of-type(1) {
      background: url("../img/recruit-link_bg01.jpg") no-repeat center center;
      background-size: cover; }
    #recruit-page .recruit-link-area .col:nth-of-type(2) {
      background: url("../img/recruit-link_bg02.jpg") no-repeat center center;
      background-size: cover; }
    #recruit-page .recruit-link-area .col:nth-of-type(3) {
      background: url("../img/recruit-link_bg03.jpg") no-repeat center center;
      background-size: cover; }
  #recruit-page .recruit-link-area .col-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 94%;
    height: 120px;
    margin: auto; }
  #recruit-page .recruit-link-area p {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #FFF;
    margin-bottom: 25px; }
    @media screen and (max-width: 960px) {
      #recruit-page .recruit-link-area p {
        font-size: 14px; } }
    @media screen and (max-width: 640px) {
      #recruit-page .recruit-link-area p {
        font-size: 16px; } }
  #recruit-page .recruit-link-area .btn {
    color: #FFF;
    background: none;
    border: 1px solid #FFF; }
    @media screen and (max-width: 960px) {
      #recruit-page .recruit-link-area .btn {
        font-size: 12px; } }
    @media screen and (max-width: 640px) {
      #recruit-page .recruit-link-area .btn {
        font-size: 14px;
        color: #FFF;
        background: none; } }
    #recruit-page .recruit-link-area .btn:hover {
      color: #073c83;
      background-color: #FFF; }
      @media screen and (max-width: 640px) {
        #recruit-page .recruit-link-area .btn:hover {
          border: 1px solid #073c83; } }
      #recruit-page .recruit-link-area .btn:hover .arrow {
        background: url("../img/arrow.svg") no-repeat center center; }
    #recruit-page .recruit-link-area .btn .arrow {
      background: url("../img/arrow_wht.svg") no-repeat center center; }
      @media screen and (max-width: 640px) {
        #recruit-page .recruit-link-area .btn .arrow {
          background: url("../img/arrow_wht.svg") no-repeat center center; } }
#recruit-page .col-area {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto 80px; }
  @media screen and (max-width: 640px) {
    #recruit-page .col-area {
      padding: 0 1.5em; } }
  #recruit-page .col-area .col {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 54%;
    margin-right: 5%; }
    @media screen and (max-width: 640px) {
      #recruit-page .col-area .col {
        display: block;
        width: 100%;
        margin-right: 0%; } }
    @media screen and (max-width: 640px) {
      #recruit-page .col-area .col:first-child {
        margin-bottom: 30px; } }
    #recruit-page .col-area .col:nth-child(2) {
      width: 40%;
      padding: 0 2.5em 0 0;
      margin-right: 0%; }
      @media screen and (max-width: 640px) {
        #recruit-page .col-area .col:nth-child(2) {
          width: 100%;
          padding: 0; } }
  #recruit-page .col-area.right-img .col {
    width: 40%; }
    #recruit-page .col-area.right-img .col:first-child {
      padding: 0 0 0 2.5em; }
      @media screen and (max-width: 640px) {
        #recruit-page .col-area.right-img .col:first-child {
          width: 100%;
          padding: 0; } }
    #recruit-page .col-area.right-img .col:nth-child(2) {
      width: 54%;
      padding: 0; }
      @media screen and (max-width: 640px) {
        #recruit-page .col-area.right-img .col:nth-child(2) {
          width: 100%; } }
  #recruit-page .col-area h3 {
    margin-bottom: 3px; }
    #recruit-page .col-area h3.title01 {
      max-width: 180px; }
    #recruit-page .col-area h3.title02 {
      max-width: 295px; }
  #recruit-page .col-area .ja-small {
    font-size: 14px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #323232;
    margin-bottom: 35px; }
  #recruit-page .col-area .stc {
    max-width: 430px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #323232;
    margin-bottom: 30px; }
    @media screen and (max-width: 960px) {
      #recruit-page .col-area .stc {
        font-size: 13px; } }
    @media screen and (max-width: 640px) {
      #recruit-page .col-area .stc {
        max-width: 100%;
        font-size: 14px; } }
  #recruit-page .col-area .btn {
    margin: 0 auto 0 0; }
#recruit-page #row03 {
  margin-bottom: 80px;
  padding: 0 2.5em; }
  @media screen and (max-width: 640px) {
    #recruit-page #row03 {
      padding: 0 1.5em; } }
  #recruit-page #row03 h4.title03 {
    max-width: 220px;
    margin: 0 auto 3px; }
  #recruit-page #row03 .ja-small {
    font-size: 14px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #323232;
    text-align: center;
    margin-bottom: 50px; }
  #recruit-page #row03 .no-stc {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #323232;
    text-align: center; }
  #recruit-page #row03 .btn {
    max-width: 444px;
    margin: 90px auto 0px; }

.job-link-area {
  max-width: 1280px;
  margin: 0 auto; }
  .job-link-area .job-link-btn {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #323232;
    border: 1px solid #073c83;
    padding: 25px 1.5em; }
    .job-link-area .job-link-btn:before {
      content: '';
      display: block;
      position: absolute;
      right: 1.5em;
      top: 32px;
      width: 30px;
      height: 7px;
      background: url("../img/arrow.svg") no-repeat center center;
      -webkit-transform: rotateZ(90deg);
      transform: rotateZ(90deg);
      -webkit-transition: all 1s;
      transition: all 1s; }
    .job-link-area .job-link-btn.on:before {
      -webkit-transform: rotateZ(-90deg);
      transform: rotateZ(-90deg); }
  .job-link-area .job-detail {
    background-color: #073c83;
    padding: 13px 1.5em; }
    .job-link-area .job-detail a {
      display: block;
      font-size: 14px;
      line-height: 1.7;
      letter-spacing: 0.2em;
      color: #FFF;
      padding: 12px 0; }
      @media screen and (max-width: 640px) {
        .job-link-area .job-detail a {
          font-size: 13px;
          letter-spacing: 0.1em; } }

#news-single {
  background-color: #d9d9d9;
  padding: 45px 1em 100px; }
  #news-single .section-inner {
    max-width: 1120px;
    background-color: #FFF;
    padding: 75px 1.5em 90px;
    margin: 0 auto; }
  #news-single .content-box {
    max-width: 750px;
    margin: 0 auto; }
  #news-single h2 {
    font-size: 23px;
    line-height: 1.8;
    letter-spacing: 0.25em;
    text-align: center;
    color: #073c83;
    margin-bottom: 50px; }
    @media screen and (max-width: 960px) {
      #news-single h2 {
        font-size: 21px; } }
    @media screen and (max-width: 640px) {
      #news-single h2 {
        font-size: 20px; } }
  #news-single .info-area {
    margin-bottom: 40px; }
    #news-single .info-area .date {
      vertical-align: middle;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.1em;
      color: #073c83;
      margin-right: 20px; }
    #news-single .info-area .cate {
      vertical-align: middle;
      font-size: 12px;
      letter-spacing: 0.1em;
      color: #FFF;
      background-color: #073c83;
      padding: 2px 1em; }
  #news-single .thumb {
    text-align: center;
    margin-bottom: 50px; }
  #news-single .single-content {
    margin-bottom: 95px; }
    #news-single .single-content h3, #news-single .single-content h4 {
      font-size: 18px;
      line-height: 1.8;
      letter-spacing: 0.2em;
      text-align: center;
      color: #073c83;
      margin-bottom: 30px; }
      @media screen and (max-width: 640px) {
        #news-single .single-content h3, #news-single .single-content h4 {
          font-size: 17px; } }
    #news-single .single-content p {
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: 0.1em;
      color: #323232;
      margin: 0 auto 35px; }
      @media screen and (max-width: 960px) {
        #news-single .single-content p {
          font-size: 13px; } }
      @media screen and (max-width: 640px) {
        #news-single .single-content p {
          font-size: 14px; } }
  #news-single .link-area {
    position: relative;
    max-width: 740px;
    margin: 0 auto 160px; }
    @media screen and (max-width: 640px) {
      #news-single .link-area {
        margin: 0 auto 0px; } }
    #news-single .link-area .prev {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 25%;
      padding: 20px 1.5em 20px 8%; }
      @media screen and (max-width: 640px) {
        #news-single .link-area .prev {
          position: relative;
          top: auto;
          left: auto;
          display: block;
          width: 100%;
          margin: 0 auto 30px; } }
      #news-single .link-area .prev .arrow {
        position: absolute;
        left: 1.5em;
        right: auto;
        padding: 23px 0 0;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
        @media screen and (max-width: 960px) {
          #news-single .link-area .prev .arrow {
            left: 5%; } }
        @media screen and (max-width: 640px) {
          #news-single .link-area .prev .arrow {
            left: 1.5em; } }
    #news-single .link-area .middle {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 45%;
      max-width: none;
      padding: 20px 8% 20px 1.5em;
      margin: 0 auto; }
      @media screen and (max-width: 640px) {
        #news-single .link-area .middle {
          position: relative;
          top: auto;
          left: 0;
          right: 0;
          width: 100%;
          max-width: 244px;
          margin: 0 auto 30px; } }
      #news-single .link-area .middle .arrow {
        position: absolute;
        right: 1.5em;
        padding: 23px 0 0; }
    #news-single .link-area .next {
      position: absolute;
      top: 0;
      right: 0;
      width: 25%;
      padding: 20px 8% 20px 1.5em; }
      @media screen and (max-width: 640px) {
        #news-single .link-area .next {
          position: relative;
          top: auto;
          right: 0;
          width: 100%; } }
      #news-single .link-area .next .arrow {
        position: absolute;
        left: auto;
        right: 1.5em;
        padding: 23px 0 0; }
        @media screen and (max-width: 960px) {
          #news-single .link-area .next .arrow {
            right: 5%; } }
        @media screen and (max-width: 640px) {
          #news-single .link-area .next .arrow {
            right: 1.5em; } }

#people-page {
  margin-top: 100px;
  margin-bottom: 170px; }
  @media screen and (max-width: 640px) {
    #people-page {
      margin-top: 40px; } }
  #people-page .row {
    padding: 0 2.5em; }
    @media screen and (max-width: 640px) {
      #people-page .row {
        padding: 0 1.5em; } }
  #people-page .item-area {
    position: relative;
    max-width: 1120px;
    margin: 0 auto 70px;
    z-index: 1; }
    #people-page .item-area .item {
      display: inline-block;
      vertical-align: top;
      width: 31.4%;
      margin-right: 1.9%;
      margin-bottom: 60px; }
      @media screen and (max-width: 640px) {
        #people-page .item-area .item {
          display: block;
          width: 100%;
          margin-right: 0%;
          margin-bottom: 50px; } }
      #people-page .item-area .item:nth-child(3n) {
        margin-right: 0%; }
      #people-page .item-area .item .img-area {
        height: 285px;
        margin-bottom: 15px; }
      #people-page .item-area .item .stc-area {
        padding: 0 1em; }
        #people-page .item-area .item .stc-area h4 {
          font-size: 14px;
          line-height: 1.7;
          letter-spacing: 0.2em;
          color: #323232;
          margin-bottom: 10px; }
        #people-page .item-area .item .stc-area p {
          font-size: 12px;
          line-height: 1.7;
          letter-spacing: 0.1em;
          color: #323232;
          margin-bottom: 3px; }
          @media screen and (max-width: 640px) {
            #people-page .item-area .item .stc-area p {
              display: none; } }
          #people-page .item-area .item .stc-area p:nth-of-type(2) {
            margin-bottom: 6px; }
        #people-page .item-area .item .stc-area a {
          display: inline-block;
          font-size: 14px;
          line-height: 1.7;
          letter-spacing: 0.1em;
          color: #073c83;
          border-bottom: 1px solid #073c83;
          padding-bottom: 0; }
          @media screen and (max-width: 960px) {
            #people-page .item-area .item .stc-area a {
              font-size: 12px; } }
          @media screen and (max-width: 640px) {
            #people-page .item-area .item .stc-area a {
              font-size: 15px;
              font-family: "FP-ヒラギノ角ゴ ProN W6"; } }
          @media screen and (max-width: 480px) {
            #people-page .item-area .item .stc-area a {
              font-size: 14px; } }
          #people-page .item-area .item .stc-area a:hover {
            opacity: .7; }
  #people-page .gray-area {
    position: absolute;
    top: 30%;
    left: 0%;
    width: 88%;
    max-width: 1130px;
    height: 80%;
    background-color: #f0f0f0;
    z-index: 0; }
    @media screen and (max-width: 640px) {
      #people-page .gray-area {
        display: none; } }

#people-single .section-inner:nth-of-type(1) {
  padding-bottom: 100px;
  margin-bottom: 50px; }
#people-single .section-inner:nth-of-type(2) {
  margin-bottom: 0px;
  padding-bottom: 85px; }
#people-single .profile-area {
  position: absolute;
  top: -100px;
  left: 2.5em;
  width: 300px;
  max-width: 30%;
  background-color: #073c83;
  padding: 25px 1.5em; }
  @media screen and (max-width: 960px) {
    #people-single .profile-area {
      position: absolute;
      top: -70px;
      left: 0;
      right: 0;
      width: 300px;
      max-width: 100%;
      padding: 25px 1.5em;
      margin: 0 auto; } }
  @media screen and (max-width: 640px) {
    #people-single .profile-area {
      top: -50px; } }
  #people-single .profile-area .profile {
    width: 93px;
    margin-bottom: 18px; }
  #people-single .profile-area .name {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.3em;
    color: #FFF;
    margin-bottom: 18px; }
  #people-single .profile-area .info {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #FFF;
    margin-bottom: 5px; }
#people-single h2 {
  position: absolute;
  top: 35px;
  left: 36%;
  width: 60%;
  font-size: 21px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #073c83;
  margin: 0 auto 40px; }
  @media screen and (max-width: 960px) {
    #people-single h2 {
      position: relative;
      top: 100px;
      left: 0;
      width: 100%;
      font-size: 20px;
      color: #073c83;
      padding: 0 2.5em;
      margin: 0 auto 40px; } }
  @media screen and (max-width: 640px) {
    #people-single h2 {
      font-size: 19px;
      text-align: center;
      padding: 0 1.5em; } }
#people-single .row {
  padding: 0 2.5em;
  margin-bottom: 100px;
  /*        .btn{
              max-width: 444px;
              margin: 80px auto 90px;
          }*/ }
  @media screen and (max-width: 640px) {
    #people-single .row {
      padding: 0 1.5em;
      margin-bottom: 40px; } }
  #people-single .row#row01 h3 {
    margin: 110px auto 75px; }
    @media screen and (max-width: 960px) {
      #people-single .row#row01 h3 {
        margin: 130px auto 75px; } }
    @media screen and (max-width: 640px) {
      #people-single .row#row01 h3 {
        margin: 130px auto 50px; } }
  #people-single .row#row04 {
    margin-bottom: 0px; }
  #people-single .row h3 {
    max-width: 700px;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    text-align: center;
    color: #323232;
    margin: 0px auto 75px; }
    @media screen and (max-width: 960px) {
      #people-single .row h3 {
        font-size: 19px; } }
    @media screen and (max-width: 640px) {
      #people-single .row h3 {
        font-size: 18px;
        margin: 0px auto 50px; } }
  #people-single .row .col-area {
    margin-bottom: 80px; }
  #people-single .row .col {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 48%;
    margin-right: 2.9%; }
    @media screen and (max-width: 640px) {
      #people-single .row .col {
        display: block;
        width: 100%;
        margin-right: 0%; } }
    @media screen and (max-width: 640px) {
      #people-single .row .col:first-child {
        margin-bottom: 30px; } }
    #people-single .row .col:nth-child(2) {
      width: 48%;
      margin-right: 0%; }
      @media screen and (max-width: 640px) {
        #people-single .row .col:nth-child(2) {
          width: 100%; } }
    @media screen and (max-width: 640px) {
      #people-single .row .col img {
        display: block;
        margin: 0 auto; } }
    #people-single .row .col h4 {
      font-size: 16px;
      line-height: 1.8;
      letter-spacing: 0.15em;
      color: #323232;
      margin: 0 auto 35px; }
      @media screen and (max-width: 640px) {
        #people-single .row .col h4 {
          font-size: 15px; } }
    #people-single .row .col .stc {
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: 0.1em;
      color: #323232; }
  #people-single .row .img-area {
    position: relative; }
    #people-single .row .img-area .img-bg {
      width: 100%;
      height: 560px; }
      @media screen and (max-width: 1280px) {
        #people-single .row .img-area .img-bg {
          height: 500px; } }
      @media screen and (max-width: 960px) {
        #people-single .row .img-area .img-bg {
          height: 450px; } }
      @media screen and (max-width: 640px) {
        #people-single .row .img-area .img-bg {
          height: 400px; } }
      @media screen and (max-width: 480px) {
        #people-single .row .img-area .img-bg {
          height: 350px; } }
    #people-single .row .img-area p {
      position: relative;
      top: -120px;
      width: 90%;
      font-size: 15px;
      font-family: "FP-ヒラギノ角ゴ ProN W6";
      line-height: 1.8;
      letter-spacing: 0.15em;
      color: #FFF;
      background-color: #073c83;
      padding: 45px 2.5em;
      margin: 0 auto 40px; }
      @media screen and (max-width: 640px) {
        #people-single .row .img-area p {
          top: -80px;
          width: 94%;
          font-size: 14px;
          padding: 45px 1.5em; } }
#people-single .movie-area {
  padding: 0;
  margin: 0 2.5em; }
#people-single h5 {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  color: #323232;
  margin: 0px auto 70px; }
  @media screen and (max-width: 960px) {
    #people-single h5 {
      font-size: 19px; } }
  @media screen and (max-width: 640px) {
    #people-single h5 {
      font-size: 18px; } }
#people-single .btn {
  max-width: 444px;
  margin: 80px auto 0; }
#people-single .item-area {
  padding: 0 65px;
  margin-bottom: 70px; }
  #people-single .item-area .item {
    display: block; }
    #people-single .item-area .item .img-area {
      height: 225px;
      margin-bottom: 15px; }
    #people-single .item-area .item .stc-area {
      padding: 0 1em; }
      #people-single .item-area .item .stc-area h4 {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0.2em;
        color: #323232;
        margin-bottom: 10px; }
      #people-single .item-area .item .stc-area p {
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: 0.1em;
        color: #323232;
        margin-bottom: 3px; }
        @media screen and (max-width: 640px) {
          #people-single .item-area .item .stc-area p {
            display: none; } }
        #people-single .item-area .item .stc-area p:nth-of-type(2) {
          margin-bottom: 6px; }
#people-single #other {
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    #people-single #other .owl-carousel .owl-stage-outer {
      overflow: inherit; } }
  #people-single #other .owl-carousel .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #073c83;
    border-radius: 0;
    top: -50px;
    bottom: 0;
    left: 0;
    margin: auto; }
    @media screen and (max-width: 640px) {
      #people-single #other .owl-carousel .owl-prev {
        background: rgba(7, 60, 131, 0.7); } }
  #people-single #other .owl-carousel .owl-prev:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 30px;
    height: 7px;
    background: url(../img/arrow_wht.svg) no-repeat center center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin: auto; }
  #people-single #other .owl-carousel .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #073c83;
    border-radius: 0;
    top: -50px;
    bottom: 0;
    right: 0px;
    margin: auto; }
    @media screen and (max-width: 640px) {
      #people-single #other .owl-carousel .owl-next {
        background: rgba(7, 60, 131, 0.7); } }
  #people-single #other .owl-carousel .owl-next:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 30px;
    height: 7px;
    background: url("../img/arrow_wht.svg") no-repeat center center;
    margin: auto; }

#news-page {
  margin-top: 100px;
  margin-bottom: 170px; }
  @media screen and (max-width: 640px) {
    #news-page {
      margin-top: 40px; } }
  #news-page .search-area {
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto 65px; }
  #news-page select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: none;
    border: none;
    border: 1px solid #c8c8c8;
    padding: 12px 25px 12px 12px; }
  #news-page select::-ms-expand {
    display: none; }
  #news-page .select-group {
    float: right;
    width: 20%;
    margin-right: 4%;
    margin-top: 10px;
    position: relative; }
    @media screen and (max-width: 640px) {
      #news-page .select-group {
        float: none;
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto; } }
    #news-page .select-group:after {
      position: absolute;
      top: 20px;
      right: 18px;
      width: 10px;
      height: 10px;
      content: '';
      z-index: 2;
      border-top: 1px solid #073c83;
      border-right: 1px solid #073c83;
      display: inline-block;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); }
    #news-page .select-group .wpcf7-not-valid-tip {
      display: none !important; }
  #news-page #tab-area {
    overflow: hidden;
    float: right;
    width: 76%;
    text-align: center;
    margin: 0 auto 0px; }
    @media screen and (max-width: 640px) {
      #news-page #tab-area {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto 40px; } }
    #news-page #tab-area .tab {
      float: left;
      width: 33.333%;
      border-left: 1px solid #e9e9e9;
      padding: 0;
      margin-bottom: 10px; }
      @media screen and (max-width: 960px) {
        #news-page #tab-area .tab {
          width: 33.333%; } }
      #news-page #tab-area .tab:last-child {
        border-right: 1px solid #e9e9e9; }
      #news-page #tab-area .tab a {
        position: relative;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        height: 60px;
        font-size: 14px;
        font-family: "FP-ヒラギノ角ゴ ProN W6";
        line-height: 1.7;
        letter-spacing: 0.2em;
        color: #969696;
        padding: 0 4px; }
        #news-page #tab-area .tab a:hover {
          color: #323232; }
          #news-page #tab-area .tab a:hover:after {
            background-color: #073c83; }
        #news-page #tab-area .tab a:after {
          position: absolute;
          bottom: -10px;
          left: 0;
          content: '';
          width: 101%;
          height: 2px;
          background-color: #e9e9e9;
          -webkit-transition: .3s;
          transition: .3s; }
        #news-page #tab-area .tab a.on {
          color: #323232; }
          #news-page #tab-area .tab a.on:after {
            background-color: #073c83; }
  #news-page .row {
    padding: 0 2.5em; }
    @media screen and (max-width: 640px) {
      #news-page .row {
        padding: 0 1.5em; } }
  #news-page .item-area {
    position: relative;
    max-width: 1120px;
    margin: 0 auto 70px;
    z-index: 1; }
    #news-page .item-area .item {
      display: inline-block;
      vertical-align: top;
      width: 31.4%;
      margin-right: 1.9%;
      margin-bottom: 60px; }
      @media screen and (max-width: 640px) {
        #news-page .item-area .item {
          display: block;
          width: 100%;
          margin-right: 0%;
          margin-bottom: 50px; } }
      #news-page .item-area .item:nth-child(3n) {
        margin-right: 0%; }
      #news-page .item-area .item .img-area {
        height: 285px;
        margin-bottom: 15px; }
      #news-page .item-area .item .stc-area {
        padding: 0 1em; }
        #news-page .item-area .item .stc-area h4 {
          height: 50px;
          font-size: 14px;
          line-height: 1.7;
          letter-spacing: 0.1em;
          color: #323232;
          margin-bottom: 20px; }
        #news-page .item-area .item .stc-area .date {
          vertical-align: middle;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 0.1em;
          color: #073c83;
          margin-right: 20px; }
        #news-page .item-area .item .stc-area .cate {
          vertical-align: middle;
          font-size: 12px;
          letter-spacing: 0.1em;
          color: #FFF;
          background-color: #073c83;
          padding: 2px 1em; }
  #news-page .gray-area {
    position: absolute;
    top: 30%;
    left: 0%;
    width: 88%;
    max-width: 1130px;
    height: 80%;
    background-color: #f0f0f0;
    z-index: 0; }
    @media screen and (max-width: 640px) {
      #news-page .gray-area {
        display: none; } }

#crosstalk-page .row {
  padding: 0 2.5em;
  margin-bottom: 50px;
  /*        .btn{
              max-width: 444px;
              margin: 80px auto 90px;
          }*/ }
  @media screen and (max-width: 640px) {
    #crosstalk-page .row {
      padding: 0 1.5em; } }
#crosstalk-page h3 {
  max-width: 361px;
  margin: 0 auto 5px; }
#crosstalk-page .ja-small {
  font-size: 14px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: center;
  color: #323232;
  margin-bottom: 50px; }
#crosstalk-page h4 {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  color: #323232;
  margin-bottom: 55px; }
  @media screen and (max-width: 960px) {
    #crosstalk-page h4 {
      font-size: 19px; } }
  @media screen and (max-width: 640px) {
    #crosstalk-page h4 {
      font-size: 18px; } }
#crosstalk-page .thumb {
  height: 550px;
  margin: 0 auto 45px; }
  @media screen and (max-width: 1280px) {
    #crosstalk-page .thumb {
      height: 520px; } }
  @media screen and (max-width: 960px) {
    #crosstalk-page .thumb {
      height: 450px; } }
  @media screen and (max-width: 640px) {
    #crosstalk-page .thumb {
      height: 300px; } }
  @media screen and (max-width: 480px) {
    #crosstalk-page .thumb {
      height: 230px; } }

#job {
  margin: 125px 0 80px;
  padding: 0 2.5em; }
  @media screen and (max-width: 640px) {
    #job {
      padding: 0 1.5em; } }
  #job h4.title-job {
    max-width: 220px !important;
    margin: 0 auto 3px !important; }
  #job .ja-small {
    font-size: 14px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.7;
    letter-spacing: 0.2em;
    color: #323232;
    text-align: center;
    margin-bottom: 50px; }
  #job .btn {
    max-width: 444px;
    margin: 90px auto 0px; }

#main-img_crosstalk-single {
  height: 550px; }
  @media screen and (max-width: 1280px) {
    #main-img_crosstalk-single {
      height: 520px; } }
  @media screen and (max-width: 960px) {
    #main-img_crosstalk-single {
      height: 500px; } }
  @media screen and (max-width: 640px) {
    #main-img_crosstalk-single {
      height: 450px; } }
  @media screen and (max-width: 480px) {
    #main-img_crosstalk-single {
      height: 400px; } }
  #main-img_crosstalk-single .title-area {
    height: 200px; }
    @media screen and (max-width: 480px) {
      #main-img_crosstalk-single .title-area {
        height: 250px; } }
  #main-img_crosstalk-single .gray-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }

#crosstalk-single .row {
  padding: 0 2.5em;
  margin-bottom: 100px;
  /*        .btn{
              max-width: 444px;
              margin: 80px auto 90px;
          }*/ }
  @media screen and (max-width: 640px) {
    #crosstalk-single .row {
      padding: 0 1.5em; } }
  #crosstalk-single .row.movie-area {
    padding: 0;
    margin: 0 2.5em; }
  #crosstalk-single .row h4 {
    max-width: 750px;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    color: #323232;
    margin: 0 auto 40px; }
    @media screen and (max-width: 960px) {
      #crosstalk-single .row h4 {
        font-size: 19px; } }
    @media screen and (max-width: 640px) {
      #crosstalk-single .row h4 {
        font-size: 18px; } }
  #crosstalk-single .row .answer {
    max-width: 750px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #323232;
    margin: 0 auto 25px; }
    #crosstalk-single .row .answer .blue-name {
      font-size: 13px;
      line-height: 1.7;
      letter-spacing: 0.2em;
      color: #FFF;
      background-color: #073c83;
      padding: 3px 1em;
      margin-right: 8px; }
    #crosstalk-single .row .answer .gray-name {
      font-size: 13px;
      line-height: 1.7;
      letter-spacing: 0.2em;
      color: #073c83;
      background-color: #e4e4e4;
      padding: 3px 1em;
      margin-right: 8px; }
#crosstalk-single #row01 {
  text-align: center; }
  #crosstalk-single #row01 .col {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 47%;
    margin-right: 4.8%; }
    @media screen and (max-width: 640px) {
      #crosstalk-single #row01 .col {
        display: block;
        width: 100%;
        margin-right: 0%; } }
    @media screen and (max-width: 640px) {
      #crosstalk-single #row01 .col:first-child {
        margin-bottom: 50px; } }
    #crosstalk-single #row01 .col:nth-child(2) {
      width: 47%;
      margin-right: 0%; }
      @media screen and (max-width: 640px) {
        #crosstalk-single #row01 .col:nth-child(2) {
          width: 100%; } }
    #crosstalk-single #row01 .col img {
      display: inline-block;
      vertical-align: middle;
      width: 25%;
      max-width: 130px;
      margin-right: 5%; }
    #crosstalk-single #row01 .col .detail-area {
      display: inline-block;
      vertical-align: middle;
      width: 68%; }
      #crosstalk-single #row01 .col .detail-area .name {
        font-size: 14px;
        font-family: "FP-ヒラギノ角ゴ ProN W6";
        line-height: 1.7;
        letter-spacing: 0.2em;
        color: #323232;
        margin-bottom: 10px; }
      #crosstalk-single #row01 .col .detail-area .info {
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: 0.1em;
        color: #323232;
        margin-bottom: 5px; }
    #crosstalk-single #row01 .col .stc {
      /*max-width: 430px;*/
      font-size: 12px;
      line-height: 1.8;
      letter-spacing: 0.1em;
      color: #323232;
      margin-top: 18px; }
#crosstalk-single #row03 .col, #crosstalk-single #row04 .col, #crosstalk-single #row05 .col, #crosstalk-single #row06 .col, #crosstalk-single #row07 .col {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 48%;
  margin-right: 2.9%; }
  @media screen and (max-width: 640px) {
    #crosstalk-single #row03 .col, #crosstalk-single #row04 .col, #crosstalk-single #row05 .col, #crosstalk-single #row06 .col, #crosstalk-single #row07 .col {
      display: block;
      width: 100%;
      margin-right: 0%; } }
  @media screen and (max-width: 640px) {
    #crosstalk-single #row03 .col:first-child, #crosstalk-single #row04 .col:first-child, #crosstalk-single #row05 .col:first-child, #crosstalk-single #row06 .col:first-child, #crosstalk-single #row07 .col:first-child {
      margin-bottom: 30px; } }
  #crosstalk-single #row03 .col:nth-child(2), #crosstalk-single #row04 .col:nth-child(2), #crosstalk-single #row05 .col:nth-child(2), #crosstalk-single #row06 .col:nth-child(2), #crosstalk-single #row07 .col:nth-child(2) {
    width: 48%;
    margin-right: 0%; }
    @media screen and (max-width: 640px) {
      #crosstalk-single #row03 .col:nth-child(2), #crosstalk-single #row04 .col:nth-child(2), #crosstalk-single #row05 .col:nth-child(2), #crosstalk-single #row06 .col:nth-child(2), #crosstalk-single #row07 .col:nth-child(2) {
        width: 100%; } }
  #crosstalk-single #row03 .col img, #crosstalk-single #row04 .col img, #crosstalk-single #row05 .col img, #crosstalk-single #row06 .col img, #crosstalk-single #row07 .col img {
    display: block;
    margin: 0 auto; }

#jobcategory-page .row {
  padding: 0 2.5em;
  margin-bottom: 50px;
  /*        .btn{
              max-width: 444px;
              margin: 80px auto 90px;
          }*/ }
  @media screen and (max-width: 640px) {
    #jobcategory-page .row {
      padding: 0 1.5em; } }
#jobcategory-page #job {
  margin: 0px 0 80px; }

#jobcategory-single {
  background-color: #d9d9d9;
  padding: 45px 1em 100px; }
  #jobcategory-single .section-inner {
    max-width: 1120px;
    background-color: #FFF;
    padding: 75px 1.5em 90px;
    margin: 0 auto; }
  #jobcategory-single .content-box {
    max-width: 980px;
    margin: 0 auto; }
  #jobcategory-single .row .btn {
    max-width: 444px;
    margin: 90px auto 0px; }
  #jobcategory-single .row#job {
    padding: 0 0; }
  #jobcategory-single h2 {
    font-size: 23px;
    line-height: 1.8;
    letter-spacing: 0.25em;
    text-align: center;
    color: #323232;
    margin-bottom: 50px; }
    @media screen and (max-width: 960px) {
      #jobcategory-single h2 {
        font-size: 21px; } }
    @media screen and (max-width: 640px) {
      #jobcategory-single h2 {
        font-size: 20px; } }
  #jobcategory-single table {
    max-width: 1000px;
    margin: 0 auto; }
    #jobcategory-single table tr:first-of-type {
      /*                th{
                          border-top: 2px solid #013a80;
                      }*/ }
      #jobcategory-single table tr:first-of-type td {
        border-top: 1px solid #d9d9d9; }
        @media screen and (max-width: 640px) {
          #jobcategory-single table tr:first-of-type td {
            border-top: none; } }
    #jobcategory-single table tr:last-of-type th {
      border-bottom: 3px solid #013a80; }
      @media screen and (max-width: 640px) {
        #jobcategory-single table tr:last-of-type th {
          border-bottom: 1px solid #d9d9d9; } }
    #jobcategory-single table th {
      width: 20%;
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: 0.2em;
      color: #323232;
      font-family: "FP-ヒラギノ角ゴ ProN W6";
      border-top: 3px solid #013a80;
      border-bottom: 1px solid #bebfbd;
      padding: 30px 1em; }
      @media screen and (max-width: 640px) {
        #jobcategory-single table th {
          display: block;
          width: 100%;
          padding: 20px 1em; } }
    #jobcategory-single table td {
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: 0.1em;
      color: #323232;
      border-bottom: 1px solid #bebfbd;
      padding: 30px 1em; }
      @media screen and (max-width: 640px) {
        #jobcategory-single table td {
          display: block;
          width: 100%;
          padding: 20px 1em; } }
      #jobcategory-single table td .sp {
        display: none; }
        @media screen and (max-width: 640px) {
          #jobcategory-single table td .sp {
            display: block; } }

#environment-page .row {
  padding: 0 2.5em;
  margin-bottom: 80px;
  /*        .btn{
              max-width: 444px;
              margin: 80px auto 90px;
          }*/ }
  @media screen and (max-width: 640px) {
    #environment-page .row {
      padding: 0 1.5em; } }
#environment-page h3 {
  margin: 0 auto 5px; }
  #environment-page h3.title01 {
    max-width: 376px; }
  #environment-page h3.title02 {
    max-width: 444px; }
#environment-page .ja-small {
  font-size: 14px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  line-height: 1.7;
  letter-spacing: 0.2em;
  text-align: center;
  color: #323232;
  margin-bottom: 35px; }
#environment-page .stc {
  max-width: 747px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #323232;
  margin: 0 auto 85px; }
  @media screen and (max-width: 960px) {
    #environment-page .stc {
      /*font-size: 12px;*/ } }
#environment-page .col-area .col {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  border-bottom: 1px solid #dbdbdb;
  padding: 35px 0 45px;
  margin-right: 2.9%;
  margin-bottom: 20px; }
  @media screen and (max-width: 960px) {
    #environment-page .col-area .col {
      display: block;
      width: 100%;
      margin: 0 auto 20px; } }
  #environment-page .col-area .col:nth-child(2n) {
    margin-right: auto; }
  #environment-page .col-area .col svg {
    display: block;
    margin-bottom: 10px; }
  #environment-page .col-area .col .img-area {
    display: inline-block;
    vertical-align: top;
    width: 48.6%;
    margin-right: 1%; }
    @media screen and (max-width: 960px) {
      #environment-page .col-area .col .img-area {
        width: 48%;
        margin-right: 2.9%; } }
    #environment-page .col-area .col .img-area img {
      display: block;
      margin: 0 auto; }
  #environment-page .col-area .col .stc-area {
    /*                display: inline-block;
                    vertical-align: top;
                    width: 48.6%;
                    @include max-screen($md) { // MAX- タブ
                                               width: 48%;
                    }*/ }
    #environment-page .col-area .col .stc-area h4 {
      font-size: 16px;
      line-height: 1.8;
      letter-spacing: 0.2em;
      color: #323232;
      margin-bottom: 20px; }
    #environment-page .col-area .col .stc-area p {
      height: 100px;
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: 0.1em;
      color: #323232; }
#environment-page h5 {
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: center;
  color: #323232;
  margin: 70px 0 65px; }
#environment-page .item-area {
  position: relative;
  margin: 0 auto 0px;
  z-index: 1; }
  #environment-page .item-area .item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 2.9%;
    margin-bottom: 55px; }
    @media screen and (max-width: 640px) {
      #environment-page .item-area .item {
        display: block;
        width: 100%;
        max-width: 475px;
        margin: 0 auto 50px; } }
    #environment-page .item-area .item:nth-child(2n) {
      margin-right: auto; }
    #environment-page .item-area .item .img-area {
      height: 300px;
      margin-bottom: 15px; }
      @media screen and (max-width: 960px) {
        #environment-page .item-area .item .img-area {
          height: 260px; } }
    #environment-page .item-area .item .stc-area {
      padding: 0 1em; }
      #environment-page .item-area .item .stc-area h4 {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0.2em;
        color: #323232;
        margin-bottom: 10px; }
      #environment-page .item-area .item .stc-area p {
        font-size: 12px;
        line-height: 1.7;
        letter-spacing: 0.1em;
        color: #323232;
        margin-bottom: 3px; }
        @media screen and (max-width: 640px) {
          #environment-page .item-area .item .stc-area p {
            display: none; } }
        #environment-page .item-area .item .stc-area p:nth-of-type(2) {
          margin-bottom: 6px; }
      #environment-page .item-area .item .stc-area a {
        display: inline-block;
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0.1em;
        color: #073c83;
        border-bottom: 1px solid #073c83;
        padding-bottom: 0; }
        @media screen and (max-width: 960px) {
          #environment-page .item-area .item .stc-area a {
            font-size: 12px; } }
        @media screen and (max-width: 640px) {
          #environment-page .item-area .item .stc-area a {
            font-size: 15px;
            font-family: "FP-ヒラギノ角ゴ ProN W6"; } }
        @media screen and (max-width: 480px) {
          #environment-page .item-area .item .stc-area a {
            font-size: 14px; } }
        #environment-page .item-area .item .stc-area a:hover {
          opacity: .7; }

#news-area {
  max-width: 1280px;
  margin: 0 auto; }

#privacy-page {
  background-color: #d9d9d9;
  padding: 45px 1em 100px; }
  #privacy-page .section-inner {
    max-width: 1120px;
    background-color: #FFF;
    padding: 75px 1.5em 90px;
    margin: 0 auto; }
  #privacy-page .content-box {
    max-width: 745px;
    margin: 0 auto; }
  #privacy-page .row {
    margin-bottom: 50px; }
    #privacy-page .row p {
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: 0.1em;
      color: #323232; }
    #privacy-page .row .btn {
      max-width: 444px;
      margin: 70px auto 0px; }
    #privacy-page .row .email {
      color: #808080; }
  #privacy-page h2 {
    font-size: 23px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    text-align: center;
    color: #073c83;
    margin-bottom: 65px; }
    @media screen and (max-width: 960px) {
      #privacy-page h2 {
        font-size: 21px; } }
    @media screen and (max-width: 640px) {
      #privacy-page h2 {
        font-size: 20px; } }
  #privacy-page h3 {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    color: #323232;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 640px) {
      #privacy-page h3 {
        font-size: 17px; } }
  #privacy-page .stc {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #323232;
    margin-bottom: 75px; }
  #privacy-page h4 {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    color: #323232;
    margin-bottom: 25px; }
    @media screen and (max-width: 640px) {
      #privacy-page h4 {
        font-size: 15px; } }

#sitemap-page {
  background-color: #d9d9d9;
  padding: 45px 1em 100px; }
  #sitemap-page .section-inner {
    max-width: 1120px;
    background-color: #FFF;
    padding: 75px 1.5em 90px;
    margin: 0 auto; }
  #sitemap-page .content-box {
    max-width: 745px;
    margin: 0 auto; }
  #sitemap-page h2 {
    font-size: 23px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    text-align: center;
    color: #073c83;
    margin-bottom: 65px; }
    @media screen and (max-width: 960px) {
      #sitemap-page h2 {
        font-size: 21px; } }
    @media screen and (max-width: 640px) {
      #sitemap-page h2 {
        font-size: 20px; } }
  #sitemap-page .row {
    margin-bottom: 18px; }
    #sitemap-page .row .arrow-link {
      position: relative;
      display: inline-block;
      padding-bottom: 18px;
      padding-right: 62px; }
      #sitemap-page .row .arrow-link .blue-link {
        font-family: "FP-ヒラギノ角ゴ ProN W6";
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 0.2em;
        color: #073c83;
        margin-bottom: 18px; }
      #sitemap-page .row .arrow-link .arrow {
        position: absolute;
        top: 11px;
        right: 10px;
        width: 30px;
        height: 7px;
        background: url("../img/arrow.svg") no-repeat center center;
        margin: auto;
        -webkit-transition: all 1s;
        transition: all 1s; }
    #sitemap-page .row .small-link {
      display: inline-block;
      vertical-align: top;
      width: 31.5%;
      font-size: 14px;
      line-height: 1.7;
      letter-spacing: 0.1em;
      color: #808080;
      margin-right: 1.5%;
      margin-bottom: 10px; }
      @media screen and (max-width: 640px) {
        #sitemap-page .row .small-link {
          display: block; } }
      #sitemap-page .row .small-link:nth-of-type(3n) {
        margin-right: 0%; }
    #sitemap-page .row .two .small-link {
      width: 48%; }

#contact-page {
  background-color: #d9d9d9;
  padding: 45px 1em 100px; }
  #contact-page .section-inner {
    max-width: 1120px;
    background-color: #FFF;
    padding: 75px 1.5em 90px;
    margin: 0 auto; }
  #contact-page .content-box {
    max-width: 745px;
    margin: 0 auto; }
  #contact-page .btn {
    display: block;
    width: 100%;
    max-width: 444px;
    margin: 45px auto 0px; }
  #contact-page svg {
    display: block;
    max-width: 322px;
    margin: 0 auto 70px; }
  #contact-page .stc {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin: 50px auto 30px; }
    #contact-page .stc a {
      color: #808080; }
    #contact-page .stc span {
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: 0.1em;
      color: #aa0000; }
  #contact-page h2 {
    font-size: 23px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    text-align: center;
    color: #073c83;
    margin-bottom: 90px; }
    @media screen and (max-width: 960px) {
      #contact-page h2 {
        font-size: 21px; } }
    @media screen and (max-width: 640px) {
      #contact-page h2 {
        font-size: 20px; } }
  #contact-page .stc {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    text-align: center;
    color: #323232;
    margin-bottom: 75px; }
  #contact-page .email {
    color: #808080; }

.input-form {
  position: relative;
  text-align: left;
  max-width: 800px;
  margin: 50px auto 0px;
  /*    .wpcf7-list-item-label:after {
          -webkit-transition: border-color 0.2s linear;
          transition: border-color 0.2s linear;
          position: absolute;
          top: 50%;
          left: 0px;
          display: block;
          margin-top: -12px;
          width: 40px;
          height: 40px;
          background-color: #dcdcdc;
          border-radius: 0px;
          content: '';
          z-index: 0;
      }
      .wpcf7-list-item-label:before {
          -webkit-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
          position: absolute;
          top: 50%;
          left: 14px;
          display: block;
          margin-top: -6px;
          width: 13px;
          height: 23px;
          border-right: 3px solid #323232;
          border-bottom: 3px solid #323232;
          content: '';
          opacity: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          z-index: 1;
      }*/
  /*    input[type=checkbox]:checked + .wpcf7-list-item-label:before {
          opacity: 1;
      }*/ }
  .input-form .secure-box {
    text-align: center; }
  .input-form p {
    position: relative; }
  .input-form .stc {
    margin-bottom: 35px !important; }
  .input-form .require {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #aa0000; }
  .input-form .gray-text {
    width: 150px;
    font-size: 110%;
    text-align: center;
    background-color: #dcdcdc;
    padding: 5px 10px 7px;
    margin: 0px 0 10px auto; }
    .input-form .gray-text span {
      position: absolute;
      top: 3px;
      left: 15px;
      font-size: 120%;
      color: #c30d23;
      margin-right: 5px; }
  .input-form .small {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    margin-top: 10px;
    margin-bottom: 50px; }
  .input-form .title {
    font-size: 14px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    line-height: 1.7;
    letter-spacing: 0.2em;
    margin: 20px 0 12px; }
    .input-form .title span {
      font-size: 14px;
      letter-spacing: 0.2em;
      color: #aa0000; }
  .input-form .file-area {
        /*        position: relative;
                &:before{
                    display:block;
                    content: '';
                    position: absolute;
                    top: 20px;
                    left: auto;
                    right: 33px;
                    width: 1px;
                    height: 16px;
                    background-color: $main-color !important;
                    @include trans10;

                }
                &:after{
                    display:block;
                    content: '';
                    position: absolute;
                    top: 26px;
                    right: 26px;
                    width: 16px;
                    height: 1px;
                    background-color: $main-color;
                    @include trans10;

                }*/ }
  .input-form input[type="file"] {
    font-size: 13px;
    /*        input[type="button"]{
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                position: relative;
                 display: block;
                background: none;
                background-color: #FFF;
                border: 1px solid #d9d9d9;
                padding: 8px 30px 8px 15px;
                font-size: 13px;
                line-height: 1.5;
                letter-spacing: 0.1em;
            }*/ }
  .input-form input[type=text], .input-form input[type=email], .input-form textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 0;
    border: none;
    border: 1px solid #d9d9d9;
    padding: 8px 10px; }
    .input-form input[type=text].short, .input-form input[type=email].short, .input-form textarea.short {
      max-width: 200px; }
  .input-form button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: block;
    /*        width: 92%;
            max-width: 250px;
            color: #FFF;
            font-size: 18px;
            letter-spacing: 0.2em;
            background-color: #000;
            border: 2px solid #000;
            border-radius: 0;
            padding: 12px 0;
            margin: 50px auto 60px;*/
    -webkit-transition: all 1s;
    transition: all 1s;
    /*        &:hover{
                color: $main-color;
                background-color: #FFF;
            }*/ }
    .input-form button.off {
      opacity: 0.7; }
    .input-form button .fa {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 12px;
      height: 22px;
      font-size: 140%;
      font-weight: bold;
      margin: auto 0; }
  .input-form .btn.prev .arrow {
    position: absolute;
    left: 1.5em;
    right: auto;
    padding: 23px 0 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
    @media screen and (max-width: 960px) {
      .input-form .btn.prev .arrow {
        left: 5%; } }
    @media screen and (max-width: 640px) {
      .input-form .btn.prev .arrow {
        left: 1.5em; } }
  .input-form .wpcf7c-btn-back .fa {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 12px;
    right: auto;
    height: 22px;
    font-size: 140%;
    font-weight: bold;
    margin: auto 0; }
  .input-form .btn-area {
    text-align: center; }
    .input-form .btn-area button {
      display: inline-block !important;
      width: 48% !important;
      margin-right: 2% !important; }
      @media screen and (max-width: 640px) {
        .input-form .btn-area button {
          display: block !important;
          width: 100% !important;
          margin: 20px auto 30px !important; } }
      .input-form .btn-area button:last-of-type {
        margin-right: 0% !important; }
        @media screen and (max-width: 640px) {
          .input-form .btn-area button:last-of-type {
            margin: 20px auto 0px !important; } }
  .input-form .att {
    margin: 50px auto 25px;
    text-align: center; }
  .input-form .policy-area {
    position: relative;
    text-align: center; }
    .input-form .policy-area .wpcf7-not-valid-tip {
      right: 0; }
    .input-form .policy-area .wpcf7-list-item label {
      margin-right: 0px; }
  .input-form .border-p {
    position: relative;
    border-bottom: 1px solid #c8c8c8;
    padding: 8px 0; }
  .input-form .age {
    position: relative;
    max-width: 180px;
    padding-right: 30px; }
    .input-form .age p {
      position: absolute;
      top: 12px;
      right: 0;
      font-size: 15px;
      line-height: 1.7;
      letter-spacing: 0.1em; }
  .input-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: none;
    border: none;
    border: 1px solid #dedede;
    border-radius: 0;
    padding: 8px 25px 8px 10px; }
  .input-form select::-ms-expand {
    display: none; }
  .input-form .select-group {
    position: relative;
    max-width: 400px; }
    .input-form .select-group:after {
      position: absolute;
      top: 15px;
      right: 8px;
      width: 10px;
      height: 10px;
      content: '';
      z-index: 2;
      border-top: 1px solid #073c83;
      border-right: 1px solid #073c83;
      display: inline-block;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); }
    .input-form .select-group .wpcf7-not-valid-tip {
      display: none !important; }
  .input-form input[type=radio], .input-form input[type=checkbox] {
    margin-right: 5px; }
  .input-form input[type=radio], .input-form input[type=checkbox] {
    display: none; }
  .input-form input[type=radio] + span, .input-form input[type=checkbox] + span, .input-form .wpcf7c-conf-hidden + span {
    position: relative;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    letter-spacing: 0.1em;
    padding: 2px 0px 0px 34px;
    margin-bottom: 10px;
    margin-right: 20px; }
  .input-form input[type=radio] + span::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #FFF;
    border: 1px solid #b5b5b6;
    border-radius: 50%; }
  .input-form input[type=radio]:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 14px;
    height: 14px;
    background: #323232;
    border-radius: 50%; }
  .input-form input[type=checkbox] + span::before, .input-form .wpcf7c-conf-hidden + span::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #FFF;
    border: 1px solid #b5b5b6; }
  .input-form .wpcf7c-conf-hidden + span::before {
    background: none;
    border: none; }
  .input-form input[type=checkbox]:checked + span::after, .input-form .wpcf7c-conf-hidden + span::after {
    display: block;
    content: "";
    width: 12px;
    height: 6px;
    position: absolute;
    top: 9px;
    left: 5px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin: auto; }
  .input-form .wpcf7-list-item-label {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-weight: normal;
    /*padding: 5px 0px 0px 10px;*/ }
  .input-form .wpcf7-list-item label {
    margin-right: 30px;
    margin-bottom: 10px; }
  .input-form .your-tel1 {
    display: inline-block;
    width: 100px; }
    .input-form .your-tel1 input[type=text] {
      background-color: #dcdcdc;
      border: none; }
  .input-form .your-tel2 {
    display: inline-block;
    width: 100px; }
    .input-form .your-tel2 input[type=text] {
      background-color: #dcdcdc;
      border: none; }
  .input-form .your-tel3 {
    display: inline-block;
    width: 100px; }
    .input-form .your-tel3 input[type=text] {
      background-color: #dcdcdc;
      border: none; }
  .input-form .tel-about {
    display: block;
    margin-top: 20px;
    margin-left: 0; }
  .input-form .zip1, .input-form .zip2 {
    display: inline-block;
    width: 80px; }
    .input-form .zip1 input[type=text], .input-form .zip2 input[type=text] {
      background-color: #dcdcdc;
      border: none; }
  .input-form .zip2 {
    width: 100px; }
  .input-form .pref {
    margin-left: 15px; }
  .input-form .address {
    display: block;
    margin-top: 15px; }
    .input-form .address input[type=text] {
      border: none; }
  .input-form #select-group .select-group {
    display: inline-block;
    width: 120px; }
  .input-form #final #school {
    display: inline-block;
    width: 100px; }
  .input-form #final .schoolname {
    display: inline-block;
    margin-left: 10px; }
    .input-form #final .schoolname p {
      display: inline-block; }
      .input-form #final .schoolname p input[type=text] {
        background-color: #dcdcdc;
        width: 180px; }
  .input-form #final .depart {
    display: inline-block;
    margin-left: 10px; }
    @media screen and (max-width: 720px) {
      .input-form #final .depart {
        margin-top: 15px; } }
    .input-form #final .depart p {
      display: inline-block; }
      .input-form #final .depart p input[type=text] {
        background-color: #dcdcdc;
        width: 180px; }
  .input-form .border-box {
    border: 1px solid #c8c8c8;
    padding: 20px 1.5em;
    margin: 10px 0 18px; }
    .input-form .border-box h4 {
      margin-bottom: 5px; }
    .input-form .border-box p span {
      font-family: 'Open Sans', sans-serif; }
  .input-form .gladuate-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px; }
  .input-form #birthday {
    position: relative; }
  .input-form #birthday1 {
    display: inline-block;
    vertical-align: middle;
    width: 100px; }
  .input-form #birthday2 {
    display: inline-block;
    vertical-align: middle;
    width: 80px; }
  .input-form #birthday3 {
    display: inline-block;
    vertical-align: middle;
    width: 80px; }

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