/*============================
共通
============================*/
/* タイトル */
.sec_title_wrap {
	position: relative;
}

.sec_title_wrap .sec_title {
	font-size: 0.36rem;
	font-weight: 800;
	padding: 0.3rem 0;
}

@media screen and (max-width: 599px) {
	.sec_title_wrap .sec_title {
		font-size: 0.22rem;
		padding: 0.2rem 0;
	}
}

/* タイトル背景の英字 */
.sec_title_wrap span {
	font-size: 1.09rem;
	font-weight: 800;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	.sec_title_wrap span {
		font-size: 0.50rem;
		width: 100%;
	}
}

/*============================
MV
============================*/
#mv {
	/* background: url(../img/newgrads/top/mv.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 6.6rem; */
	width: 100%;
	height: 6.6rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	#mv {
		height: auto;
	}
}

/* slick */
.full div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0;
	width: 100%;
	height: 6.6rem;
	position: relative;
}

@media screen and (max-width: 599px) {
	.full div {
		height: 40vh;
		position: relative;
	}
	.full div::before {
		content: "";
		width: 100%;
		height: 20vh;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 0;
	}
}

.full div.img01 {
	background-image: url(../img/newgrads/top/mv.jpg);
}
@media screen and (max-width: 599px) {
	.full div.img01 {
		background-image: url(../img/newgrads/top/mv_sp.jpg);
	}
}

.full div.img02 {
	background-image: url(../img/newgrads/top/mv02.jpg);
}
@media screen and (max-width: 599px) {
	.full div.img02 {
		background-image: url(../img/newgrads/top/mv02_sp.jpg);
	}
}

.full div.img03 {
	background-image: url(../img/newgrads/top/mv03.jpg);
}
@media screen and (max-width: 599px) {
	.full div.img03 {
		background-image: url(../img/newgrads/top/mv03_sp.jpg);
	}
}

.full .slick-dots {
	bottom: 4%;
	z-index: +1;
}

@media screen and (max-width: 599px) {
	.full .slick-dots {
		opacity: 0;
	}
}

#mv .in {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* MVテキスト */
#mv .title_box {
	max-width: 6.8rem;
	width: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	#mv .title_box {
		max-width: 2.70rem;
		right: auto;
		left: 0.20rem;
		top: auto;
		bottom: 0.20rem;
		transform: none;
	}
}

#mv .title_box .lead {
	font-family: 'Zen Old Mincho', serif;
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	margin-top: 0.25rem;
}

@media screen and (max-width: 599px) {
	#mv .title_box .lead {
		font-size: 0.16rem;
		margin-top: 0.10rem;
		line-height: 1.5;
		text-align: left;
		text-shadow: 0 2px 6px rgba(0,0,0,0.2);
	}
}


/*============================
リード
============================*/
#lead .sec_title_wrap {
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 0.35rem;
}

@media screen and (max-width: 599px) {
	#lead .sec_title_wrap {
		margin-top: 0.5rem;
	}
}

/* 四角い飾り */
#lead .in::before {
	content: "";
	width: 1.21rem;
	height: 1.21rem;
	background-image: url(../img/newgrads/top/intro_deco01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: calc(50% - 4.50rem);
}

@media screen and (max-width: 599px) {
	#lead .in::before {
		width: 0.60rem;
		height: 0.60rem;
		top: -0.20rem;
		left: 0.10rem;
	}
}

#lead .in::after {
	content: "";
	width: 1.21rem;
	height: 1.21rem;
	background-image: url(../img/newgrads/top/intro_deco02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: calc(50% - 4.50rem);
}

@media screen and (max-width: 599px) {
	#lead .in::after {
		width: 0.60rem;
		height: 0.60rem;
		bottom: -0.60rem;
		right: 0.10rem;
	}
}

#lead .text_wrap {
	text-align: center;
}

@media screen and (max-width: 599px) {
	#lead .text_wrap {
		text-align: justify;
	}
}

