/*メディアクエリ（サンプル最後に取る）*/

/*sp（なくても良い）*/
@media screen and (max-width: 480px) {}
/*tablet 768px以下*/
@media screen and (max-width: 767px) {}
/*pc 1000px以下*/
@media screen and (max-width: 1000px) {}

.news_area, .about_area, .guidance_area, .access_area, .link_area{
	max-width: 1185px;
	padding: 0px 60px;
	margin: 0px auto;
}

.top h2{
	line-height: 0.6;
	color: #579815;
}

/* トップ お知らせ */
.top .news_area{
	display: flex;
	justify-content: space-between;
	margin-top: 75px;
}

.tabs {
	display: flex;
	flex-wrap: wrap;
	max-width: 750px;
	width: 75%;
}

.tab_label {
	font-size: 1.6rem;
	color: #579815;
	font-weight: 500;
	text-align: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
	width: 150px;
	padding: 10px 10px;
	margin-right: 10px;
	border: 2px solid #579815;
	border-bottom: none;
	border-radius: 15px 15px 0px 0px;
}

.tab_label:hover {
  opacity: 0.75;
}

.tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
}

input[name="tab_switch"] {
  display: none;
}

.tabs input:checked + .tab_label {
  color: #fff;
  background-color: #579815;
}
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

.tab_content{
	position: relative;
	animation: fadeIn 1s ease;
}
.news_area .tab_content ul{
	border-top: 2px solid #579815;
	border-bottom: 2px solid #579815;
}
.news_area .tab_content ul li{
	border-bottom: 1px solid #B5D983;
}
.news_area .tab_content ul li a{
	display: flex;
	align-items: center;
	padding: 24px 0px;
}
.news_area .tab_content ul li:last-child{
	border-bottom: 0px solid #B5D983;
}
.news_area .tab_content ul li p{
	font-size: 1.8rem;
	color: #579815;
	font-weight: 500;
}
.news_area .tab_content .date{
	width: 140px;
	}
.news_area .tab_content .tag{
	font-size: 1.6rem;
	margin: 0px 30px 0px 10px;
	padding: 5px 10px;
	width: 136px;
	background-color: #F2F8E7;
	border-radius: 30px;
	font-weight: 700;
	text-align: center;
}
.news_area .tab_content .title{
	font-size: 1.7rem;
	font-weight: 700;
	width: 60%;
}
.news_area .tab_content .title span{
	font-size: 1.7rem;
	font-weight: 700;
}

/* ボタン */
.news_area .tabs .btn_area{
	text-align: right;
}
.btn_area a{
	display: inline-block;
	position: relative;
	margin-top: 30px;
	padding: 15px 40px;
	background-color: #fff;
	border: 2px solid #579815;
	border-radius: 30px;
	color: #579815;
}
.btn_area a::after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #579815;
    position: absolute;
    top: 43%;
    right: 15px;
}
.btn_area a p{
	font-size: 1.7rem;
	font-weight: 500;
}

.news_sub.deco-area .deco{
	width: 140px;
	height: auto;
	top: 150px;
}
/* お知らせ */


/* シルバー人材センターについて */
.top .about_area{
	margin-top: 55px;
}
.top .about_area .boder_area{
	padding-bottom: 100px;
	border-bottom: 2px solid #BFE48C;
}
.top .about_sub{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.top .about_sub{
	display: flex;
	justify-content: space-between;
}
.top .about_sub .about_read{
	width: 85%;
	font-size: 1.8rem;
	font-weight: 700;
	color: #579815;
	margin-bottom: 30px;
}
.top .about_img{
	max-width: 300px;
	margin: 0px 20px;
}

.top .boder_area .deco{
	max-width: 247px;
	margin: 0px auto;
	bottom: -1px;
	left: 0;
	right: 0;
}
/* シルバー人材センターについて */


/* 案内 */
.top .guidance_area{
	margin-top: 110px;
	padding-bottom: 275px;
}
.top .guidance_con{
	display: flex;
	justify-content: space-between;
}
.top #guidance_join, .top #guidance_job{
	width: 48%;
}
.top .guidance_item01, .top .guidance_item02{
	padding: 40px 20px;
	border-radius: 30px;
	text-align: center;
}
.top .guidance_item01 .icon, .top .guidance_item02 .icon{
	width: 102px;
	margin: 0px auto;
}
.top .guidance_item01 h3, .top .guidance_item02 h3{
	font-size: 3rem;
	margin: 20px auto;
}
.top .guidance_item01 p, .top .guidance_item02 p{
	font-size: 1.8rem;
}
.top .guidance_item01 .btn_area p, .top .guidance_item02 .btn_area p{
	font-size: 1.7rem;
}
.top .guidance_item01{
	background-color: #DECEA1;
}
.top .guidance_item01 h3{
	color: #625C4D;
}
.top .guidance_item01 p{
	color: #625C4D;
}
.top .guidance_item01 .btn_area a{
	border: 0px solid #625C4D;
}
.top .guidance_item01 .btn_area a::after{
	border-color: transparent transparent transparent #625C4D;
}


.top .guidance_item02{
	background-color: #B8D3E2;
}
.top .guidance_item02 h3{
	color: #404D53;
}
.top .guidance_item02 p{
	color: #404D53;
}
.top .guidance_item02 .btn_area a{
	border: 0px solid #404D53;
}
.top .guidance_item02 .btn_area a::after{
	border-color: transparent transparent transparent #404D53;
}

.top .deco-area .access_area .deco-img01{
	max-width: 625px;
	width: 625px;
	top: -214px;
	left: -40px;
}
.top .deco-area .access_area .deco-img02{
	width: 155px;
	top: -247px;
	right: 60px;
}

/* 案内 */


/* アクセス */
.top #access{
	background-color: #F5F8ED;
}
.top .access_area{
	padding-top: 80px;
	padding-bottom: 80px;
}
.top .access_area h2{
	margin-bottom: 30px;
}
.top .access_con{
	display: flex;
	justify-content: space-between;
}
.top .access_con .access_item{
	width: 48%;
	padding: 50px 35px 35px;
	border-radius: 30px;
	border: 2px solid #B5D983;
	background-color: #fff;
}
/* Googleマップ */
.gmap{
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
}
#gmap01, #gmap02{
	height: 0;
	overflow: hidden;
	padding-bottom: 65%; /*16:9 56.25%*/
	position: relative;
}
#gmap01 iframe, #gmap02 iframe{
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
}
/* Googleマップ */

.top .access_item h3{
	position: relative;
	font-size: 3rem;
	color: #579815;
	margin-bottom: 40px;
}
.top .access_item h3 span{
	position: absolute;
	display: inline-block;
	max-width: 200px;
	vertical-align: middle;
	margin-left: 20px;
}
.top .access_item .address{
	margin-top: 40px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #579815;
	padding-bottom: 15px;
	border-bottom: 1px solid #B5D983;
}
.top .access_item .txt{
	margin-top: 15px;
	font-size: 1.8rem;
	font-weight: 400;
	color: #579815;
}
/* アクセス */


