@charset "UTF-8";


/* ===================================================================
/
/	header
/
=================================================================== */
@charset "UTF-8";

/*ヘッダー
----------------------------------------------- */
header .container {
  width: 100%;
  margin: 0 auto;
  max-width: unset !important;
}

.h_01 {
  background-color: #fff;
	padding: 10px 0;
}

.h_01 .h_logo {
  width: 35%;
  margin-left: 5%;
}
.h_01 .h_logo img {
	width: 80px;
	margin-right: 20px;
}
.h_01 .h_logo p {
	font-size: 1.5rem;
	font-weight: bold;
}

.h_01 .h_con {
	width: 40%;
}
.h_01 .h_con ul li {
	border-radius: 5px;
	min-height: 55px;
}
.h_01 .h_con ul li:hover {
  opacity: 0.8;
}
.h_01 .h_con ul li a {
  text-align: center;
	padding: 0 20px;
	color: #fff;
}
.h_01 .h_con ul li a img {
	margin-right: 10px;
}
.h_01 .h_con .h_con01 {
	background-color: #0651A5;
	border-bottom: 4px solid #0A4377;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 1px;
	margin-right: 10px;
}
.h_01 .h_con .h_con02 {
	background-color: #A31F24;
	border-bottom: 4px solid #8E1A23;
	font-size: 1.2rem;
}
.h_02 {
  border-bottom: 1px solid #034097;
	border-top: 1px solid #034097;
}

.site-header {
  width: 100%;
  background: #fff;
  margin: auto;
  position: fixed;
  z-index: 200;
}

.header_inner {
  max-width: 1000px;
	margin: 0 auto;
}

#smh_menu {
  display: none;
}

/* nav */
.header-nav {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-image: #fff;
  list-style: none;
  margin: 0 auto;
}

.header-nav.is-hide {
  opacity: 0
}

.header-nav>li {
  vertical-align: middle;
  list-style: none;
  text-align: center;
  pointer-events: auto;
	padding: 10px 35px;
	border-left: 1px solid #034097;
}
.header-nav>li:last-of-type {
	border-right: 1px solid #034097;
}


.header-nav>li.contact_btn a, .header-nav>li.contact_btn02 a {
  color: #fff;
  padding: 0 10px;
  height: unset;
}

.header-nav>li>a {
  text-decoration: none;
  color: #0651A5;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
	font-size: 1.2rem;
}

.header-nav>li a:hover {
	opacity: 1;
}
.header-nav>li a:hover:after {
  display: block;
}


.header-nav>li:hover .header-nav-child {
  height: auto;
}

.header-nav>li:hover .header-nav-item:before {
  width: 100%;
  left: 0;
  right: 0
}
.header-nav>li:nth-child(1):hover,
.header-nav>li:nth-child(2):hover,
.header-nav>li:nth-child(3):hover,
.header-nav>li:nth-child(4):hover,
.header-nav>li:nth-child(5):hover {
  background-color:#0651A5;
}

.header-nav>li:nth-child(1):hover > a,
.header-nav>li:nth-child(2):hover > a,
.header-nav>li:nth-child(3):hover > a,
.header-nav>li:nth-child(4):hover > a,
.header-nav>li:nth-child(5):hover > a {
  color:#fff;
}


.page {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: .8;
  visibility: hidden;
  transition: all 500ms;
  z-index: 1;
}

.header-nav-item {
  position: relative;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0;
  color: #333;
  font-weight: bold;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.b_l {
  border-left: none;
}

.header-nav-item a:hover {
  color: #000;
  border-bottom: 3px solid #227D8D;
}

.header-nav-item:hover:before, .header-nav-item.is-active:before {
  width: 100%;
  left: 0;
  right: 0
}

.header-nav-child {
  position: absolute;
  height: 0;
  width: 100%;
  top:98%;
  left: 0;
  text-align: left;
  overflow: hidden;
  -webkit-transition: height .3s .15s;
  transition: height .3s .15s;
  z-index: 101;
  background: #fff;
}

.header-nav-child>ul {
  width: 60%;
  margin: 0 auto;
  /*padding: 0 2%;*/
}
.header-nav-child>ul>li {
  list-style: none;
  line-height: 25px;
  width: calc(100% / 3);
  text-align: center;
}
.header-nav-child>ul>li:hover {
  background-color: #0651A5;
}
.header-nav-child>ul>li:hover a dl dt {
  color: #fff;
}

.header-nav-child>ul>li:hover a dl dd {
  color: #fff;
}
.header-nav-child>ul>li>a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #333;
  text-align: center;
  z-index: 5;
}

