.block--pc {
	display: block !important;
}

.block--sp {
	display: none !important;
}

@media only screen and (max-width: 980px) {
	.block--pc {
		display: none !important;
	}

	.block--sp {
		display: block !important;
	}
}


.pbMainArea {
	max-width: 100% !important;
	padding: 0 !important;
}

/* btn primary PC */
.funa2-section__btn--primary a {
	display: block;
	width: 400px;
	margin: 0 auto;
	padding: 20px 0;
	border-radius: 50px;
	background: #FFF100;
	border-bottom: 5px solid #39A5E8;
	transition: all 0.3s;
}

.funa2-section__btn--primary a:hover {
	margin-top: 3px;
	border-bottom: 2px solid #39A5E8;
}

.funa2-section__btn--primary a span {
	position: relative;
	display: block;
	color: #0073BD;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.funa2-section__btn--primary a span::before {
	content: url(/library/2026/images/company/company_recruitment_recruit/icon_check.svg);
	position: absolute;
	display: block;
	top: 0;
	left: 113px;
}

/* btn primary SP */
@media only screen and (max-width: 980px) {
	.funa2-section__btn--primary a {
		width: 80%;
		max-width: 400px;
		margin-bottom: 20px;
	}

	.funa2-section__btn--primary a span::before {
		left: 15%;
	}

}

/* MV section PC */

.funa2-mv-section__content {
	background: #0073BD;
	padding: 20px 0 0;
}

.funa2-mv-section__title {
	position: relative;
	background: white;
	text-align: center;
	padding: 15px 0;
}

.funa2-mv-section__title h2 span {
	position: relative;
	display: inline-block;
	font-size: 120%;
}

.funa2-mv-section__title h2 span::before {
	content: '';
	background-image: url(/library/2026/images/company/company_recruitment_recruit/mv_title.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	display: block;
	top: 0;
	left: -170px;
	width: 173px;
	height: 300px;
}

.funa2-mv-section__title h2 strong {
	font-size: 130%;
}

.funa2-mv-section__image img {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 50px 0;
}

.funa2-mv-section__image-bottom img {
	display: block;
	width: 100%;
}

/* MV section SP */
@media only screen and (max-width: 980px) {
	.funa2-mv-section__title {
		text-align: left;
		padding-left: 30%;
	}

	.funa2-mv-section__title h2 span::before {
		left: -100px;
		width: 100px;
		height: 150px;
	}

	.funa2-mv-section__image img {
		width: 90%;
		margin: 0 auto;
	}

}

/* section */
.funa2-section__wrap {
	padding: 50px 0;
}

.section__wrap--bg {
	background: #FFF100;
}

.funa2-section__inner {
	position: relative;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}

.attention-badge {
	position: absolute;
	top: 0;
	right: 0;
	width: 183px;
	height: 183px;
	margin-top: -18%;
	border-radius: 100%;
	background: #E4007F;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.attention-badge span {
	display: block;
	text-align: center;
	color: white;
	font-size: 150%;
}

/* section SP */
@media only screen and (max-width: 980px) {
	.funa2-section__wrap {
		padding: 30px 15px;
	}

	.funa2-section__inner {
		max-width: 100%;
	}

	.attention-badge {
		width: 100px;
		height: 100px;
		margin-top: -35%;
	}

	.attention-badge span {
		font-size: 120%;
	}

}

/* text-block */

.funa2-text-block__image img {
	display: block;
	width: 70%;
	margin: 0 auto;
}

.funa2-text-block__title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
	font-size: 140%;
	font-weight: bold;
	color: #0073BD;
}

.funa2-text-block__title::before,
.funa2-text-block__title::after {
	content: '';
	background: #0073BD;
	height: 1px;
	width: 130px;
}

.funa2-text-block__title::before {
	margin-right: 15px;
}

.funa2-text-block__title::after {
	margin-left: 15px;
}

.funa2-section__text-block ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
}

.funa2-section__text-block ul li {
	font-size: 130%;
	font-weight: bold;
	color: #0073BD;
	line-height: 1.7;
}

.funa2-section__text-block ul li::after {
	content: '｜';
}

.funa2-section__text-block ul li:last-child::after {
	content: '';
}

.funa2-section__text-block h3.main {
	font-size: 150%;
	text-align: center;
	margin: 1.3em 0;
	padding-bottom: 30px;
}