/* 関連リンク */

.top .link_area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px auto 56px ;
	padding-top: 56px;
}
.top .link_con{
	display: flex;
	justify-content: center;
	width: 85%;
	padding: 25px;
	border-top: 2px solid #579815;
	border-bottom: 2px solid #579815;
}
.top .link_con li{
	padding: 0px 40px;
	border-right: 1px solid #579815;
}
.top .link_con li:first-child{
	padding-left: 0px;
}
.top .link_con li:last-child{
	padding-right: 0px;
	border-right: 0px solid #579815;
}
.top .link_con li a{
	color: #579815;
}
.top .link_con li a{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.6;
}

/* 関連リンク */


/* 下層コンテンツ */
.contents.sub{
	margin-top: 140px;
}
.contents.sub h2{
	font-family: "Zen Maru Gothic", serif;
	font-size: 4rem;
	font-weight: 700;
	margin: 75px 0px;
}

.u-layer-title{
	position: relative;
}
.u-layer-title div{
	position: relative;
	max-width: 1185px;
	padding: 45px 60px;
	margin: 0px auto;
}
.u-layer-title div::before{
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	display: inline-block;
	width: 200px;
	height: 154px;
	background-color: #fff;
}
.u-layer-title div::after{
	content: "";
	position: absolute;
	top: 0px;
	right: 55px;
	z-index: 3;
	display: inline-block;
}
.contents.sub .u-layer-title div h2{
	position: relative;
	margin: 0px auto;
	z-index: 4;
	letter-spacing: 0.3rem;
}
.job-main .u-layer-title{
	color: #404D53;
	background: linear-gradient(90deg, rgb(184,211,226) 0%, rgb(184,211,226) 50%, transparent 50%, transparent 100%);
}
.job-main .u-layer-title div{
	background-color: #B8D3E2;
}

.job-main .u-layer-title div::after{
	border: solid #B8D3E2;
	border-width: 154px 154px 0 0;
	border-top-right-radius: 90px;
}

/* お仕事を頼みたい方 */
.job-con, .type-contract-con, .job-flow, .type-contract-con-sub{
	max-width: 1185px;
	padding: 0px 60px;
	margin: 0px auto;
}
.job-con h2, .type-contract-con h2, .job-flow h2, .type-contract-con-sub h2{
	color: #404D53;
}
.job-con h2{
	position: relative;
}

.job-con h2 span {
  position: absolute;
  display: inline-block;
  max-width: 200px;
  margin-left: 20px;
}
.job-con .tabs {
  display: flex;
	justify-content: space-between;
  flex-wrap: wrap;
  max-width: none;
  width: 100%;
	margin-bottom: 75px;
}
.job-con .tab_label{
	width: 48%;
	margin-right: 0px;
}
.job-con .tab_label{
	border: 2px solid #68A1C4;
	border-bottom: none;
	background-color: #fff;
	font-size: 2.4rem;
	color: #68A1C4;
	padding: 20px 0px 18px;
	border-radius: 25px 25px 0px 0px;
}

.job-con .tabs input:checked + .tab_label {
  color: #fff;
  background-color: #68A1C4;
}
.job-con .tab_content{
	border-top: 2px solid #68A1C4;
}

@media screen and (min-width: 767px) {
.job-con .tab_content .slider{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.job-con .tab_content .slider li{
	width: 23%;
	text-align: center;
	margin-top: 35px;
}

.slider.slick-initialized{
  opacity: 1; /*slick-initializedが付与されたら表示*/
}

}

.job-con .slick-prev {
  left: 10px;
  z-index: 3;
}
.job-con .slick-next {
  right: 10px;
	z-index: 3;
}
.job-con .slick-prev::before, .job-con .slick-next::before{
	content: '';
	width: 30px;
	height: 30px;
  display: inline-block;
	background-size: contain;
}
.job-con .slick-prev::before{
	background: url("../images/job/icon_prev.png") no-repeat;
		background-size: contain;
}
.job-con .slick-next::before{
	background: url("../images/job/icon_next.png") no-repeat;
		background-size: contain;
}

.job-con .tab_content .slider li a{
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 35px 17px 15px;
	border: 2px solid #67A3C4;
	border-radius: 25px;
}
.job-con .tab_content .slider li a::after{
	content: "";
	background: url("../images/job/dec_005.png") no-repeat;
	background-size: contain;
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 7px;
	bottom: 8px;
}
.job-con .tab_content .slider li .icon{
	width: 120px;
	margin: 0px auto;
}
.job-con .tab_content .slider li p{
	font-size: 1.9rem;
	font-weight: 700;
	color: #67A3C4;
	line-height: 1.4;
	margin: 0px auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 66px;
}
.job-con .tab_content .note{
	font-size: 1.8rem;
	color: #404D53;
	font-weight: 400;
	margin-top: 30px;
	margin-left: 1em;
	text-indent: -1em;
}

#job-type-contract{
	background-color: #EDF2F5;
	padding-top: 75px;
	padding-bottom: 120px;
}
.contents.sub .type-contract-con h2{
	margin-top: 0px;
}
.type-contract-sub{
	position: relative;
	padding: 35px 0px 45px;
	border-top: 2px solid #67A3C4;
}
.type-contract-sub:last-child{
	border-bottom: 2px solid #67A3C4;
}
.type-contract-sub .tc-txt{
	position: absolute;
	top: 35px;
	display: flex;
	align-items: center;
}
.type-contract-sub .tc-txt .icon{
	width: 94px;
	margin-right: 20px;
}
.type-contract-sub .tc-txt h4{
	font-size: 2rem;
	font-weight: 700;
	color: #404D53;
}
.type-contract-sub .tc-txt p{
	font-size: 1.6rem;
	font-weight: 400;
	color: #404D53;
}

.type-contract-sub .menu {
  width: 100%;
  padding: 10px 10px 20px;
	text-align: right;
}
.type-contract-sub .menu ul{
	counter-reset: number 0;
}
.type-contract-sub .menu ul p{
	font-size: 1.8rem;
	margin-left: 1em;
	text-indent: -1em;
}
.type-contract-sub .menu ul p::before{
	counter-increment: number 1;
	content: counter(number) ".  ";
}

.type-contract-sub .menu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.type-contract-sub .menu label {
  cursor :pointer;
  display: inline-block;
  text-decoration: none;
	font-size: 2rem;
	font-weight: 700;
  color: #fff;
	text-align: left;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 13px 40px 13px 15px;
	border-radius: 15px;
  background-color: #67A3C4;
}

