/*----TOP----*/
#index .bs-docs-section {
  background-color: #FBFAF8;
  background-image: url(../images/re_topimage.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  min-height: 500px;
  position: relative;
}

#index .bs-docs-section .bs-component {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

#index .bs-docs-section .bs-component h1 {
  font-size: 60px;
  font-weight: 500;
}

#index .bs-docs-section .bs-component .p_lead {
  font-size: 30px;
}

#index section {
  margin-bottom: 3rem;
}

#index section h2 {
  margin-bottom: 40px;
}

#index section.lead h2 {
  font-size: 3rem;
  -moz-text-shadow: 1px 1px 3px rgba(120, 120, 120, 0.65);
  -webkit-text-shadow: 1px 1px 3px rgba(120, 120, 120, 0.65);
  -ms-text-shadow: 1px 1px 3px rgba(120, 120, 120, 0.65);
  text-shadow: 1px 1px 3px rgba(120, 120, 120, 0.65);
  line-height: 3.4rem;
  font-weight: 600;
}

#index section.lead .subtitle strong {
  font-size: 2.4rem;
  font-weight: 700;
}

@media only screen and (max-width: 599px) {
  #index section.lead .subtitle strong {
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }
}

#index section.lead p {
  font-size: 1.1rem;
}

#index section.banner_area p {
  text-align: center;
}

#index section.banner_area p img {
  width: 100%;
}

#index .jumbotron {
  padding: 2rem 2rem;
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  /*font-family: 'Noto Serif JP', serif;*/
}

#index .jumbotron h1.display-5 {
  -moz-text-shadow: 1px 1px 3px rgba(120, 120, 120, 0.65);
  -webkit-text-shadow: 1px 1px 3px rgba(120, 120, 120, 0.65);
  -ms-text-shadow: 1px 1px 3px rgba(120, 120, 120, 0.65);
  text-shadow: 1px 1px 3px rgba(120, 120, 120, 0.65);
  font-weight: 700;
}

#index .jumbotron .p_lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}

#index .jumbotron button {
  min-width: 250px;
  border-radius: 0;
  padding: 10px 20px;
}

#index .jumbotron h1 br {
  display: none;
}

#index #point, #index #news {
  background-color: #FBFAF8;
  padding: 4rem 0;
}

#index #point .card, #index #news .card {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  border: none;
  text-align: center;
}

#index #point .card .btn, #index #news .card .btn {
  padding: 10px 40px;
  border-radius: 0;
}

#index #point .card-text, #index #news .card-text {
  text-align: center;
}

#index #point .card-body, #index #news .card-body {
  padding-bottom: 2rem;
}

#index #point .point-circle.kakou, #index #news .point-circle.kakou {
  background-color: #C40315;
}

#index #point .point-circle.list, #index #news .point-circle.list {
  background-color: #C40315;
}

#index #point .point-circle.cad, #index #news .point-circle.cad {
  background-color: #C40315;
}

#index #point .point-circle, #index #news .point-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 60px;
  line-height: 100px;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  margin-bottom: 1rem;
  vertical-align: top;
}

#index #point .point-circle img, #index #news .point-circle img {
  width: 60px;
  filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  vertical-align: baseline;
}

#index #point h4, #index #news h4 {
  margin: 1rem 0;
  text-align: center;
}

#index #point .service_bn, #index #news .service_bn {
  padding: 5px;
  margin-bottom: 50px;
  border: 3px solid #C40315;
  background: linear-gradient(to right, #323232 0%, #323232 40%, rgba(50, 50, 50, 0) 100%), url(/images/service_bn.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
}

#index #point .service_bn a, #index #news .service_bn a {
  display: block;
  color: #fff;
}

#index #point .service_bn .wrap, #index #news .service_bn .wrap {
  border: 1px solid #C40315;
  padding: 40px 50px;
}

#index #point .service_bn h3, #index #news .service_bn h3 {
  font-family: 'Antonio', sans-serif;
  display: flex;
  align-items: center;
}

#index #point .service_bn h3:after, #index #news .service_bn h3:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}

#index #point .service_bn h3:after, #index #news .service_bn h3:after {
  margin-left: 1rem;
}

#index #point .service_bn p:first-of-type, #index #news .service_bn p:first-of-type {
  font-size: 40px;
  letter-spacing: -0.1em;
  margin-bottom: 5px;
}

#index #point .service_bn p:nth-of-type(2), #index #news .service_bn p:nth-of-type(2) {
  font-size: 16px;
  margin-left: 0.3rem;
  margin-bottom: 20px;
  display: inline-block;
  background-color: dimgray;
  padding: 5px 10px;
  color: #fff;
}

#index #point .service_bn ul, #index #news .service_bn ul {
  margin-left: -1.8rem;
  margin-bottom: 20px;
}

#index #point .service_bn ul li, #index #news .service_bn ul li {
  list-style: none;
  margin-bottom: 5px;
}

#index #point .service_bn ul li::before, #index #news .service_bn ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  padding-right: 5px;
  color: #C40315;
}

#index #point .service_bn .btn, #index #news .service_bn .btn {
  background-color: #C40315;
  border-color: #C40315;
  border-radius: 0;
  padding: 10px 20px;
  color: #fff;
}

#index #point .service_bn a:hover .wrap, #index #news .service_bn a:hover .wrap {
  background: rgba(218, 218, 218, 0.1);
}

#index #point .service_bn a:hover .btn, #index #news .service_bn a:hover .btn {
  background-color: #BB2D3B;
}

#index #sample a {
  display: block;
}

#index #sample a:hover h4 {
  background-color: #bb2d3b;
}

#index #sample a:hover img {
  opacity: 0.8;
  transition-duration: 0.3s;
}

#index #sample h4 {
  font-size: 18px;
  background-color: #C40315;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  padding: 15px 0;
}

#index #sample h4 i {
  margin-right: 10px;
}

#index #sample .thum {
  overflow: hidden;
}

#index #sample img {
  width: 100%;
  transition-duration: 0.3s;
}

#index #news {
  margin-bottom: 0;
}

#index footer {
  margin-top: 0;
}

@media only screen and (max-width: 599px) {
  #index .jumbotron h1 br {
    display: block;
  }
  #index .jumbotron {
    margin-bottom: 0;
  }
  #index .jumbotron .p_lead {
    font-size: 1rem;
  }
  #index section {
    margin-bottom: 2rem;
  }
  #index .bs-docs-section {
    min-height: 260px;
    padding: 0;
  }
  #index .bs-docs-section .bs-component h1 {
    font-size: 34px;
  }
  #index .bs-docs-section .bs-component .p_lead {
    font-size: 20px;
  }
  #index #point, #index #news {
    padding: 2rem 0;
  }
  #index #point .service_bn, #index #news .service_bn {
    background-size: cover;
  }
  #index #point .service_bn .wrap, #index #news .service_bn .wrap {
    padding: 30px 20px;
  }
  #index #point .service_bn p:first-of-type, #index #news .service_bn p:first-of-type {
    font-size: 26px;
    letter-spacing: -0.1em;
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=index.css.map */