@charset "UTF-8";



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.5rem;}


/* 文字装飾 */
strong {
	font-weight: bold;
}


ul li {
	list-style:none;	
}


/* box-sizing */ 
* {
	box-sizing: border-box;
}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}



/* img */ 
img {
	width: 100%;
	height: auto;
}



/* sp */ 
.sp {
	display: none;
}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #383838;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:before {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1.5;
	font-size: 1.2rem;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 500;
	color: #383838;
	padding: 0;
	margin: 0;
	letter-spacing: 0.06em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
}



/* フォント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.en {
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
}




/* flex */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	padding: 40px 40px 0 40px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 13;
}
	#header .logo {
		width: 235px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#header.is-animation .logo {
		opacity: 0;
		pointer-events: none;
	}
		#header .logo a {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			line-height: 1;
		}
		#header .logo a:hover {
			opacity: 0.7;
		}
			#header .logo a img {
				width: 57px;
			}

			#header .logo a .name {
				display: block;
				font-size: 1.4rem;
				line-height: 1.2em;
				letter-spacing: 0;
				padding-left: 20px;
			}
			#header .logo a .name.white {
				color: #fff;
			}
				#header .logo a .name .jp {
					font-weight: 700;
				}
				#header .logo a .name .en {
					font-size: 1.2rem;
				}


	#header .nav {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: -webkit-calc(100% - 235px);
		width: calc(100% - 235px);
	}
		#header .nav .insta {
			width: 24px;
			margin-right: 18px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#header.is-animation .nav .insta {
			opacity: 0;
			pointer-events: none;
		}
			#header .nav .insta a {
				display: block;
				line-height: 1;
			}

		#header .nav ul.globalnav {
			background: #fff;
			padding: 0 30px;
			border-radius: 25px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#header.is-animation .nav ul.globalnav {
			opacity: 0;
			pointer-events: none;
		}
			#header .nav ul.globalnav li {
				margin-right: 25px;
				position: relative;
			}
			#header .nav ul.globalnav li:nth-last-child(1) {
				margin-right: 0;
			}
				#header .nav ul.globalnav li a.head {
					display: flex;
					justify-content: center;
					align-items: center;
					height: 50px;
					font-size: 1.5rem;
					font-weight: 700;
					letter-spacing: 0;
					position: relative;
				}
				#header .nav ul.globalnav li a.head:hover {
					color: #C3002F;
				}
				#header .nav ul.globalnav li.has-child.active a.head:before {
                    content: "";
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 10px 10px 10px;
                    border-color: transparent transparent #C3002F transparent;
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    margin-left: -10px;
                }

				#header .nav ul.globalnav li.has-child .sub_list {
					width: 180px;
					position: absolute;
					left: 50%;
					top: 50px;
                    padding: 5px 15px;
					border-radius: 10px;
                    margin-left: -90px;
					background: #C3002F;
					visibility: hidden;
					opacity: 0;
				}
				#header .nav ul.globalnav li.has-child:hover > .sub_list {
					visibility: visible;
					opacity: 1;
				}
                    #header .nav ul.globalnav li.has-child .sub_list li {
                        width: 100%;
                        border-left: none;
                        border-bottom: solid 1px rgba(255,255,255,0.3);
                    }
                    #header .nav ul.globalnav li.has-child .sub_list li:nth-last-child(1) {
                        border-bottom: none;
                    }
                        #header .nav ul.globalnav li.has-child .sub_list li a {
                            display: block;
							height: auto;
					        padding: 15px 0;
                            font-size: 1.3rem;
							line-height: 1.4em;
                            font-weight: 600;
                            background: url(../img/icon_arrow_white.svg) no-repeat 97% center / 14px;
                            color: #fff;
                        }
                        #header .nav ul.globalnav li.has-child .sub_list li a:hover {
                            opacity: 0.8;
                            background: url(../img/icon_arrow_white.svg) no-repeat 100% center / 14px;
                        }

						#header .nav ul.globalnav li.has-child .sub_list li.off a {
							pointer-events: none;
							color: rgba(255,255,255,0.5);
						}


		#header .nav .menubtn {
			display: inline-block;
			width: 90px;
			height: 50px;
			background: #C3002F;
			border-radius: 25px;
			line-height: 50px;
			text-align: center;
			margin-left: 20px;
			overflow: hidden;
			cursor: pointer;
			position: relative;
		}
		#header .nav .menubtn.active {
			background: #000;
		}
			#header .nav .menubtn .btn_txt {
				display: block;
				height: 100%;
				width: 100%;
				font-size: 1.4rem;
				font-weight: 700;
				color: #fff;
				position: absolute;
				left: 0;
				transition: all 0.3s;
			}
			#header .nav .menubtn .btn_txt:nth-child(1) {
				top: 0;
			}
			#header .nav .menubtn .btn_txt:nth-child(2) {
				top: -100%;
			}
			#header .nav .menubtn.active .btn_txt:nth-child(1) {
				top: 100%;
			}
			#header .nav .menubtn.active .btn_txt:nth-child(2) {
				top: 0;
			}
	


	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox {
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
}
	#menubox .menunav {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100vh;
	}
		#menubox .menunav .globalnav {
			display: flex;
			justify-content: center;
			align-items: baseline;
		}
			#menubox .menunav .globalnav .nav {
				margin-right: 90px;
			}
			#menubox .menunav .globalnav .nav:nth-last-child(1) {
				margin-right: 0;
			}
				#menubox .menunav .globalnav .nav .box {
					margin-bottom: 40px;
				}
				#menubox .menunav .globalnav .nav .box:nth-last-child(1) {
					margin-bottom: 0;
				}
					#menubox .menunav .globalnav .nav .box .head {
						display: inline-block;
						font-size: 2.0rem;
						font-weight: 700;
						color: #fff;
						line-height: 1;
						margin-bottom: 15px;
						padding-bottom: 6px;
						position: relative;
					}
					#menubox .menunav .globalnav .nav .box .head:before {
						content: "";
						width: 100%;
						height: 1px;
						background: #fff;
						position: absolute;
						bottom: 0;
						left: 0;
					}

					#menubox .menunav .globalnav .nav .box ul li {
						margin-top: 10px;
					}
					#menubox .menunav .globalnav .nav .box ul li.li-tit {
						margin-top: 20px;
						font-size: 1.5rem;
						font-weight: 500;
						line-height: 1.3em;
						color: #fff;
					}
						#menubox .menunav .globalnav .nav .box ul li a {
							display: block;
							font-size: 1.5rem;
							font-weight: 500;
							line-height: 1.3em;
							color: #fff;
						}
						#menubox .menunav .globalnav .nav .box ul li.human a {
							display: flex;
							justify-content: flex-start;
							align-items: center;
						}
						#menubox .menunav .globalnav .nav .box ul li.off a {
							pointer-events: none;
							opacity: 0.5;
						}
						#menubox .menunav .globalnav .nav .box ul li a:hover {
							opacity: 0.7;
						}
							#menubox .menunav .globalnav .nav .box ul li a img {
								width: 40px;
								margin-right: 8px;
							}
								#menubox .menunav .globalnav .nav .box ul li a .jobs {
									font-size: 1.2rem;
								}
								#menubox .menunav .globalnav .nav .box ul li.off a span {
									font-size: 1.2rem;
								}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フローティングナビ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#info-nav {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0);
	z-index: 10;
}
	#info-nav ul li {
		margin-bottom: 10px;
	}
	#info-nav ul li:nth-last-child(1) {
		margin-bottom: 0;
	}
		#info-nav ul li a {
			display: flex;
			justify-content: center;
			align-items: center;
			width: 56px;
			height: 120px;
			background: #C3002F;
			font-size: 1.4rem;
			font-weight: 700;
			color: #fff;
			line-height: 1.2em;
			-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
			overflow: hidden;
			border-radius: 10px 0 0 10px;
			position: relative;
		}
		#info-nav ul li:nth-child(3) a {
			background: #000;
		}
		#info-nav ul li a:hover {
			color: rgba(255,255,255,0.7);
		}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ページタイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	
