@charset "utf-8";
/* =======================================

	ContentsElements

======================================= */

/* ------------------------------------
	common
------------------------------------ */
#container {
	position: relative;
}
#container > section {
	padding: 210px 0 0;
	position: relative;
}
#container > section > p {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	font-weight: 500;
	z-index: 1;
	position: relative;
}

h1 {
	padding: 35px 0 60px;
	font-size: 4.5rem;
	font-weight: bold;
		line-height: 4.5rem;
		text-align: center;
		position: relative;
}
h1:before {
		content: "";
		width: 35px;
		height: 5px;
		top: 0;
	right: 50%;
		background-color: #05BFEE;
		position: absolute;
}
h1:after {
		content: "";
		width: 35px;
		height: 5px;
		top: 0;
		left: 50%;
		background-color: #078DE8;
		position: absolute;
}
h1 span {
		padding-bottom: 15px;
		line-height: 2.6rem;
		font-weight: 500;
		font-size: 2.6rem;
		color: #088EE8;
		font-family: 'Saira Condensed', sans-serif;
		display: block;
}
h2,h3 {
	font-weight: bold;
}
.free {
		font-size: 1.4rem;
		padding-right: 7px;
		font-weight: bold;
		font-family: 'Saira Condensed', sans-serif;
		color: #05BFEE;
}

@media only screen and (max-width: 768px) {
	#container > section {
		padding: 130px 0 0;
	}
	h1 {
		padding: 25px 0 20px;
		font-size: 2.6rem;
	}
	h1 span {
		padding-bottom: 0;
		font-size: 1.8rem;
		line-height: 1.8rem;
	}
	.sp_header {
		background-color: #fff;
	}
}

/* ------------------------------------
	header
------------------------------------ */
header {
	height: 74px;
	background-color: #fff;
	box-shadow: 10px 10px 10px rgba(0,0,1, 0.05);
}
/* ------------------------------------
	entrance
------------------------------------ */
.entrance {
	position: relative;
}
.entrance header {
		height: auto;
	background-color: transparent;
	box-shadow:  none;
	z-index: 2;
	position: relative;
}
.entrance header .logo {
	width: 155px;
	margin: 4vh 0 0 1vw;
}
#container.entrance > .entrance_contents_area {
	width: 90vw;
	height: 90vh;
	top: 50%;
	left: 50%;
	padding: 0;
	transform: translate(-50%, -50%);
	background-color: #FBFBFB;
	position: fixed;
}
.entrance_contents_area:after {
	content: "";
	width: 102vw;
	height: 100vh;
	top: 0;
	left: -7%;
	background:  url(/2027/img/service/entrance/content_bg.png) no-repeat;
	background-size: cover;
	z-index: 1;
	position: absolute;
}
.entrance_contents_area .entrance_contents {
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	z-index: 3;
	position: absolute;
}
.entrance_contents_area .entrance_contents > p {
	padding: 0 0 40px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
.entrance_contents_area a {
	width: 454px;
	margin: 0 auto 20px;
	padding: 35px 105px 35px 50px;
	border-radius: 25px;
	box-shadow: 0 3px 14px rgba(0,123,199,0.1);
	background-color: #fff;
	display: block;
	position: relative;
}
.entrance_contents_area a:last-child {
	margin: 0 auto;
}
.entrance_contents_area a:after {
	font-family: 'recruiting_lp';
		font-size: 1.5rem;
		content: "\e901";
		top: 50%;
	right: 25px;
	transform: translateY(-50%);
		color: #088EE8;
		position: absolute;
}
.entrance_contents_area .version_22:after {
	color: #00CBDD;
}
.entrance_contents_area a img {
	margin: 0 0 15px;
	display: block;
}
.entrance_contents_area a .period {
	font-size: 1.3rem;
	font-weight: 500;
}
.entrance_contents_area a .period span {
	padding: 0 20px 0 0;
	color: #666666;
	position: relative;
}
.entrance_contents_area a .period span:after {
	content: "";
	width: 1px;
	height: 12px;
	top: 52%;
	right: 10px;
	transform: translateY(-52%);
	background-color: #E2E2E2;
	position: absolute;
}
.entrance footer {
	margin: 0 0 1vh;
	bottom: 0;
	text-align: center;
	background-color: transparent;
	z-index: 2;
	position: fixed;
}
.entrance footer small {
	font-weight: 500;
	font-size: 1.2rem;
	color: #000000;
}

@media only screen and (max-width: 768px) {
	#container.entrance > .entrance_contents_area {
		width: 100%;
		height: auto;
		top: auto;
		left: auto;
		padding: 100px 0 60px;
		transform: none;
		position: relative;
	}
	.entrance .sp_header .logo a img {
		width: 70%;
	}
	.entrance_contents_area:after {
		width: 100vw;
		top: auto;
		left: 0;
		bottom: 0;
		position: fixed;
	}
	.entrance_contents_area .entrance_contents {
		width: 100%;
		padding: 5%;
		top: auto;
	 		left: auto;
			transform: none;
		position: relative;
	}
	.entrance_contents_area a {
		width: 100%;
		padding: 20px 36px 20px 30px
	}
	.entrance_contents_area a img {
		width: 170px;
		margin: 0 0 15px;
	}
	.entrance_contents_area a .period span {
		padding: 0 20px 0 0;
		color: #666666;
		display: block;
	}
	.entrance_contents_area a .period span:after {
		display: none;
	}
	.entrance_contents_area a p {
		font-size: 1.6rem;
	}

	.entrance footer {
		margin: 0 0 0vh;
		position: relative;
	}
}
/* ------------------------------------
	Function
------------------------------------ */
#container > .function:before {
	content: "";
	width: 100%;
	height: 880px;
	top: 74px;
		padding-top: 64.4%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: url(/2027/img/service/main_bg.png) center center no-repeat;
		background-size: cover;
		position: absolute;
}
.function > p {
	padding: 0 0 160px;
}
.function > .number {
	width: 100%;
	position: relative;
}
.function > .number:before {
		content: " ";
		margin-top: -90px;
		height: 90px;
		display: block;
		visibility: hidden;
}
.function > section .inner {
	width: 1296px;
	height: 530px;
	margin: 0 auto 100px;
	padding-left: 730px;
	border-radius: 5px;
	background-color: #F7FBFC;
	display: flex;
	align-items: center;
	position: relative;
}
.function > .number:nth-child(even) .inner {
	height: 590px;
	padding-left: 110px;
	background-color: #F7F8FC;
}
.function > .number.function_other {
	height: 436px;
	background-color: #fff;
}
.function > .number .inner video {
	width: 700px;
	height: 450px;
	top: 50%;
	left: -90px;
	transform: translateY(-50%);
	border-radius: 5px;
	box-shadow: 0 0 16px rgba(0, 55, 55, 0.35);
	position: absolute;
}
.function > .number .inner .img_display {
	position: absolute;
	left: 50px;
	bottom: 0;
}
.function > .number:nth-child(even) .inner video {
	left: 685px;
}
.function > .number img:not(.img_display) {
	display: none;
}
.function > .number h2 {
	font-size: 3.4rem;
	padding-bottom: 22px;
}
.function > .number h2 span {
	font-size: 2.4rem;
	font-weight: 500;
	color: #088EE8;
	font-family: 'Saira Condensed', sans-serif;
	display: block;
}
.function > .number:nth-child(even) h2 span {
	font-size: 2.4rem;
	font-weight: 500;
	color: #05BFEE;
	font-family: 'Saira Condensed', sans-serif;
	display: block;
}
.function > .number p {
	width: 437px;
}
.function > .function_other {
	width: 1296px;
	margin: 0 auto 33px;
	/* display: flex;
	justify-content: space-between;
	flex-wrap: wrap; */
	position: relative;
}
.function > .function_other:last-child {
	margin: 0 auto 145px;
}
.function > .function_other > section {
	position: relative;
}
.function > .function_other > section:before {
	content: " ";
		margin-top: -90px;
		height: 90px;
		display: block;
		visibility: hidden;
}
.function > .function_other > .function_07 {
	margin-top: -90px;
	padding-top: 90px;
	top: 90px;
	right: 0;
	position: absolute;
}
.function > .function_other > .function_09 {
	margin-top: -90px;
	padding-top: 90px;
	top: 90px;
	right: 0;
	position: absolute;
}
.function > .function_other > section .inner {
	width: 630px;
	padding: 202px 65px 60px;
	background-color: #F7FBFC;
	position: relative;
}
.function > .function_other > section .inner:before {
	content: "";
	width: 215px;
	height: 100px;
	top: 70px;
	left: 65px;
	background: url(/2027/img/service/function/function_8.png) no-repeat;
	background-size: contain;
	position: absolute;
}
.function > .function_other > .function_06 .inner:before {
	width: 379px;
	height: 105px;
}
.function > .function_other > .function_07 .inner:before {
	width: 150px;
	height: 105px;
	background: url(/2027/img/service/function/function_7.png) no-repeat;
	background-size: contain;
}
.function > .function_other > .function_08 .inner:before {
	background: url(/2027/img/service/function/function_9.png) no-repeat;
	width: 379px;
	height: 105px;
}
.function > .function_other > .function_09 .inner:before {
	width: 276px;
	height: 105px;
	background: url(/2027/img/service/function/function_10.png) no-repeat;
	background-size: contain;
}

.function > .function_other section  h2 {
	font-size: 3.4rem;
		padding-bottom: 22px;
}
.function > .function_other section  h2 span {
	font-size: 2.4rem;
		font-weight: 500;
		color: #05BFEE;
		font-family: 'Saira Condensed', sans-serif;
		display: block;
}
.function > .function_other > .function_07 h2 span {
	color: #088EE8;
}
.function > .function_other > .function_09 h2 span {
	color: #088EE8;
}

