@charset "utf-8";
/*------------------------------------------------------------
	careerstep
------------------------------------------------------------*/
.pageTitle .headLine01 {
	margin-bottom: 4.6rem;
	text-align: left;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 5rem;
	}
	#main .content {
		margin: 0 3rem;
	}
	.headLine02 {
		margin-bottom: 3.4rem;
	}
}

/* topBox */
#main .topBox {
	margin-bottom: 8rem;
}
#main .topBox .txt {
	margin-bottom: 6.9rem;
	text-align: justify;
}
#main .topBox .headLine03 {
	margin-bottom: 3.8rem;
	border-style: dotted;
	padding: 0.8rem 0.5rem 0.9rem;
	font-size: 2.4rem;
}
@media all and (max-width: 896px) {
	#main .topBox .txt {
		margin-bottom: 3rem;
	}
	#main .topBox .headLine03 {
		margin-bottom: 3.1rem;
		padding: 1.2rem 0.5rem 1.2rem;
		font-size: 1.8rem;
	}
	#main .topBox .textImg {
		margin-right: -3rem;
		overflow-x: auto;
	}
	#main .topBox .textImg img {
		width: 100%;
		min-width: 63rem;
	}
	#main .topBox {
		margin-bottom: 5rem;
	}
}

/* caseBox */
#main .numTtl {
	font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
}
#main .numTtl span {
	min-width: 10.2rem;
	color: #fff;
	border-radius: 2rem 0;
	background: linear-gradient(160deg, #E6002D 3.33%, #8E1427 98.84%);
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
#main .linkUl {
	margin-bottom: 5.5rem;
	width: 100%;
	max-width: 112rem;
	border-radius: 4rem;
	background: linear-gradient(96deg, rgba(248, 226, 160, 0.20) 0%, rgba(241, 218, 147, 0.20) 100%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 6rem 0 5rem;
	gap: 2.7rem;
	position: relative;
}
#main .linkUl::after {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6rem solid transparent;
	border-right: 6rem solid transparent;
	border-top: 3.5rem solid #FDF8EB;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3.5rem;
	content: '';
}
#main .linkUl a {
	display: block;
}
#main .linkUl li {
	width: 23rem;
}
#main .linkUl .photo {
	margin: -3.1rem auto 0;
	max-width: 10rem;
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 100%;
	border: 2px solid #E6002D;
}
#main .linkUl .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
#main .linkUl .name {
	padding-bottom: 1rem;
	border-radius: 2rem 0;
	border: 2px solid #E6002D;
	background: #FFF;
	position: relative;
	height: 11.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#main .linkUl .name .txt {
	width: 100%;
	font-weight: 700;
	line-height: 1.3;
	font-size: 1.4rem;
}
#main .linkUl .name .numTtl {
	width: 100%;
	position: absolute;
	top: -1.2rem;
	left: 0;
}
@media all and (min-width: 897px) {
	#main .linkUl a:hover .photo img {
		transform: scale(1.1);
	}
}

@media all and (max-width: 896px) {
	#main .linkUl {
		border-radius: 0;
		margin: 0 0 4.9rem;
		gap: 3.2rem 2rem;
		padding: 4.2rem 0 3rem;
	}
	#main .linkUl li {
		width: calc(50% - 4rem);
	}
	#main .linkUl .name {
		padding: 0;
		border-radius: 1rem 0;
		height: 7rem;
	}
	#main .linkUl .name02 {
		margin-bottom: 0.5rem;
		height: 8rem;
	}
	#main .linkUl .name .txt {
		font-size: 1.2rem;
	}
	#main .linkUl .photo {
		margin: -1.9rem auto 0;
		max-width: 6rem;
	}
	#main .linkUl .name .numTtl {
		top: -1.4rem;
	}
	#main .numTtl {
		font-size: 1.2rem;
	}
	#main .numTtl span {
		min-width: 7.4rem;
		border-radius: 1rem 0;
	}
	#main .linkUl::after {
		border-left: 3rem solid transparent;
		border-right: 3rem solid transparent;
		border-top: 1.7rem solid #FDF8EB;
		bottom: -1.7rem;
	}
}