.type-contract-sub .menu label:hover{
	opacity: 0.7;
  transition: all 0.2s;
}
/*開いたときに表示される部分*/
.type-contract-sub .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
	text-align: left;
}
.type-contract-sub .menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li:first-child,
#menu_bar02:checked ~ #links02 li:first-child {
  margin-top: 90px;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  padding: 5px 0px;
}
 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child {
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
.type-contract-sub .menu label:after{
  content:"";
  display:block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.66px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0%;
  margin: auto;
}
/*開いた状態の矢印描画*/
/*.type-contract-sub .menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.66px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position:absolute;
  right: 15px;
  top: 0;
  bottom: 0%;
  margin: auto;
}*/


.job-flow.deco-area .deco-img01{
	width: 208px;
	top: -150px;
	left: 35%;
}
.job-flow.deco-area .deco-img02{
	width: 309px;
	top: -100px;
	right: 0px;
}

.job-flow .flow_con li{
	display: flex;
}
.job-flow .flow_con li:nth-child(2n){
	background-color: #EDF2F5;
}
.job-flow .flow_con li .num_01, .job-flow .flow_con li .num_02{
	position: relative;
	z-index: 3;
	padding: 15px 25px 15px 45px;
	margin-right: 60px;
}
.job-flow .flow_con li .num_01::after, .job-flow .flow_con li .num_02::after{
	content: "";
	position: absolute;
	top: 16px;
	right: -40px;
	z-index: 2;
	display: inline-block;
	transform: rotate(45deg);
}
.job-flow .flow_con li .num_01{
	background-color: #B8D3E2;
}
.job-flow .flow_con li .num_01::after{
	border: solid #B8D3E2;
	border-width: 79px 79px 0 0;
	border-top-right-radius: 80px;
}
.job-flow .flow_con li .num_02{
	background-color: #67A3C4;
}
.job-flow .flow_con li .num_02::after{
	border: solid #67A3C4;
	border-width: 78px 78px 0 0;
	border-top-right-radius: 80px;
}
.job-flow .flow_con li .num_01 p, .job-flow .flow_con li .num_02 p{
	font-family: "Nunito", sans-serif;
	font-size: 5rem;
	font-weight: 800;
	color: #fff;
	position: relative;
	z-index: 3;
}

.job-flow .flow_txt{
	display: flex;
	align-items: center;
}
.job-flow .flow_txt h3{
	font-size: 3rem;
	font-weight: 700;
	color: #404D53;
	width: 240px;
	margin-right: 20px;
}
.job-flow .flow_txt h3 span{
	font-size: 2.5rem;
	font-weight: 700;
	color: #404D53;
	letter-spacing: -0.1rem;
}
.job-flow .flow_txt p{
	font-size: 1.8rem;
	font-weight: 400;
	color: #404D53;
}
/* お仕事を頼みたい方 */

/* お仕事を頼みたい方 種類 */
.type-contract-con-sub{
	padding-top: 75px;
	padding-bottom: 0px;
}
.contents.sub .type-contract-con-sub h2{
	margin-top: 0px;
}
.job-type-con .title {
	border: 2px solid #68A1C4;
	border-bottom: none;
	background-color: #68A1C4;
	padding: 20px 0px 18px;
	border-radius: 25px 25px 0px 0px;
	text-align: center;
}
.job-type-con {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.job-type-con li{
	position: relative;
	width: 45%;
	margin-bottom: 70px;
}
.job-type-con li::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: -12%;
	display: inline-block;
	width: 2px;
	height: calc(100% - 120px);
	background-color: #67A3C4;
}
.job-type-con li:nth-child(2n)::after{
	content: none;

}
.job-type-con .title h4{
	font-size: 2.4rem;
	color: #fff;
	font-weight: 700;
}
.job-type-con .read{
	padding: 35px 0 0!important;
	font-size: 1.8rem;
	font-weight: 700;
	color: #404D53;
	text-align: center;
}
.job-type-con .icon{
	width: 205px;
	margin: 45px auto 15px;
}
.job-type-con .txt{
	font-size: 1.8rem;
	font-weight: 700;
	color: #404D53;
	margin-bottom: 15px;
	margin-left: 98px;
	text-indent: -98px;
    padding: 0!important;
}
.job-type-con .txt02{
	font-size: 1.8rem;
	font-weight: 700;
	color: #404D53;
	margin-bottom: 15px;
	margin-left: 104px;
	text-indent: -104px;
    padding: 0!important;
}
.txt02_price{
    font-size: 1.6rem;
    color: #404D53;
    padding: 0px 20px;
    font-weight: 700!important;
}
.txt02_sub{
    padding-left: 20px;
}
.job-type-con .txt span{
	font-size: 1.6rem;
	font-weight: 700;
	color: #67A3C4;
	background-color: #EDF2F5;
	padding: 5px 20px;
	border-radius: 20px;
	margin-right: 10px;
}
.job-type-con .txt span.note{
	color: #404D53;
	background-color: #EDF2F500;
	padding: 0px;
	font-weight: 400;
	margin-left: 1em;
	text-indent: -1em;
}
.job-type-con .txt span.txt-mar01{
	font-size: 1.8rem;
	color: #404D53;
	background-color: #EDF2F500;
	padding: 0px;
	font-weight: 700;
	margin-left: 9em;
	text-indent: -9em;
}
.job-type-con .txt02 span{
	font-size: 1.6rem;
	font-weight: 700;
	color: #67A3C4;
	background-color: #EDF2F5;
	padding: 5px 20px;
	border-radius: 20px;
	margin-right: 10px;
}
.job-type-con .txt02 span.note{
	color: #404D53;
	background-color: #EDF2F500;
	padding: 0px;
	font-weight: 400;
/*
	margin-left: 1em;
	text-indent: -1em;
*/
}
.job-type-con .txt02 span.txt-mar01{
	font-size: 1.8rem;
	color: #404D53;
	background-color: #EDF2F500;
	padding: 0px;
	font-weight: 700;
	margin-left: 9em;
	text-indent: -9em;
}
.job-type-con .note{
	font-size: 1.6rem;
	color: #404D53;
	padding: 0px 20px;
	font-weight: 400;
/*
	margin-left: 1em;
	text-indent: -1em;
*/
}
.job-type-con p{
	font-size: 1.6rem;
	color: #404D53;
	padding: 0px 20px;
	font-weight: 400;
/*
	margin-left: 1em;
	text-indent: -1em;
*/
}
.job-type-con .content{
	padding: 30px 0px;
	background: radial-gradient(ellipse at center,  rgba(103,163,196,1) 0%,rgba(103,163,196,1) 25%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 100%) center 0 repeat-y;
 	background-size: 5px 5px;
 	background-repeat: repeat-x; 
 	background-position: left bottom;
}
.job-type-con .content:last-child{
	background: none;
}
.job-type-con .content.sagyou .txt{
    margin-left: 100px;
    text-indent: -100px;
}
.sagyou_other_txt{
    margin-left: 0;
	text-indent: 0;
    font-size: 1.8rem!important;
    font-weight: 700!important;
    padding: 0!important;
    color: #404D53;
    margin-bottom: 15px;
}
.other{
    display: flex;
}

.job-type-con .price-check {
	padding: 78px 20px;
}
.job-type-con .price-check h4{
	font-size: 2.4rem;
	color: #404D53;
	font-weight: 700;
	margin-bottom: 40px;
}
.job-type-con .price-check li{
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.8rem;
	color: #404D53;
	font-weight: 400;
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
}
.job-type-con .price-check li::before{
	content:  "";
    width:  14px;
    height:  14px;
    display:  inline-block;
    background-color: #67A3C4;
    border-radius:  50%;
	margin-right: 2px;
}
.job-type-con .deco{
	width: 160px;
	right: 20px;
	margin-top: 20px;
}
.type-contract-con-sub .btn{
  text-align: center;
}
.type-contract-con-sub .btn a {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  padding: 15px 60px;
  background-color: #fff;
  border: 2px solid #67A3C4;
  border-radius: 30px;
  color: #67A3C4;
}
.type-contract-con-sub .btn a p{
	font-size: 1.7rem;
	font-weight: 500;
}
.type-contract-con-sub .btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #67A3C4;
  position: absolute;
  top: 43%;
  right: 15px;
}

