
@charset "utf-8";

.lineControll {
	display: inline-block;
}

.imgCenter {
	display: block;
	margin-inline: auto;
}

.txtCenter {
	text-align: center;
}

/* ----------------------------
MV
----------------------------- */
.titleAreaWrap {
	position: relative;
}

.mainTitleOnMVWrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.mainTitleOnMV {
	font-weight: bold;
	line-height: 1.5;
}

/* --------------------------------
目次
---------------------------------*/
.io-controlNavigation__listStyle--dropdown {
	font-weight: bold;
}

/* --------------------------------
CA CV
---------------------------------*/
.nisotsuCaArea {
	text-align: center;
	margin: 30px auto 60px;
}

p.nisotsuCvTitle {
	font-size: 2rem;
	line-height: 1.4;
	color: #FD761B;
	font-weight: bold;
	margin-bottom: 20px;
}

.nisotsuCaCopy {
	font-size: 1.4rem;
	margin: 18px 0 10px;
}

.nisotsuCaArea .btnTypeB01 {
	margin: 0 auto;
}

.AdviserRightBox {
	width: auto;
	float: none;
}

img+.AdviserRightBox {
	width: 705px;
	float: right;
}

@-moz-document url-prefix() {
	.nisotsuCaArea img {
		width: 435px;
	}
}


/* ----------------------------
転職エージェントとは？
----------------------------- */
.imgCenter {
	margin-bottom: 20px;
}


/* ----------------------------
リード アンカーリンクエリア
----------------------------- */
.leadAnchorArea {
	width: 336px;
	margin: 10px auto 0;
	display: block;
}

.anchorButton {
	display: block;
	padding: 0px 16px;
	border-radius: 8px;
	border: 1px solid #007fc3;
	color: #007fc3;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	height: 64px;
	align-content: center;
}

.anchorButton:hover {
	background-color: #edfaff;
	text-decoration: none;
}

.anchorButton--large {
	text-align: center;
	font-size: 16px;
	padding: 11px 16px 10px 16px;
	width: 334px;
}

.anchorButton::after {
	content: "";
	display: block;
	background-image: url(/guide/mensetsu/gyaku/first/img/icon_arrow_down_M.svg);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}

.anchorButton--large::after {
	background-image: url(/guide/mensetsu/gyaku/first/img/icon_arrow_down_L.svg);
	width: 20px;
	height: 20px;
}

.anchorLinkList {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 30px;
}

.anchorLinkList__item {
	width: 288px;
}

.anchorUnderline {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60%, #FFF100 60%);
}


/* ----------------------------
CTAボタン
----------------------------- */

.agentCTA {
	background: #FFFCD1;
	padding: 30px 59px 30px 0;
	border-radius: 6px;
	display: grid;
	grid-template-columns: 1fr max-content;
	align-items: center;
}

.agentCTA_textWrap {
	font-size: 1.8rem !important;
	font-weight: 700;
	line-height: 3.2rem;
}

.agentCTA_text {
	font-size: 1.75rem !important;
	text-align: center;
}

a.agentCTA_btn {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: block;
	font-size: 18px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	width: 392px;

	background: linear-gradient(#7dba3c, #60ab0f);
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

a.agentCTA_btn:hover {
	background: #88c04b;
	color: #fff;
	text-decoration: none;
}

.prTxtCr {
	color: #30b2ef;
}


/* ----------------------------
CVボタン
----------------------------- */

.CVbtn01 {
	margin: 30px auto 45px;
}

.CVbtn01 a {
	margin: 0 auto;
}

p.CVbtnCopy {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
}