#lead .text_wrap .text {
	font-size: 0.18rem;
	line-height: 2;
	margin-bottom: 0.18rem;
}

@media screen and (max-width: 599px) {
	#lead .text_wrap .text {
		font-size: 0.15rem;
		line-height: 1.91;
	}
}

#lead .text_wrap .text span {
	color: #FF7A59;
	font-weight: bold;
}

#lead .lead_img {
	text-align: center;
	margin-top: 0.32rem;
}

@media screen and (max-width: 599px) {
	#lead .lead_img {
		margin-top: 0.20rem;
		padding: 0 0.20rem;
	}
}

/* 四角 */
.icon_orange_small {
	position: absolute;
	left: 1.7rem;
	top: 0.8rem;
}

.icon_orange_large {
	position: absolute;
	left: 1rem;
	top: 1rem;
}

.icon_navy_small {
	position: absolute;
	bottom: 0;
	right: 1.7rem;
}
.icon_navy_large {
	position: absolute;
	bottom: 0.2rem;
	right: 1rem;
}

/*============================
メニュー
============================*/
#page_menu {
	margin-top: 1.15rem;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 599px) {
	#page_menu {
		margin: 0.90rem 0 0.60rem;
	}
}

#page_menu .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 6px solid #2F475C;
	/* padding: 0.30rem 0; */
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#page_menu .box {
		border: 3px solid #2F475C;
		flex-wrap: wrap;
	}
}

#page_menu .box .title {
	font-size: 0.21rem;
	font-weight: bold;
	width: 1.9rem;
	border-right: 1px solid #2F475C;
	text-align: center;
	padding: 0.35rem 0;
}

@media screen and (max-width: 599px) {
	#page_menu .box .title {
		font-size: 0.15rem;
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #2F475C;
		padding: 0.15rem 0;
	}
}

#page_menu .box .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 4rem);
	padding-left: 0.30rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#page_menu .box .list {
		width: 100%;
		padding: 0.15rem 0.20rem 0;
	}
}

#page_menu .box .list .item {
	width: 25%;
	margin-bottom: 0.2rem;
}

@media screen and (max-width: 599px) {
	#page_menu .box .list .item {
		width: 50%;
		margin-bottom: 0.2rem;
	}
}

/* ２段目以降 */
#page_menu .box .list .item:nth-child(n + 5) {
	margin-bottom: 0;
}

@media screen and (max-width: 599px) {
	#page_menu .box .list .item:nth-child(n + 5) {
		margin-bottom: 0.2rem;
	}
}

#page_menu .box .list .item a {
	font-size: 0.16rem;
	text-decoration: none;
	color: #2F475C;
	position: relative;
	cursor: pointer;
}

@media screen and (max-width: 599px) {
	#page_menu .box .list .item a {
		font-size: 0.12rem;
	}
}

#page_menu .box .list .item a::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.06rem 0 0.06rem 0.08rem;
	border-color: transparent transparent transparent #2F475C;
	display: inline-block;
	margin-right: 0.08rem;
	position: relative;
	top: 0rem;
	transform:rotate(90deg); 
}

@media screen and (max-width: 599px) {
	#page_menu .box .list .item a::before {
		border-width: 0.04rem 0 0.04rem 0.06rem;
		margin-right: 0.06rem;
		top: -0.01rem;
	}
}

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

/* エントリー */
#page_menu .entry {
	width: 2.1rem;
	text-align: center;
}

@media screen and (max-width: 599px) {
	#page_menu .entry {
		width: 100%;
	}
}

#page_menu .entry a {
	display: block;
	color: #fff;
	background: #FF7A59;
	text-decoration: none;
	font-size: 0.18rem;
	font-weight: bold;
	padding: 0.51rem 0;
}

@media screen and (max-width: 599px) {
	#page_menu .entry a {
		font-size: 0.16rem;
		padding: 0.20rem 0;
	}
}

#page_menu .entry a:hover {
	background: #2F475C;
}