/* pagetitle */
#pagetitle {
	padding: 10px 10px 0 10px;
}
	#pagetitle .bg {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		aspect-ratio: 16 / 7;
		border-radius: 20px;
	}
		#pagetitle .bg .text {
			color: #fff;
			text-align: center;
		}
			#pagetitle .bg .text h1 {
				font-size: 5.0rem;
				font-weight: 700;
				line-height: 1.3em;
				margin-bottom: 8px;
			}

			#pagetitle .bg .text .en {
				font-size: 1.6rem;
				font-weight: 700;
				line-height: 1;
			}

	
/* title */
.title {
	display: flex;
	justify-content: space-between;
	align-items: end;
	padding-bottom: 20px;
	margin-bottom: 45px;
	border-bottom: solid 1px #ddd;
}
	.title h2 {
		font-size: 3.0rem;
		line-height: 1.3em;
		order: 1;
	}

	.title .en {
		font-size: 1.2rem;
		line-height: 1;
		color: #C3002F;
		text-align: right;
		order: 2;
	}


	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* main */
#main {
	display: block;
}
.inner {
	width: 1100px;
	margin: auto;
	position: relative;
}
.inner_full {
	width: 100%;
	position: relative;
}
.inner_1000 {
	width: 1000px;
	margin: auto;
	position: relative;
}

