﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap');

.cv-button-area {
	margin: 35px auto 0;
	width: 100%;
}

.cv-button-area > *:first-child {
	margin-top: 0!important;
}

.cv-button-area .cv-button {
	width: 100%;
	margin: 30px auto 0;
}

.cv-button-area .cv-button > a {
	color: #ffffff;
	background-color: #ffbe00;
	border: 5px solid #ffbe00;
	border-radius: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	position: relative;
	padding: 16px 20px;
	text-decoration: none;
}

.cv-button-area .cv-button:nth-child(even) > a {
	color: #ffbe00;
	background-color: #ffffff;
}

.cv-button-area .cv-button > a:hover {
	color: #ffbe00;
	background-color: #ffffff;
	opacity: 1;
}

.cv-button-area .cv-button:nth-child(even) > a:hover {
	color: #ffffff;
	background-color: #ffbe00;
	opacity: 1;
}

.cv-button-area .cv-button.-download {

}

.cv-button-area .cv-button.-balloon {
	position: relative;
}

.cv-button-area .cv-button.-balloon::before {
	background: url("../../images/employer/conversion/svg/cv_ballon_check.svg") no-repeat left top;
	background-size: 100% auto;
	content: "";
	position: absolute;
	top: -70px;
	left: 215px;
	width: 111px;
	height: 86px;
	z-index: 2;
}

