@charset "UTF-8";
/* CSS Document */
header {
 /* background-image: url("/assets/img/home/keyV-bgimg.png");
 background-position: 0% 40%;*/
 background-image: url("/assets/img/home/keyV-bgimg-B.jpg");
 background-position: 50% 20%;
 /*background-image: url("/assets/img/home/keyV-bgimg-01.jpg");
 background-position: 50% 20%;*/
 
 /*background-image: url("/assets/img/home/keyV-bgimg-03.jpg");
 background-position: 50% 90px;
 -webkit-background-size:contain;
 -moz-background-size: contain;
 -o-background-size: contain;
 background-size: contain; */
 background-repeat: no-repeat;

 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 position: relative;
 /* background-color: #f8f9fa;
 background-color: #f6f7f8;*/
 /*padding: 0 0;*/
 padding: 8px 0 0 0;
 height: 700px;
 margin-bottom: 5rem;
 margin-top: 0;
}
.invert {
  filter: brightness(0) invert(1);
}
h3 {
 font-size: 0.95rem;
 font-weight: 600;
}
h3.card-title {
 margin: 0.25rem -0.5rem 0.5em -0.5rem;
}
@media(min-width:768px) {
 .navbar-expand-lg {
  background-color: #626262 !important;
  top: 640px;
 }
}
.catch-box {
 height: 550px;
 align-items: center;
}

@media(max-width:952px) and (min-width:768px) {
 header {
  height: 600px;
  margin-bottom: 1rem;
 }
.catch-box {
  height: 410px;
  align-items: center;
 }
  /*.navbar {
  padding: 0.1rem 1rem 0;
  z-index: 100;
  position: absolute;
  width: 100%;
 }*/
  .navbar-expand-lg {
  top: 506px;
  }
}



@media(max-width:767px) {
 header {
  height: 400px;
  margin-bottom: 1rem;
 }
 .catch-box {
  height: 370px; 
  align-items: center;
 }
 .navbar {
  padding: 0.1rem 1rem 0;
  z-index: 100;
  position: absolute;
  width: 100%;
 }
}

/*bgimg-03
@media(max-width:850px) {
  header {
  background-position: 50% 130px;
  }
}*/

@media(max-width:500px) {
  header {
    height: 380px
  }
}

.catch-A {
 font-family: 'Shippori Mincho', serif;
 font-size: clamp(26px, 5vw, 60px);
}
.catch-B {}
.catch, .mob-catch {
 display: none;
}
.to-info-index {
 font-size: 0.9rem;
 text-align: right;
}
.to-info-index a {
 color: #989595;
}
.to-info-index a:hover {
 text-decoration: underline;
}
.home-ban {
 margin-top: 1.5rem;
}
@media (max-width: 767px) {
.mob-catch {
  display: block;
  }
}
@media(max-width:575px) {
 .home-ban .mt-lg-3 {
  margin-top: 1.0rem;
 }
}
@media(max-width:510px) {
 .home h2 {
  font-size: 1.7rem;
 }
 /*.jumbotron {
  padding: 5rem 1rem;
  margin-bottom: 3rem;
  background-color: #e9ecef;
  border-radius: 0;
  margin-top: 2.0rem;
}*/
 /*.home article [class*="col"] {
  padding-right: 30px;
  padding-left: 30px;
}*/
 .home .info {
  margin-top: 2.0rem;
 }
 .home .info li {
  border-bottom: 1px solid #ccc;
  padding: 0.7rem 0.5rem 0.5rem
 }
 .home .info li:first-child {
  border-top: 1px solid #ccc;
 }
}