/* お仕事を頼みたい方 種類 */


/* お知らせ */
.news-main .u-layer-title{
	color: #fff;
	background: linear-gradient(90deg, rgb(87,152,21) 0%, rgb(87,152,21) 50%, transparent 50%, transparent 100%);
}
.news-main .u-layer-title div{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	background-color: #579815;
}
.news-main .u-layer-title div::after{
	border: solid #579815;
	border-width: 154px 154px 0 0;
	border-top-right-radius: 80px;
}

.contents.sub.news-main .u-layer-title div h2{
	margin: 0px 30px 0px 0px;
}
.news-main .u-layer-title span{
	font-size: 2.5rem;
	font-weight: 700;
}

.news_content{
  max-width: 1185px;
  padding: 0px 60px;
  margin: 75px auto 0px;
}


.news_content ul {
  border-top: 2px solid #579815;
  border-bottom: 2px solid #579815;
}
.news_content ul li {
  border-bottom: 1px solid #B5D983;
}
.news_content ul li:last-child{
  border-bottom: 0px solid #B5D983;
}
.news_content ul li a {
  display: flex;
  align-items: center;
  padding: 24px 0px;
}
.news_content .kaihou-sub li a span{
	font-size: 1.7rem;
	font-weight: 700;
	color: #579815;
}


.news_content ul li p {
  font-size: 1.8rem;
  color: #579815;
  font-weight: 500;
}
.news_content .date {
  width: 140px;
}
.news_content .tag {
  font-size: 1.6rem;
  margin: 0px 30px 0px 10px;
  padding: 5px 10px;
  width: 132px;
  background-color: #F2F8E7;
  border-radius: 30px;
  font-weight: 700;
  text-align: center;
}
.news_content .title {
  font-size: 1.7rem;
  font-weight: 700;
	width: 68%;
}
.news_content .title span {
  font-size: 1.7rem;
  font-weight: 700;
}

.news_content  .btn {
  text-align: center;
}
.news_content  .btn a {
  display: inline-block;
  position: relative;
  margin-top: 50px;
  padding: 15px 60px;
  background-color: #fff;
  border: 2px solid #579815;
  border-radius: 30px;
  color: #579815;
}
.news_content .btn a p{
	font-size: 1.7rem;
	font-weight: 500;
}
.news_content .btn a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #579815;
  position: absolute;
  top: 43%;
  right: 15px;
}

.news_content .news_detail{
	padding: 50px 53px 20px;
	background-color: #F5F7EC;
}
.news_content .news_detail .date_area{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.news_content .news_detail .date{
	font-size: 1.8rem;
	color: #579815;
	font-weight: 500;
}
.news_content .news_detail .tag{
	background-color: #fff;
	color: #579815;
}
.news_content .news_detail h3.title{
	font-size: 4rem;
	color: #579815;
	margin: 30px 0px 0px;
	padding-bottom: 60px;
	border-bottom: 1px solid #579815;
	width: 100%;
}

.news_detail .detail_content{
	padding-top: 60px;
}
.news_detail .detail_content p{
	font-size: 1.8rem;
	color: #579815;
	margin-bottom: 80px;
}
.detail_content .news_img{
	width: 100%;
	margin-bottom: 80px;
}
.news_content .detail_under_area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 50px;
}
.news_content .detail_under_area .btn a{
	margin-top: 0px;
}
.news_content .detail_under_area .prev{
    display: block;
    width: 148px;
}
.news_content .detail_under_area .prev a{
	border-bottom: 2px solid #579815;
    padding: 5px 30px 10px 0px;
	font-size: 1.7rem;
	font-weight: 700;
	color: #579815;
}
.news_content .detail_under_area .prev a::before{
    content: url("../images/icon/news_content_arrow-l.svg");
    display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 25px;
	vertical-align: text-bottom;
}
.news_content .detail_under_area .next{
    display: block;
    width: 148px;
}
.news_content .detail_under_area .next a{
	border-bottom: 2px solid #579815;
	padding: 5px 0px 10px 30px;
	font-size: 1.7rem;
	font-weight: 700;
	color: #579815;
}
.news_content .detail_under_area .next a::after{
    content: url("../images/icon/news_content_arrow-r.svg");
    display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 25px;
	vertical-align: text-bottom;
}

/* お知らせ */

/* その他 */

.lower-main .u-layer-title{
	color: #fff;
	background: linear-gradient(90deg, rgb(87,152,21) 0%, rgb(87,152,21) 50%, transparent 50%, transparent 100%);
}
.lower-main .u-layer-title div{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	background-color: #579815;
}
.lower-main .u-layer-title div::after{
	border: solid #579815;
	border-width: 154px 154px 0 0;
	border-top-right-radius: 80px;
}

.contents.sub.lower-main .u-layer-title div h2{
	margin: 0px 30px 0px 0px;
}
.lower-main .u-layer-title span{
	font-size: 2.5rem;
	font-weight: 700;
	position: relative;
	z-index: 4;
}

.lower_content{
	max-width: 1185px;
	padding: 0px 60px;
	margin: 100px auto 0px;
}
.lower_content .read{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.8;
	color: #579815;
	margin-bottom: 100px;
}
#lower-main-bg{
	background-color: #F5F8ED;
}
#lower-main-bg .lower_content_bg{
	max-width: 1185px;
	padding: 95px 60px;
	margin: 100px auto 0px;
}
.lower-main .policy-list li{
	margin-bottom: 40px;
}
.lower-main .policy-list li:last-child{
	margin-bottom: 0px;
}
.lower-main .policy-list li h4{
	font-size: 2rem;
	font-weight: 700;
	color: #579815;
}
.lower-main .policy-list li p{
	font-size: 1.8rem;
	font-weight: 400;
	color: #579815;
}

.contents.sub.lower-main footer{
	margin-top: 0px;
}


