/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2017/01/13, 16:33:29
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2017/01/06, 11:43:47
    Author     : kobayashi
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2017/01/06, 11:57:22
    Author     : kobayashi
*/
.img-responsive {
  width: 100%;
}

a {
  outline: none;
}

/*font*/
.f_open_sans {
  font-family: "Open Sans", sans-serif;
}

.f_montserrat {
  font-family: "Montserrat", sans-serif;
}

/*header.*/
.header {
  position: fixed;
  z-index: 9999;
}

.fnj_logo {
  display: block;
  position: absolute;
  cursor: pointer;
}

@media screen, print and (min-width: 768px) {
  .fnj_logo {
    top: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
  }
  .fnj_logo:hover path {
    fill: red;
    /*      animation: flash 1.5s;
          -webkit-animation: flash 1.5s;*/
  }
}
@media (min-width: 1301px) {
  .fnj_logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .fnj_logo {
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 320px) {
  .fnj_logo {
    width: 120px;
  }
}
@-webkit-keyframes flash {
  0% {
    background-color: #fff;
  }
  10% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes flash {
  0% {
    background-color: #fff;
  }
  10% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
.h1_common {
  position: absolute;
  font-size: 10px;
  font-weight: 400;
  top: 0;
  left: 170px;
}
@media (max-width: 767px) {
  .h1_common {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .h1_common {
    top: 0;
    left: 195px;
  }
}
@media (min-width: 901px) and (max-width: 1300px) {
  .h1_common {
    top: 20px;
    left: 200px;
  }
}
@media (min-width: 1301px) {
  .h1_common {
    font-size: 12px;
    top: 20px;
    left: 300px;
  }
}
@media (max-width: 320px) {
  .h1_common {
    font-size: 8px;
    top: 2px;
    left: 135px;
  }
}

@media (max-width: 990px) {
  .gnav nav > ul > li > a {
    font-size: 14px;
  }
}

/*footer.*/
@media (min-width: 768px) {
  footer > .container {
    width: 100%;
  }

  .footer-link ul li {
    list-style-type: none;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .footer-link ul li {
    list-style-type: none;
    height: 45px;
    border-bottom: 1px solid #363947;
    padding-top: 15px;
  }
}
.footer-link img {
  max-height: 10vh;
  margin: 0 auto;
}

.footer-link ul li a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  width: 95%;
}

.footer-link ul li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #363947;
  transition: 0.15s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer-link ul li a:hover::after {
  width: 100%;
}

footer .sns_btns {
  list-style: none;
  display: flex;
  width: 115px;
  justify-content: space-between;
  margin: 0 0 0 auto;
  padding: 0;
}

.copyright a {
  color: #fff;
}
.copyright a:hover {
  text-decoration: underline;
}
.copyright a:visited, .copyright a:active {
  color: #fff;
}

.footContainer {
  padding-right: 0;
  padding-left: 0;
}

/*button*/
.bottom_border_dot {
  border-bottom: 1px dotted #363846;
}

.more_view_wrap {
  background-color: black;
  height: 34px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  font-size: 120%;
  text-align: center;
  padding-left: 20px;
  margin-top: 5px;
  overflow: hidden;
}

.more_view_wrap a, .more_view_wrap .more_view_icon {
  color: #fff;
  text-decoration: none;
  z-index: 2;
  position: relative;
}

.more_view {
  margin-top: 5px;
  font-size: 0.9rem;
}

.more_view_wrap a {
  color: white;
  text-decoration: none;
}
.more_view_wrap a:hover {
  color: #fff;
}

.more_view_icon {
  color: #fff;
  font-size: 50%;
}

.more_view_txt {
  position: relative;
  top: 2px;
}

.btn-6 {
  color: white;
}

.btn-6 .btn-6-span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: white;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.6s, height 0.6s;
  transition: width 0.6s, height 0.6s;
  color: #000;
  opacity: 0.3;
}

.btn-6:hover {
  color: #000;
}

.btn-6:hover .btn-6-span {
  width: 562.5px;
  height: 562.5px;
}

.more_view_red_wrap {
  height: 34px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  font-size: 120%;
  text-align: center;
  padding-left: 20px;
  margin-top: 12px;
  overflow: hidden;
  border: 3px solid #9f0401;
}

.more_view_red_wrap a, .more_view_red_wrap .more_view_icon {
  color: #fff;
  text-decoration: none;
  z-index: 2;
  position: relative;
}

.more_view_red_wrap:hover {
  border-color: white;
}

.more_view_red_wrap,
.more_view_red_wrap::before,
.more_view_red_wrap::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.more_view_red {
  margin-top: 3px;
  font-size: 0.9rem;
}

.more_view_red_wrap a {
  color: white;
  text-decoration: none;
}
.more_view_red_wrap a:hover {
  color: #fff;
}

.more_view_red_icon {
  /*color:red;*/
  font-size: 1rem;
}

.more_view_txt {
  position: relative;
  top: 2px;
}

.more_view_red_triangle {
  padding-top: 18px;
  /*font-size: 2rem;*/
  height: 84px;
}

p#page-top {
  position: fixed;
  right: 30px;
  bottom: 40px;
}

.rote-effect {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}

.rote-effect:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.contact_us_wrap {
  background-color: #018ce7;
  color: white;
  text-align: center;
  font-size: 1rem;
}

.contact_us {
  color: black;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  /* CSS3 */
  border: 1px;
  border: 2px solid black;
  font-size: 1.1rem;
  margin-top: 20px;
  height: 40px;
  padding-top: 5px;
  font-weight: bold;
}
.contact_us:hover {
  color: white;
  background-color: black;
  border: 2px solid white;
}

#navToggle {
  position: absolute;
  cursor: pointer;
  background-color: #000;
  text-align: center;
}
#navToggle div {
  position: relative;
}
#navToggle span {
  display: block;
  position: absolute;
  width: 50%;
  border-bottom: solid 1px #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#navToggle:hover {
  /*border: 1px solid white;*/
}

