@charset "UTF-8";
@font-face {
  font-family: Geneva CY;
  src: url("../../top_fonts/Geneva CY.ttf");
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
scroll-behavior: smooth;
}
body {
  margin: 0;
}
header {
	height: auto;
	margin-bottom: 0px;
	background-image: none;
}
main {
  display: block;
	letter-spacing: 1px;
	font-family: "NotoSansJP-Regular","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #242323;
    font-weight: 200;
	box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
}
.sp_none {
	display: block;
}
.sp_br {
	display: none;
	}
/*下層ページ*/
.inner {
	width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12.625rem 0 12.625rem;
}
.page__tit__box {
	width: 100%;
    margin: 0 auto;
    border-top: 5px #BF5552 solid;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.page__tit__en {
	color: #BF5552;
    text-align: left;
    font-size: 100px;
    line-height: 1;
}
.page__tit__num {
    font-size: 36px;
    color: #BF5552;
}
.page__tit__jp {
	display: block;
    text-align: left;
    margin-top: 20px;
    font-size: 24px;
    font-family: NotoSansJP-Medium;
}
.inner__mv {
	    overflow: hidden;
    width: 100%;
	margin: 80px 0 120px;
}

/*fonts renewal____topfonts*/
@font-face {
  font-family: NotoSansJP-Medium;
  src: url("../font/NotoSansJP-Medium.ttf");
}
@font-face {
  font-family: NotoSansJP-Regular;
  src: url("../font/NotoSansJP-Regular.ttf");
}
@font-face {
  font-family: CabinetGrotesk-Bold;
  src: url("../font/CabinetGrotesk-Bold.otf");
}
@font-face {
  font-family: CabinetGrotesk-Medium;
  src: url("../font/CabinetGrotesk-Medium.otf");
}
/*改行*/
.tb_none {
		display: block;
	}
