section>.inner {
	padding: 0 15px;
	position: relative;
}

@media screen and (min-width: 600px) {
	section>.inner {
		padding: 0;
		width: 1060px;
		margin: 0 auto;
	}
}

.mod_tit01 {
	padding-top: 54px;
	text-align: center;
	font-size: 2.1rem;
	margin-bottom: 21px;
}

@media screen and (min-width: 600px) {
	.mod_tit01 {
		padding-top: 51px;
		text-align: center;
		font-size: 3.5rem;
		margin-bottom: 50px;
	}
}

#homeIntro {
	background-color: #fef6e2;
	padding-bottom: 255px;
	position: relative;
}

#homeIntro::after {
	content: "";
	position: absolute;
	background-image: url(../img/home/bg01_sp.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 320px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 320px;
	height: 1110px;
	z-index: 2;
}

#homeIntro .inner {
	padding: 26px 15px;
	z-index: 3;
}

#homeIntro .inner h2 {
	background: url(../img/home/ico01_sp.png) no-repeat center top;
	background-size: 51px;
}

#homeIntro .inner .box h3 {
	color: #f08300;
	font-size: 1.6rem;
	margin-bottom: 9px;
}

#homeIntro .inner .box .txt {
	padding-bottom: 18px;
	letter-spacing: .05rem;
}

#homeIntro .inner .icon {
	position: absolute;
	bottom: -242px;
	right: 5px;
}

#homeIntro .inner .icon img {
	width: 140px;
}

#homeIntro .btnWrap {
	border: 3px solid #f08300;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	padding: 0 5px 10px;
	background: #fff;
	width: 130px;
	position: absolute;
	z-index: 3;
	right: -170px;
	bottom: -85px;
	left: 0;
	margin: 0 auto;
}

#homeIntro .btnWrap::after {
	content: "";
	position: absolute;
	left: -36px;
	top: 28px;
	background: url(../img/common/bg05_sp.png) no-repeat center top;
	background-size: contain;
	width: 34px;
	height: 20px;
	z-index: 2;
}

#homeIntro .btnWrap h3 {
	color: #fff;
	background: #f08300;
	font-size: 1.4rem;
	padding: 5px;
	margin: 0 -5px;
	font-weight: 400;
	line-height: 1.25;
}

#homeIntro .btnWrap .tit {
	font-size: 1.1rem;
	font-weight: 500;
	padding: 6px 0;
}

#homeIntro .btnWrap .btn a img {
	width: 100px;
}

@media screen and (min-width: 600px) {
	#homeIntro {
		background-image: url(../img/home/bg01_pc.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-color: #fef6e2;
		padding-bottom: 0;
		position: relative;
		height: 920px;
	}
	#homeIntro::after {
		display: none;
		/* content: ""; position: absolute; background-image: url(../img/home/bg01_pc.png); background-repeat: no-repeat; background-position: center bottom; background-size: contain; bottom: 0; left: -130px; right: 0; margin: 0 auto; width: 1919px; height: 920px; z-index: 2; */
	}
	#homeIntro .inner {
		padding: 40px 0;
		z-index: 3;
	}
	#homeIntro .inner h2 {
		background: url(../img/home/ico01_pc.png) no-repeat center top;
		background-size: auto;
	}
	#homeIntro .inner .box h3 {
		font-size: 2.2rem;
		margin-bottom: 13px;
		line-height: 1.5;
	}
	#homeIntro .inner .box .txt {
		padding-bottom: 47px;
		letter-spacing: .05rem;
		width: 500px;
	}
	#homeIntro .inner .icon {
		position: absolute;
		bottom: 120px;
		right: 178px;
	}
	#homeIntro .inner .icon img {
		width: auto;
	}
	#homeIntro .btnWrap {
		border: 4px solid #f08300;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		text-align: center;
		padding: 0 5px 14px;
		background: #fff;
		width: 170px;
		position: absolute;
		z-index: 3;
		right: 0;
		bottom: auto;
		left: auto;
		margin: auto;
		top: 248px;
	}
	#homeIntro .btnWrap::after {
		content: "";
		position: absolute;
		left: -41px;
		top: 63px;
		background: url(../img/common/bg05_pc.png) no-repeat center top;
		background-size: contain;
		width: 37px;
		height: 29px;
		z-index: 2;
	}
	#homeIntro .btnWrap h3 {
		color: #fff;
		background: #f08300;
		font-size: 1.4rem;
		padding: 4px 5px 9px;
		margin: 0 -5px;
		font-weight: 400;
		line-height: 1.25;
	}
	#homeIntro .btnWrap .tit {
		font-size: 1.5rem;
		font-weight: 500;
		padding: 6px 0 2px;
	}
	#homeIntro .btnWrap .btn a img {
		width: auto;
	}
}