/* wrap */
.wrap-top {
	padding-top: 120px;
}
.wrap-bottom {
	padding-bottom: 120px;
}

/* txt */
.txt {
	font-size: 1.6rem;
	line-height: 2em;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* レコメンド */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#recommend {
	display: none;
}
#recommend li {
	width: 50%;
}
#recommend li.one-days {
	background: url("../img/recommend_pht_1days.jpg") no-repeat center / cover;
}
#recommend li.career-step {
	background: url("../img/recommend_pht_career-step.jpg") no-repeat center / cover;
}
	#recommend li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 300px;
		background: rgba(0,0,0,0.5);
		color: #fff;
		position: relative;
	}
	#recommend li a:hover {
		background: rgba(0,0,0,0.8);
	}
		#recommend li a .text {
			text-align: center;
		}
			#recommend li a .text .en {
				font-size: 1.4rem;
				font-weight: 700;
				line-height: 1;
				margin-bottom: 10px;
			}
			#recommend li a .text h2 {
				font-size: 3.0rem;
				line-height: 1.3em;
			}


		#recommend li a .more {
			width: 100%;
			text-align: center;
			position: absolute;
			bottom: 20px;
			left: 0;
		}
			#recommend li a .more .en {
				display: inline-block;
				font-size: 1.4rem;
				font-weight: 700;
				line-height: 1;
				position: relative;
				padding-right: 14px;
			}
			#recommend li a .more .en:before {
				content: "";
				width: 8px;
				height: 8px;
				background: #fff;
				border-radius: 50%;
				position: absolute;
				top: 50%;
				right: 0;
				margin-top: -4px;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			#recommend li a:hover .more .en:before {
				width: 12px;
				height: 12px;
				right: -2px;
				margin-top: -6px;
			}
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 新卒エントリーメニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.entry_box {
	display: none;
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
	.entry_box .menunav {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 1100px;
		margin: auto;
		height: 100vh;
	}
		.entry_box .menunav .close {
			width: 24px;
			height: 24px;
			background: url("../img/icon_close.svg") no-repeat;
			position: absolute;
			top: 20px;
			right: 20px;
			cursor: pointer;
		}


		.entry_box .menunav h2 {
			font-size: 3.0rem;
			text-align: center;
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		.entry_box .menunav .txt {
			text-align: center;
			margin-bottom: 40px;
		}


		.entry_box .list {
			width: 1100px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
			.entry_box .list .box {
				width: 49%;
				background: #F2F2F2;
				padding: 50px;
			}
				.entry_box .list .box h3 {
					font-size: 1.8rem;
					text-align: center;
					line-height: 1.4em;
					margin-bottom: 10px;
				}
				.entry_box .list .box p {
					font-size: 1.3rem;
					text-align: center;
					padding-bottom: 20px;
				}

				.entry_box .list .box ul li {
					margin-top: 20px;
				}
					.entry_box .list .box ul li a {
						height: 70px;
						display: flex;
						justify-content: center;
						align-items: center;
						background: #fff url("../img/icon_blank_black.svg") no-repeat 95% center;
						font-size: 1.6rem;
						font-weight: 700;
						line-height: 1.4em;
						padding: 0 20px;
						text-align: center;
					}
						.entry_box .list .box ul li a img {
							width: 150px;
						}
						.entry_box .list .box ul li a span {
							padding-left: 10px;
						}

				.entry_box .list .box dl {
					background: #fff;
					padding: 29px 10px;
					margin-top: 40px;
				}
				.entry_box .list .box dl.mt0 {
					margin-top: 0;
				}
					.entry_box .list .box dl dt {
						font-size: 1.6rem;
						letter-spacing: 0.1em;
						text-align: center;
						margin-bottom: 12px;
					}
					.entry_box .list .box dl dd {
						font-size: 1.4rem;
						letter-spacing: 0.1em;
						text-align: center;
						line-height: 1.5em;
					}
						.entry_box .list .box dl dd a {
							color: #C3002F;
						}
						.entry_box .list .box dl dd a:hover {
							text-decoration: underline;
						}

				.entry_box .list .box a.entry-btn {
					display: flex;
					justify-content: center;
					align-items: center;
					width: 100%;
					height: 60px;
					background: #C3002F url("../img/icon_blank_white.svg") no-repeat right 20px center;
					border-radius: 6px;
					font-size: 1.5rem;
					font-weight: 700;
					line-height: 1.2em;
					color: #fff;
					text-align: center;
					margin-bottom: 15px;
				}
				.entry_box .list .box a.entry-btn:nth-last-child(1) {
					margin-bottom: 0;
				}
				.entry_box .list .box a.entry-btn:hover {
					background: #C3002F url("../img/icon_blank_white.svg") no-repeat right 15px center;
				}
				.entry_box .list .box a.entry-btn.off {
					pointer-events: none;
					background: #C3002F none;
					color: rgba(255,255,255,0.8);
				}
					.entry_box .list .box a.entry-btn span {
						font-size: 1.2rem;
					}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	background: #F5F5F5;
	padding: 100px 0 80px 0;
}
	#footer .f-nav {
		margin-bottom: 80px;
	}
		#footer .f-nav .logo {
			width: 200px;
		}
			#footer .f-nav .logo a {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				line-height: 1;
			}
			#footer .f-nav .logo a:hover {
				opacity: 0.7;
			}
				#footer .f-nav .logo a img {
					width: 50px;
				}

				#footer .f-nav .logo a .name {
					display: block;
					font-size: 1.1rem;
					line-height: 1.4em;
					letter-spacing: 0;
					padding-left: 15px;
				}
					#footer .f-nav .logo a .name .jp {
						font-weight: 700;
					}
					#footer .f-nav .logo a .name .en {
						font-size: 1.0rem;
					}

		#footer .f-nav .area {
			display: flex;
			justify-content: flex-end;
			align-items: flex-start;
			width: -webkit-calc(100% - 200px);
			width: calc(100% - 200px);
		}
			#footer .f-nav .area .box {
				margin-left: 60px;
			}
			#footer .f-nav .area .box:nth-child(1) {
				margin-left: 0;
			}
				#footer .f-nav .area .box .head {
					display: inline-block;
					font-size: 1.5rem;
					font-weight: 700;
					line-height: 1;
					letter-spacing: 0;
					margin-bottom: 12px;
					padding-bottom: 10px;
					position: relative;
				}
				#footer .f-nav .area .box .head:before {
					content: "";
					width: 100%;
					height: 1px;
					background: #383838;
					position: absolute;
					bottom: 0;
					left: 0;
				}

				#footer .f-nav .area .box ul li {
					margin-top: 6px;
				}
					#footer .f-nav .area .box ul li a {
						display: block;
						font-size: 1.2rem;
						line-height: 1.4em;
						letter-spacing: 0;
					}
					#footer .f-nav .area .box ul li a:hover {
						opacity: 0.7;
					}
					#footer .f-nav .area .box ul li.off a {
						pointer-events: none;
						opacity: 0.5;
					}


	#footer .info {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		#footer .info .link {
			font-size: 1.3rem;
			line-height: 1;
		}
			#footer .info .link a:hover {
				opacity: 0.7;
			}

		#footer .info .copyright {
			font-size: 1.2rem;
			line-height: 1;
			text-align: right;
		}
	