.contents.sub .lower_content h2{
	color: #579815;
}
.lower_content .info_content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 90px;
	border-bottom: 2px solid #579815;
}
.lower_content .info_content.last{
	border-bottom: 0px solid #579815;
}
.lower_content .info_content .info_item{
	width: 30%;
}
.lower_content .info_content .info_item.two-column{
	width: 47%;
}
.info_content .info_item h3{
	font-size: 2rem;
	font-weight: 700;
	color: #579815;
	margin-bottom: 15px;
}
.info_content .info_item h3::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: #DFEFC8;
	margin-right: 3px;
}
.info_item .info-btn a{
	display: block;
	position: relative;
	width: 100%;
	padding: 20px 40px 20px 30px;
	margin-bottom: 13px;
}
.info_item .info-btn.if-color01 a{
	background-color: #DFEFC8;
}
.info_item .info-btn.if-color02 a{
	background-color: #F2F8E7;
}

.info_item .info-btn a:after{
  content:"";
  display:block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.66px 5px 0 5px;
  border-color: #579815 transparent transparent transparent;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position:absolute;
  right: 25px;
  top: 0;
  bottom: 0%;
  margin: auto;
}
.info_item .info-btn a{
	font-size: 1.8rem;
	font-weight: 700;
	color: #579815;
}

.info_content .info_item input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.info_content .info_item label {
	cursor :pointer;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 700;
	color: #579815;
	text-align: left;
	line-height: 1;
	position: relative;
	margin: 0 0 10px;
	padding: 20px 40px 20px 30px;
	transition: all 0.2s;
}
.info_content .info_item label:hover{
	opacity: 0.7;
	transition: all 0.2s;
}
label[for="info_bar01"], label[for="info_bar03"], label[for="info_bar05"], label[for="info_bar08"]{
	background-color: #DFEFC8;
}
label[for="info_bar02"], label[for="info_bar04"], label[for="info_bar06"], label[for="info_bar07"]{
	background-color: #F2F8E7;
}
/*開いたときに表示される部分*/
.info_content .info_item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
	text-align: left;
}
.info_content .info-bar-item li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#info_bar01:checked ~ #infolinks01 li,
#info_bar02:checked ~ #infolinks02 li, 
#info_bar03:checked ~ #infolinks03 li, 
#info_bar04:checked ~ #infolinks04 li, 
#info_bar05:checked ~ #infolinks05 li, 
#info_bar06:checked ~ #infolinks06 li,
#info_bar07:checked ~ #infolinks07 li,
#info_bar08:checked ~ #infolinks08 li,
#info_bar09:checked ~ #infolinks09 li {
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  padding: 20px 30px;
	border-bottom: 1px solid #579815;
}
 /*開いたときの下の余白*/
#info_bar01:checked ~ #infolinks01 li:last-child,
#info_bar02:checked ~ #infolinks02 li:last-child, 
#info_bar03:checked ~ #infolinks03 li:last-child, 
#info_bar04:checked ~ #infolinks04 li:last-child, 
#info_bar05:checked ~ #infolinks05 li:last-child, 
#info_bar06:checked ~ #infolinks06 li:last-child,
#info_bar07:checked ~ #infolinks07 li:last-child,
#info_bar08:checked ~ #infolinks08 li:last-child, 
#info_bar09:checked ~ #infolinks09 li:last-child{
  margin-bottom: 20px;
	border-bottom: 0px solid #579815;
}
/*閉じた状態の矢印描画*/
.info_content .info_item label::after{
  content:"";
  display:block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.66px 5px 0 5px;
  border-color: #579815 transparent transparent transparent;
	-webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.info_content .info_item input[type=checkbox]:checked + label::after{
  content:"";
  display:block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.66px 5px 0 5px;
  border-color: #579815 transparent transparent transparent;
  -webkit-transform: rotate(-0deg);
  -ms-transform: rotate(-0deg);
  transform: rotate(-0deg);
  position:absolute;
  right: 15px;
  top: 0;
  bottom: 0%;
  margin: auto;
}

.info-bar-item li{
	padding: 0px 30px;
}
.info-bar-item li a{
	font-size: 1.8rem;
	font-weight: 700;
	color: #579815;
}

/* その他 */

/* 会員ページ */
.lower_content .member_area{
	display: flex;
	justify-content: space-between;
	margin-top: 75px;
}
.member_area .member_sub h2{
  margin-top: 0px;
	line-height: 1;
}
.member_sub.deco-area .deco {
  width: 104px;
  height: auto;
  top: 150px;
}
.lower_content .member-news{
	max-width: 750px;
	width: 75%;
}
.lower_content .member-news ul{
	border-top: 2px solid #579815;
	border-bottom: 2px solid #579815;
}
.lower_content .member-news li{
	border-bottom: 1px solid #B5D983;
}
.lower_content .member-news li:last-child{
	border-bottom: 0px solid #B5D983;
}
.lower_content .member-news  li a {
  display: flex;
  align-items: center;
  padding: 24px 0px;
}
.lower_content .member-news .date{
	width: 140px;
	font-size: 1.8rem;
	color: #579815;
	font-weight: 500;
}
.lower_content .member-news .tag{
	font-size: 1.6rem;
	margin: 0px 30px 0px 10px;
	padding: 5px 10px;
	width: 132px;
	background-color: #F2F8E7;
	border-radius: 30px;
	font-weight: 700;
	color: #579815;
	text-align: center;
}
.lower_content .member-news .title span{
  font-size: 1.7rem;
  font-weight: 700;
	color: #579815;
}


.member #lower-main-bg .lower_content_bg .member-bk{
	border-bottom: 2px solid #579815;
	padding-bottom: 95px;
}
.member #lower-main-bg .lower_content_bg .member-bk.last{
	border-bottom: 0px solid #579815;
}
.member #lower-main-bg .lower_content_bg:first-child{
	margin: 100px auto 0px;
}
.member #lower-main-bg .lower_content_bg{
	margin-top: 0px;
	padding-bottom: 0px;
}
.member #lower-main-bg .lower_content_bg h2{
	margin-top: 0px;
	color: #579815;
}

/*2024.12更新*/
.member_conten .deco-area .deco.deco-img02{
	width: 77px;
	height: auto;
	bottom: -70px;
	right: 30px;
}
/*2024.12更新*/


.member-news .btn_area{
	text-align: right;
}