/*フォント共通*/
.tit_cabinet{
	font-family: CabinetGrotesk-Bold;
}
/*アニメーション*/
@keyframes loop {
	0% { transform:translateX(0px); }
	100% { transform:translateX(-100%); }
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

/*固定ボタン*/
.fixed_btn_wrp {
	
}
.entryBtn {
   z-index: 9;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: fixed;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.entryBtn .btnWrp {
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.entryBtn_flex {
	font-size: 25px;
	font-family: CabinetGrotesk-Medium;
	width: 50%;
	display: flex;
	padding: 13px 80px;
	justify-content: space-between;
	align-items: center;
}
.entryBtn_flex > p {
	text-align: left;
}
.entryBtn_flex_arrow {
	width: 28px;
	height: auto;
}
.entryBtn_flex_jp {
	text-align: left;
	font-size: 12px;
	margin-left: 13px;
	font-family: NotoSansJP-Medium;
}
.btn_new_gra {
	background-color: #BF5552;
	color: #F8F7F5;
}
.btn_mid_career {
	background-color: #F8F7F5;
	color: #BF5552;
}
/*InstaBtn*/

.InstaBtn {
	z-index: 9;
    position: fixed;
    right: 0vw;
   	bottom: 10%; 
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
}
.InstaBtn_banner {
	width: 180px;
}
/*下層リンク*/
.recruit__Link {
	background: linear-gradient(208deg, rgba(229,227,224,0.07889093137254899) 0%, rgba(229,227,224,1) 100%);;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
	height: 35vh;
	position: relative;
	z-index: 0;
}
.will_loop_list_kasou {
	display: flex;
	animation: loop 30s linear infinite;
	position: relative;
    z-index: -1;
    top: -33px;
}
.will_loop_list_kasou .will_loop_list_item_img {
    width: 160vw;
    margin: 0 20px;
}
.recruit__Link__inner {
	width: 90%;
    max-width: 1000px;
    margin: 0 auto;
	padding: 80px 0;
}
.recruit__Link .btnWrp {
    display: flex;
	gap: 20px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.recruit__Link .btnWrp .entryBtn_flex {
    font-size: 25px;
    font-family: CabinetGrotesk-Medium;
    width: 50%;
    display: flex;
    padding: 13px 40px;
    justify-content: space-between;
    align-items: center;
	min-height: 50px;
	box-sizing: border-box;
}
.recruit__Link .btnWrp .entryBtn_flex_jp {
    text-align: left;
    font-size: 12px;
    margin-top: 3px;
	margin-left: 0;
    display: block;
}
.recruit__Link .btnWrp .btn_new_gra {
    background-color: #BF5552;
    color: #F8F7F5;
}
.recruit__Link .btnWrp .btn_mid_career {
    background-color: #F8F7F5;
    color: #BF5552;
}
/*アニメーション*/
.loop_decoration {
	background: #F8F7F5;
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.will_loop_list {
	display: flex;
	animation: loop 30s linear infinite;
	position: relative;
    z-index: 1;
	top: 20px;
}
.will_loop_list_under { 
	display: flex;
	animation: loop 30s linear infinite;
	position: relative;
    z-index: 2;
	top: -15px;
	}

.lineup_slick_img {
	margin-right: 10px;
    margin-left: 10px
}
@keyframes loop {
	0% { transform:translateX(0px); }
	100% { transform:translateX(-100%); }
}
@media screen and (max-width: 960px){
/*	page tit*/
	.page__tit__en {
    font-size: 60px;
	}
	.page__tit__num {
    font-size: 40px;
	}
}

@media(max-width:768px) {
	.entryBtn {
		padding-left: 0%;
		padding-right: 0%;
	}
	.InstaBtn {
		text-align: end;
		left:0%;
    	top: 75%;
	}
	.InstaBtn_banner {
    width: 146px;
	}
	
	.recruit__Link {
    height: 30vh;
	}
	.recruit__Link .btnWrp {
    flex-direction: column;
    gap: 10px;
	}
	.recruit__Link .btnWrp .entryBtn_flex {
    width: 88%;
	margin: 0 auto;
	}
	.will_loop_list_kasou {
    z-index: -1;
	}
	.entryBtn_flex {
	font-size: 20px;
	}
	.entryBtn_flex_jp {
    text-align: left;
    margin-left: 0px;
		margin-top: 3px;
	}
}
@media(max-width:560px) {
	.sp_none {
	display: none;
	}
	.sp_br {
	display: block;
	}
	.page__tit__box {
    border-top: 3px #BF5552 solid;
    padding-top: 15px;
	}
	.page__tit__en {
    font-size: 35px;
	}
	.page__tit__num {
    font-size: 20px;
	}
	.page__tit__jp {
    margin-top: 10px;
    font-size: 15px;
	}
	.inner__mv {
    margin: 40px 0 60px;
	object-fit: cover;
    aspect-ratio: 5 / 3;
	object-position: left;
	}
	
	.entryBtn .btnWrp {
    display: flex;
	width: 100%;
    flex-direction: column;
	}	
	.entryBtn_flex {
    width: 100%;
	box-sizing: border-box;
		padding: 6px 24px;
	}
	.recruit__Link .btnWrp .entryBtn_flex {
    font-size: 15px;
    width: 100%;
	box-sizing: border-box;
    display: flex;
   	padding: 6px 24px;
	}
	.recruit__Link .btnWrp .entryBtn_flex_jp {
    font-size: 10px;
	}
	.entryBtn_flex_arrow {
    width: 21px;
	}
	.InstaBtn_banner {
    width: 100px;
	}
	.entryBtn_flex_jp {
    font-size: 10px;
    margin-top: 5px;
	display: block;
	}
	.InstaBtn {
    top: 80%;
    transform: translateX(-10px);
	}
	.recruit__Link__inner {
    padding: 80px 0 50px;
	}
	.will_loop_list_kasou {
    top: -17px;
	}
}
