/*!
 * base.css
 */
 html,body{
  width: 100%;
}
 html {
  font-size:62.5%;
 }
 body {
  font-family:"Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #0d2937;
 }
 h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
 }
 h1 {
  font-size: 5rem;
 }
 h1 span,
 h2 span {
   margin-top: 10px;
   position: relative;
   display: block;
   font-weight: 300;
   font-family:"Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 }
 h1 span {
  font-size: 2.5rem;
 }
 h2 {
  margin-bottom: 80px;
  font-size: 3.5rem;
 }
 h2 span {
  display: block;
  font-size: 2rem;
 }

 h3 {
  font-size: 1.9rem;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 }
 h4 {
  font-size: 3rem;
 }
 section {
   padding: 150px 0;
 }
 img {
   width: 100%;
 }
 a {
   color: #fff;
 }
 a:hover {
   color: #fff;
 }
 strong {
   color: #a40035;
 }
.container {
  margin: 0 auto;
}
.main-visual {
   height: 415px;
   background-size: cover;
   display: flex;
   justify-content: center;
   align-items: center;
}
.main-visual h1 {
  color: #fff;
  text-align: center;
}
.bg-dark {
  background-color: #0d2937!important;
  color: #fff;
}
.bg-black {
  background-color: #000000!important;
}
.line-break {
  display: block;
}
.btn {
  width: 196px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 1.6rem;
  border: 4px solid #0d2937;
  display: block;
  transition: 0.5s;
  border-radius: 0;
  color: #fff;
}
.btn-text-dark {
  color: #0d2937;
}
.btn:hover {
  background-color: #0d2937;
  color: #fff!important;
}
.btn-border-white {
  border: 4px solid #fff;
}
.btn-border-white:hover {
  background-color: #fff;
  color: #0d2937!important;
}
.btn-border-white {
  border: 4px solid #fff;
}
.btn-border-white:hover {
  background-color: #fff;
  color: #0d2937!important;
}
.under-border {
  position: relative;
}
.under-border:before {
   content: "";
   width: 80px;
   height: 5px;
   margin: auto;
   background-color: #0d2937;
   position: absolute;
   left: 0;
   right: 0;
   bottom: -20px;
 }
.white-border:before {
  background-color: #fff;
}
.btn-dark {
  background-color: #0d2937;
}
.btn-dark:hover {
  background-color: #fff;
  color: #0d2937!important;
}
#to-pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
}
#to-pagetop a {
  width: 80px;
  height: 80px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  display: block;
  color: #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
  border: 1px solid;
  position: relative;
  transform: rotate(90deg);
  position: relative;
}
#to-pagetop a:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 15px;
  right: 0;
  bottom: 10px;
  margin: auto;
  border-left: 3px solid;
  border-bottom: 2px solid;
  transform: skewX(-225deg);
}
#to-pagetop a:hover {
	background-color: #fff;
	color: #ccc;
}
.pagination {
  margin-top: 50px;
  justify-content: center;
}
.pagination a,
.pagination span {
  margin-left: 20px;
  font-size:1.6rem;
}
.pagination .current {
  border-bottom: 2px solid #0d2937;
}
.pagination .text-first {
  margin-left: 0;
}
.blog section a:first-child {
  margin-left: 0;
}
@media (min-width: 1200px){
  .container {
      max-width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  #to-pagetop {
    display: none!important;
  }
  section {
    padding: 50px 0;
  }
}
 /* navigation */
.bg-header {
  background-color: #8c8c8c7d;
  box-shadow: 1px 1px 1px 1px #00000014;
}
.navbar-brand {
  width: 125px;
  margin-left: 40px;
}
.navbar-dark .navbar-nav .nav-item {
  margin-right: 50px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
.navbar-dark .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.menu-trigger {
  display: none;
}
.carousel h1 {
  height: 100px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  color: #fff;
}
footer .footer-info {
  padding: 150px 0 100px;
}
footer .footer-info a {
  text-decoration: underline;
  color: #fff;
}
footer .footer-info p {
  margin-top: 30px;
}
footer h4 {
  width: 200px;
  margin: 0 auto 50px;
}
footer .map {
  line-height: 0;
}
footer .copyright {
  padding: 10px 0;
  color: #fff;
}
@media screen and (max-width:991px) {
  .navbar {
    padding: 0;
  }
  .navbar .container {
    width: auto;
    padding: 0;
    margin: 0 20px 0 0;
  }
  .navbar-brand {
    margin-left: 20px;
    padding: 10px;
  }
  .menu-trigger {
    outline: none;
    display: block;
  }
  .navbar-collapse {
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    background-color: #989898ad;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 40px;
    height: 35px;
    margin-right: 15px;
    background: none;
    border: none;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 15px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
.navbar-collapse.show + .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.navbar-collapse.show + .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.navbar-collapse.show + .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}
.navbar-dark .navbar-nav .nav-item {
  margin-right: 0;
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.5rem;
}
}
/* 404 */
.notfound-error header {
  background: #0d2937;
}