/*============================
取締役からのメッセージ
============================*/
#message .title_wrap {
	position: relative;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 599px) {
	#message .title_wrap {
		margin-bottom: 0;
	}
}

/* 写真 */
#message .title_wrap .ph_wrap {
	max-width: 8.3rem;
	height: 6rem;
	border-radius: 0.10rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#message .title_wrap .ph_wrap {
		width: calc(100% + 0.20rem);
		height: 60vw;
		position: relative;
		left: -0.20rem;
		border-radius: 0;
		border-top-right-radius: 0.10rem;
		border-bottom-right-radius: 0.10rem;
	}
}

#message .title_wrap .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* タイトル */
#message .title_wrap .text_wrap {
	position: absolute;
	width: 6.2rem;
	background: #2F475C;
	bottom: -0.8rem;
	right: 0;
	box-sizing: border-box;
	padding: 0.30rem 0.5rem 0.5rem;
	border-radius: 0.10rem;
}

@media screen and (max-width: 599px) {
	#message .title_wrap .text_wrap {
		position: relative;
		width: calc(100% + 0.20rem);
		background: #2F475C;
		bottom: auto;
		right: auto;
		top: -0.30rem;
		box-sizing: border-box;
		padding: 0.20rem;
		border-radius: 0;
		border-top-left-radius: 0.10rem;
		border-bottom-left-radius: 0.10rem;
	}
}

#message .title_wrap .text_wrap .sec_title {
	color: #fff;
}

#message .sec_title_wrap span {
	color: rgba(255, 255, 255, 0.1);
}

/* 名前 */
#message .name_box {
	color: #fff;
	font-family: 'Zen Old Mincho', serif;
}

#message .name_box .yakushoku {
	font-size: 0.16rem;
	margin-top: 0.5rem;
}

@media screen and (max-width: 599px) {
	#message .name_box .yakushoku {
		font-size: 0.14rem;
		margin-top: 0.25rem;
	}
}

#message .name_box .name {
	font-size: 0.3rem;
	font-weight: bold;
	margin-top: 0.15rem;
}

@media screen and (max-width: 599px) {
	#message .name_box .name {
		font-size: 0.18rem;
		margin-top: 0.10rem;
	}
}

/* テキスト */
#message .text_cont {
	text-align: center;
}

@media screen and (max-width: 599px) {
	#message .text_cont {
		text-align: justify;
	}
}

#message .text_cont .lead {
	font-size: 0.32rem;
	font-family: 'Zen Old Mincho', serif;
	font-weight: bold;
	line-height: 1.65;
	margin-bottom: 0.3rem;
}

@media screen and (max-width: 599px) {
	#message .text_cont .lead {
		font-size: 0.20rem;
	}
}

#message .text_cont .text {
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.3rem;
}

@media screen and (max-width: 599px) {
	#message .text_cont .text {
		font-size: 0.15rem;
		line-height: 1.91;
		margin-bottom: 0.2rem;
	}
}

#message .text_cont .text span {
	font-size: 0.26rem;
	font-family: 'Zen Old Mincho', serif;
	font-weight: bold;
}

@media screen and (max-width: 599px) {
	#message .text_cont .text span {
		font-size: 0.18rem;
	}
}

/*============================
アイデムグループ経営理念
============================*/
#philosophy {
	margin-top: 0.8rem;
	background: url(../img/newgrads/top/philosophy_bg.jpg) no-repeat center;
	background-size: cover;
	padding-top: 1rem;
}

@media screen and (max-width: 599px) {
	#philosophy {
		margin-top: 0.1rem;
		padding-top: 0.50rem;
	}
}

/* タイトル */
#philosophy .sec_title_wrap {
	text-align: center;
	color: #fff;
	/* padding: 1rem 0 0.5rem; */
}

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

#philosophy .list {
	max-width: 7rem;
	margin: auto;
	padding-bottom: 1.2rem;
	margin-top: 1rem;
}

@media screen and (max-width: 599px) {
	#philosophy .list {
		padding-bottom: 0.50rem;
		margin-top: 0.30rem;
	}
}

