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

@mixin burgerSpan {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4em;
  border-bottom: 2px solid #3c4356;
}




@media screen and (min-width:0) and (max-width:960px) {
.about_img {
	width: 100%;

}
	.about_text h1 {
  width: 100%;
  font-size: 18px;
  line-height: 50px;
  border-bottom: solid #fff 2px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
	
.about_text p {
  text-align: left;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 1px;
  margin-top: 15px;
  color: #fff;
  text-align: center;
}

	.july {
	width: 100%;
	}
	
	.recruit {
	width: 100%;
	}
	
	.menu_box {
flex-direction:column;
	}
	
.header_logo img {
	width:125px;
		
}
	
	.header_right {
		display: none;
	}
	
  .hamburger {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 150;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
	.cp_qa {
  width: 100%;
  margin-bottom: 50px;
}
	.all_menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
		flex-direction: column;
  margin-bottom: 100px;
}
	.cp_actab-content th {
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  padding: 20px 0px;
}
.cp_actab-content th span {
  font-size: 14px;
  color: #fff;
}
.cp_actab-content td {
  text-align: right;
  font-size: 14px;
	  line-height: 32px;
  color: #fff;
  vertical-align: middle;
  padding: 20px 0px;
}
	
.menu_box00 {
  width: 100%;
  height: auto;
  padding-top: 50px;
  display: flex;
	flex-direction: column;
  align-items: center;
}	

.menu_left {
  width: 100%;
}
.menu_img {
  width: 100%;
}
.menu_text00 {
width: 50%;
text-align: center;
}
.menu_text00 h1 {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1px;
  color: #fff;
}
.menu_text00 p {
  text-align: left;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
  margin-top: 15px;
  color: #fff;
  text-align: center;
}
	.menu-section {
	width: 90%;
    display: flex;
		flex-direction: column;
    
	margin-top: 100px;
    margin-bottom: 30px;
}

.menu-set {
    width: 90%;
	text-align: center;
	    margin-bottom: 30px;
	
}
	.menu-set h3 {
    font-size: 18px;

}

.text_box {
width: 80%;
margin-top: 50px;
letter-spacing: 2px;
line-height: 30px;
color: #fff;
}
}

