@charset "UTF-8";

p {
	color: #262626;
}

@media screen and (max-width: 480px) {
	body {
		font-size: 14px;
	}
}

@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
}

strong {
	color: #B52652;
}

@media screen and (max-width: 768px) {
	.item1 {
		order: 1;
	}

	.item2 {
		order: 2;
	}
}

.ctsContainer {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
}

.ctsArticle {
	padding-top: 7rem;
	padding-bottom: 8rem;
}

@media screen and (max-width: 480px) {
	.ctsArticle {
		padding-top: 5rem;
		padding-bottom: 6rem;
	}
}

.f-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 768px) {
	.f-container {
		flex-direction: column;
	}
}

.TtlType01 {
	font-size: 2rem;
	margin-bottom: 2em;
	text-align: center;
	color: #162F40;
}

@media screen and (max-width: 768px) {
	.TtlType01 {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 480px) {
	.TtlType01 {
		font-size: 1.3rem;
		margin-bottom: 1.5em;
	}
}

.TtlType01.pink {
	color: #B52652;
}

.TtlType01.pink {
	color: #B52652;
}

.TtlType01 small {
	font-size: 1.5rem;
	display: block;
	color: #000;
	margin-bottom: .5em;
}

@media screen and (max-width: 768px) {
	.TtlType01 small {
		font-size: .8rem;
	}
}

.btnList {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	max-width: 68.625rem;
	margin-top: 1.875rem;
	margin-inline: auto;
}

@media print,
screen and (min-width: 1050px) {
	.btnList {
		flex-direction: row;
		align-items: initial;
		gap: 1.875rem 5.5%;
	}
}

@media print,
screen and (max-width: 768px) {
	.btnList {
		flex-direction: column;
	}
}

.btnA01 {
	display: flex;
	gap: 5%;
	width: 100%;
	max-width: 26.4375rem;
	/*min-height: 5.75rem;*/
}

@media print,
screen and (min-width: 1050px) {
	.btnA01 {
		gap: 5%;
		max-width: 26.25rem;
	}
}

.btnA01 a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5%;
	width: 100%;
	padding: 1.4rem;
	border-radius: 5px;
	background-color: #162F40;
	color: var(--color-white);
	font-size: 1.125rem;
	line-height: 1.3;
	letter-spacing: 0.03em;
}

@media print,
screen and (min-width: 1050px) {
	.btnA01 a {
		height: 100%;
		gap: 4%;
		font-size: 1.5rem;
	}
}

@media print,
screen and (max-width: 768px) {
	.btnA01 a {
		font-size: 1.8rem;
	}
}

@media print,
screen and (max-width: 480px) {
	.btnA01 a {
		font-size: 1.4rem;
	}
}

.btnA01 a:hover {
	box-shadow: 1px 1px 10px #aaa;
	color: #fff;
}

.service-lp_mv .btnA01 a:hover {
	box-shadow: 1px 1px 10px #666;
}

.btnA01 img {
	max-width: 1.625rem;
}

@media print,
screen and (min-width: 1050px) {
	.btnA01 img {
		max-width: 1.875rem;
	}
}

@media print,
screen and (max-width: 768px) {
	.btnA01 img {
		max-width: 2.6rem;
	}
}

@media print,
screen and (max-width: 480px) {
	.btnA01 img {
		max-width: 2rem;
	}
}

.btnA01.pink a {
	background-color: var(--color-main);
}

.btnA01.light-pink a {
	background-color: #D84A80;
}

.btnA01.pink img {
	max-width: 1.875rem;
}

@media print,
screen and (min-width: 1050px) {
	.btnA01.pink img {
		max-width: 2.125rem;
	}
}

@media print,
screen and (max-width: 768px) {
	.btnA01.pink img {
		max-width: 2.6rem;
	}
}

@media print,
screen and (max-width: 480px) {
	.btnA01.pink img {
		max-width: 2rem;
	}
}

.service-lp_mv {
	position: relative;
}

