@charset "UTF-8";

/* common
---------------------------------------------------------- */
main article {
}

main article.contact {
	margin-top: 160px;
}

/* dl */
.dl {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	row-gap: 48px;
	line-height: 2;
}
.dl_dt{
	width: 160px;
	font-weight: 500;
}
.dl_dd {
	width: calc(100% - 160px);
}

@media screen and (max-width: 768px) {
	main article.contact {
		margin-top: 80px;
	}
	
	.dl {
		row-gap: 24px;
		line-height: 1.75;
		letter-spacing: 0;
		font-size: 1.4rem;
	}
	.dl_dt{
		width: 85px;
	}
	.dl_dd {
		width: calc(100% - 85px);
	}
}

/*----------------------------------------
  mv
----------------------------------------*/
.mv {
	overflow: hidden;
	position: relative;
	padding: 130px 0 110px;
}
.mv_sttl {
	display: inline-block;
	padding: 7px 50px;
	margin-left: calc(50vw - 640px);
	margin-top: 20px;
	background: #fff;
	border-radius: 28px;
	border: 1px solid #E1E1E1;
	box-shadow: 83px 56px 28px 0px rgba(0, 0, 0, 0.00), 53px 36px 26px 0px rgba(0, 0, 0, 0.01), 30px 20px 22px 0px rgba(0, 0, 0, 0.05), 13px 9px 16px 0px rgba(0, 0, 0, 0.09), 3px 2px 9px 0px rgba(0, 0, 0, 0.10);
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2;
}
.mv_figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.mv_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width: 768px) {
	.mv {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		height: 200px;
		padding: 0;
		margin-bottom: 50px;
	}
	.mv .ttl01 .en {
		font-size: 4.8rem;
	}
	.mv_sttl {
		padding: 5px 20px;
		margin: 10px 0 0 20px;
		font-size: 1.3rem;
	}
}


/*----------------------------------------
  pan-nav
----------------------------------------*/
.pan_nav {
	margin-bottom: 120px;
	padding: 6px 0;
	border-bottom: #B3B3B3 solid 1px;
}
.pan_nav li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap: 8px;
	margin-right: 8px;
	font-size: 1.4rem;
}
.pan_nav li a::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: solid 1px #545454;
	border-right: solid 1px #545454;
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .pan_nav { display: none;}
}


/* news
---------------------------------------------------------- */
.archive_content {
	column-gap: 80px;
}

.news__cate_lists {
	width: 240px;
	border-top: #B3B3B3 solid 1px;
}
.news__cate_list {
	border-bottom: #B3B3B3 solid 1px;
}
.news__cate_link {
	position: relative;
	display: flex;
	justify-content:space-between;
	align-items: center;
	padding: 8px 20px;
}
.news__cate_link::after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	background: #616161;
	border-radius: 4px;
}

.archive_block {
	flex: 1;
}
.archive_lists {
	border-top: #B3B3B3 solid 1px;
}
.archive_list {
	display: flex;
	padding: 48px 0;
	column-gap: 32px;
	border-bottom: #B3B3B3 solid 1px;
}
.archive_list__date {
	color: #1D1D1D;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.4rem;
	font-weight: 400;
}
.archive_list__cate {
	padding: 2px 20px;
	background: #616161;
	border-radius: 50vh;
	color: #fff;
	font-size: 1.3rem;
}
.archive_list__link {
	flex: 1 auto;
}
.archive_list__ttl {
	font-size: 1.8rem;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.archive_content {
		gap: 40px 0;
	}
	.archive_list {
		flex-wrap: wrap;
		gap: 8px 16px;
		padding: 24px 0;
	}
	.archive_list__link {
		width: 100%;
		
	}
	
	.news__cate_lists {
		width: 100%;
		border-top: none;
	}
	.news__cate_list {
		margin-bottom: 15px;
		border: #B3B3B3 solid 1px;
		border-radius: 50vh;
	}
	.news__cate_link{
		justify-content:center;
		gap:5px;
	}
	.news__cate_link::after{
		content:none;
	}
}
/*----------------------------------------
  about us
----------------------------------------*/
.slogan_wrap{
	width: min(500px, 90%);
    margin: 0 auto;
    border: 1px solid #aaa;
    padding: 20px;
}

/*----------------------------------------
  pagenation
----------------------------------------*/
.archive_block .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 16px;
	margin-top: 80px;
}
.archive_block .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 2.0rem;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
}
.archive_block .page-numbers.current {
	background: #616161;
	color: #fff;
}
.archive_block .page-numbers.next,
.archive_block .page-numbers.prev {
	border: #C8C8C8 solid 1px;
	font-size: 0;
}
.archive_block .page-numbers.next::before,
.archive_block .page-numbers.prev::before {
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 1px #C8C8C8;
	border-right: solid 1px #C8C8C8;
}
.archive_block .page-numbers.next::before {
	transform: rotate(45deg);
}
.archive_block .page-numbers.prev::before {
	margin-left: 8px;
	transform: rotate(-135deg);
}

