@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: #121212;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:before {
	transition: 0.3s;
	-webkit-transition: 0.3s;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.green {
	color: #00A33C;
}
.yellow-green {
	color: #74B933;
}
.red {
	color: #DE7674;
}
.blue {
	color: #3BA1D3;
}
.white {
	color: #fff;
}


/* background */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.bg-green {
	background: #00A33C;
}
.bg-blue {
	background: #3BA1D3;
}
.bg-gray {
	background: #F7F7F7;
}
.bg-gr {
	background: -moz-linear-gradient(top left, #74B933, #01A33C); 
	background: -webkit-linear-gradient(top left, #74B933, #01A33C); 
	background: linear-gradient(to bottom right, #74B933, #01A33C); 
}
.bg-gr-light {
	background: -moz-linear-gradient(to right, #F1F8EA, #E5F6EB); 
	background: -webkit-linear-gradient(to right, #F1F8EA, #E5F6EB); 
	background: linear-gradient(to right, #F1F8EA, #E5F6EB); 
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	color: #121212;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	-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: 0 30px 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 13;
}
	#header .logo {
		line-height: 1;
		background: #fff;
		border-radius: 0 0 15px 0;
		padding-left: 20px;
		padding-right: 20px;
	}
		#header .logo a {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			height: 100px;
			line-height: 1;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#header.is-animation .logo a {
			height: 70px;
		}
		#header .logo a:hover {
			opacity: 0.7;
		}
			#header .logo a img {
				width: 200px;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			#header.is-animation .logo a img {
				width: 150px;
			}

			#header .logo a .en {
				display: block;
				font-size: 1.2rem;
				font-weight: 600;
				line-height: 1;
				padding-left: 20px;
			}


	#header ul.recruit-nav {
		position: absolute;
		top: 28px;
		right: 184px;
		transition: 0.3s;
		-webkit-transition: 0.3s;
	}
	#header.is-animation ul.recruit-nav {
		opacity: 0;
		pointer-events: none;
	}
		#header ul.recruit-nav li {
			width: 140px;
			margin-right: 10px;
			background: #fff;
			border-radius: 6px;
			overflow: hidden;
		}
		#header ul.recruit-nav li:nth-last-child(1) {
			margin-right: 0;
		}
			#header ul.recruit-nav li a {
				display: block;
				border:  solid 1px #ddd;
				border-radius: 6px;
				overflow: hidden;
			}
			#header ul.recruit-nav li a:hover {
				opacity: 0.7;
			}


	#header .infonav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 144px;
		height: 44px;
		background: -moz-linear-gradient(top left, #74B933, #01A33C); 
		background: -webkit-linear-gradient(top left, #74B933, #01A33C); 
		background: linear-gradient(to bottom right, #74B933, #01A33C); 
		border-radius: 6px;
		margin-top: 28px;
	}
		#header .infonav .cta {
			line-height: 45px;
			font-size: 1.2rem;
			letter-spacing: 0.06em;
			font-weight: 600;
			color: #fff;
			padding: 0 20px;
			position: relative;
		}
		#header .infonav .cta:before {
			content: "";
			width: 1px;
			height: 20px;
			background: #fff;
			opacity: 0.5;
			position: absolute;
			top: 50%;
			right: 0;
			margin-top: -10px;
		}
			#header .infonav .cta a {
				color: #fff;
			}
			#header .infonav .cta a:hover {
				opacity: 0.7;
			}


		#menubtn {
			width: 64px;
			height: 44px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
			#menubtn .menu {
				display: block;
				position: relative;
				cursor: pointer;
				width: 64px;
				height: 44px;
			}
				#menubtn .menu .openbtn-area {
					transition: all .4s;
				}
					#menubtn .menu span {
						width: 24px;
						height: 1px;
						display: inline-block;
						transition: all .4s;
						position: absolute;
						top: 50%;
						left: 50%;
						margin-left: -12px;
						background: #fff;
					}
					#menubtn .menu span:nth-of-type(1) {
						margin-top: -4px;
					}
					#menubtn .menu span:nth-of-type(2) {
						margin-top: 2px;
					}

				#menubtn .menu.active .openbtn-area {
					transform: rotateY(-360deg);
				}
					#menubtn .menu.active span  {
						background: #fff;
					}
					#menubtn .menu.active span:nth-of-type(1) {
						transform: translateY(6px) rotate(-155deg);
						margin-top: -6px;
					}
					#menubtn .menu.active span:nth-of-type(2) {
						transform: translateY(-6px) rotate(155deg);
						margin-top: 6px;
					}



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* menubox */
#menubox {
	display: none;
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 11;
}
	#menubox .menunav {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
		#menubox .menunav .navarea {
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: 1100px;
			margin: 0 auto;
		}
			#menubox .menunav .navarea .box {
				width: 48%;
				margin-right: 4%;
				margin-bottom: 30px;
				padding-bottom: 30px;
				border-bottom: dashed 1px #ddd;
			}
			#menubox .menunav .navarea .box:nth-child(2n) {
				margin-right: 0;
			}
			#menubox .menunav .navarea .box:nth-last-child(1) {
				margin-bottom: 0;
				padding-bottom: 0;
				border-bottom: none;
			}
			#menubox .menunav .navarea .box:nth-last-child(2) {
				margin-bottom: 0;
				padding-bottom: 0;
				border-bottom: none;
			}
				#menubox .menunav .navarea .box .head a {
					display: block;
					font-size: 3.0rem;
					font-weight: 500;
					line-height: 1.3em;
					pointer-events: none;
				}

				#menubox .menunav .navarea .box ul {
				}
					#menubox .menunav .navarea .box ul li {
						margin-right: 30px;
						margin-top: 10px;
					}
					#menubox .menunav .navarea .box ul li:nth-last-child(1) {
						margin-right: 0;
					}
						#menubox .menunav .navarea .box ul li a {
							display: block;
							background: url("../img/icon_arrow_green.svg") no-repeat left center / 18px;
							padding-left: 22px;
							font-size: 1.6rem;
							line-height: 1.3em;
						}
						#menubox .menunav .navarea .box ul li a:hover {
							color: #00A33C;
						}

	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ページタイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	