.function .add {
	width: 945px;
	margin: 0 auto 150px;
	text-align: center;
}
.function .add h2 {
	padding: 0 0 48px;
	font-size: 4.5rem;
	color: #088EE8;
}
.function .add > span {
	padding: 0 0 30px;
	font-weight: 600;
	font-size: 1.9rem;
	display: block;
}
.function .add > p {
	padding: 0 0 105px 0;
	font-weight: 500;
}
.function .add .add_content {
	margin: 0 0 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.function .add .add_content section {
	width: 430px;
	margin: 0 0 50px;
	text-align: left;
}
.function .add .add_content section h3 {
	width: 430px;
	padding: 0 0 30px;
	text-align: left;
	font-size: 2.2rem;
}
.function .add .add_content section img {
	padding: 0 0 25px;
}
.function .add .add_content section p {
	font-weight: 500;
	font-size: 1.5rem;
}
.function .add .emphasis {
	padding: 0;
	font-weight: bold;
	font-size: 2.2rem;
}
.function .add .emphasis span {
	position: relative;
}
.function .add .emphasis span:before {
	content: "";
		width: 100%;
		height: 12px;
		bottom: 0;
		background-color: #99EBFF;
		z-index: -1;
	position: absolute;
}

/* icon_new_function */
.new_function {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #F3982B;
	font-weight: normal;
}
.new_function .icon_new {
	width: 28px;
	height: 28px;
	border-radius: 14px;
	margin: 0 5px 0 0;
}
.new_function .icon_new > span {
	display: block;
	font-size: 1.2rem;
	position: relative;
	left: 0;
	top: 3px;
}
.new_function .icon_new:after {
	width:14px;
	height:28px;
	border-radius: 0 14px 14px 0;
}
/* add_function */
.function > .add_function .inner {
	background-color: #FFF9EC !important;
}
.function > .add_function:before {
	content: " ";
	margin-top: -130px;
	height: 130px;
	display: block;
	visibility: hidden;
}
.function > .add_function h2 {
	line-height: 1.5;
}
.function > .add_function h2 span {
	color: #FD992B !important;
}
.function > .add_function h2 img {
	margin-right: 15px;
	display: inline-block !important;
	width: 45px;
	height: 45px;
}
.function > .add_function:nth-child(odd) .icon_new {
	position: absolute;
	top: -45px;
	right: 60px;
}
.function > .add_function:nth-child(even) .icon_new {
	position: absolute;
	top: -45px;
	left: 60px;
}

@media only screen and (max-width: 768px) {
	.function .add h2 {
		padding: 0px 0 20px;
		font-size: 2.3rem;
		line-height: 6rem;
	}
	#container > .function:before {
		top: 0;
	}
	#container > section > p {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 40px;
	}
	.function > .number .inner,
	.function > .number:nth-child(even) .inner,
	.function > .function_other .inner {
		width: 90%;
		height: auto;
		margin: 0 auto 40px;
		padding: 60px 5%;
		display: block;
	}
	.function > .number:last-child .inner {
		margin-bottom: 20px;
	}
	.function > .number .inner video {
		display: none;
	}
	.function > .number .inner img {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.function > .number .inner .img_display {
		position: static;
	}
	.function > .number h2,
	.function > .function_other .inner h2 {
		padding: 0 0 22px;
		font-size: 2.3rem;
	}
	.function > .number h2 span,
	.function > .function_other .inner h2 span {
		font-size: 2rem;
		line-height: 2.4rem;
		display: block;
	}
	.function > .number:nth-child(even) .inner h2 span {
		font-size: 2rem;
	}
	.function > .number p {
		width: 100%;
		padding: 0 0 40px;
	}
	.function > .function_other {
		width: 100%;
		margin: 0 0 50px 0;
	}
	.function > .function_other > .function_06,
	.function > .function_other > .function_08 {
		margin-bottom: 40px;
	}
	.function > .function_other > .function_07,
	.function > .function_other > .function_09 {
		padding-top: 0;
		margin-top: 0;
		top: 0;
		position: relative;
	}
	.function > .function_other .function_06:before,
	.function > .function_other .function_08:before {
			width: 60%;
			height: 100px;
			top: 72px;
			left: 5%;
	}
	.function > .function_other .function_07:before,
	.function > .function_other .function_09:before {
			width: 50%;
			height: 100px;
			top: 72px;
			left: 5%;
	}
	.function > .function_other > section .inner {
		width: 90%;
		margin: 0 auto;
		padding: 190px 5% 60px;
	}
	.function > .function_other > .function_06 .inner,
	.function > .function_other > .function_08 .inner {
		background: #F7F8FC;
	}
	.function > .function_other > .function_07 .inner,
	.function > .function_other > .function_09 .inner {
		background: #F7FBFC;
	}
	.function > .function_other > section .inner:before {
		left: 20px;
	}
	.function > .function_other > .function_06 .inner:before,
	.function > .function_other > .function_08 .inner:before {
		width: calc(100% - 40px);
	}
	.function > .number:before {
		margin-top: -40px;
		height: 40px;
	}
	.function > .function_other > section:before {
		margin-top: -40px;
		height: 40px;
	}
	.function > .function_other > .function_07,
	.function > .function_other > .function_09 {
		margin-top: -40px;
		padding-top: 40px;
	}
	.function .add {
		width: 90%;
		margin: 0 auto 100px;
		text-align: center;
	}
	.function .add .add_content section {
		width: 100%;
		margin: 0 0 30px;
		text-align: left;
	}
	.function .add .add_content section img {
		width: 100%;
	}
	.function .add > span {
		padding: 0 0 15px;
		font-size: 1.6rem;
	}
	.function .add > p {
		padding: 0 0 50px 0;
		font-size: 1.5rem;
	}
	.function .add .add_content section h3 {
		width: 100%;
		padding: 0 0 15px;
		text-align: left;
		font-size: 2rem;
	}
	.function .add .add_content section img {
		padding: 0 0 5px;
	}
	.function .add .add_content {
		margin: 0;
	}
	.function .add .emphasis {
		font-size: 1.7rem;
		line-height: 2.9rem;
	}
	/* add_function */
	.function > .add_function:before {
		margin-top: -90px;
		height: 90px;
	}
	.function > .add_function .icon_new {
		width: 70px;
		height: 70px;
		border-radius: 35px;
	}
	.function > .add_function .icon_new > span {
		display: block;
		font-size: 2.6rem;
		position: relative;
		left: 1px;
		top: 12px;
	}
	.function > .add_function .icon_new:after {
		width:35px;
		height:70px;
		border-radius: 0 35px 35px 0;
	}
	.function > .add_function h2 img {
		margin-right: 10px !important;
		display: inline-block !important;
		width: 30px !important;
		height: 30px !important;
	}
	.function > .add_function:nth-child(odd) .icon_new {
		position: absolute;
		top: -35px;
		right: auto;
		left: 20px;
	}
	.function > .add_function:nth-child(even) .icon_new {
		position: absolute;
		top: -35px;
		left: 20px;
	}
}

/* ------------------------------------
	plan
------------------------------------ */
.plan_box {
	padding: 0 0 80px;
	position: relative;
}
.plan_box:after {
		content: "";
		bottom: 0;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: url(/2027/img/service/plan/bg_b.png) no-repeat;
		background-size: cover;
		width: 100%;
		height: 1010px;
		padding-top: 73.9%;
		position: absolute;
		z-index: 0;
}
.plan_box .plan {
	width: 95%;
	margin: 0 auto 95px;
	padding: 210px 0 120px;
	background-color: #FBFBFB;
}
.plan_table_box {
	width: 1100px;
	margin: 0 auto;
	padding: 45px 60px 100px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 30px rgba(4, 48, 75, 0.16);
	z-index: 2;
		position: relative;
}
.plan > p {
	width: 850px;
	margin: 0 auto;
	padding: 0 0 70px;
	font-weight: 500;
	text-align: center;
}

