@charset "UTF-8";
.only-pc {
	display: none;
}

.only-sp {
	display: block;
}

@media all and (min-width: 768px) {
	.only-pc {
		display: block;
	}
	.only-sp {
		display: none;
	}
}

@media all and (min-width: 768px) {
	.sect_block .sect_title {
		font-size: 28px;
	}
}

#workers #content .entry_btn {
	display: block;
	margin: auto;
	padding: 0.8em;
	text-align: center;
	background-color: #101885;
	color: #fff;
}

#workers.page .mainvisual {
	background-repeat: no-repeat;
	-webkit-background-size: 200% auto;
	background-size: 200% auto;
}

#workers.page .mainvisual.-summary_l {
	background-position: right top;
}

#workers.page .mainvisual.-summary_r {
	background-position: left top;
}

#workers.page .mainvisual:before {
	content: "";
	display: block;
	margin: auto;
	width: 100%;
	padding-top: 75%;
}

#workers.page .workers_summary {
	padding: 1.5rem;
	background-color: #fff;
	color: #101885;
}

#workers.page .workers_summary .workers_copy {
	line-height: 1.5;
}

#workers.page .workers_info {
	line-height: 1.5;
}

#workers.page .workers_summary .workers_copy {
	font-size: 1.25em;
	font-size: 6vw;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#workers.page .workers_info {
	font-size: 0.875em;
}

#workers.page .workers_info > span {
	display: block;
}

#workers.page .workers_name > span[lang="en"] {
	display: inline-block;
	margin-left: 1em;
	font-size: 0.857em;
}

#workers.page .sect_block#workers_schedule {
	max-width: 1000px;
	padding: 0;
}

#workers.page .sect_block .sect_title {
	color: #333;
	font-size: 0.875em;
	text-align: center;
}

#workers.page .sect_block .text_area {
	margin: 1.5rem auto;
}

#workers.page .sect_block .text_area > p {
	line-height: 1.8;
	letter-spacing: 0.03em;
}

#workers.page .sect_block .sect_lead {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid thin #101885;
	color: #101885;
	font-weight: bold;
	text-align: center;
}

#workers.page .sect_block .sect_img {
	text-align: center;
}

#workers.page .sect_block .sect_mov {
	position: relative;
	margin: auto;
	max-width: 48rem;
	border: solid thin #101885;
	line-height: 0;
}

#workers.page .sect_block .sect_mov .mov_youtube {
	display: block;
	text-decoration: none;
}

#workers.page .sect_block .sect_mov .mov_youtube:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.3);
}

#workers.page .sect_block .sect_mov .mov_youtube:after {
	content: "▲";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	padding-top: 0.5em;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background-color: #101885;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	line-height: 1em;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#workers.page #workers_schedule .sect_title {
	color: #101885;
	font-size: 1.125em;
	text-align: center;
}

@media all and (min-width: 768px) {
	#workers #content .entry_btn {
		width: 36%;
	}
	#workers.page .page_body {
		padding-right: 5%;
		padding-left: 5%;
	}
}

@media all and (min-width: 1000px) {
	#workers.page .page_body {
		padding-right: 7.5%;
		padding-left: 7.5%;
	}
}

/* mainvisual */
@media all and (min-width: 768px) {
	#workers.page .mainvisual {
		background-position: center center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#workers.page .mainvisual:before {
		padding-top: 42.5%;
	}
}

/* workers_summary */
@media all and (min-width: 768px) {
	#workers.page .workers_summary .workers_copy,
	#workers.page .workers_info {
		line-height: 1.8;
	}
	#workers.page .workers_summary {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: 8%;
	}
	#workers.technical_randd.page .workers_summary {
		bottom: 0;
		margin: 6% 8%;
	}
	#workers.page .mainvisual.-summary_l .workers_summary {
		left: 0;
		right: 50%;
	}
	#workers.page .mainvisual.-summary_r .workers_summary {
		right: 0;
		left: 50%;
	}
	#workers.page .workers_summary .workers_copy {
		font-size: 1.125em;
		font-size: 2.4vw;
	}
	#workers.page .workers_info {
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 1.5rem;
		font-size: 1em;
	}
}