/*----------------------------------------
  single
----------------------------------------*/
.single {
	color: #393939;
}
.single_date {
	margin-right: 32px;
	font-size: 1.8rem;
	font-weight: 400;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
}
.single_cate {
	padding: 2px 20px;
	background: #616161;
	border-radius: 50vh;
	color: #fff;
	font-size: 1.3rem;
}
.single_ttl {
	margin: 16px 0 48px;
	padding-bottom: 40px;
	border-bottom: #B3B3B3 solid 1px;
	font-size: 2.8rem;
	font-weight: 500;
}
.single_content {
	margin-bottom: 80px;
	font-size: 1.5rem;
	line-height: 2;
}
.single_content p + p {
	margin-top: 2em;
}
.single_nav {
	position: relative;
}
.single_nav .btn._prev {
	position: absolute;
	top: 0;
	left: 0;
}
.single_nav .btn._next {
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 768px) {
	.single_date {
		margin-right: 16px;
		font-size: 1.6rem;
	}
	.single_ttl {
		margin: 8px 0 24px;
		padding-bottom: 10px;
		font-size: 2.0rem;
	}
	.single_content {
		margin-bottom: 40px;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	.single_content p + p {
		margin-top: 2em;
	}
	.single_nav {
		flex-direction: column;
		gap: 16px 0;
	}
	.single_nav .btn {
		width: 100%;
	}
	.single_nav .btn._prev,
	.single_nav .btn._next {
		position: static;
		top: auto;
		left: auto;
		right: auto;
	}
}

/* sdgs
---------------------------------------------------------- */
.sdgs_list-item .sdgs_list-img{
	width:160px;
	margin:0 auto 50px;
}
.sdgs_list-item h2{
	text-align:center;
}
.sdgs_info {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.sdgs_list-item .sdgs_list-img{
		width:120px;
		margin:0 auto 35px;
	}
	.sdgs_info {
		font-size: 1.6rem;
	}
}

/* service-welfare
---------------------------------------------------------- */
.welfare_thought__inner {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 20px;
}
.welfare_thought__figure {
	width: 75vw;
	margin: 0 0 120px;
}
.welfare_thought__link .en {
	font-size: 40px;
	margin-bottom: 15px;
}
.welfare_thought__item {
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
}
.welfare_thought__item:last-of-type {
	margin-bottom: 0;
}
.welfare_thought__item::before {
	content: "・";
	font-weight: 700;
}
.welfare_thought__item .__link{
	font-size: 20px;
	line-height: 1.5;
}
.thought_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
}
.thought_ttl img {
	width: 300px;
}
.thought_ttl span{
	color: #705844;
}
.thought_txt span {
	width: 30px;
    height: 1px;
    background: #393939;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px;
}

.welfare_intro {
	background: rgba(235, 224, 225, 0.1);
	background: linear-gradient(0deg, rgba(235, 224, 225, 0.5) 0%, rgba(235, 224, 225, 1) 25%, rgba(235, 224, 225, 1) 75%, rgba(235, 224, 225, 0.5) 100%);
	overflow: hidden;
	width: 100%;
}
.welfare_intro .introduction_inner {
	padding: 130px 0 112px;
}

.welfare_intro__content {
	margin-bottom: 120px;
}

.welfare_intro__content_cth{
	width:min(960px,90%);
	margin:0 auto 80px;
}

.welfare_price__content_inner h3,
.welfare_intro__content_cth h3{
	color: #705844;
	padding-bottom:24px;
	margin-bottom:60px;
	border-bottom:1px solid #705844;
}

.welfare_intro__content_cth p{
	line-height:2;
}

.welfare_intro .logo_wf{
	width:min(400px,80%);
	margin:50px auto 0;
}

.welfare_price__content_inner {
	width: min(1280px,90%);
	margin: 0 auto 60px;
	overflow: hidden;
}

.welfare_price__table{
	display: flex;
    justify-content: space-between;
    gap: 25px;
}

