@charset "utf-8";
body {
		background: #F3F4F5;
}
.require_section {
		padding: 80px 0;
}
@media(max-width: 767px) {
		.require_section {
				padding: 40px 0 60px;
		}
}
.job_wrap {
		background-color: #ffffff;
		border-radius: 8px;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
		margin: 0 0 30px;
}
.job_hd {
		padding: 40px 50px;
		position: relative;
		cursor: pointer;
		padding-right: 190px;
}
.job_hd h3 {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.6;
}
.job_hd .job_hd_trigger {
		position: absolute;
		right: 60px;
		top: calc(50% - 10px);
		width: 125px;
		font-weight: 600;
		color: #3356A1;
		padding-right: 36px;
		box-sizing: border-box;
		text-align: right;
}
.job_hd_trigger::before, .job_hd_trigger::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 14px);
		right: 0;
		width: 28px;
		height: 28px;
		border-radius: 8px;
}
.job_hd_trigger::before {
		background: #3356A1;
}
.job_hd_trigger::after {
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 28px;
		background-image: url("../images/job_arw_down.png")
}
.isOpen .job_hd_trigger::after {
		background-image: url("../images/job_arw_up.png")
}
.job_cont {
		padding: 50px 100px;
		overflow: hidden;
		height: 0;
		transition: height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.job_cont.isClose {
		padding-top: 0;
		padding-bottom: 0;
}
.job_cont.isOpen {
		height: auto;
		overflow: visible;
		padding-top: 20px;
		padding-bottom: 50px;
		transition: height 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.job_cont table {
		width: 100%;
		border-top: 1px solid #C6C6C6;
}
.job_cont td, .job_cont .wp-block-table td {
		border: none;
		padding: 20px;
		line-height: 2.0;
		border-bottom: 1px solid #C6C6C6;
		font-feature-settings: "palt";
		letter-spacing: 0.05em;
}
.job_cont tr td:first-child, .job_cont .wp-block-table tr td:first-child {
		white-space: nowrap;
		width: 16%;
		font-weight: 600;
		padding-left: 0;
}
.job_cont p {
		line-height: 2.0;
		margin: 1em 0;
}
@media(max-width: 960px) {
		.job_hd {
				padding: 25px;
				padding-right: 140px;
		}
		.job_hd h3 {
				font-size: 18px;
		}
		.job_hd .job_hd_trigger {
				right: 30px;
				top: calc(50% - 10px);
				width: 115px;
				padding-right: 30px;
				font-size: 15px;
		}
		.job_hd_trigger::before, .job_hd_trigger::after {
				top: calc(50% - 10px);
				width: 22px;
				height: 22px;
				border-radius: 6px;
		}
		.job_hd_trigger::after {
				background-size: 22px;
		}
		.job_cont {
				padding: 30px;
		}
		.job_cont.isOpen {
				padding-top: 30px;
		}
}
@media(max-width: 767px) {
		.job_wrap {
				border-radius: 6px;
				margin: 0 0 15px;
		}
		.job_hd {
				padding: 30px 15px;
				padding-right: 50px;
		}
		.job_hd h3 {
				font-size: 15px;
		}
		.job_hd_trigger span {
				display: none
		}
		.job_hd .job_hd_trigger {
				right: 15px;
				top: calc(50% - 10px);
				width: 115px;
				padding-right: 30px;
				height: 18px;
		}
		.job_hd_trigger::before, .job_hd_trigger::after {
				top: calc(50% - 12px);
				width: 24px;
				height: 24px;
				border-radius: 6px;
		}
		.job_hd_trigger::after {
				background-size: 24px;
		}
		.job_cont {
				padding: 15px;
		}
		.job_cont.isOpen {
				padding-top: 30px;
		}
}
@media(max-width: 840px) {
		.job_cont td .spbr, .job_cont .wp-block-table td .spbr {
				display: block;
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.job_cont td, .job_cont .wp-block-table td {
				display: block;
				border-bottom: 1px solid #C6C6C6;
				padding: 0 0 15px;
		}
		.job_cont tr td:first-child, .job_cont .wp-block-table tr td:first-child {
				width: auto;
				white-space: inherit;
				padding: 15px 0 5px;
				border: none !important;
				font-size: 17px;
		}
		.job_cont td .spbr, .job_cont .wp-block-table td .spbr {
				display: none !important;
		}
}
/* ============== */
.flow_section {
		background: #fff;
		padding: 80px 30px;
}
.flow_wrap {
		max-width: 840px;
		margin: 0 auto;
		display: flex;
}
.flow_left {
		width: 240px;
}
.flow_right {
		flex: 1
}
.flow_item_gr {
		margin-bottom: 30px;
}
.flow_item {
		display: flex;
		align-items: center;
		height: 130px;
		margin: 0 0 40px;
}
.flow_item_figure {
		width: 130px;
		background: #F3F4F5;
		border-radius: 50%;
		margin-right: 60px;
		position: relative;
}
.flow_item_figure::before {
		content: '';
		display: block;
		position: absolute;
		bottom: -90px;
		left: calc(50% - 5px);
		width: 10px;
		height: 100px;
		z-index: 0;
		background: #F3F4F5;
}
.flow_item_gr .flow_item:last-child .flow_item_figure::before {
		display: none
}
.flow_item_figure img {
		width: 100%;
		height: auto
}
.flow_item_caption {
		flex: 1
}
.flow_item_caption h4 {
		font-size: 22px;
		font-weight: 600;
		margin: 0 0 15px
}
.flow_item_caption p {
		line-height: 2.0;
}
.flow_section .hrCenter {
		margin-top: 20px;
}
@media(max-width: 960px) {
		.flow_left {
				width: 200px;
		}
		.flow_item_figure {
				margin-right: 30px;
		}
		.flow_item_caption h4 {
				font-size: 20px;
				margin: 0 0 15px
		}
}
@media screen and (orientation: portrait) and (max-width: 767px) {
		.flow_section {
				padding: 60px 20px;
		}
		.flow_item {
				height: 110px;
				margin: 0 0 30px;
		}
		.flow_item_figure {
				width: 110px;
				border-radius: 50%;
				margin-right: 15px;
		}
		.flow_item_figure::before {
				left: calc(50% - 4px);
				width: 8px;
		}
		.flow_wrap {
				display: block;
		}
		.flow_left {
				width: auto;
		}
		.flow_item_caption h4 {
				font-size: 18px;
				margin: 0 0 10px
		}
		.linkBtn {
				margin-left: auto;
				margin-right: auto;
		}
}