@charset "UTF-8";
@media screen and (min-width: 768px) {}
@media screen and (max-width: 767px) {}

#wrapper{
	position: relative;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 768px) {
	
#wrapper{
	min-width: 1150px;
}

#mv {
	width: 100%;
	height: 605px;
	/*background: url(../images/common/app_bg.png) center top no-repeat #ff5252;*/
	/*background: linear-gradient(-135deg, #ff9f3b, #ff5252);*/
	/*background: linear-gradient(-135deg, #ff9f3b, #ff5252);*/
	background: linear-gradient(-135deg, #ff9f3b, #ff5252);
	background-image: -moz-linear-gradient( -135deg, rgb(255,159,59) 0%, rgb(255,82,82) 100%);
	background-image: -webkit-linear-gradient( -135deg, rgb(255,159,59) 0%, rgb(255,82,82) 100%);
	background-image: -ms-linear-gradient( -135deg, rgb(255,159,59) 0%, rgb(255,82,82) 100%);
}
#mv .inner {
	position: relative;
	width: 1110px;
	height: 605px;
	margin: 0 auto;
}
#mv h2 {
	z-index: 4;
	position: absolute;
	left: 99px;
	top: 134px;
}
#mv ul {
	z-index: 4;
	position: absolute;
	left: 72px;
	top: 452px;
	display: flex;
}
#mv ul li{
	margin-left: 10px;
}
#mv p.note {
	z-index: 4;
	position: absolute;
	left: 72px;
	top: 510px;
	font-size: 12px;
	color: #fff;
}
#mv .bg01 {
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0px;
	/*margin-left: -168px;*/
}

}

@media screen and (max-width: 767px) {
	
	#mv {
		position: relative;
	}
	#mv ul {
		z-index: 4;
		position: absolute;
		left: 16%;
		bottom: -1.73%;
		display: flex;
		width: 67.6%;
	}
	#mv ul li{
		margin-left: 1%;
	}
	#mv p.note {
		display: none;
	}
	
}

@media screen and (min-width: 768px) {

#contents {
	padding: 0 0 0;
}

#topicpath {
	position: relative;
	padding: 20px 0 36px 30px;
	font-size: 11px;
	color: #666666;
}
#topicpath a {
	color: #666666;
	text-decoration: underline;
}

.wrap01 {
	position: relative;
	min-width: 1150px;
	background: linear-gradient(90deg,#f5f5f5 50%, #ffffff 50%);
}
.wrap01_inner  {
	z-index:1;
	position: relative;
	width: 1110px;
	margin: 0 auto;
	padding-bottom: 44px;
	/*margin-left: calc( ( 100vw - 1150px  ) / 2 );*/
	background: #ffffff;
	
}
#cont01 {
	z-index:2;
	position: relative;
	box-sizing: border-box;
	float: right;
	width: 557px;
	padding: 140px 0 0 0;
}
.cont01_bg {
	z-index:2;
	position: absolute;
	right: -95px;
	top: 0px;
}
.cont01_img {
	float: left;
	
}
#cont01 .ttl {
}
#cont01 .ttl .subttl {
	position: relative;
	margin-bottom: 30px;
	padding-left: 18px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;	
	line-height: 1.0;
}
#cont01 .ttl .subttl:before {
	content:"";
	display:inline-block;
	width: 8px;
	border-top: 2px solid #f4af6a;
	position: absolute;
	left: 0;
	top: 7px;
}
#cont01 .ttl h3 {
	margin-bottom: 50px;
}
#cont01 p {
	font-size: 16px;
	line-height: 2.375;
	letter-spacing: 0.06em;
	color: #444444;
}
#cont01 p span{
	font-size: 14px;
	color: #777777;
}
	
}