.mod_box01 .inner {
	position: relative;
}

.mod_box01 .inner::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -34px;
	border: 20px solid transparent;
	border-top: 17px solid #fff;
	width: 0;
	height: 0;
}

.mod_box01 .inner h2 {
	font-size: 1.9rem;
	text-align: center;
	margin-bottom: 18px;
}

.mod_box01 .inner h2 span {
	background: linear-gradient(transparent 70%, #fcf897 70%);
}

.mod_box01 .inner .txt {
	letter-spacing: 0.05rem;
}

@media screen and (min-width: 600px) {
	.mod_box01 .inner {
		position: relative;
	}
	.mod_box01 .inner::after {
		bottom: -64px;
		border: 40px solid transparent;
		border-top: 24px solid #fff;
	}
	.mod_box01 .inner h2 {
		font-size: 3rem;
		text-align: center;
		line-height: 1.45;
		margin-bottom: 36px;
	}
	.mod_box01 .inner h2 span {
		background: linear-gradient(transparent 70%, #fcf897 70%);
	}
	.mod_box01 .inner .txt {
		letter-spacing: 0.05rem;
	}
}

#homeRecruitment {
	/*background: url(../img/home/img01_sp.png) no-repeat center 10px;*/
	background-size: 310px;
}

#homeRecruitment .inner {
	padding: 56px 15px 41px;
}

@media screen and (min-width: 600px) {
	#homeRecruitment {
		/*background: url(../img/home/img01_pc.png) no-repeat center 40px;*/
		background-size: auto;
	}
	#homeRecruitment .inner {
		padding: 91px 0 101px;
	}
	#homeRecruitment .inner .txt {
		text-align: center;
		margin: 0 auto;
		width: 614px;
	}
}

#homeJob {
	background: #fef6e2;
}

#homeJob .inner {
	padding: 35px 15px;
}

#homeJob .inner h2 {
	background: url(../img/home/ico03_sp.png) no-repeat center top;
	background-size: 47px;
}

#homeJob .inner>.tit {
	background: url(../img/home/bg_line01_sp.png) no-repeat center center;
	background-size: 186px;
	text-align: center;
	font-size: 1.7rem;
	color: #f08300;
	font-weight: 500;
	margin-bottom: 13px;
}

#homeJob .inner .top {
	padding-bottom: 10px;
}

#homeJob .inner .top li {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	border-bottom: 3px solid #e3dfdf;
	margin-bottom: 15px;
}

#homeJob .inner .top li .img {
	text-align: center;
}

#homeJob .inner .top li .img img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

#homeJob .inner .top li h3 {
	text-align: center;
	font-size: 2rem;
	padding: 17px 0 6px;
}

#homeJob .inner .top li .txt {
	padding: 0 20px 15px;
	word-break: break-all;
}

#homeJob .inner .top li .btn a {
	border: 2px solid #f08300;
	text-align: center;
	font-size: 1.6rem;
	background: url(../img/common/ico_arw01_sp.png) no-repeat 15px center;
	background-size: 8px;
	font-weight: 500;
	color: #f08300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 20px 20px;
	padding: 11px 0 12px;
}

