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

.nav_wrap {
  width: 1180px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 15px 5px 13px;
}
h1.sp_h1,
.sp-menu-list {
	display: none;
}
@media (max-width: 750px) {
  .nav_wrap {
    width: 100%;
    display: table;
  }
  .nav_wrap h1.sp_h1 {
    display: table-cell;
    width: 35%;
    vertical-align: middle;
  }
  .nav_wrap .sp-menu-list {
    display: table-cell;
    text-align: right;
  }
  .nav_wrap .sp-menu-list ul li {
    display: inline-block;
    width: 40px;
    height: 22px;
    margin: 0 4px 0 3px;
    padding: 2px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
  }
  .nav_wrap .sp-menu-list ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .nav_wrap .sp-menu-list ul li span {
    display: inline-block;
    margin-top: 5px;
    line-height: 1;
  }
  #spmenu-contact a,
  #spmenu-menu {
    color: #00B9F2;
  }
  #spmenu-search a {
    color: #FFB700;
  }
  .nav_wrap .sp-menu-list ul li img {
    width: auto;
    height: 100%;
    vertical-align: bottom;
  }
}



header nav {
	background: none;
	display: flex;
  width: 100%;
	align-items: center;
	margin: 0;
}
header h1 {
	display: inline-block;
  line-height: 0;
  height: auto;
	float: none;
	margin: 0;
}
@media screen and (max-width: 640px) {
.NavMenu h1 {
	display: none;
}
}
.nav_wrap .nav_contact_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: none;
	margin: 0;
}
@media screen and (max-width: 640px) {
.nav_wrap .nav_contact_wrap {
	display: flex;
	width: 15%;
	align-items: center;
	justify-content: space-between;
	background: none;
	margin: 0;
	position: absolute;
	top: 4px;
  bottom: 0;
	left: 12px;
  margin: auto;
}
}
.nav_wrap ul li {
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 640px) {
.nav_wrap ul.nav_global {
	margin-left: auto;
}
}
.nav_wrap ul.nav_global li {
	
}
.nav_wrap ul.nav_global li:last-child {
	border-right: none;
}
.nav_wrap ul.nav_global li a {
	display: block;
  margin: 0 26px;
	padding: 5px 10px;
}

.nav_wrap ul.nav_contact {
	line-height: 0;
	display: flex;
	justify-content: space-between;
}
.nav_wrap ul.nav_contact li {
	border: none;
	line-height: 0;
	margin-left: 10px;
}
.nav_wrap ul.nav_contact li a {
  display: block;
  width: 200px;
  padding: 17.5px 0;
  background: #00B9F2;
  border-radius: 4px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  position: relative;
}
.nav_wrap ul.nav_contact li a:before {
  content: '';
  display: inline-block;
  margin-right: 14px;
  background: url(../images/common/icon-mail.png) no-repeat center center;
  background-size: 100% 100%;
  width: 22px;
  height: 17.5px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 640px) {
.nav_wrap ul.nav_contact {
	width: 100%;
}
.nav_wrap ul.nav_contact li {
	width: 80%;
	position: relative;
	margin-left: 3%;
}
.nav_wrap ul.nav_contact li:last-child {
	width: 20%;
	margin-left: 3%;
}
.nav_wrap ul.nav_contact li a {
	display: block;
}
.nav_wrap ul.nav_contact li img {
	max-width: 100%;
}
}


section#nav_search {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
section#nav_search form {
  margin: 0;
  height: 100%;
}
section#nav_search .searchbox input[type="text"] {
  height: 100%;
}
@media screen and (max-width: 640px) {
section#nav_search {
	background: #eee;
}
}
#nav_search #search_area {
	float: none;
	width: 1105px;
	margin: 0 auto;
	box-sizing: border-box;
}


