@charset "UTF-8";
/*▽▽▽▽▽▽---------- contents ----------▽▽▽▽▽▽*/
/*--------------------- .header ---------------------*/
.header {
  padding-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.hbox {
  padding: 8px 70px 8px 20px;
}
.header_logo a {
  width: 200px;
}

/*--------------------- .gnav ---------------------*/
.gnav,
.gnav li,
.link_btn {
  display: none;
}

/*--------------------- .hamburger ---------------------*/
.scroll-prevent {
  overflow: hidden;
}

.menu_trigger {
  display: inline-block;
  cursor: pointer;
  height: 44px;
  position: fixed;
  top: 40px;
  right: 30px;
  width: 60px;
  vertical-align: middle;
  z-index: 111;
}
.menu_trigger::before {
  background-color: #82cedf;
  content: "";
  display: block;
  height: 130px;
  position: fixed;
  top: 0;
  right: 0;
  transition: background 0.5s ease;
  width: 130px;
}
.menu_trigger.active::before {
  background-color: #fff;
}
.menu_trigger span {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
  height: 4px;
  transition: transform 0.5s;
  width: 100%;
}
.menu_trigger span:nth-of-type(1) {
  top: 0;
}
.menu_trigger.active span:nth-of-type(1) {
  background-color: #4d4d4d;
  transform: translateY(12px) rotate(-45deg);
}
.menu_trigger span:nth-of-type(2) {
  top: 20px;
}
.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu_trigger.active span:nth-of-type(3) {
  background-color: #000;
  transform: translateY(-28px) rotate(45deg);
}

/*--------------------- .ham_menu ---------------------*/
.ham_menu {
  background-color: #fff;
  display: block;
  height: 100%;
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  width: 320px;
  /*
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    visibility: hidden;
*/
  z-index: 110;
}
.ham_menu.open {
  right: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  /*
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
    visibility: visible;
*/
}
.ham_menu_inr {
  padding: 130px 15px;
}
.ham_menu_list li {
  border-bottom: 1px solid #e0e0e0;
}
.ham_menu_list li:first-child {
  border-top: 1px solid #e0e0e0;
}
.ham_menu_list li a {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 15px 10px;
  position: relative;
  transition: background 0.3s ease-in;
}
.ham_menu_list li a .en {
  font-size: 12px;
  margin-left: 10px;
}
.ham_menu_list li a:hover {
  background-color: #ffecd9;
}
.ham_menu_list .next a::before {
  content: "\f061";
  color: #f4810b;
  font-family: FontAwesome;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  right: 7px;
}
/*------------- LINE 友だちになるボタン ----------------*/
.line_friend_button a {
	background:#06c755;
	position:relative;
	display:block;
	padding:10px;
	color:#fff;
	text-align:center;
	text-decoration: none;
	font-family: "M PLUS Rounded 1c", sans-serif;
	margin:5% 0% 5% 0%;
	}
	.line_friend_button a::before {
		content: "";
		display: inline-block;
		width: 40px;
		height: 40px;
		background-image:url(/recruit/cmn/cmn_img/LINE_Brand_icon.png);
		background-size: contain;
		vertical-align: middle;
		margin-right: 10px;
		}

	.line_friend_button a:hover {
		opacity: 0.7;
	}

/*--------------------- .overlay ---------------------*/
.overlay {
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.5s;
  width: 0;
  z-index: 51;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/*--------------------- #page_top ---------------------*/
/* #page_top {
  position: absolute;
  right: 20px;
  bottom: 67px;
  transition: transform 0.3s ease;
}
#page_top a:hover {
  transform: scale(1.1);
}
#page_top a {
  background: url(/recruit/cmn/cmn_img/page_top_illust.png) no-repeat;
  background-size: contain;
  display: block;
  height: 150px;
  position: relative;
  width: 150px;
} */

/*--------------------- footer ---------------------*/
.footer{
  background-color: #4d4d4d;
  padding: 40px 0 30px;
}

.main-width{
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 20px;
  width: 100%;
}

.footer-logo{
  border-bottom: 1px solid #828282;
  margin-bottom: 55px;
  padding-bottom: 40px;
  text-align: center;
}

.footer-logo a:hover{
  opacity: 0.7;
}

.footer-clm02{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-txt-link{
  color: #fff;
}

.footer-txt-link a,
.copyright-txt{
  color: #fff;
  font-size: 14px;
}

.footer-txt-link a:hover{
  opacity: 0.7;
}

.recruit img{
  max-width: 100%;
}

.spEle{
  display: none;
}

br.pcEle{
  display: block;
}