/*page.css*/

/*------------------
Base
------------------*/

a {
	color: #366BD1;
	text-decoration: none;
}

.mt0 {
	margin-top: 0!important;
}

.mt5 {
	margin-top: 5px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt50 {
	margin-top: 50px!important;
}

.mt60 {
	margin-top: 60px!important;
}

.mt70 {
	margin-top: 70px!important;
}

.mt80 {
	margin-top: 80px!important;
}

.mt90 {
	margin-top: 90px!important;
}

.mt100 {
	margin-top: 100px!important;
}

.mt110 {
	margin-top: 110px!important;
}

.mt120 {
	margin-top: 120px!important;
}

.sp {
	display: none!important;
}

@media screen and (max-width:767px) {
	.mt0_sp {
	margin-top: 0!important;
	}
	.mt10_sp {
		margin-top: 10px!important;
	}
	.mt20_sp {
		margin-top: 20px!important;
	}
	.mt30_sp {
		margin-top: 30px!important;
	}
	.mt40_sp {
		margin-top: 40px!important;
	}
	.mt50_sp {
		margin-top: 50px!important;
	}
	.mt60_sp {
		margin-top: 60px!important;
	}
	.mt70_sp {
		margin-top: 70px!important;
	}
	.mt80_sp {
		margin-top: 80px!important;
	}
	.mt90_sp {
		margin-top: 90px!important;
	}
	.mt100_sp {
		margin-top: 100px!important;
	}
	.mt110_sp {
		margin-top: 110px!important;
	}
	.mt120_sp {
		margin-top: 120px!important;
	}
	.pc {
	display: none!important;
	}
	.sp {
	display: block!important;
	}
}


/*------------------
求人企業の皆様へ
------------------*/

.page_mainImg {
	margin-bottom: 60px;
}

.page_mainImg img {
	display: block;
	width: 100%;
}

dl.tsu_steps {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 20px;
}

dl.tsu_steps dt,
dl.tsu_steps dd {
	padding-bottom: 20px;
	padding-top: 20px;
}

dl.tsu_steps dt {
	width: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

dl.tsu_steps dd {
	width: calc(100% - 100px);
	border-bottom: 1px dotted #707070;
	
	border-bottom: none;
  	background-image: repeating-linear-gradient(
    to right,
    #707070 0 2px,   /* 点（2pxぶん） */
    transparent 3px 6px /* 間隔（ここで広げる） */
  );
  background-size: 100% 1px;  /* 線の太さ */
  background-repeat: no-repeat;
  background-position: left bottom;
}

dl.tsu_steps dd.nonborder {
	background-image: none;
}

dl.tsu_steps dt .step_dc {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	background-color: #5BC0BF;
	border-radius: 50%;
}

dl.tsu_steps dt .ar {
	display: block;
	width: 12px;
  	height: 12px;
  	border: 0;
	border-bottom: solid 3px #B5B5B5;
	border-right: solid 3px #B5B5B5;
	transform: rotate(45deg);
}

dl.tsu_steps dd .tit {
	font-weight: 700;
	margin-bottom: 10px;
}

dl.tsu_steps dd .tit a {
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding-left: 12px;
}

dl.tsu_steps dd .tit a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #366BD1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.recommendItems {
	padding: 35px 55px 45px 55px;
	background-color: #EDEDED;
	margin-top: 60px;
}

.recommendItems .tit {
	font-size: 20px;
	font-weight: 700;
	color: #0E357F;
	text-align: center;
	margin-bottom: 10px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.recommendItems .tit::before,
.recommendItems .tit::after {
	background-color: #1a1a1a;
	content: "";
	height: 1px; /* 線の高さ */
	width: 30px; /* 線の長さ */
}
.recommendItems .tit::before {
	margin-right: 6px;
	transform: rotate(60deg);
}
.recommendItems .tit::after {
	margin-left: 6px;
	transform: rotate(-60deg);
}

.recommendItems_list li {
	font-weight: 700;
	text-align: center;
	padding: 10px 10px 10px;
	background-color: #fff;
	margin-top: 10px;
}

table.tbl01 {
	width: 100%;
	table-layout: fixed;
}

table.tbl01 th,
table.tbl01 td {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ccc;
	color: #1a1a1a;
	font-size: 1.6rem;
	vertical-align: middle;
}

table.tbl01 th {
    font-weight: 500;
    background-color: #E9F1F4;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

table.tbl01 td {
    padding-left: 35px;
    padding-right: 15px;
    text-align: left;
}

.gray_box {
	background: #F8F8F8;
	padding: 20px 20px 20px;
	border: none;
	margin-top: 60px;
}

.gray_box .tit {
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.emphasis_tit {
	border-top: 1px solid #0E357F;
	border-bottom: 1px solid #0E357F;
	padding: 18px 15px 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.emphasis_tit p {
	font-size: 1.8rem;
	font-weight: 700;
}

.indentBox {
	padding-left: 18px;
	padding-right: 18px;
}

.apply_bt {
    display: block;
    width: 500px;
    height: 100px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 75px;
    display: flex;
    align-items: center;
    background-color: #DF0615;
    margin: 40px auto 20px;
    position: relative;
}

.apply_bt:after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/assets/img/industry/apply_bt_ar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.5s;
}

.apply_bt:hover::after {
    right: 15px;
}

/*------------------
人材送出企業の皆様へ
------------------*/

ul.num_serviceList {
	list-style: decimal;
	margin-left: 1.5em;
}

ul.num_serviceList li {
	font-weight: 700;
	margin-bottom: 20px;
}

ul.num_serviceList li p {
	font-weight: 400;
	margin-top: 6px;
}

.centerImg {
	width: 100%;
	margin: 30px auto 0;
}


ol.num_circle {
	list-style: none;
	counter-reset: num;
	padding-left: 0;
}

ol.num_circle li{
	counter-increment: num;
	position: relative;
	padding-left: 25px;
	margin-bottom: 7px;
}

ol.num_circle li::before{
	content: counter(num);
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #1c1c1c;
	color: #1c1c1c;
	display: grid;
	place-items: center;
	font-size: 11px;
	line-height: 1;
}

.label_text {
	font-size: 12px;
	text-align: center;
	line-height: 1;
	padding: 6px 10px 6px;
	color: #fff;
	font-weight: 700;
	background-color: #0E357F;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -4px;
}

dl.appli_flow {
	width: 100%;
/*
	display: flex;
	flex-wrap: wrap;
*/
}

dl.appli_flow > div.line_wrap {
	display: flex;
	box-sizing: border-box;
	margin-bottom: 40px;
	position: relative;
}

dl.appli_flow > div.line_wrap:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 16px solid transparent;
	border-left: 16px solid transparent;
	border-top: 20px solid #b8bdc7;
	border-bottom: 0;
	position: absolute;
	bottom: -30px;
	left: 13%;
}

dl.appli_flow > div.line_wrap.non_ar:before {
	content: none;
}

dl.appli_flow dt,
dl.appli_flow dd {
	padding: 20px 20px 20px 20px;
	border: 1px solid #CCE7FF;
	box-sizing: border-box;
}

dl.appli_flow dt {
/*	width: 30%;*/
	flex: 0 0 30%;
	background-color: #EDF5FC;
	display: flex;
	align-items: center;
	column-gap: 14px;
}

dl.appli_flow dd {
/*	width: 70%;*/
	flex: 1 1 auto;
	min-width: 0;
	border-left: none;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

/*
dl.appli_flow dt:last-of-type,
dl.appli_flow dd:last-of-type {
	border-bottom: 1px solid #CCE7FF;
}
*/

dl.appli_flow dt p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
}

dl.appli_flow dt p.num {
	color: #fff;
	text-align: center;
	min-width: 34px;
	width: 34px;
	height: 34px;
	background-color: #0E357F;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Roboto", sans-serif;
}

.entryBox .ent_text {
	white-space: nowrap;
}

/*------------------
つなサポTop
------------------*/

.ts_mainWrap {
	background-color: #EBFAFF;
	border-radius: 10px;
}

.ts_mainWrap .page_mainImg {
	margin-bottom: 0;
}

.ts_main {
	padding: 40px 20px 20px 20px;
}

.ts_main h2 {
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	padding: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #60989D;
	margin-bottom: 20px;
	margin-top: 0;/*20260318*/
}

.ts_main h2:before,
.ts_main h2:after {
	content: none;
}

.ts_main_outline_text {
	width: 90%;
	margin: 0 auto;
}

.ts_main_outline_text p,
.ts_main_outline_text span {
	font-size: 1.8rem;
	font-weight: 500;
}

.ts_mainImg {
	width: 488px;
	max-width: 100%;
	margin: 40px auto 40px;
}

.ts_main_box {
	background-color: #fff;
	padding: 20px 20px 20px;
}

.ts_main_box .tit {
	font-size: 1.6rem;
	font-weight: 700;
}

dl.ts_main_list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 20px;
}

dl.ts_main_list dt,
dl.ts_main_list dd {
	padding: 5px 10px;
}

dl.ts_main_list dt {
	width: 120px;
	padding-left: 0;
	padding-right: 0;
}

dl.ts_main_list dd {
	width: calc(100% - 140px);
	font-variant-position: 1.6rem;
}

dl.ts_main_list dt > p {
	width: 120px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
	padding: 6px 10px;
	color: #fff;
	background-color: #0E357F;
	border-radius: 14px;
}

dl.ts_main_list dd p,
dl.ts_main_list dd a,
dl.ts_main_list dd span {
	font-size: 1.6rem;
}

dl.ts_main_list dd a {
	text-decoration: none;
}

.ts_points_box {
	background-color: #EAF0EF;
	border-radius: 10px;
	padding: 20px 20px 20px;
}

.ts_points_box dl.ts_points {
	display: flex;
	column-gap: 10px;
	align-items: center;
	justify-content: flex-start;
	background-color: #fff;
	padding: 22px 16px 22px 20px;
}

.ts_points_box dl.ts_points dt {
	min-width: 115px;
	width: 115px;
}

.ts_points_box dl.ts_points dt p {
	width: 100%;
	color: #fff;
	text-align: center;
	color: #fff;
	background-color: #0E357F;
	border-radius: 18px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}

.ts_points_box dl.ts_points dd {
	width: calc(100% - 125px);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}

.ts_points_box dl.ts_points dd span.note {
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
	margin-top: 5px;
}

.match_ex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 20px 7px;
}

.match_ex > .match_ex_item {
	flex: 0 0 calc((100% - 14px) / 3);
  	max-width: calc((100% - 14px) / 3);
  	min-width: 0;
  	box-sizing: border-box;
}

.match_ex > .match_ex_item .match_ex_item_cate {
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background: #0E357F;
	padding: 8px 10px;
}

.match_ex > .match_ex_item .match_ex_item_cont {
	padding: 10px 0 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #707070;
	margin-top: 8px;
}

.match_ex > .match_ex_item .match_ex_item_cont p {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3;
	width: 90%;
}

.match_ex > .match_ex_item .match_ex_item_cont .position {
	font-size: 1.1rem;
	font-weight: 400;
	color: #24140E;
	text-align: center;
	line-height: 1.3;
	padding: 10px 10px;
	background: #F0F0F0;
	width: 100%;
	min-width: 100%;
	margin-top: 10px;
}

.match_ex > .match_ex_item .match_ex_item_cont .position span {
	font-size: 1.1rem;
	font-weight: 400;
	color: #24140E;
	text-align: center;
	line-height: 1.3;
	display: inline-block;
}

.match_ex > .match_ex_item .match_ex_item_cont .position span:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 16px;
	background-image: url(/person/adoption/tsunasapo/img/posi_ic.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -4px;
}

.match_ex > .match_ex_item .match_ex_item_cont span.ar {
	display: block;
	box-sizing: border-box;
	width: 14px;
	margin: 5px auto 5px;
}

.match_ex > .match_ex_item .match_ex_item_cont span.ar img {
	display: block;
	width: 100%;
}

.tsunasapo_btm_links {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.tsunasapo_btm_links > li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 380px;
    height: 120px;
    background: #0E357F;
    text-align: left;
    color: #fff;
    position: relative;
    padding-left: 25px;
    padding-right: 60px;
}

.tsunasapo_btm_links > li a.tsunasapo_jinzai {
	background: #A0CA3B;
}

.tsunasapo_btm_links > li a.tsunasapo_career {
	background: #5BC0BF;
}

.tsunasapo_btm_links > li > a > span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
	display: inline-block;
}