#nav_search #search_menu {
	display: flex;
	justify-content: center;
	width: 100%;
	border-bottom: 3px solid #ccc;
  padding: 7px 5px 0;
	background: #eee;
}
#nav_search #search_menu.line_houjin {
	border-bottom: 3px solid #12ab55;
}
#nav_search #search_menu.line_en {
	border-bottom: 3px solid #00538d;
}
#nav_search #search_menu.line_interview {
	border-bottom: 3px solid #f4007f;
}
#nav_search #search_menu.line_keyword {
	border-bottom: 3px solid #fa5505;
}
#nav_search search_menu ul {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
#nav_search #search_menu ul {
	width: 100%;
	display: flex;
}
}
#nav_search #search_menu ul li {
	display: inline-block;
	width: 200px;
	color: #fff;
	font-size: 0.95rem;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	padding: 13px 0;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
}
@media screen and (max-width: 640px) {
#nav_search #search_menu ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31%;
	font-size: 14px;
	padding: 8px 5px 5px;
	margin: 0 2px;
}
#nav_search #search_menu ul li span {
	font-size: 14px;
}
}
#nav_search #search_menu ul li:nth-child(1) {
	background: #12ab55;
}
#nav_search #search_menu ul li:nth-child(2) {
	background: #00538d;
}
#nav_search #search_menu ul li:nth-child(3) {
	background: #f4007f;
}
#nav_search #search_menu ul li:nth-child(4) {
  background: #fa5505;
}



section#nav_search div#search_area .tab-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow: visible;
  max-width: 1045px;
  margin: 0 auto;
  border-bottom: 0px solid #ccc;
  z-index: 701;
  border-radius: 5px;
  position: absolute;
  box-sizing: border-box;
  
}
@media screen and (max-width: 640px) {
section#nav_search div#search_area .tab-wrap {
  max-width: 92%;
}
}

section#nav_search div#search_area .tab-label {
  color: #00295d;
  cursor: pointer;
  flex: 1;
  font-size: 85%;
  font-weight: bold;
  order: -1;
  padding: 10px 10px;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4,0,0.2,1) 0.2s;
  user-select: none;
  white-space: nowrap;
  background: #fff;
  border-right: 5px solid #daf9ea;
  border-radius: 10px 10px 0 0;
  display: inline-block;
  width: 100px;
}
@media screen and (max-width: 640px) {
section#nav_search div#search_area .tab-label {
  font-size: 16px;
  border-left: 1px solid #daf9ea;
  border-right: 1px solid #daf9ea;
  padding: 5px 15px;
  margin-bottom: 2px;
}
}


@media screen and (max-width: 640px) {
section#nav_search div#search_area div#search_en {
    width: 90%;
    height: auto;
    border-radius: 0;
    padding: 5% 5% 10% 5%;
}
}
section#nav_search div#search_area #search_en .tab-label {
  border-right: 5px solid #e3faff;
}
@media screen and (max-width: 640px) {
section#nav_search div#search_area #search_en .tab-label {
  font-size: 16px;
  border-left: 1px solid #e3faff;
  border-right: 1px solid #e3faff;
  padding: 5px 15px;
  margin-bottom: 2px;
}
}
section#nav_search div#search_area #search_interview .tab-label {
  
}
section#nav_search div#search_area .tab-label:hover {
  color: #fff;
  background: #12ab55;
}
section#nav_search div#search_area #search_en .tab-label:hover {
  background: #00538d;
}
section#nav_search div#search_area #search_keyword .tab-label:hover {
  background: #fa5505;
}
section#nav_search div#search_area .tab-label:after {
  background: transparent;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(100%);
  transition: cubic-bezier(0.4,0,0.2,1) 0.2s 80ms;
  width: 100%;
  z-index: 1;
}
section#nav_search div#search_area .tab-label:last-child {
  border-right: none;
}
section#nav_search div#search_area .tab-switch:checked + .tab-label {
  color: #fff;
  background: #12ab55;
  position: relative;
  display: block;
}
section#nav_search div#search_area #search_en .tab-switch:checked + .tab-label {
  background: #00538d;
}
section#nav_search div#search_area #search_keyword .tab-switch:checked + .tab-label {
  background: #fa5505;
}
section#nav_search div#search_area #search_keyword .tab-label {
  border-right: 2px solid #ffe6da;
}
section#nav_search div#search_area .tab-switch:checked + .tab-label:before {
  line-height: 0%;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