.plan > .campaign  {
	max-width: 868px;
    padding: 40px 60px;
    margin: 0 auto 50px;
    align-items: center;
    background: #E7F6F7;
    position: relative;
}
.plan > .campaign h3 {
	padding-bottom: 10px;
	font-size: 2.8rem;
    line-height: 1.6;
    text-align: center;
    color: #088EE8;
	font-weight: bold;
}
.plan > .campaign .text p {
	font-size: 1.6rem;
	padding-bottom: 30px;
}
.plan > .campaign {
	font-size: 1.6rem;
	text-align: center;
}
.price_section {
	display: inline-block;
    text-align: left;
}
.plan > .campaign .plan_price .plan_name {
	padding-right: 10px;
}
.plan > .campaign .plan_price .price_campaign {
	color: #088EE8;
	line-height: 1.6;
	font-size: 2.4rem;
	font-weight: bold;
}
.plan > .campaign .plan_price .price_campaign small { 
	font-size: 1.6rem;
}
.plan > .campaign .plan_price .price_campaign {
	padding-left: 10px;
	color: #088EE8;
}
.plan_table {
		margin: 70px auto 40px;
}
.plan_table thead th {
		position: relative;
		width: 192px;
}
.plan_table thead th:first-child {
		width: 186px;
}
.plan_table thead th a {
		display: block;
		margin: 10px;
	padding: 10px;
	border-radius: 5px;
}
.plan_table thead .plan_free a {
		background: -moz-linear-gradient(36deg, #B7E6DD, #56B0D8);
		background: -webkit-linear-gradient(39deg, #B7E6DD, #56B0D8);
		background: linear-gradient(39deg, #B7E6DD, #56B0D8);
}

.plan_table thead .plan_bronze a {
		background: -moz-linear-gradient(36deg, #F2CFAC, #CB7023);
		background: -webkit-linear-gradient(39deg, #F2CFAC, #CB7023);
		background: linear-gradient(39deg, #F2CFAC, #CB7023);
}
.plan_table thead .plan_silver a {
		background: -moz-linear-gradient(36deg, #A9C4E0, #52728D);
		background: -webkit-linear-gradient(39deg, #A9C4E0, #52728D);
		background: linear-gradient(39deg, #A9C4E0, #52728D);
}
.plan_table thead .plan_gold a {
		background: -moz-linear-gradient(36deg, #FFE590, #C9A200);
		background: -webkit-linear-gradient(39deg, #FFE590, #C9A200);
		background: linear-gradient(39deg, #FFE590, #C9A200);
}
.plan_table thead .plan_free .ttl,
.plan_table thead .plan_free .price + span {
		color: #00647C;
}
.plan_table thead .plan_bronze .ttl,
.plan_table thead .plan_bronze .price + span {
		color: #953900;
}
.plan_table thead .plan_silver .ttl,
.plan_table thead .plan_silver .price + span {
		color: #183B6A;
}
.plan_table thead .plan_gold .ttl,
.plan_table thead .plan_gold .price + span {
		color: #A76D00;
}
.plan_table thead .ttl {
		font-family: 'Roboto', sans-serif;
		font-size: 2.8rem;
		font-weight: 600;
		text-align: center;
		position: relative;
		margin-top: 45px;
		line-height: 1.5;
}
.plan_table thead .icon_ttl:before {
		font-family: 'recruiting_lp';
		font-size: 1.9rem;
		font-weight: normal;
		content: '\e900';
		position: absolute;
		top: -24px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
}
.plan_table thead .icon_ttl:after {
	content: "";
		width: 16px;
		height: 22px;
		top: -35px;
		left: 55%;
		background: url(/2027/img/service/deco_kira.png) no-repeat;
		position: absolute;
}
.plan_table thead .recommend {
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
		font-size: 1.4rem;
		line-height: 1.4;
		color: #fff;
		text-align: center;
		background: #FCC42D;
		padding: 10px 6px 6px;
		position: absolute;
		top: 0;
		left: 0;
}
.plan_table thead .recommend:before {
		content: '';
		filter: drop-shadow(0 5px 3px rgba(0,0,0,0.16));
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 16px 36px 0 0;
		border-color: #FCC42D transparent transparent transparent;
		position: absolute;
		left: 0;
		bottom: -15px;
}
.plan_table thead .recommend:after {
		content: '';
		filter: drop-shadow(0 5px 3px rgba(0,0,0,0.16));
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 36px 16px 0;
		border-color: transparent #FCC42D transparent transparent;
		position: absolute;
		right: 0;
		bottom: -15px;
}
.plan_table thead .price {
		text-align: center;
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-size: 2.6rem;
		font-weight: bold;
		letter-spacing: 0.025em;
}
.plan_table thead .sale {
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
	font-size: 1.8rem;
	line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.025em;
}
.sale {
	text-decoration: line-through; 
}
.plan_table thead .price small {
		font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', YuGothic, YuGothicM, '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
		font-size: 1.4rem;
		font-weight: normal;
}
.plan_table thead .price small.yen {
		font-size: 1.5rem;
		margin-right: 3px;
}
.plan_table thead .price + span {
		display: block;
		background: #fff;
		border-radius: 20px;
		font-size: 1.3rem;
		font-weight: 600;
		text-align: center;
		padding: 10px 0;
	margin-top: 15px;
	filter: drop-shadow(0 3px 14px rgba(9, 56, 113, 0.16));
}
.plan_table thead th, .plan_table tbody tr:last-child th, .plan_table tbody tr:last-child td {
		border-bottom: 2px solid #E2E2E2;
}
.plan_table thead th:nth-child(4), .plan_table tbody td:nth-of-type(3) {
		background: rgba(255, 212, 96, 0.2);
}
.plan_table tbody {
	color: #666;
}
.plan_table tbody .fontM th,
.plan_table tbody .fontM td {
		font-size: 1.4rem;
}
.plan_table tbody th {
		font-weight: 600;
		font-size: 1.6rem;
		color: #1D1E24;
		padding: 20px 0;
		width: 186px;
}
.plan_table tbody th a {
	text-decoration: underline;
}
.plan_table tbody td {
		font-size: 1.3rem;
		width: 192px;
		position: relative;
}
.plan_table tbody th, .plan_table tbody td {
		text-align: center;
		border-bottom: 1px solid #E2E2E2;
}
.plan_table tbody .description td {
		text-align: left;
		padding: 15px;
}
.plan_table .icon-circle:before {
		content: "\e926";
		color: #088EE8;
}
.plan_table .icon-batsu:before {
		content: "\e924";
		color: #A7A7A7;
}
.plan_table .icon-triangle:before {
		content: "\e929";
		color: #83C6F3;
}
.plan_table .icon-dbl-circle:before {
		content: "\e904";
		color: #088EE8;
}
.plan_table .icon:before {
		font-family: 'recruiting_lp';
		font-size: 1.7rem;
		font-style: normal;
}
.plan_note_list {
		margin: -30px 0 0 0;
	font-size: 1.2rem;
	color: #666;
}
.plan_note_list li {
		position: relative;
		margin: 0px 0 0 2rem;
}
.plan_note_list li small {
		font-weight: bold;
		position: absolute;
		top: 2px;
		left: -2rem;
		color: #A7A7A7;
}
tr.create td {
	padding: 20px 15px;
	text-align: left;
	font-weight: 500;
}
tr.create td:after {
		margin-left: 5px;
		font-family: "recruiting_lp";
		font-size: 1rem;
		color: #953900;
		content: "\e901";
		top: 50%;
		transform: translateY(-13%);
		display: inline-block;
}
tr.create td:nth-child(2):after {
	display: none;
}
tr.create td:nth-child(4):after {
		color: #183B6A;
}
tr.create td:nth-child(5):after {
		color: #A76D00;
}
tr.create .silver_b a {
	color: #953900;
}
tr.create .create_s a {
	color: #183B6A;
}
tr.create .create_g a {
	color: #A76D00;
}
tr.period {
	background-color: #fff;
}
tr.period th {
	color: #088EE8;
}
tr.period td {
	font-weight: bold;
	color: #333333;
}
tr.period th {
	position: relative;
}
tr.period th .btn {
	width: 13px;
	height: 13px;
	margin-left: 5px;
	font-size: 1rem;
	color: #fff;
	line-height: 1.4rem;
	background-color: #A7A7A7;
	border-radius: 50%;
	display: inline-block;
	position: relative;
}
tr.period th .lead {
	width: 290px;
	top: -120px;
		left: 120px;
	padding: 23px 16px;
	color: #333;
	text-align: left;
	font-size: 1.3rem;
	font-weight: normal;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 5px;
	box-shadow: 0 3px 16px rgba(0,0,0,0.1);
	display: none;
	z-index: 2;
	position: absolute;
}
tr.period th .lead::after {
		content: "";
		bottom: -7px;
		left: 20px;
		border-right: 0 solid transparent;
		border-bottom: 9px solid rgba(255, 255, 255, 0.95);
		border-left: 8px solid transparent;
		filter: drop-shadow(0 3px 16px rgba(0,0,0, 10));
		transform: rotate(193deg);
		position: absolute;
}
tr.period th .btn:hover + .lead  {
	display: block;
}
.plan_table .plan_head.is-fixed {
	min-width: 954px;
}
.plan_table .plan_head.is-fixed {
		position: fixed;
		top: 74px;
		z-index: 3;
		background: #fff;
		box-shadow: 0px 3px 3px -3px rgba(0, 56, 113, 0.08);
		-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 56, 113, 0.08);
		-moz-box-shadow: 0px 3px 3px -3px rgba(0, 56, 113, 0.08);
}
.plan_table .plan_head.is-fixed.active {
	-webkit-transform: translateX(8.8%);
		transform: translateX(8.8%);
}
.plan_container .contact_field:before {
		content: "";
		top: -3px;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: url(/2027/img/service/plan/contact_bg.png) center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 32px;
		padding-top: 2.3%;
		position: absolute;
}
.plan_btn {
	display: none;
	margin: 40px 0 0;
}
figure.plan_img {
	display: none;
}

@media only screen and (max-width: 768px) {
	.plan_box {
		width: 100%;
		padding: 0 0 10px;
		background-color: #FBFBFB;
	}
	.plan_box .plan {
		width: 90%;
		margin: 0 auto 60px;
		padding: 130px 0 0;
	}
	.plan_box .plan > p {
		width: 100%;
		padding: 0 0 40px;
	}
	.plan > .campaign  {
		padding: 40px 5%;
		margin: 0 auto 70px;
		display: block;
		position: relative;
	}
	.plan > .campaign h3 {
		font-size: 2.5rem;
	}
	.plan > .campaign .plan_price {
		font-size: 1.6rem;
	}
	.plan > .campaign .plan_price .price_campaign {
		font-size: 1.6rem;
	}
	.plan > .campaign .plan_price .price_campaign small { 
		font-size: 1.2rem;
	}
	.plan_box .plan .plan_table_box {
		width: 100%;
		padding: 60px 5%;
	}
	.plan .plan_table_box .plan_table {
		display: none;
	}
	.plan .apply {
		padding: 50px 0 20px;
		position: relative;
		z-index: 2;
	}
	.plan .apply .btn {
		width: 100%;
		max-width: 490px;
		margin: 0 auto 20px;
		padding: 20px 0;
		font-size: 2rem;
		display: block;
	}
	.plan .apply .btn:after {
		content: "";
		width: 70px;
		height: 70px;
		top: -39px;
		right: -10px;
		background: url(/2027/img/service/ceck.png) no-repeat;
		position: absolute;
		background-size: cover;
	}
	.plan_btn {
		display: block;
	}
	.plan_btn ul {
		display: block;
		margin: 10px 0 50px;
	}
	.plan_btn li {
		margin: 0 0 25px;
		padding-right: 0;
		border-radius: 2px;
		position: relative;
	}
	.plan_btn li .plan_btn {
		padding: 15px;
		margin: 0 0 25px;
		display: block;
		position: relative;
	}
	.plan_btn li.free .plan_btn {
		background: #b7e6dd;
		background: -moz-linear-gradient(left, #b7e6dd 0%, #56b0d8 100%);
		background: -webkit-linear-gradient(left, #b7e6dd 0%,#56b0d8 100%);
		background: linear-gradient(to right, #b7e6dd 0%,#56b0d8 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7e6dd', endColorstr='#56b0d8',GradientType=1 );
		opacity: 0.9;
	}
	.plan_btn li.bronze .plan_btn {
		background: #f2cfac;
		background: -moz-linear-gradient(left, #f2cfac 0%, #cb7023 100%);
		background: -webkit-linear-gradient(left, #f2cfac 0%,#cb7023 100%);
		background: linear-gradient(to right, #f2cfac 0%,#cb7023 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cfac', endColorstr='#cb7023',GradientType=1 );
		opacity: 0.9;
	}
	.plan_btn li.silver .plan_btn {
		background: #a9c4e0;
		background: -moz-linear-gradient(left, #a9c4e0 0%, #52728d 100%);
		background: -webkit-linear-gradient(left, #a9c4e0 0%,#52728d 100%);
		background: linear-gradient(to right, #a9c4e0 0%,#52728d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9c4e0', endColorstr='#52728d',GradientType=1 );
		opacity: 0.9;
	}
	.plan_btn li.gold .plan_btn {
		background: #ffe590;
		background: -moz-linear-gradient(left, #ffe590 0%, #c9a200 100%);
		background: -webkit-linear-gradient(left, #ffe590 0%,#c9a200 100%);
		background: linear-gradient(to right, #ffe590 0%,#c9a200 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe590', endColorstr='#c9a200',GradientType=1 );
		opacity: 0.9;
	}
	.plan_btn li .plan_info {
		font-size: 2rem;
		font-weight: bold;
		font-family: 'Roboto', sans-serif;
		line-height: 1.2;
		position: relative;
	}
	.plan_btn li .plan_info .name {
		padding: 0 0 0 22px;
		position: relative;
	}
	.plan_btn li.free .plan_info .name {
		color: #00647C;
		padding: 0;
	}
	.plan_btn li.bronze .plan_info .name {
		color: #953900;
	}
	.plan_btn li.silver .plan_info .name {
		color: #183B6A;
	}
	.plan_btn li.gold .plan_info .name {
		color: #A76D00;
	}
	.plan_btn li .plan_info .name:before {
		content: "\e900";
		font-family: 'recruiting_lp';
		font-weight: normal;
		font-size: 1.3rem;
		color: #FFF;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.plan_btn li.free .plan_info .name:before,
	.plan_btn li.free .plan_info .name:after {
		display: none;
	}
	.plan_btn li.bronze .plan_info .name:before {
		color: #953900;
	}
	.plan_btn li.silver .plan_info .name:before {
		color: #183B6A;
	}
	.plan_btn li.gold .plan_info .name:before {
		color: #A76D00;
	}
	.plan_btn li .plan_info .name:after {
		content: "";
		width: 16px;
		height: 22px;
		background: url(/2027/img/service/deco_kira.png) no-repeat;
		background-size: 100%;
		position: absolute;
		top: 0px;
		left: 90px;
	}
	.plan_btn li .price_line {
		display: block;
	}
	.plan_btn li .price_line .sale {
		padding-right: 10px;
		font-size: 1.6rem;
	}
	.plan_btn li .small {
		color: #FFF;
		font-size: 1.2rem;
		font-weight: bold;
	}
	.plan_btn li .price {
		color: #FFF;
		font-weight: bold;
		font-size: 1.8rem;
		letter-spacing: 1px;
	}
	.plan_btn li .btn {
		padding: 13px 22px;
		font-size: 1.3rem;
		font-weight: bold;
		letter-spacing: 1px;
		background: #fff;
		border-radius: 25px;
		filter: drop-shadow(0 3px 14px rgba(9, 56, 113, 0.16));
		position: absolute;
		top: 50%;
		right: 12px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.plan_btn li.free .btn {
		color: #00647C;
	}
	.plan_btn li.bronze .btn {
		color: #953900;
	}
	.plan_btn li.silver .btn {
		color: #183B6A;
	}
	.plan_btn li.gold .btn {
		color: #A76D00;
	}
	.plan_btn li p {
		margin: 0 0 15px;
		font-size: 1.3rem;
		font-weight: normal;
		text-align: center;
		color: #000;
	}
	.plan_btn li .quotation_btn {
		font-size: 1.5rem;
		font-weight: 500;
		color: #953900;
		text-align: center;
		display: block;
		position: relative;
	}
	.plan_btn li .quotation_btn:after {
		margin-left: 5px;
		font-family: "recruiting_lp";
		font-size: 1rem;
		color: #953900;
		content: "\e901";
		top: 50%;
		transform: translateY(-13%);
		display: inline-block;
	}
	.plan_btn li.silver .quotation_btn,
	.plan_btn li.silver .quotation_btn:after {
		color: #183B6A;
	}
	.plan_btn li.gold .quotation_btn,
	.plan_btn li.gold .quotation_btn:after {
		color: #A76D00;
	}
	.plan_btn .period {
		padding: 25px 0 5px;
		font-weight: bold;
		font-size: 1.6rem;
		text-align: center;
		color: #088EE8;
		border-top: solid 2px #E2E2E2;
		display: block;
	}
	.plan_btn > p{
		padding-bottom: 25px;
		font-weight: bold;
		font-size: 1.4rem;
		text-align: center;
		border-bottom: solid 2px #E2E2E2;
	}
	figure.plan_img {
		width: 100%;
		margin: 0 0 50px;
		display: block;
	}
	figure.plan_img img {
		width: 100%;
	}
}

/* ------------------------------------
	flow
------------------------------------ */
#container > .flow:before {
	content: "";
	width: 100%;
	height: 880px;
	top: 0px;
		padding-top: 64.4%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: url(/2027/img/service/main_bg.png) center center no-repeat;
	background-size: cover;
	z-index: 0;
		position: absolute;
}
.flow > p {
	padding: 0 0 70px;
}
.tab_wrap {
	width: 1100px;
	margin: 0 auto 135px;
	z-index: 1;
	position: relative;
}
input[type="radio"] {
	display:none;
}
.tab_area{
	width: 516px;
	font-size:0;
	margin: 0 auto;
	padding: 0 0 70px;
}
.tab_area label {
	width:258px;
	display:inline-block;
	text-align:center;
	font-size: 2.2rem;
	cursor:pointer;
	background-color: #fff;
	transition:ease 0.2s opacity;
	box-shadow: 0 3px 14px rgba(0,123,199,0.15);
	position: relative;
}
.tab_area label:hover {
	opacity:0.8;
}

.tab_area .tab1_label {
	padding:18px 50px 18px 90px;
	border-radius: 50px 0 0 50px;
	position: relative;
}
.tab_area .tab2_label {
	padding:18px 50px 18px 90px;
	border-radius: 0 50px 50px 0;
	position: relative;
}
.tab_area .tab1_label .free {
		top: 50%;
		left: 62px;
		transform: translateY(-50%);
		position: absolute;
}
.tab_area .tab2_label:before {
	font-size: 1.4rem;
	font-family: 'recruiting_lp' !important;
	content: '\e900';
	color: #41D5E2;
	position: absolute;
	top: 52%;
	left: 67px;
	transform: translateY(-50%);
	position: absolute;
}
.panel_area {
	background:#fff;
}
.tab_panel {
	width:100%;
	display:none;
}
.tab_panel > p {
	font-size:14px;
	letter-spacing:1px;
	text-align:center;
}
#tab1:checked ~ .tab_area .tab1_label {
	background:#05BFEE;
	color:#FFFFFF;
}
#tab1:checked ~ .tab_area .tab1_label:after,
#tab2:checked ~ .tab_area .tab2_label:after {
	content: "";
	width: 0;
	height: 0;
	border-top: solid 13px transparent;
	border-right: solid 13px transparent;
	border-bottom: solid 13px transparent;
	border-left: solid 13px #05BFEE;
	left: 50%;
	bottom: -25px;
	transform: rotate(90deg) translate(0, 50%);
	position: absolute;
}
#tab1:checked ~ .tab_area .tab1_label span {
	color: #fff;
}
#tab1:checked ~ .panel_area #panel1 {
	display:block;
}
#tab2:checked ~ .tab_area .tab2_label {
	background:#05BFEE;
	color:#FFFFFF;
}
#tab2:checked ~ .panel_area #panel2 {
	display:block;
}
#tab2:checked ~ .tab_area .tab2_label:before  {
	color: #fff;
}
.panel_area .tab_panel ul {
	overflow: hidden;
}
.panel_area .tab_panel ul li {
	margin: 0 0 25px;
	overflow: hidden;
	position: relative;
}
.panel_area .tab_panel ul li section {
	padding: 40px 120px 50px 40px;
	background-color: #EAF5FF;
	border-radius: 5px;
	display: inline-block;
	position: relative;
}
.panel_area .tab_panel ul li:nth-child(even) section {
	padding: 40px 40px 60px 120px;
	background-color: #E7F7F8;
	float: right;
}
.panel_area .tab_panel ul li section:before {
	content: "";
	width: 35px;
	height: 35px;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	background: url(/2027/img/service/flow/step_check.png) no-repeat;
	z-index: 2;
	position: absolute;
}
.panel_area .tab_panel ul li:nth-child(even) section:before {
	right: 528px;
	background: url(/2027/img/service/flow/step_check_r.png) no-repeat;
}
.panel_area .tab_panel ul li section:after {
	content: "";
	width: 5px;
	height: 100%;
	top: 0;
	right: 75px;
	background-color: #fff;
	z-index: 1;
	position: absolute;
}
.panel_area .tab_panel ul li:nth-child(even) section:after {
	right: 544px;
}
.panel_area .tab_panel ul li:first-child section:after {
	height: 50%;
	top: 50%;
}
.panel_area .tab_panel ul li:last-child section:after {
	height: 50%;
	top: 0;
}

.panel_area .tab_panel ul li section h2 {
	padding: 0 0 15px;
	font-size: 1.8rem;
}
.panel_area .tab_panel ul li section h2 > span {
	font-size: 3.2rem;
		color: #088EE8;
		font-family: 'Saira Condensed', sans-serif;
		display: block;
}
.panel_area .tab_panel ul li:nth-child(even) section h2 > span  {
	color: #41D5E2;
}
.panel_area .tab_panel ul li section h2 > span span {
	font-size: 4.5rem;
	line-height: 4.5rem;
}
.panel_area .tab_panel ul li section p {
	width: 472px;
	font-size: 1.5rem;
	font-weight: 500;
}
.panel_area .tab_panel ul li section p .attention {
	display: block;
	font-size: 1.3rem;
	margin-top: 2rem;
}
.panel_area .tab_panel ul li:nth-child(odd):after {
	content: "";
	width: 390px;
	height: 250px;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	position: absolute;
}
.panel_area .tab_panel ul li:nth-child(even):after {
	content: "";
	width: 390px;
	height: 270px;
	top: 50%;
	right: 683px;
	transform: translateY(-50%);
	background-size: cover;
	position: absolute;
}
.panel_area #panel1 ul li:nth-child(1):after {
	background: url(/2027/img/service/flow/step_img_1.png) no-repeat;
}
.panel_area #panel1 ul li:nth-child(2):after {
	background: url(/2027/img/service/flow/step_img_2.png) no-repeat;
}
.panel_area #panel1 ul li:nth-child(3):after {
	height: 245px;
	background: url(/2027/img/service/flow/step_img_4.png) no-repeat;
}

.panel_area #panel2 ul li:nth-child(1):after {
	background: url(/2027/img/service/flow/step_img_1.png) no-repeat;
}
.panel_area #panel2 ul li:nth-child(2):after {
	background: url(/2027/img/service/flow/step_img_2.png) no-repeat;
}
.panel_area #panel2 ul li:nth-child(3):after {
	background: url(/2027/img/service/flow/step_img_3.png) no-repeat;
}
.panel_area #panel2 ul li:nth-child(4):after {
	height: 245px;
	background: url(/2027/img/service/flow/step_img_4.png) no-repeat;
}

@media only screen and (max-width: 768px) {
	.tab_wrap {
		width: 100%;
		margin: 0 auto 30px;
	}
	.tab_area {
		width: 90%;
	}
	.panel_area {
		width: 90%;
		margin: 0 auto;
	}
	.tab_area label {
		width: 50%;
		font-size: 1.4rem;
	}
	.tab_area .tab1_label,
	.tab_area .tab2_label {
		padding: 10px 0 10px 20px;
	}
	.panel_area .tab_panel ul li section,
	.panel_area .tab_panel ul li:nth-child(even) section {
		margin: 0 0 20px;
		padding: 50px 5%;
	}
	.panel_area .tab_panel ul li section p {
		width: 95%;
		margin: 0 auto;
	}
	.panel_area .tab_panel ul li section:before,
	.panel_area .tab_panel ul li section:after {
		display: none;
	}
	.panel_area .tab_panel ul li:nth-child(odd):after,
	.panel_area .tab_panel ul li:nth-child(even):after {
		content: "";
		width: 100%;
		height: 0;
		padding-top: 70%;
		top: 0;
		right: 0;
		transform: translateY(0);
		position: relative;
		display: block;
	}
	.panel_area #panel1 ul li:nth-child(3):after {
		height: 0;
	}
	.panel_area #panel2 ul li:nth-child(4):after {
		height: 0;
	}
	.panel_area #panel1 ul li:nth-child(1):after,
	.panel_area #panel1 ul li:nth-child(2):after,
	.panel_area #panel1 ul li:nth-child(3):after,
	.panel_area #panel2 ul li:nth-child(1):after ,
	.panel_area #panel2 ul li:nth-child(2):after,
	.panel_area #panel2 ul li:nth-child(3):after,
	.panel_area #panel2 ul li:nth-child(4):after {
		background-size: 100%;
	}
	.panel_area .tab_panel ul li:nth-child(even) section {
		float: none;
	}
	.tab_area .tab1_label .free {
		left: 14%;
	}
	.tab_area .tab2_label:before {
		top: 24px;
		left: 15%;
	}
}


/* ------------------------------------
	FAQ
------------------------------------ */
.faq {
	background: #F7F8FC;
}
.faq_contents {
	width: 850px;
	margin: 0 auto;
	padding: 0 0 145px;
}
.faq_contents > dl {
	border-bottom: 1px solid #05BFEE;
}
.faq_contents > dl:not(:first-child) {
	margin: 35px 0 30px;
}
.faq_contents > dl dt {
	margin: 0 0 20px;
	padding: 0 0 0 38px;
	position: relative;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: bold;
}
.faq_contents > dl dt:before {
	position: absolute;
	top: -6px;
	left: 0;
	content: "Q";
	font-size: 4.2rem;
	font-family: 'Saira Condensed', sans-serif;
	font-weight: bold;
	line-height: 1;
	color: #088EE8;
	margin: 0 10px 0 0;
}
.faq_contents > dl dt:after {
	display: inline-block;
	font-size: 1.4rem;
	font-family: 'recruiting_lp' !important;
	content: "\e901";
	color: #41D5E2;
	position: absolute;
	top: 5px;
	right: 10px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.faq_contents > dl dd {
	border-bottom: 1px solid #05BFEE;
	padding: 0 0 30px;
}
.faq_contents > dl dd .inner {
	display: block;
	padding: 40px;
	background: #fff;
}
.faq_contents > dl dd .inner a {
	color: #05bfee;
}
/* .faq_open */
.faq_contents > dl.faq_open {
	border-bottom: none;
}
.faq_contents > dl.faq_open dt:after {
	-webkit-transform: rotate(270deg) !important;
	transform: rotate(270deg) !important;
}
/* .basic_ol */
.faq_contents .basic_ol {
	counter-reset: list-count;
	list-style-type: none;
	margin: 10px 0;
}
.faq_contents .basic_ol li {
	text-indent: -2.6em;
	padding-left: 2.6em;
}
.faq_contents .basic_ol li:not(:last-child) {
	margin: 0 0 10px;
}
.faq_contents .basic_ol li:before {
	counter-increment: list-count;
	content: counter(list-count);
	background: rgba(7, 141, 232, 0.09);
	color: #088EE8;
	padding: 2px 8px;
	margin: 0 15px 0 0;
	font-weight: bold;
}
/* .basic_ul */
.faq_contents .basic_ul {
	margin: 10px 0;
	padding: 0 0 0 15px;
}
.faq_contents .basic_ul li {
	list-style-type: none;
	position: relative;
	padding: 0px 0px 10px 20px;
}
.faq_contents .basic_ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 12px;
	left: 0;
	background: #05BFEE;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.faq_contents .fc_ttl {
	margin: 20px 0 10px;
	font-size: 1.6rem;
	font-weight: bold;
}
.faq_contents dl:before {
	content: " ";
	margin-top: -90px;
	height: 90px;
	display: block;
	visibility: hidden;
}

@media only screen and (max-width: 768px) {
	.faq_contents {
		width: 90%;
		margin: 30px auto 0;
	}
	.faq_contents > dl dt {
		padding: 0 40px;
	}
}

/* ------------------------------------
	Privacy policy
------------------------------------ */
#container > .policy:before {
	content: "";
	width: 100%;
	height: 880px;
	top: 74px;
	padding-top: 64.4%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/2027/img/service/main_bg.png) center center no-repeat;
	background-size: cover;
	position: absolute;
}
.policy_contents {
	width: 750px;
	margin: 110px auto 150px;
}
.policy_contents > h2 {
	font-size: 2.2rem;
	font-weight: normal;
	padding: 8px 20px;
	background: rgba(7, 141, 232, 0.09);
	border-left: 5px solid #05BFEE;
	margin: 0 0 30px;
}
.policy_contents > h2 + p {
	margin: 0 0 60px;
}
.policy_contents > p {
	margin: 0 0 30px;
}
.policy_contents > h3 {
	font-size: 1.8rem;
	font-weight: normal;
	border-left: 3px solid #05BFEE;
	padding: 2px 20px;
	margin: 0 0 30px;
}
.policy_contents > h3 + p.indent {
	text-indent: 1em;
}
.policy_contents > h4 {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	font-weight: normal;
	font-size: 1.8rem;
	position: relative;
}
.policy_contents > h4:before {
	content: "";
	display: block;
	width: 10px;
	height: 3px;
	background: #05BFEE;
	position: absolute;
	top: 14px;
	left: 0;
}
.policy_contents > h5,
.policy_contents > h6 {
	margin: 0 0 20px;
	font-size: 1.6rem;
	font-weight: 500;
}
.policy_contents > h3 + p,
.policy_contents > h4 + p,
.policy_contents > h5 + p,
.policy_contents > h6 + p {
	margin: 0 0 30px;
}
.policy_contents #procedure:before {
	content: " ";
	margin-top: -100px;
	height: 100px;
	display: block;
	visibility: hidden;
}
.policy_contents a {
	text-decoration: underline;
	color: #05BFEE;
}
.policy_contents .note {
	font-size: 1.4rem;
	text-indent: -1.0em;
	padding-left: 1.0em;
	margin: 0 0 60px;
}
/* .basic_ol */
.policy_contents ol {
	counter-reset: list-count;
	list-style-type: none;
	margin: 0 0 40px;
}
.policy_contents ol li {
	margin: 0 0 30px;
	padding: 0 0 0 40px;
	list-style: none;
	position: relative;
}
.policy_contents ol > li:before {
	counter-increment: list-count;
	content: counter(list-count);
	background: rgba(7, 141, 232, 0.09);
	color: #088EE8;
	padding: 0 8px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
}
.policy_contents ol ol,
.policy_contents ul ol {
	margin: 30px 0 40px;
}
.policy_contents ol ol > li:before {
	height: 25px;
	width: 25px;
	line-height: 25px;
	padding: 0;
	text-align: center;
	counter-increment: list-count;
	content: counter(list-count);
	background: #088EE8;
	color: #FFF;
	font-weight: normal;
	position: absolute;
	top: 2px;
	left: 0;
	border-radius: 50%;
}
/* .basic_ul */
.policy_contents ul {
	counter-reset: list-count;
	list-style-type: none;
	margin: 0 0 40px;
}
.policy_contents ul li {
	margin: 0 0 30px;
	padding: 0 0 0 20px;
	list-style-type: none;
	position: relative;
}
.policy_contents ul > li:before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 12px;
	left: 0;
	background: #05BFEE;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.policy_contents ol ul,
.policy_contents ul ul {
	margin: 30px 0 40px;
}
.policy_contents ul ol li {
	padding: 0 0 0 40px;
}

.policy_contents ul ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 12px;
	left: 0;
	background: #666;
	border-radius: 50%;
}

/* .policy_contact */
.policy_contents > .policy_contact {
	margin: 0 0 30px;
}
.policy_contents > .policy_contact:last-child {
	margin: 30px 0;
}
.policy_contents > .policy_contact li {
	padding: 0px 0px 5px 0;
}
.policy_contents > .policy_contact li.link {
	padding: 30px 0px;
}
.policy_contents > .policy_contact li > .tel,
.policy_contents > .policy_contact li > .mail {
	color: #05BFEE;
	text-decoration: none;
}
.policy_contents > .policy_contact li > .ttl {
	display: inline-block;
	width: 70px;
	color: initial;
}
/* .policy_enactment */
.policy_contents > .policy_enactment {
	text-align: right;
	margin: 0 0 80px;
}
.policy_contents > .policy_enactment li {
	padding: 0px 0px 5px 0;
}
/* .rsp_tbl */
.policy_contents > .rsp_tbl table {
	width: 100%;
	margin: 0 0 30px;
	font-size: 1.4rem;
	border-top: 1px solid #E2E2E3;
	border-left: 1px solid #E2E2E3;
}
.policy_contents > .rsp_tbl th,
.policy_contents > .rsp_tbl td {
	padding: 15px;
	border-right: 1px solid #E2E2E3;
	border-bottom: 1px solid #E2E2E3;
}
.policy_contents > .rsp_tbl th {
	width: 254px;
	font-size: 1.6rem;
	background: rgba(226, 226, 226, 0.2);
	text-align: center;
}
.policy_contents > .rsp_tbl .attention {
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.policy_contents > .rsp_tbl .attention:not(:last-child) {
	margin: 0 0 20px;
}
.policy_contents > .rsp_tbl .tbl_ul + .attention {
	margin: 20px 0;
}
.policy_contents > .rsp_tbl a + .attention {
	margin: 20px 0 0;
}
/* .tbl_ol */
.policy_contents > .rsp_tbl .tbl_ol {
	counter-reset: tbl-list-count;
	list-style-type: none;
	margin: 0 0 20px;
}
.policy_contents > .rsp_tbl .tbl_ol.add_padd li:not(:last-child) {
	margin: 0 0 20px;
}
.policy_contents > .rsp_tbl .tbl_ol li:before {
	counter-increment: tbl-list-count;
	content: counter(tbl-list-count)")";
	padding: 2px 8px;
	margin: 0 5px 0 0;
}
.policy_contents > .rsp_tbl .tbl_ol li a {
	display: table;
	margin: 0 0 0 36px;
}
/* .tbl_ul */
.policy_contents > .rsp_tbl .tbl_ul {
	margin: 0 0 0 12px;
}
.policy_contents > .rsp_tbl .tbl_ul li {
	list-style-type: none;
	position: relative;
	padding: 0px 0px 5px 20px;
}
.policy_contents > .rsp_tbl .tbl_ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 10px;
	left: 0;
	background: #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (max-width: 768px) {
	#container > .policy:before {
		top: 0;
	}
	.policy_contents {
		width: 90%;
		margin: 30px auto 140px;
	}
	.policy_contents > .policy_contact li > .note {
		display: block;
		margin: 0;
		text-indent: 0;
		padding-left: 70px;
	}
	/* .rsp_tbl */
	.policy_contents > .rsp_tbl {
		overflow: hidden;
	}
	.policy_contents > .rsp_tbl table {
		width: 100% !important;
	}
	.policy_contents > .rsp_tbl table th,
	.policy_contents > .rsp_tbl table td {
		width: 100% !important;
		display: block;
		padding: 10px;
	}
}

/* ------------------------------------
	CONTACT
------------------------------------ */
#container > .contact:before {
	content: "";
	width: 100%;
	height: 880px;
	top: 74px;
	padding-top: 64.4%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/2027/img/service/main_bg.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	pointer-events: none;
}
#container > .contact > p {
	width: 750px;
}
#container > .contact > .con_mes {
	margin-bottom: 2rem;
}
#container > .contact .info_area {
	margin:  0 auto 2rem;
	padding-bottom: 4rem;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	h2 {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
}
#container > .contact .thanks_mes {
	margin-bottom: 2rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2rem 0;
}
#container > .contact > .box {
  width: 1100px;
  margin: 0 auto 100px;
  padding: 45px 60px 15px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 30px rgb(4 48 75 / 16%);
  z-index: 2;
  position: relative;
}