#homeJob .inner>h3 {
	font-size: 1.6rem;
	padding-left: 20px;
	position: relative;
	margin-bottom: 12px;
}

#homeJob .inner>h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #f08300;
}

#homeJob .inner .btm li {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	border-bottom: 3px solid #e3dfdf;
	margin-bottom: 10px;
	float: right;
	width: 48%;
}

#homeJob .inner .btm li:nth-child(2n+1) {
	float: left;
}

#homeJob .inner .btm li:nth-child(2) .tit {
	font-size: 1.32rem;
}

#homeJob .inner .btm li .tit {
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	padding: 12px 0;
}

#homeJob .inner .btm li .img img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}

@media screen and (min-width: 600px) {
	#homeJob {
		background-image: url(../img/home/bg04_pc.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-color: #fef6e2;
	}
	#homeJob .inner {
		padding: 81px 0 75px;
	}
	#homeJob .inner h2 {
		background: url(../img/home/ico03_pc.png) no-repeat center top;
		background-size: auto;
		padding-top: 73px;
		margin-bottom: 33px;
	}
	#homeJob .inner>.tit {
		background: url(../img/home/bg_line01_pc.png) no-repeat center center;
		background-size: auto;
		font-size: 2.6rem;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	#homeJob .inner .top {
		padding-bottom: 25px;
	}
	#homeJob .inner .top li {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		background: #fff;
		border-bottom: 3px solid #e3dfdf;
		width: 340px;
		float: left;
		margin-left: 20px;
	}
	#homeJob .inner .top li:first-child {
		margin-left: 0;
	}
	#homeJob .inner .top li .img {
		text-align: center;
	}
	#homeJob .inner .top li h3 {
		text-align: center;
		font-size: 2.5rem;
		padding: 17px 0 3px;
	}
	#homeJob .inner .top li .txt {
		padding: 0 30px 18px;
		word-wrap: break-word;
	}
	#homeJob .inner .top li .btn a {
		border: 2px solid #f08300;
		text-align: center;
		font-size: 1.6rem;
		background: url(../img/common/ico_arw01_pc.png) no-repeat 21px center;
		background-size: auto;
		font-weight: 500;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		margin: 0 55px 36px;
		padding: 11px 0 12px;
	}
	#homeJob .inner>h3 {
		font-size: 2rem;
		padding-left: 25px;
		position: relative;
		margin-bottom: 16px;
	}
	#homeJob .inner>h3::after {
		left: 0;
		top: 9px;
		width: 17px;
		height: 17px;
	}
	#homeJob .inner .btm li {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		background: #fff;
		border-bottom: 3px solid #e3dfdf;
		margin-bottom: 10px;
		float: left;
		width: 196px;
		margin-left: 20px;
	}
	#homeJob .inner .btm li:nth-child(2n+1) {
		float: left;
	}
	#homeJob .inner .btm li:first-child {
		margin-left: 0;
	}
	#homeJob .inner .btm li:nth-child(2) .tit {
		font-size: 1.6rem;
	}
	#homeJob .inner .btm li .tit {
		font-size: 1.6rem;
		font-weight: 500;
		text-align: center;
		padding: 12px 0 14px;
	}
	#homeJob .inner .btm li .btn a {
		border: 2px solid #f08300;
		text-align: center;
		font-size: 1.3rem;
		background: url(../img/common/ico_arw01_pc.png) no-repeat 11px center;
		background-size: auto;
		font-weight: 500;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		margin: 0 18px 22px;
		padding: 5px 0 8px 17px;
		color: #f08300;
	}
}

#homeEnvironment .inner {
	padding: 35px 15px 42px;
}

@media screen and (min-width: 600px) {
	#homeEnvironment .inner {
		padding: 69px 0 57px;
	}
	#homeEnvironment .inner h2 {
		font-size: 3.5rem;
		background: url(../img/home/bg_line02_pc.png) no-repeat center bottom;
	}
	#homeEnvironment .inner .txt {
		text-align: center;
	}
}

