
.main_bk {
	background-color: #fff;
}

/* mainvisual */
/* --------------------------------------------------- */

#mv {
	padding:0;
	background-color:#777;
	/* background-image:url(../images/bk_top.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat; */
	position:relative;
}
#mv .mv_right{
	position: absolute;
	top: 0;
	right: 10%;
}
#mv ul.mv_list li{
	width: 100%;
}

#mv > .inner {
	position:relative;
	z-index:1;
}

.mv_logo {
	width:100%;
	max-width:320px;
	text-align:center;
	padding:0 2em;
	margin:0 auto;
}

.mv_text {
	padding: 90px 0 20px 0;
	text-align:left;
    width: 649px;
	color: #3c3c3c;
}

.mv_text img {
    width: auto;
	margin-bottom: 20px;
}
.mv_text .mtitle {
    font-size: 18px;
	line-height: 1;
	margin: 20px 0;
	text-align:left;
}

#mv .lay_lqd {
	max-width: 1180px;
	padding: 0;
    height: 470px;
    margin: 0 auto 20px auto;
}

.mv_form {
	width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
	background-color: #1b2990b0;
}
#mv .mv_form .lay_lqd {
    max-width: 1180px;
    padding: 0;
    height: auto;
    margin: 0 auto ;
}
#mv .mv_right .lay_lqd {
   margin: 0 auto 0 auto;
}
.mv_right_box {
	width: 330px;
    height: 380px;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
	margin: 0 0 0 auto;
}
.mv_right_box a {
	margin: 5px 0;
    display: block;
}
.mv_right_box a img {
    width: 100%;
}

.mv_form form {
    width: 100%;
    margin: 0;
	color: #3c3c3c;
}

.mv_form_input,
.mv_form_submit { vertical-align:middle; }

.mv_form_input {
	width:65%;
	height: 53px;
	font-size: 18px;
}
.mv_form_submit { 
	width:25%;
	letter-spacing: 1px;
	font-size: 15px;
	height: 55px;
	line-height: 1;
}

.top_search_form {
	width: 80%;
    display: flex;
	justify-content: center;
    margin: 20px auto;
	color: #3c3c3c;
}
.mv_form_input {
    height: 54px;
    width: 34%;
    font-size: 15px;
    font-weight: bold;
    background-color: #f5f5f5;
    color: #000000;
	border-radius: 5px;
    opacity: 0.9;
    line-height: 2.5;
    padding: 0 12px;
    opacity: 1;
	outline: none;
	border: none;
}
.top_search_title {
	font-size: 40px;
    line-height: 60px;
    margin: 0 5px;
	color: #fff;
}
.btn_img_css {
	color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    background: #fe0000;
    border-radius: 50px;
    width: 150px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-left: 20px;
    font-size: 18px;
	padding: 15px 5px !important
}

.btn_img_css img {
	margin-right: 5px;
}

.top_title {
	width: 100%;
}
.top_slide_div {
    z-index: 195;
	padding: 50px 0;
}

.top_slide_div .ctitle_pt .search_stitle {
	color: #ea5f39;
}

.ctitle_pt {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
.ctitle_pt .search_title {
	font-family: "Senobi"; 
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}
.ctitle_pt .search_stitle {
	font-family: "DINCondensed"; 
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color: #f39925;
	margin: 0 0 20px 0;
}

#content {
    margin-bottom: 2em;
}

.banner_pt {
	background-color: #fdf9e6;
	position: relative;
/*
	padding: 200px 0 50px 0;
	margin-top: -230px;
*/
	padding: 50px 0 50px 0;
}
.banner_pt ul {
	display: flex;
	justify-content: space-around;
	align-items:center;
}
.banner_pt ul li {
	margin: 0 10px;
	max-width: 15%;
}
.banner_pt ul li a img {
	width:100%;
}

.btn {
	display: table;
    border: 1px solid #fff;
    padding: 15px 100px;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
}
.btn_detail {
    display: table;
	border: none;
    background-color: #fff;
	border: 1px solid #333333;
    padding: 20px 80px;
    color: #333;
    border-radius: 50px;
    font-size: 16px;    
	font-weight: bold;
    margin: 0 auto;
	position: relative;
}