.contact_form {
	width: 860px;
	margin: 40px auto 180px;
	position: relative;
}
.contact_form dl {
	width: 100%;
	padding: 20px 18px;
	display: table;
}
.contact_form dt {
	width: 200px;
	padding: 4px 50px 4px 0;
	font-size: 1.6rem;
	display: table-cell;
	vertical-align: top;
	position: relative;
	text-align: right;
}
.contact_form dt .require,
.contact_form dt .any {
	padding: 2px 6px 4px;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #FFF;
	border-radius: 20px;
	position: absolute;
	top: 10px;
	right: 0;
}
.contact_form dt .require {
	background: #FF4351;
}
.contact_form dt .any {
	background: #919191;
}
_:-ms-lang(x)::-ms-backdrop, .contact_form dt .require {
	padding: 3px 6px;
	top: 7px;
}
.contact_form dd {
	font-size: 1.6rem;
	padding: 0 0 0 20px;
	display: table-cell;
	vertical-align: top;
}
.contact_form dd .bg_line {
	margin: 3px 0 0;
}
.contact_form dd input {
	width: 100%;
	background: #E2F6F8;
	padding: 15px 15px 13px;
	line-height: 1.2;
	font-size: 1.5rem;
	outline: none;
	border: none;
	border-bottom: 1px solid #E2E2E2;
	margin: -4px 0 0;
}
.contact_form dd textarea {
	width: 100%;
	min-height: 300px;
	background: #E2F6F8;
	padding: 15px;
	outline: none;
	border: none;
	line-height: 1.8;
	font-size: 1.5rem;
	border-bottom: 1px solid #E2E2E2;
}
.contact_form dd input::placeholder,
.contact_form dd textarea::placeholder {
	color: #868686;
}
.contact_form .error_msg {
	margin: 10px 0 0 0;
	display: block;
	font-size: 1.2rem;
	font-weight: 500;
	color: #FF3B00;
}
/*policy*/
.contact_form .policy_wrap {
	width: 100%;
	margin: 20px auto;
}
.contact_form .policy_box .inner {
	height: 290px;
	overflow: auto;
	padding: 30px 25px 0;
	font-size: 1.5rem;
	border: 1px solid #D8D8D8;
	background: #FFF;
	-webkit-overflow-scrolling: touch;
}
.contact_form .policy_box .inner::-webkit-scrollbar{
	width: 10px;
}
.contact_form .policy_box .inner::-webkit-scrollbar-track{
	background: #f6f6f6;
	border-left: solid 1px #ececec;
}
.contact_form .policy_box .inner::-webkit-scrollbar-thumb{
	background: #ccc;
	border-radius: 10px;
}
.contact_form .policy_box h2 {
	margin: 0 0 20px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
	color: #6E6E6E;
}
.contact_form .policy_box h3 {
	margin: 0 0 5px;
	font-size: 1.5rem;
	font-weight: bold;
}
.contact_form .policy_box p {
	margin: 0 0 20px;
}
.input_wrap.type_pref {
	display: inline-block;
	position: relative;
}
.input_wrap.type_pref:after {
		content: "";
		width: 0;
		height: 0;
		display: block;
		border-top: 5px solid #222;
		border-right: 4px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 4px solid transparent;
		position: absolute;
		right: 15px;
		top: 55%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
}
.input_wrap.type_pref select {
		width: 230px;
		padding: 0 10px;
		height: 47px;
		font-size: 1.4rem;
		display: inline-block;
	border: 1px solid #E2E2E2;
		border-radius: 2px;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		outline: none;
	background: #E2F6F8;
}

