@charset "utf-8";
/*-----------------------------------------------------

  BASE

----------------------------------------------------- */
body {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #4d4d4d;
		background: #fff;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

._sp { display:none!important; }

@media screen and (max-width:599px){
  ._pc { display:none!important; }
  ._sp { display:block!important; }
}

a {
    text-decoration: none;
    color: #000;
}

li { list-style: none; }

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
	margin: 20px 0!important;
}

.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


/*-----------------------------------------------------

  NAV

----------------------------------------------------- */
#header {
  position: fixed;
  width: 100%;
  background:rgba(255,255,255,0.95);
  z-index: 10;
height: 80px;
}

.headerInner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.logo {
  float: left;
  width: 35%;
  padding-top: 25px;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.navBar {
  width: 65%;
  float: right;
}

#gNav ul {
  text-align: right;
  position: relative;
}

#gNav li {
  display: inline-block;
  margin-right: 35px;
  font-size: 15px;
	position: relative;
}

.headerNav>li{
  width: 20%;	
}

#gNav li li{
  height: 0;
  overflow: hidden;
  transition: .5s;
  display: block;
}

#gNav ul ul{
	position: absolute;
	background: rgba(255,255,255,0.9);
  top: 80px;
}


#gNav li:hover > ul > li {
  height: 3rem;
  width: max-content;
  line-height: 30px;
  padding: 0px 15px;
  text-align: left;
}

#gNav li:hover > ul > li:last-child {
  margin-bottom: 20px;
}


@media screen and (max-width:1198px){
  #gNav li {
    margin-right: 15px;
  }
}

#gNav li:last-child {
  margin-right: 0;
}

#gNav li a {
  padding-bottom: 5px;
  transition: .15s;
  display: block;
    padding: 25px 0;
}

#gNav li a:hover {
  color: #162e86;
}



@media screen and (min-width: 1024px) {
	#navArea {
		display: none;
	}
	
	
}

@media screen and (max-width: 1024px) {
	#navArea {
		display: block;
	}
  
  .logo {
    float: none;
    width: 80%;
    padding-top: 0;
  }
  
  .logo img {
    width: 100%;
    height: auto;
  }
  
  #header {
    padding: 15px 0;
	  height: inherit;
  }
}

@media screen and (max-width: 1024px) {
nav {
  display: block;
	border-top: 6px solid #162e86;
  position: fixed;
  top: 0;
  left: -400px;
  bottom: 0;
  width: 400px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
#navArea nav {
  padding: 0;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navArea .spNav01 li {
	border-bottom: 1px solid #ddd;
}

#navArea .spNav02 li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
}

#navArea .spNav02 li:nth-child(2n) {
	border-right: none;
}

nav ul li a {
  display: block;
  color: #111;
	padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
	font-weight: bold;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}

#navArea li a::after {
	content: "\f105";
	font-family: FontAwesome;
	color: #162e86;
	font-weight: normal;
	position: absolute;
	right: 5%;
}	
	
}

@media screen and (max-width: 1024px) {
  nav {
    left: -300px;
    width: 290px;
  }
	
.spNav02 label {
    display: block;
    margin: 0px;
    padding : 1em;
    line-height: 1;
    color :#000000;
    cursor :pointer;
	line-height: 32px;
	    font-weight: bold;
    font-size: 14px;
}

	.spNav02 li label::after{
		    content: "\f107";
    position: absolute;
    right: 5%;
		    color: #162e86;
    font-weight: normal;
	}	
	
.spNav02 li input {
    display: none !important;
}

.spNav02 li ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.spNav02 li ul li{
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	padding: 0!important;
	border-bottom: none!important;
    border-right: none!important;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    height: 54px;
    opacity: 1;
}	
	
	
	
	
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: absolute;
top: 25%;
    transform: translateY(-15%) translateX(0%);
    -webkit- transform: translateY(-50%) translateX(0%);
  right: 15px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #162e86;
  border-radius: 4px;
  transition: all .5s;
}

.toggle_btn span:nth-of-type(1) {
  top: 4px;
}
.toggle_btn span:nth-of-type(2) {
  top: 14px;
}
.toggle_btn span:nth-of-type(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}