/* imgBox */
#main .imgBox {
	margin-bottom: 5.2rem;
	display: flex;
}
#main .imgBox .textBox {
	flex: 1;
	margin: -5.5rem 8rem 0 0;
}
#main .imgBox p {
	text-align: justify;
}
#main .imgBox .note {
	font-size: 1.2rem;
	margin-top: 0.9rem;
	text-align: left;
}
#main .imgBox .photoBox {
	width: 48rem;
}
#main .imgBox .photoBox .image {
	border-radius: 2rem 0;
	overflow: hidden;
}
#main .imgBox .photoBox img {
	width: 100%;
}
#main .imgBox .name {
	margin-top: 1.6rem;
	display: flex;
	font-size: 1.4rem;
	line-height: 1.6;
}
#main .imgBox .name .txt {
	flex: 1;
}
#main .imgBox .name .en {
	margin-top: -0.6rem;
	padding-right: 1rem;
	width: 8.7rem;
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 1.8;
}
#main .imgBox .numTtl {
	margin-bottom: 1.2rem;
	font-size: 1.8rem;
	text-align: left;
}
#main .imgBox .numTtl span {
	min-width: 12.1rem;
	padding: 0.3rem 0 0.1rem;
}
#main .imgBox .title {
	margin-bottom: 3.4rem;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
