/* アンカー飛び先が固定ヘッダーにかぶらないようにする */
html {
	scroll-padding-top: 100px;
	scroll-behavior: smooth;
}

/*------------------------------------------
	採用情報エリア
------------------------------------------*/

/* メインビジュアル */

.mv {
	max-width: 850px;
	margin-inline: auto;
	position: relative;
}

.mv_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 60px 55px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;

	@media screen and (max-width: 750px) {
		padding: 30px 20px 10px;
	}
}

.mv_title {
	text-align: right;
}

.mv_title h2 {
	font-size: 6rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;

	@media screen and (max-width: 750px) {
		font-size: 3rem;
	}
}

.mv_title p {
	font-size: 2.3rem;
	color: #fff;
	line-height: 1;
	margin-top: 10px;
    padding-right: 15px;
	
	@media screen and (max-width: 750px) {
		font-size: 1.8rem;
	}
}

.mv_lead {
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	gap: 10px;

	@media screen and (max-width: 750px) {
		font-size: 1.2rem;
		gap: 0;
	}
}

.mv_lead_text {
	display: inline-block;
	background-color: #fff;
	padding: 12px;
	overflow: hidden;
	white-space: nowrap;

	@media screen and (max-width: 750px) {
		padding: 4px 8px;
	}
}

/* 親で幅0→100%、子は overflow hidden でリール */
.mv_lead_animation {
	display: block;
	overflow: hidden;
	width: 0;
	animation: revealWidth 1.5s ease-in-out forwards;
	animation-delay: 0.5s;
	max-width: fit-content;
}

.mv_lead_animation:nth-child(2) {
	animation-delay: 1.0s;
}

@keyframes revealWidth {
	to {
		width: 100%;
	}

}

/* メインコンテンツ */

#contentarea.recruit_contentarea {
	padding-inline: 0;
}

.lead {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;

	@media screen and (max-width: 750px) {
		font-size: 1.6rem;
		text-align: justify;
		padding-inline: 13px;
	}
}

.button_area {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 25px;
	padding-inline: 60px;

	@media screen and (max-width: 750px) {
		flex-direction: column;
		gap: 10px;
		padding-inline: 13px;
	}
}

.button {
	width: 100%;
	max-width: 330px;
	margin-inline: auto;
}

.button a {
	display: block;
	width: 100%;
	text-align: center;
    padding: 13px;
    background-color: #1d467f;
    color: #FFF;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 5px;
	position: relative;

	@media screen and (max-width: 750px) {
		font-size: 1.6rem;
	}
}

.button .arrow_down {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.2em;
	height: 1.2em;
	border-radius: 50%;
	background-color: #FFF;
	border: 0.12em solid #1d467f;
	box-sizing: border-box;
}

.button .arrow_down::before,
.button .arrow_down::after {
	content: "";
	position: absolute;
	left: 50%;
	top: calc(50% - 0.2em);
	width: 0.1em;
	height: 0.35em;
	background: #1d467f;
	transform-origin: 50% 100%;
	margin-left: -0.05em;
}

.button .arrow_down::before {
	transform: rotate(-45deg);
}

.button .arrow_down::after {
	transform: rotate(45deg);
}

.note {
	padding: 60px;
    background-color: #1d467f;
	margin-top: 60px;
	color: #fff;

	@media screen and (max-width: 750px) {
		margin-top: 50px;
		padding: 40px 13px;
	}
}

.note_title {
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;

	@media screen and (max-width: 750px) {
		font-size: 1.8rem;
		text-align: justify;
	}
}

.note_link {
	display: flex;
	justify-content: center;

	iframe{
		@media screen and (max-width: 750px) {
			margin: 0 auto !important;
		}
	}
}

.note_lead {
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 20px;
	
	@media screen and (max-width: 750px) {
		text-align: justify;
		font-size: 1.8rem;
	}
}

.note_description {
	font-size: 1.5rem;
	text-align: center;

	@media screen and (max-width: 750px) {
		margin-top: 15px;
		text-align: justify;
	}
}

