/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 24 2021 | 06:10:58 */
@charset "UTF-8";

/* ============================================
  top
============================================ */


#page .header__nav-list {
  color: #fff;
}


/* mv
--------------------------------- */
#page .mv__section {
  background: url("/wp-content/uploads/sites/466/2021/06/bg_mv.jpg") no-repeat center center / cover;
  height: 100vh;
  position: relative;
}
#page .mv__inner {
  width: 100%;
  height: 100%;
}
#page .mv__catch {
  height: 100%;
  transition-delay: 0.8s;
}
#page .mv__catch-title {
  max-width: 820px;
  width: 70%;
  padding-top: 23%;
  margin: 0;
}
#page .mv__catch-text {
  margin: 2% 0 0 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  width: 80%;
  max-width: 884px;
}
#page .mv__catch-title .cls-1,
#page .mv__catch-text .cls-1 {
  opacity: 0;
  transition: .5s;
}
#page .mv__catch-title .cls-1.is-show,
#page .mv__catch-text .cls-1.is-show {
  opacity: 1;
}

#page .mv__scroll-wrap {
  height: 150px;
  position: absolute;
  left: 50%;
  bottom: 0;
  overflow: hidden;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.4s;
}
#page .mv__scroll-wrap.is-show {
  opacity: 1;
}
#page .mv__scroll {
  height: 125px;
  width: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  overflow: hidden;
  transform: translateX(-50%);
}
#page .mv__scroll-line {
  display: block;
  width: 2px;
  height: 125px;
  background: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1px;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: mv_scroll 2.5s infinite;
          animation: mv_scroll 2.5s infinite;
}
#page .mv__scroll-text {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

@keyframes mv_scroll {
  0% {
      transform: translateY(-100%);
  }
  5% {
      transform: translateY(-100%);
  }
  35% {
      transform: translateY(0);
  }
  65% {
      transform: translateY(0);
  }
  95% {
      transform: translateY(100%);
  }
  100% {
      transform: translateY(100%);
  }
}



/* search-line
--------------------------------- */
#page .search-line__section {
  padding: 30px 0 60px;
}
#page .search-line__title-main {
  font-size: 3rem;
}
#page .search-line__block {
  padding: 50px;
  margin-top: 40px;
  background: url("/wp-content/uploads/sites/466/2021/06/bg_search.jpg") no-repeat center center / cover;
  position: relative;
}
#page .search-line__block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(048, 51, 59, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}
#page .search-line__block-rows {
  position: relative;
}
#page .search-line__block-row {
  padding: 15px 0;
}
#page .search-line__block-list {
  flex: 1;
  padding-left: 20px;
}
#page .search-line__block-all,
#page .search-line__block-item {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 7px;
  position: relative;
}
#page .search-line__block-all a,
#page .search-line__block-item a {
  background: #fff;
  display: block;
  padding: 8px 10px;
  transition: background .2s;
  position: relative;
}
#page .search-line__block-all a {
  min-width: 180px;
}
#page .search-line__block-item a {
  min-width: 140px;
}
#page .search-line__block-all a::after,
#page .search-line__block-item a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-style: none solid solid none;
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}
#page .search-line__block-all a:hover,
#page .search-line__block-item a:hover {
  color: #fff;
  background: #880000;
}
#page .search-line__block-item::after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -7px;
  top: 50%;
}
#page .search-line__block-item:last-child::after {
  content: none;
}

/* search-bkn
--------------------------------- */
#page .search-bkn__section {
  padding: 20px 0;
}
#page .search-bkn {
  padding: 30px 0 60px;
}
#page .search-bkn__list {
  margin: 0 -15px;
  margin-top: 20px;
}
#page .search-bkn__bkn {
  width: 33.33%;
  padding: 15px;
  margin-bottom: 40px;
}
#page .search-bkn__bkn .bkn-img {
  position: relative;
}
#page .search-bkn__bkn .bkn-mark {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  padding: 7px;
  min-width: 150px;
  text-align: center;
  background:rgba(136, 0, 0, 1);
  position: absolute;
  left: 0;
  top: 0;
}
#page .search-bkn__bkn .bkn-type {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 5px 20px;
  margin-top: 15px;
  border: 1px solid #000;
}
#page .search-bkn__bkn .bkn-name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 15px;
}
#page .search-bkn__bkn .bkn-detail p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 10px;
}
#page .search-bkn__bkn .bkn-text {
  font-size: 1.4rem;
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid #000;
}


/* content
--------------------------------- */
#page .content__block {
  background: #f2f2f3;
  padding: 5%;
  margin-top: 50px;
}
#page .content__box {
  width: 50%;
  position: relative;
}
#page .content__box:nth-child(1),
#page .content__box:nth-child(2) {
  border-bottom: 2px solid #fff;
}
#page .content__box:nth-child(1),
#page .content__box:nth-child(3) {
  border-right: 2px solid #fff;
}
@media only screen and (min-width: 768px) {

  #page .content__box:nth-child(1) .content__box-row {
    transition-delay: 0.4s;
  }
  #page .content__box:nth-child(2) .content__box-row {
    transition-delay: 0.6s;
  }
  #page .content__box:nth-child(3) .content__box-row {
    transition-delay: 0.8s;
  }
  #page .content__box:nth-child(4) .content__box-row {
    transition-delay: 1s;
  }

}