.cv-button-area .cv-button > a::before {
	content: "";
	background-image: url("../../images/employer/conversion/svg/icon_join.svg");
	filter: brightness(0) saturate(100%) invert(90%) sepia(100%) saturate(0%) hue-rotate(182deg) brightness(111%) contrast(97%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 40px;
	height: 40px;
	overflow: hidden;
	flex: 0 1 auto;
}

.cv-button-area .cv-button > a:hover::before {
	filter: brightness(0) saturate(100%) invert(71%) sepia(55%) saturate(951%) hue-rotate(358deg) brightness(99%) contrast(107%);
}

.cv-button-area .cv-button:nth-child(even) > a::before {
	filter: brightness(0) saturate(100%) invert(71%) sepia(55%) saturate(951%) hue-rotate(358deg) brightness(99%) contrast(107%);
}

.cv-button-area .cv-button:nth-child(even) > a:hover::before {
	filter: brightness(0) saturate(100%) invert(90%) sepia(100%) saturate(0%) hue-rotate(182deg) brightness(111%) contrast(97%);
}

.cv-button-area .cv-button.-download > a::before {
	background-image: url("../../images/employer/conversion/svg/icon_doc.svg");
}

.cv-button-area .cv-button.-tel > a::before {
	background-image: url("../../images/employer/conversion/svg/icon_phone.svg");
}

.cv-button-area .cv-button > a .button-text {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: left;
	text-shadow: 0 4px 4px #00000026;
	flex: 0 1 auto;
}

.cv-button-area .cv-buttons {
	display: flex;
	width: 100%;
	gap: 40px;
	justify-content: flex-start;
	margin: 0;
}

.cv-button-area .cv-buttons > .cv-button {
	margin: 0;
	max-width: max-content;
}

@media screen and (min-width: 751px) and (max-width: 919px) {
	.cv-button-area {
		margin: calc(35 / 919 * 100vw) auto 0;
	}

	.cv-button-area .cv-button {
		margin: calc(30 / 919 * 100vw) auto 0;
	}

	.cv-button-area .cv-button > a {
		border-width: calc(5 / 919 * 100vw);
		border-radius: calc(10 / 919 * 100vw);
		gap: calc(10 / 919 * 100vw);
		padding: calc(16 / 919 * 100vw) calc(20 / 919 * 100vw);
	}

	.cv-button-area .cv-button.-balloon::before {
		top: calc(-70 / 919 * 100vw);
		left: calc(215 / 919 * 100vw);
		width: calc(111 / 919 * 100vw);
		height: calc(86 / 919 * 100vw);
	}

	.cv-button-area .cv-button > a::before {
		width: calc(40 / 919 * 100vw);
		height: calc(40 / 919 * 100vw);
	}

	.cv-button-area .cv-button > a .button-text {
		font-size: calc(24 / 919 * 100vw);
		text-shadow: 0 calc(4 / 919 * 100vw) calc(4 / 919 * 100vw) #00000026;
	}

	.cv-button-area .cv-buttons {
		gap: calc(40 / 919 * 100vw);
	}
}

@media screen and (max-width: 750px) {
	.cv-button-area {
		margin: calc((35 / 430) * 100vw) auto 0;
	}

	.cv-button-area .cv-button {
		margin: calc((30 / 430) * 100%) auto 0;
	}
	
	.cv-button-area .cv-button > a {
		border-width: calc((5 / 430) * 100vw);
		border-radius: calc((9 / 430) * 100vw);
		width: 100%;
		gap: calc((10 / 430) * 100vw);
		padding: calc((15 / 430) * 100vw) calc((20 / 430) * 100vw);
	}

	.cv-button-area .cv-button > a::before {
		width: calc((40 / 430) * 100vw);
		height: calc((40 / 430) * 100vw);
	}

	.cv-button-area .cv-button > a.sp {
		display: flex!important;
	}

	.cv-button-area .cv-button.-balloon::before {
		top: calc((-84 / 430) * 100vw);
		left: auto;
		right: calc((-40 / 430) * 100vw);
		width: calc((120 / 430) * 100vw);
		height: calc((94 / 430) * 100vw);
	}
	
	.cv-button-area .cv-button > a .button-text {
		font-size: calc((24 / 430) * 100vw);
		text-shadow: 0 calc((4 / 430) * 100vw) calc((4 / 430) * 100vw) #00000026;
	}
	
	.cv-button-area .cv-buttons {
		flex-direction: column;
		gap: calc((24 / 430) * 100vw);
	}

}

.section-cv {
	color: #ffffff;
	background: url("../../images/employer/conversion/bg_cv.png") no-repeat center 30%;
	background-size: cover;
	padding: 30px 0 30px;
	overflow: hidden;
}

.section-cv .cv-wrap {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 238px;
	gap: 24px 0;
	align-items: center;
}

.section-cv .cv-wrap .cv-head {
	grid-column: 1 / 2;
	position: relative;
	z-index: 2;
}

.section-cv .cv-wrap .cv-head::after {
	background: url("../../images/employer/conversion/svg/join_badge.svg") no-repeat center center;
	background-size: 100% auto;
	content: "";
	width: 134px;
	height: 132px;
	position: absolute;
	right: -251px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.section-cv .cv-wrap .cv-image {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	padding-right: 37px;
	padding-top: 80px;
	position: relative;
	z-index: 1;
}

.section-cv .cv-wrap .cv-image img {
	width: auto;
	max-width: 100%;
}

.section-cv .cv-wrap .cv-button-area {
	grid-column: 1 / 3;
	width: max-content;
	margin: 0 auto;
}

.section-cv .cv-lead {
	color: #ffbe00;
	font-size: 2.8rem;
	font-weight: bold;
}

.section-cv .cv-copy {
	font-size: 4.8rem;
	font-weight: bold;
	letter-spacing: -0.053em;
}

@media screen and (min-width: 751px) and (max-width: 919px) {
	.section-cv {
		padding: calc(30 / 919 * 100vw) calc(20 / 919 * 100vw) calc(30 / 919 * 100vw);
	}

	.section-cv .cv-wrap {
		grid-template-columns: 1fr calc(218 / 919 * 100vw);
		gap: calc(24 / 919 * 100vw) 0;
	}

	.section-cv .cv-wrap .cv-head::after {
		width: calc(134 / 919 * 100vw);
		height: calc(132 / 919 * 100vw);
		right: calc(-231 / 919 * 100vw);
	}

	.section-cv .cv-wrap .cv-image {
		padding-right: calc(37 / 919 * 100vw);
		padding-top: calc(80 / 919 * 100vw);
	}

	.section-cv .cv-lead {
		font-size: calc(28 / 919 * 100vw);
	}

	.section-cv .cv-copy {
		font-size: calc(48 / 919 * 100vw);
	}
}

@media screen and (max-width: 750px) {
	.section-cv {
		background-color: #3FABFC;
		background-size: cover;
		padding: calc((72 / 430) * 100vw) 0 calc((64 / 430) * 100vw);
		background-position: 48% bottom;
		background-size: auto 94%;
	}
	
	.section-cv .cv-wrap {
		width: 100%;
		grid-template-columns: 100%;
		gap: calc((30 / 430) * 100vw);
		margin: 0 auto;
	}
	
	.section-cv .cv-wrap .cv-head {
		grid-column: 1 / 2;
		grid-row: 1 / 2;
		text-align: center;
	}
	
	.section-cv .cv-wrap .cv-head::after {
		width: calc((110 / 430) * 100vw);
		height: calc((108 / 430) * 100vw);
		position: absolute;
		top: auto;
		bottom: calc((-140 / 430) * 100vw);
		right: calc((36 / 430) * 100vw);
		transform: translateY(0);
	}
	
	.section-cv .cv-wrap .cv-image {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
		padding-top: calc((65 / 430) * 100vw);
		width: calc((336 / 430) * 100vw);
		margin: 0 auto;
	}
	
	.section-cv .cv-wrap .cv-image img {
		width: auto;
		max-width: 100%;
	}
	
	.section-cv .cv-wrap .cv-button-area {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
		padding-top: calc((115 / 430) * 100vw);
	}

	.section-cv .cv-wrap .cv-button-area .cv-button {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.section-cv .cv-lead {
		font-size: calc((18 / 430) * 100vw);
		margin-bottom: calc((5 / 430) * 100vw);
	}
	
	.section-cv .cv-copy {
		font-size: calc((28 / 430) * 100vw);
	}
}

.modal, .modal-background {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.modal {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	align-items: center;
	display: none;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	position: fixed;
	z-index: 40;
	box-sizing: border-box;
}

.modal.is-active {
	display: flex
}

.modal-background {
	background-color: rgba(10, 10, 10, .86);
	z-index: 1;
}

.modal-card {
	margin: 0 auto;
	max-height: calc(100vh - 40px);
	overflow: auto;
	position: relative;
	width: 372px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.modal-class {
	width: 30%;
	z-index: 1000;
	overflow: visible
}

#popup-modal {
	z-index: 10000;
}

#popup-modal .popup-modal-card {
	background-color: #ffffff;
	border-radius: 10px;
	width: 372px;
	position: relative;
}
#popup-modal .pop-up-modal-content {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	text-align: center;
	padding: 38px 0 30px;
}

#popup-modal #modal-close {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
	transform: rotate(45deg);
	cursor: pointer;
}
#popup-modal #modal-close::before,
#popup-modal #modal-close::after {
	background-color: #606060;
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#popup-modal #modal-close::after {
	width: 2px;
	height: 200%;
}

#popup-modal .tel-no {
	color: #33a8ed;
	font-size: 32px;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 11px auto 15px;
	position: relative;
}

#popup-modal .tel-no::before {
	background: url("../../images/employer/conversion/svg/icon_tel.svg") no-repeat center center;
	background-size: 100% auto;
	content: "";
	position: relative;
	width: 42px;
	height: 42px;
}
