@charset "utf-8";
/*--------------------------------------------
TOP PAGE
---------------------------------------------*/
/*スライダー*/
.slick-dots li button::before{
    font-size: 10px !important;
	color: #D9D9D9 !important;
	opacity: 1!important;
}
/*見出し*/
.title{
    z-index: 1;
}
.title h3{
    font-size: clamp(2rem, 4vw, 4rem) !important;
}
.title_en .en{
    font-size: clamp(4rem, 12.5vw, 12.5rem);
    line-height: .705;
}
.title_en02{
	top: 0;
	right: 0;
	opacity: .2;
}
.title_en03{
	top: 20%;
	left: 0;
	opacity: .2;
}
@media screen and (max-width:991px){
	.title_en02 {
		top: 4%;
		right: -5%;
	}
	.title_en03{
		top: 6%;
	}
}
/*bg*/
.bg02{
	top: -25rem;
	  z-index: -2;
}
@media screen and (max-width:1100px){
	.bg02{
		top: -20rem;
	}
}
@media screen and (max-width:991px){
	.bg02{
		top: -168px;
  		right: 0;
	}
}
/*bg_icon*/
.bg_icon05{
	top: 5rem;
	  right: 5%;
}
.bg_icon06{
	right: 10%;
}
.bg_icon03{
	right: 10%;
	top: 2%;
}
.bg_icon04{
	z-index: -1;
}
@media screen and (max-width:991px){
	.bg_icon04{
		right: 15%;
		  z-index: 1;
	}
}
@media screen and (max-width:480px){
	.bg_icon04{
		right: 2%;
    	top: -20%;
	}
}
/*== メインビジュアル ==*/
#mainvisual .mainvisual_slider .mainvisual_text{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
#mainvisual .mainvisual_slider .mainvisual_text h2 span{
    font-size: 48px;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}
