@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');


.view-btn{
	background: #ff9d1b;
	color: #fff;
	padding: 10px 0;
	width: 90%;
	max-width: 273px;
	margin: 30px auto;
	display: block;
	border-radius: 30px;
	text-align: center;
	position: relative;
}
.view-btn:after{
	content: '';
	display: inline-block;
	background: url(images/arrow-icon.svg) no-repeat;
	background-size: contain;
	width: 14px;
	height: 16px;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: -20px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
}
/* main
------------------------------------------------------ */
.main-bg{
	background: url(images/main-img.jpg) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 340px;
	position: relative;
	background-position: center;
}
.page-contents{
	width: 90%;
	max-width: 1280px;
	margin: 120px auto 0;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.main-bg{
		height: 300px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}


/* honetugi
------------------------------------------------------ */
.honetugi-lead,.honetugi-lead span{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
}
.honetugi-lead span{
	color: #00BA88;
}
.honetugi-lead-txt{
	text-align: center;
	margin-bottom: 30px;
}
.honetugi-img01{
	max-width: 725px;
	margin: 0 auto 40px;
}
.honetugi-about-wrap{
	display: flex;
	flex-wrap: wrap;
	max-width: 725px;
	margin: 0 auto 80px;
}
.honetugi-abput-item:nth-child(1),.honetugi-abput-item:nth-child(4){
	background: #E6F1EB;
	width: 50%;
}
.honetugi-abput-item:nth-child(2),.honetugi-abput-item:nth-child(3){
	background: #AFE9D0;
	width: 50%;
}
.honetugi-abput-item{
	padding: 20px 0;
}
.honetugi-about-img{
	width: 15%;
	margin: 0 auto;
}
.honetugi-about-txt{
	text-align: center;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}


/* check-list
------------------------------------------------------ */
.check-list-bg{
	background: #E6F1EB;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 30px 0;
}
.check-list-wrap{
	background: #fff;
	width: 90%;
	max-width: 970px;
	margin: 0 auto;
}
.check-list-wrap {
  position:relative;
	background: #fff;
	width: 90%;
	max-width: 970px;
	margin: 0 auto;
  padding:30px 0;
  overflow:hidden;
}
.check-list-wrap:before {
    content:"";
    position:absolute;
    top:0;
    right:0;
    border-width:0 30px 30px 0; /* This trick side-steps a webkit bug */
    border-style:solid;
    border-color:#E6F1EB #E6F1EB #00BA88 #00BA88; /* A bit more verbose to work with .rounded too */
    background:#00BA88; /* For Opera when also applying a border-radius */
    display:block; width:0; /* Only for Firefox 3.0 damage limitation */
/* Optional: shadow */
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
    box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
}
.check-list-ttl{
	text-align: center;
	margin-bottom: 30px;
}
.check-list-wrap ul{
	width: 60%;
	margin: 0 auto;
}
.check-list-wrap ul li{
	padding: 10px 0;

}
.check-list-wrap ul li:after{
	content: '';
    background: url(images/check-list-border.png);
    background-size: cover;
    display: block;
    width: 554px;
    height: 3px;
    margin-top: 10px;
}
.check-list-wrap ul li:before{
	content: '';
	background: url(images/check-icon.svg) no-repeat;
	background-size: contain;
	width: 15px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px){

}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}