#philosophy .list .item {
	font-family: 'Zen Old Mincho', serif;
	font-size: 0.35rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#philosophy .list .item {
		font-size: 0.16rem;
		line-height: 1.5;
		margin-bottom: 0.20rem;
		text-align: center;
	}
}

/*============================
わたしたちについて
============================*/
#about {
	margin-top: 0.8rem;
}

@media screen and (max-width: 599px) {
	#about {
		margin-top: 0.4rem;
	}
}

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

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

#about .about_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.8rem;
}

@media screen and (max-width: 599px) {
	#about .about_wrap {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0.4rem;
	}
}

#about .about_wrap .box {
	width: calc(50% - 0.20rem);
}

@media screen and (max-width: 599px) {
	#about .about_wrap .box {
		width: 100%;
	}
}

#about .about_wrap .box:nth-child(1) {
	margin-right: 0.20rem;
}

@media screen and (max-width: 599px) {
	#about .about_wrap .box:nth-child(1) {
		margin-right: 0;
		border-bottom: 1px solid #CCC;
		padding-bottom: 0.30rem;
	}
}

#about .about_wrap .box:nth-child(2) {
	margin-left: 0.20rem;
}

@media screen and (max-width: 599px) {
	#about .about_wrap .box:nth-child(2) {
		margin-left: 0;
		margin-top: 0.30rem;
	}
}

/* タイトル */
#about .about_wrap .box h3 {
	text-align: center;
	font-size: 0.28rem;
	font-weight: bold;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#about .about_wrap .box h3 {
		font-size: 0.18rem;
		margin-bottom: 0.15rem;
	}
}

#about .about_wrap .box h3 span {
	display: block;
	text-align: center;
	font-size: 0.14rem;
	color: #FF7A59;
	margin-top: 0.1rem;
}

@media screen and (max-width: 599px) {
	#about .about_wrap .box h3 span {
		font-size: 0.12rem;
		font-weight: 400;
	}
}

/* 写真 */
#about .about_wrap .box .ph_wrap {
	width: 100%;
	height: 2.9rem;
	border-radius: 0.10rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	#about .about_wrap .box .ph_wrap {
		height: 50vw;
		border-radius: 0.05rem;
	}
}

#about .about_wrap .box .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* テキスト */
#about .about_wrap .box .text {
	font-size: 0.26rem;
	font-weight: 800;
	text-align: center;
	line-height: 1.3;
	margin-top: 0.2rem;
}

@media screen and (max-width: 599px) {
	#about .about_wrap .box .text {
		font-size: 0.20rem;
		line-height: 1.4;
		margin-top: 0.1rem;
	}
}

#about .about_wrap .box .text span {
	display: block;
}

#about .about_wrap .box .text span::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.2rem 0.2rem 0 0.2rem;
	border-color: #FF7A59 transparent transparent transparent;
	margin: 0.1rem auto;
}

@media screen and (max-width: 599px) {
	#about .about_wrap .box .text span::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0.15rem 0.15rem 0 0.15rem;
		border-color: #FF7A59 transparent transparent transparent;
		margin: 0.10rem auto 0.06rem;
	}
}

/*============================
SPECIAL CONTENTS
============================*/
#special {
	margin-top: 1rem;
}

/* タイトル */
#special .sec_title_wrap {
	text-align: center;
	margin-bottom: 0.5rem;
	color: #FF7A59;
}

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

.special_wrap {
	max-width: 7.5rem;
	width: 100%;
	margin: auto;
}

.special_wrap .box {
	margin-bottom: 0.4rem;
}

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

.special_wrap .box a {
	display: flex;
	height: 2.5rem;
	text-decoration: none;
	color: #fff;
	border-radius: 0.10rem;
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	.special_wrap .box a {
		display: block;
		height: auto;
	}
}

.special_wrap .box a:hover {
	opacity: 0.7;
}

/* 写真 */
.special_wrap .box a .ph_wrap {
	width: 3rem;
	height: 100%;
}