.lower-main .member_conten{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lower-main .member_conten .member_con_item{
	width: 48%;
}
.lower-main .member_conten .member_con_item:nth-child(2) .member_item_bk{
	height: 100%;
}
.member_conten .member_con_item .member_item_bk{
	background-color: #fff;
	border-radius: 30px;
	padding: 35px 50px;
}
.member_conten .member_con_item .member_item_bk.marb{
	margin-bottom: 30px;
}
.lower-main .member_conten .member_con_item h3{
	position: relative;
	font-size: 3rem;
	color: #579815;
	font-weight: 700;
	margin-bottom: 50px;
}
.lower-main .member_conten .member_con_item h3 span{
	position: absolute;
	display: inline-block;
	width: 133px;
	margin-left: 30px;
	top: -10px;
}
.member_item_bk:nth-of-type(2){
    min-height: 400px;
}
.member_item_bk ul li{
	padding: 20px 0px;
	border-bottom: 1px solid #579815;
	line-height: 1.6;
}
.member_item_bk ul li a{
	font-size: 1.8rem;
	color: #579815;
	font-weight: 700;
}
.member_item_bk .btn_area{
	text-align: center;
}
.member-bk .member_item_bk .note{
	font-size: 1.2rem;
	color: #579815;
	font-weight: 400;
	margin-top: 40px;
}
.member_item_bk .note a{
	font-size: 1.2rem;
	color: #579815;
	font-weight: 400;
}

.member-bk .note{
	font-size: 1.8rem;
	color: #579815;
	font-weight: 400;
	margin-top: 20px;
}

/*2024.12追加*/
.member_con_item_info{
	width: 100%;
}
.member_subitem_info{
	background-color: #fff;
	border-radius: 30px;
	margin-top: 30px;
	padding: 35px 50px;
}
.member_subitem_info.deco-area .deco.deco-img03{
	width: 208px;
	top: -45px;
	right: 0px;
}
.member_subitem_info.deco-area .deco.deco-img04{
	width: 94px;
	bottom: 15px;
	left: 15px;
}
.member_subitem_info h3{
	position: relative;
	font-size: 3rem;
	color: #579815;
	font-weight: 700;
	margin-bottom: 50px;
}
.member_subitem_info .member_info{
	width: 48%;
	background-color: #F5F8ED;
	border-radius: 30px;
	padding-bottom: 15px;
}
.member_subitem_info .member_info h4{
	background-color: #579815;
	border-radius: 30px 30px 0px 0px;
	padding: 15px 35px;
	font-size: 2.2rem;
	color: #fff;
}
.member_info ul{
	margin-top: 20px;
}
.member_info ul li{
	width: calc(100% - 70px);
	margin: 2px auto 0px;
	padding: 20px 0px;
	border-bottom: 1px solid #579815;
	line-height: 1.6;
}
.member_info ul li:last-child{
	border-bottom: 0px solid #579815;
}
.member_info ul li a{
	font-size: 1.8rem;
	color: #579815;
	font-weight: 700;
}
.member_info .btn_area{
	text-align: center;
}

.m_banner_con{
	text-align: center;
}
.m_banner_con .m_banner{
	position: relative;
	max-width: 580px;
	margin: 0px auto 15px;
}
.m_banner_con .m_banner .m_banner_deco{
	position: absolute;
	width: 133px;
	left: 0px;
	top: -50px;
	z-index: 2;
}
.m_banner_con .m_banner a{
	display: block;
	border: 2px solid #579815;
	border-radius: 22px;
	padding: 20px 30px;
}
.m_banner a .m_banner_title{
	font-size: 2.0rem;
	font-weight: 700;
	color: #579815;
}
.m_banner .m_banner_txt{
	font-size: 1.6rem;
	font-weight: 700;
	padding-bottom: 25px;
}
.m_banner a .m_banner_txt{
	color: #579815;
	padding-bottom: 0px;
}
/*2024.12追加*/

.tbl-member table{
	width: 100%;
}
.tbl-member .w30per{
	width: 30% !important;
}
.tbl-member th {
  background-color: #579815;
  color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
	padding: 15px;
	border-right: 5px solid #F5F8ED;
	border-bottom: 5px solid #F5F8ED;
}
.tbl-member th:last-child{
	border-right: 0px solid #F5F8ED;
}
.tbl-member td{
	background-color: #DFEFC8;
	font-size: 1.8rem;
	color: #579815;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	padding: 15px;
	border-right: 5px solid #F5F8ED;
	border-bottom: 5px solid #F5F8ED;	
}
.tbl-member td:last-child{
	border-right: 0px solid #F5F8ED;
}
.tbl-member table tr td:nth-of-type(2) {
	background-color: #fff;
}

/* 会員ページ  */

.coming-soon{
	text-align: center;
	padding: 200px 0px 0px;
}
.coming-soon h3{
	font-size: 4rem;
	color: #579815;
}
.coming-soon .btn{
	margin-top: 200px;
}

.contents.sub footer{
	margin-top: 125px;
}


/* 下層コンテンツ */

@media screen and (max-width:1099px) {
/* 会員ページ */
	.member_subitem_info .member_info h4{
		height: 100px;
	}
/* 会員ページ */
}
@media screen and (max-width:1058px) {

	.top .link_con{
		margin-top: 30px;
	}

}
@media screen and (max-width:975px) {

/* その他 */
	.contents.sub.lower-main .u-layer-title h2{
		margin: 0px 20px 0px 0px;
	}
	.lower-main.policy .u-layer-title div::after {
		right: 35px;
		border-width: 194px 194px 0 0;
		border-top-right-radius: 50px;
	}
	.lower-main.policy .u-layer-title div::before {
		width: 194px;
		height: 194px;
	}
	
/* その他 */
}

@media screen and (max-width:866px) {
	.news_area, .about_area, .guidance_area, .access_area, .link_area {
		padding: 0px 33px;
	}
	.top .news_area {
		flex-wrap: wrap;
	}
	.tabs {
		width: 100%;
		justify-content: space-between;
		margin-top: 40px;
	}
	.tab_label{
		width: 48%;
	}
	.tab_label{
		margin-right: 0px;
	}
	.news_area .tab_content ul li a{
		flex-wrap: wrap;
	}
	.news_area .tab_content ul li p {
		font-size: 1.6rem;
	}
	.news_area .tab_content .date{
		width: 100%;
	}
	.news_area .tab_content .tag {
		margin: 5px 5px 5px 0px;
	}
	.news_area .tab_content .title {
		width: 100%;
	}
	.news_area .tabs .btn_area {
		text-align: center;
	}
	.news_sub{
		width: 100%
	}
	.news_sub.deco-area .deco{
		width: 88px;
		top: -10px;
		right: 50px;
	}
	
	.btn_area a{
		padding: 5px 40px;
	}
	.btn_area a::after {
		top: 42%;
	}
	
	.top .about_area {
		margin-top: 100px;
	}
	.top .about_area .boder_area{
		padding-bottom: 130px;
	}
	
	.top .about_sub {
		flex-wrap: wrap-reverse;
		justify-content: center;
	}
	.top .about_sub .about_read{
		font-size: 1.6rem;
		width: 100%;
		margin-top: 30px;
		margin-bottom: 0px;
	}
	
	.top .about_con .btn_area{
		text-align: center;
	}
	
	.top .boder_area .deco {
		max-width: 224px;
	}
	
	.top .guidance_area {
		margin-top: 55px;
		padding-bottom: 175px;
	}
	.top .guidance_con {
		flex-wrap: wrap;
	}
	.top #guidance_join, .top #guidance_job{
	width: 100%;
}
	.top .guidance_item01, .top .guidance_item02 {
		padding: 35px 20px;
		margin-bottom: 30px;
	}
	
	.top .guidance_item01 .icon, .top .guidance_item02 .icon {
		display: inline-block;
		width: 50px;
		margin: 0px;
		vertical-align: top;
	}
	.top .guidance_item01 h3, .top .guidance_item02 h3 {
		display: inline-block;
		font-size: 1.9rem;
		margin: 0px auto;
		line-height: 2;
	}
	.top .guidance_item01 p, .top .guidance_item02 p {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.top .guidance_item01 .btn_area a, .top .guidance_item02 .btn_area a{
		padding: 15px 40px;
	}
	.top .guidance_item01 .btn_area p, .top .guidance_item02 .btn_area p {
		margin-top: 0px;
	}
	
	.top .deco-area .access_area .deco-img01 {
		width: 290px;
		top: -99px;
	}
	.top .deco-area .access_area .deco-img02 {
		width: 90px;
		top: -143px;
		right: 10px;
	}
	
	.top .access_con{
		flex-wrap: wrap;
	}
	.top .access_con .access_item{
		width: 100%;
		margin-bottom: 30px;
		padding: 40px 15px 35px;
	}
	.top .access_item h3{
		font-size: 2.5rem;
		margin-bottom: 20px;
	}
	.top .access_item .address{
		font-size: 1.5rem;
		margin-top: 20px;
	}
	.top .access_item .txt{
		font-size: 1.5rem;
	}
	.top .access_item h3 span{
		max-width: 160px;
	}
	
	.top .link_area{
		padding-top: 80px;
	}
	.top .link_con{
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: 30px;
	}
	.top .link_con li{
		width: 100%;
		padding: 15px 0px 15px;
		border-right: 0px;
		border-bottom: 1px solid #579815;
	}
	.top .link_con li:first-child{
		padding: 0px 0px 15px;
	}
	.top .link_con li:last-child{
		padding: 15px 0px 0px;
		border-bottom: 0px solid #579815;
	}
	
	.contents.sub {
		margin-top: 100px;
	}
	.contents.sub h2 {
		font-size: 2.5rem;
		margin: 50px 0px;
	}
	.contents.sub h2 span{
		width: 180px;
		bottom: -15px;
	}
	.u-layer-title div {
		padding: 25px 33px;
	}
	
	.u-layer-title div::before {
		width: 120px;
		height: 90px;
	}
	.job-main .u-layer-title div::after {
		right: 35px;
		border-width: 90px 90px 0 0;
		border-top-right-radius: 50px;
	}
	
	.job-con, .type-contract-con, .job-flow, .type-contract-con-sub{
		padding: 0px 33px;
	}
	
	.job-con .tab_content .slider{
		border-bottom: 2px solid #68A1C4;
	}
	
	.job-con .tab_label {
		font-size: 1.6rem;
		padding: 10px 0px;
		border-radius: 15px 15px 0px 0px;
	}
	.job-con .tab_content .slider li a{
		border: 0px;
		padding: 60px 17px;
	}
	.job-con .tab_content .slider li a::after {
		content: none;
	}
	.job-con .tab_content .note {
		font-size: 1.6rem;
		margin-top: 18px;
	}
	
	#job-type-contract{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.contents.sub .type-contract-con h2 {
		margin-bottom: 30px;
	}
	.type-contract-sub .tc-txt {
		position: relative;
		top: 0px;
		margin-bottom: 10px;
		align-items: flex-start;
	}
	.type-contract-sub .menu {
		padding: 10px 10px 0px;
		text-align: center;
	}
	.type-contract-sub .menu ul p{
		font-size: 1.6rem;
		margin-left: 1em;
		text-indent: -1em;
	}
	.type-contract-sub .menu label{
		width: 100%;
		text-align: center;
		padding: 13px 0px;
	}
	
	.type-contract-sub .menu label::after{
		right: 23%;
	}
	
	#menu_bar01:checked ~ #links01 li:first-child, #menu_bar02:checked ~ #links02 li:first-child {
		margin-top: 0px;
	}
	
	
	.job-flow.deco-area .deco-img01 {
  width: 115px;
  top: -140px;
  left: 10px;
}
	.job-flow.deco-area .deco-img02 {
  width: 180px;
  top: -130px;
  right: 20px;
}
	
	.contents.sub .job-flow h2{
		margin-top: 100px;
	}
	.flow_con {
  display: flex;
  flex-wrap: wrap;
}
	.job-flow .flow_con li{
		align-items: center;
		height: 130px;
		width: 100%;
	}
	.job-flow .flow_con .flow_txt{
		flex-wrap: wrap;
		padding: 20px 0px;
		width: 76%;
	}
	
	.job-flow .flow_con li .num_01, .job-flow .flow_con li .num_02 {
		padding: 8px;
		margin-right: 30px;
		display: flex;
	}
	.job-flow .flow_con li .num_01{
		background-color: #B8D3E200;
	}
	.job-flow .flow_con li .num_02{
		background-color: #B8D3E200;
	}
	
	.job-flow .flow_con li .num_01 p, .job-flow .flow_con li .num_02 p {
		font-size: 4rem;
		margin: auto;
	}
	
	.job-flow .flow_con li .num_01::after, .job-flow .flow_con li .num_02::after{
		content: "";
	}
	.job-flow .flow_con li .num_01::after{
		background-image: url("../images/job/dec_007-1.png");
		background-size: cover;
		width: 60px;
		height: 130px;
		transform: rotate(0deg);
		top: -24px;
		right: 0px;
		left: 0px;
		border: none;
	}
	.job-flow .flow_con li .num_02::after{
		content: "";
		background-image: url("../images/job/dec_007-2.png");
		background-size: cover;
		width: 60px;
		height: 130px;
		transform: rotate(0deg);
		top: -24px;
		right: 0px;
		left: 0px;
		border: none;
	}
	
	.job-flow .flow_txt h3{
		font-size: 2.2rem;
	}
	.job-flow .flow_txt h3 span{
		font-size: 2.2rem;
	}
	.job-flow .flow_txt p{
		font-size: 1.5rem;
		letter-spacing: -0.1rem;
	}
	