section#nav_search div#search_area .tab-switch:checked ~ .tab-label::after {
  transform: translateX(-100%);
}
section#nav_search div#search_area .tab-switch:checked + .tab-label::after {
  opacity: 1;
  transform: translateX(0);
}
section#nav_search div#search_area .tab-content {
  height: 0;
  opacity: 0;
  padding: 0px 0px;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
  width: 960px;
  background: transparent;
}
section#nav_search div#search_area #search_keyword .tab-content {
  width: 1043px;
}
section#nav_search div#search_area .tab-switch:checked ~ .tab-content {
  transform: translateX(30%);
}
section#nav_search div#search_area .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}
section#nav_search div#search_area .tab-wrap::after {
  content: '';
  order: -1;
  width: 100%;
}
section#nav_search div#search_area .tab-switch {
  display: none;
}
section#nav_search div#search_area .tab-content ul {
  font-size: 0;
  display: block;
  padding: 30px 60px;
  border-top: 5px solid #005ead;
}
section#nav_search div#search_area .tab-content ul li {
  display: block;
  text-align: left;
  padding: 20px 5px;
  border-bottom: 1px solid #ddd;
}
section#nav_search div#search_area .tab-content ul li:after {
  content: " ";
  display: block;
  clear: both;
}
section#nav_search div#search_area .tab-content ul li a {
  text-decoration: none;
}
section#nav_search div#search_area .tab-content ol {
	width: 70%;
	margin: 10px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0;
}
section#nav_search div#search_area #search_keyword .tab-content ol {
  display: block;
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
section#nav_search div#search_area .tab-content ol {
	width: 100%;
}
}
section#nav_search div#search_area .tab-content ol li {
	list-style: none;
	display: inline-block;
	width: 31%;
	background: #fff url("../images/index/arrow_green.png") no-repeat 90% center;
	background-size: 6px;
	border-bottom: 2px solid #cecece;
	border-radius: 5px;
	margin: 1%;
}
section#nav_search div#search_area .tab-content ol li a {
	display: block;
	color: #00295d;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	padding: 12px 20px 10px 10px;
}
section#nav_search div#search_area #search_keyword .tab-content ol li {
  width: auto;
  margin: 3px;
}
section#nav_search div#search_area #search_keyword .tab-content ol li a {
  padding: 10px 20px 10px 10px;
  font-size: 13px;
}

.tab-content ul li:last-child {
  border-bottom: none;
}


section#nav_search div#search_area div {
    width: auto;

    height: auto;
    border-radius: 0 0 0px 0px;
    background: none;
    padding: 0;
}
section#nav_search div#search_area div#search_houjin {
    height: 220px;
    border-radius: 0 0 12px 12px;
    background-color:#daf9ea;
    background-image: url("../images/index/back_building_g.png");
	background-repeat: repeat-x;
    background-position: left bottom;
    padding: 20px;
	position: relative;
	
	display: none;
}
@media screen and (max-width: 640px) {
section#nav_search div#search_area div#search_houjin {
    width: 100%;
    height: 300px;
    border-radius: 0;
    background-color:#daf9ea;
    background-image: url("../images/index/back_building_g.png");
	background-repeat: repeat-x;
    background-position: left bottom;
    padding: 35px 4%;
	box-sizing: border-box;
}
}
section#nav_search div#search_area div#search_houjin:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 3px;
	background: #12ab55;
	position: absolute;
	top: 63px;
	left: 0;
}
@media screen and (max-width: 640px) {
section#nav_search div#search_area div#search_houjin:before {
	top: 38%;
}
}
section#nav_search div#search_area div#search_en {
    height: 220px;
    border-radius: 0 0 12px 12px;
    background-color: #e3faff;
    background-image: url("../images/index/back_building_b.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 20px;
	position: relative;
	
	display: none;
}
@media screen and (max-width: 640px) {
section#nav_search div#search_area div#search_en {
    width: 100%;
    height: 300px;
    border-radius: 0;
    padding: 35px 4%;
	box-sizing: border-box;
}
}
section#nav_search div#search_area div#search_en:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 3px;
	background: #00538d;
	position: absolute;
	top: 63px;
	left: 0;
}
@media screen and (max-width: 640px) {
section#nav_search div#search_area div#search_en:before {
	top: 38%;
}
}
section#nav_search div#search_area div#search_interview {
    width: 100%;
	height: 220px;
    border-radius: 0 0 12px 12px;
    background-color: #fde6f2;
    background-image: url("../images/index/back_building_b.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 20px;
	box-sizing: border-box;
	position: relative;
	
	display: none;
}
@media screen and (max-width: 640px) {
section#nav_search div#search_area div#search_interview {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 5% 5% 10% 5%;
}
}
section#nav_search div#search_area div#search_interview ul {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 640px) {
section#nav_search div#search_area div#search_interview ul {
	display: block;
	justify-content: center;
}
}
section#nav_search div#search_area div#search_interview ul li {
	list-style: none;
    display: inline-block;
    width: 31%;
    background: #fff url(../images/index/arrow_green.png) no-repeat 90% center;
    background-size: 6px;
    border-bottom: 2px solid #cecece;
    border-radius: 5px;
    margin: 1%;
}
@media screen and (max-width: 640px) {
section#nav_search div#search_area div#search_interview ul li {
    width: 90%;
}
}
section#nav_search div#search_area div#search_interview ul li a {
    display: block;
    color: #00295d;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 100%;
    padding: 12px 0px 10px 0px;
    width: 100%;
    height: auto;
    background: none;
    border-bottom: 0px solid #cecece;
    border-radius: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

