@charset "utf-8";

.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}


html {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height: 100%;
  font-size: 0.67vw;
  font-size: 62.5%;
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.85vw;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  color: #2159a5;
  font-size: 1.4rem;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.7rem;
	font-family: "Zen Kaku Gothic New";
  }
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style: none;
  display: inline;
  margin-right: 0px;
}
label {
  width: auto;
  max-width: auto;
}
p {
  line-height: 1.8;
}



@mixin positionCenter() {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}







/* リンクなど ----------------------------------------------------*/

a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: rgba(71, 71, 71, 1.00);
}
a img {
  transition: 0.5s;
}
a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
@media screen and (min-width:598px) {
  a.tel_link {
    color: inherit;
    text-decoration: none;    
  }
}
/*-form
-------------------------------------------------------------------*/
 
.form_small { width:5rem;  height:1.4rem;  font-size:1.2rem;}
.form_middle { width:1.2rem; height:1.4rem; font-size:1.2rem;}
.form_long { width:26rem; height:1.4rem; font-size:1.2rem;}
input,textarea {-moz-box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5);  -webkit-box-shadow: inset 1px 4px 5px -6px rgba(0, 0, 0, 0.5);  box-shadow: inset 1px 4px 5px -6px rgba(0,0,0,0.5); border: 1px solid #ddd; -webkit-border-radius: 0.4rem;  border-radius: 0.4rem;  padding:0.5rem;}

/*	header#globalHeader　----------------------------------------------------*/
header#globalHeader nav ul { list-style: none; padding: 0; margin: 0; }
header#globalHeader nav ul li { list-style: none; display: inline; padding: 0; margin: 0; }
header#globalHeader nav ul li a {
  text-decoration: none;
  color: #333333;
}
.navbar{
	background-color: #2159a5;
	opacity: 0.8;
	position: fixed;
	width: 100%;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.5em;
  padding-bottom: 0.5rem;
  margin-right: 1.5rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand img {width: 300px}
.navbar-brand h1{}
.navbar-nav li{
	padding-inline:1.5rem;
}
.navbar-nav li a{
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 2px;
}
.navbar-nav li a:hover{
	border-bottom: 1px solid #fff;
	padding-bottom: 1rem;
	transition: 0.5s;
	
}
/*トグルボタン----------------------------------*/
.toggle {
  position: absolute;
  top: 0;
  right: 12px;
  float: right;
  margin-top: 20px;
  margin-right: 5px;
  margin-bottom: 0;
  background-color: transparent;
  border-style: none;
  padding: 0;
}
.toggle:focus {
  outline: none;
}
.sp {
  display: none;
}
.navbar-collapse{
	display: none;
}
@media (min-width: 991px) {
  .toggle {
    display: none;
  }
  .smp {
    display: none;
  }

}
@media (max-width: 991px) {
  .navbar-collapse {
    top: 4.5rem;
    padding: 2rem;
    overflow-y: scroll;
    height: 100vh;
	z-index: 9999;
	
  }
}
.navbar-toggle-anime, .navbar-toggle-anime span {
  display:block;
  transition: all .4s;
  box-sizing: border-box;
}
.navbar-toggle-anime {
  position: relative;
  width: 26px;
  height: 26px;
}
.navbar-toggle-anime span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  border-radius: 4px;
}
.navbar-toggle-anime span:nth-of-type(1) {
  top: 0;
}
.navbar-toggle-anime span:nth-of-type(2) {
  top: 10px;
}
.navbar-toggle-anime span:nth-of-type(3) {
  bottom: 5px;
}
.navbar-toggle-anime.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.navbar-toggle-anime.active span:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggle-anime.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}
header#globalHeader.fixed {
  animation: DownAnime 1s forwards;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.23);
  opacity: 0.7;

}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/*	footer#globalFooter　----------------------------------------------------*/
footer#globalFooter {
	
	background-image: url("../images/home/bg04.svg");
	background-position: center;
	background-repeat: repeat;
	background-size:cover;
}
.footer{
	background-color: #2159a5;
	opacity: 0.7;
	padding-block:5rem;
	
}
.FooterBox{
	display: flex;
	justify-content: space-between;
}
.flogo p{
	color: #fff;
	font-size: 1.5rem;
	margin-left:7rem;
}
footer#globalFooter nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
footer#globalFooter nav ul li {
	list-style: none;
	display: inline;
	padding: 0 10px;
	margin: 0;
	font-size: 1.5rem;

}
footer#globalFooter nav ul li a{
	color: #fff;
	text-align: right;
}

#page-top {
  right: -50px;
  bottom: 50px;
  position: fixed;
}
#page-top a {
  background-image: url(../images/pageTop.png);
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display:block
}
/* copyright　----------------------------------------------------*/
footer#globalFooter p.copyright {
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	padding-top: 5rem;
}

/*#　contents ----------------------------------------------------*/
#contents {
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-start {
	justify-content: flex-start;
}
.flex-center {
	justify-content:center;
}
.flex-end {
	justify-content:flex-end;
}
.flex-around {
	justify-content:space-around;
}
.center_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width:576px) {
	.flex {
		display: block;
	}
}
/*  ------------------------------------------------------------------------------*/
/* BUTTON */

.button {
  position: absolute;
  top:0;
  right: 0;
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #333333;
  font-size: 16px;
  color: #333333;
  text-decoration: none!important;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.button:hover {
  background-color: #333333;
  border-color: #333333;
  color: #FFF;
}
/* グラデーションのボタン　*/
.button_gradation {
  display: inline-block;
  width: 180px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  text-decoration: none!important;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 4px;
  background-image: linear-gradient(-90deg, #FF006E, #FFD500);
  transition: .5s;
  background-size: 200%;
}

.button_gradation:hover {
  color: #FFF;
  background-position: right center;
}
#globalHeader{
	background-color: #4d7ab7;
	
}

.navbar-collapse ul li a{
	color: #fff;
}


/*　Media Queries　-------------------------------------------------------*/
@media (max-width:1280px) {}
@media (max-width:1120px) {}
@media (max-width:1024px) {}
@media (max-width:768px) {
.pc {
  display: none;
}
.navbar{
	background-color: #2159a5;
	opacity: 1;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.navbar-nav{
		display: none;
	}
.collapse .navbar-nav{
	position: absolute;
	top: 6rem;
	left: 35%;
	display:inline-grid;
	width: 100%;
	color: #fff;
	z-index: 9999;
}
	header#globalHeader nav ul li{
		padding:1rem 2rem;
		margin-block:2rem;
		border:1px solid #fff;
		text-align: center;
		
	}
.sp {
  display: block;
}
#globalHeader .logoImage{
		width: 50%;
	}
#globalHeader .logoImage img{
		width: 290px;
	}
	
header#globalHeader nav ul li a {
  text-decoration: none;
  color: #FFF;
}
	.flogo{
		text-align: center;
	}
	.flogo p,.flogo a{
		text-align: left;
	}
.flogo img{
		width: 87%;
	}
footer#globalFooter nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	display: block;
}
footer#globalFooter nav ul li{
		display: block;
	padding-block:1.5rem;
	margin: 2.5rem 1rem;
	border-bottom: 1px #fff solid;
	}
.FooterBox{
	display: block;
	
}
	
.flogo p{
	margin-left:3rem;
	font-size: 1.5rem;
	}
	
}
@media (max-width:576px) {}
@media (max-width:414px) {}
@media (max-width:320px) {}