#mainvisual .mainvisual_slider .post-70 .mainvisual_text h2 span{
    font-size: 80px;;
}
#mainvisual .more_btn{
    background: #89CD3F;
    background: linear-gradient(90deg,rgba(137, 205, 63, 1) 0%, rgba(137, 205, 63, 1) 0%, rgba(10, 158, 69, 1) 100%);
    color: #fff !important;
}
@media screen and (max-width:1100px){
	#mainvisual .mainvisual_slider .mainvisual_text{
		left: 53%;
	}
}
@media screen and (max-width:991px){
	#mainvisual .mainvisual_slider .mainvisual_text h2{
		line-height: 0!important;
	}
	#mainvisual .mainvisual_slider .post-70 .mainvisual_text h2 span{
		font-size: 50px;
	}
	#mainvisual .mainvisual_slider .mainvisual_text h2 span{
		font-size: 38px;
	}
}
@media screen and (max-width:575px){
	#mainvisual .mainvisual_slider .mainvisual_text {
		left: 53%;
		top: unset;
		bottom: 2%;
	  }
}
@media screen and (max-width:480px){
	#mainvisual .mainvisual_slider .post-70 .mainvisual_text h2 span{
		font-size: 40px;
	}
	#mainvisual .mainvisual_slider .mainvisual_text h2 span{
		font-size: 26px;
	}
	#mainvisual .mainvisual_slider .post-135 .mainvisual_text h2 span{
		font-size: 18px;
	}
}
/*ドット*/
#mainvisual .mainvisual-custom-dots .slick-dots li.slick-active button::before {
    color: #FFF703 !important;
}
#mainvisual .mainvisual-custom-dots .slick-dots {
    display: flex !important;
    align-items: center;
    bottom: 1%;
    justify-content: center;
}
#mainvisual .mainvisual-custom-dots .slick-dots li {
    margin: 0;
}
/*== 新着情報 ==*/
#info .title_en{
    z-index: -1;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#info .info_wrapper{
    height: 21rem;
}
#info .info_inner{
	position: absolute;
    left: 0;
    top: 0;
}
#info .info_img {
    height: clamp(6rem, 19.26vh, 13rem);
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 24px;
}
#info .info_btn{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
#info .info_slider .slick-slide{
    margin: 0 20px;
    box-sizing: border-box;
    width: 312px;
}
#info .slider-nav-row {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
@media screen and (max-width:1100px){
	#info .info_inner,#info .info_btn{
		position: unset;
	}
	#info .info_wrapper{
    	height: unset;
	}
}
@media screen and (max-width:991px){
	#info .title_en{
		top: 25%;
		left: 4%;
	}
	#info .info_slider .slick-slide{
		margin: 0;
	}
	#info .info_list_inner{
		width: 100% !important;
	}
	#info .info_list_inner_img{
		width: 40%;
	}
	#info .info_list_inner_img02{
		width: 60%;
	}
	#info .info_img {
		border-radius: 1rem;
	}
}
@media screen and (max-width:576px){
	#info .info_img {
		height: 7rem;
	}
}
/*ドット*/
#info .slick-dots li.slick-active button::before {
    color: #04913D !important;
}
/*矢印*/
.custom-arrows {
    display: flex;
    gap: 5px;
}
.custom-prev,
.custom-next {
    background: #04913D;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: background 0.2s;
    border: none;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding-bottom: .8rem;
}
.custom-prev p,
.custom-next p{
    text-align: center;
    font-size: 2.8rem;
}
.custom-prev:hover,
.custom-next:hover {
    background: #8ADBAA;
}
@media screen and (max-width:480px){
	.custom-prev,
	.custom-next {
		width: 40px;
		height: 40px;
	}
	.custom-prev p, .custom-next p {
		font-size: 2.5rem;
	}
}
/*ドット*/
.custom-dots .slick-dots {
    display: flex !important;
    align-items: center;
    position: unset;
}
.custom-dots .slick-dots li {
    margin: 0;
}
/*== 事業紹介 ==*/
#works .works-list .slick-slide,
#works .works-list li {
    box-sizing: border-box;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    transition: transform 0.3s, box-shadow 0.3s, opacity 0.3s;
    z-index: 1;
    position: relative;
}
#works .slick-list {
    overflow: visible !important;
}
#works .works-list .slick-center {
    transform: scale(1.2, 1.2);
    z-index: 2;
}
@media screen and (max-width:1400px){
	#works .works-list .slick-slide,
	#works .works-list li {
    	margin: 0 15px;
	}
}
@media screen and (max-width:768px){
	#works .works-list .slick-slide p{
		font-size:.65rem;
	}
}
/*ドット*/
#works .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2%;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 10;
}
#works .works-list .English_img{
    position: absolute;
    top: 10%;
}
#works .works-list .illustration_img{
    position: absolute;
    top: 30%;
}
#works .works-list .post-109 .English_img img{
    width: 75%;
}
#works .works-list .post-109 .illustration_img{
    top: 25%;
    right: -10%;
    left: 17%;
}
#works .works-list .post-112 .illustration_img{
    top: 38%;
}
#works .works-list .post-114 .illustration_img,#works .works-list .post-115 .illustration_img{
    top: 40%;
}
#works .works-list .works_title{
    position: absolute;
    bottom: 8%;
}
#works .works_more_btn{
    position: absolute;
	right: clamp(120px, 32vw, 640px);
	bottom: -10%;
	width: clamp(100px, 10.875vw, 300px);
}
#works .more_btn_wrapper{
    position: absolute;
    right: 10%;
    bottom: -3%;
    z-index: 1000;
}
@media screen and (max-width:1400px){
	#works .works-list .English_img img{
		width: 85%;
	}
	#works .works-list .post-109 .English_img img{
		width: 65%;
	}
	#works .more_btn_wrapper {
		right: 5%;
	}
}
@media screen and (max-width:1200px){
	#works .works-list .post-109 .illustration_img{
		left: 25%;
		width: 75%;
	}
	#works .more_btn_wrapper{
		right: 3%;
	}
}
@media screen and (max-width:1199px){
	#works .more_btn_wrapper{
    	position: unset;
	}
	#works .works_more_btn{
		bottom: clamp(-80px, -4.444vh, -32px);
		right: 30%;
	}
}
@media screen and (max-width:991px){
	 #works .works-list .post-109 .illustration_img {
		left: 20%;
		width: 92%;
	}
}
@media screen and (max-width:768px){
	#works .works-list .English_img img{
		width: 75%;
	}
	#works .works-list .post-109 .English_img img{
		width: 55%;
	}
}
@media screen and (max-width:575px){
	#works .works_more_btn{
		bottom: -5%;
		right: 10%;
	}
}
/*ドット*/
#works .dots-container .slick-dots li.slick-active button::before {
    color: #FFF703 !important;
}
#works .dots-container .slick-dots li{
    margin: 0 3px;
}
/*== 採用情報 ==*/
#recruit .recruit_item {
    position: relative;
    left: 0;
    transition: left 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.3s, background 0.3s;
}
#recruit .recruit_item h3 {
    transition: font-size 0.3s cubic-bezier(.4,0,.2,1), color 0.3s;
}
#recruit .recruit_item:hover {
    left: -.5rem;
    z-index: 2;
}
#recruit .recruit_item:hover h4 {
    font-size: 2rem
}
#recruit .recruit_text{
    height: 820px;
}
#recruit .recruit-list-scroll-vertical {
    height: 820px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#recruit .recruit-list-scroll-vertical::-webkit-scrollbar {
    display: none;
}
@media screen and (max-width:991px){
	#recruit .recruit_text{
		height: unset;
	}
	#recruit .recruit-list-scroll-vertical {
		height: unset;
		overflow-y: unset;
	}
}
@media screen and (max-width:991px){
	#recruit{
		background-position: 40% 0;
	}
}
/*recruit_list*/
#recruit .recruit_list{
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
}
#recruit .recruit_list li{
    border-radius: 1.5rem;
	list-style: none;
}
#recruit .recruit_list li .recruit_img img{
    height: 209px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 24px;
}
@media screen and (max-width:991px){
	#recruit .recruit_list{
		position: unset;
		margin: 0 auto;
		width:100%;
	}
	#recruit .recruit_list .slick-slide {
		margin: 0 15px;
	}
}
@media screen and (max-width:576px){
	#recruit .recruit_list .slick-slide {
		margin: 0 10px;
	}
}
/*recruit_title_list*/
#recruit .recruit_title_list li{
    padding-right: 1rem;
}
#recruit .recruit_title_list a{
    background-color: #fff;
    border-radius: 2rem;
    border: 1px solid #04913D;
    color: #04913D !important;
}
@media screen and (max-width:991px){
	#recruit .recruit_title_list li{
		padding-right: .7rem;
	}
}
/*recruit_tax*/
#recruit .recruit_list li .recruit_tax li{
    color: #fff;
    padding: .3rem .8rem;
}
#recruit .recruit_list li .recruit_tax li.part-time{
    background-color: #FB7D35;
}
#recruit .recruit_list li .recruit_tax li.full-time{
    background-color: #36BA7D;
}
@media screen and (max-width:480px){
	#recruit .recruit_list li .recruit_img img{
		height: 156px;
	}
}
/*== 社員インタビュー ==*/
#interview {
	z-index: 10;
}
#interview .interview_inner{
    position: absolute;
    bottom: -8%;
    left: 10%;
}
#interview .interview_list_inner img {
    margin: 0 auto;
}
#interview .interview_btn{
    position: absolute;
    right: 5%;
    bottom: -8%;
}
#interview .interview_btn p{
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 3rem;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: .3rem;
}
#interview .modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.7); 
	display: none;
	z-index: 9999;
	overflow-y: auto;
}
#interview .modal-content {
	background: #fff;
	margin: 10vw auto;
	padding: 3rem 2rem;
	width: 80%;
	border-radius: 8px;
	position: relative;
}
#interview .modal-inner {
	border-bottom: 1px solid #0AA924;
}
#interview .modal-close {
	position: absolute;
	top: 0;
	right: 1rem;
	font-size: 2em;
	cursor: pointer;
}
#modal-body h5{
	font-size: 1.75rem;
	color: #04913D;
	font-weight: bold;
	padding-left: 2rem;
	padding-bottom: 1rem;
	position: relative;
}
#modal-body h5::after {
	content: "";
	background: url(../images/btn_icon03.png) right top/cover no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 38%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: .8rem;
	color: #fff;
}
@media screen and (max-width:480px){
	#interview .modal-content{
		padding: 3rem 1rem;
		  width: 90%;
	}
}
#interview .interview-slider-nav-row{
	position: absolute;
	 top: 2%;
	right: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}