/* max 1200px */
@media screen and (max-width: 1200px) {
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	
/* main */
.inner {
	width: 100%;
	padding: 0 7%;
}
.inner_full {
	width: 100%;
}
.inner_1000 {
	width: 100%;
	padding: 0 7%;
}
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 新卒エントリーメニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.entry_box .menunav {
	width: 100%;
	max-width: 100%;
	padding: 0 5%;
}
	.entry_box .list {
		width: 980px;
	}
	

}





/* 1024px */
@media screen and (max-width: 1024px) {




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header .nav .insta {
	margin-right: 0;
}

#header .nav ul.globalnav {
	display: none;
}
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox {
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}
	#menubox .menunav .globalnav .nav {
		margin-right: 50px;
	}
		#menubox .menunav .globalnav .nav .box {
			margin-bottom: 40px;
		}
		#menubox .menunav .globalnav .nav .box:nth-last-child(1) {
			margin-bottom: 0;
		}
			#menubox .menunav .globalnav .nav .box .head {
				font-size: 1.8rem;
			}

			#menubox .menunav .globalnav .nav .box ul li.li-tit {
				font-size: 1.4rem;
			}
				#menubox .menunav .globalnav .nav .box ul li a {
					font-size: 1.4rem;
				}
					#menubox .menunav .globalnav .nav .box ul li a img {
						width: 36px;
					}
						#menubox .menunav .globalnav .nav .box ul li a .jobs {
							font-size: 1.0rem;
						}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ページタイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	