.header-nav-child>ul>li>a dl {
  padding: 30px 20px;
}

.header-nav-child>ul>li>a dl dt {
  font-size: 1rem;
  font-weight: bold;
}

.header-nav-child>ul>li>a dl dd {
  font-size: 0.7rem;
}

.header-nav-child>ul>li>a dl dd img {
  width: 100%;
  margin-bottom: 20px;
}

ul.no_img li a {
  font-size: 0.8rem;
  color: #333;
  border-top: 1px solid #ccc;
  padding: 4px 0;
  display: block;
}

ul.no_img li:hover {
  background-color: #00A3E5;
}

ul.no_img li:hover a {
  color: #fff;
}

.header-nav-child>ul>li>a:hover, .header-nav-child>ul>li>a.is-active {}

.header-nav-child>ul>li>a p {
  margin-block-start: 0;
  margin-block-end: 0;
  font-weight: 600;
}
.pc1250 { display: block; }
.sp_logo { display: none; }


/* IEのみに適用 */
@media all and (-ms-high-contrast: none) {
  .header-nav-child { top:95%; }
  .header-nav>li.contact_btn a, .header-nav>li.contact_btn02 a { height: auto; }
  .tab_area ul li { padding-top: 18px; }
  .news header .container { max-width: none !important; width: 96% !important; }
  .news footer .container { max-width: none !important; width: 1300px !important; }
}

@media only screen and (max-width: 1400px) {
	.h_01 .h_logo p {
		font-size: 1.2rem;
	}
	.header-nav>li {
		padding: 0 35px;
	}
	.h_01 .h_con ul li {
		min-height: 50px;
	}
	.h_01 .h_con .h_con01 {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 1200px) {
	.h_01 .h_logo {
		width: 42%;
	}
	.h_01 .h_logo {
		margin-left: 0;
	}
	.h_01 .h_con {
		width: 48%;
	}
}

@media only screen and (max-width: 1024px) {
  .wrapper { margin-top: 55px !important; }
  .pc1250 { display: none; }
  .sp_logo { display: block; }
  #smh_menu {
    display: block;
    position: relative;
    z-index: 9999;
  }
  .h_01 { display: none; }
  .h_02 { display: none !important; }
  .header_inner_l { padding-top: 14px; }

  .drawer-hamburger {
    background-color: #034097 !important;
    padding: 15px .75rem 25px;
  }
  .drawer-hamburger:hover {
    background-color: #034097;
  }
  .drawer-nav ul {
    background: #034097;
    /*padding: 0 10px;*/
    height: 100%;
    padding-top: 10px;
  }

  .drawer-nav ul li {
    margin-right: 0px;
    float: none;
    display: block;
    padding: 0.3rem 0.5rem;
    text-decoration: none;
    color: #000;
    /*border-bottom: 1px solid #ccc;*/
    line-height: 17px;
  }
  .drawer-menu-item:hover {
    text-decoration: none !important;
  }
  .drawer-nav ul li.drawer-brand {
    margin: 0;

  }
  .drawer-nav ul li.line {
      /*border-top: 1px solid #ccc;*/
  }
  .drawer-nav ul li.bg_sky {
    background-color: #9DE1FF;
    color: #0175A7;
    margin-bottom: 10px;
    padding: 0;
  }
  .drawer-nav ul li.bg_sky p {
    padding: 0.75rem 1rem;
    line-height: 17px;
    display: block;
    font-weight: bold;
    font-size: 0.9rem;
  }
  .drawer-nav ul li.bg_sky a {
    width: 50%;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
  }
  .drawer-nav ul li.bg_sky .spmenu_mail {
    background-color: #fff;
    color: #0175A7;
  }
  .drawer-nav ul li.bg_sky .spmenu_tel {
    background-color: #0175A7;
    color: #fff;
  }
  .drawer-nav ul li a {
    color: #fff;
    line-height: 20px;
    font-size: 1.1rem;
  }
  .drawer-nav ul li.imgcenter {
    text-align: center;
    padding: 0.3rem 0.5rem;
  }
  .drawer-nav ul ul.drawer_sub li {
    border-bottom: none;
    font-size: 0.8rem;
    margin-left: 20px;
  }

  .drawer-nav ul ul.drawer_sub li a {
    color: #fff;
  }

}
/* スマホ */
@media only screen and (max-width: 768px) {
  .h_01 {
    display: none;
  }
  .h_02 {
    padding: 16.5px 0;
  }
  .recruit .h_02 { padding: 7px 0; height: 70px; }
  .labo .h_02 {
    padding: 10.5px 0;
  }
  .labo .h_02 h1 {
    margin-left: 0;
  }
  .top_news {

  }
  .header_inner_l { padding-top: 0; }


}