.tsunasapo_btm_links > li > a > span:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 20px;
	background-image: url(/person/adoption/tsunasapo/img/tunasapo_ic_s.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -4px;
}

.tsunasapo_btm_links > li > a > span > span {
	display: block;
	font-size: 14px;
	margin-left: 30px;
	margin-top: 5px;
}

.tsunasapo_btm_links > li > a:before {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url("/assets/img/kenshu/circle_ar.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -13px;
}

.ts_contact {
	background: #fff;
	border: 1px solid #0E357F;
	padding: 25px 30px 25px 30px;
}

.otherPage .ts_contact h2 {
	margin-bottom: 20px;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;/*20260318*/
}

.otherPage .ts_contact h2:before {
	position: absolute;
	top: 0;
    height: 38px;
    bottom: 0;
    margin: auto 0;
}

.otherPage .ts_contact h2:after {
	content: none;
}

.ts_contact .tit {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.ts_contact .tel_info a {
	font-size: 1.8rem;
	font-weight: 700;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}

.ts_contact .tel_info .addi {
	font-size: 1.3rem;
	font-weight: 400;
}

.ts_contact .mail_info > span,
.ts_contact .mail_info > p {
	font-size: 1.8rem;
}

a.link_ar {
	position: relative;
}

a.link_ar:after {
	content: '';
	display: inline-block;
	width: 17px;
	height: 17px;
	background-image: url(/person/adoption/tsunasapo/img/link_ar.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -4px;
}





@media screen and (max-width:767px) {
	.apply_bt {
		height: 70px;
        width: 100%;
        max-width: 500px;
        font-size: 1.3rem;
	}
	.apply_bt:after {
        width: 18px;
        height: 18px;
    }
	.page_mainImg {
		margin-bottom: 24px;
	}
	dl.tsu_steps {
		column-gap: 10px;
	}
	dl.tsu_steps dt {
		width: 60px;
	}
	dl.tsu_steps dt .step_dc {
		width: 60px;
		height: 60px;
	}
	dl.tsu_steps dd {
		width: calc(100% - 70px);
	}
	dl.tsu_steps dd .tit {
		font-size: 14px;
	}
	dl.tsu_steps dd .text {
		font-size: 13px;
	}
	.recommendItems .tit {
		font-size: 16px;
	}
	.recommendItems_list li {
		font-size: 13px;
	}
	.recommendItems {
		padding: 16px 18px 16px 18px;
	}
	table.tbl01 th,
	table.tbl01 td {
		font-size: 12px;
		padding: 10px 10px 10px;
	}
	.recommendItems {
		margin-top: 30px;
	}
	.gray_box {
		margin-top: 30px;
	}
	.emphasis_tit p {
		font-size: 15px;
	}
	.indentBox {
		padding-left: 0;
		padding-right: 0;
	}
	.entryBox .ent_text p {
		font-size: 15px;
	}
	.entryBox .ent_text p::before,
	.entryBox .ent_text p::after {
		width: 20px;
	}
	.entryBox .ent_text p::before {
		margin-right: 5px;
	}
	.entryBox .ent_text p::after {
		margin-left: 5px;
	}
	.entryBox .ent_text {
		padding: 10px 0;
	}
	dl.appli_flow > div.line_wrap {
		display: block;
		margin-bottom: 30px;
	}
	dl.appli_flow > div.line_wrap:before {
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
		border-top: 10px solid #b8bdc7;
		bottom: -20px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	dl.appli_flow dt,
	dl.appli_flow dd {
		width: 100%;
		padding: 10px 10px 10px;
	}
	dl.appli_flow dt {
		column-gap: 5px;
		border-bottom: none;
	}
	dl.appli_flow dt p {
		font-size: 14px;
	}
	dl.appli_flow dt p.num {
		min-width: 22px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 14px;
	}
	dl.appli_flow dd {
		border-left: 1px solid #CCE7FF;
	}
	dl.appli_flow dd p,
	dl.appli_flow dt a {
		font-size: 14px;
	}
	ul.entryBox_in > li:last-child .policy_links {
		column-gap: 10px;
		justify-content: space-between;
	}
	ul.entryBox_in > li:last-child .policy_links li {
		flex: 1;
		min-width: 0;
	}
	.policy_links li a {
		padding: 0;
		text-align: center;
	}
	.tsunasapo_btm_links {
		display: block;
	}
	.tsunasapo_btm_links > li > a {
    	width: 100%;
    	padding-top: 15px;
    	padding-bottom: 15px;
    	height: auto;
    	min-height: 60px;
    	padding-right: 50px;
    	padding-left: 15px;
	}
	.tsunasapo_btm_links > li > a:before {
    	width: 22px;
    	height: 22px;
    	right: 15px;
    	margin-top: -11px;
	}
	.tsunasapo_btm_links > li:nth-child(2n) {
    	margin-top: 15px;
	}
	.tsunasapo_btm_links > li > a > span {
		font-size: 16px;
	}
	.ts_main h2 {
		font-size: 18px;
	}
	.ts_main_outline_text {
		width: 100%;
	}
	.ts_main {
		padding: 20px 10px 10px 10px;
	}
	.ts_mainImg {
		max-width: 90%;
	}
	dl.ts_main_list {
		display: block;
		margin-top: 10px;
	}
	dl.ts_main_list dt,
	dl.ts_main_list dd {
		width: 100%;
		min-width: 100%;
	}
	
	dl.ts_main_list dt > p {
		width: 100%;
		font-size: 13px;
	}
	dl.ts_main_list dd a {
		font-size: 13px;
	}
	dl.ts_main_list dd {
		padding-bottom: 10px;
	}
	dl.ts_main_list dd > p {
		font-size: 13px;
	}
	.ts_main_box {
		padding: 15px 20px 15px;
	}
	.ts_points_box dl.ts_points {
		flex-direction: column;
		align-items: center;
	}
	.ts_points_box dl.ts_points dt p {
		font-size: 13px;
	}
	.ts_points_box dl.ts_points dt {
		margin-bottom: 12px;
	}
	.ts_points_box dl.ts_points dd {
		width: 100%;
		font-size: 13px;
	}
	.ts_points_box {
		padding: 10px 10px 10px;
	}
	.match_ex {
		gap: 10px 10px;
	}
	.match_ex > .match_ex_item {
		flex: 0 0 calc((100% - 10px) / 2); /* 2列、間は1か所なので 7px */
		max-width: calc((100% - 10px) / 2);
		min-width: 0;
		box-sizing: border-box;
	}
	.match_ex > .match_ex_item .match_ex_item_cont .position {
		padding: 10px 5px;
	}
	.tsunasapo_btm_links > li a {
		min-height: 77px;
	}
	.ts_contact {
		padding: 20px 10px 20px 10px;
	}
	.otherPage .ts_contact h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.ts_contact .tit {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.ts_main_outline_text p, .ts_main_outline_text span {
		font-size: 15px;
	}
	.tsunasapo_btm_links > li > a > span > span {
		font-size: 12px;
		margin-top: 3px;
	}
	
	
	
}




