@media all and (min-width: 1000px) {
	#workers.page .workers_summary .workers_copy {
		font-size: 1.7em;
	}
}

/* sect_block */
@media all and (min-width: 768px) {
	#workers.page .sect_block .sect_mov {
		width: 60%;
		max-width: none;
	}
	.sect_block#workers_schedule {
		width: 96%;
	}
}

@media screen and (max-width: 767px) {
	#workers.page {
		/*  .workers_summary{
      .workers_copy {
        font-size:5.3vw;
      }

      .workers_info{
        font-size:3.7vw;
      }
    } */
	}
	#workers.page .sect_block {
		/* .sect_title {
      font-size: 4vw;
    }

    .text_area{
      p{
        font-size: 3.7vw;
      .sect_lead{
        font-size:4vw;
      }
    }
    } */
	}
	#workers.page .sect_block#workers_schedule {
		width: 90%;
	}
}

/*
#workers.page .sect_block .sect_mov .modal_btn {
  display: block;
  position: relative;
  cursor: pointer;
}
#workers.page .sect_block .sect_mov .modal_btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0,0,0,0.3);
}
#workers.page .sect_block .sect_mov .modal_btn:after {
  content: '▲';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding-top: 0.5em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #101885;
  color: #FFF;
  font-size: 1.5em;
  text-align: center;
  line-height: 1em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal_switch:checked + .modal_block .modal_close_btn:before, 
.modal_switch:checked + .modal_block .modal_close_btn:after {
  margin-bottom: calc( 100vw * 0.9 * 0.5625 / 2 + 1.5em );
}
#workers.page  .sect_mov .modal_content:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
#workers.page  .sect_mov .mov_youtube {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media all and (min-width: 768px) {
  #workers.page .sect_block .sect_mov {
    width: 60%;
    max-width: none;
  }
}
@media all and (min-width: 992px) {
  .modal_switch:checked + .modal_block .modal_close_btn:before, 
  .modal_switch:checked + .modal_block .modal_close_btn:after {
    margin-bottom: calc( 960px * 0.5625 / 2 + 1.5em );
  }
}
*/
@media screen and (max-width: 767px) {
	#workers.page .sect_block .text_area .-ib {
		display: inline;
	}
}

@media all and (min-width: 768px) {
	#workers.page .sect_block .text_area > p {
		padding-right: 5%;
		padding-left: 5%;
	}
}

/* schedule_list */
.tab_box {
	width: 100%;
	margin: 0 auto;
}

.tab_box .btn_area {
	display: flex;
}

.tab_box .tab_btn {
	width: 50%;
	padding: 10px 0;
	font-size: 24px;
	line-height: 1.5em;
	height: 56px;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	display: flex;
	justify-content: center;
	margin-top: 0;
	/* @media all and (min-width: 1000px) {
      background-position:45% 50%;
    } */
}

.tab_box .tab_btn img {
	width: 1.5em;
}

.tab_box .tab_btn span {
	width: max-content;
	display: inline-block;
	background-image: url(../images/daytime.png);
	background-size: contain;
	padding-left: 50px;
}

.tab_box .tab_btn span.pattern01 span,
.tab_box .tab_btn span.pattern02 span {
	background-image: none;
}

.tab_box .tab_btn.ngint span {
	background-image: url(../images/ngint-white.png);
}

.tab_box .tab_btn.active {
	background-color: #efa500;
	color: #fff;
}

.tab_box .tab_btn.active.ngint {
	color: #fff100;
	background-color: #101885;
}

.tab_box .tab_btn.active.ngint span {
	background-image: url(../images/ngint.png);
}

.tab_box .tab_btn.active.pattern02 {
	background-color: #efa500;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.tab_box .tab_btn {
		height: auto;
		/* background-position:40% 50%; */
		font-size: 1.063em;
	}
	.tab_box .tab_btn span {
		/* margin-left:2vw; */
		background-position: 0 0;
		font-size: 12px;
		padding-left: 30px;
		line-height: 2;
	}
}

.tab_box .tab_panel {
	display: none;
}

.tab_box .tab_panel.active {
	display: block;
}