.service-lp_mv .inner_contents {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

@media print,
screen and (min-width: 769px) {
	.service-lp_mv .inner_contents {
		top: 52%;
		left: 50%;
		transform: translateY(-48%) translateX(-50%);
	}
}

@media print,
screen and (max-width: 768px) {
	.service-lp_mv .inner_contents {
		height: 90%;
	}
}

.service-lp_mv .bg-images {
	position: relative;
}

.service-lp_mv .ttlBox {
	background: rgb(255 255 255 / 88%);
	padding: 3em 4em 3em 11vw;
}

@media print,
screen and (min-width: 769px) {
	.service-lp_mv .ttlBox {
		margin-left: calc(50% - 50vw) !important;
		padding-left: calc(50vw - 50%);
		display: inline-block;
	}
}

@media print,
screen and (max-width: 768px) {
	.service-lp_mv .ttlBox {
		margin-right: calc(50% - 50vw) !important;
		padding: 2em 5% 2em 2em;
	}
}

@media print,
screen and (max-width: 480px) {
	.service-lp_mv .ttlBox {
		padding: 1em 5% 1em 2em;
	}
}

.service-lp_mv .ttlBox h1 {
	color: #C40450;
	font-size: 1.65vw;
	margin-bottom: .4em;
}

@media print,
screen and (max-width: 768px) {
	.service-lp_mv .ttlBox h1 {
		font-size: 3vw;
	}
}

@media print,
screen and (max-width: 480px) {
	.service-lp_mv .ttlBox h1 {
		font-size: 3.4vw;
	}
}

.service-lp_mv .ttlBox .logoImg {
	width: 40vw;
}

@media print,
screen and (max-width: 768px) {
	.service-lp_mv .ttlBox .logoImg {
		width: 100%;
	}
}

.service-lp_mv .subTxt {
	color: #fff;
	font-size: 1.8rem;
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin-top: 1em;
	letter-spacing: .05em;
}

@media print,
screen and (min-width: 769px) {
	.service-lp_mv .subTxt {
		margin-left: calc(50% - 50vw) !important;
	}
}

@media print,
screen and (max-width: 768px) {
	.service-lp_mv .subTxt {
		margin-right: calc(50% - 50vw) !important;
		padding-right: 0;
		justify-content: flex-end;
		margin-top: .5em;
	}
}

@media print,
screen and (max-width: 480px) {
	.service-lp_mv .subTxt {
		font-size: 1rem;
	}
}

@media print,
screen and (min-width: 769px) {
	.service-lp_mv .subTxt::before {
		background-color: #fff;
		content: "";
		height: 1px;
		width: 31vw;
		margin-right: 15px;
	}
}

@media print,
screen and (max-width: 768px) {
	.service-lp_mv .subTxt::after {
		background-color: #fff;
		content: "";
		height: 1px;
		width: 15vw;
		margin-left: 1.5em;
	}
}

.service-lp_mv .btnList {
	margin-top: 2rem;
	align-items: center;
}

@media print,
screen and (min-width: 1050px) {
	.service-lp_mv .btnList {
		margin-top: 10rem;
	}
}

@media screen and (max-width: 768px) {
	.service-lp_mv .btnList {
		width: 100%;
		position: absolute;
		bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.pageLink .ctsContainer {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.pageLink .f-container {
		flex-direction: row;
	}
}

.pageLink .f-item {
	width: 50vw;
}

.pageLink .link {
	text-align: center;
	padding: 1.5em 0 2.5em;
	font-size: 1.8rem;
	position: relative;
	display: block;
	color: #555;
	text-decoration: none;
	font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
	.pageLink .link {
		font-size: 1.5rem;
		padding: 2em 0 3em;
	}
}

@media screen and (max-width: 480px) {
	.pageLink .link {
		font-size: 1.2rem;
	}
}

.link::after {
	content: "";
	position: absolute;
	bottom: 50px;
	margin: auto;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 20px;
	margin-top: -5px;
	border-top: 2px solid #162F40;
	border-right: 2px solid #162F40;
	transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
	.link::after {
		bottom: 40px;
	}
}

@media screen and (max-width: 480px) {
	.link::after {
		bottom: 30px;
		width: 15px;
		height: 15px;
	}
}

.link.job-change::after {
	border-color: #B52652;
}

.pageLink .link:not(:first-child)::before {
	content: "";
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 80px;
	background: #807D7D;
}

@media screen and (max-width: 768px) {
	.pageLink .link:not(:first-child)::before {
		height: 100%;
	}
}

.link.job-change {
	color: #B52652;
}

.link.recruitment {
	color: #162F40;
}

/*--------------------*/
/*Problem
/*--------------------*/
.problemContainer {
	background: url(https://careerbloominc.com/data/wp-content/uploads/2024/12/bg-gray-images.png);
}

.problemContainer .f-container {
	flex-wrap: wrap;
	gap: 2em;
}

@media screen and (max-width: 480px) {
	.problemContainer .f-container {
		gap: 1em;
	}
}

.problemContainer .f-container .f-item {
	width: -webkit-calc(100% / 2 - 1em);
	width: calc(100% / 2 - 1em);
	background: #fff;
	padding: 2em 3em;
}

@media screen and (max-width: 768px) {
	.problemContainer .f-container .f-item {
		padding: 2em 2em;
		width: 100%;
	}
}

.problemContainer .f-container .imgBox figure img {
	max-height: 100px;
	width: auto;
}

.problemContainer .f-container .txtBox p {
	font-size: 20px;
}

@media screen and (max-width: 768px) {
	.problemContainer .f-container .txtBox p {
		font-size: 16px;
	}
}

.problemContainer .f-container .txtBox p strong {
	color: #B52652;
}

/*--------------------*/
/*Solution
/*--------------------*/
.solution_info-1 {
	background: #B52652;
}

@media screen and (min-width: 769px) {
	.solution_info-1 {
		background: url(https://careerbloominc.com/data/wp-content/uploads/2024/12/solution_bg_images.jpg) #B52652 no-repeat center right;
		background-size: 70%;
		padding: 4em;
		margin-bottom: 4em;
	}
}

@media screen and (max-width: 768px) {
	.solution_info-1 {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 10% 5% 3em;
		background: linear-gradient(180deg, #B52652 0%, #B52652 70%, #fff 70%, #fff 100%);
	}
}

.solution_info-1 .txtBox {
	background: #fff;
	padding: 4em 3em;
}

@media screen and (min-width: 769px) {
	.solution_info-1 .txtBox {
		padding: 4em 3em;
		width: 53%;
	}
}

@media screen and (max-width: 480px) {
	.solution_info-1 .txtBox {
		padding: 3em 1.4em;
	}
}

.solution_info-1 .txtBox .ttl {
	font-size: 24px;
	padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.solution_info-1 .txtBox .ttl {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.solution_info-1 .txtBox .ttl {
		font-size: 18px;
	}
}

.solution_info-1 .txtBox .ttl img {
	display: inline-block;
	width: 12em;
	margin-right: .4em;
	vertical-align: text-bottom;
}

@media screen and (max-width: 480px) {
	.solution_info-1 .txtBox .ttl img {
		width: 10em;
		margin-right: .2em;
	}
}

.solution_info-1 .txtBox .ttl strong,
.solution_info-1 .txtBox p strong {
	color: #B52652;
}

.solution_info-1 .txtBox p {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2.4;
	color: #262626;
}

@media screen and (max-width: 768px) {
	.solution_info-2 {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
}

.solution_info-2 .questionBox {
	background: #B52652;
	padding: 1em 4em;
}

@media screen and (min-width: 769px) {
	.solution_info-2 .questionBox {
		display: inline-block;
	}
}

@media screen and (max-width: 480px) {
	.solution_info-2 .questionBox {
		padding: 1em 8%;
	}
}

.solution_info-2 .questionBox .ttl {
	color: #fff;
	font-size: 24px;
	letter-spacing: .04em;
}

@media screen and (max-width: 480px) {
	.solution_info-2 .questionBox .ttl {
		font-size: 4.2vw;
	}
}

.solution_info-2 .icon {
	margin-right: 1em;
}

@media screen and (max-width: 480px) {
	.solution_info-2 .icon {
		margin-right: .5em;
	}
}

.icon-check-circle::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	background: url(https://careerbloominc.com/data/wp-content/uploads/2024/12/icon-check-circle.svg) no-repeat;
	background-size: contain;
	margin-bottom: 5px;
}

.solution_info-2 .answerBox {
	background: url(https://careerbloominc.com/data/wp-content/uploads/2024/12/bg-gray-images.png) repeat;
	padding: 5em 4em 3em;
}

@media screen and (min-width: 769px) {
	.solution_info-2 .answerBox {
		margin-top: -2.4em;
	}
}

@media screen and (max-width: 768px) {
	.solution_info-2 .answerBox {
		padding: 2em 10%;
	}
}

.solution_info-2 .answerBox p {
	line-height: 2.4;
	margin-bottom: 2em;
	letter-spacing: .04em;
	color: #262626;
}

@media screen and (max-width: 480px) {
	.solution_info-2 .answerBox p {
		margin-bottom: 1em;
	}
}

.solution_info-2 .answerBox p strong {
	color: #B52652;
}

.text-underline {
	border-bottom: 1px solid;
	padding-bottom: .2em;
	display: inline;
}

.solution_info-2 .answerBox small {
	letter-spacing: .04em;
}

/*--------------------*/
/*Reason
/*--------------------*/
.reasonContainer {
	background: url(https://careerbloominc.com/data/wp-content/uploads/2024/12/bg-gray-images.png);
}

.reasonContainer .box {
	gap: 0;
	margin-top: 8em;
}

@media screen and (max-width: 768px) {
	.reasonContainer .box {
		margin-top: 4em;
	}
}

.reasonContainer .box .imgBox {
	background: #B52652;
	position: relative;
}

@media screen and (min-width: 769px) {
	.reasonContainer .box .imgBox {
		margin-top: -2em;
		height: 320px;
	}
}

@media screen and (max-width: 768px) {
	.reasonContainer .box .imgBox {
		margin-right: 1em;
	}
}

@media screen and (min-width: 769px) {
	.reasonContainer .box:nth-child(odd) .imgBox figure {
		margin: -1em -4em 0 1em;
	}

	.reasonContainer .box .imgBox figure {
		margin: -1em 1em 0 -4em;
	}
}

@media screen and (max-width: 768px) {
	.reasonContainer .box .imgBox figure {
		margin: -1em -1em 1em 1em;
	}
}

.reasonContainer .box .txtBox {
	background: #fff;
	padding: 3em 7em 3em 3em;
}

@media screen and (min-width: 769px) {
	.reasonContainer .box .txtBox {
		padding: 3em 7em 3em 3em;
	}

	.reasonContainer .box:nth-child(odd) .txtBox {
		padding: 3em 3em 3em 7em;
	}
}

@media screen and (max-width: 768px) {
	.reasonContainer .box .txtBox {
		padding: 8em 10% 3em;
		width: 100vw;
		margin: -7em calc(50% - 50vw) 0;
	}
}

.reasonContainer .box .txtBox .ttl {
	color: #B52652;
	align-items: center;
	margin-bottom: 1.6em;
}

@media screen and (max-width: 768px) {
	.reasonContainer .box .txtBox .ttl {
		flex-direction: row;
		margin-bottom: .6em;
	}
}

.reasonContainer .box .txtBox .ttl span.number {
	font-size: 100px;
	font-weight: 800;
	line-height: 1;
	margin-right: .2em;
}

@media screen and (max-width: 480px) {
	.reasonContainer .box .txtBox .ttl span.number {
		font-size: 16vw;
	}
}

.reasonContainer .box .txtBox .ttl h2 {
	font-size: 24px;
	letter-spacing: .04em;
}

@media screen and (max-width: 480px) {
	.reasonContainer .box .txtBox .ttl h2 {
		font-size: 4.3vw;
	}
}

.reasonContainer .box .txtBox p {
	line-height: 2.2;
	letter-spacing: .04em;
}

/*--------------------*/
/*btnContainer
/*--------------------*/
.btnContainer .noticeTxt {
	text-align: center;
	margin-top: 3em;
}

.btnContainer .noticeTxt p {
	font-size: 14px;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

@media screen and (max-width: 480px) {
	.btnContainer .noticeTxt p {
		font-size: 12px;
	}
}

/*--------------------*/
/*Members
/*--------------------*/
.membersContainer {
	background: #FDF8F9;
}

.membersList {
	margin-bottom: 3em !important;
}

@media screen and (max-width: 480px) {
	.membersList {
		margin-bottom: 2em !important;
	}
}

.membersList .slick-track {
	display: flex;
	justify-content: center;
	gap: 3em;
}

@media screen and (max-width: 768px) {
	.membersList .slick-track {
		gap: 1em;
	}
}

@media screen and (max-width: 480px) {
	.membersList .slick-track {
		gap: 2em;
	}
}

@media screen and (max-width: 768px) and (min-width: 481px) {
	.membersList .slick-list {
		padding: 0 5% !important;
	}
}

.membersList .postItem {
	background: #fff;
	padding: 1.5em 1.5em 3em;
	margin-top: 8em;
}

@media screen and (min-width: 769px) {
	.membersList .postItem {
		max-width: 20rem;
	}
}

.membersList .postItem figure {
	width: 70%;
	margin: -8em auto 1.6em;
}

.membersList .postItem figure img {}

.membersList .postItem .membersPost {
	height: 4rem;
	position: relative;
	margin-bottom: 1em;
}

.membersList .postItem .membersPost span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .04em;
}

.membersList .postItem .membersName {
	font-size: 22px;
	color: #B52652;
	text-align: center;
	margin-bottom: 1.5em;
}

.membersList .postItem .membersProfile {
	font-size: 14px;
	letter-spacing: .04em;
}

.onestoryContainer .card__tag {
	display: none;
}

.onestoryContainer .post-list._outside {
	margin-bottom: 10em;
}

/*--------------------*/
/*Step
/*--------------------*/
.stepContainer {
	background: url(https://careerbloominc.com/data/wp-content/uploads/2024/12/bg-gray-images.png);
}

@media screen and (max-width: 768px) {
	.stepList {
		flex-direction: row;
	}
}

.stepList .numberBox {
	flex: 1;
	background: #B52652;
	position: relative;
}

.stepList:nth-child(1) .numberBox {
	background: #CB6685;
}

.stepList:nth-child(2) .numberBox {
	background: #C35173;
}

.stepList:nth-child(3) .numberBox {
	background: #BC3B62;
}

.stepList .numberBox p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	font-size: 42px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	letter-spacing: .04em;
}

@media screen and (max-width: 480px) {
	.stepList .numberBox p {
		font-size: 36px;
	}
}

.stepList .numberBox p span {
	display: block;
	font-size: 18px;
	margin-bottom: .4em;
}

@media screen and (max-width: 480px) {
	.stepList .numberBox p span {
		font-size: 12px;
	}
}

.stepList .txtBox {
	flex: 5;
	background: #fff;
	padding: 3em;
}

@media screen and (max-width: 480px) {
	.stepList .txtBox {
		flex: 3;
		padding: 1em;
	}
}

.stepList:not(:last-child) .txtBox {
	border-bottom: 1px dotted #B1B1B1;
}

.stepList .txtBox .ttl {
	color: #B52652;
	font-size: 20px;
	margin-bottom: .4em;
	letter-spacing: .04em;
}

@media screen and (max-width: 480px) {
	.stepList .txtBox .ttl {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	.stepList .txtBox p {
		line-height: 2.2;
	}
}

/*--------------------*/
/*FAQ
/*--------------------*/
.accordion {
	border-top: 1px solid #D8D8D8;
}

.accordion:last-child {
	border-bottom: 1px solid #D8D8D8;
}

.accordion .content .innerBox {
	background: #FDF8F9;
	padding: 2em 2em 2em 7.6em;
}

@media screen and (max-width: 480px) {
	.accordion .content .innerBox {
		padding: 1.6em 2em 1.6em 4em;
	}
}

.accordion .content .innerBox p {
	position: relative;
}

.accordion .content .innerBox p::before {
	content: '';
	width: 45px;
	height: 45px;
	background: url(https://careerbloominc.com/data/wp-content/uploads/2024/12/icon-A.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: -3em;
	top: -.6em;
}

@media screen and (max-width: 480px) {
	.accordion .content .innerBox p::before {
		content: '';
		width: 35px;
		height: 35px;
	}
}

/*チェックボックスを非表示にする*/
.accordion input {
	display: none;
}

.accordion label {
	padding: 2em 3em 2em 6em;
	background: #fff;
	display: block;
	position: relative;
	cursor: pointer;
	color: #262626;
	font-size: 20px;
	position: relative;
}

@media screen and (max-width: 480px) {
	.accordion label {
		padding: 1.6em 3.5em 1.6em 4em;
		font-size: 15px;
	}
}

.accordion label::before {
	content: '';
	width: 45px;
	height: 45px;
	background: url(https://careerbloominc.com/data/wp-content/uploads/2024/12/icon-Q.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 1em;
	top: 1.6em;
}

@media screen and (max-width: 480px) {
	.accordion label::before {
		width: 35px;
		height: 35px;
	}
}

/*三角矢印アイコン*/
.accordion .icon-arrow {
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 24px;
	margin-left: 6px;
	flex-shrink: 0;
	transform-origin: center 43%;
	transition: transform 0.5s;
}

@media screen and (max-width: 480px) {
	.accordion .icon-arrow {
		right: 15px;
	}
}

.accordion .icon-arrow::before,
.accordion .icon-arrow::after {
	content: "";
	position: absolute;
	display: block;
	width: 15px;
	height: 3px;
	background-color: #B52652;
}

.accordion .icon-arrow::before {
	left: 0;
	transform: rotate(45deg);
}

.accordion .icon-arrow::after {
	right: 0;
	transform: rotate(-45deg);
}

/*コンテンツ初めは非表示*/
.accordion .content {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	overflow: hidden;
	margin-top: 0;
}

/*クリックするとコンテンツ表示*/
.accordion input:checked~.content {
	max-height: 500px;
	opacity: 1;
	visibility: visible;
}

/* アコーディオン表示の際に三角回転 */
.accordion input:checked~label .icon-arrow {
	transform: rotate(180deg);
}

/*--------------------*/
/*For You
/*--------------------*/
.foryouContainer {
	background: linear-gradient(180deg, #FFF5F8 0%, #FFF5F8 50%, #B52652 50%, #B52652 100%);
}

.foryouContainer .foryou_inner {
	background: #fff;
	padding: 4em 5em 8em;
}

@media screen and (max-width: 768px) {
	.foryouContainer .foryou_inner {
		padding: 4em 3em 8em;
	}
}

@media screen and (max-width: 480px) {
	.foryouContainer .foryou_inner {
		padding: 3em 2em 4em;
	}
}

.foryouContainer figure {
	width: 74%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.foryouContainer figure {
		width: 100%;
	}
}

.foryouContainer p {
	margin: 3.5em auto;
}

@media screen and (max-width: 480px) {
	.foryouContainer p {
		margin: 2em auto;
	}
}

.foryouContainer .btnA01 {
	max-width: 35rem;
	margin: 0 auto;
}

@media screen and (max-width: 480px) {
	.foryouContainer .btnA01 a {
		font-size: 1.2rem;
	}
}

/*--------------------*/
/*Collaboration
/*--------------------*/
.collaborationContainer {
	background: url(https://careerbloominc.com/data/wp-content/uploads/2024/12/bg-collaboration.svg) no-repeat top right;
	background-size: contain;
}

.collaborationContainer .sclead p {
	letter-spacing: .04em;
	line-height: 2.2;
}

.collaborationContainer .collaborationTitle {
	background: #162F40;
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding: .6em 0;
	margin: 4em auto 2.5em;
}

@media screen and (max-width: 768px) {
	.collaborationContainer .collaborationTitle {
		font-size: 16px;
		padding: 1em 0;
		margin: 3em auto 1.5em;
	}
}

.collaborationContainer .f-container {
	gap: 2.85em;
}

@media screen and (max-width: 768px) and (min-width: 581px) {
	.collaborationContainer .f-container {
		gap: 2em;
		flex-direction: row;
	}
}

.collaborationContainer .f-container .f-item {
	flex: 1;
}

.collaborationContainer .f-container .f-item .ttl {
	font-size: 22px;
	text-align: center;
	margin: 1em auto .5em;
	font-weight: 800;
	color: #162F40;
}

@media screen and (max-width: 768px) {
	.collaborationContainer .f-container .f-item .ttl {
		font-size: 16px;
		margin: 1em auto .5em;
	}
}
}

.collaborationContainer .f-container .f-item .txt {
	text-align: justify;
	text-justify: inter-ideograph;
}

.collaborationContainer .movieContainer {
	background: url(https://careerbloominc.com/data/wp-content/uploads/2024/12/bg-movie.jpg) no-repeat center;
	background-size: cover;
	padding: 3em 2em;
	margin-top: 3em;
	text-align: center;
}

@media screen and (max-width: 480px) {
	.collaborationContainer .movieContainer {
		width: 100vw;
		margin: 3em calc(50% - 50vw) 0;
		padding: 3em 9%;
	}
}

video {
	width: 100%;
	max-width: 600px !important;
}

.collaborationContainer .post-list._outside {
	margin-right: auto !important;
	justify-content: center;
}

@media print,
screen and (min-width: 1050px) {
	.collaborationContainer ._outside .post-list__item+.post-list__item {
		margin-left: 2rem;
	}
}

.collaborationContainer .btnA01 {
	margin: 8em auto 0;
}

/*--------------------*/
/*Message
/*--------------------*/
.messageContainer {
	background: url(https://careerbloominc.com/data/wp-content/uploads/2024/12/bg-gray-images.png);
}

.message_inner {
	background: #fff;
	padding-bottom: 8em;
}

@media screen and (max-width: 480px) {
	.message_inner {
		padding-bottom: 2em;
	}
}

@media screen and (min-width: 769px) {
	.message_mv {
		padding-left: 20%;
	}
}

.messageContainer .message_inner .box-1 {
	margin: -5em auto 4em;
}

@media screen and (max-width: 768px) {
	.messageContainer .message_inner .box-1 {
		margin: -4em auto 2em;
		gap: 2.4em;
	}
}

@media screen and (max-width: 480px) {
	.messageContainer .message_inner .box-1 {
		margin: -3em auto 1em;
		gap: 2em;
	}
}

.messageContainer .message_inner .box-1 .f-item {
	flex: 1;
}

.messageContainer .message_inner .box-1 .ttlBox {
	background: #B52652;
	flex-basis: 50%;
	margin-left: -20px;
	padding: 2em 3em 2em 5em;
	position: relative;
}

@media screen and (max-width: 768px) {
	.messageContainer .message_inner .box-1 .ttlBox {
		margin-right: 3em;
		padding: 2em 3em 2em 4em;
	}
}

@media screen and (max-width: 480px) {
	.messageContainer .message_inner .box-1 .ttlBox {
		margin-right: 2em;
		padding: 1.4em 1em 1.4em 2em;
	}
}

.messageContainer .message_inner .box-1 .ttlBox:before {
	position: absolute;
	content: '';
}

.messageContainer .message_inner .box-1 .ttlBox:before {
	bottom: -20px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 20px solid #491A47;
	border-left: 20px solid transparent;
}

.messageContainer .message_inner .box-1 .ttlBox .ttl {
	color: #fff;
	font-size: 23px;
	line-height: 2.2;
}

@media screen and (max-width: 480px) {
	.messageContainer .message_inner .box-1 .ttlBox .ttl {
		font-size: 4.2vw;
		line-height: 1.8;
	}
}

.messageContainer .message_inner .box-1 .nameBox {
	flex-basis: 50%;
}

@media screen and (min-width: 769px) {
	.messageContainer .message_inner .box-2 {
		margin: 0 6.5em 0 4em;
		text-align: right;
		height: 100%;
		align-items: flex-end;
	}
}

@media screen and (max-width: 768px) {
	.messageContainer .message_inner .box-2 {
		text-align: center;
	}
}

.messageContainer .message_inner .box-2 .f-item {}

.messageContainer .message_inner .box-2 .post {
	font-size: 18px;
}

@media screen and (max-width: 480px) {
	.messageContainer .message_inner .box-2 .post {
		font-size: 12px;
	}
}

.messageContainer .message_inner .box-2 .name {
	font-size: 28px;
}

@media screen and (max-width: 480px) {
	.messageContainer .message_inner .box-2 .name {
		font-size: 20px;
	}
}

.messageContainer .message_inner .sclead {
	padding: 0 6em;
}

@media screen and (max-width: 768px) {
	.messageContainer .message_inner .sclead {
		padding: 0 3em;
	}
}

@media screen and (max-width: 480px) {
	.messageContainer .message_inner .sclead {
		padding: 0 2em;
	}
}

.messageContainer .message_inner .sclead p {
	line-height: 2.2;
}

/*--------------------*/
/*About Us
/*--------------------*/
.aboutusContainer {}

.TB01 {
	max-width: 620px;
	margin: 0 auto 6em;
}

@media screen and (max-width: 480px) {
	.TB01 {
		width: 100%;
		margin: 0 auto 4em;
	}
}

.TB01 tr {
	border-bottom: 1px solid #DAD9DA;
}

.TB01 tr th,
.TB01 tr td {
	background: #fff;
	border: none;
	font-size: 16px;
	font-weight: 400;
	padding: .5em 1em;
	vertical-align: top;
}

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

	.TB01 tr th,
	.TB01 tr td {
		font-size: 13px;
	}
}

.TB01 tr th {
	width: 0;
	white-space: nowrap;
	padding-right: 2em;
}

/*--------------------*/
/*Slick共通
/*--------------------*/
.slick-track {
	display: flex !important;
	gap: 1em;
}

.slick-slide {
	height: auto !important;
}

.slick-dots li.slick-active button:before {
	opacity: 1 !important;
	color: #B52652 !important;
}

.collaborationContainer .slick-dots li.slick-active button:before {
	opacity: 1 !important;
	color: #162F40 !important;
}

.slick-dots li button:before {
	font-size: 12px !important;
	opacity: .16 !important;
	color: #B52652 !important;
}

.collaborationContainer .slick-dots li button:before {
	color: #162F40 !important;
}

.slick-dots {
	bottom: -60px !important;
}

@media screen and (max-width: 834px) {
	.membersList .slick-dots {
		display: flex !important;
		justify-content: center !important;
	}
}

.post-list .slick-dots {
	max-width: 100% !important;
}

.post-list .prev-arrow {
	left: 2rem !important;
}

.post-list .next-arrow {
	right: .5em !important;
}

/*--------------------*/
/*その他
/*--------------------*/
.footer {
	border: none;
}

.footer__inner {
	display: none;
}

/*--------------------*/
/*バナー
/*--------------------*/

.banner01 {
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	background: #FDF8F9;
}

@media screen and (max-width: 834px) {
	.banner01 {
		margin-top: 30px;
		padding-bottom: 30px;
	}
}

.banner01 img {
	display: block;
	max-width: 800px;
	margin-inline: auto;
}

.banner02 {
	margin-top: 50px;
}

@media screen and (max-width: 834px) {
	.banner02 {
		margin-top: 30px;
	}
}