/*-----------------------------------------------------

  FOOTER

----------------------------------------------------- */

#footer {
	position: relative;
	width: 100%;
	margin: 0px auto;
	background: #fff;
}

.footerContact {
  background: #f5f5f5;
  padding: 60px 0 50px 0;
}

.footerContact .mtbH2 {
  margin-bottom: 10px;
}

.footerContact .mtbH2 span {
    font-size: 35px;
    font-family: "Roboto Condensed";
    display: block;
    font-weight: normal;
    color: #3e5097;
    position: relative;
    margin: 0px 0px 25px;
}

.footerContact .mtbH2 span:before {
  bottom: -15px;
}

.footerContact p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.footermenu {
  width: 100%;
  background: #162e86;
  padding: 15px 0;
  margin-bottom: 35px;
}

.footermenuList {
  width: 100%;
  margin: 0 auto;
	text-align: center;
}

.footermenu li {
  display: inline-block;
  margin-right: 30px;
	font-size: 13px;
}

.footermenu li a {
  color: #fff;
}

@media screen and (max-width : 767px){
  .footermenu li {
  display: block;
    float: left;
    margin-right: 0;
    margin-bottom: 0px;
    font-size: 13px;
    width: 100%;
    text-align: left;
    line-height: 1;
    border-bottom: 1px solid #60606d;
    padding: 0;
  }
  
  .footermenu li a {
    display: block;
    padding: 20px 15px;
    color: #fff;
  }

.footermenu {
    width: 100%;
    background: #2f2f3b;
    padding: 0;
    margin-bottom: 35px;
}	
	
.footermenu .inner {
    width: 100%;
    margin: 0;
}
	
.footerContact p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
    width: 95%;
    margin: 0px auto 10px;
}	
	
}


.footermenu li:last-child {
  margin-right: 0;
}

.footerBox p {
  font-size: 11px;
}

.footerlogo {
  width: 90%;
  max-width: 330px;
  display: inline-block;
  margin-bottom: 10px;
}

.footerlogo img {
  width: 100%;
}

.footerAddress {
  font-size: 14px;
  text-align: center;
  margin-bottom: 25px;
}


.copyright {
	font-size: 11px;
	font-weight:normal;
	text-align:center;
	padding: 0 0 15px 0;

}

#footer .htel_txt04 {
	margin-bottom: 15px;
}

.footerContactBottom li {
	display: inline-block;
	margin-right: 20px;
}

@media screen and (max-width : 767px){
	.footerContactBottom li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.footerContactBottom p {
		text-align: center;
		margin-bottom: 0px;
	}
	
}

.footerContactBottom li:last-child {
	margin-right: 0;
	position: relative;
	top: -7px;
}

.footerContactBottom li:last-child a {
	display: block;
	padding: 5px 60px;
	border: 1px solid #162e86;
	background: #fff;
	color: #162e86;
	font-weight: bold;
}

.footerContactBottom li:last-child a:hover {
	background: #162e86;
	color: #fff;
	text-decoration: none;
}

.footerContactBottom li:last-child a::before {
	content: "\f0e0";
	font-family: FontAwesome;
  color: #162e86;
	margin-right: 5px;
	font-weight: normal;
}

.footerContactBottom li:last-child a:hover::before {
	color: #fff;
}

.footerContactBottom li:first-child {
	font-size: 25px;
	font-weight: bold;
}

.footerContactBottom li:first-child::before {
	content: "\f095";
	font-family: FontAwesome;
  color: #162e86;
	margin-right: 5px;
	font-weight: normal;
}


@media screen and (max-width : 767px){
  .footerContactBottom li:first-child {
    font-size: 24px;
    margin-bottom: 10px;
  }
}






/*-----------------------------------------------------

  CLEARFIX

----------------------------------------------------- */
*:first-child+html .clearFix{ display: inline-block; } /* for IE7 */
.clearFix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearFix { display: inline-block; }
/* no ie mac \*/
* html .clearFix { height: 1%; }
 .clearFix { display: block; }
/* */