.tab_box.daytime .tab_btn {
	width: 100%;
	pointer-events: none;
}

.tab_box.daytime .tab_panel {
	display: block;
}

.tab_box.pattern01 .tab_btn {
	width: 100%;
	pointer-events: none;
}

.tab_box.pattern01 .tab_panel {
	display: block;
}

/* -----schedule----- */
.workers_schedule_content {
	width: 100%;
	border: 1px solid #efa500;
	border-top: none;
	margin: 0 auto;
	box-sizing: border-box;
}

.workers_schedule_content .schedule_inner {
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.workers_schedule_content .schedule_list {
	width: 570px;
	position: relative;
}

.workers_schedule_content .schedule_list::before {
	content: "";
	display: inline-block;
	width: 2px;
	height: 70%;
	background-color: #efa500;
	position: absolute;
	top: 10px;
	left: 45px;
}

.workers_schedule_content .line_long .schedule_list::before {
	height: 90%;
}

.workers_schedule_content li {
	list-style: none;
}

.workers_schedule_content .schedule_item:nth-of-type(1) {
	border-top: 0;
}

.workers_schedule_content .schedule_item .schedule_item_content {
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 1100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.workers_schedule_content .schedule_item .schedule_item_content.one {
	padding-top: 0;
}

.workers_schedule_content .schedule_item .schedule_item_number_box .schedule_item_number {
	position: relative;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	background: #efa500;
	color: #fff;
	font-size: 24px;
}

.workers_schedule_content .schedule_item .schedule_item_number_box .schedule_item_number p {
	padding-top: 30px;
}

.workers_schedule_content .schedule_item .schedule_item_content_title {
	flex-basis: 75px;
	color: #efa500;
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
}

.workers_schedule_content .schedule_item .schedule_item_content_line {
	width: 1px;
	height: 60px;
	background-color: #333333;
}

.workers_schedule_content .schedule_item .schedule_item_content_description {
	line-height: 1.5;
	font-size: 14px;
	width: 350px;
	min-height: 95px;
	/* padding-left:3.3vw; */
	text-align: left;
	display: flex;
	align-items: center;
}

.workers_schedule_content .schedule_item .schedule_item_content_description span {
	vertical-align: middle;
}

.workers_schedule_content .schedule_image {
	width: 310px;
	display: flex;
	flex-direction: column;
}

.workers_schedule_content .schedule_image img {
	width: 100%;
	margin-bottom: 30px;
}

.workers_schedule_content .schedule_image img:last-child {
	margin-bottom: 0;
}

.workers_schedule_content.schedule_ngiht {
	border: 1px solid #101885;
	border-top: none;
	box-sizing: border-box;
}

.workers_schedule_content.schedule_ngiht .schedule_list::before {
	background-color: #101885;
}

.workers_schedule_content.schedule_ngiht .schedule_list .schedule_item_number {
	background: #101885;
}

.workers_schedule_content.schedule_ngiht .schedule_item_content_title {
	color: #101885;
}

@media all and (min-width: 1000px) {
	.schedule_item_content .schedule_item_content_description {
		padding-left: 0;
	}
}

@media screen and (max-width: 767px) {
	#workers.page #workers_schedule .sect_title {
		font-size: 1.25em;
	}
	.workers_schedule_content .schedule_inner {
		flex-wrap: wrap;
		padding: 4vw;
	}
	.workers_schedule_content .sales .schedule_list::before,
	.workers_schedule_content .machine-daytime .schedule_list::before,
	.workers_schedule_content .machine-ngint .schedule_list::before,
	.workers_schedule_content .technical_field .schedule_list::before,
	.workers_schedule_content .center .schedule_list::before {
		height: 70%;
	}
	.workers_schedule_content .schedule_list {
		width: 100%;
	}
	.workers_schedule_content .schedule_list::before {
		width: 0.125em;
		/* top:8%; */
		top: 6.5%;
		left: 1.75em;
	}
	.workers_schedule_content .schedule_item .schedule_item_content {
		width: 100%;
		padding-top: 3.3vw;
		padding-bottom: 3.3vw;
	}
	.workers_schedule_content .schedule_item .schedule_item_content .schedule_item_number_box {
		/* width:18%; */
	}
	.workers_schedule_content .schedule_item .schedule_item_content .schedule_item_number_box .schedule_item_number {
		width: 3.438em;
		height: 3.438em;
		font-size: 1.063em;
		/* padding-top:30%; */
	}
	.workers_schedule_content .schedule_item .schedule_item_content .schedule_item_number_box .schedule_item_number p {
		padding-top: 30%;
	}
	.workers_schedule_content .schedule_item .schedule_item_content .schedule_item_content_title {
		width: 10%;
		font-size: 1.063em;
	}
	.workers_schedule_content .schedule_item .schedule_item_content .schedule_item_content_line {
		height: 8vw;
	}
	.workers_schedule_content .schedule_item .schedule_item_content .schedule_item_content_description {
		width: 60%;
		height: auto;
		font-size: 0.75em;
		min-height: 12vw;
		letter-spacing: 0.1em;
	}
	.workers_schedule_content .schedule_image {
		width: 100%;
		flex-direction: row;
	}
	.workers_schedule_content .schedule_image img {
		margin-bottom: 0;
		width: 50%;
	}
	.workers_schedule_content .schedule_image.only-sp img {
		margin-left: 40%;
	}
}

/* -----transportation----- */
#workers.transportation.page .mainvisual {
	background-image: url("../images/workers_transportation-visual.jpg");
}