/* pagetitle */
#pagetitle {
	width: 100%;
	padding-top: 130px;
	padding-bottom: 20px;
}
	#pagetitle .text {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding-bottom: 55px;
	}
		#pagetitle .text .en {
			margin-top: 15px;
			font-size: 2.0rem;
			font-family: 600px;
			line-height: 1;
			position: relative;
			order: 2;
		}
		#pagetitle .text .en:before {
			content: "　/　";
			font-size: 2.0rem;
			font-family: 700px;
			line-height: 1;
		}

		#pagetitle .text h1 {
			font-size: 5.0rem;
			font-family: 700px;
			line-height: 1.2em;
			order: 1;
		}

	#pagetitle .breadcrumbs {
		font-size: 1.4rem;
		font-weight: 500;
	}
		#pagetitle .breadcrumbs a {
			text-decoration: underline;
		}
		#pagetitle .breadcrumbs a:hover {
			text-decoration: none;
		}
	
/* title */
.title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 35px;
	position: relative;
}
.title.step-title {
	padding-top: 32px;
}
	.title .step {
		width: 76px;
		height: 26px;
		border-radius: 5px;
		font-size: 1.4rem;
		font-family: 'Manrope', sans-serif;
		font-weight: 600;
		line-height: 26px;
		text-align: center;
		color: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}

	.title .en {
		display: none;
		font-size: 6.0rem;
		font-weight: 600;
		line-height: 1;
	}

	.title h2 {
		font-size: 4.4rem;
		font-weight: 700;
		line-height: 1;
		color: #00A33C;
		position: relative;
	}
	.title.white h2 {
		color: #fff;
	}
	.title h2.red {
		color: #DE7674;
	}
	.title h2.blue {
		color: #3BA1D3;
	}
	/*.title h2:before {
		content: "　/　";
		font-size: 2.0rem;
		font-family: 700px;
		line-height: 1;
	}*/
		.title h2 span {
			display: block;
			font-size: 1.2rem;
			font-weight: 500;
			margin-top: 10px;
		}
	
