@charset "utf-8";


/*base--------------------------------*/

*{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	color: #000;
	font-size: 100%;
}

html, body {
	height: 100%;
	overflow: visible;
  line-height: 1.6;
}

body{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form, div {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	color: #000;
}

textarea { font-size: 100%; }

img {
	vertical-align: bottom;
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}



/*common--------------------------------*/

.pc {
	display: block;
}

.sp {
	display: none;
}

a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline:none;
	text-decoration: none;
}

a {
	-webkit-transition: .5s ease-out;
	transition: .5s ease-out;
}

a:hover {
	opacity:0.6;
	zoom:1;
	-webkit-transition: .5s ease-out;
	transition: .5s ease-out;
}

.fit {
	width: 100%;
}


@media only screen and (min-width:1395px) {
	.sec_ttl {
		font-family: 'Oswald', sans-serif;
		font-size: 38px;
		font-weight: 300;
		text-align: center;
		padding-bottom: 38px;
	}

	.plain_txt {
		font-size: 16px;
		line-height: 1.57em;
	}

	#pagetop a {
		display: block;
		width: 49px;
		height: 49px;
		background-color: #fff;
		border-radius: 25px;
		box-shadow: 0 0 10px rgba(0,0,0,.05);
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		bottom: 38px;
		right: 38px;
	}



	/*----------------------------------------*/

	/*header*/

	/*----------------------------------------*/

	header {
		width: 100%;
		height: 90px;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
      margin: 0;
      padding: 0;
	}

	header .logo_container {
		width: 140px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	header .logo_container .logo_obj {
		width: 90px;
	}

	.gnav_container .menu_trigger {
		display: none;
	}

	.menu_target {
		display: block;
	}

	.gnav_container .nav_list_container {
		height: 90px;
		display: flex;
	}

	.gnav_container .nav_list_item {
		height: 100%;
		padding-top: 33px;
		box-sizing: border-box;
		position: relative;
	}

	.gnav_container .nav_list_item a,
	.gnav_container .nav_list_item span {
		margin-right: 30px;
		font-size: 16px;
		font-weight: 500;
		padding-bottom: 10px;
	}

	.gnav_container .nav_list_item:nth-last-child(3) a {
		margin-right: 20px;
	}

	.gnav_container .nav_list_item:not(:nth-last-child(-n+2)) a:hover,
	.gnav_container .nav_list_item:not(:nth-last-child(-n+2)) span:hover {
		border-bottom: 1px solid #00722E;
		opacity: 1;
	}

	.gnav_container .nav_list_item:nth-last-child(-n+2) {
		padding: 0;
		margin: 10px 6px 10px 0;
	}

	.gnav_container .nav_list_item:nth-last-child(-n+2) a {
		display: block;
		height: calc(100% - 20px);
		padding: 0;
		margin: 0;
	}

	.gnav_container .nav_list_item:nth-last-child(-n+2) .bnr_mgo {
		height: 100%;
	}

	/*.gnav_container .nav_list_item:last-child a {
		display: block;
		width: 195px;
		height: 100%;
		padding: 23px 13px 0 0;
		margin: 0;
		box-sizing: border-box;
		background-color: #707070;
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		text-align: center;
		line-height: 1.2em;
		position: relative;
	}

	.gnav_container .nav_list_item:last-child a span {
		display: inline-block;
		width: 100%;
		font-size: 13px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}

	.gnav_container .nav_list_item:last-child a::after {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}*/

	.gnav_container .nav_list_item .subnav_list_container {
		display: none;
		background-color: #fff;
		padding: 15px 30px 20px;
		position: absolute;
		top: 70px;
		left: 0;
	}

	.gnav_container .nav_list_item .subnav_list_item {
		white-space: nowrap;
	}

	.gnav_container .nav_list_item .subnav_list_item a {
		font-size: 16px;
		line-height: 2.42em;
		padding-bottom: 0;
	}

	.gnav_container .nav_list_item .subnav_list_item a:hover {
		border-bottom: none;
		opacity: .6;
	}



	/*----------------------------------------*/

	/*mv_container*/

	/*----------------------------------------*/

	.mv_container {
		background-color: #F5F5F5;
		padding: 113px 0 50px;
	}

	.mv_list_container{
		opacity: 0;
		transition: opacity .3s linear;
	}

	.mv_list_container.slick-initialized{
		opacity: 1;
	}

	.mv_container .slick-slide {
		transform: scale(.773);
		transition: .5s ease-out;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.mv_container .slick-current,
	.mv_container .is-active-next {
		transform: scale(1);
		transition: .5s ease-out;
	}

	.mv_container .slick-slide .mv_list_obj {
		width: 612px;
		transition: .5s ease-out;
	}

	.mv_slide-dots {
		width: 100%;
		display: flex;
		justify-content: center;
		position: absolute;
		top: 308px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.mv_slide-dots li {
		width: 50px;
		position: relative;
	}

	.mv_slide-dots li button {
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}

	.mv_slide-dots li button:before {
		content: '';
		display: block;
		width: 35px;
		height: 3px;
		background-color: #C5C5C5;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.mv_slide-dots li.slick-active button:before {
		background-color: #00722E;
	}




	/*----------------------------------------*/

	/*news_wrap*/

	/*----------------------------------------*/

	.news_wrap {
		width: 90vw;
		margin: 0 auto;
	}

	.news_container {
		max-width: 1375px;
		min-height: 83px;
		box-sizing: border-box;
		padding: 23px 0;
		margin: 0 auto;
		border-bottom: 1px solid #E2E2E2;
		display: flex;
		justify-content: space-between;
	}

	.news_container .news_ttl {
		width: 110px;
		height: 38px;
		border-right: 1px solid #E2E2E2;
		font-family: 'Oswald', sans-serif;
		font-size: 29px;
		font-weight: 300;
		text-align: center;
		line-height: 38px;
	}

	.news_container .post_container {
		min-width: calc(100% - 213px);
		height: 100%;
		box-sizing: border-box;
		text-align: left;
	}

	.news_container .news_list_container {
		padding-left: 30px;
		display:flex;
	}

	.news_container .news_list_container dt,
	.news_container .news_list_container dd {
		display: inline;
		font-size: 16px;
		line-height: 38px;
		padding-right: 25px;
		width:6em;
	}
	.news_container .news_list_container dd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
		width:calc(100% - 6em);
	}

	.news_container .news_btn_container a {
		display: block;
		width: 113px;
		height: 38px;
		box-sizing: border-box;
		border: 1px solid #E2E2E2;
		padding-right: 9px;
		font-family: 'Oswald', sans-serif;
		font-size: 16px;
		text-align: center;
		line-height: 36px;
		position: relative
	}

	.news_container .news_btn_container a::after {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		position: absolute;
		top: 50%;
		right: 9px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}



	/*----------------------------------------*/

	/*media_container*/

	/*----------------------------------------*/

	.media_container  {
		padding: 25px 0 50px;
	}

	.media_list_container {
		width: 90vw;
		max-width: 1205px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.media_list_item {
		width: 221px;
		padding: 0 10px;
	}

	.media_list_item .media_obj {
		width: 100%;
	}

	.media_list_item .txt_container {
		width: 100%;
		padding-top: 13px;
	}



	/*----------------------------------------*/

	/*business_container*/

	/*----------------------------------------*/

	.business_container  {
		padding: 125px 0;
		background-color: #FBFBFB;
	}

	.business_list_container {
		width: 90vw;
		max-width: 1375px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.business_list_item {
		width: 19.1%;
		height: 263px;
		margin-bottom: 13px;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,.05);
	}

	.business_list_item .img_container {
		width: 100%;
		height: 140px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.business_list_item .img_container .business_obj {
		width: 58px;
	}

	.business_list_item .business_list_ttl {
		font-size: 20px;
		text-align: center;
		line-height: 1.375em;
		width: 100%;
		height: 82px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.business_list_item:nth-child(n+6) {
		width: 24.1%;
		height: 128px;
	}

	.business_list_item:nth-child(n+6) a {
		width: 100%;
		height: 100%;
		display: flex;
	}

	.business_list_item:nth-child(n+6) .img_container {
		width: 119px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.business_list_item:nth-child(n+6) .txt_container {
		width: calc(100% - 119px);
		height: 100%;
	}

	.business_list_item:nth-child(n+6) .business_list_ttl {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}



	/*----------------------------------------*/

	/*ebisu-hatsu_wrap*/

	/*----------------------------------------*/

	.ebisu-hatsu_wrap  {
		padding: 100px 0;
		width: 100%;
		min-height: 430px;
	}

	.ebisu-hatsu_container {
		width: 90vw;
		height: 100%;
		min-height: 460px;
		margin-left: 10vw;
		overflow-x: hidden;
		overflow-y: hidden;
		position: relative;
	}

	.ebisu-hatsu_ttl .ebisu-hatsu_obj {
		width: 274px;
	}

	.ebisu-hatsu_container .post_container {
		position: absolute;
		top: 0;
		left: 395px;
	}

	.ebisu-hatsu_container .post_container .post_obj {
		width: 100%;
	}

	.ebisu-hatsu_container .post_ttl {
		font-size: 20px;
		font-weight: 500;
		padding-bottom: 13px;
	}

	.ebisu-hatsu_list_container{
		margin-bottom: 0 !important;
		opacity: 0;
		transition: opacity .3s linear;
	}

	.ebisu-hatsu_list_container.slick-initialized{
		opacity: 1;
	}

	.ebisu-hatsu_container .slick-slide {
		width: 388px;
		padding: 0 38px 0 0;
	}

	.ebisu-hatsu_list_item .txt_container {
		padding-top: 13px;
	}

	.ebisu-hatsu_list_item .plain_txt span {
		font-size: 15px;
		line-height: 1.83em;
		display: block;
	}

	.post_slide-dots {
		width: 395px;
		height: 3px;
		display: flex;
		position: absolute;
		/*top: 349px;*/
		bottom: 0;
		left: -395px;
	}

	.post_slide-dots li {
		width: 70px;
		position: relative;
	}

	.post_slide-dots li button {
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}

	.post_slide-dots li button:before {
		content: '';
		display: block;
		width: 64px;
		height: 3px;
		background-color: #C5C5C5;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.post_slide-dots li.slick-active button:before {
		background-color: #00722E;
	}



	/*----------------------------------------*/

	/*other_wrap*/

	/*----------------------------------------*/

	.other_wrap  {
		padding: 125px 0;
		background-color: #FBFBFB;
	}

	.other_container {
		width: 90vw;
		max-width: 1375px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.other_container .left_container,
	.other_container .right_container {
		width: 48%;
		max-width: 669px;
	}

	.jre_list_container {
		padding-top: 13px;
	}

	.jre_list_item > a,
	.jre_list_item > span {
		display: block;
		width: 100%;
		/*min-height: 125px;*/
		background-color: #fff;
		margin-bottom: 25px;
		box-shadow: 0 0 10px rgba(0,0,0,.05);
		padding-bottom: 1em;
	}

	.jre_list_item .jre_list_ttl {
		width: 100%;
		background-color: #535353;
		font-size: 20px;
		font-weight: 500;
		color: #fff;
		line-height: 2.13em;
		box-sizing: border-box;
		padding: 0 38px 0 23px;
	}

	.jre_list_item .plain_txt {
		width: 100%;
		box-sizing: border-box;
		padding: 13px 50px 0 23px;
	}
  .jre_list_item dl.jre_list_documents {
    padding: 13px 50px 0px 23px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .jre_list_item dl.jre_list_documents dt {
    padding: 0.2em 1.6em;
    border: 1px solid #000;
    width: 6em;
    text-align: center;
  }
  .jre_list_item dl.jre_list_documents dd {
    margin-left: 1em;
    width: calc( 100% - 7em );
  }
  .jre_list_item dl.jre_list_documents dd ul {
    padding: 0.2em 0em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.5em 0;
  }
  .jre_list_item dl.jre_list_documents dd ul li {
    border-right: 1px solid #000;
    margin-left: -1px;
  }
  .jre_list_item dl.jre_list_documents dd ul li:last-of-type {
    border-right: none;
  }
  .jre_list_item dl.jre_list_documents dd ul li object {
  }
  .jre_list_item dl.jre_list_documents dd ul li a {
    padding: 0em 2.4em 0em 1.2em;
    display: block;
    background: url(/img/icon-pdf@2x.png) no-repeat 90% 50% / 13px auto;
    text-decoration: none;
    box-sizing: border-box;
  }

	.recruit_list_container {
		padding-top: 13px;
	}

	.recruit_list_item a {
		display: block;
		width: 100%;
		/*min-height: 208px;*/
		background-color: #fff;
		margin-bottom: 13px;
		padding: 32px 50px;
		box-sizing: border-box;
		box-shadow: 0 0 10px rgba(0,0,0,.05);
		border-left: 4px solid #535353;
		display: flex;
	}
	.recruit_list_item a > picture,
	.recruit_list_item a > picture source,
	.recruit_list_item a > picture img {
		display: block;
		width: 100%;
		height: auto;
	}

	.recruit_list_item .img_container {
		width: 125px;
		display: flex;
		justify-items: center;
		align-items: center;
	}

	.recruit_list_item .recruit_obj {
		width: 58px;
	}

	.recruit_list_item .txt_container {
		width: calc(100% - 125px);
		display: flex;
		justify-items: center;
		align-items: center;
	}

	.recruit_list_item .recruit_list_ttl {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.63em;
	}



	/*----------------------------------------*/

	/*group_container*/

	/*----------------------------------------*/

	.group_container  {
		padding: 100px 0;
	}

	.group_list_container {
		width: 98vw;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.group_list_item {
		padding: 10px;
	}

	.group_obj {
		width: 154px;
	}



	/*----------------------------------------*/

	/*footer*/

	/*----------------------------------------*/

	.footer_sec01 {
		padding: 70px 0;
		background-color: #FBFBFB;
	}

	.footer_inner {
		width: 96vw;
		max-width: 1375px;
		margin: 0 auto;
		display: flex;
	}

	.footer_inner .logo_container {
		width: 183px;
	}

	.footer_inner .logo_obj {
		width: 100px;
	}

	.footer_inner .fnav_container {
		width: calc(100% - 183px);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.fnav_container .nav_list_container {
		padding-right: 20px;
		box-sizing: border-box;
	}

	.fnav_container .nav_list_container dt a {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.69em;
	}

	.fnav_container .nav_list_container dd + dt {
		padding-top: 30px;
	}

	.fnav_container .subnav_list_item a {
		font-size: 14px;
		font-weight: 400;
		color: #565656;
		line-height: 1.64em;
	}

	.footer_sec02 {
		padding: 25px 0 38px;
		border-bottom: 1px solid #E2E2E2;
	}

	.footer_sec_ttl {
		font-size: 13px;
		font-weight: 500;
		text-align: center;
		padding-bottom: 15px;
	}

	.fotter_media_list_container {
		width: 950px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		gap: 10px;
	}

	.fotter_media_list_item {
		text-align: center;
		width: calc( ( 100% - 40px ) / 5 );
	}

	.fotter_media_list_item .media_obj {
		width: 100%;
	}

	.footer_sec03 {
		padding: 25px 0;
	}

	.note_list_container {
		width: 1250px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.note_list_item {
		text-align: center;
		line-height: 1em;
	}

	.note_list_item a {
		font-size: 14px;
		line-height: 1em;
	}

	.copy {
		width: 100%;
		height: 50px;
		background-color: #707070;
		text-align: center;
	}

	.copy small {
		font-size: 13px;
		font-weight: 400;
		color: #fff;
		line-height: 50px;
	}
}


@media only screen and (max-width:1394px) {
	.sec_ttl {
		font-family: 'Oswald', sans-serif;
		font-size: 30px;
		font-weight: 300;
		text-align: center;
		padding-bottom: 30px;
	}

	.plain_txt {
		font-size: 14px;
		line-height: 1.57em;
	}

	#pagetop a {
		display: block;
		width: 39px;
		height: 39px;
		background-color: #fff;
		border-radius: 20px;
		box-shadow: 0 0 10px rgba(0,0,0,.05);
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		bottom: 30px;
		right: 30px;
	}



	/*----------------------------------------*/

	/*header*/

	/*----------------------------------------*/

	header {
		width: 100%;
		height: 70px;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
	}

	header .logo_container {
		width: 110px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	header .logo_container .logo_obj {
		width: 70px;
	}

	.gnav_container .menu_trigger {
		display: none;
	}

	.menu_target {
		display: block;
	}

	.gnav_container .nav_list_container {
		height: 70px;
		display: flex;
	}

	.gnav_container .nav_list_item {
		height: 100%;
		padding-top: 26px;
		box-sizing: border-box;
		position: relative;
	}

	.gnav_container .nav_list_item a,
	.gnav_container .nav_list_item span {
		margin-right: 30px;
		font-size: 14px;
		font-weight: 500;
		padding-bottom: 10px;
	}

	.gnav_container .nav_list_item:nth-last-child(3) a {
		margin-right: 20px;
	}

	.gnav_container .nav_list_item:not(:nth-last-child(-n+2)) a:hover,
	.gnav_container .nav_list_item:not(:nth-last-child(-n+2)) span:hover {
		border-bottom: 1px solid #00722E;
		opacity: 1;
	}

	.gnav_container .nav_list_item:nth-last-child(-n+2) {
		padding: 0;
		margin: 10px 6px 10px 0;
	}

	.gnav_container .nav_list_item:nth-last-child(-n+2) a {
		display: block;
		height: calc(100% - 20px);
		padding: 0;
		margin: 0;
	}

	.gnav_container .nav_list_item:nth-last-child(-n+2) .bnr_mgo {
		height: 100%;
	}

	/*.gnav_container .nav_list_item:last-child a {
		display: block;
		width: 156px;
		height: 100%;
		padding: 18px 10px 0 0;
		margin: 0;
		box-sizing: border-box;
		background-color: #707070;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		text-align: center;
		line-height: 1.2em;
		position: relative;
	}

	.gnav_container .nav_list_item:last-child a span {
		display: inline-block;
		width: 100%;
		font-size: 10px;
		font-weight: 500;
		color: #fff;
		text-align: center;
	}

	.gnav_container .nav_list_item:last-child a::after {
		content: '';
		display: block;
		width: 6px;
		height: 6px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		top: 50%;
		right: 12px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}*/

	.gnav_container .nav_list_item .subnav_list_container {
		display: none;
		background-color: #fff;
		padding: 15px 30px 20px;
		position: absolute;
		top: 70px;
		left: 0;
	}

	.gnav_container .nav_list_item .subnav_list_item {
		white-space: nowrap;
	}

	.gnav_container .nav_list_item .subnav_list_item a {
		font-size: 14px;
		line-height: 2.42em;
		padding-bottom: 0;
	}

	.gnav_container .nav_list_item .subnav_list_item a:hover {
		border-bottom: none;
		opacity: .6;
	}



	/*----------------------------------------*/

	/*mv_container*/

	/*----------------------------------------*/

	.mv_container {
		background-color: #F5F5F5;
		padding: 90px 0 40px;
	}

	.mv_list_container{
		opacity: 0;
		transition: opacity .3s linear;
	}

	.mv_list_container.slick-initialized{
		opacity: 1;
	}

	.mv_container .slick-slide {
		transform: scale(.773);
		transition: .5s ease-out;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.mv_container .slick-current,
	.mv_container .is-active-next {
		transform: scale(1);
		transition: .5s ease-out;
	}

	.mv_container .slick-slide .mv_list_obj {
		width: 489px;
		transition: .5s ease-out;
	}

	.mv_slide-dots {
		width: 100%;
		display: flex;
		justify-content: center;
		position: absolute;
		top: 246px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.mv_slide-dots li {
		width: 40px;
		position: relative;
	}

	.mv_slide-dots li button {
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}

	.mv_slide-dots li button:before {
		content: '';
		display: block;
		width: 28px;
		height: 2px;
		background-color: #C5C5C5;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.mv_slide-dots li.slick-active button:before {
		background-color: #00722E;
	}




	/*----------------------------------------*/

	/*news_wrap*/

	/*----------------------------------------*/

	.news_wrap {
		width: 90vw;
		margin: 0 auto;
	}

	.news_container {
		max-width: 1100px;
		min-height: 66px;
		box-sizing: border-box;
		padding: 18px 0;
		margin: 0 auto;
		border-bottom: 1px solid #E2E2E2;
		display: flex;
		justify-content: space-between;
	}

	.news_container .news_ttl {
		width: 88px;
		height: 30px;
		border-right: 1px solid #E2E2E2;
		font-family: 'Oswald', sans-serif;
		font-size: 23px;
		font-weight: 300;
		text-align: center;
		line-height: 30px;
	}

	.news_container .post_container {
		min-width: calc(100% - 172px);
		height: 100%;
		box-sizing: border-box;
		text-align: left;
	}

	.news_container .news_list_container {
		padding-left: 30px;
		display:flex;
	}

	.news_container .news_list_container dt,
	.news_container .news_list_container dd {
		display: inline;
		font-size: 14px;
		line-height: 30px;
		padding-right: 25px;
		width:6em;
	}
	.news_container .news_list_container dd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
		width:calc(100% - 6em);
	}


	.news_container .news_btn_container a {
		display: block;
		width: 90px;
		height: 30px;
		box-sizing: border-box;
		border: 1px solid #E2E2E2;
		padding-right: 7px;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		text-align: center;
		line-height: 28px;
		position: relative
	}

	.news_container .news_btn_container a::after {
		content: '';
		display: block;
		width: 6px;
		height: 6px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		position: absolute;
		top: 50%;
		right: 7px;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}



	/*----------------------------------------*/

	/*media_container*/

	/*----------------------------------------*/

	.media_container  {
		padding: 20px 0 40px;
	}

	.media_list_container {
		width: 90vw;
		max-width: 964px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.media_list_item {
		width: 221px;
		padding: 0 10px;
	}

	.media_list_item .media_obj {
		width: 100%;
	}

	.media_list_item .txt_container {
		width: 100%;
		padding-top: 10px;
	}



	/*----------------------------------------*/

	/*business_container*/

	/*----------------------------------------*/

	.business_container  {
		padding: 100px 0;
		background-color: #FBFBFB;
	}

	.business_list_container {
		width: 90vw;
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.business_list_item {
		width: 19.1%;
		height: 210px;
		margin-bottom: 10px;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,.05);
	}

	.business_list_item .img_container {
		width: 100%;
		height: 112px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.business_list_item .img_container .business_obj {
		width: 46px;
	}

	.business_list_item .business_list_ttl {
		font-size: 16px;
		text-align: center;
		line-height: 1.375em;
		width: 100%;
		height: 65px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.business_list_item:nth-child(n+6) {
		width: 24.1%;
		height: 102px;
	}

	.business_list_item:nth-child(n+6) a {
		width: 100%;
		height: 100%;
		display: flex;
	}

	.business_list_item:nth-child(n+6) .img_container {
		width: 95px;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.business_list_item:nth-child(n+6) .txt_container {
		width: calc(100% - 95px);
		height: 100%;
	}

	.business_list_item:nth-child(n+6) .business_list_ttl {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}



	/*----------------------------------------*/

	/*ebisu-hatsu_wrap*/

	/*----------------------------------------*/

	.ebisu-hatsu_wrap  {
		padding: 80px 0;
		width: 100%;
		min-height: 350px;
	}

	.ebisu-hatsu_container {
		width: 90vw;
		margin-left: 10vw;
		height: 100%;
		min-height: 350px;
		overflow-x: hidden;
		overflow-y: hidden;
		position: relative;
	}

	.ebisu-hatsu_ttl .ebisu-hatsu_obj {
		width: 219px;
	}

	.ebisu-hatsu_container .post_container {
		position: absolute;
		top: 0;
		left: 316px;
	}

	.ebisu-hatsu_container .post_container .post_obj {
		width: 100%;
	}

	.ebisu-hatsu_container .post_ttl {
		font-size: 16px;
		font-weight: 500;
		padding-bottom: 10px;
	}

	.ebisu-hatsu_list_container{
		opacity: 0;
		transition: opacity .3s linear;
	}

	.ebisu-hatsu_list_container.slick-initialized{
		opacity: 1;
	}

	.ebisu-hatsu_container .slick-slide {
		width: 310px;
		padding: 0 30px 0 0;
	}

	.ebisu-hatsu_list_item .txt_container {
		padding-top: 10px;
	}

	.ebisu-hatsu_list_item .plain_txt span {
		font-size: 12px;
		line-height: 1.83em;
		display: block;
	}

	.post_slide-dots {
		width: 316px;
		display: flex;
		position: absolute;
		top: 285px;
		left: -316px;
	}

	.post_slide-dots li {
		width: 56px;
		position: relative;
	}

	.post_slide-dots li button {
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}

	.post_slide-dots li button:before {
		content: '';
		display: block;
		width: 51px;
		height: 2px;
		background-color: #C5C5C5;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.post_slide-dots li.slick-active button:before {
		background-color: #00722E;
	}



	/*----------------------------------------*/

	/*other_wrap*/

	/*----------------------------------------*/

	.other_wrap  {
		padding: 100px 0;
		background-color: #FBFBFB;
	}

	.other_container {
		width: 90vw;
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.other_container .left_container,
	.other_container .right_container {
		width: 48%;
		max-width: 535px;
	}

	.jre_list_container {
		padding-top: 10px;
	}

  .jre_list_item > a,
	.jre_list_item > span {
		display: block;
		width: 100%;
		/*min-height: 100px;*/
		background-color: #fff;
		margin-bottom: 20px;
		box-shadow: 0 0 10px rgba(0,0,0,.05);
		padding-bottom: 1em;
	}

	.jre_list_item .jre_list_ttl {
		width: 100%;
		background-color: #535353;
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		line-height: 34px;
		box-sizing: border-box;
		padding: 0 30px 0 18px;
	}

	.jre_list_item .plain_txt {
		width: 100%;
		box-sizing: border-box;
		padding: 10px 40px 0 18px;
	}

  .jre_list_item dl.jre_list_documents {
    padding: 13px 23px 0px 23px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .jre_list_item dl.jre_list_documents dt {
    margin-bottom: 0.5em;
    padding: 0.2em 0em;
    border: 1px solid #000;
    width: calc( 100% );
    text-align: center;
  }
  .jre_list_item dl.jre_list_documents dd {
    margin-left: 0;
    width: calc( 100% );
  }
  .jre_list_item dl.jre_list_documents dd ul {
    padding: 0.2em 0em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.5em 0;
  }
  .jre_list_item dl.jre_list_documents dd ul li {
    border-right: none;
    margin-left: -1px;
    width: 100%;
  }
  .jre_list_item dl.jre_list_documents dd ul li:last-of-type {
    border-right: none;
  }
  .jre_list_item dl.jre_list_documents dd ul li object {
  }
  .jre_list_item dl.jre_list_documents dd ul li a {
    padding: 0em 2.4em 0em 0em;
    display: inline-block;
    background: url(/img/icon-pdf@2x.png) no-repeat 90% 50% / 13px auto;
    text-decoration: none;
    box-sizing: border-box;
  }

	.recruit_list_container {
		padding-top: 10px;
	}

	.recruit_list_item a {
		display: block;
		width: 100%;
		/*min-height: 166px;*/
		background-color: #fff;
		margin-bottom: 10px;
		padding: 25px 40px;
		box-sizing: border-box;
		box-shadow: 0 0 10px rgba(0,0,0,.05);
		border-left: 3px solid #535353;
		display: flex;
	}
	.recruit_list_item a > picture,
	.recruit_list_item a > picture source,
	.recruit_list_item a > picture img {
		display: block;
		width: 100%;
		height: auto;
	}


	.recruit_list_item .img_container {
		width: 100px;
		display: flex;
		justify-items: center;
		align-items: center;
	}

	.recruit_list_item .recruit_obj {
		width: 46px;
	}

	.recruit_list_item .txt_container {
		width: calc(100% - 100px);
		display: flex;
		justify-items: center;
		align-items: center;
	}

	.recruit_list_item .recruit_list_ttl {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.63em;
	}



	/*----------------------------------------*/

	/*group_container*/

	/*----------------------------------------*/

	.group_container  {
		padding: 100px 0;
	}

	.group_list_container {
		width: 98vw;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.group_list_item {
		padding: 10px;
	}

	.group_obj {
		width: 162px;
	}



	/*----------------------------------------*/

	/*footer*/

	/*----------------------------------------*/

	.footer_sec01 {
		padding: 70px 0;
		background-color: #FBFBFB;
	}

	.footer_inner {
		width: 96vw;
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
	}

	.footer_inner .logo_container {
		width: 146px;
	}

	.footer_inner .logo_obj {
		width: 80px;
	}

	.footer_inner .fnav_container {
		width: calc(100% - 146px);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.fnav_container .nav_list_container {
		padding-right: 20px;
		box-sizing: border-box;
	}

	.fnav_container .nav_list_container dt a {
		font-size: 13px;
		font-weight: 500;
		line-height: 1.69em;
	}

	.fnav_container .nav_list_container dd + dt {
		padding-top: 30px;
	}

	.fnav_container .subnav_list_item a {
		font-size: 11px;
		font-weight: 400;
		color: #565656;
		line-height: 1.64em;
	}

	.footer_sec02 {
		padding: 20px 0 30px;
		border-bottom: 1px solid #E2E2E2;
	}

	.footer_sec_ttl {
		font-size: 13px;
		font-weight: 500;
		text-align: center;
		padding-bottom: 15px;
	}

	.fotter_media_list_container {
		width: 760px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		gap: 10px;
	}

	.fotter_media_list_item {
		width: calc( ( 100% - 40px ) / 5 );
		text-align: center;
	}

	.fotter_media_list_item .media_obj {
		width: 100%;
	}

	.footer_sec03 {
		padding: 20px 0;
	}

	.note_list_container {
		width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.note_list_item {
		text-align: center;
		line-height: 1em;
	}

	.note_list_item a {
		font-size: 11px;
		line-height: 1em;
	}

	.copy {
		width: 100%;
		height: 40px;
		background-color: #707070;
		text-align: center;
	}

	.copy small {
		font-size: 10px;
		font-weight: 400;
		color: #fff;
		line-height: 40px;
	}
}


@media only screen and (max-width:1100px) {
	.gnav_container .nav_list_item a,
	.gnav_container .nav_list_item span,
	.gnav_container .nav_list_item .subnav_list_item a {
		font-size: 1.27vw;
		margin-right:1.36vw;
	}

	/*.gnav_container .nav_list_item:last-child a {
		width: 19.5vw;
		padding: 30px 13px 0 0;
	}

	.gnav_container .nav_list_item:last-child a span {
		font-size: 1.3vw;
	}*/

	.footer_inner .fnav_container {
		justify-content: left;
	}

	.fnav_container .nav_list_container {
		width: 50%;
	}
}


@media only screen and (max-width:900px) {
	.gnav_container .nav_list_item a,
	.gnav_container .nav_list_item span,
	.gnav_container .nav_list_item .subnav_list_item a {
		margin-right: .56vw;
	}

	.business_list_item .business_list_ttl {
		font-size: 1.67vw;
	}

	.business_list_item:nth-child(n+6) .img_container {
		width: 10.56vw;
	}

	.business_list_item:nth-child(n+6) .txt_container {
		width: calc(100% - 10.56vw);
	}
}


@media only screen and (max-width:768px) {

	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	a:hover {
		opacity: 1;
	}

	.sec_ttl {
		font-size: 8vw;
		padding-bottom: 8vw;
	}

	.plain_txt {
		font-size: 4.27vw;
		line-height: 1.5em;
		letter-spacing: .05em;
	}

	#pagetop a {
		width: 10.4vw;
		height: 10.4vw;
		border-radius: 5.2vw;
		box-shadow: 0 0 2.67vw rgba(0,0,0,.05);
		bottom: 8vw;
		right: 8vw;
	}



	/*----------------------------------------*/

	/*header*/

	/*----------------------------------------*/

	header {
		width: 100%;
		height: 16vw;
	}

	header .logo_container {
		width: 25.07vw;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 9999;
	}

	header .logo_container .logo_obj {
		width: 17.07vw;
	}

	.gnav_container .menu_trigger {
		position: absolute;
		top: 2.68vw;
		right: 5.33vw;
		width: 6.4vw;
		height: 8vw;
		display: block;
		z-index: 99999;
		cursor: pointer;
		-webkit-transition: .2s ease-out;
		transition: .2s ease-out;
	}

	.menu_trigger,
	.menu_trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu_trigger span {
		position: absolute;
		left: 0;
		width: 6.4vw;
		height: 2px;
		background-color: #000;
		z-index: 4;
		-webkit-transition: .2s ease-out;
		transition: .2s ease-out;
	}

	.menu_trigger:hover span {
		width: 6.4vw;
		left: 0;
		-webkit-transition: .2s ease-out;
		transition: .2s ease-out;
	}

	.menu_trigger span:nth-of-type(1) {
		top: 2.68vw;
	}

	.menu_trigger span:nth-of-type(2) {
		top: 5.07vw;
		left: 1.6vw;
		width: 4.8vw;
	}

	.menu_trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu_trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(2.67vw) rotate(-45deg);
		transform: translateY(2.67vw) rotate(-45deg);
	}

	.menu_trigger.active span:nth-of-type(2) {
		left: 50%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}

	.menu_trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-2.13vw) rotate(45deg);
		transform: translateY(-2.13vw) rotate(45deg);
	}

	.menu_target {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: #fff;
		overflow-y: auto;
		z-index: 999;
		-webkit-transition: .5s ease-out;
		transition: .5s ease-out;
	}

	.menu_target.active {
		display: block;
		-webkit-transition: .5s ease-out;
		transition: .5s ease-out;
	}

	.gnav_container .nav_list_container {
		height: auto;
		display: block;
		width: 86.67vw;
		margin: 0 auto;
		border-top: 1px solid #E2E2E2;
		margin-top: 21.33vw;
	}

	.gnav_container .nav_list_item {
		padding-top: 0;
		border-bottom: 1px solid #E2E2E2;
	}

	.gnav_container .nav_list_item:not(:nth-last-child(-n+2))::after {
		content: '';
		display: block;
		width: 2.13vw;
		height: 2.13vw;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		position: absolute;
		top: 50%;
		left: 1.07vw;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}

	.gnav_container .nav_list_item.parent::after {
		content: '＋';
		display: block;
		width: auto;
		height: auto;
		font-size: 4.53vw;
		line-height: 14.67vw;
		color: #000;
		font-weight: 400;
		border-top: none;
		border-right: none;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}

	.gnav_container .nav_list_item.parent.active::after {
		content: '－';
	}

	.gnav_container .nav_list_item a,
	.gnav_container .nav_list_item span {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		font-size: 3.73vw;
		line-height: 14.67vw;
		padding: 0 0 0 8vw;
		box-sizing: border-box;
	}

	.gnav_container .nav_list_item:not(:nth-last-child(-n+2)) a:hover,
	.gnav_container .nav_list_item:not(:nth-last-child(-n+2)) span:hover {
		border-bottom: none;
	}

	.gnav_container .nav_list_item:nth-last-child(-n+2) {
		margin-top: 8vw;
		border-bottom: none;
	}

	.gnav_container .nav_list_item:last-child {
		margin-top: 2.67vw;
	}

	.gnav_container .nav_list_item:nth-last-child(-n+2) a {
		width: 100%;
		padding: 0;
	}

	.gnav_container .nav_list_item:nth-last-child(-n+2) .bnr_mgo {
		width: 100%;
	}

	/*.gnav_container .nav_list_item:last-child a {
		width: 100%;
		padding: 4.8vw 2.67vw 3.73vw 0;
		font-size: 3.73vw;
	}

	.gnav_container .nav_list_item:last-child a span {
		font-size: 2.67vw;
		line-height: 1.2em;
		padding-left: 0;
		height: auto;
	}

	.gnav_container .nav_list_item:last-child a::after {
		width: 2.13vw;
		height: 2.13vw;
		right: 3.2vw;
	}*/

	.gnav_container .nav_list_item .subnav_list_container {
		padding: 0;
		position: static;
	}

	.gnav_container .nav_list_item .subnav_list_item a {
		font-size: 3.2vw;
		line-height: 1em;
		padding-bottom: 5.33vw;
	}



	/*----------------------------------------*/

	/*mv_container*/

	/*----------------------------------------*/

	.mv_container {
		padding: 21.33vw 0 4vw;
		margin-bottom: 13.33vw;
	}

	.mv_container .slick-slide {
		transform: scale(.88);
	}

	.mv_container .slick-current,
	.mv_container .is-active-next {
		transform: scale(1);
	}

	.mv_container .slick-slide .mv_list_obj {
		width: 82.93vw;
	}

	.mv_slide-dots {
		top: 49.87vw;
	}

	.mv_slide-dots li {
		width: 10.67vw;
	}

	.mv_slide-dots li button:before {
		width: 7.47vw;
	}




	/*----------------------------------------*/

	/*news_wrap*/

	/*----------------------------------------*/

	.news_container {
		width: 86.93vw;
		height: auto;
		padding: 2.67vw 0;
		margin: 0 auto;
		border-bottom: 1px solid #E2E2E2;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.news_container .news_ttl {
		width: 18.93vw;
		height: 6.4vw;
		margin-bottom: 3.2vw;
		font-size: 7.2vw;
		text-align: left;
		line-height: 6.4vw;
		order: 1;
	}

	.news_container .post_container {
		display: block;
		width: 86.93vw;
		height: auto;
		padding-top: 5.33vw;
		border-top: 1px solid #E2E2E2;
		order: 3;
	}

	.news_container .news_list_container {
		padding-left: 0;
		display:block;
	}

	.news_container .news_list_container dt,
	.news_container .news_list_container dd {
		display: block;
		font-size: 3.73vw;
		line-height: 1.57em;
		padding-right: 0;
	}
	.news_container .news_list_container dd {
		text-decoration: underline;
    white-space: unset;
    overflow: unset;
    text-overflow: unset;
		width:calc(100%);
	}

	.news_container .news_btn_container {
		order: 2;
	}

	.news_container .news_btn_container a {
		width: 22.67vw;
		height: 6.4vw;
		padding-right: 1.87vw;
		font-size: 3.73vw;
		line-height: 5.86vw;
	}

	.news_container .news_btn_container a::after {
		width: 1.6vw;
		height: 1.6vw;
		right: 1.87vw;
	}



	/*----------------------------------------*/

	/*media_container*/

	/*----------------------------------------*/

	.media_container  {
		padding: 16vw 0 8vw;
	}

	.media_list_container {
		width: 92.2vw;
		flex-wrap: wrap;
		justify-content: center;
	}

	.media_list_item {
		width: 50%;
		padding: 0;
	}

	.media_list_item .img_container,
	.media_list_item .media_obj,
	.media_list_item .txt_container {
		width: 41.07vw;
		margin: 0 auto;
	}

	.media_list_item .txt_container {
		padding: 2.67vw 0 4vw;
	}



	/*----------------------------------------*/

	/*business_container*/

	/*----------------------------------------*/

	.business_container  {
		padding: 16vw 0 18.67vw;
	}

	.business_list_container {
		width: 86.67vw;
		display: block;
	}

	.business_list_item {
		width: 100%;
		height: 28.27vw;
		margin-bottom: 2.67vw;
		box-shadow: 0 0 2.67vw rgba(0,0,0,.05);
	}

	.business_list_item a {
		width: 100%;
		height: 100%;
		display: flex;
	}

	.business_list_item .img_container {
		width: 28vw;
		height: 100%;
	}

	.business_list_item .img_container .business_obj {
		width: 12.27vw;
	}

	.business_list_item .txt_container {
		width: calc(100% - 28vw);
	}

	.business_list_item .business_list_ttl {
		font-size: 4.8vw;
		text-align: left;
		line-height: 1.44em;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.business_list_item:nth-child(n+6) {
		width: 100%;
		height: 28.27vw;
	}

	.business_list_item:nth-child(n+6) .img_container {
		width: 28vw;
		height: 100%;
	}

	.business_list_item:nth-child(n+6) .txt_container {
		width: calc(100% - 28vw);
	}



	/*----------------------------------------*/

	/*ebisu-hatsu_wrap*/

	/*----------------------------------------*/

	.ebisu-hatsu_wrap  {
		padding: 10.67vw 0 18.67vw;
		min-height: auto;
	}

	.ebisu-hatsu_container {
		width: 100%;
		margin-left: 0;
		min-height: auto;
	}

	.ebisu-hatsu_ttl {
		text-align: center;
		padding-bottom: 8vw;
	}

	.ebisu-hatsu_ttl .ebisu-hatsu_obj {
		width: 31.73vw;
	}

	.ebisu-hatsu_container .post_container {
		position: static;
		padding-left: 10.67vw;
	}

	.ebisu-hatsu_container .post_obj {
		width: 100%;
	}

	.ebisu-hatsu_container .post_ttl {
		font-size: 4.27vw;
		padding-bottom: 2.67vw;
	}

	.ebisu-hatsu_container .slick-slide {
		width: 71.47vw;
		padding: 0 5.33vw 0 0;
	}

	.ebisu-hatsu_list_item .txt_container {
		padding-top: 2.67vw;
	}

	.ebisu-hatsu_list_item .plain_txt {
		letter-spacing: 0;
	}

	.ebisu-hatsu_list_item .plain_txt span {
		font-size: 3.2vw;
	}

	.ebisu-hatsu_list_container .slick-list {
		padding-bottom:13.33vw;
	}
	.post_slide-dots {
		width: calc(100% - 10.67vw);
		display: flex;
		justify-content: center;
		position: absolute;
		top: auto;
		/*bottom: -13.33vw;*/
		bottom: 0;
		left: 0;
	}

	.post_slide-dots li {
		width: 10.67vw;
		position: relative;
	}

	.post_slide-dots li button:before {
		width: 7.47vw;
	}



	/*----------------------------------------*/

	/*other_wrap*/

	/*----------------------------------------*/

	.other_wrap  {
		padding: 18.67vw 0 16vw;
	}

	.other_container {
		width: 86.67vw;
		margin: 0 auto;
		display: block;
	}

	.other_container .left_container,
	.other_container .right_container {
		width: 100%;
		max-width: 100%;
	}

	.jre_list_container {
		padding: 2.67vw 0 10.67vw;
	}

  .jre_list_item > a,
	.jre_list_item > span {
		width: 100%;
		/*min-height: auto;*/
		margin-bottom: 5.33vw;
		box-shadow: 0 0 2.67vw rgba(0,0,0,.05);
		padding-bottom: 1em;
	}

	.jre_list_item .jre_list_ttl {
		font-size: 4.27vw;
		line-height: 9.07vw;
		padding: 0 0 0 5.33vw;
	}

	.jre_list_item .plain_txt {
		font-size: 3.73vw;
		padding: 2.67vw 9.33vw 2.67vw 5.33vw;
	}


    .jre_list_item dl.jre_list_documents {
  		font-size: 3.73vw;
  		padding: 2.67vw 5.33vw 0vw 5.33vw;
    }
    .jre_list_item dl.jre_list_documents dt {
      margin-bottom: 0.5em;
      padding: 0.2em 0em;
    }
    .jre_list_item dl.jre_list_documents dd {
    }
    .jre_list_item dl.jre_list_documents dd ul {
      padding: 0.2em 0em;
    }
    .jre_list_item dl.jre_list_documents dd ul li {
    }
    .jre_list_item dl.jre_list_documents dd ul li:last-of-type {
    }
    .jre_list_item dl.jre_list_documents dd ul li object {
    }
    .jre_list_item dl.jre_list_documents dd ul li a {
      padding: 0em 2.4em 0em 0em;
    }


	.recruit_list_container {
		padding-top: 2.67vw;
	}

	.recruit_list_item a {
		min-height: auto;
		margin-bottom: 5.33vw;
		padding: 2.67vw 8vw 10.67vw 6.67vw;
		box-shadow: 0 0 2.67vw rgba(0,0,0,.05);
		display: block;
	}
	.recruit_list_item a > picture,
	.recruit_list_item a > picture source,
	.recruit_list_item a > picture img {
		display: block;
		width: 100%;
		height: auto;
	}


	.recruit_list_item .img_container {
		width: 100%;
		height: auto;
		display: block;
		text-align: center;
		padding: 8vw 0 5.33vw;
		box-sizing: border-box;
	}

	.recruit_list_item .img_container .recruit_obj {
		width: 12.27vw;
	}

	.recruit_list_item .txt_container {
		width: 100%;
		display: block;
	}

	.recruit_list_item .recruit_list_ttl {
		font-size: 4.8vw;
		line-height: 1.44em;
		padding-bottom: 1.33vw;
	}



	/*----------------------------------------*/

	/*group_container*/

	/*----------------------------------------*/

	.group_container  {
		padding: 16vw 0 10.67vw;
	}

	.group_list_container {
		justify-content: left;
	}

	.group_list_item {
		width: 50%;
		padding: 2.67vw;
		box-sizing: border-box;
	}

	.group_obj {
		width: 100%;
	}



	/*----------------------------------------*/

	/*footer*/

	/*----------------------------------------*/

	.footer_sec01 {
		padding: 9.33vw 0 16vw;
	}

	.footer_inner {
		width: 86.67vw;
		margin: 0 auto;
		display: block;
	}

	.footer_inner .logo_container {
		width: 100%;
		text-align: center;
		padding-bottom: 8vw;
	}

	.footer_inner .logo_container .logo_obj {
		width: 17.07vw;
	}

	.footer_inner .fnav_container {
		width: 100%;
		display: block;
		border-bottom: 1px solid #E2E2E2;
	}

	.fnav_container .nav_list_container {
		width: 100%;
		padding-right: 0;
	}

	.fnav_container .nav_list_container dt {
		padding-top: 0;
		border-top: 1px solid #E2E2E2;
		position: relative;
	}

	.fnav_container .nav_list_container dt::after {
		content: '';
		display: block;
		width: 2.13vw;
		height: 2.13vw;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		position: absolute;
		top: 50%;
		left: 1.07vw;
		-webkit-transform: translateY(-50%) rotate(45deg);
		transform: translateY(-50%) rotate(45deg);
	}

	.fnav_container .nav_list_container dt.parent::after {
		content: '＋';
		display: block;
		width: auto;
		height: auto;
		font-size: 4.53vw;
		line-height: 15.47vw;
		color: #000;
		font-weight: 400;
		border-top: none;
		border-right: none;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}

	.fnav_container .nav_list_container dt.parent.active::after {
		content: '－';
	}

	.fnav_container .nav_list_container dt a {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0;
		font-size: 3.73vw;
		line-height: 15.47vw;
		padding: 0 0 0 8vw;
		box-sizing: border-box;
	}

	.fnav_container .nav_list_container dt.parent a {
		padding-left: 0;
		margin-left: 8vw;
	}

	.fnav_container .nav_list_container dd + dt {
		padding-top: 0;
	}

	.fnav_container .nav_list_container dd {
		display: none;
	}

	.fnav_container .subnav_list_container {
		padding-bottom: 2.67vw;
	}

	.fnav_container .subnav_list_item {
		padding: 0 0 2.67vw 8vw;
	}

	.fnav_container .subnav_list_item a {
		font-size: 3.2vw;
		font-weight: 400;
		color: #565656;
		line-height: 1em;
	}

	.footer_sec02 {
		padding: 5.33vw 0;
		border-bottom: 1px solid #E2E2E2;
	}

	.footer_sec_ttl {
		font-size: 3.73vw;
		padding-bottom: 5.33vw;
	}

	.fotter_media_list_container {
		width: 89.34vw;
		flex-wrap: wrap;
		gap: 10px;
	}

	.fotter_media_list_item {
		width: calc( ( 100% - 10px ) / 2 );
		justify-content: space-between;
		padding: 0 0 2.67vw;
		box-sizing: border-box;
	}

	.fotter_media_list_item .media_obj {
		width: 100%;
	}

	.footer_sec03 {
		padding: 6.67vw 0 0;
	}

	.note_list_container {
		width: 86.67vw;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	.note_list_item {
		padding-bottom: 6.67vw;
	}

	.note_list_item a {
		font-size: 2.93vw;
	}

	.note_list_item:last-child a {
		padding-right: 1em;
	}

	.copy {
		width: 100%;
		height: 40px;
		background-color: #707070;
		text-align: center;
	}

	.copy small {
		font-size: 2.67vw;
		line-height: 10.67vw;
	}

}
