.in1000 {
	max-width: 10rem;
	width: 100%;
	margin: auto;
}

/*============================
社員インタビュー
============================*/
#interview {
	margin-top: 1.3rem;
}
@media screen and (max-width: 599px) {
	#interview {
		margin-top: 0.8rem;
	}
}

/* タイトル */
#interview .sec_title_wrap {
	text-align: center;
	margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
	#interview .sec_title_wrap {
		margin-bottom: 0.3rem;
	}
}


#interview .sec_title_wrap span {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	color: rgba(255, 122, 89, 0.1);
}

/* リスト */
#interview .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#interview .list .item {
	max-width: 4.5rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
	#interview .list .item {
		margin-bottom: 0.6rem;
		width: 100%;
		max-width: 100%;
	}
}


#interview .list .item a {
	display: block;
	text-decoration: none;
}

#interview .list .item a:hover {
	opacity: 0.8;
}

#interview .list .item a .ph_cont {
	position: relative;
}

#interview .list .item a .ph_cont .ph_wrap {
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
@media screen and (max-width: 599px) {
	#interview .list .item a .ph_cont .ph_wrap {
		width: calc(100% - 0.20rem);
		height: 77vw;
		margin-left: 0.10rem;
	}
}

#interview .list .item a .ph_cont .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

#interview .list .item a:hover .ph_cont .ph_wrap img {
	transform: scale(1.05, 1.05);
}

@media screen and (max-width: 599px) {
	#interview .list .item a:hover .ph_cont .ph_wrap img {
		transform: scale(1);
	}
}

/* リード */
#interview a .lead {
	position: absolute;
	left: -0.5rem;
	bottom: 0.1rem;
}
@media screen and (max-width: 599px) {
	#interview a .lead {
		left: 0;
		bottom: 0.15rem;
	}
}

#interview a .lead span {
	color: #2F475C;
	background: #fff;
	font-size: 0.26rem;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0.15rem;
	padding: 0.03rem 0.03rem 0.05rem;
}
@media screen and (max-width: 599px) {
	#interview a .lead span {
		font-size: 0.17rem;
		line-height: 1.3;
		margin-bottom: 0.1rem;
		padding: 0.02rem 0.01rem 0.04rem;
	}
}


/* ボタン */
#interview a .btn {
	position: absolute;
	bottom: -0.3rem;
	right: 0.8rem;
	transition: all .3s;
}
@media screen and (max-width: 599px) {
	#interview a .btn {
		bottom: -0.2rem;
		right: 0.3rem;
		width: 0.4rem;
	}
}

#interview a:hover .btn {
	right: 0.75rem;
}

@media screen and (max-width: 599px) {
	#interview a:hover .btn {
		right: 0.3rem;
	}
}

/* 名前 */
#interview a .name_wrap {
	margin-top: 0.3rem;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 599px) {
	#interview a .name_wrap {
		margin-top: 0.15rem;
		padding-left: 0.10rem;
		display: flex;
		align-items: center;
	}
}

#interview a .name_wrap .name {
	font-size: 0.30rem;
	font-weight: bold;
	border-right: 1px solid #2F475C;
	color: #2F475C;
	padding: 0.10rem 0.2rem 0.10rem 0;
}
@media screen and (max-width: 599px) {
	#interview a .name_wrap .name {
		font-size: 0.2rem;
	}
}


#interview a .name_wrap .office {
	font-size: 0.15rem;
	color: #2F475C;
	padding-left: 0.20rem;
	line-height: 1.5;
}
@media screen and (max-width: 599px) {
	#interview a .name_wrap .office {
		font-size: 0.13rem;
	}
}



/*============================
エントリー
============================*/
#entry {
	margin-top: 1rem;
	background: url(../img/newgrads/top/entry_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 0.8rem 0 1rem;
}

@media screen and (max-width: 599px) {
	#entry {
		margin-top: 0.60rem;
		padding: 0.4rem 0 0.50rem;
	}
}

/* タイトル */
#entry .sec_title_wrap {
	text-align: center;
	/* padding: 1rem 0 0.5rem; */
	margin-bottom: 0.8rem;
}

@media screen and (max-width: 599px) {
	#entry .sec_title_wrap {
		margin-bottom: 0.3rem;
	}
}

#entry .sec_title_wrap span {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	color: rgba(255, 122, 89, 0.1);
}

#entry .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#entry .list .item {
	width: calc(50% - 0.20rem);
	padding: 0.4rem 0 0.7rem;
	background: #fff;
	box-shadow: 4px 4px 7px -6px rgba(0, 0, 0, 0.6);
	border-radius: 0.10rem;
	text-align: center;
}
@media screen and (max-width: 599px) {
	#entry .list .item {
		width: 100%;
		padding: 0.3rem 0.10rem 0.30rem;
	}
}

