@CHARSET "UTF-8";
/*===== add style =====*/

#video-background,
#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

#video-background {
  z-index: -2;
}

#video-overlay {
  z-index: -1;
}



* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
a[href^="tel:"] {
  cursor: default;
  text-decoration: none !important;
  color: #1f528e !important;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb100 {
  padding-bottom: 100px;
}
.display-5 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}
.h7 {
  font-size: 0.875rem;
}
.h8 {
  font-size: 0.75rem;
}
.ls1 {
  letter-spacing: .1em;
}
.ls-05 {
  letter-spacing: -.05em;
}
.text-orange {
  color: #cf7b0e;
}
.text-orange2 {
  color: #f7931e;
}
.text-brown {
  color: #7a6a56;
}
.text-brown:hover {
  color: #7a6a56;
}
.fs-normal {
  font-style: normal;
}
.font-feature-settings-palt {
  font-feature-settings: "palt";
}
.border-gray {
  border: 1px solid #ccc;
}
.line-height-18 {
  line-height: 1.8;
}
.line-height-14 {
  line-height: 1.4;
}
.line-height-1 {
  line-height: 1;
}
.btn-over {
  transition: opacity .3s linear;
}
.text-secondary:focus, a.text-secondary:hover {
  color: #1f528e!important;
}
/*nav a:hover {
  letter-spacing: 1px;
}*/
.bg-white-opacity90 {
  background: rgba(255,255,255,.9);
  padding: 60px 0 80px;
}
header .row > div ul li:last-child {
  display: none;
}
.head_description {
  margin: 0 -15px;
  font-size: .8rem;
}
.h_time {
  margin: -3.6rem 0 0;
}
.h_time span {
  font-size: 16px;
  color: #444;
  letter-spacing: .1rem;
  display: block;
}
#navContent.bg-white-opacity90 {
  padding: 0 0 5px 0;
}
#navContent ul li {
  border-right: 2px solid #ccc;
}
#navContent ul li:first-child {
  border-left: 2px solid #ccc;
}

footer {
  background: #1f528e;
}
#footer-nav {
  margin-bottom: 140px;
}
#footer-nav li {
  border-right: 1px solid #fff;
}
#footer-nav li:first-child {
  border-left: 1px solid #fff;
}
#footer-nav li a {
  display: block;
}
footer dt {
  width: 367px;
  margin: 0 auto 15px;
}
#copy {
  border-top: 1px solid rgba(255,255,255,.5);
  margin: 0;
  line-height: 1;
  padding: 20px 10px;
}

.calendar iframe {
	margin: 1rem auto 0;
	display: block;
	width: 90%;
	height: 279px !important;
}
.calendar tbody {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}



nav .hvr-underline-from-center:before {
  background: #4267b2!important;
  height: 2px;
}

.flex-column > * {
	min-height: 0%;
}
.calendar {
  /*background: #d7dce0;*/
  padding: 1rem 0 .5rem;
}
.container p {
  font-size: 15px;
}
nav a span, #footer-nav a span {
  font-size: 10px !important;
  font-weight: 400;
  color: #949494;
}
#leftTopics {
    width: 100%;
}






@media screen and (max-width:1199px) {
	nav a,
	#footer-nav a {
	  font-size: 16px;
	  padding: 0 10px;
	  letter-spacing: -.025em;
	}
	nav a span,
	#footer-nav a span {
	  font-size: 12px !important;
	}

}
@media screen and (max-width:1199px) {


}