@media screen and (max-width: 767px) {
	
	.wrap01 {
		position: relative;
		min-width: 100%;
		padding-bottom: 9%;
		background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 9.87%, #ffffff 9.87%, #ffffff 100%);
	}
	.wrap01_inner .cont01_bg01 {
		z-index:2;
		position: absolute;
		left: -13.3%;
		top: 0;
		width: 95%;
		margin-top: 23.6%;
	}
	#topicpath {
		padding: 11% 0 0 16.5%;
		font-size: calc( 100vw * calc(16 / 750));
		color: #666666;
	}
	#topicpath a {
		color: #666666;
		text-decoration: underline;
	}
	#cont01 {
		z-index:2;
		position: relative;
		box-sizing: border-box;
		padding: 10% 0 0 16.5%;
	}
	#cont01 .ttl {
	}
	#cont01 .ttl .subttl {
		position: relative;
		margin-bottom: 4vw;
		padding-left: 2.2vw;
		font-family: 'Lato', sans-serif;
		font-size: calc( 100vw * calc(20 / 750));
		font-weight: bold;
		letter-spacing: 0.1em;	
		line-height: 1.0;
	}
	#cont01 .ttl .subttl:before {
		content:"";
		display:inline-block;
		width: 1vw;
		border-top: 1px solid #f4af6a;
		position: absolute;
		left: 0;
		top: 1vw;
	}
	#cont01 .ttl h3 {
		width: 60%;
		margin-bottom: 9%;
	}
	#cont01 p {
		padding-bottom: 5%;
		font-size: calc( 100vw * calc(24 / 750));
		line-height: 2.22;
		letter-spacing: 0.02em;
		color: #444444;
	}
	#cont01 p span{
		font-size: calc( 100vw * calc(20 / 750));
		color: #777777;
	}
	.cont01_img {
		width: 60%!important;
		margin-left: 9.87%;
	}
	.wrap01_inner .cont01_bg {
		z-index:1;
		position: absolute;
		right: 0;
		top: 0;
		width: 49%!important;
		margin-top: 14%;
	}
	.wrap01_inner .cont01_bg0202 {
		padding-bottom: 8%;
	}
	
}

@media screen and (min-width: 768px) {
	
#cont02 {
	background: #f7f3eb;
}
#cont02 .inner {
	position: relative;
	width: 1110px;
	margin: 0 auto;
	padding: 70px 0;
	text-align: center;
}
#cont02 .subttl {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #4e493e;
	letter-spacing: 0.06em;
}
#cont02 h3 {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: bold;
	color: #4e493e;
	letter-spacing: 0.06em;
}
#cont02 ul {
	display: flex;
	justify-content: space-between;
	width: 910px;
	margin: 0 auto;
}
#cont02 ul li {
}
#cont02 ul li .image {
	margin-bottom: 16px;
}
#cont02 ul li p {
	font-size: 15px;
	color: #4e493e;
	letter-spacing: 0.06em;
	line-height: 1.7;
}
#cont02 .bg01 {
	position: absolute;
	left: -157px;
	bottom: 0;
}

}

@media screen and (max-width: 767px) {
	
	#cont02 {
		background: #f7f3eb;
	}
	#cont02 .inner {
		position: relative;
		padding: 11.5% 0 5%;
		text-align: center;
	}
	#cont02 .subttl {
		margin-bottom: 2.7%;
		font-size: calc( 100vw * calc(24 / 750));
		font-weight: bold;
		color: #4e493e;
		letter-spacing: 0.06em;
	}
	#cont02 h3 {
		margin-bottom: 8%;
		font-size: calc( 100vw * calc(36 / 750));
		font-weight: bold;
		color: #4e493e;
		letter-spacing: 0.06em;
	}
	#cont02 ul {
		width: 55%;
		margin: 0 auto;
	}
	#cont02 ul li {
		margin-bottom: 9vw;
	}
	#cont02 ul li .image {
		margin-bottom: 2.7%;
	}
	#cont02 ul li p {
		font-size: calc( 100vw * calc(22 / 750));
		color: #4e493e;
		letter-spacing: 0.06em;
		line-height: 1.7;
	}
	#cont02 .bg01 {
		position: absolute;
		right: 0;
		top: 0;
		margin-top: -34.3%;
		width: 31.5%
	}

}

@media screen and (min-width: 768px) {
	
#cont03 {
	width: 100%;
	height: 318px;
	background:
	url(../images/app/cont03_bg02.png) center top no-repeat,
	url(../images/app/cont03_bg.png) no-repeat
	;
	background-size:
	auto auto,
	cover
	;
	text-align: center;
}
#cont03 p {
	padding-top: 92px;
}

}

@media screen and (max-width: 767px) {
	
	#cont03 {
	}
	
}

@media screen and (min-width: 768px) {
	
#cont04 {
	position: relative;
	width: 100%;
	background: #fff;
}
#cont04 .inner {
	position: relative;
	width: 1110px;
	margin: 0 auto;
	padding: 100px 0 90px;
}
#cont04 .ttl {
}
#cont04 .ttl .subttl {
	position: relative;
	margin-bottom: 30px;
	padding-left: 18px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;	
	line-height: 1.0;
}
#cont04 .ttl .subttl:before {
	content:"";
	display:inline-block;
	width: 8px;
	border-top: 2px solid #f4af6a;
	position: absolute;
	left: 0;
	top: 7px;
}
#cont04 .ttl h3 {
	margin-bottom: 50px;
}
#cont04 p {
	margin-bottom: 70px;
}
#cont04 .box {
	position: relative;
	width: 730px;
	margin: 0 auto;
	text-align: center;
}
#cont04 .btn01{
	position: absolute;
	top: 134px;
	left: 0;
	width: 730px;
	text-align: center;
}
#cont04 .btn01 a{
	border: 1px solid #ff6363;
	color: #ff6363;
	width: 360px;
}
#cont04 .btn01 a:hover{
	border: 1px solid #ff6363;
	color: #fff;
	background: #ff6363;
}
#cont04 .btn01 a:before {
	border-top: 1px solid #ff6363;
}
#cont04 .btn01 a:after {
	border-color: transparent transparent transparent #ff6363;
}
#cont04 .bg01 {
	position: absolute;
	left: 447px;
	top: 44px;
}
#cont04 .bg02 {
	position: absolute;
	right: 17px;
	top: 583px;
}

}