.document_img_area {
	margin: 50px auto;
	text-align: center;
	max-width: 480px;
}
.document_img_area img {
	max-width: 90%;
}

@media only screen and (max-width: 768px) {
	#container > .contact > p {
		width: 90%;
		margin: 0 auto;
	}
	#container > .contact .thanks_mes {
		margin: 2rem 3%;
	}
	#container > .contact > .box {
		width: 90%;
		padding: 35px 1% 5px;
	}
	#container > .contact .info_area {
		margin:  0 auto;
		padding: 0 1% 2rem;
		h2 {
			font-size: 1.6rem;
			margin-bottom: 1rem;
		}
		p {
			font-size: 1.4rem;
		}
	}
	.contact_form .policy_wrap {
		width: 100%;
	}
	.contact_form .policy_box p {
		font-size: 1.4rem;
	}
	.contact_form .policy_box li {
		font-size: 1.4rem;
	}
}
/* .confirm */
.confirm .contact_form dd {
	padding: 5px 0 0 20px;
}
.confirm .contact_form dd .radio_wrap {
	display: inline-block;
	position: relative;
	margin: 0;
}
.confirm .contact_form dd .radio_wrap:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 9px;
	background: rgba(0, 204, 255, 0.4);
	padding: 0 2px;
	position: absolute;
	bottom: 0;
	left: -2px;
}
.confirm .contact_form .btn_area {
	margin: 90px auto 0;
}