/* pagetitle */
#pagetitle .bg .text h1 {
	font-size: 4.0rem;
}

#pagetitle .bg .text .en {
	font-size: 1.5rem;
}
	
	
/* title */
.title {
	padding-bottom: 16px;
	margin-bottom: 30px;
}
	.title h2 {
		font-size: 2.6rem;
	}

	.title .en {
		font-size: 1.0rem;
	}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* wrap */
.wrap-top {
	padding-top: 100px;
}
.wrap-bottom {
	padding-bottom: 100px;
}

/* txt */
.txt {
	font-size: 1.5rem;
	line-height: 1.8em;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* レコメンド */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#recommend li a {
	height: 220px;
}
	#recommend li a .text .en {
		font-size: 1.2rem;
	}
	#recommend li a .text h2 {
		font-size: 2.4rem;
	}


	#recommend li a .more {
		bottom: 15px;
	}
		#recommend li a .more .en {
			font-size: 1.2rem;
		}
	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 新卒エントリーメニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.entry_box .menunav {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 12%;
	overflow: hidden;
	overflow-y: scroll;
}
	.entry_box .menunav .textbox {
		padding: 80px 0;
	}
	.entry_box .menunav h2 {
		font-size: 2.4rem;
	}
	.entry_box .menunav .txt {
		margin-bottom: 0;
	}


	.entry_box .list {
		display: block;
		width: 100%;
	}
		.entry_box .list .box {
			width: 100%;
			background: #F2F2F2;
			padding: 30px;
			margin-top: 30px;
		}
			.entry_box .list .box h3 {
				font-size: 1.6rem;
			}
			.entry_box .list .box p {
				font-size: 1.2rem;
			}

			.entry_box .list .box ul li {
				margin-top: 10px;
			}
				.entry_box .list .box ul li a {
					height: 60px;
					font-size: 1.4rem;
				}
				.entry_box .list .box ul li a:hover {
					background: #fff url("../img/icon_blank_black.svg") no-repeat 95% center;
					color: #000;
				}


				.entry_box .list .box dl {
					background: #fff;
					padding: 20px 10px;
					margin-top: 20px;
				}
				.entry_box .list .box dl.mt0 {
					margin-top: 0;
				}
					.entry_box .list .box dl dt {
						font-size: 1.3rem;
						margin-bottom: 7px;
						letter-spacing: 0.06em;
					}
					.entry_box .list .box dl dd {
						font-size: 1.2rem;
					}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	padding: 60px 0 50px 0;
}
	#footer .f-nav {
		display: block;
		margin-bottom: 60px;
	}
		#footer .f-nav .logo {
			margin: 0 auto 40px auto;
		}

		#footer .f-nav .area {
			display: flex;
			justify-content: center;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: 100%;
		}
			#footer .f-nav .area .box {
				margin-left: 40px;
			}
			#footer .f-nav .area .box:nth-child(1) {
				margin-left: 0;
			}
				#footer .f-nav .area .box .head {
					font-size: 1.5rem;
				}

				#footer .f-nav .area .box ul li a {
					font-size: 1.2rem;
				}

	#footer .info .link {
		font-size: 1.2rem;
	}

	#footer .info .copyright {
		font-size: 1.0rem;
	}



}

	