/* お仕事を頼みたい方 種類 */
	.type-contract-con-sub{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.contents.sub .type-contract-con-sub h2 {
		margin-bottom: 30px;
	}
	.job-type-con li {
		width: 100%;
		margin-bottom: 20px;
	}
	.job-type-con li::after {
		content: none;
	}
	.job-type-con .icon {
		width: 150px;
		margin: 35px auto 15px;
	}
	.job-type-con .title {
		padding: 8px 0px 10px;
	}
	.job-type-con .title h4 {
		font-size: 2rem;
	}
	.job-type-con .read {
		font-size: 1.6rem;
	}
	.job-type-con .txt {
		font-size: 1.6rem;
	}
	
	.job-type-con .price-check {
		padding: 40px 33px;
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		background-color: #EDF2F5;
	}
	.job-type-con .price-check li{
		width: 95%;
	}
	.job-type-con .deco {
		margin-top: -20px;
	}
	
	.type-contract-con-sub .btn a{
		margin-top: 90px;
	}
	
/* お仕事を頼みたい方 種類 */
	
/* お知らせ */
	.contents.sub.news-main .u-layer-title h2{
		letter-spacing: -0.1rem;
		margin: 0px 20px 0px 0px;
	}
	.news-main .u-layer-title span{
		font-size: 1.6rem;
		position: relative;
		z-index: 4;
	}
	.news-main .u-layer-title div::after {
		right: 35px;
		border-width: 90px 90px 0 0;
		border-top-right-radius: 50px;
	}
	.news-main .u-layer-title div::before {
		width: 120px;
		height: 100px;
	}
	.news_content {
		padding: 0px 33px;
		margin: 50px auto 0px;
	}
	.news_content ul li a{
		flex-wrap: wrap;
	}
	.news_content .kaihou-sub li a {
	font-size: 1.6rem;
	}
	
	.news_content .date {
		width: 100%;
	}
	.news_content ul li p {
		font-size: 1.6rem;
	}
	.news_content .tag {
		 margin: 5px 5px 5px 0px;
	}
	.news_content .title {
		 width: 100%;
	}
	
	.news_content .news_detail{
		padding: 30px 15px 20px;
	}
	.news_content .news_detail .date{
		width: 140px;
		font-size: 1.6rem;
	}
	.news_content .news_detail h3.title {
		font-size: 2.5rem;
		padding-bottom: 40px;
	}
	.news_detail .detail_content{
		padding-top: 40px;
	}
	.news_detail .detail_content p{
		font-size: 1.6rem;
		margin-bottom: 50px;
	}
	.detail_content .news_img{
		margin-bottom: 50px;
	}
	.news_content .detail_under_area .btn.display_pc{
		display: block !important;
	}
	.news_content .detail_under_area .btn.display_sp{
		display: none !important;
	}
	
/* お知らせ */
	
/* その他 */
	.contents.sub.lower-main .u-layer-title h2{
		letter-spacing: -0.1rem;
		margin: 0px 20px 0px 0px;
	}
	.lower-main .u-layer-title span{
		font-size: 1.6rem;
		position: relative;
		z-index: 4;
	}
	.lower-main .u-layer-title div::after {
		right: 35px;
		border-width: 90px 90px 0 0;
		border-top-right-radius: 50px;
	}
	.lower-main .u-layer-title div::before {
		width: 120px;
		height: 100px;
	}
	
	.lower-main.policy .u-layer-title div::after {
		border-width: 90px 90px 0 0;
		border-top-right-radius: 50px;
	}
	.lower-main.policy .u-layer-title div::before {
		width: 120px;
		height: 100px;
	}
	
	.lower_content{
		padding: 0px 33px;
		margin: 50px auto 0px;
	}
	.lower_content .read{
		font-size: 1.6rem;
		margin-bottom: 50px;
	}
	#lower-main-bg .lower_content_bg{
		padding: 50px 33px 90px;
		margin: 50px auto 0px;
	}
	.lower-main .policy-list li h4{
		font-size: 1.8rem;
	}
	.lower-main .policy-list li p{
		font-size: 1.6rem;
	}
	
	.lower_content.keisai{
		margin: 50px auto 40px;
	}
	.lower_content .info_content{
		padding-bottom: 50px;
	}
	.lower_content .info_content .info_item {
		width: 100%;
		margin-bottom: 13px;
	}
	.lower_content .info_content .info_item.two-column{
		width: 100%;
		margin-bottom: 13px;
}
	.lower_content .info_content .info_item.last,
	.lower_content .info_content .info_item:last-child {
		margin-bottom: 0px;
	}
	
