@charset "utf-8";

/*reset*/
#mv_Wrap {
	padding-bottom: 0;
}

#mv_Wrap h2 {
	margin: 0;
}

#mv_Wrap h3 {
	width: auto;
	max-width: inherit;
	margin: inherit;
}

#mv_Wrap h4 {
	width: auto;
	max-width: inherit;
	margin: inherit;
	position: static;
}

/* ふわふわ */
.fuwa01 {
	position: absolute;
	left: 8%;
	top: 2.5%;
	width: 16%;
	z-index: 1;
}

.fuwa02 {
	position: absolute;
	left: 14%;
	top: 5%;
	width: 8%;
	z-index: 1;
}

.fuwa03 {
	position: absolute;
	right: 13%;
	top: 5.5%;
	width: 10%;
	z-index: 1;
}

.fuwa04 {
	position: absolute;
	right: 9%;
	top: 2%;
	width: 21%;
	z-index: 1;
}


.is-verticalAniMation {
	-webkit-animation: circleVerticalAniMation 2.5s ease-in-out infinite alternate;
	animation: circleVerticalAniMation 2.5s ease-in-out infinite alternate
}

.u-bg-red.is-verticalAniMation {
	-webkit-animation: circleVerticalAniMation-red 2s ease-in-out infinite alternate;
	animation: circleVerticalAniMation-red 2s ease-in-out infinite alternate
}

.u-bg-purple.is-verticalAniMation {
	-webkit-animation: circleVerticalAniMation-purple 2.8s ease-in-out infinite alternate;
	animation: circleVerticalAniMation-purple 2.8s ease-in-out infinite alternate
}



@-webkit-keyframes circleVerticalAniMation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes circleVerticalAniMation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@-webkit-keyframes circleVerticalAniMation-red {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}

@keyframes circleVerticalAniMation-red {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}

@-webkit-keyframes circleVerticalAniMation-purple {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(14px);
		transform: translateY(14px)
	}
}

@keyframes circleVerticalAniMation-purple {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(14px);
		transform: translateY(14px)
	}
}

@-webkit-keyframes circleVerticalAniMation-image {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
}

@keyframes circleVerticalAniMation-image {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		-webkit-transform: translateY(8px);
		transform: translateY(8px)
	}
}

/* ふわふわ　ここまで */

/*共通*/

#mv_Wrap h2.big_b_ttl {
	text-align: center;
	color: #154778;
	font-size: min(10vw, 60px);
	letter-spacing: 0.1em;
	font-weight: 600;
	margin: 50px auto;
}

#mv_Wrap:before {
	display: none;
}

.inner {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

#mv_Wrap h3.big_b_ttl {
	text-align: center;
	color: #154778;
	font-size: min(10vw, 60px);
	letter-spacing: 0.1em;
	font-weight: 600;
}

/* キャリア採用 */

.page-txt {
	text-align: center;
	font-size: 25px;
	color: #0f6fb8;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 10;
}

.link-btn {
	margin-top: 90px;
	justify-content: center;
	gap: 30px;
	position: relative;
	z-index: 10;
}

.link-btn li {
	width: 28%;
}

.link-btn li a {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	padding: 15px 0;
	background: #036eb8;
	color: #fff;
	border-radius: 50px;
	position: relative;
	box-sizing: border-box;
}

.link-btn li a:hover {
	outline: 1px solid #036eb8;
	background: #fff;
	color: #036eb8;
	opacity: 1;
}

.link-btn li a:before {
	content: "›";
	position: absolute;
	right: 20px;
	top: 52%;
	transform: translateY(-50%) rotate(90deg);
}

/* スタッフ紹介 */

.sec-staff {
	margin-top: 100px;
	background: #cedeee;
}

.stf-inner {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	padding: 100px 0;
}

.stf-cont {
	background: #fff;
	padding: 40px 60px;
	margin-top: 70px;
	position: relative;
	border-radius: 30px;
}

.stf-desc {
	width: 70%;
}

#mv_Wrap h4.stf-ttl {
	font-size: 25px;
	color: #0f6fb8;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}

.stf-txt {
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}

.stf-cont figure {
	position: absolute;
	width: 220px;
	right: 30px;
	bottom: 0;
	z-index: 10;
}