@media screen and (max-width: 599px) {
	.special_wrap .box a .ph_wrap {
		width:100%;
		height: 40vw;
	}
}

.special_wrap .box a .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* テキスト */
.special_wrap .box a .text_wrap {
	width: calc(100% - 3rem);
	position: relative;
}

@media screen and (max-width: 599px) {
	.special_wrap .box a .text_wrap {
		width: 100%;
		padding: 0.20rem 0.25rem 0.60rem;
	}
}

.special_wrap .box a .text_wrap h3 {
	font-size: 0.30rem;
	font-weight: 800;
	padding: 0.50rem 0 0.50rem 0.3rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 599px) {
	.special_wrap .box a .text_wrap h3 {
		font-size: 0.16rem;
		padding: 0;
	}
}

.special_wrap .box a .text_wrap h3 span {
	font-size: 0.36rem;
	display: inline-block;
	padding-bottom: 0.04rem;
	border-bottom: 1px solid #fff;
}

@media screen and (max-width: 599px) {
	.special_wrap .box a .text_wrap h3 span {
		font-size: 0.22rem;
	}
}

/* 数字で見る */
.special_wrap .box.navy a .text_wrap {
	background: #2F475C;
}

.special_wrap .box.navy a .text_wrap .btn {
	position: absolute;
	bottom: 0.30rem;
	right: 0.4rem;
	transition: all .3s;
}

@media screen and (max-width: 599px) {
	.special_wrap .box.navy a .text_wrap .btn {
		width: 1.00rem;
		bottom: 0.20rem;
		right: auto;
		left: 0.25rem;
		transition: all .3s;
	}
}

.special_wrap .box.navy a:hover .text_wrap .btn {
	right: 0.35rem;
}

@media screen and (max-width: 599px) {
	.special_wrap .box.navy a:hover .text_wrap .btn {
		right: auto;
	}
}

/* もっと知る */
.special_wrap .box.orange a {
	flex-flow: row-reverse;
}

@media screen and (max-width: 599px) {
	.special_wrap .box.orange a {
		display: block;
	}
}

.special_wrap .box.orange a .text_wrap {
	background: #FF7A59;
}

.special_wrap .box.box.orange a .text_wrap .btn {
	position: absolute;
	bottom: 0.30rem;
	left: 0.3rem;
	transition: all .3s;
}

@media screen and (max-width: 599px) {
	.special_wrap .box.box.orange a .text_wrap .btn {
		width: 1.00rem;
		bottom: 0.20rem;
		left: 0.25rem;
	}
}

.special_wrap .box.orange a:hover .text_wrap .btn {
	left: 0.35rem;
}

@media screen and (max-width: 599px) {
	.special_wrap .box.orange a:hover .text_wrap .btn {
		left: 0.25rem;
	}
}

/*============================
what
============================*/
#what {
	margin-top: 1rem;
	background: url(../img/newgrads/top/what_bg.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 0.50rem;
}

@media screen and (max-width: 599px) {
	#what {
		margin-top: 0.60rem;
	}
}

#what .lead {
	text-align: center;
	padding-top: 0.9rem;
	padding-bottom: 0.5rem;
}

@media screen and (max-width: 599px) {
	#what .lead {
		text-align: center;
		padding-top: 0.4rem;
		padding-bottom: 0.3rem;
	}
}

#what .text {
	text-align: center;
	font-size: 0.18rem;
	line-height: 2;
	color: #fff;
	padding-bottom: 0.8rem;
}

@media screen and (max-width: 599px) {
	#what .text {
		text-align: justify;
		font-size: 0.15rem;
		line-height: 1.91;
		padding: 0 0.10rem 0.40rem;
	}
}

#what .btn {
	text-align: center;
	padding-bottom: 0.4rem;
}

#what .btn a {
	font-size: 0.30rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	text-decoration: none;
	position: relative;
}

@media screen and (max-width: 599px) {
	#what .btn a {
		font-size: 0.20rem;
	}
}