@media screen and (max-width: 767px) {
	
	#cont04 {
		position: relative;
		width: 100%;
		background: #fff;
	}
	#cont04 .inner {
		position: relative;
		padding: 12% 4% 16%;
	}
	#cont04 .ttl {
	}
	#cont04 .ttl .subttl {
		position: relative;
		margin-bottom: 4vw;
		padding-left: 2.2vw;
		font-family: 'Lato', sans-serif;
		font-size: calc( 100vw * calc(20 / 750));
		font-weight: bold;
		letter-spacing: 0.1em;	
		line-height: 1.0;
	}
	#cont04 .ttl .subttl:before {
		content:"";
		display:inline-block;
		width: 1vw;
		border-top: 1px solid #f4af6a;
		position: absolute;
		left: 0;
		top: 1vw;
	}
	#cont04 .ttl h3 {
		width: 67%;
		margin-bottom: 6.7%;
	}
	#cont04 p {
		margin-bottom: 5%;
	}
	#cont04 .bg01 {
		position:relative;
		width: 104.34%;
		margin-right: -104.34%!important;
	}
	#cont04 .box {
		width: 87%;
		margin: -9% auto 0;
	}
	#cont04 .bg02 {
		z-index: 3;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 41.3%;
		margin-bottom: -15.3%;
	}
}

@media screen and (min-width: 768px) {
	
#cont05 {
	background: #f5f5f5;
}
#cont05 .inner {
	width: 1110px;
	margin: 0 auto;
	padding: 70px 0 90px;
}
#cont05 .ttl {
	text-align: center;
}
#cont05 .ttl .subttl {
	position: relative;
	margin-bottom: 12px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;	
	line-height: 1.0;
}
#cont05 .ttl .subttl:after {
	content:"";
	display:block;
	width: 8px;
	margin: 13px auto 0;
	border-top: 2px solid #f4af6a;
	/*position: absolute;
	left: 0;
	bottom: 7px;*/
	transition: all 0.1s ease;
}
#cont05 .ttl h3 {
	margin-bottom: 50px;
}
#cont05 .qa {
	width: 790px;
	margin: 0 auto;
}
#cont05 .qa dl {
	border-bottom: 1px solid #dadada;
	color: #444;
}
#cont05 .qa dl:first-child {
	border-top: 1px solid #dadada;
}
#cont05 .qa dl dt {
	box-sizing: border-box;
	min-height: 93px;
	cursor: pointer;
	padding: 35px 40px 38px 70px;
	background: url(../images/app/cont05_icon_q.png) left center no-repeat;
	font-size: 18px;
	font-weight: bold;
}
#cont05 .qa dl dt.tasu {
	background:
	url(../images/app/cont05_icon_q.png) left center no-repeat,
	url(../images/app/cont05_icon_minus.png) right center no-repeat
	;
}
#cont05 .qa dl dt.hiku {
	background:
	url(../images/app/cont05_icon_q.png) left center no-repeat,
	url(../images/app/cont05_icon_plus.png) right center no-repeat
	;
}
#cont05 .qa dl dd {
	box-sizing: border-box;
	cursor: pointer;
	padding: 10px 90px 70px 70px;
	background: url(../images/app/cont05_icon_a.png) left top no-repeat;
	font-size: 18px;
	line-height: 1.875;
}

}