#entry .list .item:nth-child(1) {
	margin-right: 0.20rem;
}
@media screen and (max-width: 599px) {
	#entry .list .item:nth-child(1) {
		margin-right: 0;
		margin-bottom: 0.3rem;
	}
}

#entry .list .item:nth-child(2) {
	margin-left: 0.20rem;
}
@media screen and (max-width: 599px) {
	#entry .list .item:nth-child(2) {
		margin-left: 0;
	}
}

/* タイトル */
#entry .list .item h3 {
	font-size: 0.28rem;
	font-weight: 800;
	margin-bottom: 0.15rem;
}
@media screen and (max-width: 599px) {
	#entry .list .item h3 {
		font-size: 0.23rem;
	}
}

/* テキスト */
#entry .list .item p {
	font-size: 0.18rem;
	margin-bottom: 0.4rem;
}
@media screen and (max-width: 599px) {
	#entry .list .item p {
		font-size: 0.16rem;
		margin-bottom: 0.2rem;
	}
}

/* リンク */
#entry .list .item a {
	font-size: 0.18rem;
	text-decoration: none;
	width: 4rem;
	text-align: center;
	background-color: #FF7A59;
	border-radius: 0.5rem;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0.25rem 0;
	position: relative;
}
@media screen and (max-width: 599px) {
	#entry .list .item a {
		font-size: 0.16rem;
		width: 90%;
		padding: 0.20rem 0;
	}
}


#entry .list .item a:hover {
	opacity: 0.7;
}

#entry .list .item a::after {
	content: '';
	display: inline-block;
	width: 0.1rem;
	height: 0.15rem;
	background: url(../img/newgrads/top/icon_arrow_wh.svg);
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.2rem;
	transition: all .3s;
}

#entry .list .item a:hover:after {
	right: 0.15rem;
}

/* 2025年 */
#entry .list .item:nth-child(2) h3 {
	color: #FF7A59;
}

#entry .list .item:nth-child(2) a {
	background-color: #2F475C;
}

#entry .list .item:nth-child(2) a.disable {
	background-color: #999;
	pointer-events: none;
}

/* お問い合わせ・SNS */
#entry .bottom_wrap {
	background: #fff;
	box-shadow: 4px 4px 7px -6px rgba(0, 0, 0, 0.6);
	border-radius: 0.10rem;
	margin-top: 0.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.20rem 0;
}

#entry .bottom_wrap .box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#entry .bottom_wrap h3 {
	font-size: 0.2rem;
	font-weight: bold;
	padding: 0.5rem 0.4rem;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
}
@media screen and (max-width: 599px) {
	#entry .bottom_wrap h3 {
		text-align: center;
		border-right: 0;
		padding: 0.2rem 0 0.1rem;
		display: inline-block;
		border-bottom: 1px solid #2F475C;
		margin: auto;
		margin-bottom: 0.15rem;
	}
}


#entry .bottom_wrap p {
	font-size: 0.16rem;
	padding-left: 0.4rem;
	box-sizing: border-box;
	line-height: 2;
}
@media screen and (max-width: 599px) {
	#entry .bottom_wrap p {
		font-size: 0.14rem;
		padding: 0 0.2rem;
		width: 100%;
	}
}


/* お問い合わせ */
#entry .bottom_wrap .contact_box {
	width: 60%;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#entry .bottom_wrap .contact_box {
		width: 100%;
		text-align: center;
	}
}

#entry .bottom_wrap .contact_box a {
	display: block;
	color: #2F475C;
}

/* SNS */
#entry .bottom_wrap .sns_box {
	width: 40%;
	box-sizing: border-box;
}
@media screen and (max-width: 599px) {
	#entry .bottom_wrap .sns_box {
		width: 100%;
	}
}


#entry .bottom_wrap .sns_box .sns_list {
	display: flex;
	justify-content: center;
	padding-left: 0.30rem;
}
@media screen and (max-width: 599px) {
	#entry .bottom_wrap .sns_box .sns_list {
		width: 100%;
		padding-left: 0;
	}
}


#entry .bottom_wrap .sns_box .sns_list .item {
	width: 33.33%;
	padding: 0 0.20rem;
}
@media screen and (max-width: 599px) {
	#entry .bottom_wrap .sns_box .sns_list .item {
		width: auto;
	}
}


/*============================
戻るボタン
============================*/
.btn_return {
	text-align: center;
	margin: 0.50rem 0;
}

.btn_return a {
	width: 3.5rem;
	display: block;
	padding: 0.20rem 0;
	color: #fff;
	background: #FF7A59;
	border-radius: 0.5rem;
	margin: auto;
    font-size: 0.22rem;
    text-decoration: none;
	position: relative;
	text-align: center;
}
.btn_return a::after {
    content: '';
    display: inline-block;
    width: 0.1rem;
    height: 0.15rem;
    background: url(../common/img/icon_btnarrow_wh.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.15rem;
}
.btn_return a:hover {
	opacity: 0.7;
}