@media screen and (max-width:991px) {
	.container {
	  max-width: 100%;
	}
  .h_time {
    margin: 0;
  }
  .h_time span {
    font-size: 16px;
    color: #444;
    letter-spacing: .1rem;
  }

	header .container,
	nav .container {
	  padding: 0 25px !important;
	}
	nav a,
	#footer-nav a {
	  font-size: 1.6vw;
	  padding: 0 .15vw;
	  letter-spacing: -.05em;
	}
	nav a span,
	#footer-nav a span {
	  font-size: 1.3vw !important;
	}
	#news .news dt {
	  width: 20%;
	}
	#news .news dd {
	  width: 75%;
	}
	#commitment h3 {
	  font-size: 15px;
	  letter-spacing: -.01em;
	}

}
@media screen and (min-width:768px) {
	nav {
	  display: block !important;
	}
	header {
		position: relative;
	}
}
@media screen and (max-width:767px) {
  .head_description {
    display: none;
  }
  #wrapper {
	  background: #fff;
	  padding-top:108px;
	}
	.fs-vw2-5 {
	  font-size: 2.5vw !important;
	}
	.fs-vw3 {
	  font-size: 3vw !important;
	}
	.fs-vw3-5 {
	  font-size: 3.5vw !important;
	}
	.fs-vw4 {
	  font-size: 4vw !important;
	}
	.fs-vw5 {
	  font-size: 5vw !important;
	}
	.btn-over:hover {
	  opacity: 1;
	}
	.bg-white-opacity90 {
	  background: rgba(255,255,255,1);
	  padding: 8% 0 10%;
	}
	header .container,
	footer .container,
	nav .container  {
	  padding: 0 !important;
	}
	nav a {
	  font-size: 3vw;
	  padding: 0 4%;
	  letter-spacing: 0;
	}
	nav a span {
	  font-size: 12px !important;
	}

	header {
		position: fixed !important;
    top: 0;
    left: 0;
    z-index: 100;
	}
	header.py-3 {
	  padding: 0 !important;
	}
	header h1 {
    width: 70%;
    margin: 0 auto;
    height: 55px;
    line-height: 50px;
	}
	header > div {
	  width: 32.5%;
	}
	header > div ul li:first-child {
	  /*width: 50%;
	  padding: 1% 15%;*/
	}
	header > div ul li:last-child {
		
	  /* display: block;
	  width: 16%;
	  padding: 0;
	  background: #28499d;
	  position: relative;
	  border:solid 0.5px #fff; */
	}
	.sp-menu {
		position: relative;
		z-index: 999;
	}
	.sp-menu li {
		width: 20%;
		height: 55px;
    background: #717171;
	}
	.sp-menu li:nth-child(5) {
		width: 20%;
		height: 55px;
    background: #28499d;
	}
	.sp-menu li img {
		width: 100%;
		height: 100%;
	}
  .h_time {
    display: none;
  }
	.navbar-toggler {
	  border: none;
	  outline: none !important;
	  padding: 0;
	  box-sizing: border-box;
	  position: absolute;
	  top: 40%;
	  margin-left: 2.8vw;
	  margin-top: -3.5vw;
	}
	.navbar-toggler-icon {
	  background-image:none;
	  background-color: #fff;
	  width: 9vw;
	  height: 1vw;
	  display: block;
	  position: absolute;
	  transition: ease .3s;
	}
	.navbar-toggler-icon:nth-of-type(1) {top:.5vw;}
	.navbar-toggler-icon:nth-of-type(2) {top:3vw;}
	.navbar-toggler-icon:nth-of-type(3) {top:5.5vw;}
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
	top: 3vw;
	transform: rotate(45deg);
	}
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
	opacity: 0;
	}
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
	top: 3vw;
	transform: rotate(-45deg);
	}
  .navbar-toggler-menu {
    font-size: 8px;
    color: #fff;
    top: 8vw;
    width: 9vw;
    width: 33px;
    position: absolute;
  }

	#navContent.bg-white-opacity90 {
	  padding: 0;
	}
	#navContent ul li {
	  border-right: none;
	  margin-bottom: 1rem;
	}
	#navContent ul li:first-child {
	  border-left: none;
	  padding-top: .5rem;
	}

	#footer-nav {
	  margin-bottom: 10%;
	}
	#footer-nav li {
	  width: 50%;
	  border-right: none;
	  border-bottom: 1px solid #fff;
	}
	#footer-nav li:first-child {
	  border-left: none;
	}
	#footer-nav li:nth-child(odd) {
	  border-right: 1px solid #fff;
	}
	#footer-nav li a {
	  display: flex !important;
	  justify-content: center !important;
	  align-items: center !important;
	  flex-direction: column;
	  padding: 10% 1vw !important;
	}
  #footer-nav .last_fmenu a {
	  padding: 5% 1vw !important;
  }

	#footer-nav a span {
	  font-size: 2.5vw !important;
	}
	#footer-local {
	  text-align: center;
	  margin: 10% 2%;
	}
	#footer-local li:not(:last-child) {
	  border-right: 1px solid #fff;
	}
	footer dt {
	  width: 72%;
	  margin: 0 auto 6.66%;
	}
	#copy {
	  border-top: none;
	  margin: 0;
	  padding: 8% 1vw 4%;
	}

	/* margin */
	.mt20 {
	  margin-top: 3%;
	}
	.mt30 {
	  margin-top: 4%;
	}
	.mt40 {
	  margin-top: 5%;
	}
	.mt50 {
	  margin-top: 6.66%;
	}
	.mt60 {
	  margin-top: 8%;
	}
	.mt70 {
	  margin-top: 9%;
	}
	.mt80 {
	  margin-top: 10%;
	}
	.mt100 {
	  margin-top: 12%;
	}
	.mb20 {
	  margin-bottom: 3%;
	}
	.mb30 {
	  margin-bottom: 4%;
	}
	.mb40 {
	  margin-bottom: 5%;
	}
	.mb50 {
	  margin-bottom: 6.66%;
	}
	.mb60 {
	  margin-bottom: 8%;
	}
	.mb70 {
	  margin-bottom: 9%;
	}
	.mb80 {
	  margin-bottom: 10%;
	}
	.mb100 {
	  margin-bottom: 12%;
	}
	.pb20 {
	  padding-bottom: 3%;
	}
	.pb30 {
	  padding-bottom: 4%;
	}
	.pb40 {
	  padding-bottom: 5%;
	}
	.pb50 {
	  padding-bottom: 6.66%;
	}
	.pb60 {
	  padding-bottom: 8%;
	}
	.pb70 {
	  padding-bottom: 9%;
	}
	.pb80 {
	  padding-bottom: 10%;
	}
	.pb100 {
	  padding-bottom: 12%;
	}



