@charset "UTF-8";

/*   Contents   */

/*concept_area*/
#concept_area{
	width: 100%;
	padding: 50px 0 0;
}

#concept_area .concept_heading_block{
	width: 100%;
	background-color: #fff;
	padding-bottom: 50px;
}

#concept_area .concept_photo_box{
	width: 469px;
	margin: auto 0;
}

#concept_area .concept_photo_box_l{
	width: 496px;
	margin: auto 0;
}

#concept_area .concept_photo_box img,
#concept_area .concept_photo_box_l img{
	width: 100%;
}

#concept_area .concept_photo_box img{
	width: 100%;
}

#concept_area .concept_copy_box{
	width: 496px;
	margin: 20px 0;
}

#concept_area .concept_copy_box h3{
	width: 470px;
	margin: 0 0 20px 0;
}

#concept_area .concept_copy_box h3 img{
	width: 100%;
}

#concept_area .concept_copy_box p{
	font-size:1.4rem;
	line-height:2.0;
	font-weight: 500;
	text-align:left;
	text-decoration: none;
	
	margin: 0 0 25px 0;
}


#concept_area .concept_copy_box a{
	width:200px;
	height:36px;
	
	margin: 20px 0 0 0;
	
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	
	justify-content:center;
	align-content: center;
	align-items: center;
	
	border-radius: 18px;
	
	background: rgb(0,166,191);
	background: linear-gradient(90deg, rgba(0,166,191,1) 0%, rgba(14,119,186,1) 100%);
	
	font-family: var(--heading-font);
	
	color:#fff;
	font-size:1.3rem;
	line-height:1.0;
	font-weight: 400;
	text-align:center;
	text-decoration: none;
	
	position: relative;
	z-index: 0;
	
	transition: all 0.5s;
}

#concept_area .concept_copy_box a::after{
	font-family: var(--icon-font);
	content: 'chevron_right';
	position: absolute;
	right:5px;
}

#concept_area .concept_copy_box a::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(0,166,191,1) 0%, rgba(0,166,191,1) 100%);
	opacity: 0;
	transition: opacity 0.5s;
	border-radius: 18px;
}

#concept_area .concept_copy_box a:hover::before{
	opacity: 1;
}

/*brand_area*/
#brand_area{
	width: 100%;
	padding: 50px 0 80px 0;
}

#brand_area .registration_box{
	width: 265px;
}

#brand_area .registration_box p{
	font-size:1.2rem;
	line-height:1.5;
	font-weight: 400;
	text-align:right;
	text-decoration: none;
	
	margin: 0 5px 0 0;
	
	display: inline-block;
}

#brand_area .registration_box img{
	display: inline-block;
}

#brand_area .brand_copy_box{
	width: calc(100% - 295px);
}

#brand_area .brand_copy_box h3{
	width: 470px;
	margin: 0 0 20px 0;
}

#brand_area .brand_copy_box h3 img{
	width: 100%;
}

#brand_area .brand_copy_box p{
	font-size:1.4rem;
	line-height:2.0;
	font-weight: 500;
	text-align:left;
	text-decoration: none;
	
	margin: 0 0 35px 0;
}



/*   smart phone   */
@media screen and (max-width:640px) {
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*   Contents   */

/*concept_area*/
#concept_area{
		width: 100%;
	padding: 20px 0 40px 0;
}

#concept_area .concept_heading_block{
		width: 100%;
		background-color: #fff;
		padding-bottom: 50px;
}

#concept_area .concept_photo_box{
	width: 80%;
	margin: 20px auto;
}

#concept_area .concept_photo_box img{
	width: 100%;
}

#concept_area .concept_copy_box{
	width: 100%;
		margin: 20px 0;
	padding: 0 2.0rem;
}

#concept_area .concept_copy_box h3{
	width: 100%;
		margin: 0 0 20px 0;
}

#concept_area .concept_copy_box h3 img{
		width: 100%;
}

#concept_area .concept_copy_box p{
		font-size:1.4rem;
		line-height:2.0;
		font-weight: 500;
		text-align:left;
		text-decoration: none;

		margin: 0 0 35px 0;
}


#concept_area .concept_copy_box a{
		width:200px;
		height:36px;
	
	margin: 20px auto 0 auto;

		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:nowrap;
		-ms-flex-wrap:nowrap;
		flex-wrap:nowrap;

		justify-content:center;
		align-content: center;
		align-items: center;

		border-radius: 18px;

		background: rgb(0,166,191);
		background: linear-gradient(90deg, rgba(0,166,191,1) 0%, rgba(14,119,186,1) 100%);

		font-family: var(--heading-font);

		color:#fff;
		font-size:1.3rem;
		line-height:1.0;
		font-weight: 400;
		text-align:center;
		text-decoration: none;

		position: relative;
		z-index: 0;

		transition: all 0.5s;
}

#concept_area .concept_copy_box a::after{
		font-family: var(--icon-font);
		content: 'chevron_right';
		position: absolute;
		right:5px;
}

#concept_area .concept_copy_box a::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: -1;
		background: linear-gradient(90deg, rgba(0,166,191,1) 0%, rgba(0,166,191,1) 100%);
		opacity: 0;
		transition: opacity 0.5s;
		border-radius: 18px;
}

#concept_area .concept_copy_box a:hover::before{
		opacity: 1;
}

/*brand_area*/
#brand_area{
	width: 100%;
	padding: 0px 0 80px 0;
}

#brand_area .registration_box{
	width: 100%;
	order: 2;
	
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	
	padding: 0 2.0rem;
}

#brand_area .registration_box p{
		font-size:1.2rem;
		line-height:1.5;
		font-weight: 400;
		text-align:left;
		text-decoration: none;

		margin: 0 5px 0 10px;

		display: inline-block;
	order: 2;
}

#brand_area .registration_box img{
	display: block;
	order: 1;
}

#brand_area .brand_copy_box{
	width: 100%;
	padding: 0 2.0rem;
}

#brand_area .brand_copy_box h3{
	width: 100%;
	margin: 0 0 20px 0;
}

#brand_area .brand_copy_box h3 img{
	width: 100%;
}

#brand_area .brand_copy_box p{
	font-size:1.4rem;
	line-height:2.0;
	font-weight: 500;
	text-align:left;
	text-decoration: none;
	
	margin: 0 0 35px 0;
}


}


