@charset "utf-8";
/*
@import url(notosansjapanese.css);
*/
@font-face {
  font-family: 'tsukua';
  src: url('../font/rounded-x-mplus-1c-medium.ttf') format('truetype');
}

:root { --red: #f00;}
:root { --gr: #8dc21f;}
:root { --lg: #e8f3d2;}
:root { --bl: #0f9fbe;}
:root { --aq: #e7f5f8;}

.f-red{ color: var(--red);}
.f-green{ color: var(--gr);}
.f-lightgreen{ color: var(--lg);}
.f-light-green{ color: #8dc21f;}
.f-blue{ color: var(--bl);}
.f-aqua{ color: var(--aq);}
.f-pink{ color: #ff7baa;}
.bg-lightgreen{ background: var(--lg);}
.u-line{ text-decoration: underline;}
.u-line:hover{ text-decoration: none;}
.bd-lightgreen{
	padding: 0 10px 10px 0;
	display: inline-block;
	min-width: 150px;
	border-bottom: 1px solid #b3cd5a;
}
.zoom{
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
}
a img{
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.zoom img{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.zoom:hover img{
	opacity: 1;
	transform:scale(1.15,1.15);
}
a.zoom:hover,
a.zoom:hover img{
	opacity: 1;
}
/* FadeUp */
.move.move-active.FadeUp{ animation: FadeUp 1.5s; opacity: 0;}
@keyframes FadeUp {
  0% { transform: translateY(60px); opacity: 0;}
  100% { transform: translateY(0); opacity: 1;}
}
.move.move-active.FadeLeft{ animation: FadeLeft 1s; opacity: 0;}
@keyframes FadeLeft {
  0% { transform: translateX(60px); opacity: 0;}
  100% { transform: translateY(0); opacity: 1;}
}
.move.move-active.FadeRight{ animation: FadeRight 1s;}
@keyframes FadeRight {
  0% { transform: translateX(-60px); opacity: 0;}
  100% { transform: translateY(0); opacity: 1;}
}
.line2{ line-height: 2;}
.fot{
	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.tsukua{
	font-family: 'tsukua';
	font-weight: 500;
}
.charcuterie{
	font-family: charcuterie-filigree, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.f19{
	font-size: 1.9rem;
	line-height: 1.4;
}
.f21{
	font-size: 2.1rem;
	line-height: 1.4;
}
.f24{
	font-size: 2.4rem;
	line-height: 1.4;
}
.f-normal{ font-weight: normal;}
.f-bold{ font-weight: bold;}
.lower-title{
	color: #fff;
	font-size: 4.8rem;
	font-weight: 400;
	width: 100%;
	height: 160px;
	margin-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.lower-title.title-message{ background: url("../images/title-message-bg.png") center / cover no-repeat;}
.lower-title.title-about{ background: url("../images/title-about-bg.png") center / cover no-repeat;}
.lower-title.title-voice{ background: url("../images/title-voice-bg.png") center / cover no-repeat;}
.lower-title.title-support{ background: url("../images/title-support-bg.png") center / cover no-repeat;}
.lower-title.title-work{ background: url("../images/title-work-bg.png") center / cover no-repeat;}
.lower-title.title-questionnaire{ background: url("../images/title-questionnaire-bg.png") center / cover no-repeat;}
.lower-title.title-welfare{ background: url("../images/title-welfare-bg.png") center / cover no-repeat;}
.lower-title.title-recruit{ background: url("../images/title-recruit-bg.png") center / cover no-repeat;}
.lower-title.title-news{ background: url("../images/title-news-bg.png") center / cover no-repeat;}
.lower-title.title-privacy{ background: url("../images/title-privacy-bg.png") center / cover no-repeat;}
.lower-title:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -65px;
	left: 0;
	margin: 0 auto;
	background: url("../images/fig1.svg") center no-repeat;
	width: 40px;
	height: 30px;
	display: block;
}
.subtitle{
	color: var(--gr);
	font-size: 3.6rem;
	text-align: left;
	line-height: .6;
	border-bottom: 1px solid var(--gr);
}
.subtitle span{
	font-size: 1.8rem;
}
.subtitle2{
	font-size: 3rem;
	line-height: 1.2;
	padding-top: 20px;
	position: relative;
}
.subtitle2:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #e50012 transparent transparent transparent;
}
.subtitle3{
	font-size: 3.6rem;
	line-height: 1.2;
}
.subtitle4{
	color: var(--gr);
	font-size: 3rem;
	padding: 20px 0;
	background: var(--lg);
}
.subtitle4 span{ display: block;}
.subtitle4 span:before{
	content: "";
	background: url("../images/fig6.svg") center no-repeat;
	width: 40px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 7px;
	margin-right: 20px;
}
.marker{
	font-size: 2.2rem;
	padding: 0 10px;
}
.marker.mk-blue{
	color: var(--bl);
	background: linear-gradient(180deg, #fff 0, #fff calc(100% - 15px), var(--aq) calc(100% - 15px), var(--aq) 100%)
}
ul.blue-dash-list li{
	padding: 10px 0 10px 1.5em;
	position: relative;
	border-bottom: 1px dashed var(--bl);
}
ul.blue-dash-list li:before{
	content: "◆";
	color: var(--bl);
	position: absolute;
	top: 10px;
	left: 0;
}

.bd-gray-top{ border-top: 1px solid #b3b3b3;}
.arrow{
	display: inline-block;
}
.arrow:before{
	content: "》";
	color: var(--gr);
	display: inline-block;
}
a.link-no{ pointer-events: none;}

.btn,input[type="button"],input[type="submit"],input[type="reset"]{
	color: #666;
	text-align: center;
	border: 1px solid #4d4d4d;
	line-height: 50px;
	padding: 0 50px;
	background: #fff;
	display: inline-block;
	margin: 0 10px 10px;
}
.btn-area{
	display: flex;
	justify-content: center;
}
.btn2:after{
	color: var(--gr);
	content: "》";
	margin-left: .5em;
}
a.btn2{ text-decoration: none;}
a.btn3{
	color: #fff;
	font-size: 3rem;
	text-align: center;
	line-height: 1.4;
	background: var(--bl);
	min-width: 600px;
	padding: 28px;
	display: inline-block;
	border-radius: 100px;
}
a.btn3.btn3-s{
	font-size: 2.4rem;
	min-width: 400px;
	padding: 12px;
}
a.btn3.outside:after{
	content: "";
	background: url("../images/icon-outside-bl.svg") center no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 6px 20px;
}
.bg-blue{ background: #cddce3;}
.bg-pink{ background: #fbd9db;}
.bg-gray{ background: #f2f2f2;}

.faq dt{
	padding: 1em 3em 1em 6.5em;
	background: url("../images/arrow-green-bottom.svg") right 20px center no-repeat #E6E6E6;
	border-bottom: 2px solid #fff;
	position: relative;
	cursor: pointer;
}
.faq dt.open{ background: url("../images/arrow-green-top.svg") right 20px center no-repeat #E6E6E6;}
.faq dt span{
	position: absolute;
	left: 2em;
}
.faq dd{
	display: none;
	line-height: 2;
	padding: 1em 1em 2em 6.5em;
	position: relative;
}
.faq dd:before{
	content: "A";
	position: absolute;
	left: 3em;
	color: #f00;
}
a.pdf:after{
	content: "";
	background: url("../images/icon-pdf.svg") left center no-repeat;
	width: 24px;
	height: 28px;
	display: inline-block;
	min-height: 30px;
	margin: 0 0 -5px 10px;
}
a.pdf2{
	padding-left: 45px;
	background: url("../images/icon-pdf.svg") left center no-repeat;
	display: inline-block;
	min-height: 30px;
}
.anc{
	padding-top: 120px;
	margin-top: -120px;
}
.w210{
	max-width: 210px;
	width: 100%;
}
.w300{
	max-width: 300px;
	width: 100%;
}
.w400{
	max-width: 400px;
	width: 100%;
}
.w500{
	max-width: 500px;
	width: 100%;
}
table.tb1{
	width: 100%;
}
table.tb1 th,table.tb1 td div{
	background: #fff;
}
table.tb1 th{
	width: 250px;
	line-height: 1.2;
	padding: 10px 15px;
	border-right: 20px solid #fbd9db;
	border-bottom: 10px solid #fbd9db;
}
table.tb1 td{
	width: calc(100% - 270px);
	border-bottom: 10px solid #fbd9db;
}
table.tb1 td div.check{
	padding: 10px 25px;
}
table.tb1 td label{
	display: inline-block;
	width: 13em;
	margin-right: .5em;
}
table.tb2{ width: 100%;}
table.tb2 th,table.tb2 td{
	border: 1px solid var(--gr);
	padding: 15px;
}
table.tb2.v-mid th,table.tb2.v-mid td{ vertical-align: middle;}
table.tb2.bd-outside-none tr:first-child th,table.tb2.bd-outside-none tr:first-child td{ border-top: none;}
table.tb2.bd-outside-none th:first-child,table.tb2.bd-outside-none td:first-child{ border-left: none;}
table.tb2.bd-outside-none tr:last-child th,table.tb2.bd-outside-none tr:last-child td{ border-bottom: none;}
table.tb2.bd-outside-none th:last-child,table.tb2.bd-outside-none td:last-child{ border-right: none;}
table.tb2 .w200{ width: 200px;}
table.tb2 th{ background: #c6e08f;}
table.tb2.th-gray th{ background: #f0f0f0;}
table.tb3 th,table.tb3 td{ padding: 0 3em 10px 0;}
table.tb4{ width: 100%;}
table.tb4 th,table.tb4 td{ padding: 8px 0;}
table.tb4 th{
	font-weight: 400;
	border-right: 40px solid #fff;
	border-bottom: 1px solid #b3cd5a;
}
table.tb4 th.w200{ width: 200px;}
table.tb4 td{
	padding: 10px;
	border-bottom: 2px dotted #ccc;
}
.rhombus:before{
	color: var(--bl);
	content: "◆";
	margin-right: .5em;
}
.rhombus.rhombus-green:before{ color: var(--gr);}
a.link-blue{ color: #00f;}
.contents-btm{ background: url("../images/fig4.svg") left 80px bottom no-repeat;}
.contents-btm.fig-right{ background: url("../images/fig4.svg") right 6% bottom no-repeat;}
ul.page-list li{
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
ul.page-list li:nth-child(2n){ flex-direction: row-reverse;}
ul.page-list.voice-list li:nth-child(2n){ flex-direction: row;}
ul.page-list.voice-list li:nth-child(2n+1){ flex-direction: row-reverse;}
ul.page-list li dl,ul.page-list li figure{ width: 50%;}
ul.page-list li dl,ul.page-list li figure a.zoom{ display: block;}
ul.page-list li dl{
	background: var(--lg);
	padding: 6% 5% 90px;
	position: relative;
}
ul.page-list.about-list li dl{
	padding: 4% 5% 65px;
}
ul.page-list.voice-list li dl{
	padding: 5% 3% 65px;
}
ul.page-list.work-list li:nth-child(1) dl{ background: url("../images/fig2.svg") 15px 15px / 25% auto no-repeat var(--lg);}
ul.page-list.work-list li:nth-child(2) dl{ background: url("../images/fig7.svg") left 15px bottom 15px / 25% auto no-repeat var(--lg);}
ul.page-list.about-list li:nth-child(1) dl{ background: url("../images/fig7.svg") 15px 15px / 25% auto no-repeat var(--lg);}
ul.page-list.about-list li:nth-child(2) dl{ background: url("../images/fig7.svg") right 15px top 15px / 25% auto no-repeat var(--lg);}
ul.page-list.about-list li:nth-child(3) dl{ background: url("../images/fig7.svg") left 15px bottom 15px / 25% auto no-repeat var(--lg);}
ul.page-list.support-list li:nth-child(1) dl{ background: url("../images/fig7.svg") left 15px bottom 15px / 25% auto no-repeat var(--lg);}
ul.page-list.support-list li:nth-child(3) dl{ background: url("../images/fig7.svg") left 15px bottom 15px / 25% auto no-repeat var(--lg);}
ul.page-list.support-list li:nth-child(2n) dl{ background: url("../images/fig7.svg") right 15px top 15px / 25% auto no-repeat var(--lg);}
ul.page-list.voice-list li:nth-child(1) dl,ul.page-list.voice-list li:nth-child(5) dl{ background: url("../images/fig7.svg") right 15px top 15px / 25% auto no-repeat var(--lg);}
ul.page-list.voice-list li:nth-child(2n) dl,ul.page-list.voice-list li:nth-child(3) dl{ background: url("../images/fig7.svg") left 15px bottom 15px / 25% auto no-repeat var(--lg);}
ul.page-list.voice-list li dl.bg-white{ border: 1px solid #8dc21f; width: 48%; margin: 0 .5% 20px;}
ul.page-list.voice-list li dl.bg-white.bg1{ background: url("../images/voice-dummy-bg.jpg") center / cover no-repeat #fff;}
ul.page-list.voice-list li dl.bg-white.bg2{ background: url("../images/voice-dummy-bg.jpg") center / cover no-repeat #fff;}
ul.page-list li dl dt{
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	background: var(--gr);
	margin-bottom: 25px;
}
ul.page-list.voice-list li dl dt{
	font-size: 3.2rem;
	line-height: 1.3;
	padding: 15px 20px;
	letter-spacing: 0;
}
ul.page-list.about-list li dt{
	padding: 55px 80px;
	max-width: 460px;
}
ul.page-list li dl dd p{
	margin-bottom: 10px;
}
.more{
	font-size: 2.4rem;
	line-height: 1.4;
}
.more a{
	color: var(--gr);
	text-align: left;
	padding-bottom: 5px;
	display: inline-block;
	background: url("../images/arrow-more.svg") left bottom no-repeat;
	width: 200px;
}
ul.page-list li dl dd .more a.outside{
	background: url("../images/arrow-more.svg") left bottom 10px no-repeat,
				url("../images/icon-outside-l.svg") right center no-repeat;
	padding: 20px 10px 10px 0;
	width: 210px;
}
ul.page-list li dl dd .more{
	position: absolute;
	right: 55px;
	bottom: 50px;
}
ul.page-list.about-list li dl dd .more,
ul.page-list.voice-list li dl dd .more{
	bottom: 20px;
}
.page-list li figure img{ width: 100%;}
.mainvisual{
	position: relative;
}
.mainvisual:after{
	content: "";
	position: absolute;
	z-index: 99;
	right: 20px;
	bottom: -100px;
	background: url("../images/fig3.svg") center no-repeat;
	display: block;
	width: 236px;
	height: 150px;
}
.mainvisual.after-no:after{ content: none;}
.mainvisual.message-main:after{
	right: 120px;
	bottom: -50px;
}
.mainvisual.voice-main:after{
	right: -50px;
	bottom: -175px;
}
.mainvisual.fig-no:after{ content: none;}
.tel{ pointer-events: none;}
.tag{
	color: #fff;
	font-size: 1.4rem;
	min-width: 110px;
	display: inline-block;
	padding: 3px;
	border-radius: 100px;
}
.tag-oshirase{ background: #ef8984;}
.tag-training{ background: #29abe2;}
.tag-saiyo{ background: #fbb03b;}
.tag-facility{ background: #73bd59;}
.tag-other{ background: #9290c5;}
ul.pager{
	display: flex;
	justify-content: center;
}
ul.pager li a,ul.pager li span{
	display: inline-block;
	padding: 0 25px;
	border-left: 1px solid #000;
}
ul.pager li:first-child a,ul.pager li:first-child span{
	border-left: none;
}
ul.pager li span{ color: #999;}
ul.pager li.active span{ color: #000;}

@media screen and (max-width: 1470px) {
	.mainvisual.voice-main:after{
		right: 2%;
	}
}

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

	.lower-title{
		width: 100%;
		padding: 0 5%;
		margin-bottom: 60px;
	}
	.lower-title:after{
		bottom: -45px;
	}
	.lower-title img{
		height: 25px;
		width: auto;
	}
	a.btn3{
		font-size: 2.4rem;
		min-width: 200px;
		padding: 15px 20px;
	}
	a.btn3.btn3-s{
		font-size: 2rem;
		min-width: 200px;
		padding: 10px 15px;
	}
	a.btn3.outside:after{
		background-size: 20px auto;
		width: 20px;
		height: 20px;
		margin: 0 0 6px 10px;
	}
	.faq dt{
		padding: 1em 4em 1em 4.5em;
	}
	.faq dt span{
		left: .5em;
	}
	.faq dd{
		line-height: 1.6;
		padding: 1em 1em 2em 4.5em;
	}
	.faq dd:before{
		left: 1.5em;
	}
	a.pdf:after{
		background: url("../images/icon-pdf.svg") left center /16px auto no-repeat;
		width: 16px;
		height: 18px;
		margin: 0 0 -3px 5px;
		min-height: 18px;
	}
	.anc{
		padding-top: 90px;
		margin-top: -90px;
	}
	table.tb1 th{
		width: 100%;
		padding: 5px 10px;
		border-right: none;
		display: block;
		border-bottom: 5px solid #fbd9db;
	}
	table.tb1 td{
		width: 100%;
		border-bottom: 10px solid #fbd9db;
		display: block;
	}
	table.tb1 td div.check{
		padding: 10px;
	}
	table.tb1 td label{
		width: 100%;
		margin-right: 0;
	}
	table.tb2 th,table.tb2 td{
		padding: 10px;
	}
	table.tb4 th.w200{ width: auto;}
	table.tb4 th{ border-right: 20px solid #fff;}
	table.tb4.sp-block th{
		border: none;
		padding-bottom: 0;
	}
	table.tb4.sp-block td{ padding: 10px 0;}
	.contents-btm{ background: url("../images/fig4.svg") left 80px bottom / 80px auto no-repeat;}
	.contents-btm.fig-right{ background: url("../images/fig4.svg") right 6% bottom / 80px auto no-repeat;}
	ul.page-list li{
		display: block;
		margin-bottom: 20px;
	}
	ul.page-list li dl,ul.page-list li figure{ width: 100%;}
	ul.page-list li dl{
		padding: 40px 5% 20px;
	}
	ul.page-list.about-list li dl{
		padding: 40px 5% 20px;
	}
	ul.page-list.voice-list li dl.bg-white{ width: 94%; margin: 0 3% 20px;}
	ul.page-list li dl dt{
		padding: 8px 15px;
		margin-bottom: 15px;
	}
	.more a{
		padding-bottom: 0;
		background: url("../images/arrow-more.svg") left bottom / 100px auto no-repeat;
		width: 100px;
	}
	ul.page-list li dl dd .more a.outside{
		padding: 15px 10px 10px 0;
		background: url("../images/arrow-more.svg") left bottom 10px no-repeat,
					url("../images/icon-outside-l.svg") right center / 30px auto no-repeat;
	}
	ul.page-list li dl dd .more{
		position: static;
		text-align: right;
		margin-bottom: 0;
	}
	.mainvisual:after{
		right: 10px;
		bottom: -30px;
		background: url("../images/fig3.svg") center / 80px auto no-repeat;
		width: 80px;
		height: 75px;
	}
	.mainvisual.voice-main:after{ bottom: -70px;}
	.tel{ pointer-events: auto;}
	table.sp-block tr > th,table.sp-block tr > td{ display: block;}
}