.note-simple-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 20px;

	@media screen and (max-width: 750px) {
		grid-template-columns: repeat(1, 1fr);
	}
}

.note-simple-list a {
	display: block;
    background-color: #fff;
    color: #000;
	border-radius: 10px;
}

.note-simple-list-img {
	width: 100%;
	background: #f0f0f0;
	border-radius: 10px 10px 0 0;
}

.note-simple-list-img img {
	border-radius: 10px 10px 0 0;
}

.note-simple-list-body {
	padding: 10px 12px 15px;
	text-align: justify;
}

.note-simple-list-body-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
	-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.note-simple-list-body-text {
	font-size: 1.3rem;
	line-height: 1.4;
	-webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.note_topLink {
	font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;

	@media screen and (max-width: 750px) {
		font-size: 1.8rem;
	}
}

.wantedly {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 60px;
	gap: 0 20px;

	@media screen and (max-width: 750px) {
		flex-direction: column;
		gap: 20px 0;
		padding: 40px 13px;
	}
}

.wantedly_marker {
	font-size: 2rem;
	font-weight: bold;

	@media screen and (max-width: 750px) {
		text-align: center;
		font-size: 1.8rem;
	}
}

.wantedly_marker span {
	background: linear-gradient(transparent 70%, rgba(33, 189, 219, 0.6) 60%);
	display: inline;
	padding: 0 2px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.wantedly_descripiton {
	font-size: 1.6rem;
    font-weight: 500;
    margin-top: 20px;

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

.wantedly_link iframe {
	@media screen and (max-width: 750px) {
		max-width: 410px;
		width: 75vw !important;
		height: 420px !important;
	}
}

/*------------------------------------------
	採用情報
------------------------------------------*/

#shinsotsu-information .tit02, #information .tit02 {
	font-size: 1.9rem;
	letter-spacing: 0;
	margin-bottom: 20px;
}

#information {
	margin-top: 20px;
	padding-inline: 60px;

	@media screen and (max-width: 750px) {
		padding-inline: 13px;
	}
}

#shinsotsu-information {
	margin-top: 100px;
	padding-inline: 60px;

	@media screen and (max-width: 750px) {
		margin-top: 25px;
		padding-inline: 13px;
	}
}

.theme-tabpanel {
	font-size: 1.7rem;
}

.tabpanel2 li.is-active {
	background-color: #FF9641;
	color: #fff;
	font-weight: bold;
}

.tabpanel2 li.is-active a {
	color: #fff;
}

.tabpanel2 > div:not(.is_initiallyShow) {
	display: none;
}

/* 新卒タブは角丸にしない */
.tabpanel2 li,
.tabpanel2 li a {
	border-radius: 0 !important;
}

/*------------------------------------------
	中途採用タブ（information.php と同様）
------------------------------------------*/

.tabpanel ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	align-items: stretch;
}

.tabpanel li {
	flex: 0 0 33.33333%;
	display: flex;
	box-sizing: border-box;
}

.tabpanel li.is-active {
	background: #FF9641;
}

.tabpanel li.is-active a {
	color: #FFF;
}

.tabpanel div#detail02,
.tabpanel div#detail03 {
	display: none;
}

.theme-tabpanel li {
	text-align: center;
	border-top: 2px solid #888888;
	border-right: 2px solid #888888;
	box-sizing: border-box;
	overflow: hidden;
}

.theme-tabpanel li:first-child {
	border-left: 2px solid #888888;
	border-radius: 10px 0 0 0;
}

.theme-tabpanel li:nth-child(3) {
	border-radius: 0 10px 0 0;
}

.theme-tabpanel li:last-child {
	border-radius: 0 10px 0 0;
}

.theme-tabpanel li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	color: #B4B4B5;
	padding: 15px 10px;
	text-decoration: none;
	box-sizing: border-box;
}