#page-top a{
		display: flex;
    justify-content: center;
    align-items: center;
    background: #1f528e;
    /* border-radius: 5px; */
    /*border: solid 1px #1f528e;*/
    width: 100%;
    height: 80px;
    color: #fff;
    text-align: center;
     text-transform: uppercase; 
     text-decoration: none; 
    font-size: 1.4rem;
    transition: all 0.3s;
}

#page-top a:hover{
  text-decoration: none;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  bottom: -2px;
  right: 0;
  width: 100%;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}
#page-top i {
    color: #fff;
    vertical-align: bottom;
}



/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}











}
@media screen and (max-width:575px) {
	.fs-vw2-5 {
	  font-size: 3.5vw !important;
	}
	.fs-vw3 {
	  font-size: 4vw !important;
	}
	.fs-vw3-5 {
	  font-size: 4.5vw !important;
	}
	.fs-vw4 {
	  font-size: 5vw !important;
	}
	.fs-vw5 {
	  font-size: 6vw !important;
	}
	nav a {
	  font-size: 4vw;
	}
	.navbar-toggler {
	  margin-left: 2.4vw;
	}

	#footer-nav a span {
	  font-size: 3.5vw !important;
	}
  .h_time {
    margin: 0;
  }
  .h_time span{
    display: none;
  }
  #news-sp {
    width: 100%;
  }
  #news-sp iframe {
    width: 100%;
  }

}

@media screen and (max-width:425px) {
}
