@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){
}


/* cpc
------------------------------------------------------ */
.cpc-lead,.cpc-lead span{
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 40px;
}
.cpc-lead span{
	color: #00BA88;
}
.cpc-lead-txt{
	text-align: center;
	margin-bottom: 30px;
}
.cpc-img01{
	max-width: 725px;
	margin: 0 auto 40px;
}
.cpc-about-wrap{
	display: flex;
	flex-wrap: wrap;
	max-width: 725px;
	margin: 0 auto 80px;
}
.cpc-abput-item:nth-child(1),.cpc-abput-item:nth-child(4){
	background: #E6F1EB;
	width: 50%;
}
.cpc-abput-item:nth-child(2),.cpc-abput-item:nth-child(3){
	background: #AFE9D0;
	width: 50%;
}
.cpc-abput-item{
	padding: 20px 0;
}
.cpc-about-img{
	width: 15%;
	margin: 0 auto;
}
.cpc-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){
	.cpc-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){
}

/* 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 0 20px 20px;
	width: 80%;
}
.office-info-table tr:not(:last-child){
	border-bottom: 1px solid #CECECE;
}




/*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;
	}
}
/*PC Layout
===================================*/
@media print, screen and (min-width: 769px){
}