.slide-media{
	height:70vh;
	max-height:600px;
}

#page__recruit .hero-content .page-title {
    font-size: 5rem;
	letter-spacing: 3px;
	font-family: "NotosansJP-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
}

#page__recruit #page_header{
padding: 12rem 0;
    height: initial;
}

#page__recruit .swiper-slide:nth-child(even) {
    margin-top: 30px;
}

#recruit_entry{
position: fixed;
    bottom: 0;
    right: 0;
    width: 15vw;
    background: var(--accent);
    text-align: center;
    line-height: 4;
    font-size: 2rem;
    z-index: 5;
}

/*********************
  MESSAGE
*********************/

#recruit__message{
	position:relative;
}

#recruit__message:before{
content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px) brightness(1);
}

#recruit__message .title-wrap,
#recruit__message p{
    position: relative;
    z-index: 5;
}

#page__recruit .title-wrap{
	text-align:center;
}

#recruit__message p{
	max-width:800px;
	margin-right:auto;
	margin-left:auto;
	line-height:2;
}

#recruit__link li:first-child a{
    border-top: 1px solid;
}

#recruit__link li a{
    border-bottom: 1px solid;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding:3rem 2rem;
    align-items: center;
	font-family:var(--font-b);
}

.recruit-arrow{
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 1rem;
  height: 1rem;
  border: 3px solid var(--accent);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.recruit-content{
	margin:15rem 0;
}

.recruit-content .l-flex{
	margin-bottom:5rem;
}

.recruit-content .l-flex .flex-l{
	width: calc(30% - 2.5rem);
}

.recruit-content .l-flex .flex-r{
	width: calc(70% - 2.5rem);
}

.recruit-content .l-flex:last-child{
	margin-bottom:0;
}

.recruit-img{
	height:50rem;
	position:relative;
	margin-bottom:5rem;
}

.recruit-type{
    display: inline-block;
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px) brightness(2);
    position: absolute;
    left: 0;
    top: 0;
}

.recruit-type-en{
    position: absolute;
    right: 0;
    bottom: 0;
}

.recruit-type-en p{
    font-size: 7rem;
    line-height: .75;
    mix-blend-mode: difference;
    opacity: .7;
	font-family:var(--en);
}

.recruit-end{
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #616161;
}

@media screen and (max-width:1800px) {
}

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1400px) {
#page__recruit .hero-content .page-title {
    font-size: 4rem;
}
}

@media screen and (max-width:1200px) {
.slide-media {
    height: 40rem;
}
#page__recruit .hero-content .page-title {
    font-size: 3.5rem;
}
#page__recruit #page_header {
    padding: 10rem 0;
}
.recruit-type {
    padding: 2rem;
}
.recruit-type h3{
	font-size:1.6rem;
	}
.recruit-img {
    height: 40rem;
}
}

@media screen and (max-width:960px) {
.slide-media {
    height: 40rem;
}
#page__recruit .hero-content .page-title {
    font-size: 3rem;
}
}

@media screen and (max-width:767px) {
.slide-media {
    height: 30rem;
}
#page__recruit .hero-content .page-title {
    font-size: 2rem;
    line-height: 1.3;
}
#recruit__link li a {
    padding: 2rem 1rem;
}
.recruit-content {
    margin: 7rem 0;
}
.recruit-img {
    height: 20rem;
}
.recruit-type {
    padding: 1rem 2rem;
background-color: rgba(0, 0, 0, 0.1);
}
.recruit-type h3 {
    font-size: 1.4rem;
}
.recruit-type-en p {
    font-size: 2.5rem;
}
.recruit-content .l-flex {
    gap: 1rem;
}
.recruit-content .l-flex .flex-l p{
font-family: "NotosansJP-B", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
	}
#recruit_entry {
    width: 150px;
    line-height: 3;
    font-size: 1.6rem;
}
}