/* h3-tit */
.h3-tit {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.h3-tit.center {
	text-align: center;
}


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

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

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

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

/* fade-wrap */
.fade-wrap {
    clip-path: inset(0 100% 0 0);
    overflow: hidden;
}

/* cell */
.cell {
	margin-bottom: 55px;
}
.cell:nth-last-child(1) {
	margin-bottom: 0;
}

/* img-over */
a .img-over {
	overflow: hidden;
}
	a .img-over img {
		-moz-transition: -moz-transform 0.2s linear;
		-webkit-transition: -webkit-transform 0.2s linear;
		-o-transition: -o-transform 0.2s linear;
		-ms-transition: -ms-transform 0.2s linear;
		transition: transform 0.2s linear;
	}
	a:hover .img-over img {
		-webkit-transform: scale(1.08);
		-moz-transform: scale(1.08);
		-o-transform: scale(1.08);
		-ms-transform: scale(1.08);
		transform: scale(1.08);
	}

/* btn */
.btn {
	width: 280px;
	margin: 0 auto;
}
	.btn a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
		border-radius: 30px;
		font-size: 1.8rem;
		font-weight: 700;
		text-align: center;
	}
	.btn.btn-green a {
		background: #74B933 url("../img/icon_arrow_white.svg") no-repeat right 20px center;
		color: #fff;
	}
	.btn.btn-green a:hover {
		background: #00A33C url("../img/icon_arrow_white.svg") no-repeat right 15px center;
	}
	.btn.btn-white a {
		background: #fff url("../img/icon_arrow_green.svg") no-repeat right 20px center;
	}
	.btn.btn-white a:hover {
		background: #00A33C url("../img/icon_arrow_white.svg") no-repeat right 15px center;
		color: #fff;
	}

/* img-wrap */
.img-wrap {
	opacity: 0;
}
.img-wrap.img-animation {
	animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
	overflow: hidden;
	position: relative;
	opacity: 1;
}

.img-wrap.img-animation:before {
  animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-opacity {
  0% {
	opacity: 0;
  }
	
}
@keyframes img-animation {
  100% {
	transform: translateX(101%);
	opacity: 1;
  }
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
	background: #363636;
	color: #fff;
}
	#footer .cont {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 55px;
		padding-bottom: 55px;
	}
		#footer .cont .logo {
			line-height: 1;
		}
			#footer .cont .logo a.logo-img {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				line-height: 1;
			}
			#footer .cont .logo a.logo-img:hover {
				opacity: 0.7;
			}
				#footer .cont .logo a.logo-img img {
					width: 200px;
				}

				#footer .cont .logo a.logo-img .en {
					display: block;
					font-size: 1.2rem;
					font-weight: 600;
					color: #fff;
					line-height: 1;
					padding-left: 20px;
				}

			#footer .cont .logo .access {
				font-size: 1.2rem;
				line-height: 1;
				margin-top: 15px;
			}

			#footer .cont .logo .link {
				font-size: 1.2rem;
				text-align: left;
				line-height: 1;
				margin-top: 30px;
			}
				#footer .cont .logo .link a {
					color: #fff;
					text-decoration: underline;
				}
				#footer .cont .logo .link a:hover {
					opacity: 0.7;
					text-decoration: none;
				}

		#footer .cont .text ul.recruit-nav {
			margin-bottom: 40px;
		}
			#footer .cont .text ul.recruit-nav li {
				width: 180px;
				margin-right: 15px;
				background: #fff;
				border-radius: 6px;
				overflow: hidden;
			}
			#footer .cont .text ul.recruit-nav li:nth-last-child(1) {
				margin-right: 0;
			}
				#footer .cont .text ul.recruit-nav li a {
					display: block;
					border:  solid 1px #ddd;
					border-radius: 6px;
					overflow: hidden;
				}
				#footer .cont .text ul.recruit-nav li a:hover {
					opacity: 0.7;
				}

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






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




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

	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox .menunav .navarea {
	width: 90%;
}




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

}





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




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	padding: 0 10px 0 0;
}
	#header .logo {
		padding-left: 10px;
	}
	#header.is-animation .logo {
		border-radius: 0 0 10px 0;
		padding-left: 15px;
		padding-right: 15px;
	}
		#header .logo a {
			height: 64px;
		}
		#header.is-animation .logo a {
			height: 54px;
		}
			#header .logo a img {
				width: 160px;
			}

			#header .logo a .en {
				top: 28px;
				right: 170px;
				padding-left: 12px;
			}