/* 右端のタブ（最後）は内側の a にも角丸を合わせる */
.theme-tabpanel li:last-child a {
	border-radius: 0 8px 0 0;
}

.theme-tabpanel li a:hover {
	color: #231C1C;
}

.theme-tabpanel li.is-active a:hover {
	background: inherit;
	color: #fff;
}

.theme-tabpanel li:first-child a:hover {
	border-radius: 8px 0 0 0;
}

.theme-tabpanel li:last-child a:hover {
	border-radius: 0 8px 0 0;
}

.theme-tabpanel > div {
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	margin: 0;
}

.theme-tabpanel h2 {
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.tabpanel ul {
		font-size: 1.1rem;
	}

	.tabpanel li {
		flex: 0 0 33.3333333%;
		color: #999;
	}

	.theme-tabpanel li a {
		min-height: 48px;
		padding: 12px 8px;
	}

	.theme-tabpanel li:last-child {
		border-radius: 0 10px 0 0;
	}

	.theme-tabpanel li:last-child a:hover {
		border-radius: 0 8px 0 0;
	}

	.theme-tabpanel li a {
		display: block;
		padding: 15px 10px;
		text-decoration: none;
	}

	.theme-tabpanel > div {
		margin: 0;
	}

	.theme-tabpanel h2 {
		width: 30%;
		margin: 0 auto 20px;
	}

}

/* 募集なし */
.noRecruitment {
	box-sizing: border-box;
	width: 100%;
	padding: 40px 0;
	border: 2px solid #888888;
	background: #fff;
	text-align: center;
}

/* property_detail（採用情報詳細） */
.clear:after {
	content: "";
	display: block;
	clear: both;
}

.property_detail dl {
	float: left;
	width: 100%;
	display: table;
	box-sizing: border-box;
	font-weight: normal;
}

.property_detail dl:first-child {
	border-top: 2px solid #888888;
}

.property_detail dl dt,
.property_detail dl dd {
	box-sizing: border-box;
	padding: 14px 20px;
	display: table-cell;
	margin-top: -1px;
	vertical-align: middle;
}

.property_detail dl dt {
	width: 30%;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
	border-left: 2px solid #888888;
	background: #fff;
	text-align: center;
}

.property_detail dl:last-child dt {
	border-radius: 0 0 0 10px;
}

.property_detail dl dd {
	width: 70%;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
	background: #fff;
}

.property_detail dl:last-child dd {
	border-radius: 0 0 10px 0;
}

@media screen and (max-width: 750px) {
	.property_detail dl {
		float: none;
		width: 100%;
		font-size: 1.15rem;
	}

	.property_detail dl dt {
		width: 84px;
	}

	.property_detail dl dd {
		width: calc(100% - 84px);
	}

	.property_detail dl dt,
	.property_detail dl dd {
		padding: 6px 15px;
	}

}

/*------------------------------------------
	ENTRYボタン（goentry）
------------------------------------------*/

.goentry_box {
	display: table;
	margin: 55px auto 0;
	max-width: 570px;
	width: 100%;
	
	@media screen and (max-width: 750px) {
		padding-inline: 13px;
	}
}

.goentry_box:last-child {
	margin-bottom: 0;
}

a .goentry {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
	background: #FF9641;
	padding: 20px 0 15px;
	box-sizing: border-box;
	color: #fff;
	line-height: 2.5rem;
	border-radius: 40px;
	text-decoration: none;
}

a .goentry h2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0;
}

a .goentry strong {
	font-size: 4.2rem;
    line-height: 1.5;
}

a:hover .goentry {
	opacity: 0.6;
	transition: 0.4s;
}

@media screen and (max-width: 750px) {
	.goentry_box {
		margin: 5px auto 35px;
	}

	a .goentry {
		margin: 20px auto 40px;
		font-size: 0.9rem;
		background: #fff;
		padding: 20px 10px 15px;
		color: #222;
		border-radius: 20px;
		border: 1px solid #222;
	}

	a .goentry strong {
		font-size: 2.4rem;
	}
}