.openNav #navToggle span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.openNav #navToggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.openNav nav {
  -moz-transform: translateY(351px);
  -webkit-transform: translateY(351px);
  transform: translateY(351px);
}

@media screen and (min-width: 768px) {
  #navToggle {
    right: 30px;
    top: 30px;
    width: 60px;
    height: 60px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    /* CSS3 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #navToggle span:nth-child(1) {
    top: 22px;
  }

  #navToggle span:nth-child(2) {
    top: 35px;
  }

  .openNav #navToggle span:nth-child(1) {
    top: 30px;
  }

  .openNav #navToggle span:nth-child(2) {
    top: 30px;
  }

  #navToggle div {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  #navToggle {
    right: 5px;
    top: 5px;
    width: 40px;
    height: 40px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    /* CSS3 */
    border: 1px;
  }

  #navToggle span:nth-child(1) {
    top: 14px;
  }

  #navToggle span:nth-child(2) {
    top: 25px;
  }

  .openNav #navToggle span:nth-child(1) {
    top: 20px;
  }

  .openNav #navToggle span:nth-child(2) {
    top: 20px;
  }

  #navToggle div {
    padding-left: 10px;
  }
}
.drawer-nav ul li a {
  color: white;
}

.facebook_icon {
  height: 22px;
  width: 22px;
}

@media screen and (min-width: 768px) {
  .drawer-nav-wrap {
    position: fixed;
    transform: rotate(4deg);
    height: 120vh;
    z-index: 8998;
    width: 40vw;
    left: 66.6vw;
    top: -20px;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }

  .drawer-nav {
    margin-top: 100px;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    z-index: 8999;
    width: 40vw;
    left: 60vw;
    display: none;
  }

  .drawer-nav ul {
    text-align: center;
    padding: 0;
  }

  .drawer-nav ul li {
    height: 40px;
    padding: 0;
  }

  .navi-info {
    color: white;
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .drawer-nav-wrap {
    position: fixed;
    z-index: 8998;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }

  .drawer-nav ul {
    text-align: center;
    padding: 0;
  }

  .drawer-nav ul li {
    height: 35px;
  }

  .drawer-nav {
    margin-top: 30px;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    width: 100vw;
    z-index: 8999;
    display: none;
  }

  .navi-info {
    color: white;
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
  }
}
.nav-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.shadow-screen {
  position: fixed;
  height: 100vh;
  background-color: black;
  opacity: 0.4;
  z-index: 2;
  display: none;
}

.section-bar {
  width: 62px;
}

#circle-view-left, #circle-view-right {
  position: relative;
}