@media screen and (max-width: 767px) {
	#workers.transportation.page .mainvisual {
		background-image: url("../images/workers_transportation-visual-sp.jpg");
		background-size: 100% auto;
	}
}

#workers .workers_summary .workers_copy {
	letter-spacing: 0.04em;
}

/* -----sales2----- */
#workers.sales2.page .mainvisual {
	background-image: url("../images/workers_sales2-visual.jpg");
}

@media screen and (max-width: 767px) {
	#workers.sales2.page .mainvisual {
		background-image: url("../images/workers_sales2-visual-sp.jpg");
		background-size: 100% auto;
	}
}

#workers.sales2 .workers_summary .workers_copy {
	letter-spacing: 0.04em;
}

/* -----cash----- */
#workers.cash.page .mainvisual {
	background-image: url("../images/workers_cash1-visual.jpg");
}

@media screen and (max-width: 767px) {
	#workers.cash.page .mainvisual {
		background-image: url("../images/workers_cash1-visual-sp.jpg");
		background-size: 100% auto;
	}
}

/* -----machine----- */
#workers.machine.page .mainvisual {
	background-image: url("../images/workers_machine-visual.jpg");
}

@media screen and (max-width: 767px) {
	#workers.machine.page .mainvisual {
		background-image: url("../images/workers_machine-visual-sp.jpg");
		background-size: 100% auto;
	}
}

/* -----technical_field----- */
#workers.technical_field.page .mainvisual {
	background-image: url("../images/workers_technical_field-visual.jpg");
}

@media screen and (max-width: 767px) {
	#workers.technical_field.page .mainvisual {
		background-image: url("../images/workers_technical_field-visual-sp.jpg");
		background-size: 100% auto;
	}
}

/* -----accounting----- */
#workers.accounting.page .mainvisual {
	background-image: url("../images/workers_accounting-visual.jpg");
}

@media screen and (max-width: 767px) {
	#workers.accounting.page .mainvisual {
		background-image: url("../images/workers_accounting-visual-sp.jpg");
		background-size: 100% auto;
	}
}

/* -----center----- */
#workers.center.page .mainvisual {
	background-image: url("../images/workers_center-visual.jpg");
}

@media screen and (max-width: 767px) {
	#workers.center.page .mainvisual {
		background-image: url("../images/workers_center-visual-sp.jpg");
		background-size: 100% auto;
	}
}

/* -----sales----- */
#workers.sales.page .mainvisual {
	background-image: url("../images/workers_sales-visual.jpg");
}

@media screen and (max-width: 767px) {
	#workers.sales.page .mainvisual {
		background-image: url("../images/workers_sales-visual-sp.jpg");
		background-size: 100% auto;
	}
}

/*# sourceMappingURL=../_map/css/style.css.map */