.welfare_price__tbinner {
	background: #fff;
	height: 100%;
	padding: 20px;
	border-radius: 4px;
	box-sizing: border-box;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.welfare_price__table_list .subttl {
	font-size: 24px;
	font-weight: 500;
	text-align: left;
	color: #705844;
	margin-bottom: 10px;
}

.welfare_price__tbinner .__ttl{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 5px 15px;
	margin: 30px 0 12px;
	color: #fff;
	background: #705844;
	border-radius: 2px;
	display: inline-block;
}

.welfare_price__tbinner .__ttl.__wide{
	width: 100%;
	margin: 0 0 12px;
	display: block;
}

.welfare_price__txt {
	text-align: left;
}

.welfare_price__d-price {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 2;
}
.welfare_price__d-price.welfare_price__all {
	font-size: 18px;
	font-weight: 500;
	border-top: 1px solid #B3B3B3;
	box-sizing: border-box;
	padding-top: 10px;
	margin-top: 10px;
}

.__quote {
	font-size: 15px;
	text-align: left;
	padding: 10px 0;
	display: flex;
}

.__quote::before {
	content: "※";
}

.welfare_price__d-price hr {
	position: relative;
    /*top: calc(50% - 1px);*/
    margin: 0 10px;
    border: none;
    border-top: dotted 2px #CCC;
    flex: auto;
}

.welfare_fm{
	width:min(1280px,90%);
	margin:0 auto 80px;
	display:flex;
	justify-content:space-between;
}
.welfare_fm__l{
	text-align:left;
	width:calc(95% - 320px);
}
.welfare_fm__mainimg{
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	gap:10px;
}
.welfare_fm__l img{
	width:324px;
}
.welfare_fm__situation {
	font-size: 30px;
	font-weight: 700;
	color: #705844;
}
.welfare_fm__l h3{
	line-height:1;
	color: #705844;
	padding-bottom:24px;
	margin-bottom:24px;
	border-bottom:1px solid #705844;
}
.welfare_fm__l p{
	line-height:2;
}
.welfare_fm__box{
	width: min(1280px,90%);
	margin:64px auto;
	border:1px solid #B3B3B3;
	border-radius:10px;
}
.welfare_fm__box dl{
	background:#fff;
	margin:10px;
	padding:30px;
	box-sizing:border-box;
	border-radius:10px;
	display:flex;
	align-items:center;
	gap:30px;
}
.welfare_fm__box dt{
	font-size:24px;
	font-weight:500;
}
.welfare_fm__box dd ul li{
	font-size:16px;
	line-height:2;
	text-align: left;
}
.welfare_fm__box dd ul li::before{
	content:"●";
}
.welfare_fm__txt dl dt{
	font-size:16px;
	text-align:center;
	line-height:2;
	padding:0 14px;
	margin-bottom:12px;
	color:#fff;
	background:#705844;
	border-radius:2px;
	display:inline-block;
}
.welfare_fm__txt dl dd{
	font-size:16px;
	line-height:2;
	margin-bottom:24px;
}
.welfare_fm__r{
	width:320px;
	display:flex;
	flex-direction:column;
	gap:48px;
}
.welfare_fm__r img{
	border-radius: 16px;
}
.welfare_pnt{
	width:min(1280px,90%);
	margin: 64px auto;
    border: 1px solid #B3B3B3;
    border-radius: 10px;
}
.welfare_pnt__inr{
	background: #fff;
    margin: 10px;
    padding:70px;
    box-sizing: border-box;
    border-radius: 10px;
}
.welfare_pnt__inr .sub_catch{
	font-size:min(3.125vw,40px);
	font-weight:500;
	line-height:2;
	margin-bottom:65px;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:3px;
}
.welfare_pnt__inr .sub_catch::before{
	content:"";
	width:min(70%,324px);
	aspect-ratio:36 / 5;
	background:url(../img/welfare/logo_fm.png) no-repeat center / 100%;
}
.welfare_pnt__inrbox{
	margin-bottom:64px;
	display:flex;
	justify-content:space-between;
}
.welfare_pnt__inrbox:last-of-type{
	margin-bottom:0;
}
.welfare_pnt__inrbox_txt > *{
	text-align:left;
}
.welfare_pnt__inrbox_txt h3{
	padding-bottom:24px;
	margin-bottom:24px;
	border-bottom:1px solid #333;
}
.welfare_pnt__inrbox_txt h3:nth-last-of-type(1){
	margin-top:64px;
}
.welfare_pnt__inrbox.inrbox03 .welfare_pnt__inrbox_txt h3:nth-last-of-type(1){
	margin-top:0;
}
.welfare_pnt__inrbox_txt p{
	line-height:2;
}
.welfare_pnt__inrbox_txt ul li{
	line-height:2;
}
.welfare_pnt__inrbox_txt ul li::before{
	content:"●";
}
.welfare_pnt__inrbox.inrbox03{
	position:relative;
}
.welfare_pnt__inrbox.inrbox01 .welfare_pnt__inrbox_txt{
	width:66%;
}
.welfare_pnt__inrbox.inrbox01 .welfare_pnt__inrbox_img{
	width:min(320px,31%);
}
.welfare_pnt__inrbox.inrbox02 .welfare_pnt__inrbox_txt,
.welfare_pnt__inrbox.inrbox04 .welfare_pnt__inrbox_txt,
.welfare_pnt__inrbox.inrbox07 .welfare_pnt__inrbox_txt,
.welfare_pnt__inrbox.inrbox08 .welfare_pnt__inrbox_txt,
.welfare_pnt__inrbox.inrbox09 .welfare_pnt__inrbox_txt{
	width:60%;
}
.welfare_pnt__inrbox.inrbox02 .welfare_pnt__inrbox_img,
.welfare_pnt__inrbox.inrbox04 .welfare_pnt__inrbox_img,
.welfare_pnt__inrbox.inrbox07 .welfare_pnt__inrbox_img,
.welfare_pnt__inrbox.inrbox08 .welfare_pnt__inrbox_img,
.welfare_pnt__inrbox.inrbox09 .welfare_pnt__inrbox_img{
	width:min(400px,37%);
}
.welfare_pnt__inrbox.inrbox03 .welfare_pnt__inrbox_txt{
	width:50%;
}
.welfare_pnt__inrbox.inrbox06 .welfare_pnt__inrbox_txt{
	width: 65%;
}
.welfare_pnt__inrbox.inrbox06 .welfare_pnt__inrbox_img{
	width:min(290px,32%);
}
.welfare_pnt__inrbox.inrbox03 .welfare_pnt__inrbox_txt div:last-of-type{
	width:90%;
	margin-top:64px;
}
.welfare_pnt__inrbox.inrbox03 .welfare_pnt__inrbox_img{
	width:38%;
	position:relative;
}
.welfare_pnt__inrbox .welfare_pnt__inrbox_img img {
	border-radius: 16px;
}
.welfare_pnt__inrbox.inrbox03 .welfare_pnt__inrbox_img img{
	width:100%;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.welfare_pnt__inrbox.inrbox05 .welfare_pnt__inrbox_txt{
	width:45%;
}
.welfare_pnt__inrbox.inrbox05 .welfare_pnt__inrbox_img{
	width:min(600px,54%);
}
.welfare_pnt__inrbox .welfare_pnt__inrbox_txt dt{
	font-size:16px;
	text-align:center;
	line-height:2;
	padding:0 14px;
	margin-bottom:12px;
	color:#fff;
	background:#705844;
	border-radius:2px;
	display:inline-block;
}
.welfare_pnt__inrbox .welfare_pnt__inrbox_txt dd{
	width:100%;
	margin-bottom:24px;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.welfare_pnt__inrbox .welfare_pnt__inrbox_txt dd:last-of-type{
	margin-bottom:0;
}
.welfare_pnt__inrbox .welfare_pnt__inrbox_txt dd hr{
	position: relative;
	top: calc(50% - 1px);
	margin: 0 10px;
	border: none;
	border-top: dotted 2px #CCC;
	flex:auto;
}

.welfare_info{
	width:min(1280px,90%);
	margin:0 auto;
}
.welfare_info_list{
	border-top:1px solid #393939;
	padding:65px 0;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
}
.welfare_info_list:nth-of-type(3){
	border-bottom:1px solid #393939;
	margin-bottom:80px;
}
.welfare_info_list_l{
	width:100%;
}
.welfare_info_list_l h4{
	font-size:24px;
	line-height:2;
	text-align:left;
	margin-bottom:24px;
}
.welfare_info_list_l dl div{
	display:flex;
	align-items:flex-start;
	gap:20px;
	margin-bottom:20px;
}
.welfare_info_list_l dl dt{
	font-size:16px;
	text-align:center;
	line-height:1.35;
	padding:5px 10px;
	width: auto;
	margin-bottom:12px;
	color:#fff;
	background:#705844;
	border-radius:4px;
	flex-shrink:1;
}
.welfare_info_list_l dl:first-of-type dt{
	width: 128px;
}
.welfare_info_list_l dd{
	text-align:left;
	line-height:2;
	width:calc(100% - 148px);
}
.welfare_info_list_r{
	width:min(480px,100%);
}
.welfare_info_list_r_inr{
	background:#fff;
	box-sizing:border-box;
	padding:20px;
	border-radius:4px;
}
.welfare_info_list_r_inr + .quote{
	text-align:center;
	font-size:15px;
	line-height:2;

}
.welfare_info_list_r_inr dt{
	font-size:16px;
	text-align:center;
	line-height:2;
	margin-bottom:12px;
	color:#fff;
	background:#616161;
	border-radius:4px;
}
.welfare_info_list_r_inr dd,
.welfare_info_prall{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	line-height:2;
}
.welfare_info_prall{
	font-size:18px;
	font-weight:500;
	padding-top:8px;
	margin-top:8px;
	border-top:1px solid #b3b3b3;
}
.welfare_info_list_r_inr dd hr,
.welfare_info_prall hr{
	position: relative;
	top: calc(50% - 1px);
	margin: 0 10px;
	border: none;
	border-top: dotted 2px #CCC;
	flex:auto;
}

.welfare_intro .main_img{
	width:min(1280px,90%);
	margin:0 auto 80px;
}

.welfare_intro .main_img img {
	border-radius: 24px;
}

.welfare_info_cth{
	text-align:center;
	font-weight:500;
	font-size:32px;
	line-height:2;
	margin-bottom:80px;
}
.welfare_info_box{
	width:min(1280px,90%);
	margin:0 auto;
	padding:20px 20px 20px 60px;
	background:#fff;
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.welfare_info_box_l{
	width:60%;
}
.welfare_info_box_r{
	width:min(350px,36%);
}
.welfare_info_box_l_top{
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px solid #B3B3B3;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:30px;
}
.welfare_info_box_l_top span:first-of-type{
	font-size:min(48px,3.75vw);
	font-weight:500;
	line-height:2;
	flex-shrink:0;
}
.welfare_info_box_l_top span:last-of-type{
	font-size:min(16px,1.25vw);
	text-align:left;
	line-height:2;
	text-align:left;
}
.welfare_info_box_l_bottom{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.welfare_info_box_l_bottom .btm_l{
	text-align:left;
	font-size:50px;
	font-weight:500;
}
.welfare_info_box_l_bottom .btm_l div{
	font-family:"Outfit", sans-serif;
}
.welfare_info_box_l_bottom .btm_l span{
	font-size:18px;
	line-height:2;
	display:block;
}
.welfare_info_box_l_bottom .btm_r a{
	text-align:center;
	font-size:50px;
	font-weight:500;
	line-height:1;
	font-family:"Outfit", sans-serif;
	display: flex;
	align-items: center;
}

.welfare_info_box_l_bottom .btm_r a::before {
	content: "";
	background: url(../img/lower/ico_tel.svg) no-repeat center / 100%;
	width: 48px;
	aspect-ratio: 1;
}

.welfare_info_box_l_bottom .btm_r span{
	font-size:13px;
	line-height:2;
	display:block;
}

.cnt_m-top {
	margin-top: 60px;
	margin-bottom: 15px;
}

.welfare_recruit {
	padding-top: 130px;
	width: 100%;
}

.recruit_txt{
	text-align:center;
	margin-bottom:15px;
}
.recruit_bnr{
	width: 200px;
    display: block;
    margin: 0 auto;
}
.welfare_recruit__inner {
	background: url(../img/welfare/img_recruitbg.png) no-repeat center / cover;
	padding: 80px 75px;
	width: min(1280px, 90%);
    margin: 0 auto;
	box-sizing: border-box;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.welfare_recruit__inner_txt .__ttl{
	font-size: 50px;
	font-weight: 500;
	text-shadow: #fff 0 0 2px,#fff 0 0 2px,#fff 0 0 2px;
	margin-bottom: 45px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.welfare_recruit__inner_txt .__ttl::after{
	content: "Recruit";
	font-size: 28px;
}
.welfare_recruit__inner_txt .__txt{
	font-weight: 500;
	line-height: 1.5;
	text-shadow: #fff 0 0 2px,#fff 0 0 2px,#fff 0 0 2px;
}
.ttl_reverse{
	display: flex;
    flex-direction: column-reverse;
}
.ttl_reverse .en{
	font-size: 28px;
}
.ttl_reverse p {
	font-size: 50px;
	font-weight: 500;
}
.ttl_reverse .logo_wf {
	order: -1;
}
.page-template-service-welfare .about_slide__wrap{
	width: 100%;
	margin: 45px auto 80px;
}
.page-template-service-welfare .about_slide {
    width: 100%;
    padding-bottom: 90px;
}
.page-template-service-welfare .about_slide img {
	border-radius: 16px;
}
.page-template-service-welfare .swiper-button-prev,.page-template-service-welfare .swiper-button-next {
    position: absolute;
    top: auto;
    bottom: 60px;
    left: auto;
    width: 61px;
    height: 65px;
}
.page-template-service-welfare .swiper-button-prev {
    right: 149px;
    background: url(../img/common/arw_swiper_prev.png) no-repeat center / contain;
}
.page-template-service-welfare .swiper-button-prev::after{
	content: none !important;
}
.page-template-service-welfare .swiper-button-next {
    right: 77px;
    background: url(../img/common/arw_swiper_next.png) no-repeat center / contain;
}
.page-template-service-welfare .swiper-button-next::after{
	content: none !important;
}

@media screen and (max-width: 1200px) {
	.welfare_thought__item .__link {
    	font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (min-width: 769px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
@media screen and (max-width: 768px) {
	.page-template-service-welfare .swiper-button-next,
	.page-template-service-welfare .swiper-button-prev {
		width: 50px;
	}
	.page-template-service-welfare .swiper-button-next {
		right: calc(49% - 50px);
	}
	.page-template-service-welfare .swiper-button-prev {
		right: 51%;
	}
	.welfare_recruit__inner{
		flex-direction: column;
		padding: 50px 20px;
	}
	.welfare_recruit__inner_txt .__ttl{
		font-size: 35px;
	}
	.welfare_recruit__inner_txt .__ttl::after{
		font-size: 21px;
	}
	.welfare_recruit__inner_txt .__txt {
		margin-bottom: 20px;
	}
	.welfare_info_box_l_bottom .btm_r a{
		font-size: 30px;
	}
	.welfare_info_box_l_bottom .btm_r a::before{
		width: 30px;
	}
	.welfare_recruit__inner .btn {
		width: 200px;
	}
	.welfare_pnt__inrbox .welfare_pnt__inrbox_txt dd{
		font-size: 12px;
	}
	.welfare_pnt__inrbox .welfare_pnt__inrbox_txt dd hr{
		flex: unset;
		width: 10px;
		margin: 0 3px;
	}
	.welfare_fm__mainimg{
		flex-direction: column;
		gap:0;
	}
	.ttl_reverse p{
		font-size: 28px;
	}
	.ttl_reverse .en{
		font-size: 22px;
	}
	.ttl_reverse .logo_wf{
		width: 280px;
	}
	.welfare_thought__figure {
		width: 100%;
		margin: 0 0 60px;
	}
	.welfare_thought__item::before{
		content: none;
	}
	.welfare_thought__link .en{
		font-size: 20px;
		text-align: left;
	}
	.welfare_thought__link{
		width: 90%;
		margin: 0 auto;
	}
	.welfare_thought__list{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.welfare_thought__list .__link{
		font-size: 16px;
		text-align: center;
	}
	.welfare_thought__list .__link br {
		display: none;
	}
	.welfare_thought__item {
		width: 50%;
		margin-bottom: 12px;
		align-items: center;
		gap: 8px;
	}
	.welfare_thought__item:last-of-type {
		margin-bottom: 20px;
	}
	.welfare_thought__item::before {
		content: "";
    	display: block;
    	width: 8px;
    	height: 8px;
    	background: #616161;
    	border-radius: 4px;
	}
	.welfare_intro .bg_texture__inr {
		padding: 60px 0;
	}
	
	.welfare_intro__content {
		margin-bottom: 60px;
	}
	.welfare_intro__content:last-of-type {
		margin-bottom: 0;
	}
	.welfare_thought__inner{
		margin-bottom: 50px;
		flex-direction: column-reverse;
	}
	.thought_ttl{
		gap:5px;
		flex-direction: column;
	}
	.welfare_fm{
		flex-direction:column;
	}
	.welfare_fm__l{
		width:100%;
	}
	.welfare_fm__l img{
		width:240px;
		margin:15px 0 30px;
	}
	.welfare_fm__l .welfare_fm__mainimg img{
		margin: 0 0 5px;
	}
	.welfare_fm__box dl{
		flex-direction:column;
	}
	.welfare_fm__r{
		width:100%;
	}

	.welfare_intro .main_img{
		margin:0 auto 40px;
	}
	.welfare_intro .introduction_inner {
		padding: 60px 0 100px;
	}
	.welfare_pnt__inr{
		padding:35px 20px;
	}
	.welfare_pnt__inr .sub_catch{
		margin-bottom:35px;
	}
	.welfare_pnt__inrbox{
		flex-direction:column;
		gap:20px;
	}
	.welfare_pnt__inrbox.inrbox04,
	.welfare_pnt__inrbox.inrbox06,
	.welfare_pnt__inrbox.inrbox07,
	.welfare_pnt__inrbox.inrbox09{
		flex-direction:column-reverse;
	}
	.welfare_pnt__inrbox.inrbox01 .welfare_pnt__inrbox_txt,
	.welfare_pnt__inrbox.inrbox02 .welfare_pnt__inrbox_txt,
	.welfare_pnt__inrbox.inrbox03 .welfare_pnt__inrbox_txt,
	.welfare_pnt__inrbox.inrbox03 .welfare_pnt__inrbox_txt div:last-of-type,
	.welfare_pnt__inrbox.inrbox04 .welfare_pnt__inrbox_txt,
	.welfare_pnt__inrbox.inrbox05 .welfare_pnt__inrbox_txt,
	.welfare_pnt__inrbox.inrbox06 .welfare_pnt__inrbox_txt,
	.welfare_pnt__inrbox.inrbox07 .welfare_pnt__inrbox_txt,
	.welfare_pnt__inrbox.inrbox08 .welfare_pnt__inrbox_txt,
	.welfare_pnt__inrbox.inrbox09 .welfare_pnt__inrbox_txt,
	.welfare_pnt__inrbox.inrbox01 .welfare_pnt__inrbox_img,
	.welfare_pnt__inrbox.inrbox02 .welfare_pnt__inrbox_img,
	.welfare_pnt__inrbox.inrbox03 .welfare_pnt__inrbox_img,
	.welfare_pnt__inrbox.inrbox04 .welfare_pnt__inrbox_img,
	.welfare_pnt__inrbox.inrbox05 .welfare_pnt__inrbox_img,
	.welfare_pnt__inrbox.inrbox06 .welfare_pnt__inrbox_img,
	.welfare_pnt__inrbox.inrbox07 .welfare_pnt__inrbox_img,
	.welfare_pnt__inrbox.inrbox08 .welfare_pnt__inrbox_img,
	.welfare_pnt__inrbox.inrbox09 .welfare_pnt__inrbox_img{
		width:100%;
	}
	.welfare_pnt__inrbox.inrbox03 .welfare_pnt__inrbox_img img{
		position:relative;
	}
	.welfare_pnt__inrbox.inrbox02 .welfare_pnt__inrbox_txt,
	.welfare_pnt__inrbox.inrbox03 .welfare_pnt__inrbox_txt,
	.welfare_pnt__inrbox.inrbox04 .welfare_pnt__inrbox_txt,
	.welfare_pnt__inrbox.inrbox05 .welfare_pnt__inrbox_txt{
		width:100%;
	}
	.welfare_pnt__inrbox_txt h3:nth-last-of-type(1),
	.welfare_pnt__inrbox.inrbox03 .welfare_pnt__inrbox_txt div:last-of-type{
		margin-top:35px;
	}

	.welfare_info_list{
		flex-direction:column;
	}
	.welfare_info_list_l{
		width:100%;
	}
	.welfare_info_list_l dl div{
		margin-bottom: 0;
		flex-direction:column;
		gap:0;
	}
	.welfare_info_list_l dt{
		margin-bottom:0;
		width:100%;
	}
	.welfare_info_list_l dt br{
		display:none;
	}
	.welfare_info_list_l dd{
		width:100%;
		margin-bottom:10px;
	}
	.welfare_info_list_l dd a {
		text-decoration: underline;
	}
	.welfare_info_cth{
		font-size:16px;
	}
	.welfare_info_box{
		width:100%;
		padding:20px;
		flex-direction:column;
	}
	.welfare_info_box_l{
		width:100%;
	}
	.welfare_info_box_l_top{
		padding-bottom:20px;
		margin-bottom:20px;
		flex-direction:column;
		gap:0;
	}
	.welfare_info_box_l_top span:first-of-type{
		font-size:26px;
	}
	.welfare_info_box_l_top span:last-of-type{
		font-size:16px;
	}
	.welfare_info_box_l_bottom{
		margin-bottom:20px;
		flex-direction:column;
	}
	.welfare_info_box_l_bottom .btm_l{
		text-align:center;
	}
	.welfare_info_box_l_bottom .btm_r a{
		font-size:30px;
	}
	.welfare_info_box_r {
		width: 100%;
	}
	.welfare_recruit {
		padding-top: 60px;
	}
	.welfare_recruit .dl {
		gap:0;
	}
	.welfare_recruit .dl_dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.welfare_recruit .dl_dd {
		width: 100%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 600px) {
	.welfare_recruit__inner{
		background: url(../img/welfare/img_recruitbg_sp.png) no-repeat center right / cover;
	}
}

/* ----------------------
  intro slides
---------------------- */
.welfare_intro__slides {
	column-gap: 48px;
	width: max-content;
	min-width: 100%;
	margin: 48px 0 80px;
	animation: 26s linear infinite sliderAnimation;
}
.welfare_intro__slide {
	width: 488px;
	height: 300px;
}
.welfare_intro__slide ._img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@keyframes sliderAnimation {
	100% {
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 768px) {
	.welfare_intro__slides {
		column-gap: 24px;
		margin: 24px 0;
	}
	.welfare_intro__slide {
		width: 244px;
		height: 150px;
	}
}

/* ----------------------
  flow lists
---------------------- */
.welfare_flow__lists {
	position: relative;
	flex-wrap: wrap;
	gap: 80px 40px;
}
.welfare_flow__list {
	position: relative;
	width: calc(33% - 30px);
	counter-increment: number 1;
}
.welfare_flow__list::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "0" counter(number);
	color: #616161;
	line-height: 1;
	font-size: 9.6rem;
	font-weight: 100;
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
}
.welfare_flow__list ._ttl {
	margin-top: 10px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 2;
}
.welfare_flow__list ._txt {
	font-size: 1.5rem;
	line-height: 2;
}

.welfare_flow__list._supple {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 60px;
	width: calc(50% - 20px);
	padding-top: 50px;
}
.welfare_flow__list._supple::before {
	position: static;
	top: auto;
	left: auto;
	content: "";
	display: block;
	background: url(../img/welfare/ico_plus.svg) no-repeat center / contain;
	width: 60px;
	height: 60px;
}
.welfare_flow__list._supple ._supple-box {
	flex: 1 auto;
	padding: 20px 30px 30px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 0px 4px #F3F3F3, 0px 0px 0px 6px #B3B3B3;
}

@media screen and (max-width: 768px) {
	.welfare_price__table{
		flex-direction: column;
	}
	.welfare_price__table_list .subttl{
		font-size: 18px;
	}
	.welfare_flow__lists {
		gap: 24px 16px;
	}
	.welfare_flow__list {
		width: calc(50% - 8px);
	}
	.welfare_flow__list::before {
		font-size: 4.8rem;
	}
	.welfare_flow__list ._ttl {
		line-height: 1.5;
		font-size: 1.8rem;
	}
	.welfare_flow__list ._txt {
		text-align: left;
		line-height: 1.5;
		letter-spacing: 0.025em;
		font-size: 1.3rem;
	}
	.welfare_flow__list ._txt br {
		display: none;
	}
	
	.welfare_flow__list._supple {
		flex-direction: column;
		gap: 30px 0;
		width: 100%;
		padding: 0;
	}
	.welfare_flow__list._supple::before {
		width: 30px;
		height: 30px;
	}
	.welfare_flow__list._supple ._supple-box {
		padding: 15px 20px 20px;
	}
}

/* ----------------------
  voice lists
---------------------- */
.welfare_voice__list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 50px;
	margin-bottom: 48px;
	text-align: left;
}
.welfare_voice__list:nth-child(even) {
	justify-content: flex-end;
}
.welfare_voice__img {
	width: 160px;
	height: 160px;
	object-fit: contain;
}
.welfare_voice__txt {
	position: relative;
	width: 58.5%;
	padding: 24px;
	background: #fff;
	border-radius: 4px;
	line-height: 2;
}
.welfare_voice__txt::before {
	position: absolute;
	top: 64px;
	left: -30px;
	content: "";
	width: 30px;
	height: 30px;
	background: #fff;
	clip-path: polygon(0 50%, 100% 100%, 100% 0);
}
.welfare_voice__txt ._ttl {
	font-size: 2.0rem;
	font-weight: 500;
}
.welfare_voice__txt ._txt {
	font-size: 1.5rem;
}
.welfare_voice__txt ._from {
	margin-top: 8px;
	text-align: right;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.welfare_voice__list {
		flex-direction: column-reverse;
		gap: 24px 0;
		margin-bottom: 24px;
	}
	.welfare_voice__list:last-child {
		margin-bottom: 0;
	}
	.welfare_voice__img {
		width: 80px;
		height: 80px;
		margin-left: 10px;
	}
	.welfare_voice__txt {
		width: 100%;
		padding: 15px;
	}
	.welfare_voice__txt::before {
		top: auto;
		bottom: -18px;
		left: 40px;
		width: 30px;
		height: 18px;
		clip-path: polygon(0 0, 50% 100%, 100% 0);
	}
	.welfare_voice__txt ._ttl {
		line-height: 1.75;
		font-size: 1.6rem;
	}
	.welfare_voice__txt ._txt {
		line-height: 1.5;
		font-size: 1.4rem;
	}
	.welfare_voice__txt ._from {
		margin-top: 0;
	}
	
	.welfare_voice__list:nth-child(even) .welfare_voice__txt::before {
		right: 40px;
		left: auto;
	}
	.welfare_voice__list:nth-child(even) .welfare_voice__img  {
		margin: 0 10px 0 auto;
	}
}


/* privacy-policy
---------------------------------------------------------- */
.privacy_block {
	margin-bottom: 48px;
	font-size: 1.4rem;
	line-height: 2;
	color: #393939;
}
.privacy_ttl01 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: #B3B3B3 solid 1px;
	font-size: 2.4rem;
	font-weight: 500;
}
.privacy_ttl02 {
	padding: 10px 20px;
	margin: 20px 0 10px;
	background: #F7F7F7;
	font-size: 1.4rem;
	font-weight: 500;
}
.privacy_ttl03 {
	margin: 20px 0 10px;
	font-weight: 500;
}

/* ----------------------
  privacy lists
---------------------- */
.privacy_lists li {
	padding-left: 1em;
	text-indent: -1em;
}

/* ----------------------
  notice lists
---------------------- */
.notice_lists {
	margin-top: 10px;
	counter-reset: inherit;
}
.notice_lists li {
	counter-increment: number 1;
	padding-left: 32px;
	text-indent: -32px;
}
.notice_lists li::before {
	content: "※" counter(number);
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.privacy_block {
		overflow: hidden;
		line-height: 1.75;
	}
	.privacy_ttl01 {
		font-size: 1.8rem;
	}
	.privacy_ttl02 {
		padding: 15px;
	}
	.privacy_ttl03 {
		font-size: 1.7rem;
	}
	.notice_lists li {
		margin-bottom: 1.75em;
	}
}