@charset "UTF-8";
/* CSS Document */

body {
  background-color: #fff;
}

:root {
  --usk: #710000;
}

p {
  line-height: 1.8;
}

.bg-usk {
  background-color: #710000 !important;
}

.bg-usk-container {
  background-color: #F9F9F9 !important;
}

a.bg-usk:hover, a.bg-usk:focus,
button.bg-usk:hover,
button.bg-usk:focus {
  background-color: #710000 !important;
}



header {
  width: 100%;
  height: auto;
  padding: 0.6rem 0;
  background-color: #fff;
  position: static;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-usk .navbar-brand {
  color: #fff;
}

.navbar-usk .navbar-brand:hover, .navbar-usk .navbar-brand:focus {
  color: #fff;
}

.navbar-usk .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-usk .navbar-nav .nav-link:hover, .navbar-usk .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-usk .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-usk .navbar-nav .show > .nav-link,
.navbar-usk .navbar-nav .active > .nav-link,
.navbar-usk .navbar-nav .nav-link.show,
.navbar-usk .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-usk .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-usk .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-usk .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-usk .navbar-text a {
  color: #fff;
}

.navbar-usk .navbar-text a:hover, .navbar-usk .navbar-text a:focus {
  color: #fff;
}

.navbar-nav li {
	padding: 0 0.8rem;
}

.navbar-nav li a {
  color: #fff;
}

.navbar-nav li a:hover {
  color: yellow;
}

.jumbotron {
  height: 180px;
  padding: 2rem 1rem;
  margin-bottom: 0.5rem;
  background-size: cover;
  background-position: center center;
  border-radius: 0.3rem;
}

.jumbotron-top {
  height: 800px;
  background-image: url(../images/jb_main.png);
  background-size: cover;
  vertical-align: bottom;
  font-size: 0;
  margin-bottom: -16px;
}

.jumbotron-about {
  height: 480px;
  background-image: url(../images/jb_about.png);
}

.jumbotron-jigyo {
  background-image: url(../images/jb_jigyo.png);
}

.jumbotron-product {
  background-image: url(../images/jb_jigyo.png);
}

.jumbotron-uwajima {
  background-image: url(../images/jb_uwajima.png);
}

.jumbotron-company {
  background-image: url(../images/jb_company.png);
}

.jumbotron .textarea-top {
  padding: 12.0rem 0;
}

.jumbotron .textarea {
  margin-top: 3.0rem;
  padding: 1.2rem 1rem 0.02rem;
  background: rgba(113,0,0,0.6);
  color: #fff;
}

.jumbotron .textarea h2 {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0.2rem 0.2rem 0.4rem black;
  font-size: 2.0rem;
}

.jumbotron .textarea p {
  text-shadow: 0.1rem 0.1rem 0.2rem black;
  line-height: 1.6;
  font-size: 1.4rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 0;
  }
}

@media (max-width: 576px) {
  .jumbotron {
    height: 360px;
  }

  .jumbotron .textarea-top {
    padding: 0.5rem 0;
  }

  .jumbotron .textarea-top img {
    width: 100%;
    padding: 3.0rem 0;
  }
  .jumbotron-about {
    height: 500px;
  }
  .jumbotron-about .textarea {
    margin-top: 0;
  }
  .jumbotron-about h2 {
    font-size: 1.2rem;
    text-align: left;
  }
  .jumbotron-about p {
    font-size: 1.1rem;
    text-align: left;
  }
  .jumbotron-jigyo,.jumbotron-product,.jumbotron-company,.jumbotron-uwajima {
    height: 160px;
  }
  .card-top, .about-img, .product-img, .uwajima-img, .company-img {
    width: 80%;
  }
  .about-txt, .jigyo-txt, .product-txt, .uwajima-txt, .company-txt {
    padding: 2.4rem;
  }
  
}

.card-top, .about-img, .product-img, .uwajima-img, .company-img {
  margin: 0 auto;
}

.about-txt {
  font-size: 1.2rem;
}

.about-value {
  padding: 1.0rem 3.0rem;
}

.about-value dl {
  padding-top: 1.6rem;
}

.about-value dl dt {
  font-size: 1.4rem;
}

.about-value dl dd {
  font-size: 1.2rem;
  padding-top: 1.0rem;
}

.work-all-pc, .jigyo-pc {
  width: 100%;
  display: block;
}

.work-all-sp, .jigyo-sp {
  width: 100%;
  display: none;
}

@media only screen and (max-width: 750px) {
  .work-all-pc, .jigyo-pc {
    width: 100%;
    display: none;
  }
  .work-all-sp, .jigyo-sp {
    width: 100%;
    display: block;
  }
}

.w-90 {
  width: 90%;
  margin: 0 auto;
}

.company-ul{
  padding-top: 0.8rem;
  padding-left: 2.2rem;
}

li {
  list-style: none;
}

@media only screen and (max-width: 750px) {
  .company-ul{
    padding-top: 0.6rem;
    padding-left: 0.4rem;
  }
  .company-ul00 {
    padding: 0.8rem;
  }
}

.product img {
  width: 100%;
  height: auto;
}


h5 {
  line-height: 1.6;
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
 
#page-top a {
    display: block;
    background: #202250;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
 
#page-top a:hover {
    background: #999;
    text-decoration: none;
}


#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 80%;
}

#page-top a {
  display: block;
  background: #ccc;
  color: #666;
  width: 100px;
  padding: 25px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
}

#page-top a:hover {
  background: #eee;
  text-decoration: none;
}

@media only screen and (max-width: 750px) {
  #page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 80%;
  }
  
  #page-top a {
    display: block;
    background: #ccc;
    color: #666;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
  }
  
  #page-top a:hover {
    background: #eee;
    text-decoration: none;
  }
}

footer {
  background-color: #710000;
  font-size: 0.8rem;
  height: 30px;
  width: 100%;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;
}

.breadcrumb li:after {/* ▶を表示*/
  font-family: FontAwesome;
  content: '\f0da';
  padding: 0 0.6em;
  color: silver;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #888;
}

.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: FontAwesome;
  content: '\f015';
  font-weight: normal;
  font-size: 1.0em;
  color: #aaa;
  padding-left: 0.6em;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}


.notfound {
    text-align: center;
}
.notfound img {
    margin: 0 auto;
}
.notfound_title {
	font-family: bebas-neue-pro, sans-serif;
	font-size: 8rem;
	color: crimson;
	padding: 0;
	margin: 0;
}
.notfound_txt {
	font-size: 1.2rem;
    font-weight: lighter;
}

.notfound_txt a {
	text-decoration: underline;
    color: blue;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {

  .pc {
      display: none;
  }
  .sp {
      max-width: 100%;
      display: block;
  }
}