/* max 767px */
@media screen and (max-width: 767px) {


.sp {
	display: block;
}
.pc {
	display: none!important;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	padding: 25px 25px 0 25px;
}
	#header .logo {
		width: 190px;
	}
		#header .logo a img {
			width: 40px;
		}

		#header .logo a .name {
			font-size: 1.2rem;
			line-height: 1.1em;
			padding-left: 12px;
		}
			#header .logo a .name .jp {
				white-space: nowrap;
			}
			#header .logo a .name .en {
				font-size: 1.0rem;
			}


	#header .nav {
		width: -webkit-calc(100% - 190px);
		width: calc(100% - 190px);
	}
		#header .nav .insta {
			width: 18px;
		}

		#header .nav .menubtn {
			width: 66px;
			height: 34px;
			border-radius: 17px;
			line-height: 34px;
			margin-left: 12px;
		}
			#header .nav .menubtn .btn_txt {
				font-size: 1.2rem;
			}




	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox .menunav {
	display: block;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	padding: 0;
	overflow: hidden;
	overflow-y: scroll;
}
	#menubox .menunav .globalnav {
		display: block;
		width: 100%;
		padding: 90px 10% 5px 10%;
	}
		#menubox .menunav .globalnav .nav {
			margin-right: 50px;
		}
			#menubox .menunav .globalnav .nav .box {
				margin-bottom: 35px;
			}
			#menubox .menunav .globalnav .nav .box:nth-last-child(1) {
				margin-bottom: 35px;
			}
				#menubox .menunav .globalnav .nav .box .head {
					font-size: 1.8rem;
					margin-bottom: 5px;
				}

				#menubox .menunav .globalnav .nav .box ul li.li-tit {
					font-size: 1.4rem;
				}
					#menubox .menunav .globalnav .nav .box ul li a {
						font-size: 1.4rem;
					}
						#menubox .menunav .globalnav .nav .box ul li a img {
							width: 36px;
						}
							#menubox .menunav .globalnav .nav .box ul li.off a span {
								padding-left: 5px;
							}
							#menubox .menunav .globalnav .nav .box ul li a .jobs {
								font-size: 1.0rem;
								padding: 0;
							}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フローティングナビ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#info-nav {
	width: 100%;
	top: auto;
	right: 0;
	bottom: 0;
	transform: translateY(0) translateX(0);
	-webkit-transform: translateY(0) translateX(0);
}
	#info-nav ul {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		width: 100%;
	}
		#info-nav ul li {
			width: 33%;
			margin-bottom: 0;
		}
		#info-nav ul li:nth-child(2) {
			width: 34%;
		}
			#info-nav ul li a {
				width: 100%;
				height: 50px;
				font-size: 1.4rem;
				line-height: 1.3em;
				text-align: center;
				writing-mode: horizontal-tb;
				border-radius: 0;
			}
			#info-nav ul li:nth-child(2) a {
				border-left: solid 1px rgba(255,255,255,0.3);
			}
			#info-nav ul li:nth-child(3) a {
			}
			#info-nav ul li a:before {
				display: none;
			}
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* wrap */
.wrap-top {
	padding-top: 70px;
}
.wrap-bottom {
	padding-bottom: 70px;
}