/* .complete */
#container > .complete {
	padding: 150px 0 385px;
}
.invoice_box {
		width: 236px;
		margin: 0 auto 30px;
		text-align: center;
		background: #ffffff;
		border-radius: 15px;
		box-shadow: 0 3px 14px rgba(0, 56, 113, 0.08);
}
.invoice_box a {
		padding: 100px 0 20px 0;
		display: block;
		color: #FFF;
		font-size: 1.4rem;
		font-weight: 500;
		position: relative;
		border-radius: 15px;
		background: #00CBDD;
}
.invoice_box a:before {
		content: "\e902";
		font-family: 'recruiting_lp';
		font-size: 6rem;
		color: #FFF;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
}
.complete h1 {
	font-size: 2.4rem;
	padding: 0 0 30px;
}
.complete h1:before,
.complete h1:after {
	display: none;
}
.complete h1 span {
	font-size: 4.8rem;
	padding-bottom: 30px;
}
.complete h1 span > span {
	color: #05BFEE;
	display: inline-block;
}
.complete_contents {
	width: 750px;
	margin: 0 auto;
	position: relative;
}
.complete_contents > p {
	text-align: center;
}
.complete_contents > .back_btn {
	min-width: 345px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
	margin: 70px 0 0;
	padding: 20px 55px 20px 85px;
	color: #fff;
	font-weight: bold;
	background-color: #088EE8;
	border-radius: 50px;
	display: inline-block;
	box-shadow: 0 3px 14px rgba(10, 0, 0, 0.15);
	text-align: center;
}
.complete_contents > .back_btn:before {
	font-family: 'recruiting_lp';
	font-size: 1.2rem;
	content: "\e901";
	position: absolute;
	top: 50%;
	left: 85px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1280px) {
	#container > .complete {
		padding: 150px 0 285px;
	}
}
@media only screen and (max-width: 768px) {
	#container > .contact:before {
		top: 0;
	}
	.contact_form {
		width: 90%;
		margin: 0px auto 100px;
	}
	.contact_form dl {
		padding: 12px 0;
	}
	.contact_form dt {
		width: 100%;
		text-align: left;
		display: block;
	}
	.contact_form dd {
		display: block;
		padding: 0;
		margin: 5px 0 0;
	}
	.contact_form dd input {
		font-size: 1.6rem;
	}
	.contact_form dt .require,
	.contact_form dt .any {
		top: 7px;
	}
	.contact_form .error_msg {
		margin: 5px 0 0;
	}
	/* .confirm */
	.confirm .contact_form dd {
		padding: 5px 0 0 0;
	}
	/* .complete */
	#container > .complete {
		padding: 80px 0 140px;
	}
	.complete_contents {
		width: 90%;
	}
	.complete_contents > .back_btn {
		min-width: auto;
		min-width: initial;
		max-width: 295px;
		width: 100%;
		margin: 50px 0 0;
	}
	.complete_contents > .back_btn:before {
		left: 45px;
	}
}
/* ------------------------------------
	Form parts
------------------------------------ */
input[type="text"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea {
	font-family: 'Noto Sans JP', "メイリオ", sans-serif;
	-webkit-appearance: none;
	border-radius: 0;
}
/* .radio_wrap */
.radio_wrap {
	margin: 0 20px 0 0;
	display: inline-block;
	position: relative;
}
.radio_wrap span {
	padding: 0 0 0 25px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.radio_wrap input {
	display: none !important;
}
.radio_wrap i {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 6px;
	left: 0;
	background: #fff;
	border: 2px solid #BEBEBE;
	border-radius: 50%;
	transition: all 0.3s ease-out;
}
.radio_wrap input:checked + span i {
	background: #fff;
	border: 2px solid #0FADC9;
	transition: all 0.3s ease-out;
}
.radio_wrap input:checked + span i:before {
	content: "";
	width: 8px;
	height: 8px;
	font-style: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: #0FADC9;
	z-index: 2;
	border-radius: 50%;
	transition: all 0.3s ease-out;
}
.radio_wrap input:checked + span i:after {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.bg_line .radio_wrap:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 9px;
	background: rgba(0, 204, 255, 0.4);
	padding: 0 7px;
	position: absolute;
	bottom: 0;
	left: 22px;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.bg_line .radio_wrap.valid:before {
	width: 76%;
	opacity: 1;
}
/* .check_wrap */
.check_wrap {
	display: inline-block;
	position: relative;
	word-break: break-all;
}
.check_wrap label {
	cursor: pointer;
	text-align: left;
}
.check_wrap input {
	display: none !important;
}
.check_wrap span.agreeTxt {
	padding: 0 0 0 30px;
	display: inline-block;
	position: relative;
}
.check_wrap i {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 0;
	background: #fff;
	border: 2px solid #BEBEBE;
	border-radius: 3px;
}
.check_wrap span i:before {
	content: "\e917";
	font-family: 'recruiting_lp';
	font-size: 1rem;
	font-style: normal;
	color: #0FADC9;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) scale(0.8);
	transform: translate(-50%,-50%) scale(0.8);
	z-index: 1;
}
.check_wrap span i:after {
	content: "";
	width: 100%;
	height: 100%;
	font-style: normal;
	position: absolute;
	background: #fff;
	z-index: 1;
	transition: all 0.3s ease-out;
}
.check_wrap input:checked + span i {
	background: rgba(15,173,201,0.05);
	border: 2px solid #0FADC9;
}
.check_wrap input:checked + span i:after {
	opacity: 0;
}
.bg_line .check_wrap:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background: #DBF3F7;
	border-radius: 5px;
	padding: 1px 7px;
	position: absolute;
	top: 0;
	left: -5px;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.bg_line .check_wrap.valid:before {
	width: 100%;
	opacity: 1;
}

/*agree*/
.agree_txt {
	margin: 50px 0 30px;
	font-size: 1.6rem;
	text-align: center;
}
.agree_txt a {
	color: #0FADC9;
	text-decoration: underline;
}
/* PC Hover */
@media only screen and (min-width: 768px) {
	body:not(.tab_view) .agree_txt a:hover {
		text-decoration: none;
	}
}
.agree_wrap {
	margin: 0 0 80px;
	text-align: center;
}
.agree_wrap .agreeTxt {
	color: #1D1E24;
	font-size: 1.6rem;
	vertical-align: middle;
}
.btn_area {
	text-align: center;
}
.btn_area a.agree_btn {
	max-width: 345px;
}
.btn_area .agree_btn {
	min-width: 345px;
	padding: 20px 55px;
	margin: 0 auto;
	color: #fff;
	font-size: 1.6rem;
	background-color: #088EE8;
	border-radius: 50px;
	display: block;
	border: 1px solid #088EE8;
	box-shadow: 0 3px 14px rgba(10, 0, 0, 0.15);
	transition: all 0.3s ease-out;
}
.btn_area .agree_btn:disabled,
.btn_area .agree_btn.disable {
	color: #FFF;
	cursor: default;
	background: #E2E2E2;
	border: 1px solid #E2E2E2;
}
.btn_area .disable {
	box-shadow: none;
}
.btn_area .back_btn {
	display: block;
	margin: 60px auto 0;
	padding: 0 0 0 35px;
	font-size: 1.6rem;
	background-color: transparent;
	position: relative;
}
.btn_area .back_btn:before {
	display: inline-block;
	font-size: 1.4rem;
	font-family: 'recruiting_lp' !important;
	content: "\e901";
	color: #088EE8;
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
_:-ms-lang(x)::-ms-backdrop, .btn_area .back_btn:before {
	top: 1px;
}

@media only screen and (max-width: 768px) {
	.contact_form .policy_box .inner {
		padding: 5%;
		font-size: 14px;
	}
	.agree_wrap {
		margin: 0 0 50px;
	}
}

/* ------------------------------------
	case
------------------------------------ */
#container > .case:before {
	background: url(/2027/img/service/main_bg.png) center center no-repeat;
	background-size: cover;
	-moz-box-sizing: border-box;
			 box-sizing: border-box;
	content: '';
	height: 880px;
	padding-top: 64.4%;
	position: absolute;
	top: 74px;
	width: 100%;
}
.case > p {
	font-weight: 500;
	margin: 0 auto;
	padding: 0 0 70px;
	text-align: center;
	width: 850px;
}
.case .case_data {
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 30px rgba(4, 48, 75, .16);
	display: table;
	margin: 0 auto 100px;
	position: relative;
	width: 1100px;
	z-index: 2;
}
.case .case_data .partner_text {
	display: table-cell;
	padding: 45px 20px 45px 60px;
	vertical-align: middle;

}
.case .case_data .partner_text .label {
	color: #088ee8;
	display: block;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 2.4rem;
	font-weight: 500;
}
.case .case_data .partner_text .partner_copy {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 22px;
}
.case .case_data .partner_data {
	background: #f7f8fc;
	display: table-cell;
	height: 100%;
	margin: 0;
	padding: 0 60px;
	vertical-align: middle;

}
.case .case_data  .partner_text figure {
	display: block;
	max-width: 100%;
	padding: 0 0 15px;
}
.case .case_data .partner_data ul {
	border-top: 1px dotted #52728d;
	margin: 10px auto 0;
	padding: 20px 0 0;
}
.case .case_data .partner_data ul li {
	font-size: 13px;
	margin: 10px auto;
}
.case .case_data .partner_data ul li a.link:before {
	color: #05bfee;
	content: '\e906';
	font-family: 'recruiting_lp';
	position: absolute;
	right: 0;
	top: 0;;
}
.case .case_data .partner_data ul li a {
	color: #05bfee;
	padding: 0 15px 0 0;
	position: relative;
}
.case .outline {
	margin: 0 auto;
	padding: 0 0 100px;
	width: 960px;
}
.case .outline .outline_title {
	color: #088ee8;
	display: block;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 2.4rem;
	font-weight: 500;
	margin: 0 auto 40px;
	text-align: center;
}
.case .outline .outline_list .outline_item {
	border-bottom: 1px solid #05bfee;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 20px 32px;
	position: relative;
}
.case .outline .outline_list .outline_item:before {
	color: #088ee8;
	content: 'Q';
	font-family: 'Saira Condensed', sans-serif;
	font-size: 3.4rem;
	font-weight: bold;
	left: 0;
	line-height: 1;
	margin: 0 10px 0 0;
	position: absolute;
	top: 0;
}
.case .partner_content {
	margin: 0 auto 145px;
}
.case .partner_content section {
	position: relative;
}
.case .partner_content section:before {
	content: ' ';
	display: block;
	height: 130px;
	margin-top: -130px;
	visibility: hidden;
}
.case .partner_content section .inner {
	background-color: #f7fbfc;
	border-radius: 5px;
	margin: 0 auto 100px;
	padding: 85px 60px 45px;
	width: 1100px;
}
.case .partner_content section:nth-child(even) .inner {
	background-color: #f7f8fc;
}
.case .partner_content section .inner .figure_wrap {
	position: relative;
	margin: 0 auto;
	width: 960px;
	min-height: 250px;
	padding: 0 380px 0 0;
}
.case .partner_content section .inner .figure_wrap figure {
	padding: 10px;
	text-align: center;
	width: 360px;
	position: absolute;
	top: 0;
	right: 0;
}
.case .partner_content section .inner .figure_wrap figure img {
	max-width: 100%;
}
.case .partner_content section .inner .figure_wrap .partner_voice,
.case .partner_content section .inner .figure_wrap .interviewer_voice {
	width: auto;
}
.case .partner_content section h2 {
	margin: 0 auto 40px;
	padding: 0 0 0 38px;
	position: relative;
	width: 960px;
}
.case .partner_content section h2:before {
	color: #088ee8;
	content: 'Q';
	font-family: 'Saira Condensed', sans-serif;
	font-size: 4.2rem;
	font-weight: bold;
	left: 0;
	line-height: 1;
	margin: 0 10px 0 0;
	position: absolute;
	top: 0;
}
.case .partner_content section .inner .partner_voice,
.case .partner_content section .inner .interviewer_voice {
	display: block;
	margin: 0 auto 40px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 960px;
}
.case .partner_content section .inner .partner_voice p,
.case .partner_content section .inner .interviewer_voice p {
	padding: 15px 0 0;
	text-align: left;
}
.case .partner_content section .inner .partner_voice p span.info {
	font-size: 1.4rem;
}
.case .partner_content section .inner .partner_voice:before,
.case .partner_content section .inner .interviewer_voice:before {
	background: url(../../img/service/case/case01/partner_a.png) no-repeat center top;
	background-size: 65px auto;
	content: '';
	display: inline;
	float: left;
	font-size: .7rem;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 65px 0 0;
	position: relative;
	text-align: center;
	width: 65px;
}
.case .partner_content section .inner .interviewer_voice {
	color: #088ee8;
}
.case .partner_content section .inner .interviewer_voice:before {
	background: url(../../img/service/case/interviewer_a.png) no-repeat center top;
	background-size: 65px auto;
	content: '';
}


@media only screen and (max-width: 768px) {
	.case {
		margin: 0 auto 60px;
		padding: 130px 0 0;
	}
	.case .case_data {
		display: block;
		width: 90%;
	}
	.case .case_data .partner_text {
		display: block;
		padding: 40px 5% 20px;
		width: 100%;
	}
	.case .case_data .partner_text .partner_copy {
		font-size: 2.3rem;
		padding: 0 0 22px;
	}
	.case .case_data .partner_data {
		display: block;
		padding: 20px 5% 40px;
		width: 100%;
	}
	.case .case_data .partner_data figure {
		text-align: center;
	}
	.case .case_data .partner_data figure img {
		max-width: 100%;
	}
	.case .outline {
		margin: 30px auto 0;
		width: 90%;
	}
	.case .partner_content section:before {
		height: 90px;
		margin-top: -90px;
	}
	.case .partner_content section .inner {
		margin: 0 auto 40px;
		padding: 60px 5% 20px;
		width: 90%;
	}
	.case .partner_content section .inner .partner_voice,
	.case .partner_content section .inner .interviewer_voice {
		width: 100%;
	}
	.case .partner_content section .inner .figure_wrap {
		flex-flow: row wrap;
		width: 100%;
	}
	.case .partner_content section h2 {
		font-size: 2.3rem;
		padding: 0 0 0 22px;
		position: relative;
		width: 100%;
	}
	.case .partner_content section h2:before {
		font-size: 3.2rem;
		top: 5px;
	}

	.case .partner_content section .inner .interviewer_voice {
		display: block;
		margin: 40px auto;
		overflow: hidden;
		padding: 0;
	}
	.case .partner_content section .inner .figure_wrap {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.case .partner_content section .inner .figure_wrap figure {
		padding: 10px 10px 20px;
		width: 100%;
		position: relative;
	}
}

/* ------------------------------------
	404 NOT FOUND
------------------------------------ */
#container > .not_found:before {
	content: "";
	width: 100%;
	height: 880px;
	top: 74px;
	padding-top: 64.4%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(/2027/img/service/main_bg.png) center center no-repeat;
	background-size: cover;
	position: absolute;
}
#container > .not_found {
	padding: 280px 0 385px;
}
.not_found h1 {
	font-size: 3.6rem;
}
.not_found h1:before,
.not_found h1:after {
	display: none;
}
.not_found h1 span {
	font-size: 12.5rem;
	padding-bottom: 30px;
}
.not_found h1 span > span {
	color: #05BFEE;
	display: inline-block;
}
.not_found_contents {
	width: 750px;
	margin: 0 auto;
	position: relative;
}
.not_found_contents > p {
	text-align: center;
}
.not_found_contents > .back_btn {
	min-width: 345px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: relative;
	margin: 70px 0 0;
	padding: 20px 55px 20px 85px;
	color: #fff;
	font-weight: bold;
	background-color: #088EE8;
	border-radius: 50px;
	display: inline-block;
	box-shadow: 0 3px 14px rgba(10, 0, 0, 0.15);
	text-align: center;
}
.not_found_contents > .back_btn:before {
	font-family: 'recruiting_lp';
	font-size: 1.2rem;
	content: "\e901";
	position: absolute;
	top: 50%;
	left: 85px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1280px) {
	#container > .not_found {
		padding: 280px 0;
	}
}
@media only screen and (max-width: 768px) {
	#container > .not_found:before {
		top: 0;
	}
	#container > .not_found {
		padding: 140px 0;
	}
	.not_found_contents {
		width: 90%;
	}
	.not_found_contents > .back_btn {
		min-width: auto;
		min-width: initial;
		max-width: 295px;
		width: 100%;
		margin: 50px 0 0;
	}
	.not_found_contents > .back_btn:before {
		left: 45px;
	}
}
@media only screen and (max-width: 400px) {
	.btn_area .agree_btn {
		min-width: auto;
		min-width: initial;
		width: 100%;
	}
}