#subpage_top_image {
  background-image: url("../images/index/top_info.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  padding: 0;
}

.header_str {
  font-size: 5rem;
  font-weight: bold;
  color: black;
  position: relative;
  top: -65px;
  left: 9vw;
}

@media screen and (max-width: 767px) {
  .header_str {
    font-size: 2.5rem;
    top: -30px;
  }
}
ol.bread li {
  list-style: none;
  display: inline;
}

ol.bread li a {
  text-decoration: underline;
}

.bread {
  text-align: right;
  font-size: 0.75rem;
  color: black;
  margin-bottom: 35px;
}

.breadDeb {
  text-align: right;
  font-size: 0.75rem;
  color: black;
  margin-bottom: 35px;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.breadDeb li {
  list-style: none;
}
.breadDeb li a {
  text-decoration: underline;
  color: #48adf0;
}
.breadDeb li:not(:last-child)::after {
  content: ">";
  padding: 0 0.3em 0 0.4em;
  color: #48adf0;
}

.sub_page_top_image {
  padding-right: 0;
}

.h1_title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 20px 0 25px 15px;
}

.h2_title {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 20px 0 25px 15px;
}

.works_border {
  border: 1px solid #dddddd;
}

@media screen and (min-width: 768px) {
  /* addtional 2017.09.13
   */
  #mail_contact, .considered-box {
    position: relative;
  }

  #mail_contact > a {
    display: block;
  }

  #mail_contact a > img {
    cursor: pointer;
  }

  #mail_contact .inner-case {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    color: white;
    font-size: 25px;
    text-align: center;
    font-family: Meiryo, YuGothic, "Hiragino Kaku Gothic Pro W3", Meiryo, Osaka, "MS PGothic", sans-serif;
    width: 98%;
    max-width: 1170px;
  }

  .considered-box > .inner-case {
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    color: white;
    font-size: 25px;
    text-align: center;
    font-family: Meiryo, YuGothic, "Hiragino Kaku Gothic Pro W3", Meiryo, Osaka, "MS PGothic", sans-serif;
    width: 100%;
  }

  #mail_contact .inner-case > .contact-icon {
    width: 16.66%;
    margin: 0 auto;
  }

  .contact-icon a img {
    display: block;
    position: absolute;
    right: 14px;
    top: -40px;
    display: block;
  }

  .considered-icon {
    width: 19.22%;
    margin: 0 auto;
  }

  .considered-title {
    display: inline-block;
    border: solid 2px #fff;
    margin: 7% auto 3.6%;
    line-height: 1.1;
    padding: 1.1% 2%;
  }
}
@media screen and (max-width: 767px) {
  .considered-box > .inner-case {
    position: absolute;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    color: white;
    font-size: 25px;
    text-align: center;
    font-family: Meiryo, YuGothic, "Hiragino Kaku Gothic Pro W3", Meiryo, Osaka, "MS PGothic", sans-serif;
    width: 98%;
  }

  .considered-title {
    width: 39%;
    border: solid 2px #fff;
    margin: 7% auto 3.6%;
    line-height: 1.1;
    padding: 1.3% 0;
  }

  .considered-icon {
    width: 22.22%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .considered-title {
    font-size: 2rem;
  }

  .considered-det {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .considered-title {
    font-size: 1.2rem;
  }

  .considered-det {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .considered-title {
    font-size: 4.9vw;
  }

  .considered-det {
    font-size: 3.5vw;
  }
}
span.office {
  font-weight: bold;
}

#mail_contact .more_view_wrap {
  width: 240px;
  position: absolute;
  right: 4%;
  top: -45px;
}

@media screen and (max-width: 767px) {
  div.navi-info a {
    color: #fff;
  }

  div.navi-info p.navi-info-tk {
    margin: 0 0 30px;
  }
}
p.contact-sentence {
  right: 4%;
}

h3.contact-sentence {
  right: 4%;
}

@media screen and (min-width: 768px) {
  p.contact-sentence {
    font-size: 62%;
    color: #333;
    position: absolute;
    right: 0%;
    text-align: left;
    font-weight: bold;
    top: -130px;
  }

  h3.contact-sentence {
    font-size: 62%;
    color: #333;
    position: absolute;
    right: 0%;
    text-align: left;
    font-weight: bold;
    top: -130px;
  }

  .contact-osk {
    border-bottom: 1px solid #333;
    padding-left: 90px;
    position: absolute;
    left: -90px;
    font-size: 88%;
  }

  .contact-tk {
    border-bottom: 1px solid #333;
    padding-right: 100px;
    position: absolute;
    right: -39%;
    font-size: 88%;
    min-width: 200px;
  }

  .contact-telNo {
    font-size: 90%;
    text-align: left;
    color: #333;
    position: absolute;
    right: 8%;
    top: 10px;
  }

  .contact-telNo-tk {
    position: absolute;
    right: 10%;
    bottom: -230px;
    color: #333;
    font-size: 89%;
    text-align: left;
    top: 84px;
  }

  .contact-icon a img {
    right: 2%;
  }

  #mail_contact .more_view_wrap {
    width: 28%;
    right: 10px;
    top: -58px;
  }
}
@media screen and (min-width: 991px) {
  p.contact-sentence {
    font-size: 80%;
    color: #333;
    position: absolute;
    right: 0%;
    text-align: left;
    font-weight: bold;
    top: -130px;
  }

  h3.contact-sentence {
    font-size: 80%;
    color: #333;
    position: absolute;
    right: 0%;
    text-align: left;
    font-weight: bold;
    top: -130px;
  }

  .contact-icon a img {
    position: absolute;
    right: 2%;
    top: -40px;
    display: block;
  }

  .contact-telNo {
    font-size: 80%;
    text-align: left;
    color: #333;
    position: absolute;
    right: 14%;
    top: 26px;
  }

  .contact-telNo-tk {
    position: absolute;
    right: 7%;
    bottom: -230px;
    color: #333;
    font-size: 80%;
    text-align: left;
    top: 100px;
  }

  .contact-tk {
    border-bottom: 1px solid #333;
    padding-right: 90px;
    position: absolute;
    right: -39%;
    font-size: 88%;
  }
}
@media screen and (min-width: 1199px) {
  p.contact-sentence {
    right: 4%;
  }

  h3.contact-sentence {
    right: 4%;
  }

  p.contact-telNo {
    right: 14%;
  }
}
.works_video_icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url("../images/common/video.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.works_video_icon_26 {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url("../images/common/video_26_26.png");
  background-size: cover;
  background-repeat: no-repeat;
}

a.footer_anc {
  color: #fff;
}

@media (max-width: 1300px) {
  .dev .fnj_logo {
    width: 160px;
  }
}
.dev .h1_common {
  font-size: 12px;
  position: absolute;
  top: 20px;
  left: 300px;
}
@media (max-width: 900px) {
  .dev .h1_common {
    display: none;
  }
}
@media (max-width: 1300px) {
  .dev .h1_common {
    font-size: 10px;
    left: 200px;
  }
}
@media (max-width: 990px) {
  .dev .gnav nav > ul > li > a {
    font-size: 14px;
  }
}
.dev .copyright a {
  color: #fff;
}
.dev .copyright a:hover {
  text-decoration: underline;
}
.dev .footContainer {
  padding-right: 0;
  padding-left: 0;
}

.footer-operating-site ul li {
  list-style-type: none;
}

.footer-operating-site ul li a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  width: 95%;
  font-size: 80%;
}

.footer-operating-site ul li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  background-color: #363947;
  transition: 0.15s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer-operating-site ul li a:hover::after {
  width: 100%;
}

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