#main .imgBox .title .line {
	margin-top: 2.3rem;
	display: block;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.6;
}
#main .imgBox .title .line span {
	margin-bottom: 1rem;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #000;	
}
#main .imgBox .title .line span:last-child {
	margin-bottom: 0;
}
/* flowBox */
#main .flowBox {
	padding: 2.3rem 7.4rem 5.4rem;
	border-radius: 2rem;
	border: 1px dashed #AAA;
	background: #FFF;
	margin-bottom: 6rem;
}
#main .flowBox .headLine05 {
	padding: 7.3rem 0 2.8rem;
	font-size: 2.4rem;
	background: url(../img/career/careerstep/icon01.png) no-repeat center top 1.5rem / 5.4rem;
}
#main .flowBox .headLine05 span::after {
	background: none;
	border-bottom: 1px dashed #000;
}
#main .flowUl {
	padding-left: 4rem;
}
#main .flowUl > li {
	padding-bottom: 4rem;
	position: relative;
}
#main .flowUl > li:last-child {
	padding-bottom: 0;
}
#main .flowUl > li::before {
	position: absolute;
	width: 3px;
	height: 100%;
	border-left: 3px dashed #E6002D;
	top: 0;
	left: -3.1rem;
	content: '';
	box-sizing: border-box;
}
#main .flowUl > li:first-child:before {
	top: 0.8rem;
	height: calc(100% - 0.8rem);
}
#main .flowUl .title {
	border-radius: 0.5rem;
	font-size: 1.6rem;
	color: #000;
	font-weight: 700;
	background: #FCE5EA;
	padding: 0.9rem 1.5rem 0.7rem;
	margin-bottom: 3rem;
	position: relative;
}
#main .flowUl .title::before {
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	top: 0.8rem;
	left: -4rem;
	border-radius: 50%;
	border: 3px solid #E6002D;
	background-color: #fff;
	content: "";
}
#main .flowUl .flexBox {
	display: flex;
	font-size: 1.5rem;
}
#main .flowUl .flexBox .rightBox {
	padding-left: 2rem;
	width: 43rem;
	border-left: 1px dashed #000;
	text-align: justify;
}
#main .flowUl .flexBox .rightBox p {
	letter-spacing: 0.03em;
}
#main .flowUl .flexBox .leftBox {
	flex: 1;
}
#main .flowUl p {
	line-height: 1.6;
}
#main .messageUl li {
	margin-bottom: 0.5rem;
	min-height: 3.5rem;
	display: flex;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.4;
	align-items: flex-start;
}
#main .messageUl li:last-child {
	margin-bottom: 0;
}
#main .messageUl .ttl {
	width: 9rem;
	font-size: 1.4rem;
	color: #fff;
	border-radius: 5rem;
	position: relative;
	background: #E6002D;
	padding: 0.5rem 0.5rem 0.5rem 3.4rem;
}
#main .messageUl .ttl::after {
	width: 1.9rem;
	height: 1.9rem;
	position: absolute;
	top: 50%;
	left: 1.2rem;
	transform: translateY(-50%);
	background: url("../img/career/careerstep/icon04.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .messageUl .col02 .ttl {
	background: #D09D05;
}
#main .messageUl .col02 .ttl::after {
	background-image: url("../img/career/careerstep/icon03.png");
}
#main .messageUl .col03 .ttl {
	background: #000;
}
#main .messageUl .col03 .ttl::after {
	background-image: url("../img/career/careerstep/icon02.png");
}
#main .messageUl .txt {
	flex: 1;
	margin: 0.4rem 0 0 1.5rem;
	letter-spacing: 0.05em;
}
#main .messageUl .line {
	position: relative;
	z-index: 2;
}
#main .messageUl .line::after {
	width: 100%;
	height: 0.8rem;
	position: absolute;
	bottom: 0.2rem;
	left: 0;
	background-color: #F2FF00;
	content: "";
	z-index: -1;
}
#main .imgBox02 {
	display: flex;
	align-items: flex-start;
}
#main .imgBox02 .photoBox {
	width: 44rem;
	border-radius: 2rem 0;
	overflow: hidden;
}
#main .imgBox02 .photoBox img {
	width: 100%;
}
#main .imgBox02 .textBox {
	flex: 1;
	margin: -0.5rem 0 0 6rem;
}
#main .imgBox02 .textBox p {
	text-align: justify;
}
#main .imgBox02 .title {
	margin-bottom: 1.5rem;
	padding-left: 1.5rem;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.6;
	position: relative;
	letter-spacing: 0.05em;
}
#main .imgBox02 .title::before {
	width: 0.1rem;
	height: 86%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-color: #E6002D;
	content: "";
}
#main .secBox {
	padding-bottom: 7.1rem;
}
#main .secBox + .secBox {
	padding-top: 13.5rem;
}
#main .secBox.bg {
	padding: 13.5rem 0 6.9rem;
	border-radius: 20rem 0 0 0;
	background: linear-gradient(96deg, rgba(248, 226, 160, 0.20) 0%, rgba(241, 218, 147, 0.20) 100%);
}
#main .secBox.box04 {
	padding-bottom: 28.9rem;
}
#main .secBox.box01 {
	padding-top: 10rem;
}
#main .comBox {
	margin-top: -20rem;
}
@media all and (max-width: 896px) {
	#main .imgBox .title {
		margin-bottom: 1.9rem;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}
	#main .imgBox .numTtl span {
		min-width: 9.2rem;
		padding: 0 0 0.1rem;
	}
	#main .imgBox .numTtl {
		margin-bottom: 1.1rem;
		font-size: 1.6rem;
	}
	#main .imgBox .title .line {
		font-size: 2rem;
  		line-height: 1.6;
		margin-top: 2.2rem;
	}
	#main .imgBox .title .line span {
		margin-bottom: 0.1rem;
	}
	#main .imgBox .note {
		font-size: 1rem;
		margin-top: 0.7rem;
	}
	#main .imgBox {
		display: block;
		margin-bottom: 4.8rem;
	}
	#main .imgBox .textBox {
		margin: 0;
	}
	#main .imgBox .photoBox {
		width: auto;
		margin-top: 2.8rem;
	}
	#main .secBox.box01 {
		padding-top: 0;
	}
	#main .imgBox .photoBox .image {
		border-radius: 1rem 0;
	}
	#main .imgBox .name .en {
		margin-top: 0.2rem;
		font-size: 2.25rem;
	}
	#main .imgBox .name {
		margin-top: 0.9rem;
		font-size: 1.2rem;
	}
	#main .flowBox {
		padding: 2.3rem 2.9rem 2.8rem;
		border-radius: 1rem;
		margin-bottom: 3rem;
	}
	#main .flowBox .headLine05 {
		padding: 6rem 0 2.5rem;
		font-size: 2rem;
		background-size: 4rem auto;
	}
	#main .flowUl {
		padding-left: 2.5rem;
	}
	#main .flowUl .title {
		margin-bottom: 2rem;
		border-radius: 0.5rem;
		font-size: 1.4rem;
		padding: 0.9rem 0.9rem 0.8rem;
	}
	#main .flowUl .flexBox {
		display: block;
		font-size: 1.3rem;
	}
	#main .flowUl .flexBox .rightBox {
		width: auto;
		border-top: 1px dashed #000;
		border-left: none;
		margin-top: 1.9rem;
		padding: 2.1rem 0 0 0;
	}
	#main .messageUl .ttl {
		width: 7rem;
		font-size: 1.1rem;
		border-radius: 5rem;
		padding: 0.7rem 0.5rem 0.8rem 2.4rem;
		letter-spacing: 0.1em;
		text-align: center;
	}
	#main .messageUl li {
		font-size: 1.3rem;
		margin-bottom: 0.5rem;
  		min-height: 0;
	}
	#main .messageUl .txt {
		margin: 0.5rem 0 0 1rem;
		letter-spacing: 0.05em;
	}
	#main .messageUl .ttl::after {
		left: 1.1rem;
	}
	#main .messageUl .col02 .ttl::after {
		left: 0.5rem;
	}
	#main .flowUl > li {
		padding-bottom: 3rem;
	}
	#main .messageUl .line::after {
		height: 0.6rem;
	}
	#main .flowUl > li::before {
		width: 2px;
		border-width: 2px;
		left: -1.8rem;
	}
	#main .flowUl .title::before {
		width: 1.2rem;
		height: 1.2rem;
		top: 1.1rem;
		left: -2.5rem;
		border-width: 2px;
	}
	#main .flowUl > li:first-child::before {
		top: 1.4rem;
		height: calc(100% - 1.4rem);
	}
	#main .imgBox02 {
		display: block;
	}
	#main .imgBox02 .photoBox {
		width: auto;
		border-radius: 1rem 0;
	}
	#main .imgBox02 .textBox {
		margin: 3.2rem 0 0 0;
	}
	#main .imgBox02 .title {
		font-size: 1.6rem;
		margin-bottom: 1.1rem;
	}
	#main .imgBox02 .title::before {
		height: 100%;
	}
	#main .secBox {
		padding-bottom: 5rem;
	}
	#main .secBox.bg {
		padding: 6rem 0 5rem;
		border-radius: 7rem 0 0 0;
	}
	#main .secBox + .secBox {
		padding-top: 6rem;
	}
	#main .secBox.box04 {
		padding-bottom: 15rem;
	}
	#main .comBox {
		margin-top: -8rem;
	}
    .scroll-hint-text {
        margin-top: 0.2rem;
    }
    .scroll-hint-icon {
        padding-top: 0.7rem;
        height: 7.5rem;
        top: 50%;
        left: calc(50% - 1.5rem);
        font-weight: 700;
        border-radius: 0.5rem;
        transform: translate(-50%,-50%);
        background: #e70d38;
        box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
    }
    .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
        opacity: 1;
    }
    .scroll-hint-icon-wrap.is-active .scroll-hint-icon::after {
        opacity: 0;
    }
    .scroll-hint-icon-wrap.is-active .scroll-hint-icon::before {
        width: 2.5rem;
        background-image: url(../img/career/hrdevelopment/icon01.png);
    }
}

@media all and (min-width: 897px) {
	.comFixedBtn a {
		padding: 2.1rem 1rem 2rem;
		font-size: 1.2rem;
	}
	.comFixedBtn .text01 {
		padding: 0.6rem 1.3rem 0.5rem;
		font-size: 1.3rem;
	}
}