#homeStaff {
	background: #fef6e2;
}

#homeStaff .inner {
	padding: 40px 0 0;
}

#homeStaff .inner .list {
	padding: 0 15px;
	/*background: url(../img/home/img06_sp.png) no-repeat center bottom;*/
	background-size: contain;
	/*padding-bottom: 123px;*/
	padding-bottom: 39%;
}

#homeStaff .inner .list>li {
	background: url(../img/common/ico_dott_sp.png) repeat-x center bottom;
	background-size: 9px;
	padding-bottom: 21px;
	margin-bottom: 30px;
}

#homeStaff .inner .list>li:last-child {
	background: none;
}

#homeStaff .inner .list>li:last-child h3 {
	text-align: center;
}

#homeStaff .inner .list>li .box h2 {
	font-size: 2rem;
	color: #f08300;
	margin-bottom: 8px;
	text-align: center;
}

#homeStaff .inner .list>li .box h2 span {
	border: 2px solid #f08300;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 15px;
	line-height: 1;
	display: inline-block;
	margin-right: 6px;
	font-size: 1.8rem;
	font-family: "Nunito", sans-serif;
	font-weight: 600;
	vertical-align: baseline;
	padding: 4px 7px;
}

#homeStaff .inner .list>li .box .img01 {
	padding: 0 21.5% 10px;
}

#homeStaff .inner .list>li .box .img02 {
	padding: 0 13% 10px 21.5%;
	margin-top: -5px;
}

#homeStaff .inner .list>li .box .img03 {
	padding: 4px 19% 10px 21.5%;
}

#homeStaff .inner .list>li .box .img04 {
	padding: 0 21.5% 10px;
}

#homeStaff .inner .list>li .box h3 {
	font-size: 1.6rem;
	margin-bottom: 8px;
}

#homeStaff .inner .list>li .box .txt {
	letter-spacing: .05rem;
	padding-bottom: 10px;
}

#homeStaff .inner .list>li .box .link a {
	text-decoration: underline;
	background: url(../img/common/ico_arw03_sp.png) no-repeat left center;
	background-size: 14px;
	padding-left: 22px;
	margin-bottom: 25px;
}

#homeStaff .inner .list>li ul li {
	background: #ffa716;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 0px 3px white;
	-moz-box-shadow: inset 0px 0px 0px 3px white;
	box-shadow: inset 0px 0px 0px 3px white;
	border: 4px solid #ffa716;
	padding: 8px 0;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin-bottom: 6px;
}

#homeStaff .inner .list>li ul li span {
	display: block;
}