#header ul.recruit-nav {
	position: absolute;
	top: 10px;
	right: 164px;
}


#header .infonav {
	margin-top: 10px;
}

	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ページタイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	
/* pagetitle */
#pagetitle {
	padding-top: 100px;
	padding-bottom: 20px;
}
	#pagetitle .text {
		padding-bottom: 45px;
	}
		#pagetitle .text .en {
			font-size: 1.6rem;
			margin-top: 10px;
		}
		#pagetitle .text .en:before {
			font-size: 1.6rem;
		}

		#pagetitle .text h1 {
			font-size: 4.4rem;
		}

	#pagetitle .breadcrumbs {
		font-size: 1.2rem;
	}
	
/* title */
.title {
	margin-bottom: 30px;
}
.title.step-title {
	padding-top: 30px;
}
	.title .step {
		width: 72px;
		height: 24px;
		font-size: 1.3rem;
		line-height: 24px;
	}
	
	.title .en {
		font-size: 5.0rem;
		font-weight: 600;
		line-height: 1;
	}

	.title h2 {
		font-size: 3.6rem;
	}
	/*.title h2:before {
		font-size: 1.8rem;
	}*/
		.title h2 span {
			font-size: 1.1rem;
		}
	
/* h3-tit */
.h3-tit {
	font-size: 2.6rem;
	margin-bottom: 14px;
}
.h3-tit.center {
	text-align: center;
}



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

/* wrap */
.wrap-beginning {
	padding-top: 45px;
}
.wrap-top {
	padding-top: 90px;
}
.wrap-bottom {
	padding-bottom: 90px;
}

/* cell */
.cell {
	margin-bottom: 45px;
}

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

/* btn */
.btn {
	width: 260px;
}
	.btn a {
		height: 56px;
		border-radius: 28px;
		font-size: 1.6rem;
	}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer .cont {
	padding-top: 50px;
	padding-bottom: 50px;
}
	#footer .cont .logo a.logo-img img {
		width: 170px;
	}

	#footer .cont .logo a.logo-img .en {
		font-size: 1.0rem;
		padding-left: 15px;
	}

	#footer .cont .logo .access {
		font-size: 1.1rem;
	}

	#footer .cont .logo .link {
		font-size: 1.2rem;
		margin-top: 25px;
	}

	#footer .cont .text ul.recruit-nav li {
		width: 150px;
		margin-right: 12px;
	}
	
	#footer .cont .text .copyright {
		font-size: 1.0rem;
	}



}

	







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


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




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
	padding: 0 10px 0 0;
}
	#header.is-animation .logo {
		padding-left: 10px;
		padding-right: 10px;
		background: none;
		opacity: 0;
		pointer-events: none;
	}
		#header .logo a img {
			width: 140px;
		}

		#header .logo a .en {
			font-size: 1.0rem;
			position: static;
			padding-left: 10px;
		}


	#header ul.recruit-nav {
		width: 100%;
		border-top: solid 1px #ddd;
		position: fixed;
		top: auto;
		bottom: 0;
		right: 0;
	}
	#header.is-animation ul.recruit-nav {
		opacity: 1;
		pointer-events: visible;
	}
		#header ul.recruit-nav li {
			width: 50%;
			margin-right: 0;
			border-radius: 0;
		}
		#header ul.recruit-nav li:nth-last-child(1) {
			border-left: solid 1px #ddd;
		}
			#header ul.recruit-nav li a {
				display: flex;
				justify-content: center;
				align-items: center;
				border:  none;
				text-align: center;
				border-radius: 0;
				height: 50px;
			}
			#header ul.recruit-nav li a:hover {
				opacity: 0.7;
			}
				#header ul.recruit-nav li a img {
					max-width: 160px;
				}
	

	#header .infonav {
		width: 123px;
	}
		#header .infonav .cta {
			padding: 0 15px;
		}


	#menubtn {
		width: 50px;
		height: 44px;
	}
		#menubtn .menu {
			width: 50px;
		}




	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox .menunav {
	display: block;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	padding: 0;
	overflow: hidden;
	overflow-y: scroll;
}
	#menubox .menunav .navarea {
		display: block;
		padding-top: 90px;
		padding-bottom: 100px;
	}
		#menubox .menunav .navarea .box {
			width: 100%;
			margin-right: 0;
			margin-bottom: 25px;
			padding-bottom: 25px;
		}
		#menubox .menunav .navarea .box:nth-last-child(2) {
			margin-bottom: 25px;
			padding-bottom: 25px;
			border-bottom: dashed 1px #ddd;
		}
			#menubox .menunav .navarea .box .head a {
				font-size: 2.6rem;
			}

			#menubox .menunav .navarea .box ul {
				display: block;
			}
			#menubox .menunav .navarea .box ul li {
				margin-right: 0;
			}
				#menubox .menunav .navarea .box ul li a {
					background: url("../img/icon_arrow_green.svg") no-repeat left center / 16px;
					padding-left: 20px;
					font-size: 1.4rem;
				}

	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ページタイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	