.st-btn a {
	margin: 30px auto 0;
	display: block;
	max-width: 280px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	padding: 15px 0;
	outline: 2px solid #036eb8;
	background: #fff;
	color: #036eb8;
	border-radius: 50px;
	position: relative;
	box-sizing: border-box;
}

.st-btn a:hover {
	background: #036eb8;
	color: #fff;
	opacity: 1;
}

.st-btn a:before {
	content: "›";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

/* 募集要項  */

.sec-job {
	margin-top: 100px;
}

/*募集要項*/
#mv_Wrap .job_Box {
	width: 1000px;
	max-width: 90%;
	margin: 80px auto 0;
	position: relative;
	z-index: 1;
}

#mv_Wrap .job_Box h3 {
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	background: #0f6fb8;
	width: 100%;
	max-width: 100%;
	padding: 20px 0;
	border-radius: 30px 30px 0 0;
	margin: 0 auto;
}

.job_Box .white {
	width: 100%;
	max-width: 100%;
	background: #fff;
	border-radius: 0 0 30px 30px;
	padding: 30px 0 60px;
	margin: 0 auto;
}

.job_Box .white ul {
	width: 90%;
	margin: 0 auto;
}

.job_Box .white ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	line-height: 1.6;
}

.job_Box .white ul li .ttl {
	width: 30%;
	padding: 15px 0;
	border-bottom: 2px solid #0f6fb8;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #0f6fb8;
	font-weight: bold;
	padding-left: 1em;
	font-size: 16px;
}

.job_Box .white ul li .txt {
	width: 70%;
	padding: 15px 0;
	border-bottom: 1px dashed #0f6fb8;
	padding-left: 1em;
	font-size: 15px;
}

.job_wrap + .job_wrap {
	margin-top: 150px;
}

.model_case {
width: 1000px;
max-width: 90%;
margin: 70px auto;
padding: 30px 50px;
background: #fff;
border-radius: 30px;
border: 3px solid #98c7eb;
display: flex;
gap: 50px;
justify-content: flex-start;
align-items: center;
position: relative;
z-index: 1;
}

.model_case .ttl {
font-size: 20px;
color: #0f6fb8;
min-width: 100px;
width: 10em;
height: 10em;
border-radius: 100%;
background: rgba(236, 245, 251, 1);
text-align: center;
font-weight: bold;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}

.model_case .ttl p {
	position: relative;
	z-index: 1;
}

.model_case .txt {
	font-size: 16px;
	line-height: 1.6;
	align-self: flex-start;
}


/* よくある質問 */

.sec-faq {
	margin-top: 100px;
	background: #fff;
	padding: 100px 0 160px;
}

#mv_Wrap h3.big_b_ttl span {
	text-align: center;
	color: #98c7eb;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 2.3;
}

/* アコーディオン */
.accordion {
	margin-top: 80px;
	z-index: 10;
	position: relative;
}


.accordion-header {
	background-color: #FFF;
	padding: 30px 20px;
	margin-top: -2px;
	transition: .3s ease;
	cursor: pointer;
	position: relative;
	border-top: 2px solid #0f6fb8;
	border-bottom: 2px solid #0f6fb8;
}

.accordion-header.active {
	border-bottom: 1px dashed #0f6fb8;
}

.accordion-header::before,
.accordion-header::after {
	position: absolute;
	content: '';
	top: 1px;
	right: 20px;
	bottom: 0;
	width: 30px;
	height: 2px;
	margin: auto;
	background: #0f6fb8;
}

.accordion-header::after {
	transform: rotate(-90deg);
	transition: transform 0.3s;
}

.accordion-header.active::after {
	transform: rotate(0deg);
}


.accordion-content {
	display: none;
	padding: 24px 20px;
	border-top: 0;
	border-bottom: 1px solid #0f6fb8;
}

.accordion-header span {
	font-size: 18px;
	color: #0f6fb8;
	font-weight: 600;
}