/* その他 */
	
/* 会員 */
	.lower_content .member_area {
		flex-wrap: wrap;
		margin-top: 50px;
	}
	.member_sub.deco-area .deco {
		width: 55px;
		top: -20px;
		right: -100px;
	}
	.contents.sub .member_area .member_sub h2{
		margin-top: 0px;
	}
	.lower_content .member-news {
		width: 100%;
	}
	.lower_content .member-news li a {
		flex-wrap: wrap;
	}
	.lower_content .member-news .date{
		width: 100%;
	}
	.lower_content .member-news .tag{
		margin: 5px 0px 0px 0px;
	}
	.member #lower-main-bg .lower_content_bg:first-child{
		margin-top: 50px;
	}
	.lower-main .member_conten .member_con_item{
		width: 100%;
		margin-bottom: 30px;
	}
	.lower-main .member_conten .member_con_item:last-child{
		margin-bottom: 0px;
	}
	.lower-main .member_conten .member_con_item h3{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.lower-main .member_conten .member_con_item h3 span{
		width: 100px;
	}
	/*2024.12更新*/
	.member_conten .deco-area .deco.deco-img02{
		width: 60px;
		right: 10px;
	}
	/*2024.12更新*/
	.member #lower-main-bg .lower_content_bg .member-bk{
		padding-bottom: 55px;
	}
	
	.member_subitem_info.deco-area .deco.deco-img03{
		width: 118px;
	}
	.member_subitem_info.deco-area .deco.deco-img04{
		width: 55px;
	}
	
	.member_subitem_info{
		padding: 35px 20px;
	}
	
	.member_subitem_info h3{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.member_subitem_info .member_info{
		width: 100%;
		padding-bottom: 25px;
	}
	.member_subitem_info .member_info:last-child{
		margin-top: 60px;
	}
	.member_subitem_info .member_info h4{
		height: auto;
		font-size: 1.9rem;
	}
	
	.m_banner_con .m_banner .m_banner_deco{
		width: 100px;
		top: -30px;
	}
	
	.tbl-member th{
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.tbl-member td{
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
/* 会員 */
	
	
	
}

@media screen and (max-width:767px) {

	.news_content .detail_under_area .btn.display_pc{
		display: none !important;
	}
	.news_content .detail_under_area .btn.display_sp{
		display: block !important;
	}
	.news_content .detail_under_area .btn{
		margin: 50px auto 0px;
	}
	.detail_under_area .prev, .detail_under_area .next{
		width: 49%
	}
	.news_content .detail_under_area .prev a{
		padding: 5px 20px 10px 0px;
	}
	.news_content .detail_under_area .prev span{
		margin-right: 15px;
	}
	.news_content .detail_under_area .next a{
		padding: 5px 0px 10px 20px;
	}
	.news_content .detail_under_area .next span{
		margin-left: 15px;
	}
	.detail_under_area .next{
		text-align: right;
	}

}

@media screen and (max-width:596px) {

/* その他 */
	.lower-main.policy .u-layer-title div::after {
		right: 35px;
		border-width: 115.5px 115.5px 0 0;
		border-top-right-radius: 50px;
	}
	.lower-main.policy .u-layer-title div::before {
		width: 120px;
		height: 116px;
	}
	
	
/* その他 */

}

@media screen and (max-width:450px) {

.contents.sub h2 span {
    width: 130px;
    right: 0;
    bottom: 23px;
  }

}

@media screen and (max-width:374px) {

/* その他 */
	.lower-main.policy .u-layer-title div::after {
		right: 35px;
		border-width: 141.2px 141.2px 0 0;
		border-top-right-radius: 50px;
	}
	.lower-main.policy .u-layer-title div::before {
		width: 120px;
		height: 141.2px;
	}
	
	
/* その他 */

}