/* flow
------------------------------------------------------ */
.flow-wrap{
	margin: 140px 0;
}
.flow-list{
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}
.flow-list:before{
	position: absolute;
	content: '';
	background: #00BA88;
	width: 2px;
	height: 600px;
	display: inline-block;
	left: 30px;
	top: 20px;
	z-index: -1;
}
.flow-lead,.flow-lead span{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
}
.flow-lead span{
	color: #00BA88;
}
.flow-ttl01,.flow-ttl02,.flow-ttl03,.flow-ttl04,.flow-ttl05{
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.flow-ttl01:before{
	content: '';
	background: url(images/flow01.svg) no-repeat;
	background-size: contain;
	width: 59px;
	height: 59px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.flow-ttl01:after{
	content: '';
	background: url(images/flow-img01.svg) no-repeat;
	background-size: contain;
	width: 59px;
	height: 59px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.flow-ttl02:before{
	content: '';
	background: url(images/flow02.svg) no-repeat;
	background-size: contain;
	width: 59px;
	height: 59px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.flow-ttl02:after{
	content: '';
	background: url(images/flow-img02.svg) no-repeat;
	background-size: contain;
	width: 59px;
	height: 59px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.flow-ttl03:before{
	content: '';
	background: url(images/flow03.svg) no-repeat;
	background-size: contain;
	width: 59px;
	height: 59px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.flow-ttl03:after{
	content: '';
	background: url(images/flow-img03.svg) no-repeat;
	background-size: contain;
	width: 59px;
	height: 59px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.flow-ttl04:before{
	content: '';
	background: url(images/flow04.svg) no-repeat;
	background-size: contain;
	width: 59px;
	height: 59px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.flow-ttl04:after{
	content: '';
	background: url(images/flow-img04.svg) no-repeat;
	background-size: contain;
	width: 59px;
	height: 59px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.flow-ttl05:before{
	content: '';
	background: url(images/flow05.svg) no-repeat;
	background-size: contain;
	width: 59px;
	height: 59px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.flow-ttl05:after{
	content: '';
	background: url(images/flow-img05.svg) no-repeat;
	background-size: contain;
	width: 59px;
	height: 59px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.flow-txt{
	margin-bottom: 60px;
	margin-left: 80px;
}
.flow-txt span{
	color: #FF949A;
}
.office-info-bg{
	background: #E6F1EB;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 80px 0;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.honetugi-about-txt{
		font-size: 1.2rem;
		line-height: 1.8rem;
		margin-top: 10px;
	}
	.check-list-wrap ul{
		width: 90%;
	}
	.check-list-wrap ul li{
		text-indent: -2rem;
    padding-left: 2rem;
	}
	.flow-wrap {
    margin: 40px 0;
}
	.flow-ttl01:before,.flow-ttl02:before,.flow-ttl03:before,.flow-ttl04:before,.flow-ttl05:before{
		width: 40px;
		height: 40px;
	}
	.flow-list:before{
		left: 18px;
		height: 660px;
	}
	.flow-ttl01, .flow-ttl02, .flow-ttl03, .flow-ttl04, .flow-ttl05{
		font-size: 1.4rem;
	}
	.flow-ttl01:after,.flow-ttl02:after,.flow-ttl03:after,.flow-ttl04:after,.flow-ttl05:after{
		width: 40px;
		height: 40px;
		margin-left: 10px;
	}
	.flow-txt{
		margin-left: 60px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}

/* voice
------------------------------------------------------ */
.voice-bg{
	width: 98vw;
	margin: 0 calc(50% - 50vw);
	padding: 600px 0 40px;
	margin-top: -560px;
	border-radius: 0 0 60px 0;
}
.voice-lead,.voice-lead span{
	text-align: center;
	margin-top: 80px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
.voice-lead span{
	color: #00BA88;
}
.voice-wrap{
	width: 90%;
	margin: 0 auto 20px;
	max-width: 953px;
}
.voice-item{
	padding: 33px 0;
	background: #fff;
	border-radius: 10px;
	border: 8px solid rgba(0,185,135,.24);
}
.voice-item.dayfit-voice{
	padding: 33px 0;
	background: #fff;
	border-radius: 10px;
	border: 8px solid rgba(255,158,26,.24);
}
.voice-item-content{
	display: flex;
	width: 90%;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}
.voice-institution{
	color: #00ba88;
	font-size: 1rem;
	line-height: 1.4rem;
  margin-bottom: 4px;
}
.voice-item.dayfit-voice .voice-institution{
	color: #ff9e1a;
}
.voice-ttl{
	font-size: 1.5rem;
	font-weight: 600;
	height: 80px;
}
.voice-txt{
	font-size: 1.2rem;
	line-height: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
  max-height: 4.5em;
}

.voice-item-icon{
	width: 15%;
}
.voice-txt-wrap{
	width: 65%;
}
.voice-arrow{
	width: 7%;
}
.voice-category-item{
	text-align: center;
	padding: 10px 0;
}
.voice-category-item:first-child{
	border: 1px solid #ff9e1a;
}
.voice-category-item:first-child a{
	color: #ff9e1a;
	display: block;
}
.voice-category-item:first-child a:after{
	content: '';
	background: url(images/category-link-arrow01.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
}
.voice-category-item:last-child a:after{
	content: '';
	background: url(images/category-link-arrow02.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
}
.voice-category-item:last-child{
	border: 1px solid #00ba88;
}
.voice-category-item:last-child a{
	color: #00ba88;
	display: block;
}
.voice-category-wrap{
	width: 90%;
	max-width: 953px;
	margin: 0 auto;
}
.voice-item-content:before{
	content: '';
	background: url(images/voice-icon01.svg) no-repeat;
	width: 60px;
	height: 60px;
	display: inline-block;
	background-size: contain;
}

.voice-item-content:after{
	content: '';
	background: url(images/voice-arrow-green.svg) no-repeat;
	width: 28px;
	height: 28px;
	display: inline-block;
	background-size: contain;
}
.voice-item.dayfit-voice .voice-item-content:after{
	content: '';
	background: url(images/voice-arrow-orange.svg) no-repeat;
	width: 28px;
	height: 28px;
	display: inline-block;
	background-size: contain;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.voice-category-item{
		margin-bottom: 10px;
	}
	.voice-wrap{
		margin-bottom: 0px;
	}
	.voice-ttl{
		font-size: 1.4rem;
    line-height: 2rem;
	}
	.voice-item{
		margin-bottom: 20px;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
	.voice-wrap{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.voice-item{
		width: 47%;
		margin-bottom: 20px;
	}
	.voice-category-wrap{
		display: flex;
		justify-content: center;
	}
	.voice-category-item{
		width: 46%;
		margin: 10px;
	}
}/* office-info
------------------------------------------------------ */

.office-info-ttl,.office-info-ttl span{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
}
.office-info-ttl span{
	color: #00BA88;
}
.office-info-table{
	width: 90%;
	max-width: 714px;
	margin: 30px auto;
	background: #fff;
}
.office-info-table th{
	background: #00BA88;
	color: #fff;
	padding: 20px 0;
	width: 20%;
}
.office-info-table td{
	padding: 20px;
	width: 80%;
}
.office-info-table tr:not(:last-child){
	border-bottom: 1px solid #CECECE;
}
.office-wrap {
  width: 90%;
	max-width: 1080px;
  margin: 0 auto;
}
.office-img{
	margin-bottom: 40px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px){
	.office-info-table th{
		width: 100%;
		display: block;
	}
	.office-info-table td{
		width: 90%;
		display: block;
	}
	.office-info-table tr{
		border-bottom: 0;
	}
	.office-info-table{
		width: 100%;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
	.office-wrap {
  display: flex;
  justify-content: space-between;
	}
	.office-item{
		width: 38%;
	}
	.office-info-table{
		width: 60%;
		max-width: 714px;
		margin: 0;
		
	}
}