@charset "UTF-8";
@font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/nsjpdl.woff") format("woff");
}
@font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/nsjprr.woff") format("woff");
}
@font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/nsjpm.woff") format("woff");
}
@font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/nsjpb.woff") format("woff");
}
@font-face {
  font-family: "nsjpr";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/nsjpbl.woff") format("woff");
}
:root {
  font-family-sans-serif: "nsjpr", sans-serif;
  font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
body {
  font-family: "nsjpr", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "nsjpr", sans-serif;
}
.overflow-hidden {
  overflow: hidden;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.form-control::placeholder {
  color: #dedede;
}
.bg-lightgreen {
  background-color: #e6ede9;
}
.heading {
  border-left: 6px solid #aaa;
  padding: 0 0 0 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">"
}
.footer-copyright {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}
.map iframe {
  width: 100%;
  height: 450px;
}
a {
  text-decoration-line: none;
}
a:hover {
  text-decoration-line: none;
}
/* 追加
============================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  display: block;
}
p span {
  display: block;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
#k-T .jumbotron {
  height: 600px;
  background-color: transparent !important;
}
#sec3 .container .row {
  background: url(../img/m-catch.png) right no-repeat;
  padding: 0;
  background-size: auto;
  background-position: top right;
}
#sec5 {
  background-color: transparent;
}
.font-a {
  font-size: 0.9rem;
}
.font-b {
  font-size: 1.0rem;
}
.font-c {
  font-size: 1.2rem;
}
.font-d {
  font-size: 1.6rem;
}
.font-e {
  font-size: 1.8rem;
}
.font-f {
  font-size: 2.0rem;
}
.palt {
  font-feature-settings: "palt";
}
.l-height-a {
  line-height: 1.7rem;
}
.l-height-b {
  line-height: 1.9rem;
}
.l-height-c {
  line-height: 3.0rem;
}
.c-bB {
  color: #20327d;
}
.c-lB {
  color: #186eab;
}
.c-B {
  color: #252525;
}
.c-B-50 {
  color: rgba(0, 0, 0, .5) !important
}
.bg-bB {
  background-color: #20327d;
}
.bg-lB {
  background-color: #186eab;
}
.bg-B {
  background-color: #252525;
}
.border-bB {
  border-color: #20327d !important
}
.btn-outline-info {
  color: #186eab;
}
.ta-il {
  color: #20327d; /*文字色*/
  padding: 0.2em 1.0em; /*文字周りの余白*/
  display: inline-block; /*おまじない*/
  line-height: 1.3; /*行高*/
  background: #FFFFFF; /*背景色*/
  vertical-align: middle;
  border-radius: 25px; /*左側の角を丸く*/
}
.table-sm tr, .table-sm tr td {
  height: 1.5rem;
}
#toContact .btn {
  border: 3px solid #17a2b8;
  border-radius: 0.5rem;
  color: #17a2b8;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#toContact .btn:hover {
  border: 3px solid #ffffff;
  color: #ffffff;
}
#s-Ttl {
  background-image: url("../img/head_bl.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15rem auto;
}
#hgrade h2 span {
  display: inline;
}
.btn-bB {
  color: #ffffff;
  background-color: #20327d;
  border-color: #20327d;
}
.tempwhite {
  background: rgba(255, 255, 255, 1);
  width: 100%;
}
.tempwhite_mid {
  background: rgba(255, 255, 255, 0.5);
}
#map-cap ul {
  text-align: center;
  margin-left: -10px;
  letter-spacing: -.4em; /* タグ改行時の空白防止 */
}
#map-cap li {
  display: inline-block;
  margin-left: 10px;
  letter-spacing: normal; /* 元に戻す */
}
/*-----トップ動画-----*/
.jumbotron {
  position: relative;
}
#bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url('../img/spbg.png') no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .1) 70%, rgba(0, 0, 0, .5) 90%);
  background-size: 4px 4px;
  z-index: -99;
}
/*---------------------*/
.fluid-box {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f8f9fa;
}
.fluid-box-inner {
  margin: 0 auto;
  background-color: #f8f9fa;
}
/* ----- 背景の上に表示させたいコンテンツ ----- */
.header-title {
  position: relative;
  z-index: 2;
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}
/* ----- ジャンプボタン ----- */
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
button.jump-kY {
  width: 13rem;
  height: auto;
}
.ptBoxW button.jump-kY {
  width: 12rem;
}
button.jump-kY .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: white;
  border-radius: 1.625rem;
}
.ptBoxW button.jump-kY .circle {
  background: #20327d;
}
button.jump-kY .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #20327d;
}
button.jump-kY .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 0.85rem;
  height: 0.125rem;
  background: none;
}
button.jump-kY .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #20327d;
  border-right: 0.125rem solid #20327d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ptBoxW button.jump-kY .circle .icon.arrow::before {
  border-top: 0.125rem solid white;
  border-right: 0.125rem solid white;
}
button.jump-kY .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.45rem 0.2rem;
  margin: 0 0 0 1.5rem;
  color: white;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.ptBoxW button.jump-kY .button-text {
  color: #20327d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.45rem 0.2rem;
  margin: 0 0 0 1.0rem;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #20327d;
  -webkit-transform: translate(1rem, 0);
  transform: translate(1rem, 0);
}
.ptBoxW button:hover .circle .icon.arrow {
  background: white;
}
button:hover .button-text {
  color: #20327d;
}
.ptBoxW button:hover .button-text {
  color: white;
}
/*-----イメージアクション01-----*/
#sec4 img {
  background: #fcbe32;
  opacity: 1.0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#sec4 img:hover {
  -webkit-transform: scale3d(0.95, 0.95, 1);
  transform: scale3d(0.95, 0.95, 1);
}
/*-----イメージアクション02-----*/
.card-img-box figure {
  position: relative;
  height: auto;
  overflow: hidden;
}
figure.up-eF {
  background: #000;
  overflow: hidden;
}
figure.up-eF img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.up-eF:hover img {
  opacity: 1.0;
}
figure.up-eF figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fcbe32;
  content: '';
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
figure.up-eF figcaption::before {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.up-eF:hover figcaption::before {
  opacity: 1.0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.center {
  margin: 0 0 50px;
}
.center img {
  width: 100%;
  height: auto;
}
.center .slick-next {
  right: 20px;
  z-index: 99;
}
.center .slick-prev {
  left: 15px;
  z-index: 100;
}
.slick-slide {
  margin: 0.7rem 0.35rem;
}
.text-decoration-none span {
  text-decoration-line: none;
}
/* footer */
footer.nb-footer {
  background: #222;
  border-top: 4px solid #20327d;
}
footer.nb-footer .footer-info-single {
  margin-top: 30px;
}
footer.nb-footer .footer-info-single .title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  border-left: 4px solid #ffffff;
  padding-left: 5px;
}
footer a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
/* 大デバイス（デスクトップ, 1200px 未満）
============================================== */
@media (min-width: 992px) {} /* END */
/* 中デバイス（タブレット, 992px 未満）
============================================== */
@media (max-width: 991.98px) {} /* END */
/* 小デバイス（横向きモバイル, 768px 未満）
============================================== */
@media (max-width: 767.98px) {
  .gnav-item {
    display: block;
    width: 100%;
    border: none;
  }
  .gnav-item + .gnav-item {
    border: none;
  }
  table th, table td {
    padding: .25rem !important;
  }
  table th:first-child {
    width: 25%;
  }
  #sec3 .container .row {
    background: url(../img/m-catch-s.png) no-repeat;
    background-position: top center;
    background-size: contain;
    padding-top: 42vw;
  }
  .ptBoxB .container .row h3, .ptBoxW .container .row h3 {
    font-size: 4.0vw;
    line-height: 1.6em;
  }
  #sec4 img {
    margin-bottom: 1.0rem;
  }
} /* END */

@media (max-width: 575.98px) {
  #bg-video {
    display: none;
  }
  #k-T .jumbotron {
    background: url(../img/spbg.png) #000 no-repeat center center;
  }
.overlay {
  display: none;
}
  #sec5{
	background: url(../img/spbg.png) #000 no-repeat center center fixed;
	}
  #topmovie {
    height: auto;
  }
  #s-Ttl h2 {
    padding: 0.5rem;
  }
  #s-Ttl h2 {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  #k-F #s-Ttl h2 span:nth-child(1) {
    display: inline;
  }
  #s-Ttl p span {
    display: inline;
  }
  #hgrade h2 {
    text-align: center;
    font-size: 1.3rem;
  }
  #hgrade h2 span:nth-child(1) {
    display: none;
  }
  #hgrade h2 span:nth-child(2) {
    display: block;
  }
  #sec3 .container .row {
    background: url(../img/m-catch-s.png) no-repeat;
    background-position: top center;
    background-size: contain;
    padding-top: 56vw;
  }
  .ptBoxB .container .row h3, .ptBoxW .container .row h3 {
    font-size: 5.2vw;
    line-height: 1.6em;
  }
  a[href*="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
} /* END */