.accordion-header span,
.accordion-content span {
	padding-left: 50px;
	width: 100%;
	position: relative;
	display: inline-block;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.accordion-content span {
	font-size: 15px;
	line-height: 1.8;
}

.accordion-header span::before {
	position: absolute;
	content: "Q";
	top: -28px;
	left: 0px;
	color: #0f6fb8;
	font-size: 50px;
	z-index: 2;
}

.accordion-content span::before {
	position: absolute;
	content: "A";
	font-weight: 600;
	top: 3px;
	left: 0;
	color: #0f6fb8;
	font-size: 50px;
	z-index: 2;
}

.accordion-header span::after,
.accordion-content span::after {
	content: '';
	width: 40px;
	height: 40px;
	background: #ecf5fb;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: -10px;
	bottom: 0;
	margin: auto;
}

.accordion-header:hover::before {
	opacity: 0.7;
}


@media only screen and (max-width: 900px) {

	/*reset*/
	#mv_Wrap {
		padding: 60px 0 0;
	}

	/*共通*/
	#mv_Wrap h2.big_b_ttl {
		font-size: 32px;
		margin: 40px auto 20px;
	}

	.fuwa01 {
		top: 0%;
		width: 20%;
	}

	.fuwa02 {
		top: 5%;
		width: 20%;
	}

	.fuwa03 {
		top: 4%;
		width: 20%;
	}

	.fuwa04 {
		top: 2%;
	}

	#mv_Wrap h3.big_b_ttl {
		font-size: 32px;
	}


	/* キャリア採用 */

	.page-txt {
		margin-top: 20px;
		text-align: center;
		font-size: 18px;
	}

	.link-btn {
		margin-top: 40px;
		justify-content: center;
		gap: 20px;
		flex-wrap: wrap;
		flex-direction: column;
	}

	.link-btn li {
		width: 100%;
	}

	.link-btn li a {
		font-size: 16px;
	}

	/* スタッフ紹介 */

	.sec-staff {
		margin-top: 50px;
	}

	.stf-inner {
		padding: 50px 0;
	}

	.stf-cont {
		padding: 20px 20px 0;
		margin-top: 30px;
	}

	.stf-desc {
		width: 100%;
	}

	#mv_Wrap h4.stf-ttl {
		font-size: 20px;
	}

	.stf-txt {
		margin-top: 16px;
	}

	.stf-cont figure {
		position: static;
		width: 160px;
		margin: 20px auto 0;
	}


	/*募集要項*/

	.sec-job {
		margin-top: 50px;
	}

	#mv_Wrap .job_Box {
		margin: 30px auto 0;
	}

	#mv_Wrap .job_Box h3 {
		padding: 15px 0;
		letter-spacing: 0.1em;
		font-size: 21px;
	}

	.job_Box .white ul {
		border-top: 2px solid #0f6fb8;
	}

	.job_Box .white ul li {
		flex-wrap: wrap;
	}

	.job_Box .white ul li .ttl {
		width: 100%;
		border-bottom: 1px dashed #0f6fb8;
		padding-left: 0;
		padding: 10px 0;
	}

	.job_Box .white ul li .txt {
		width: 100%;
		border-bottom: 2px solid #0f6fb8;
		padding-left: 0;
	}

	.job_wrap + .job_wrap {
		margin-top: 100px;
	}

	.model_case {
	flex-wrap: wrap;
	padding-top: 15px;
	gap: 0;
	padding: 15px 0 30px 0;
	}
	.model_case .ttl {
	width: 90%;
	height: auto;
	margin: 0 auto 20px;
	background: rgba(236, 245, 251, 1);
	padding: 10px 0;
	border-radius: 20px 20px 0 0;
	}

	.model_case .txt {
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
	}

	.model_case .ttl:before {
		display: none;
	}

	/* faq */

	.sec-faq {
		margin-top: 50px;
		background: #fff;
		padding: 50px 0 100px;
	}

	/* アコーディオン */

	.accordion {
		margin-top: 30px;
	}

	.accordion-header {
		padding: 20px;
	}


	.accordion-header::before,
	.accordion-header::after {
		right: 0px;
		width: 24px;
		height: 2px;
	}


	.accordion-header span {
		font-size: 16px;
		font-weight: 600;
	}

	.accordion-header span,
	.accordion-content span {
		padding-left: 22px;
		padding-right: 8px;
	}

	.accordion-header span::before {
		top: -3px;
		left: -10px;
		font-size: 24px;
	}

	.accordion-header span::after,
	.accordion-content span::after {
		width: 30px;
		height: 30px;
		top: -30px;
		left: -20px;
	}

	.accordion-content span::after {
		top: -90%;
	}

	.accordion-content {
		padding: 20px;
	}

	.accordion-content span::before {
		top: -8px;
		left: -8px;
		font-size: 24px;
	}


}