@media screen and (min-width: 600px) {
	#homeStaff {
		/*background-image: url(../img/home/img06_pc.png);*/
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: auto;
		background-color: #fef6e2;
	}
	#homeStaff .inner {
		padding: 79px 0 0;
	}
	#homeStaff .inner .list {
		padding: 0 50px;
		background: none;
		padding-bottom: 35px;
	}
	#homeStaff .inner .list>li {
		background: url(../img/common/ico_dott_sp.png) repeat-x center bottom;
		background-size: 11px;
		padding-bottom: 41px;
		margin-bottom: 54px;
	}
	#homeStaff .inner .list>li:last-child {
		background: none;
		padding-bottom: 46px;
		margin-bottom: 0;
	}
	#homeStaff .inner .list>li:last-child h2 {
		text-align: center !important;
	}
	#homeStaff .inner .list>li:last-child h3 {
		text-align: center;
		line-height: 1.4;
		margin-bottom: 18px !important;
	}
	#homeStaff .inner .list>li:last-child .txt {
		text-align: center;
		width: 570px;
		margin: 0 auto;
	}
	#homeStaff .inner .list>li:last-child .link {
		width: 331px;
		margin: 0 auto;
	}
	#homeStaff .inner .list>li:last-child ul {
		width: 474px;
		margin: 0 auto;
	}
	#homeStaff .inner .list>li:first-child .box {
		padding-left: 388px;
	}
	#homeStaff .inner .list>li:first-child .box .img {
		left: 23px;
		top: -16px;
	}
	#homeStaff .inner .list>li:nth-child(2) .box {
		padding: 0 388px 0 20px;
	}
	#homeStaff .inner .list>li:nth-child(2) .box .img {
		left: auto;
		right: -17px;
		top: -6px;
	}
	#homeStaff .inner .list>li:nth-child(3) .box {
		padding-left: 388px;
	}
	#homeStaff .inner .list>li:nth-child(3) .box .img {
		left: 24px;
	}
	#homeStaff .inner .list>li:nth-child(4) .box {
		padding: 0 388px 0 20px;
	}
	#homeStaff .inner .list>li:nth-child(4) .box .img {
		left: auto;
		right: 4px;
		top: -8px;
	}
	#homeStaff .inner .list>li .box {
		position: relative;
	}
	#homeStaff .inner .list>li .box h2 {
		font-size: 3.2rem;
		color: #f08300;
		margin-bottom: 18px;
		text-align: left;
	}
	#homeStaff .inner .list>li .box h2 span {
		border: 2px solid #f08300;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		padding: 15px;
		line-height: 1;
		display: inline-block;
		margin-right: 17px;
		font-size: 3.6rem;
		font-family: "Nunito", sans-serif;
		font-weight: 600;
		vertical-align: baseline;
		padding: 10px 16px;
	}
	#homeStaff .inner .list>li .box .img {
		position: absolute;
		left: 10px;
		top: 0;
	}
	#homeStaff .inner .list>li .box .img01 {
		padding: 0;
	}
	#homeStaff .inner .list>li .box .img02 {
		padding: 0;
		margin-top: 0;
	}
	#homeStaff .inner .list>li .box .img03 {
		padding: 0;
	}
	#homeStaff .inner .list>li .box .img04 {
		padding: 0;
	}
	#homeStaff .inner .list>li .box h3 {
		font-size: 2.4rem;
		margin-bottom: 8px;
	}
	#homeStaff .inner .list>li .box .txt {
		letter-spacing: .05rem;
		padding-bottom: 19px;
	}
	#homeStaff .inner .list>li .box .link a {
		text-decoration: underline;
		background: url(../img/common/ico_arw03_sp.png) no-repeat left center;
		background-size: 15px;
		padding-left: 22px;
		margin-bottom: 43px;
	}
	#homeStaff .inner .list>li ul {
		position: relative;
		z-index: 5;
	}
	#homeStaff .inner .list>li ul li {
		background: #ffa716;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-box-shadow: inset 0px 0px 0px 3px white;
		-moz-box-shadow: inset 0px 0px 0px 3px white;
		box-shadow: inset 0px 0px 0px 3px white;
		border: 4px solid #ffa716;
		padding: 12px 0 16px;
		font-size: 1.5rem;
		color: #fff;
		font-weight: 500;
		text-align: center;
		margin-bottom: 6px;
		width: 231px;
		margin-left: 12px;
		float: left;
	}
	#homeStaff .inner .list>li ul li.single {
		padding: 25px 0 30px;
	}
	#homeStaff .inner .list>li ul li:first-child {
		margin-left: 0;
	}
	#homeStaff .inner .list>li ul li.min {
		padding: 4px 0 12px;
	}
	#homeStaff .inner .list>li ul li span {
		display: block;
		font-size: 1.3rem;
		line-height: 1;
	}
}

#homeFlow .inner {
	padding: 30px 15px 25px;
}

#homeFlow .inner h2 {
	background: url(../img/home/ico04_sp.png) no-repeat center top;
	background-size: 34px;
	letter-spacing: -.03rem;
	margin-bottom: 15px;
}

#homeFlow .inner>.txt {
	padding-bottom: 19px;
}

#homeFlow .inner .wrap {
	width: 290px;
	margin: 0 auto;
}

#homeFlow .inner .wrap .left {
	width: 34%;
	padding: 19px 9px;
	float: left;
}

