

.conte {
	max-width: 980px;
	margin: 0 auto;
	margin-top: 60px;
}




/* タイトル系 */
.title01 {
	text-align: center;
	margin-top: 100px;
}
.title01 h2 {
	font-size: 200%;
	font-weight: bold;
	position: relative;
}

.title01 h6 {
	font-size: 70%;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 0.5em;
}
.title01 img {
	max-width: 50px;
}
.top-img-sita {
	margin-top: 160px;
}

/* タイトル系 */
/* ボタン */
.btn {
	width: 100%;
	text-align: center;
	margin: 40px 0;
}
.btn a {
	background-color:#2D2B2B;
	padding: 20px 60px;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
}
.btn a span {
	position: relative;
}
.btn a span:before {
    position: absolute;
    z-index: 3;
    display: block;
    content: "";
    right: -20px;
    top: 50%;
    width: 6px;
    height: 6px;
	margin-top: -3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.12s ease-in 0s;
}
/* ボタン */
/* コンセプト */
.consept {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.consept01 {
	width: 47%;
}
.consept02 {
	width: 47%;
}
.consept h3 {
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}

.logo-s {
	max-width: 160px;
	margin-top: -60px;
	display: block;
	margin-left: auto;
}
.pla-01 {
	text-align: center;
	font-weight: bold;
}
.pla-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 30px;
}
.pla-box li {
	width: 33%;
	background-color: #9adde3;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	margin-top: 0.5%;
}
.pla-box li h6 {
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	font-size: 120%;
}
.pla-box li p {
	font-weight: bold;
	font-size: 140%;
	line-height: 1.5;
}
.pla-box li img {
	width: 100%;
	padding: 5% 30%;
	box-sizing: border-box;
}
.step {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #e8652b;
	padding: 20px;
	border-radius: 5px;
	color: #fff;
}
.step01 {
	width: 30%;
	text-align: center;
	
}
.step h3 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
}
.step ul {
	width: 67%;
}
.step ul li {
	padding: 5px;
	display: flex;
	align-items: center;
}
.step ul li h4 {
	background-color: #c06035;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 90%;
	margin-right: 10px;
}
.step ul li p {
	font-weight: bold;
	font-size: 130%;
}
.suta5 {
	width: 100px;
	
}

.toy-li {
	display: flex;
	justify-content: space-between;
}
.toy-li li {
	width: 30%;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 30px;
}
.toy-li li h3 {
	font-size: 130%;
	font-weight: bold;
	margin: 10px 0;
}
.toy-li li p {
	font-size: 90%;
}
.toy-li li img {
	width: 100%;
	border-radius: 50%;
	border: 8px solid #EECEDD;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.toy-li li a {
	color: #000;
}

.toy-tt {
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}

.co-last {
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
	margin-top: 100px;
	border-top: 1px solid #E1E1E1;
}
.co-last a {
	width: 47%;
	box-sizing: border-box;
	border-radius: 5px;
	padding:30px 40px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}
.co-last a img {
	width: 50px;
	
	margin-right: 20px;
}
.co-last a h3 {
	font-size: 130%;
	font-weight: bold;
}
.co-last a p {
	font-size: 90%;
}

.last01{
	background-color: #8EDD5B;
}.last02{
	background-color: #EA8CBB;
}

/* コンセプト */


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

.conte {
	padding: 0 5%;
	box-sizing: border-box;
}
.consept {
	display: inherit;
}
.consept01 {
	width: 100%;
	margin-bottom: 20px;
}
.consept02 {
	width: 100%;
}
	
.title01 h2 {
	font-size: 160%;
}
.pla-box {
	display: inherit;
}
.pla-box li {
	width: 100%;
	
}
	
.step {
	display: inherit;
}
.step01 {
	width: 100%;
	margin-bottom: 20px;
}
.step h3 {
	font-size: 130%;
}
.step ul {
	width: 100%;
}
.step ul li {
	display: inherit;
}
.toy-li {
	display: inherit;
}
.toy-li li {
	width: 100%;
}
.co-last {
	display: inherit;
	
	padding-top: 60px;
	
}
.co-last a {
	width: 100%;
	margin-top: 30px;
}
	
.top-img-sita {
	margin-top: 80px;
}

}