#what .btn a:hover {
	opacity: 0.7;
}

#what .btn a::before {
	content: '';
	width: 0.02rem;
	height: 0.65rem;
	background: #FF7A59;
	display: inline-block;
	position: absolute;
	bottom: -0.7rem;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s;
}

@media screen and (max-width: 599px) {
	#what .btn a::before {
		width: 0.01rem;
		height: 0.50rem;
		bottom: -0.6rem;
	}
}

#what .btn a:hover:before {
	bottom: -0.75rem;
}

@media screen and (max-width: 599px) {
	#what .btn a:hover:before {
		bottom: -0.60rem;
	}
}


/*============================
募集要項
============================*/
#recruit {
	margin-top: 0.8rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 599px) {
	#recruit {
		margin: 0.6rem 0 0.40rem;
	}
}

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

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

#recruit table {
	border-collapse: collapse;
	margin-top: 0.8rem;
}

@media screen and (max-width: 599px) {
	#recruit table {
		margin-top: 0.3rem;
	}
}

#recruit table tr {
	border-bottom: 1px solid #ccc;
}

#recruit table tr:nth-child(1) {
	border-top: 1px solid #ccc;
}

#recruit table th {
	vertical-align: top;
	width: 2.2rem;
	text-align: left;
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 2;
	padding: 0.2rem 0;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#recruit table th {
		display: block;
		width: 100%;
		font-size: 0.15rem;
		font-weight: 700;
		line-height: 1.5;
		padding: 0.15rem 0 0.15rem 0.20rem;
		border-bottom: 1px solid #ccc;
		background-color: #F2F2F2;
	}
}

#recruit table td {
	width: calc(100% - 2.2rem);
	padding-left: 0.2rem;
	font-size: 0.16rem;
	line-height: 2;
	padding: 0.2rem 0;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#recruit table td {
		display: block;
		width: 100%;
		padding: 0.15rem 0.20rem;
		font-size: 0.14rem;
		line-height: 1.875;
	}
}

#recruit table .box {
	margin-top: 0.20rem;
}

#recruit table ul {
	list-style: disc inside;
}

#recruit table ul li {
	padding-left: 0.16rem;
	text-indent: -0.16rem;
}

@media screen and (max-width: 599px) {
	#recruit table ul li {
		padding-left: 0.14rem;
		text-indent: -0.14rem;
		line-height: 1.5;
		padding-top: 0.06rem;
	}
}

#recruit table h3 {
	font-size: 0.16rem;
	line-height: 2;
	border-bottom: 1px solid #2F475C;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#recruit table h3 {
		font-size: 0.15rem;
		font-weight: 700;
		line-height: 1.5;
		padding-bottom: 0.05rem;
	}
}

/* オフィス */
#recruit table .office_area {
	font-weight: 700;
}

#recruit table .list {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0.16rem;
}

#recruit table .list .text {
	width: 16%;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#recruit table .list .text {
		width: 50%;
	}
}

#recruit table .text a {
	color: #2F475C;
}

#recruit table .text a:hover {
	text-decoration: none;
}

/*============================
求める人材像
============================*/
#people {
	margin-top: 0.8rem;
	background: rgba(0, 0, 0, 0.1);
	padding: 1rem 0;
}

@media screen and (max-width: 599px) {
	#people {
		padding: 0.50rem 0 0;
	}
}

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

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

#people .sec_title_wrap span {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	color: rgba(47, 71, 92, 0.1);
}

#people .lead {
	font-family: 'Zen Old Mincho', serif;
	font-size: 0.46rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0.4rem;
}

@media screen and (max-width: 599px) {
	#people .lead {
		font-size: 0.24rem;
		text-align: center;
		margin-bottom: 0.2rem;
	}
}

#people .text {
	font-size: 0.16rem;
	line-height: 2;
	margin-bottom: 0.4rem;
}

@media screen and (max-width: 599px) {
	#people .text {
		font-size: 0.15rem;
		line-height: 1.91;
		margin-bottom: 0.1rem;
	}
}