/* pagetitle */
#pagetitle {
	padding-top: 90px;
	padding-bottom: 15px;
}
	#pagetitle .text {
		display: block;
	}
		#pagetitle .text .en {
			font-size: 1.6rem;
			margin-bottom: 10px;
		}
		#pagetitle .text .en:before {
			display: none;
		}

		#pagetitle .text h1 {
			font-size: 3.2rem;
		}

	#pagetitle .breadcrumbs {
		width: 106.5%;
		overflow-x: scroll;
		white-space: nowrap;
		font-size: 1.1rem;
	}
	
/* title */
.title {
	display: block;
	margin-bottom: 30px;
}
.title.step-title {
	padding-top: 30px;
}
	.title .step {
		width: 70px;
		height: 22px;
		font-size: 1.2rem;
		line-height: 22px;
	}
	
	.title .en {
		font-size: 4.4rem;
		font-weight: 600;
		line-height: 1;
	}

	.title h2 {
		font-size: 3.0rem;
	}
	.title h2:before {
		display: none;
	}
		.title h2 span {
			display: block;
			font-size: 1.0rem;
			padding-left: 0;
			margin-top: 8px;
		}
	
/* h3-tit */
.h3-tit {
	font-size: 2.3rem;
}
	



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

/* wrap */
.wrap-beginning {
	padding-top: 35px;
}
.wrap-top {
	padding-top: 60px;
}
.wrap-bottom {
	padding-bottom: 60px;
}

/* cell */
.cell {
	margin-bottom: 40px;
}

/* txt */
.txt {
	font-size: 1.4rem;
	line-height: 1.7em;
}

/* btn */
.btn {
	width: 75%;
}
	.btn a {
		height: 54px;
		border-radius: 27px;
		font-size: 1.6rem;
	}
	
	


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	padding-bottom: 50px;
}
	#footer .cont {
		display: block;
		padding-top: 40px;
		padding-bottom: 40px;
	}
		#footer .cont .logo {
			margin-bottom: 35px;
		}
			#footer .cont .logo a.logo-img {
				display: block;
				width: 100%;
				text-align: center;
			}
				#footer .cont .logo a.logo-img img {
					width: 140px;
				}

				#footer .cont .logo a.logo-img .en {
					font-size: 1.2rem;
					margin-top: 5px;
				}

			#footer .cont .logo .access {
				text-align: center;
				margin-top: 25px;
			}

			#footer .cont .logo .link {
				font-size: 1.3rem;
				margin-bottom: 30px;
				line-height: 1.8em;
				text-align: center;
			}


		#footer .cont .text ul.recruit-nav {
			display: none;
		}
	
		#footer .cont .text .copyright {
			text-align: center;
		}


	
	

}