.funa2-section__text-block p.sub {
	text-align: center;
	padding-bottom: 30px;
}

/* text-block SP */
@media only screen and (max-width: 980px) {
	.funa2-text-block__title {
		font-size: 120%;
	}

	.funa2-text-block__title::before,
	.funa2-text-block__title::after {
		width: 90px;
	}

	.funa2-section__text-block ul {
		padding: 0;
	}

	.funa2-section__text-block ul li {
		font-size: 100%;
	}

	.funa2-section__text-block h3.main {
		font-size: 120%;
		text-align: center;
	}

	.funa2-section__text-block p.sub {
		text-align: center;
		padding-bottom: 30px;
	}

	.funa2-text-block__image img {
		display: block;
		width: 80%;
		margin: 0 auto;
	}

}

/* time-table */
.funa2-time-table__heading {
	padding-bottom: 25px;
}

.funa2-time-table__heading img {
	display: block;
	margin: 0 auto;
}

.funa2-time-table__box {
	width: 100%;
	max-width: 70%;
	margin: 0 auto;
	padding: 50px;
	background: white;
	border-radius: 5px;
}

.funa2-time-table__items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px dashed #aaaaaa;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.funa2-time-table__items .image {
	width: 25%;
}

.funa2-time-table__items .image img {
	display: block;
	object-position: bottom;
}

.funa2-time-table__items p {
	margin: 0;
	font-size: 120%;
}

.funa2-time-table__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 0;
}

.funa2-time-table__list .funa2-time-table__items {
	align-items: baseline;
	width: calc(100% / 2);
	border-bottom: none;
	margin-bottom: 0;
}

.funa2-time-table__list .funa2-time-table__items .image {
	width: 35%;
}

.funa2-time-table__layout {
	padding: 15px;
}

.funa2-time-table__layout p.text {
	margin: 0;
}

.funa2-time-table__label span {
	display: inline-block;
	padding: 10px 50px;
	text-align: center;
	border-radius: 30px;
	background: #0073BD;
	color: white;
	line-height: 1;
}

/* time-table SP */
@media only screen and (max-width: 980px) {
	.funa2-time-table__box {
		max-width: 90%;
		width: 100%;
		padding: 20px;
	}

	.funa2-time-table__items {
		display: block;
		padding: 0;
		margin-bottom: 15px;
	}

	.funa2-time-table__items .image {
		width: 100%;
	}

	.funa2-time-table__items .image img {
		display: block;
		margin: 0 auto;
	}

	.funa2-time-table__items p {
		padding: 15px 0;
		font-size: 120%;
		text-align: center;
	}

	.funa2-time-table__label {
		text-align: center;
	}

	.funa2-time-table__label span {
		font-size: 120%;
	}

	.funa2-time-table__list {
		display: block;
		padding: 15px 0;
	}

	.funa2-time-table__list .funa2-time-table__items {
		display: flex;
		width: 100%;
		border-bottom: none;
		margin-bottom: 0;
	}

	.funa2-time-table__list .funa2-time-table__items .image {
		width: 50%;
	}

	.funa2-time-table__list .funa2-time-table__items p {
		padding: 5px;
	}

	.funa2-time-table__layout p.text {
		text-align: center;
	}
}

/* map */
.funa2-section__map {
	aspect-ratio: 16/5;
}

.funa2-section__map iframe {
	width: 100%;
	height: 100%;
	max-height: 450px;
}

.funa2-section__address__title img {
	display: block;
	width: 50%;
	margin: 50px auto;
}

.funa2-section__address__text {
	text-align: center;
}

.funa2-section__address__text h4 {
	font-weight: normal;
	font-size: 130%;
}

/* map SP */
@media only screen and (max-width: 980px) {
	.funa2-section__map {
		aspect-ratio: 1/1;
	}

	.funa2-section__map iframe {
		width: 100%;
		height: 100%;
		max-height: 450px;
	}

	.funa2-section__address__title img {
		display: block;
		margin: 30px auto;
		width: 80%;
	}

	.funa2-section__address__text h4 {
		font-weight: normal;
		font-size: 110%;
	}
}

@media (min-width: 677px) and (max-width: 980px) {
	.funa2-section__map {
		aspect-ratio: 16/9;
	}

	.funa2-section__map iframe {
		width: 100%;
		height: 100%;
		max-height: 450px;
	}

}