#page .content__box-row {
  padding: 45px;

  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#page .content__box-icon {
  width: 125px;
}
#page .content__box-info {
  flex: 1;
  padding-left: 30px;
}
#page .content__box-title {
  line-height: 1.4;
}
#page .content__box-title .en {
  display: block;
  font-size: 2.7rem;
  font-weight: bold;
}
#page .content__box-title .ja {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
#page .content__box-text {
  margin-top: 15px;
  line-height: 1.6;
}
#page .content__box-viewmore {
  width: 96px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .2s;
}
#page .content__box-viewmore svg {
  vertical-align: bottom;
}
#page .content__box-viewmore .cls-1{fill:#800;}
#page .content__box-viewmore .cls-2{fill:#fff;}

a:hover .content__box-viewmore {
  opacity: 1;
}



/* accessmap
--------------------------------- */
#page .accessmap__section {
  padding: 60px 0;
}
#page .accessmap__contents {
  margin-top: 30px;
}
#page .accessmap__block-gmap {
  width: 100%;
  height: 440px;
  margin-top: 10px;
}


/* link
--------------------------------- */
#page .link__section {
  padding: 60px 0;
}
#page .link__inner {
  max-width: 1200px;
}
#page .link__title {
  text-align: center;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
#page .link__title-text {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  position: relative;
}
#page .link__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#page .link__contents {
  padding: 50px 0 100px;
}
#page .link__item {
  width: 33.33%;
  padding: 2%;
  text-align: center;
}
#page .link__item a {
  display: block;
  transition: opacity .2s;
}
#page .link__item a:hover {
  opacity: 0.7;
}
#page .link__item-text {
  line-height: 1.4;
  font-weight: 500;
  margin-top: 1.5em;
}


@media only screen and (max-width: 1600px) {


}

@media only screen and (max-width: 1450px) {



}



@media only screen and (max-width: 767px) {

  /* mv
  --------------------------------- */
  #page .mv__section {
    background: url("/wp-content/uploads/sites/466/2021/06/bg_mv_sp.jpg") no-repeat center center / cover;
  }
  #page .mv__catch-title {
    max-width: 500px;
    width: 98%;
    padding-top: 25vh;
  }
  #page .mv__catch-text {
    max-width: 400px;
    width: 78%;
    margin: 5% auto 0 0;
    font-size: 2.5vw;
    font-size: min(2.5vw, 1.5rem);
  }

  #page .mv__scroll-text {
    font-size: 1.3rem;
  }


  /* search-line
  --------------------------------- */
  #page .search-line__section {
    padding: 30px 0 30px;
  }
  #page .search-line__title-main {
    font-size: 1.9rem;
  }
  #page .search-line__block {
    padding: 5%;
    margin-top: 30px;
  }
  #page .search-line__block-row {
    padding: 15px 0;
    display: block;
  }
  #page .search-line__block-list {
    flex: auto;
    padding: 10px 0 0;
    width: 100%;
  }
  #page .search-line__block-item {
    width: 70%;
    margin: auto;
    font-size: 1.5rem;
  }
  #page .search-line__block-item::after {
    width: 1px;
    height: 14px;
    right: auto;
    top: auto;
    left: 50%;
    bottom: -7px;
  }
  #page .search-line__block-all,
  #page .search-line__block-item {
    font-size: 1.4rem;
  }


  /* search-bkn
  --------------------------------- */
  #page .search-bkn__list {
    margin: 0;
    margin-top: 20px;
  }
  #page .search-bkn__bkn {
    width: 50%;
    padding: 7px;
    margin-bottom: 25px;
  }
  #page .search-bkn__bkn .bkn-mark {
    font-size: 0.9rem;
    padding: 5px 7px;
    min-width: auto;
  }
  #page .search-bkn__bkn .bkn-type {
    font-size: 0.9rem;
    padding: 3px 7px;
    margin-top: 10px;
  }
  #page .search-bkn__bkn .bkn-name {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  #page .search-bkn__bkn .bkn-detail p {
    font-size: 1.1rem;
    margin-top: 7px;
  }
  #page .search-bkn__bkn .bkn-text {
    font-size: 1rem;
    padding-top: 10px;
    margin-top: 12px;
  }


  /* content
  --------------------------------- */
  #page .content__box {
    width: 100%;
  }
  #page .content__block {
    padding: 0 5%;
  }
  #page .content__list .content__box {
    border: none;
    border-bottom: 1px solid #fff;
  }
  #page .content__box-row {
    padding: 25px 10px;
    display: block;
  }
  #page .content__box-icon {
    width: 80px;
    margin: auto;
  }
  #page .content__box-info {
    width: 100%;
    padding: 20px 0 0;
    text-align: center;
  }
  #page .content__box-title .en {
    font-size: 2rem;
  }
  #page .content__box-title .ja {
    font-size: 1.4rem;
  }
  #page .content__box-text {
    font-size: 1.2rem;
  }
  #page .content__box-viewmore {
    width: 50px;
    opacity: 1;
  }


  /* accessmap
  --------------------------------- */
  #page .accessmap__block-gmap {
    height: 300px;
  }


  /* link
  --------------------------------- */
  #page .link__section {
    padding: 30px 0;
  }
  #page .link__title {
    font-size: 2.6rem;
  }
  #page .link__title::before {
    height: 1px;
  }
  #page .link__contents {
    padding: 20px 0 60px;
  }
  #page .link__item {
    width: 100%;
    max-width: 301px;
    padding: 2%;
    margin: 20px auto 0;
  }
  #page .link__item-text {
    margin-top: 1em;
  }

}


