@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
.tb_only {
	display: none !important
}
@media only screen and (max-width:890px) {
	.tb_only {
		display: initial !important
	}
}
.list_dot-orange li:before {
	top: 0.7em;
	bottom: auto
}
.list_num {
	text-indent: -2.5em;
	padding-left: 2.5em
}
.ol_num {
	counter-reset: listnum;
	list-style: none
}
.ol_num li {
	text-indent: -1.5em;
	padding-left: 1.5em
}
.ol_num li:before {
	counter-increment: listnum;
	content: counter(listnum);
	padding-right: 1em
}
.pagecontents > .section {
	padding-bottom: 0
}
.section__title {
	text-align: center;
	position: relative;
	padding-top: 28px
}
.section__title:before {
	content: "";
	background: url(../images/common/line_dot.svg);
	width: 36px;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto
}
@media only screen and (max-width:750px) {
	.tab__scroll {
		width: calc(100% + 40px);
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin-left: -20px;
		margin-right: -20px
	}
}
.tab__tab-nav {
	padding-left: 24px;
	padding-right: 24px
}
@media only screen and (max-width:750px) {
	.tab__tab-nav.grid-cols-5 {
		width: calc((33.3333333333vw - 8px) * 5);
		margin: 0
	}
}
@media only screen and (max-width:550px) {
	.tab__tab-nav.grid-cols-5 {
		width: calc((45.4545454545vw - 8px) * 5);
		margin: 0
	}
}
.tab__nav-button {
	padding: 12px 2px;
	height: 100%;
	line-height: 1.1;
	letter-spacing: 2.8px
}
@media only screen and (max-width:750px) {
	.tab__nav-button {
		letter-spacing: 0.72px
	}
}
.tab__nav-button._fc-introduction {
	font-size: 18px;
	letter-spacing: 0.72px
}
@media only screen and (max-width:750px) {
	.tab__nav-button._fc-introduction {
		font-size: 16px;
		padding: 4px 2px
	}
}
.tab__nav-button-sub {
	font-size: 14px;
	letter-spacing: 0.56px
}
@media only screen and (max-width:750px) {
	.tab__nav-button-sub {
		font-size: 12px
	}
}
.tab__content {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 80px
}
@media only screen and (max-width:750px) {
	.tab__content {
		padding-left: 20px;
		padding-right: 20px;
		border: none
	}
}
.tab__content-group {
	font-size: 15px
}
.recruitment__dl-row {
	border-radius: 4px;
	border: 2px solid #CCC;
	background: #FFF;
	margin-bottom: 24px
}
.recruitment__dl-dt {
	padding: 8px 16px;
	background: #DAD4D3;
	font-size: 18px;
	font-weight: 700
}
@media only screen and (max-width:750px) {
	.recruitment__dl-dt {
		text-align: center
	}
}
.recruitment__dl-dd {
	padding: 16px 16px 24px 16px
}
.recruitment__dl-section + .recruitment__dl-section {
	width: 100%;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #CCCCCC), color-stop(0%, rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to right, #CCCCCC 50%, rgba(255, 255, 255, 0) 0%);
	background-position: top;
	background-size: 16px 1px;
	background-repeat: repeat-x;
	padding-top: 24px;
	margin-top: 24px
}
.recruitment__dl-section .point__balloon {
	width: 100%
}
.recruitment__dl-section .point__balloon-item {
	position: relative;
	width: calc(100% - 220px);
	padding-left: calc(4em + 16px + 16px)
}
@media only screen and (max-width:750px) {
	.recruitment__dl-section .point__balloon-item {
		width: 100%;
		padding-left: 0;
		padding-top: calc(1.6em + 24px);
		margin-bottom: 16px
	}
}
.recruitment__dl-section .point__balloon-title {
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	background-color: #FF7B01;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	border-radius: 4px;
	width: 4em;
	text-align: center;
	padding: 4px 8px;
	margin-left: 4px;
	line-height: 1.6;
	height: calc(1.6em + 8px)
}
@media only screen and (max-width:750px) {
	.recruitment__dl-section .point__balloon-title {
		bottom: auto
	}
}
.recruitment__dl-section .point__balloon-title:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -6px;
	display: inline-block;
	width: 6px;
	height: 8px;
	background: #ff7b01;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	font-weight: normal
}
.recruitment__dl-section .point__balloon-btn {
	width: 220px
}
@media only screen and (max-width:750px) {
	.recruitment__dl-section .point__balloon-btn {
		width: 100%
	}
}
.recruitment__dl-section .point__balloon-btnlink {
	border-radius: 8px;
	border: 2px solid #FF8700;
	background: #FFF;
	padding: 12px 40px 12px 16px;
	position: relative;
	display: block;
	width: 100%;
	font-weight: bold
}
.recruitment__dl-section .point__balloon-btnlink:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 10em;
	background: #FF8700 url(/assets/images/common/icon_arrow-bottom-w.svg) center no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto
}
@media only screen and (max-width:750px) {
	.recruitment__dl-section .timeline li:not(:last-child) {
		margin-bottom: 1em
	}
}
.recruitment__dl-section .timeline li span {
	padding-right: 1em;
	min-width: 5em;
	display: inline-block
}
@media only screen and (max-width:750px) {
	.recruitment__dl-section .timeline li span {
		display: block;
		padding-right: 0
	}
}
.recruitment__dl .qualification__list {
	width: 100%
}
.recruitment__dl .qualification__list-title {
	display: block;
	width: 11em
}
@media only screen and (max-width:750px) {
	.recruitment__dl .qualification__list-title {
		width: 100%
	}
}
.recruitment__dl .qualification__list-text {
	display: block;
	width: calc(100% - 11em)
}
@media only screen and (max-width:750px) {
	.recruitment__dl .qualification__list-text {
		width: 100%
	}
}
.recruitment-contact__box {
	padding: 24px 32px;
	border-radius: 8px;
	border: 1.5px solid #FF7B01
}
.recruitment-contact__box-title {
	font-size: 18px;
	font-weight: 700;
	color: #FF4D01;
	padding-left: 32px;
	position: relative
}
.recruitment-contact__box-title:before {
	content: "";
	width: 16px;
	height: 4px;
	background-color: #FF4D01;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto
}
.staff-grid {
	background: #FCFAEA;
	padding: 24px;
	margin-bottom: 16px
}
.staff-profile {
	text-align: center
}
@media only screen and (max-width:750px) {
	.staff-profile {
		text-align: left;
		line-height: 1.6;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}
.staff-profile__image {
	display: block;
	margin-bottom: 8px
}
.staff-profile__year {
	color: #FF4D01;
	font-size: 13px;
	font-weight: 700
}
.staff-profile__role {
	font-size: 15px;
	font-weight: 700
}
.staff-content__catch {
	margin-bottom: 0
}
.staff-section:not(:last-child) {
	border-bottom: 2px dashed #CCC;
	padding-bottom: 16px;
	margin-bottom: 16px
}
.staff-section__title-year {
	font-size: 13px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0.52px;
	margin-bottom: 4px;
	color: #FF4D01
}
.staff-section__title {
	font-size: 13px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 0.52px;
	margin-bottom: 8px
}
@media only screen and (max-width:750px) {
	.staff-section__title .text_orange {
		display: block
	}
}
.company-profile__table tr:not(:last-child) {
	border-bottom: 1px solid #DADADA
}
.company-profile__table th {
	padding: 24px 0;
	font-size: 13px;
	font-weight: 700;
	vertical-align: baseline
}
@media only screen and (max-width:750px) {
	.company-profile__table th {
		display: block;
		padding: 24px 0 0 0
	}
}
.company-profile__table td {
	padding: 24px 0 24px 24px
}
@media only screen and (max-width:750px) {
	.company-profile__table td {
		display: block;
		padding: 0 0 24px 0
	}
}
.independence-support__section:not(:last-child) {
	margin-bottom: 40px
}
.independence-support__details-title {
	width: 110px;
	margin-bottom: 0
}
@media only screen and (max-width:750px) {
	.independence-support__details-title {
		margin-bottom: 8px;
		width: 100%
	}
}
.independence-support__details-content {
	width: calc(100% - 110px - 8px)
}
@media only screen and (max-width:750px) {
	.independence-support__details-content {
		width: 100%
	}
}