/* タブレット */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header_inner_l {
  }
  .header_inner_r {
    max-width: unset;
    width: 85%;
  }
  .h_01 .h_link {
    width: 380px;　　/*3つの時は450px*/
    margin-left: 1%;
  }

  .h_01 .h_site {
    width: 250px;　/*3つの時は515px*/
    margin-right: 1%;
  }
  .h_02 h1 {
    /*margin-top: 13px;*/
    margin-left: 0;
  }
  .h_02 h1 img {
    /*width: 100%;*/
  }
  .header-nav>li>a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width:479px){
  .recruit .h_02 { padding: 10px 0; }
}



@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 479px) {


}






/* ===================================================================
/
/	footer
/
=================================================================== */
footer .f_menu { background-color: #F8F8F8; padding: 50px 0; margin-bottom: 80px; }
footer .f_menu ul { border-right: 1px solid #7F7F7F; padding: 0 50px;}
footer .f_menu ul:last-of-type { border-right: none; }
footer .f_menu ul li { margin-bottom: 10px; }
footer .f_menu ul li.bold { font-weight: bold; margin-bottom: 20px; }
footer a { color: #333; }
footer .footer_area .area02 { width: 500px; }
footer .footer_area { margin-bottom: 30px; }
footer .footer_area .area01 .area01_img { margin-right: 20px; }
footer .footer_area .area01 .area01_img img { width: 120px; }
footer .footer_area .area01 .area01_text h2 { margin-bottom: 10px; }
footer .footer_area .area01 .area01_text a { font-size: 1.2rem; font-weight: bold; }
footer .footer_area .area02 .tel_area_n { border: 1px solid #000; padding: 10px 30px; }
footer .footer_area .area02 .tel_area_n .naname { font-size: 45px; }
footer .f_copyright { margin-top: 10px; }
footer .f_copyright p { text-align: right; }


		@media only screen and (max-width: 1400px) {
			footer .container { width: 85%; }
      footer .f_menu ul { padding: 0 60px; }
			footer .f_menu ul li {font-size: 1.2rem; }
			footer .footer_area .area02 { width: 400px; }
			footer .footer_area .area02 .tel_area_n { padding: 10px 20px; }
			footer .footer_area .area02 .tel_area_n li { font-size: 1.4rem; }
			footer .footer_area .area02 .tel_area_n .naname { font-size: 35px; }
			footer .f_copyright p { font-size: 1rem; }
		}

		@media only screen and (max-width: 1024px) {
			footer .container { width: 90%; }
		}

		@media only screen and (max-width: 768px) {
			footer .container { width: 100%; }
			footer .f_menu { margin-bottom: 30px; }
      footer .f_menu ul { padding: 0 40px; }
			footer .f_menu ul li { font-size: 1rem; }
			footer .footer_area .area01 { width: 80%;	margin: 0 auto 30px; }
			footer .footer_area .area02 { width: 60%;	margin: 0 auto; }
			footer .f_copyright p { text-align: center; }
		}

		@media only screen and (max-width: 479px) {
			footer .f_menu { display: none; }
			footer .footer_area { margin-bottom: 10px; margin-top: 30px; }
			footer .footer_area .area01 { width: 95%; }
			footer .footer_area .area01 .area01_img img { width: 70px; }
			footer .footer_area .area01 .area01_text h2 { font-size: 1.4rem; letter-spacing: 3px; }
			footer .footer_area .area01 .area01_text a { font-size: 1rem; }
			footer .footer_area .area02 { width: 95%; }
			footer .footer_area .area02 .tel_area_n { padding: 10px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
			footer .footer_area .area02 .tel_area_n li { font-size: 1.2rem; }
			footer .footer_area .area02 .tel_area_n .naname { font-size: 20px; }
			footer .f_copyright p { font-size: 0.8rem; }

		}