#people .ph_box .ph_01 {
	position: absolute;
	width: 4.7rem;
	height: 3.9rem;
	top: 1.8rem;
	right: 0;
}

@media screen and (max-width: 599px) {
	#people .ph_box .ph_01 {
		position: relative;
		width: calc(100% - 0.40rem);
		height: 56vw;
		top: auto;
		right: auto;
		margin-left: auto;
		margin-top: 0.20rem;
	}
}

#people .ph_box .ph_01 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.1rem;
}

#people .ph_box .ph_02 {
	position: absolute;
	width: 3.6rem;
	height: 2.7rem;
	top: 4.7rem;
	right: 2rem;
}

@media screen and (max-width: 599px) {
	#people .ph_box .ph_02 {
		position: relative;
		width: calc(100% - 1.60rem);
		height: 34vw;
		top: -0.30rem;
		right: auto;
		margin-right: auto;
	}
}

#people .ph_box .ph_02 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.1rem;
}


/*============================
選考フロー
============================*/
#flow {
	margin-top: 0.8rem;
	margin-bottom: 1rem;
}

@media screen and (max-width: 599px) {
	#flow {
		margin-top: 0.50rem;
		margin-bottom: 0;
	}
}

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

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

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

#flow .flow_warp .box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 599px) {
	#flow .flow_warp .box {
		margin-bottom: 0;
		padding: 0 0.20rem 0.30rem;
		position: relative;
	}

	#flow .flow_warp .box::after {
		content: "";
		width: 1px;
		height: 100%;
		background-color: #2F475C;
		display: block;
		position: absolute;
		left: 0.40rem;
		bottom: 0;
		z-index: 0;
	}
	#flow .flow_warp .box:last-child:after {
		content: none;
	}
}

/* 数字 */
#flow .flow_warp .box .no {
	font-family: 'Poppins', sans-serif;
	height: 0.9rem;
	width: 0.9rem;
	border-radius: 50%;
	line-height: 0.9rem;
	text-align: center;
	background: #2F475C;
	font-size: 0.25rem;
	margin-left: 20px;
	color: #fff;
}

@media screen and (max-width: 599px) {
	#flow .flow_warp .box .no {
		height: 0.4rem;
		width: 0.4rem;
		line-height: 0.4rem;
		font-size: 0.17rem;
		margin-left: 0;
		position: relative;
		z-index: 1;
	}
}

/* タイトル */
#flow .flow_warp .box .title {
	font-size: 0.3rem;
	font-weight: bold;
	color: #FF7A59;
	padding-left: 0.50rem;
	width: 3rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#flow .flow_warp .box .title {
		font-size: 0.18rem;
		font-weight: bold;
		color: #FF7A59;
		padding-left: 0.20rem;
		width: calc(100% - 0.40rem);
		box-sizing: border-box;
		position: relative;
		top: -0.02rem;
	}
}

#flow .flow_warp .box .title small {
	font-size: 0.16rem;
	display: block;
	padding-top: 0.10rem;
}

@media screen and (max-width: 599px) {
	#flow .flow_warp .box .title small {
		font-size: 0.13rem;
		display: inline-block;
		padding-top: 0;
	}
}

/* テキスト */
#flow .flow_warp .box .text {
	font-size: 0.19rem;
	line-height: 2;
	width: calc(100% - 4.5rem);
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	#flow .flow_warp .box .text {
		font-size: 0.15rem;
		line-height:1.85;
		width: calc(100% - 0.60rem);
		box-sizing: border-box;
		margin-left: auto;
	}
}

#flow .flow_warp .box .caption {
	width: 100%;
	font-size: 0.15rem;
	line-height: 1.85;
	box-sizing: border-box;
	padding-left: 1.6rem;
	padding-top: 0.20rem;
}

@media screen and (max-width: 599px) {
	#flow .flow_warp .box .caption {
		font-size: 0.14rem;
		padding-left: 0;
		padding-top: 0.40rem;
	}
}