@charset "UTF-8";

/*-----------------------------------

	headline

-----------------------------------*/
#headline {
	background: url(../img/recruit/headline_bg.jpg) no-repeat center center/cover;
}
#headline h1::before {
	content: "RECRUIT";
}
@media screen and (max-width: 640px) {
    #headline {
		background: url(../img/recruit/sp/headline_bg.jpg) no-repeat center center/cover;
	}
}
/*-----------------------------------

	recruit

-----------------------------------*/
#recruit {
	background: var(--mClr1) url(../img/recruit/message_bg.webp) no-repeat center top/contain;
	clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%, 0 60px);
	padding-top: 40px;
}
@media screen and (max-width: 640px) {
	#recruit {
		clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
		padding-top: 30px;
	}
}
/*-- menu_block --*/
#menu_block {
	margin-bottom: 80px;
}
#menu_block ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
#menu_block ul li {
	width: 230px;
}
#menu_block ul li a {
	display: block;
	background: #f0f0f5 url(../img/business/icon_arrow_menu.svg) no-repeat calc(100% - 15px) center/32px;
	padding: 25px 15px;
}
@media screen and (max-width: 840px) {
	#menu_block ul {
		justify-content: center;
	}
}
@media screen and (max-width: 640px) {
	#menu_block {
		margin-bottom: 40px;
	}
	#menu_block ul {
		gap: 10px;
	}
	#menu_block ul li {
		width: 85%;
	}
	#menu_block ul li a {
		background: #f0f0f5 url(../img/business/icon_arrow_menu.svg) no-repeat calc(100% - 10px) center/24px;
		padding: 15px 10px;
		font-size: 13px;
	}
}
/*-- recruit_wrap - recruit_menu --*/
#recruit_wrap {
	position: relative;
}
#recruit_wrap .recruit_menu {
	position: absolute;
	top: 0;
	left: 6%;
	z-index: 10;
	height: 100%;
	width: max-content;
	padding-bottom: 80px;
}
#recruit_wrap .recruit_menu ul {
	width: max-content;
	position: sticky;
	top: 130px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#recruit_wrap .recruit_menu a {
	display: block;
	font-size: 15px;
	padding-left: 20px;
    color: #9bcbec;
    transition: color .2s;
	position: relative;
}
#recruit_wrap .recruit_menu a:hover {
	opacity: 1;
}
#recruit_wrap .recruit_menu a.active {
    color: #FFF;
}
#recruit_wrap .recruit_menu a.active::before {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #8fc5ea;
	position: absolute;
	top: 2px;
	left: 0;
}
@media screen and (max-width: 840px) {
	#recruit_wrap .recruit_menu a {
		font-size: 13px;
		padding-left: 15px;
	}
}
@media screen and (max-width: 640px) {
	#recruit_wrap .recruit_menu {
		display: none;
	}
	#recruit_wrap .recruit_menu ul {
		top: 70px;
	}
	#recruit_wrap .recruit_menu a {
		font-size: 11px;
		line-height: 1.2;
		padding-left: 10px;
	}
	#recruit_wrap .recruit_menu a.active::before {
		width: 6px;
		height: 6px;
		top: 4px;
	}
}
/*-- recruit_wrap - section --*/
#recruit_wrap > section .contents_inner {
	width: calc(88% - 240px);
	margin: 0 6% 0 calc(6% + 240px);
}
@media screen and (max-width: 1180px) {
	#recruit_wrap > section .contents_inner {
		width: calc(88% - 160px);
		margin: 0 6% 0 calc(6% + 160px);
	}
}
@media screen and (max-width: 840px) {
	#recruit_wrap > section .contents_inner {
		width: calc(88% - 140px);
		margin: 0 6% 0 calc(6% + 140px);
	}
}
@media screen and (max-width: 640px) {
	#recruit_wrap > section .contents_inner {
		/* width: calc(90% - 90px);
		margin: 0 5% 0 calc(5% + 90px); */
		width: 90%;
        margin: 0 auto;
	}
}
/*-----------------------------------

	 message_block

-----------------------------------*/
#message_block {
	padding-bottom: 80px;
}
#message_block h2 {
	font-size: 5.3vw;
	font-weight: 700;
	font-style: italic;
	font-feature-settings: "palt";
	line-height: 1.3;
	margin-bottom: 80px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 70%;
}
#message_block .contents_inner > .copy {
	font-size: 40px;
	font-weight: 900;
	font-feature-settings: "palt";
	line-height: 1.5;
	color: #FFF;
	white-space: pre-line;
	margin-bottom: 60px;
}
#message_block .contents_inner > p {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #FFF;
	white-space: pre-line;
	margin-bottom: 50px;
}
#message_block .message_inner {
	display: flex;
	align-items: center;
	gap: 10px;
}
#message_block .message_inner:nth-child(2n) {
	flex-direction: row-reverse;
	margin: 2.4vw 0 -2.4vw;
}
#message_block .message_inner .textArea {
	width: calc((100% - 10px) / 2);
	padding: 2.4vw 2.66vw 0;
}
#message_block .message_inner .textArea .copy {
	font-size: 3.33vw;
	font-weight: 900;
	color: #FFF;
	display: flex;
	align-items: center;
	gap: 0.66vw;
	margin-bottom: 30px;
}
#message_block .message_inner .textArea .copy span {
	display: inline-block;
	background: #FFF;
	color: #000;
	font-size: 5.8vw;
	padding: 1.33vw 0.66vw;
	text-box: trim-both cap alphabetic;
}
#message_block .message_inner .textArea p {
	font-size: 17px;
	line-height: 1.76;
	font-feature-settings: "palt";
}
#message_block .message_inner:nth-child(2n) .textArea {
	padding: 0 2.66vw 2.4vw;
}
#message_block .message_inner .imageArea {
	width: calc((100% - 10px) / 2);
	clip-path: polygon(0 2.4vw, 100% 0%, 100% calc(100% - 2.4vw), 0% 100%);
}
#message_block .contents_inner > p:last-child {
	width: max-content;
	margin: 80px auto 0;
}
@media screen and (max-width: 1180px) {
	#message_block h2 {
		font-size: 4.7vw;
		margin-bottom: 40px;
	}
	#message_block .contents_inner > .copy {
		font-size: 30px;
	}
	#message_block .contents_inner > p {
		font-size: 19px;
	}
}
@media screen and (max-width: 840px) {
	#message_block .contents_inner > .copy {
		font-size: 24px;
		margin-bottom: 30px;
	}
	#message_block .contents_inner > p {
		font-size: 15px;
		margin-bottom: 20px;
	}
	#message_block .message_inner {
		flex-direction: column;
		margin-top: 50px;
	}
	#message_block .message_inner:nth-child(2n) {
		flex-direction: column;
		margin: 50px 0 0;
	}
	#message_block .message_inner .textArea {
		width: 100%;
		padding: 0;
	}
	#message_block .message_inner:nth-child(2n) .textArea {
		padding: 0;
	}
	#message_block .message_inner .textArea .copy {
		font-size: 36px;
		gap: 10px;
		margin-bottom: 20px;
	}
	#message_block .message_inner .textArea .copy span {
		font-size: 68px;
		padding: 15px 10px;
	}
	#message_block .message_inner .imageArea {
		width: 100%;
	}

}
@media screen and (max-width: 640px) {
	#message_block {
		padding-bottom: 40px;
	}
	#message_block h2 {
		font-size: 24px;
		margin-bottom: 40px;
		background-size: 100% 100%;
	}
	#message_block .contents_inner > .copy {
		font-size: 18px;
		white-space:inherit;
	}
	#message_block .contents_inner > p {
		font-size: 12px;
	}
	#message_block .message_inner {
		margin-top: 30px;
	}
	#message_block .message_inner:nth-child(2n) {
		margin: 30px 0 0;
	}
	#message_block .message_inner .textArea .copy {
		font-size: 22px;
		margin-bottom: 15px;
	}
	#message_block .message_inner .textArea .copy span {
		font-size: 40px;
		padding: 10px 5px;
	}
	#message_block .message_inner .textArea p {
		font-size: 14px;
	}
	#message_block .contents_inner > p:last-child {
		width: 100%;
		margin: 40px auto 0;
	}
}
/*-----------------------------------

	interview_block

-----------------------------------*/
#interview_block {
	padding: 100px 0 130px;
	clip-path: polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%);
	background-color: var(--mClr1);
	background-image: radial-gradient(circle, #3977c4 1.5px, transparent 1.5px);
	background-position: 0 0;
	background-size: 6px 6px;
}
#interview_block h2 {
	font-size: 40px;
	font-weight: 900;
	color: var(--mClr1);
	background: #FFF;
	width: max-content;
	padding: 10px;
	margin: 0 auto 30px;
	text-box: trim-both cap alphabetic;
}
#interview_block ul.menu {
	display: flex;
	justify-content: center;
	gap: calc(3em + 1px);
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: max-content;
	padding: 0 1.5em;
	margin: 0 auto 60px;
}
#interview_block ul.menu li {
	font-size: 18px;
	color: #FFF;
	position: relative;
}
#interview_block ul.menu li:not(:last-child):after {
	content: "";
	width: 1px;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: calc(100% + 1.5em);
}
#interview_block ul.menu li a {
	color: #FFF;
}
#interview_block .interview_box .swiper-slide {
	display: flex;
	margin-bottom: 30px;
}
#interview_block .interview_box .imageArea {
	/* width: 38%; */
	width: 370px;
	position: relative;
	z-index: 0;
}
#interview_block .interview_box .imageArea::before {
	content: "";
	width: 100%;
	height: 30%;
	background: #000000;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#interview_block .interview_box .imageArea .details {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 5;
}
#interview_block .interview_box .imageArea .details .ttl {
	background: #FFF;
	color: var(--mClr1);
	font-size: 13px;
	font-weight: 700;
	font-family: var(--fEN);
	letter-spacing: 0.03em;
	text-box: trim-both cap alphabetic;
	padding: 10px;
	width: max-content;
}
#interview_block .interview_box .imageArea .details .cat {
	background: var(--mClr1);
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	text-box: trim-both cap alphabetic;
	padding: 15px 10px;
	width: max-content;
}
#interview_block .interview_box .imageArea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#interview_block .interview_box .imageArea dl {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 5;
	color: #FFF;
	display: flex;
	align-items: center;
	gap: 10px;
}
#interview_block .interview_box .imageArea dl dt {
	font-size: 14px;
}
#interview_block .interview_box .imageArea dl dd {
	font-size: 17px;
}
#interview_block .interview_box .textArea {
	/* width: 62%; */
	width: calc(100% - 370px);
	background-color: #fff;
	background-color: #ffffff;
	background-image: linear-gradient(90deg, #f0f0f5 1px, transparent 1px), linear-gradient(#f0f0f5 1px, transparent 1px);
	background-position: 10px 10px;
	background-size: 13px 13px;
	padding: 70px 50px;
}
#interview_block .interview_box .textArea dl {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#interview_block .interview_box .textArea dl dt {
	font-weight: 17px;
	line-height: 1.75;
	color: var(--mClr1);
	font-weight: 700;
}
#interview_block .interview_box .textArea dl dt::before {
	content: "Q.";
	font-family: var(--fEN);
	letter-spacing: 0.1em;
	margin-right: 0.5em;
}
#interview_block .interview_box .textArea dl dd {
	line-height: 1.75;
}
#interview_block .pager {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
#interview_block .pager .swiper-pagination-bullet {
	/* display: block; */
	width: 8px;
	height: 8px;
	background: #87c1e8;
	border-radius: 50%;
}
#interview_block .pager div.prev,
#interview_block .pager div.next {
	width: 50px;
}
#interview_block .pager div.prev:after,
#interview_block .pager div.next:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(../img/recruit/interview_arrow.svg) no-repeat center center/contain;
	cursor: pointer;
}
#interview_block .pager div.next:after {
	transform: scale(-1,1);
}
#interview_block .pager .swiper-pagination-bullet-active {
	background: #FFF;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
	width: fit-content;
}