#interview .interview-custom-arrows {
    display: flex;
    gap: 5px;
}
#interview .interview-custom-arrows .slick-arrow{
    background: #fff;
    border: 1px solid #04913D;
    color: #04913D;
}
@media screen and (max-width:768px){
	#interview .interview-slider-nav-row{
		position: unset;
		justify-content:center;
	}
}
/*ドット*/
#interview .interview-custom-dots .slick-dots li.slick-active button::before {
    color: #04913D !important;
}
#interview .interview-custom-dots .slick-dots {
    display: flex !important;
    align-items: center;
    position: unset;
}
#interview .interview-custom-dots .slick-dots li {
    margin: 0;
}
/*== HAVE FUN! ==*/
#fun h3.bubble {
	position: relative;
	display: inline-block;
	padding: 1rem 2.8rem;
	background: #fff;
	border-radius: 4rem;
}
#fun h3.bubble:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 1.5rem 1.3rem 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    transform: skew(-25deg);
}
@media screen and (max-width:991px){
	#fun{
		padding-bottom: 7rem;
	}
}
@media screen and (max-width:767px){
	#fun .fun_list img.fun_img{
		width: 85%;
	}
}
@media screen and (max-width:480px){
	#fun h3.bubble{
		padding: 1rem 1.5rem;
		font-size: 1.7rem !important;
	}
}
/*== 教育研修 ==*/
#training .training01{
	top: -12rem;
	right: -2rem;
	width: clamp(320px, 40.3125vw, 800px);
	height: clamp(320px, 40.3125vh, 800px);
}
#training .training02{
	bottom: -20%;
	left: 45%;
	width: clamp(200px, 18.75vw, 400px);
	height: clamp(200px, 30.6667vh, 350px);
}
@media screen and (max-width:991px){
	#training .training_wrapper {
		border-radius: 0 6rem 0 6rem;
	}
	#training .training01{
		top: -9rem;
		right: unset;
		left: -1rem;
	}
	#training .training02{
		bottom: unset;
		left: unset;
		right: 0;
		top: 25%;
	}
}
@media screen and (max-width:576px){
	#training .training01{
		width: 70%;
	}
	#training .training02{
		top: 20%;
	}
}
/*== 店舗情報 ==*/
#shop .shop_wrapper {
    border-radius: 6rem 6rem 0 0;
}
@media screen and (max-width:480px){
	#shop .shop_wrapper{
		border-radius: 4rem 4rem 0 0;
	}
}