#homeFlow .inner .wrap .left .list {
	position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#homeFlow .inner .wrap .left .list::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	height: 100%;
	width: 4px;
	background: #ffdc9e;
	z-index: 2;
}

#homeFlow .inner .wrap .left .list li {
	position: relative;
	z-index: 3;
	/*margin-bottom: 7.3vh;*/
	margin-bottom: 117%;
}

#homeFlow .inner .wrap .left .list li:last-child {
	margin: -14px -14px 0;
}

#homeFlow .inner .wrap .right {
	float: right;
	width: 62%;
}

#homeFlow .inner .wrap .right .list li {
	background: url(../img/common/bg04_sp.png) repeat center top;
	background-size: 9px;
	padding: 14px 14px 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
	margin-bottom: 15px;
}

#homeFlow .inner .wrap .right .list li::after {
	content: "";
	position: absolute;
	left: -10px;
	top: 45%;
	width: 10px;
	height: 31px;
	background: url(../img/common/bg03_sp.png) no-repeat center top;
	background-size: contain;
}

#homeFlow .inner .wrap .right .list li .tit {
	text-align: center;
	color: #f08300;
	font-size: 1.5rem;
}

#homeFlow .inner .wrap .right .list li .img {
	padding: 4px 36px 11px;
}

#homeFlow .inner .wrap .right .list li .txt {
	letter-spacing: .05rem;
	line-height: 1.39;
}

#homeFlow .inner .schedule {
	border: 4px solid #fae1a1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 22px 17px 17px;
}

#homeFlow .inner .schedule h3 {
	background: url(../img/home/bg_line02_sp.png) no-repeat center center;
	background-size: 200px;
	color: #f08300;
	font-size: 1.7rem;
	text-align: center;
	margin-bottom: 15px;
}

#homeFlow .inner .schedule>.txt {
	padding-bottom: 12px;
}

#homeFlow .inner .schedule .list {
	counter-reset: number 0;
}

#homeFlow .inner .schedule .list li {
	margin-bottom: 10px;
}

#homeFlow .inner .schedule .list li:last-child .img::before {
	display: none;
}

#homeFlow .inner .schedule .list li .img {
	float: left;
	width: 44%;
	position: relative;
	padding: 4px 0 24px;
}

#homeFlow .inner .schedule .list li .img::after {
	counter-increment: number 1;
	content: counter(number) "";
	position: absolute;
	left: 5px;
	top: 5px;
	color: #fff;
	font-weight: 500;
	width: 10px;
	height: 10px;
	font-family: "Nunito", sans-serif;
	font-size: 1rem;
}

#homeFlow .inner .schedule .list li .img::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -23px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 15px solid #fae1a1;
}

#homeFlow .inner .schedule .list li .box {
	float: right;
	width: 52%;
}

#homeFlow .inner .schedule .list li h4 {
	font-size: 1.5rem;
	margin-bottom: 2px;
}