@media screen and (max-width: 1180px) {
	#interview_block .interview_box .imageArea {
		width: 38%;
	}
	#interview_block .interview_box .textArea {
		width: 62%;
		padding: 40px;
	}
}
@media screen and (max-width: 840px) {
	#interview_block ul.menu {
		display: none;
	}
	#interview_block ul.menu li {
		font-size: 14px;
	}
	#interview_block .interview_box.swiper {
    	display: block !important;
  	}
	#interview_block .interview_box .swiper-slide {
		flex-direction: column;
	}
	#interview_block .interview_box .imageArea {
		width: 100%;
		min-height: 380px;
	}
	#interview_block .interview_box .imageArea img {
		width: 100%;
		height: 100%;
		aspect-ratio: 1/1;
		object-fit: cover;
	}
	#interview_block .interview_box .textArea {
		width: 100%;
		padding: 17px;
	}
	#interview_block .interview_box .textArea .textArea_inner {
        display: none;
		padding-bottom: 20px;
    }
    .interview_btn {
        display: block;
		width: 150px;
		border: 1px solid var(--mClr1);
		color: var(--mClr1);
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.03em;
        padding: 17px 0;
		text-align: center;
		border-radius: calc(1px / 0);
		margin: 0 auto;
		position: relative;
		/* background: url(../img/recruit/summary_arrow.svg) no-repeat calc(100% - 15px) center / 15px; */
    }
	.interview_btn::before {
		content: "";
		width: 15px;
		height: 9px;
		background: url(../img/recruit/summary_arrow.svg) no-repeat center / contain;
		position: absolute;
		top: calc(50% - 4.5px);
		right: 15px;
		transition: 0.5s;
	}
	.interview_btn.open::before {
		transform: rotate(-180deg);
	}
}
@media screen and (max-width: 640px) {
	#interview_block {
		padding: 50px 0 65px;
		clip-path: polygon(0 50px, 100% 0%, 100% calc(100% - 50px), 0% 100%);
	}
	#interview_block h2 {
		font-size: 22px;
		margin: 0 auto 15px;
	}
	#interview_block ul.menu {
		gap: calc(1.4em + 1px);
		padding: 0 0.7em;
		margin: 0 auto 30px;
	}
	#interview_block ul.menu li {
		font-size: 11px;
		font-feature-settings: "palt";
	}
	#interview_block ul.menu li:not(:last-child):after {
		left: calc(100% + 0.7em);
	}
	#interview_block .interview_box {
		margin-bottom: 15px;
	}
	#interview_block .interview_box .imageArea .details {
		top: 10px;
		left: 10px;
	}
	#interview_block .interview_box .imageArea .details .ttl {
		font-size: 10px;
		padding: 5px;
	}
	#interview_block .interview_box .imageArea .details .cat {
		font-size: 18px;
		padding: 8px 5px;
	}
	#interview_block .interview_box .imageArea dl {
		bottom: 10px;
		left: 10px;
		gap: 5px;
	}
	#interview_block .interview_box .imageArea dl dt {
		font-size: 11px;
	}
	#interview_block .interview_box .imageArea dl dd {
		font-size: 14px;
	}
	#interview_block .interview_box .textArea {
		padding: 20px;
	}
	#interview_block .interview_box .textArea dl {
		gap: 5px;
	}
	#interview_block .interview_box .textArea dl dt {
		font-size: 14px;
	}
	#interview_block .interview_box .textArea dl dd {
		font-size: 13px;
	}
	#interview_block .pager {
		gap: 15px;
	}
	#interview_block .pager li a {
		width: 6px;
		height: 6px;
	}
	#interview_block .pager li.prev a,
	#interview_block .pager li.next a {
		width: 30px;
		height: 30px;
	}
}
/*-----------------------------------

	summary_block

-----------------------------------*/
#summary_block {
	padding: 30px 0 100px 0;
}
#summary_block h2 {
	font-size: 40px;
	font-weight: 900;
	color: var(--mClr1);
	background: #FFF;
	width: max-content;
	padding: 10px;
	margin: 0 auto 30px;
	text-box: trim-both cap alphabetic;
}
#summary_block .contents_inner > p {
	font-size: 17px;
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.4;
}
#summary_block dl:not(:last-child) {
	margin-bottom: 20px;
}
#summary_block dl dt {
	background: #d2e8f7;
	padding: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 5px;
	padding-right: 90px;
	position: relative;
}
#summary_block dl dt::before {
	content: "";
	width: 40px;
	height: 40px;
	background: #FFF;
	position: absolute;
	top: calc(50% - 20px);
	right: 15px;
}
#summary_block dl dt::after {
	content: "";
	width: 15px;
	height: 9px;
	background: url(../img/recruit/summary_arrow.svg) no-repeat center/contain;
	position: absolute;
	top: calc(50% - 4.5px);
	right: 27px;
	transition: 0.5s;
}
#summary_block dl dt.close::after {
	transform: rotate(-180deg);
}
#summary_block dl dt .cat {
	width: max-content;
	display: flex;
	gap: 5px;
}
#summary_block dl dt span {
	display: block;
	width: 90px;
	padding: 5px 0;
	text-align: center;
}
#summary_block dl dt span.new_graduate {
	background: #00a99d;
	border: 1px solid #00a99d;
	color: #FFF;
}
#summary_block dl dt span.halfway {
	background: #102657;
	border: 1px solid #102657;
	color: #FFF;
}
#summary_block dl dt span.item03 {
	background: #FFF;
	border: 1px solid var(--mClr1);
	color: var(--mClr1);
}
#summary_block dl dt p {
	line-height: 1.3;
	font-size: 18px;
}
#summary_block .box {
    display: none;
}
#summary_block .box table {
	width: 100%;
	border-top: 1px solid #e6e6e6;
}
#summary_block .box table tr {
	border-bottom: 1px solid #e6e6e6;
}
#summary_block .box table th {
	background: #f9f9f9;
	padding: 30px 45px;
	text-align: left;
	width: 200px;
	font-weight: 700;
	color: var(--mClr2);
}
#summary_block .box table td {
	background: #FFF;
	padding: 30px;
	white-space: pre-line;
	font-weight: 400;
	line-height: 1.63;
}
@media screen and (max-width: 1180px) {
	#summary_block .box table th {
		padding: 30px;
		width: 160px;
	}
}
@media screen and (max-width: 840px) {
	#summary_block dl dt {
		flex-direction: column;
		align-items: normal;
	}
	#summary_block .box table th {
		display: block;
		width: 100%;
	}
	#summary_block .box table td {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#summary_block {
		padding: 15px 0 50px 0;
	}
	#summary_block h2 {
		font-size: 22px;
		margin: 0 auto 15px;
	}
	#summary_block .contents_inner > p {
		font-size: 14px;
		margin-bottom: 30px;
	}
	#summary_block dl:not(:last-child) {
		margin-bottom: 15px;
	}
	#summary_block dl dt {
		padding: 10px;
		padding-right: 40px;
	}
	#summary_block dl dt::before {
		width: 22px;
		height: 22px;
		top: calc(50% - 11px);
		right: 10px;
	}
	#summary_block dl dt::after {
		width: 10px;
		height: 6px;
		top: calc(50% - 3px);
		right: 16px;
	}
	#summary_block dl dt .cat {
		flex-direction: row;
	}
	#summary_block dl dt span {
		width: 60px;
		font-size: 11px;
		padding: 3px 0;
	}
	#summary_block dl dt p {
		font-size: 13px;
	}
	#summary_block .box table th {
		padding: 15px;
	}
	#summary_block .box table td {
		padding: 15px;
	}
}
/*-----------------------------------

	contact_block

-----------------------------------*/
#contact_block {
	background: #0066c4 url(../img/recruit/contact_bg.webp) no-repeat center center/cover;
	padding: 80px 0 280px;
	position: relative;
	text-align: center;
}
#contact_block::before,#contact_block::after {
	content: "";
	position: absolute;
	bottom: 50px;
}
#contact_block::before {
	width: min(290px,19.33vw);
	height: 100%;
	background: url(../img/recruit/contact_img01.png) no-repeat center bottom/contain;
	left: calc(20% - min(145px,9.66vw));
}
#contact_block::after {
	width: min(336px,22.4vw);
	height: 100%;
	background: url(../img/recruit/contact_img02.png) no-repeat center bottom/contain;
	left: calc(80% - min(168px,11.2vw));
}
#contact_block p {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.9;
	color: #FFF;
	white-space: pre-line;
	margin-bottom: 50px;
}
#contact_block a {
	display: block;
	width: 425px;
	background: #FFF url(../img/common/icon_arrow_bl.svg) no-repeat calc(100% - 30px) center/14px;
	border: 6px solid var(--mClr1);
	border-radius: calc(1px/0);
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	color: var(--mClr1);
	padding: 25px 10px 25px 0;
	margin: 0 auto;
}
@media screen and (max-width: 840px) {
	#contact_block::before,#contact_block::after {
		bottom: 100px;
	}
	#contact_block p {
		font-size: 17px;
	}
	#contact_block a {
		width: 350px;
		background: #FFF url(../img/common/icon_arrow_bl.svg) no-repeat calc(100% - 25px) center/14px;
		font-size: 17px;
	}
}
@media screen and (max-width: 640px) {
	#contact_block {
		padding: 50px 0 160px;
	}
	#contact_block::before,#contact_block::after {
		content: none;
		display: none;
	}
	#contact_block p {
		font-size: 15px;
		margin-bottom: 30px;
	}
	#contact_block a {
		width: min(300px,90%);
		background: #FFF url(../img/common/icon_arrow_bl.svg) no-repeat calc(100% - 25px) center/14px;
		font-size: 15px;
		border: 4px solid var(--mClr1);
		padding: 20px 10px 20px 0;
	}
}