/* txt */
.txt {
	font-size: 1.3rem;
	line-height: 1.8em;
}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ページタイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	
/* pagetitle */
#pagetitle .bg {
	aspect-ratio: 1 / 1;
}
	#pagetitle .bg .text h1 {
		font-size: 3.0rem;
	}

	#pagetitle .bg .text .en {
		font-size: 1.4rem;
	}
	
	
/* title */
.title {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
	.title h2 {
		font-size: 2.0rem;
	}

	.title .en {
		font-size: 1.2rem;
		text-align: left;
		margin-bottom: 10px;
	}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* レコメンド */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#recommend {
	display: none;
}
#recommend li {
	width: 100%;
}
	#recommend li a {
		width: 100%;
		height: 100%;
		aspect-ratio: 16 / 7;
	}
		#recommend li a .text h2 {
			font-size: 2.2rem;
		}
	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 新卒エントリーメニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.entry_box .menunav {
	padding: 0 10%;
}
	.entry_box .menunav .textbox {
		padding: 50px 0;
	}
	.entry_box .menunav h2 {
		font-size: 2.3rem;
		margin-bottom: 15px;
	}
	.entry_box .menunav .txt {
		margin-bottom: 0;
		line-height: 1.6em;
		padding-bottom: 10px;
	}


	.entry_box .list {
		display: block;
		width: 100%;
	}
		.entry_box .list .box {
			padding: 20px;
			margin-top: 20px;
		}
			.entry_box .list .box h3 {
				font-size: 1.5rem;
				letter-spacing: 0.06em;
			}
			.entry_box .list .box p {
				font-size: 1.2rem;
				padding-bottom: 10px;
			}

				.entry_box .list .box ul li a {
					display: block;
					font-size: 1.3rem;
					letter-spacing: 0.06em;
					padding-top: 12px;
				}
				.entry_box .list .box ul li a img {
					width: 120px;
				}
				.entry_box .list .box ul li a span {
					display: block;
					padding-left: 0;
				}

				.entry_box .list .box a.entry-btn {
					height: 56px;
					background: #C3002F url("../img/icon_blank_white.svg") no-repeat right 20px center;
					font-size: 1.4rem;
				}
				.entry_box .list .box a.entry-btn:hover {
					background: #C3002F url("../img/icon_blank_white.svg") no-repeat right 20px center;
				}
					.entry_box .list .box a.entry-btn span {
						font-size: 1.1rem;
					}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	padding: 40px 0 90px 0;
}
	#footer .f-nav {
		display: block;
		margin-bottom: 10px;
	}
		#footer .f-nav .logo {
			margin: 0 auto 30px auto;
		}

		#footer .f-nav .area .box {
			width: 47%;
			margin-right: 6%;
			margin-left: 0;
			margin-bottom: 30px;
		}
		#footer .f-nav .area .box:nth-child(2n) {
			margin-right: 0;
		}
			#footer .f-nav .area .box .head {
				display: block;
				font-size: 1.3rem;
			}

			#footer .f-nav .area .box ul li a {
				font-size: 1.0rem;
			}
	

	#footer .info {
		display: block;
	}
		#footer .info .link {
			text-align: center;
		}

		#footer .info .copyright {
			margin-top: 30px;
			text-align: center;
			letter-spacing: 0.02em;
		}



}