@media screen and (max-width: 767px) {
	
	#cont05 {
		background: #f5f5f5;
	}
	#cont05 .inner {
		margin: 0 auto;
		padding: 13% 4% 12%;
	}
	#cont05 .ttl {
		text-align: center;
	}
	#cont05 .ttl .subttl {
		position: relative;
		margin-bottom: 3vw;
		padding-left: 2.2vw;
		font-family: 'Lato', sans-serif;
		font-size: calc( 100vw * calc(20 / 750));
		font-weight: bold;
		letter-spacing: 0.1em;	
		line-height: 1.0;
	}
	#cont05 .ttl .subttl:after {
		content:"";
		display:block;
		width: 1vw;
		margin: 2.2vw auto 0;
		border-top: 1px solid #f4af6a;
		transition: all 0.1s ease;
	}
	#cont05 .ttl h3 {
		display: inline-block;
		width: 59%;
		margin-bottom: 5%;
	}
	#cont05 .qa {
		width: 100%;
		margin: 0 auto;
	}
	#cont05 .qa dl {
		border-bottom: 1px solid #dadada;
		color: #444;
	}
	#cont05 .qa dl:first-child {
		border-top: 1px solid #dadada;
	}
	#cont05 .qa dl dt {
		box-sizing: border-box;
		min-height: 57px;
		cursor: pointer;
		padding: 27px 35px 27px 35px;
		background: url(../images/app/cont05_icon_q.png) left center no-repeat;
		background-size: 27px auto;
		font-size: 12px;
		font-weight: bold;
	}
	#cont05 .qa dl dt.tasu {
		background:
		url(../images/app/cont05_icon_q.png) left center no-repeat,
		url(../images/app/cont05_icon_minus.png) right center no-repeat
		;
		background-size:
			auto 27px,
			auto 27px 
		;
	}
	#cont05 .qa dl dt.hiku {
		background:
		url(../images/app/cont05_icon_q.png) left center no-repeat,
		url(../images/app/cont05_icon_plus.png) right center no-repeat
		;
		background-size:
			auto 27px,
			auto 27px 
		;
	}
	#cont05 .qa dl dd {
		box-sizing: border-box;
		cursor: pointer;
		padding: 2px 35px 27px 35px;
		background: url(../images/app/cont05_icon_a.png) left top no-repeat;
		background-size: 27px auto;
		font-size: 12px;
		line-height: 1.875;
	}

}

@media screen and (min-width: 768px) {
	
#app02 {
	width: 100%;
	min-width: 1110px;
	height: 354px;
	/*background: url(../images/common/app_bg.png) center top no-repeat #ff5252;*/
	/*background: linear-gradient(-135deg, #ff9f3b, #ff5252);*/
	/*background: linear-gradient(-135deg, #ff9f3b, #ff5252);*/
	background: linear-gradient(-135deg, #ff9f3b, #ff5252);
	background-image: -moz-linear-gradient( -135deg, rgb(255,159,59) 0%, rgb(255,82,82) 100%);
	background-image: -webkit-linear-gradient( -135deg, rgb(255,159,59) 0%, rgb(255,82,82) 100%);
	background-image: -ms-linear-gradient( -135deg, rgb(255,159,59) 0%, rgb(255,82,82) 100%);
}
#app02 .inner {
	position: relative;
	box-sizing: border-box;
	width: 1110px;
	margin: 0 auto;
	padding-top: 75px;
	height: 324px;
	text-align: center;
	background: url(../images/app/app02_img.png) center bottom no-repeat;
}
#app02 h3 {
	margin-bottom: 23px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.06em;
}
#app02 ul {
	display: flex;
	justify-content: space-between;
	width: 336px;
	margin: 0 auto 7px;
}
#app02 ul li {
}
#app02 p.note {
	font-size: 12px;
	color: #fff;
}

}

@media screen and (max-width: 767px) {
	
	#app02 {
		width: 100%;
		/*background: url(../images/common/app_bg.png) center top no-repeat #ff5252;*/
		/*background: linear-gradient(-135deg, #ff9f3b, #ff5252);*/
		/*background: linear-gradient(-135deg, #ff9f3b, #ff5252);*/
		background: linear-gradient(-135deg, #ff9f3b, #ff5252);
		background-image: -moz-linear-gradient( -135deg, rgb(255,159,59) 0%, rgb(255,82,82) 100%);
		background-image: -webkit-linear-gradient( -135deg, rgb(255,159,59) 0%, rgb(255,82,82) 100%);
		background-image: -ms-linear-gradient( -135deg, rgb(255,159,59) 0%, rgb(255,82,82) 100%);
		padding-bottom: 2%;
	}
	#app02 .inner {
		width: 100%;
		padding: 11.3% 0 22% 0;
		background: url(../images/app/app02_img.png) center bottom no-repeat;
		background-size: 27% auto;
		text-align: center;
	}
	#app02 h3 {
		margin-bottom: 5%;
		font-size: calc( 100vw * calc(36 / 750));
		font-weight: bold;
		color: #fff;
		letter-spacing: 0.06em;
	}
	#app02 ul {
		display: flex;
		justify-content: space-between;
		width: 78.4%;
		margin: 0 auto;
	}
	#app02 ul li {
		width: 49%;
	}
	#app02 p.note {
		display: none;
	}
	
}