/* ------------------------------------
	news
------------------------------------ */
.news_contents {
	width: 850px;
	margin: 0 auto 135px;
	font-size: 1.5rem;
}
.news .news_contents li a,
.news .news_contents li div {
		padding: 20px 10px;
		border-bottom: solid 1px #DBDBDB;
		display: flex;
}
.news .news_contents li:first-of-type a,
.news .news_contents li:first-of-type div {
		border-top: solid 1px #DBDBDB;
}
.news .news_contents li .date {
		padding-right: 27px;
		font-weight: bold;
}
.news .news_contents li .tab {
		width: 97px;
		height: 24px;
		padding: 3px 0;
		line-height: 1.8rem;
		text-align: center;
		color: #fff;
		font-size: 1.3rem;
		background-color: #088EE8;
}
.news .news_contents li .mainte {
		background-color: #41D5E2;
}
.news .news_contents li .title {
		width: 619px;
		padding-left: 17px;
}
.news .news_contents li.new .title:after {
		content: "NEW!";
		margin-left: 10px;
		padding: 4px 8px 2px;
		line-height: 1.1rem;
		font-weight: 500;
		font-size: 1.1rem;
		font-family: 'Roboto', sans-serif;
		color: #fff;
		border-radius: 2px;
		background-color: #ED2159;
		display: inline-block;
}
.news .news_contents li .title a {
	display: inline-block;
	text-decoration: underline;
	color: #088EE8;
	border: none;
	padding: 0;
}