@media screen and (min-width: 600px) {
	#homeFlow .inner {
		padding: 79px 0 80px;
	}
	#homeFlow .inner h2 {
		background: url(../img/home/ico04_sp.png) no-repeat center top;
		background-size: 48px;
		letter-spacing: -.03rem;
		margin-bottom: 35px;
		padding-top: 75px;
	}
	#homeFlow .inner>.txt {
		padding-bottom: 27px;
		text-align: center;
	}
	#homeFlow .inner .wrap {
		width: 100%;
		margin: 0 auto;
	}
	#homeFlow .inner .wrap .left {
		width: 100%;
		padding: 0;
		float: none;
	}
	#homeFlow .inner .wrap .left .list {
		position: relative;
		padding: 0 38px 37px;
	}
	#homeFlow .inner .wrap .left .list::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 102px;
		width: 80%;
		height: 8px;
		background: #ffdc9e;
		z-index: 2;
	}
	#homeFlow .inner .wrap .left .list li {
		position: relative;
		z-index: 3;
		margin-bottom: 0;
		display: inline-block;
		margin-left: 71px;
		vertical-align: middle;
	}
	#homeFlow .inner .wrap .left .list li:first-child {
		margin-left: 0;
	}
	#homeFlow .inner .wrap .left .list li:last-child {
		margin: 0 0 0 80px;
	}
	#homeFlow .inner .wrap .right {
		float: none;
		width: 100%;
	}
	#homeFlow .inner .wrap .right .list {
		padding-bottom: 46px;
	}
	#homeFlow .inner .wrap .right .list li {
		background: url(../img/common/bg04_pc.png) repeat center top;
		background-size: 12px;
		padding: 27px 14px 16px 200px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		position: relative;
		margin-bottom: 15px;
		float: left;
		width: 48%;
		min-height: 200px;
	}
	#homeFlow .inner .wrap .right .list li:last-child {
		float: right;
	}
	#homeFlow .inner .wrap .right .list li:last-child::after {
		right: 40px;
	}
	#homeFlow .inner .wrap .right .list li::after {
		content: "";
		position: absolute;
		left: 0;
		right: -60px;
		margin: 0 auto;
		top: -10px;
		width: 30px;
		height: 10px;
		background: url(../img/common/bg03_pc.png) no-repeat center top;
		background-size: contain;
	}
	#homeFlow .inner .wrap .right .list li .tit {
		text-align: left;
		color: #f08300;
		font-size: 1.7rem;
		margin-bottom: 6px;
	}
	#homeFlow .inner .wrap .right .list li .img {
		padding: 0;
		position: absolute;
		left: 20px;
		top: 20px;
	}
	#homeFlow .inner .wrap .right .list li .txt {
		letter-spacing: .05rem;
		line-height: 1.54;
		font-size: 1.4rem;
	}
	#homeFlow .inner .schedule {
		border: 4px solid #fae1a1;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		padding: 34px 46px 27px;
	}
	#homeFlow .inner .schedule h3 {
		background: url(../img/home/bg_line03_pc.png) no-repeat center center;
		background-size: auto;
		color: #f08300;
		font-size: 2.6rem;
		text-align: center;
		margin-bottom: 15px;
	}
	#homeFlow .inner .schedule>.txt {
		padding-bottom: 29px;
		text-align: center;
	}
	#homeFlow .inner .schedule .list {
		counter-reset: number 0;
	}
	#homeFlow .inner .schedule .list li {
		margin: 0 0 0 28px;
		width: 219px;
		float: left;
	}
	#homeFlow .inner .schedule .list li:first-child {
		margin-left: 0;
	}
	#homeFlow .inner .schedule .list li:last-child .img::before {
		display: none;
	}
	#homeFlow .inner .schedule .list li .img {
		float: none;
		width: auto;
		position: relative;
		padding: 4px 0 7px;
	}
	#homeFlow .inner .schedule .list li .img::after {
		counter-increment: number 1;
		content: counter(number) "";
		position: absolute;
		left: 12px;
		top: 5px;
		color: #fff;
		font-weight: 500;
		width: 10px;
		height: 10px;
		font-family: "Nunito", sans-serif;
		font-size: 2rem;
	}
	#homeFlow .inner .schedule .list li .img::before {
		content: "";
		position: absolute;
		top: 50px;
		left: auto;
		right: -45px;
		margin: auto;
		bottom: auto;
		width: 0;
		height: 0;
		border: 25px solid transparent;
		border-top: 25px solid transparent;
		border-left: 20px solid #fae1a1;
	}
	#homeFlow .inner .schedule .list li .box {
		float: none;
		width: auto;
	}
	#homeFlow .inner .schedule .list li h4 {
		font-size: 1.9rem;
		text-align: center;
		margin-bottom: 2px;
		letter-spacing: .05rem;
	}
	#homeFlow .inner .schedule .list li .txt {
		font-size: 1.4rem;
		padding: 2px 0;
	}
}

#homeMessage .inner {
	padding: 35px 0 74px;
}