section#nav_search div#search_area div#search_keyword {
  height: 280px;
  border-radius: 0 0 12px 12px;
  background-color: #ffe6da;
  background-image: url("../images/index/back_building_b.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 12px 15px 20px;
  position: relative;
  display: none;
}
section#nav_search div#search_area div#search_keyword .tab-wrap {
  display: flex;
  flex-wrap: wrap;
}
section#nav_search div#search_area div#search_keyword .tab-label {
  flex-basis: auto;
  display: inline-block;
  width: 180px;
  margin-top: 2px;
  padding: 10px 5px;
  white-space: normal;
  line-height: 1.4;
  font-size: 12px;
}
section#nav_search div#search_area div#search_keyword:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #fa5505;
  position: absolute;
  top: 91px;
  left: 0;
}
section#nav_search div#search_area div#search_keyword .tab-content ol li {
  background: #fff;
}
section#nav_search div#search_area div#search_keyword .tab-content ol li a {
  padding: 9px;
}
section#nav_search div#search_area div#search_keyword p {
  position: relative;
  bottom: 2.2rem;
  right: -2rem;
  font-size: 0.9rem;
  font-weight: normal;
}
section#nav_search div#search_area div#search_keyword p a {
  font-weight: bold;
  color: #00295d;
}
@media screen and (max-width: 640px) {
  section#nav_search div#search_area div#search_keyword {
    width: 100%;
    height: 300px;
    border-radius: 0;
    padding: 35px 4%;
    box-sizing: border-box;
  }
  section#nav_search div#search_area div#search_keyword:before {
    top: 38%;
  }
}




section#nav_search div#search_area div.search_close {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 18px;
	line-height: 0;
	background: #666;
	padding: 15px 10px;
	cursor: pointer;
	border: none;
}




section#nav_search .searchbox {
	display: inline-block;
	width: 230px;
	height: 30px;
	padding: 3px 30px 2px 10px;
	margin: 0 0 0 1rem;
	border: 2px solid #ccc;
	background: #fff;
	position: relative;
	
	
    
    border-radius: 20px;
}
@media screen and (max-width: 640px) {
section#nav_search .searchbox {
    margin: 10px auto 10px;
}
}
section#nav_search .searchbox input::placeholder {
    color:#cccccc;
    font-size: 13px;
}
section#nav_search .searchbox input[type="text"] {
    width: 200px;
    box-shadow: 0 0 0 1000px white inset;
	
	font-size: 13px;
}
section#nav_search .searchbox input[type="submit"] {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 19px;
	height: 18px;
}
section#nav_search .searchbox input[type="submit"] {
    border: none;
    width: 23px;
    height: 22px;
    background: url(../images/index/icon_musimegane.png) no-repeat right center #fff;
    background-size: contain;
    vertical-align: middle;
}
@media screen and (max-width: 640px) {
section#nav_search .searchbox input[type="submit"] {
	margin: 0;
}
}


section#nav_search img {
	display: none !important;
}