@media only screen and (max-width: 768px) {
	.news h1 {
		padding: 25px 0 40px;
		font-size: 2.6rem;
	}
	.news .news_contents {
		width: 90%;
		padding-left: 0;
	}
	.news .news_contents li a, .news .news_contents li div {
		display: block;
	}
	.news .news_contents li .date {
		padding: 0 0 5px 0;
		display: inline-block;
	}
	.news .news_contents li .tab {
		margin-left: 5px;
		display: inline-block;
	}
	.news .news_contents li .title {
		width: 100%;
		padding-left: 0;
		display: block;
	}
}

/* ------------------------------------
	pager
------------------------------------ */
.pager {
	margin: -100px auto 135px;
	text-align: center;
}
.pager li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 3px;
	display: inline-block;
	overflow: hidden;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #999;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	pointer-events: none;
	background: #FFF;
	transition: all 0.3s ease-out;
}
.pager li a {
	height: 100%;
	line-height: 40px;
	display: block;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #999;
	border-radius: 3px;
	box-sizing: border-box;
	pointer-events: auto;
	transition: all 0.3s ease-out;
}
.pager .active a,
.pager li a:hover,
.pager li a:hover {
	color: #FFF;
	background: #00CBDD;
}
.pager .disabled a,
.pager .disabled:hover a {
	color: #999;
	background: #FFF;
}
.pager .active {
	font-weight: bold;
}

@media only screen and (max-width: 720px) {
	.pager li {
		width: 30px;
		height: 40px;
		line-height: 40px;
		margin: 0 2px;
	}
	.pager li a {
		line-height: 40px;
	}
}

@media only screen and (max-width: 320px) {
	.pager li {
		width: 25px;
		height: 40px;
		line-height: 40px;
		margin: 0 1px;
	}
	.pager li a {
		line-height: 40px;
	}
}