#homeMessage .inner .box {
	padding: 0 20px 24px;
	background: url(../img/home/bg02_sp.png) no-repeat center bottom;
	background-size: 100% auto;
	position: relative;
}

#homeMessage .inner h2 {
	font-size: 1.6rem;
	margin-bottom: 6px;
}

#homeMessage .inner h2 span {
	display: block;
	font-family: "Roboto", sans-serif;
	color: #f08300;
	margin-bottom: 3px;
	font-size: 1.1rem;
	font-weight: 900;
}

#homeMessage .inner .txt {
	letter-spacing: .01rem;
	/*padding-bottom: 148px;*/
	padding-bottom: 60%;
}

#homeMessage .inner .name {
	position: absolute;
	bottom: 106px;
	right: 15%;
	width: 83px;
}

#homeMessage .inner .btn {
	background: #f08300;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 0 20px;
}

#homeMessage .inner .btn a {
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	padding: 11px 0 15px 20px;
	background: url(../img/common/ico_arw02_sp.png) no-repeat 18px center;
	background-size: 8px;
}

#homeMessage .inner .img {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 30%;
}

#homeMessage .inner .img:after {
	content: "";
	display: block;
	padding-bottom: 30%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: url(../img/home/bg03.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
}

#homeMessage .inner .img img {
	display: none;
}

.move-bg:after {
	-webkit-animation: moving-bg01 90s linear 0s infinite;
	animation: moving-bg01 90s linear 0s infinite;
}

@-webkit-keyframes moving-bg01 {
	0% {
		background-position: 1366px 0;
	}
	100% {
		background-position: 0 0;
	}
}

@keyframes moving-bg01 {
	0% {
		background-position: 1366px 0;
	}
	100% {
		background-position: 0 0;
	}
}

#homeMessage .inner .btmTxt {
	background: #fef6e2;
	padding: 12px 14px;
	margin: 0 10px;
	letter-spacing: .08rem;
	font-size: 1.2rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

@media screen and (min-width: 600px) {
	#homeMessage .inner {
		padding: 0 0 42px;
		width: 100%;
	}
	#homeMessage .inner .box {
		padding: 83px 0 80px;
		background: url(../img/home/bg02_pc.png) no-repeat center bottom;
		background-size: auto;
		position: relative;
	}
	#homeMessage .inner .boxIn {
		width: 1060px;
		margin: 0 auto;
		position: relative;
	}
	#homeMessage .inner h2 {
		font-size: 2.6rem;
		margin-bottom: 11px;
	}
	#homeMessage .inner h2 span {
		display: block;
		font-family: "Roboto", sans-serif;
		color: #ffa716;
		margin-bottom: 3px;
		font-size: 1.5rem;
		font-weight: 900;
	}
	#homeMessage .inner .txt {
		letter-spacing: .01rem;
		/*padding-bottom: 148px;*/
		padding-bottom: 41px;
		width: 610px;
		letter-spacing: .08rem;
	}
	#homeMessage .inner .name {
		position: absolute;
		bottom: -20px;
		right: 48px;
		width: auto;
	}
	#homeMessage .inner .btn {
		background: #f08300;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		margin: 0;
		width: 270px;
	}
	#homeMessage .inner .btn a {
		text-align: center;
		color: #fff;
		font-size: 1.6rem;
		padding: 13px 0 15px 20px;
		background: url(../img/common/ico_arw02_sp.png) no-repeat 21px center;
		background-size: 8px;
	}
	#homeMessage .inner .img {
		height: 190px;
		text-align: center;
		margin-bottom: 40px;
		padding-bottom: 0;
	}
	#homeMessage .inner .img:after {
		height: 190px;
		padding-bottom: 0;
	}
	#homeMessage .inner .btmTxt {
		background: #fef6e2;
		padding: 25px 42px;
		margin: 0 auto;
		letter-spacing: .08rem;
		font-size: 1.4rem;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		width: 1060px;
	}
}