@charset "utf-8";
/* CSS Document */
/* lower common
-------------------------------------------------- */
.inner.lower h1 {
	position: relative;
	margin:0 0 0.9em;
	padding-bottom: 0.1em;
	font-size:5.4em;
	line-height: 1.1;
}
.inner.lower h1 small {
	display: block;
	font-size:14px;
}
.inner.lower h1::after {
	content:'';
	position:absolute;
	left:4px;
	bottom:0;
	width:.66667em;
	height:4px;
background: rgb(30,133,255);
background: -moz-linear-gradient(90deg, rgba(30,133,255,1) 0%, rgba(210,30,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(30,133,255,1) 0%, rgba(210,30,255,1) 100%);
background: linear-gradient(90deg, rgba(30,133,255,1) 0%, rgba(210,30,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e85ff",endColorstr="#d21eff",GradientType=1);
}

.inner.lower h2 {
	margin-bottom: 0.4em;
	/*font-family: 'Noto Sans JP', sans-serif;*/
	font-size:2.4em;
}
.inner.lower section .sec--kv {
	position: relative;
	margin:0 -4.5% 2em;
}

.inner.lower section .sec--kv h2 {
	position: absolute;
	left:4.5%;
	bottom:0.2em;
	color:#fff;
	font-size:2.8em;
	font-weight: 700;
}

.inner.lower h3 {
	margin:0 0 1.1em;
	font-size:1.4em;
	line-height: 1.857;
}
.inner.lower h3 a {
	text-decoration:underline;
	color: #000;
}
.inner.lower h3 a:hover { text-decoration:none;}

.inner.lower h4 {
	position: relative;
	margin:1em 0 .5em;
	font-size:1.6em;
	line-height: 1.857;
}
.inner.lower h4::before {
	content:'■ ';
}

.inner.lower section { margin-bottom:5em;}

.inner.lower section p {
	margin:0 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.4em;
	line-height: 2;
}
.inner.lower section p + p {
	margin-top:1.1em;
}

.inner.lower dl {
	margin:0 0 1em;
	padding: 1em 0;
	border-top:1px solid #D9D9D9;
}

.inner.lower dd {
	padding-bottom: 0em;
	font-weight:500;
}
.inner.lower dt,
.inner.lower dd {
	font-size:1.4em;
	line-height: 2;
}

.inner.lower .ul--01 {
	margin:1.8em 0;
}
.inner.lower .ul--01 li {
	position:relative;
	padding-left: 1em;
	font-size:1.4em;
	line-height: 2.2857;
}
.inner.lower .ul--01 li::before {
	content: '・';
	position: absolute;
	left: 0;
	top:0;
}


@media (min-width: 768px) {
/* PC用 */
	.inner.lower section .sec--kv {
		position: relative;
		margin:0 -27px 2em;
	}
	
}
@media (max-width: 767px) {
/* tablet用 */
	.inner.lower {
		margin:0;
		padding:3.5em 4.5% 2em;
	}
}

/* recruit
-------------------------------------------------- */
.inner.recruit h2 {
	line-height: 1.5;
}

.inner.recruit .detail h3,
.inner.recruit h3.page-section-head {
	position: relative;
	margin-bottom: 0;
	padding:0 0 1.35em 23px;
	font-size:1.8em;
}
.inner.recruit .detail h3::before,
.inner.recruit h3.page-section-head::before {
	content:'';
	position:absolute;
	left:0;
	top:.7em;
	width:15px;
	height:4px;
background: rgb(30,133,255);
background: -moz-linear-gradient(90deg, rgba(30,133,255,1) 0%, rgba(210,30,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(30,133,255,1) 0%, rgba(210,30,255,1) 100%);
background: linear-gradient(90deg, rgba(30,133,255,1) 0%, rgba(210,30,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e85ff",endColorstr="#d21eff",GradientType=1);
}

.inner.recruit h3.page-section-head {
	margin: 0 0 .65em;
	border-bottom: none;
}


.dl--dl01 {}
.inner.recruit .detail dt,
.inner.recruit .detail dd { font-size:1em;}

.inner.recruit .detail dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:.35em 0;
	color: #1E85FF;
	font-size:1.8em;
	line-height: 2;
}
.inner.recruit .detail dt:hover { cursor: pointer;}
.dl--dl01 dt span {
	position: relative;
	display: inline-block;
	width:24px;
	height:24px;
	margin-left: 14px;
	border-radius: 12px;
	border:2px solid #1E85FF;
}
.dl--dl01 dt span::before {
	content: '';
	position: absolute;
	left: 50%;
	top:50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 9px;
	background: #1E85FF;
	transition:.3s all;
}
.dl--dl01.active dt span::before {
    transform: translate(-50%, -50%) rotate(90deg);	
}

.dl--dl01 dt span::after { 
	content: '';
	position: absolute;
	left: 50%;
	top:50%;
    transform: translate(-50%, -50%);
    width: 9px;
	height: 2px;
	background: #1E85FF;
	z-index: 2;
	transition:.3s all;
}
.dl--dl01.active dt span::after {
	background:none;
}
.inner.recruit dl { margin-bottom:0;}
.inner.recruit .detail dd {
	display: none;
	padding-top:0.7em;
}

.inner.recruit .detail p { 
	margin:0;
	font-size:1.4em;
	font-weight: 700;
}
.inner.recruit .detail p + p { margin-top:1.1em;}

.inner.recruit .detail .ul--01 {
	margin:0 0;
}



@media (min-width: 768px) {
/* PC用 */
}
@media (max-width: 767px) {
/* tablet用 */
	.inner.recruit h2 {
		margin:0 0 .7em;
	}
}

/* contactBtn
-------------------------------------------------- */
.contactBtn {
	margin:1.3em 0 2.6em;
}
.contactBtn p { text-align:center;}
.contactBtn a {
	position: relative;
	display: block;
	padding:.45em .7em .6em;
	font-size:16px;
	line-height: 2;
	color: #fff;
	text-align: center;
	border-radius: 25px;
	
background: rgb(30,133,255);
background: -moz-linear-gradient(90deg, rgba(30,133,255,1) 0%, rgba(210,30,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(30,133,255,1) 0%, rgba(210,30,255,1) 100%);
background: linear-gradient(90deg, rgba(30,133,255,1) 0%, rgba(210,30,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e85ff",endColorstr="#d21eff",GradientType=1);
}
.contactBtn a span {
	position: absolute;
	right:1.2em;
	top:50%;
	transform:translateY(-50%);
	display: inline-block;
	width:24px;
	height:24px;
	margin-left: 14px;
	border-radius: 12px;
	border:2px solid #fff;
}
.contactBtn a span::before {
	content: '';
	position: absolute;
	left: 50%;
	top:50%;
    transform: translate(-35%, -50%);
    width: 0px;
    height: 0px;
    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.contactBtn a span::after {
	content: '';
	position: absolute;
	left: 50%;
	top:50%;
    transform: translate(-36%, -50%);
    width: 0px;
    border-left: 5.5px solid rgba(210,30,255,1);
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
	z-index: 2;
}
@media (min-width: 768px) {
/* PC用 */
}
@media (max-width: 767px) {
/* tablet用 */
}


/* company
-------------------------------------------------- */
.inner.company dl:nth-child(1) { border-top:none;}
@media (min-width: 768px) {
/* PC用 */
}
@media (max-width: 767px) {
/* tablet用 */
}


/* policy
-------------------------------------------------- */
.inner.lower .policy p { line-height: 2.2857;}
.inner.lower .policy p + p { margin-top:1.6em;}

@media (min-width: 768px) {
/* PC用 */
}
@media (max-width: 767px) {
/* tablet用 */
}

/* 
-------------------------------------------------- */

@media (min-width: 768px) {
/* PC用 */
}
@media (max-width: 767px) {
/* tablet用 */
}

/* 
-------------------------------------------------- */
@media (min-width: 768px) {
/* PC用 */
}
@media (max-width: 767px) {
/* tablet用 */
}

/* 
-------------------------------------------------- */
@media (min-width: 768px) {
/* PC用 */
}
@media (max-width: 767px) {
/* tablet用 */
}





/* 
-------------------------------------------------- */
@media (min-width: 768px) {
/* PC用 */
}
@media (max-width: 767px) {
/* tablet用 */
}

/* 
-------------------------------------------------- */
@media (min-width: 768px) {
/* PC用 */
}
@media (max-width: 767px) {
/* tablet用 */
}

/* 
-------------------------------------------------- */
@media (min-width: 768px) {
/* PC用 */
}
@media (max-width: 767px) {
/* tablet用 */
}