.btn_detail::after {
	content: "";
    display: inline-block;
    margin-left: 0.5em;
    width: 28px;
    height: 24px;
    background: url(../images/i_arrow_rt.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 1.0em;

}
.flex_pc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bk_color_na {
	background-color: #f3f5f6;
	padding: 50px 0;
}
.bk_color_sc {
	padding: 50px 0;
}
.list_mt {
	margin-top: 50px;
}

.list_mt li {
	position: relative;
}


.flex {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.flex li {
    width: 30%;
    text-align: center;
    margin-bottom: 3em;
	margin-right:5%;
}
.flex li:nth-child(3n) {
	margin-right:0%;
}
.flex li a {
    display: block;
	padding-bottom: 10px;
	height: 100%;
}
.flex li img {
    width: 100%;
	margin-bottom: 10px;
	border-radius: 20px;
}
.bk_color_sc .flex div {
    text-align: left;
    padding: 10px 0 0 0;
	color: #434343;
    font-size: 15px;
	font-weight: 500;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.bk_color_na .flex .sub_title {
	font-size: 14px;
    margin: 5px 0;
	color: #000;
	font-weight: bold;
}
.bk_color_na .flex div {
    text-align: left;
	font-weight: 500;
    overflow: hidden;
    word-break: break-all;
	line-height: 22px;
	margin-bottom: 5px;
	font-size: 15px;
	color: #434343;
}

.bk_color_na .flex dl {
    display: flex;
    width: 100%;
    text-align: left;
    color: #434343;
	margin-bottom: 10px;
}
.bk_color_na .flex dl dt {
    width: 25px;
}
.bk_color_na .flex dl dt img {
    width: auto;
    border-radius: 0;
    margin: 0;
}
.bk_color_na .flex dl dd {
    width: calc(100% - 25px);
}
.bk_color_na .flex .taglist {
	display: flex;
	flex-wrap: wrap;
}
.bk_color_na .flex .taglist span {
	display: inline-block;
	background-color: #fff;
	padding: 3px 10px;
	border: 2px solid #5fc1c7;
	border-radius: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #5fc1c7;
	margin: 0 10px 5px 0;
}

.btn_view_part {
    display: inline-flex;
    width: 100%;
    padding: 0px 35% 20px 35%;
	justify-content: center;
}
.btn_view {
    display: inline-block;
    background-color: #000;
    padding: 15px 50px;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
}

.other_part {
	margin-bottom: 30px;
}

.line_pt {
	padding: 50px 0;
}
.line_dt {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.line_dt img {
	width: 100%;
}
.line_pt .sns_pt {
	display: flex;
	align-items: center;
	justify-content: center;
}

.line_pt .sns_pt a {
	display: inline-block;
	margin: 0 10px;
}


.info {
	padding: 50px 0;
	background-color: #f3f5f6;
}
.info_list {
	width: 100%;
    margin: 0 auto;
	margin-top: 50px;
}
.info_content {
	display: flex;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-size: 16px;
}
.info_content_date {
    width: 120px;
    min-width: 120px;
	font-weight: bold;
}
.info_content_date label {
    margin-right: 20px;
}

.role {
    padding: 80px 0;
    text-align: center;
    color: #000;
	background: #fff url(../images/bk_role.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	min-height: 620px;
}
.role .lay_lqd {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}

.role .role_dt {
	text-align: left;
	margin: 0 auto 0 0;
}

.role .title {
	color: #f7b22f;
	font-size: 36px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 20px;
}

.role .role_dt p {
    font-size: 16px;
	line-height: 2;
	color: #fff;
}
.role .role_dt a {
    font-size: 16px;
	line-height: 2;
	color: #fff;
}

.strong_pt {
	padding: 0 0 50px 0;
    position: relative;
	background-color: #f39925;

}

.strong_pt .title_pt {
	text-align: center;
	background-color: #fff;
	padding: 50px 0;
	position: relative;
}
.strong_pt .title_pt:before {
	content: "";
	position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -18px;
    border: 36px solid transparent;
    border-top: 25px solid #fff;
  }

.strong_pt .strong_dt {
	display: flex;
	margin-top: 30px;
}

.strong_pt .item_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;

}
.strong_pt .item_list li {
	width: 30%;
	text-align: center;
}
.strong_pt .item_list li figure {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 20px 0;
	position: relative;
}

.strong_pt .item_list li figure img {
	width: 100%;
}
.strong_pt .item_list li .stitle {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	color: #fff;
}
.strong_pt .item_list li .desc {
	margin: 10px 0 0 0;
	font-size: 16px;
	text-align: left;
	color: #fff;
}


/* new_list */
/* --------------------------------------------------- */
.new_list {
    max-width: 1200px;
    z-index: 200;
	margin-top: 10px;
}
.new_list li {
	margin: 0.5rem 1rem;
	background-color: #fff;
	position: relative;
	border-radius: 10px;
}
.new_list li a {
	display: block;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 8px 0 #5553;
    border-radius: 10px;
}

.new_list_image {
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
    position: relative;
	border-radius: 10px 10px 0 0;
	
	background: #f9f9f9;
}

#mv .new_list_image {
    padding-top: 470px;
}
.new_list_image img {	
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: contain;
    left: 0;
}

.new_list_item {
	padding: 5px 10px;
}

.new_list_data {
	padding:0.5em 0 0;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.new_list_data > p {
    color: #000;
    -webkit-line-clamp: 1;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
	font-size: 14px;
	font-weight: bold;
}


.new_list_text {
	font-size: 15px;
    padding: 0 0 0.5em;
}
.new_list_text p {
	font-size: 14px;
	color: #313131;
    -webkit-line-clamp: 2 !important;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
	line-height: 20px;
}


.new_list_btn {
	padding:0.5em 1em 1em;
	border-left:solid 1px #e2e2e2;
	border-bottom:solid 1px #e2e2e2;
	border-right:solid 1px #e2e2e2;
	
	text-align:right;
}
.border_tb {
	background: #f1f5f9;
	padding: 50px 0;
}
#content {
    margin-bottom: 2em;
}
.border_tb ul {
	max-width: 1400px;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.border_tb ul li {
	padding: 0 15px;
}



.flex_sp {
	display: block;
}
.title_sp {
	display: none;
}

.flex li figure {
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
	background: #fff;
	border-radius: 10px 10px 10px 10px;
    position: relative;
}
.flex li figure img {	
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: contain;
    left: 0;
}
.flex li figure {
	    margin-bottom: 10px;
}

.search_job_pt {
	padding: 50px 0;
}
.search_job_pt .ctitle_pt .search_stitle {
	color: #ea5f39;
}
.search_job_pt ul {
	width: 101%;
    display: flex;
    flex-wrap: wrap;
}
.search_job_pt ul li {
	width: 16%;
    margin-right: 0.66%;
    margin-bottom: 20px;
}
.search_job_pt ul li a {
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f4f0;
    border-radius: 50px;
    color: #000;
    padding: 15px 0;
    font-size: 15px;
}




/* spview */
@media screen and (max-width:767px) {	
	#mv {
		background-position-x: 24%;
	}
	#mv .lay_lqd {
		max-width: initial;
		padding: 0 15px;
		height: 100vw;
	}
	#mv .new_list_image {
		padding-top: 70vw;
	}
	.mv_right_box {
		display: none;
	}
	.mv_text {
		padding: 13vw 0 0 0;
		width: 100%;
		margin: 0;
	}
	.mv_text .title {
		font-size: 18px;
	}
	.mv_text .mtitle {
		font-size: 12px;
		margin-bottom: 5vw;
		text-align: left;
	}
	.mv_text .stitle {
		font-size: 13px;
		text-align: left;
	}
	.mv_text img {
		width: 250px;
	}

	.mv_form { position: static; }
	.top_search_form {
		width: 96%;
		margin: 4vw auto;
		flex-direction: column;
        gap: 10px 0;
	}
	.mv_form_input {
		height: 50px;
		width: 100% !important;
	}
	.top_search_title {
		font-size: 5vw;
		line-height: 12vw;
		margin: 0;
		display: none;
	}
	.btn_img_css {
		width: 70%;
		height: 50px;    
		margin: 0 auto;
		font-size: 14px;
	}
	.btn_img_css img {
		width: 20px;
	}

	.mv_form form {
		width: 100%;
		margin: 0;
	}

	.top_slide_div {
		margin: 50px 0 0 0;
		padding: 0 15px;
	}

	.banner_pt {
/*
		padding: 36vw 10px 10vw 10px;
		margin-top: -36vw;
*/
		padding: 5vw 10px 5vw 10px;
	}
	.banner_pt a {
		display: block;
	}
	.banner_pt a img {
		width: 100%;
	}
	.title_tab {
		font-size: 20px;
	}

	.border_tb {
		padding: 50px 15px;
	}
	.border_tb ul {
		justify-content: center;
	}
	.border_tb ul li {
		margin: 10px 0;
	}
	
	.ctitle_pt {
		align-items: center;
		flex-wrap: wrap;
	}
	.ctitle_pt .search_title {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.ctitle_pt .search_stitle {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.list_mt {
		margin-top: 30px;
	}


	.strong_pt {
		padding: 0 0 50px 0;
		height: auto;
	}
	.strong_pt .title_pt {
		padding: 30px 10px;
	}
	.strong_pt .title_pt img {
		width: 70%;
	}
	.strong_pt .title_pt:before {
		top: 97%;
		margin-left: -36px;
		border: 36px solid transparent;
		border-top: 20px solid #fff;
	}

	.strong_pt .strong_dt {
		flex-wrap: wrap;
		padding: 0 10px;
	}
	.strong_pt .p_mark img {
		width: 100%;
	}
	.strong_pt .item_list {
		width: 100%;
		flex-wrap: wrap;
	}
	.strong_pt .item_list li {
		width: 100%;
	}
	.strong_pt .item_list li figure {
		margin: 20px 0;
	}
	.strong_pt .item_list li figure img {
		width: 80%;
	}

	.btn {
		padding: 10px;
		font-size: 15px;
	}

	.line_pt {
		padding: 50px 15px;
	}
	.line_pt .sns_pt {
		margin-bottom: 0;
	}
	.bk_color_na {
		padding: 50px 15px 50px 15px;
	}
	.flex li {
		width: 100%;
		margin-bottom: 1.5em;
		margin-right: 0;
	}
	.flex li figure {
		padding-top: 65%;
	}
	.bk_color_sc {
		padding: 50px 15px;
	}

	.btn_detail {
		display: table;
		padding: 15px 50px;
	}

	.info {
		padding: 50px 15px 0 15px;
	}
	.info_content {
		flex-wrap: wrap;
	}
	.info_content_date {
		width: 100%;
		min-width: 100%;
	}

	.role {
		padding: 100px 15px 50px 15px;
		height: auto;
		background-position: top left;
	}
	.role .role_dt {
		width: 100%;
		margin: 0;
	}
	.role .role_dt img {
		width: 80%;
	}
	.role .title {
		font-size: 17px;
	}
	.role .role_dt p {
		font-size: 14px;
		margin: 20px 0 0 0;
	}
	.new_list li {
		margin: 0.5rem;
	}
}



.search_link_pt {
	padding: 50px 0;
	background-color: #f5f4f0;
}
.search_link_pt .search_link_list {
	display: flex;
	justify-content: space-between;
}
.search_link_pt .search_link_list li:first-child {
	width: 20%;
}
.search_link_pt .search_link_list li:nth-child(2) {
	width: 20%;
}
.search_link_pt .search_link_list li:nth-child(3) {
	width: 20%;
}
.search_link_pt .search_link_list li:last-child {
	width: 32%;
}
.search_link_pt .search_link_list li .title_pt {
	font-size: 20px;
	color: #3289b4;
	font-weight: bold;
	display: inline-block;
	text-align: left;
	margin-bottom: 20px;
}
.search_link_pt .search_link_list li .title_pt .etitle {
	font-size: 14px;
}

.search_link_pt .search_link_list li .flex_two {
	display: flex;
	flex-wrap: wrap;
}
.search_link_pt .search_link_list li .flex_two li {
	width: 48%;
	margin-right: 2%;
}


.search_link_pt .search_link_list li .ptitle {
	font-size: 16px;
	font-weight: bold;
	color: #434343;
	margin: 0 0 5px 0;
}
.search_link_pt .search_link_list li a {
	font-size: 14px;
	display: table;
	color: #000;
}

.tab_pt {
	display: none !important;
}
.tab_pt.act {
	display: flex !important;
}

/* spview */
@media screen and (max-width:767px) {	
	.search_link_pt {
		padding: 50px 15px;
	}
	.search_link_pt .search_link_list {
		flex-wrap: wrap;
	}
	.search_link_pt .search_link_list li {
		margin-bottom: 30px;
	}
	.search_link_pt .search_link_list li:first-child {
		width: 100%;
	}
	.search_link_pt .search_link_list li:nth-child(2) {
		width: 100%;
	}
	.search_link_pt .search_link_list li:nth-child(3) {
		width: 100%;
	}
	.search_link_pt .search_link_list li:last-child {
		width: 100%;
	}

	.search_link_pt .search_link_list li .flex_three li {
		width: 33%;
		margin-right:0;
	}
	.search_link_pt .search_link_list li .ptitle {
		font-size: 15px;
	}
	.search_link_pt .search_link_list li a {
		font-size: 13px;
	}
}




.featured_pt {
	padding: 50px 0;
}
.featured_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.featured_list li {
	width: 31%;
	margin-bottom: 30px;
}
.featured_list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #93989e;
	box-shadow: 0 5px 0 0 #a6a6a6;
	padding: 15px 20px;
	border-radius: 10px;
	color: #000;
}

.featured_list li a .etitle {
	font-size: 14px;
}
.featured_list li a .title {
	font-size: 20px;
	font-weight: bold;
}

.featured_list li:nth-child(1) a .etitle {
	color: #f7b22f;
}
.featured_list li:nth-child(2) a .etitle {
	color: #398838;
}
.featured_list li:nth-child(3) a .etitle {
	color: #fa5901;
}
.featured_list li:nth-child(4) a .etitle {
	color: #44b0d1;
}
.featured_list li:nth-child(5) a .etitle {
	color: #003e92;
}
.featured_list li:nth-child(6) a .etitle {
	color: #fe0000;
}

.search_pt {
	padding: 50px 0;
	background-color: #fdf9e6;
}
.search_dt .search_title {
	padding: 10px 20px;
	background-color: #f39925;
	border-radius: 10px;
	margin-bottom: 20px;
}
.search_dt .search_title img {
	margin-right: 10px;
}
.search_dt .search_title span {
	font-size: 20px;
	color: #fff;
}

.search_dt .search_list {
	margin-bottom: 30px;
}
.search_dt .search_list label {
	background-color: #fff;
    border: 1px solid #f39925;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 15px;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.search_dt .search_list .tag {
	background-color: #fff;
    border: 1px solid #f39925;
    border-radius: 30px;
    padding: 10px 20px 10px 40px;
    font-size: 15px;
	line-height: 1;
	color: #000;
    display: inline-block;
    margin: 0 10px 10px 0;
	position: relative;
}
.search_dt .search_list .tag::before {
	content: "";
	display: inline-block;
    margin-right: 0.5em;
    width: 19px;
    height: 19px;
    background: url(../images/i_tag.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 1.0em;
}

.search_dt .search_list .in_keyword {
	border: 1px solid #cacac9;
	padding: 10px;
	border-radius: 10px;
	width: 100%;
	max-width: 60%;
}

.btn_find {
	display: table;
    border: none;
    background-color: #fe0000;
    padding: 20px 50px;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
	line-height: 1.5;
    font-weight: bold;
    margin: 0 auto;
	
	cursor: pointer;
}

.btn_find img {
	margin-right: 5px;
}


.interview_pt {
	padding: 50px 0;
}

.interview_dt {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.interview_dt li {
	width: 30%;
	position: relative;
}
.interview_dt li figure img {
	border-radius: 10px;
	width: 100%;
	height: 350px;
	object-fit: cover;
}
.interview_dt li .interview_item_dt {
	position: absolute;
	background-color: #1b299080;
	padding: 10px;
	left: 0;
	bottom: 0;
	color: #fff;
	border-radius: 0 0 10px 10px;
}

.interview_dt li .interview_item_dt .stitle {
	font-size: 13px;
}
.interview_dt li .interview_item_dt .title {
	font-size: 18px;
	font-weight: bold;
}
.interview_dt li .interview_item_dt .desc {
	font-size: 14px;
}

.keyword_pt {
	padding: 50px 0;
}



@media screen and (max-width:767px) {	
	.featured_pt {
		padding: 50px 10px;
	}
	.featured_list li {
		width: 100%;
		margin-bottom: 20px;
	}

	.search_pt {
		padding: 50px 10px;
	}
	.search_dt .search_list .in_keyword {
		max-width: 100%;
	}

	.interview_pt {
		padding: 50px 10px;
	}
	.interview_dt {
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	.interview_dt li {
		width: 100%;
		margin-bottom: 20px;
	}
	.interview_dt li figure img {
		width: 100%;
	}

	.keyword_pt {
		padding: 50px 10px;
	}

}


.search_dt .search_list label input[type="checkbox"] {
	    margin-right: 5px;
}