@charset "UTF-8";

/*index.html****************************************************************************************************************/
@media screen and ( min-width: 479px ) {
section.concept_index > article.wrap01 {
	width: 100%;
	height: auto;
	background: url(../images/concept/mv_index@2x.png) repeat-x 50%  bottom;
	background-size: 1980px 1005px;
	padding: 100px 0 200px 0;
}
section.concept_index > article.wrap01 h3 {
	margin-bottom: 50px;
	text-align: center;
}
section.concept_index > article.wrap01 h3 img {
	width: 598px;
	height: 36px;
}
section.concept_index > article.wrap01 h3 img:nth-child(2) {
	display: none;
}
section.concept_index > article.wrap01 p {
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}
section.concept_index > article.wrap01 p + p {
	margin-top: 20px;
}
section.concept_index > article.wrap02 {
	width: 100%;
	height: auto;
	background: #f0f0f0;
	padding: 200px 0;
}
section.concept_index > article.wrap02 h4 {
	font-size: 30px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 70px;
	padding-bottom: 30px;
	position: relative;
}
section.concept_index > article.wrap02 h4::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	left: 50%;
	bottom: 0;
	margin-left: -50px;
	background: #000;
}
section.concept_index > article.wrap02 h5 {
	margin-bottom: 50px;
	text-align: center;
}
section.concept_index > article.wrap02 h5 img {
	width: 879px;
	height: 40px;
}
section.concept_index > article.wrap02 h5 img:nth-child(2) {
	display: none;
}
section.concept_index > article.wrap02 figure {
	width: 880px;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
	margin: 0 auto;
}
section.concept_index > article.wrap02 figure img {
	width: 240px;
	height: 240px;
}
section.concept_index > article.wrap02 figure figcaption {
	font-size: 16px;
	line-height: 40px;
}
section.concept_index > article.wrap02 figure figcaption p + p {
	margin-top: 20px;
}
section.concept_index > section {
	width: 100%;
	height: auto;
	padding: 200px 0 0;
}
section.concept_index > section h4 {
	font-size: 30px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 70px;
	padding-bottom: 30px;
}
section.concept_index > section > div {
	width: 980px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 100px 50px;
	border-bottom: 1px solid #aaa;
	box-sizing: border-box;
}
section.concept_index > section > div:nth-child(2) {
	padding-top: 0px;
}
section.concept_index > section > div:nth-child(3) {
	flex-direction: row-reverse;
}
section.concept_index > section > div:last-child {
	border-bottom: none;
}
section.concept_index > section > div article {
	width: 600px;
	height: auto;
}
section.concept_index > section > div article h5 {
	font-size: 30px;
	line-height: 1em;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}
section.concept_index > section > div article h5::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background: #000;
}
section.concept_index > section > div article p {
	font-size: 14px;
	line-height: 35px;
}
section.concept_index > section > div figure {
	width: 260px;
	height: auto;
	position: relative;
	text-align: right;
}
section.concept_index > section > div:nth-child(3) figure {
	text-align: left;
}
section.concept_index > section > div figure > img {
	width: 220px;
	height: 292px;
}
section.concept_index > section > div figure figcaption {
	font-size: 120px;
	line-height: 1em;
	position: absolute;
	top: -64px;
	left: 8px;
	font-family: 'Oswald';
	font-weight: 600;
	color: #b7180c;
	opacity: 0.3;
}
section.concept_index > section > div:nth-child(3) figure figcaption {
	position: absolute;
	top: -64px;
	right: 8px;
	text-align: right;
}
section.concept_index > section > div ul {
	width: 380px;
	height: auto;
	margin: 60px auto 0;
}
section.concept_index > section > div ul li {
	width: 380px;
	height: 40px;
}
section.concept_index > section > div ul li a {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #b7180c;
	color: #fff;
	font-size: 15px;
	line-height: 1em;
	font-weight: normal;
	transition: background 0.3s ease;
	position: relative;
}
section.concept_index > section > div ul li a::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: 8px;
	right: 8px;
	margin-top: -10px;
	background: url(../images/common/arw_w_u.svg) no-repeat 0 0;
	background-size: 10px 10px;
	transition: all 0.3s ease;
}
section.concept_index > section > div ul li a:hover::after {
	bottom: 3px;
	right: 3px;
}
section.concept_index > section > div ul li a:hover {
	background: #000;
}
}

@media screen and ( max-width: 480px ) {
section.concept_index > article.wrap01 {
	width: 100%;
	height: auto;
	background: url(../images/concept/mv_index@2x.png) no-repeat right -200px bottom;
 background-size: calc(3930px * 0.25) calc(2010px * 0.25);
	padding: 30px 20px 210px;
	box-sizing: border-box;
}
section.concept_index > article.wrap01 h3 {
	margin-bottom: 30px;
	text-align: center;
}
section.concept_index > article.wrap01 h3 img {
	width: 70%;
	height: auto;
}
section.concept_index > article.wrap01 h3 img:nth-child(1) {
	display: none;
}
section.concept_index > article.wrap01 p {
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	display: inline;
}
section.concept_index > article.wrap01 p br {
	display: none;
}
section.concept_index > article.wrap02 {
	width: 100%;
	height: auto;
	background: #f0f0f0;
	padding: 80px 20px;
	box-sizing: border-box;
}
section.concept_index > article.wrap02 h4 {
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 30px;
	position: relative;
}
section.concept_index > article.wrap02 h4::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	left: 50%;
	bottom: 0;
	margin-left: -50px;
	background: #000;
}
section.concept_index > article.wrap02 h5 {
	text-align: center;
	margin-bottom: 30px
}
section.concept_index > article.wrap02 h5 img {
	width: 70%;
	height: auto;
}
section.concept_index > article.wrap02 h5 img:nth-child(1) {
	display: none;
}
section.concept_index > article.wrap02 figure {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
section.concept_index > article.wrap02 figure img {
	width: 160px;
	height: 160px;
}
section.concept_index > article.wrap02 figure figcaption {
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	margin-top: 30px;
}
section.concept_index > article.wrap02 figure figcaption p  {
	display: inline;
	text-align: justify;
}
section.concept_index > article.wrap02 figure figcaption br {
	display: none;
}
section.concept_index > section {
	width: 100%;
	height: auto;
	padding: 80px 0 0;
}
section.concept_index > section h4 {
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
section.concept_index > section > div {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	padding: 50px 20px;
	border-bottom: 1px solid #aaa;
	box-sizing: border-box;
}
section.concept_index > section > div:nth-child(2) {
	padding-top: 0px;
}
section.concept_index > section > div:last-child {
	border-bottom: none;
}
section.concept_index > section > div article {
	width: 100%;
	height: auto;
}
section.concept_index > section > div article h5 {
	font-size: 20px;
	line-height: 1em;
	position: relative;
	padding-bottom: 20px;
	padding-top: 60px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}
section.concept_index > section > div article h5::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 1px;
	background: #000;
	margin-left: -25px;
}
section.concept_index > section > div article h5::after {
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 50px;
	line-height: 1em;
	margin-left: -25px;
	font-family: 'Oswald';
	font-weight: 600;
	color: #b7180c;
	opacity: 0.3;
}
section.concept_index > section > div:nth-child(2) article h5::after {
	content: "01";
}
section.concept_index > section > div:nth-child(3) article h5::after {
	content: "02";
}
section.concept_index > section > div:nth-child(4) article h5::after {
	content: "03";
}
section.concept_index > section > div article p {
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 20px
}
section.concept_index > section > div article p br {
	display: none;
}
section.concept_index > section > div figure {
	width: 100%;
	height: auto;
	text-align: center;
}
section.concept_index > section > div figure > img {
	display: none;
}
section.concept_index > section > div figure figcaption {
	display: none;
}
section.concept_index > section > div ul {
	width: 100%;
	height: auto;
	margin-top: 0px;
	box-sizing: border-box;
}
section.concept_index > section > div ul li {
	width: 100%;
	height: 60px;
}
section.concept_index > section > div ul li a {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #b7180c;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
	position: relative;
}
section.concept_index > section > div ul li a::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: 8px;
	right: 8px;
	margin-top: -10px;
	background: url(../images/common/arw_w_u.svg) no-repeat 0 0;
	background-size: 10px 10px;
}
}

/*info01.html****************************************************************************************************************/
@media screen and ( min-width: 479px ) {
section.concept_info01 > h2 {
	width: 100%;
	height: 250px;
	background: url(../images/concept/mv_info01@2x.png) no-repeat 50% 0;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}
section.concept_info01 > article {
	width: 980px;
	height: 330px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 50px auto;
}
section.concept_info01 > article.info01_wrap01 {
	background: url(../images/concept/info01_bg01@2x.png) no-repeat right 0;
	background-size: contain;
}
section.concept_info01 > article.info01_wrap02 {
	background: url(../images/concept/info01_bg02@2x.png) no-repeat right 0;
	background-size: contain;
}
section.concept_info01 > article.info01_wrap03 {
	background: url(../images/concept/info01_bg03@2x.png) no-repeat right 0;
	background-size: contain;
}
section.concept_info01 > article > h3 {
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
section.concept_info01 > article > p {
	font-size: 14px;
	line-height: 2em;
}
section.concept_info01 > div {
	width: 100%;
	height: 290px;
	display: flex;
}
section.concept_info01 > div > span {
 width: calc(100% * 0.33333);
	height: 290px;
	display: block;
}
section.concept_info01 > div > span:nth-child(1) {
	background: url(../images/concept/info01_01@2x.png) no-repeat 50% 50%;
	background-size: cover;
}
section.concept_info01 > div > span:nth-child(2) {
	background: url(../images/concept/info01_02@2x.png) no-repeat 50% 50%;
	background-size: cover;
}
section.concept_info01 > div > span:nth-child(3) {
	background: url(../images/concept/info01_03@2x.png) no-repeat 50% 50%;
	background-size: cover;
}
section.concept_info01 > figure {
	width: 980px;
	height: 140px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
section.concept_info01 > figure > img {
	width: 188px;
	height: 140px;
}
section.concept_info01 > figure + article, section.concept_info01 > div + article {
	margin-top: 120px;
}
}

@media screen and ( max-width: 480px ) {
section.concept_info01 {
	padding-top: 50px;
}
section.concept_info01 > h2 {
	width: 100%;
	height: 120px;
	background: url(../images/concept/mv_info01@2x.png) no-repeat 50% 50%;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
section.concept_info01 > article {
	width: 100%;
	height: auto;
	padding: 0 20px;
	box-sizing: border-box;
}
section.concept_info01 > article > h3 {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 20px;
}
section.concept_info01 > article > p {
	font-size: 14px;
	line-height: 35px;
	text-align: justify;
	margin-bottom: 20px
}
section.concept_info01 > article > p br {
	display: none;
}
section.concept_info01 > div {
	width: 100%;
	height: 120px;
	display: flex;
	margin-bottom: 80px;
}
section.concept_info01 > div > span {
 width: calc(100% * 0.33333);
	height: 120px;
	display: block;
}
section.concept_info01 > div > span:nth-child(1) {
	background: url(../images/concept/info01_01@2x.png) no-repeat 50% 50%;
	background-size: cover;
}
section.concept_info01 > div > span:nth-child(2) {
	background: url(../images/concept/info01_02@2x.png) no-repeat 50% 50%;
	background-size: cover;
}
section.concept_info01 > div > span:nth-child(3) {
	background: url(../images/concept/info01_03@2x.png) no-repeat 50% 50%;
	background-size: cover;
}
section.concept_info01 > figure {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 80px;
}
section.concept_info01 > figure > img {
	width: 33%;
	height: auto;
	margin-right: 0.5%;
}
section.concept_info01 > figure > img:nth-child(3), section.concept_info01 > figure > img:nth-child(5) {
	margin-right: 0;
}
section.concept_info01 > figure > img:nth-child(4), section.concept_info01 > figure > img:nth-child(5) {
	margin-top: 0.5%;
}
}

/*info02.html****************************************************************************************************************/
@media screen and ( min-width: 479px ) {
section.concept_info02 > h2 {
	width: 100%;
	height: 250px;
	background: url(../images/concept/mv_info02@2x.png) no-repeat 50% 0;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin-bottom: 80px;
}
section.concept_info02 > p.read {
	width: 100%;
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 50px;
	text-align: center;
}
section.concept_info02 > p.read > br:nth-child(1) {
	display: none;
}
section.concept_info02 > h3 {
	font-size: 22px;
	line-height: 1em;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
}
section.concept_info02 > div {
	width: 800px;
	height: 250px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section.concept_info02 > div:nth-last-child(2) {
	background: none;
}
section.concept_info02 > div article {
	width: 480px;
	height: auto;
}
section.concept_info02 > div article h4 {
	font-size: 18px;
	line-height: 1em;
	border-bottom: 2px solid #b7180c;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
	letter-spacing: 0.2;
}
section.concept_info02 > div article h4::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 0px;
	margin-top: -20px;
	font-size: 28px;
	line-height: 1em;
	font-family: 'Oswald';
	font-weight: 600;
	color: #b7180c;
}
section.concept_info02 > div.step01 article h4::before {
	content: "1";
}
	section.concept_info02 > div.step02 article h4::before {
	content: "2";
}
	section.concept_info02 > div.step03 article h4::before {
	content: "3";
}
	section.concept_info02 > div.step04 article h4::before {
	content: "4";
}
	section.concept_info02 > div.step05 article h4::before {
	content: "5";
}
	section.concept_info02 > div.step06 article h4::before {
	content: "6";
}
	section.concept_info02 > div.step07 article h4::before {
	content: "7";
}
	section.concept_info02 > div.step08 article h4::before {
	content: "8";
}
	section.concept_info02 > div.step09 article h4::before {
	content: "9";
}
	section.concept_info02 > div.step10 article h4::before {
	content: "10";
}
	section.concept_info02 > div.step11 article h4::before {
	content: "11";
}
	section.concept_info02 > div.step12 article h4::before {
	content: "12";
}
section.concept_info02 > div article p {
	font-size: 14px;
	line-height: 2em;
}
section.concept_info02 > div figure {
	width: 300px;
	height: auto;
	text-align: center;
	padding-right: 50px;
	box-sizing: border-box;
}
section.concept_info02 > div.step01 figure img {
	width: 249px;
	height: 134px;
}
section.concept_info02 > div.step02 figure img {
	width: 204px;
	height: 160px;
}
section.concept_info02 > div.step03 figure img {
	width: 196px;
	height: 138px;
}
section.concept_info02 > div.step04 figure img {
	width: 225px;
	height: 151px;
}
section.concept_info02 > div.step05 figure img {
	width: 210px;
	height: 124px;
}
section.concept_info02 > div.step06 figure img {
	width: 205px;
	height: 144px;
}
section.concept_info02 > div.step07 figure img {
	width: 204px;
	height: 117px;
}
section.concept_info02 > div.step08 figure img {
	width: 203px;
	height: 181px;
}
section.concept_info02 > div.step09 figure img {
	width: 206px;
	height: 145px;
}
section.concept_info02 > div.step10 figure img {
	width: 228px;
	height: 157px;
}
section.concept_info02 > div.step11 figure img {
	width: 270px;
	height: 136px;
}
section.concept_info02 > div.step12 figure img {
	width: 221px;
	height: 161px;
}
}

@media screen and ( max-width: 480px ) {
section.concept_info02 {
	padding-top: 50px;
}
section.concept_info02 > h2 {
	width: 100%;
	height: 120px;
	background: url(../images/concept/mv_info02@2x.png) no-repeat 50% 50%;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
section.concept_info02 > p.read {
	width: 100%;
	font-size: 13px;
	line-height: 2em;
	margin-bottom: 80px;
	text-align: center;
}
section.concept_info02 > h3 {
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	margin-bottom: 30px;
}
section.concept_info02 > div {
	width: 100%;
	height: auto;
	padding: 30px 0;
}
section.concept_info02 > div:nth-last-child(2) {
	background: none;
	padding-bottom: 0px;
}
section.concept_info02 > div article {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
section.concept_info02 > div article h4 {
	font-size: 16px;
	line-height: 1em;
	border-bottom: 2px solid #b7180c;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
}
section.concept_info02 > div article h4::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 0px;
	margin-top: -18px;
	font-size: 24px;
	line-height: 1em;
	font-family: 'Oswald';
	font-weight: 600;
	color: #b7180c;
}
section.concept_info02 > div.step01 article h4::before {
	content: "1";
}
	section.concept_info02 > div.step02 article h4::before {
	content: "2";
}
	section.concept_info02 > div.step03 article h4::before {
	content: "3";
}
	section.concept_info02 > div.step04 article h4::before {
	content: "4";
}
	section.concept_info02 > div.step05 article h4::before {
	content: "5";
}
	section.concept_info02 > div.step06 article h4::before {
	content: "6";
}
	section.concept_info02 > div.step07 article h4::before {
	content: "7";
}
	section.concept_info02 > div.step08 article h4::before {
	content: "8";
}
	section.concept_info02 > div.step09 article h4::before {
	content: "9";
}
	section.concept_info02 > div.step10 article h4::before {
	content: "10";
}
	section.concept_info02 > div.step11 article h4::before {
	content: "11";
}
	section.concept_info02 > div.step12 article h4::before {
	content: "12";
}
section.concept_info02 > div article p {
	font-size: 14px;
	line-height: 2em;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: justify;
	margin-bottom: 10px;
}
section.concept_info02 > div article p br {
	display: none;
}
section.concept_info02 > div figure {
	width: 100%;
	height: auto;
	text-align: center;
}
section.concept_info02 > div.step01 figure img {
	width: 249px;
	height: 134px;
}
section.concept_info02 > div.step02 figure img {
	width: 204px;
	height: 160px;
}
section.concept_info02 > div.step03 figure img {
	width: 196px;
	height: 138px;
}
section.concept_info02 > div.step04 figure img {
	width: 225px;
	height: 151px;
}
section.concept_info02 > div.step05 figure img {
	width: 210px;
	height: 124px;
}
section.concept_info02 > div.step06 figure img {
	width: 205px;
	height: 144px;
}
section.concept_info02 > div.step07 figure img {
	width: 204px;
	height: 117px;
}
section.concept_info02 > div.step08 figure img {
	width: 203px;
	height: 181px;
}
section.concept_info02 > div.step09 figure img {
	width: 206px;
	height: 145px;
}
section.concept_info02 > div.step10 figure img {
	width: 228px;
	height: 157px;
}
section.concept_info02 > div.step11 figure img {
	width: 270px;
	height: 136px;
}
section.concept_info02 > div.step12 figure img {
	width: 221px;
	height: 161px;
}
}

/*info03.html****************************************************************************************************************/
@media screen and ( min-width: 479px ) {
section.concept_info03 > h2 {
	width: 100%;
	height: 250px;
	background: url(../images/concept/mv_info03@2x.png) no-repeat 50% 0;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}
section.concept_info03 > article {
	width: 980px;
	height: 330px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 50px auto;
}
section.concept_info03 > article.info01_wrap02 {
	padding-left: 500px;
	box-sizing: border-box;
}
section.concept_info03 > article.info01_wrap01 {
	background: url(../images/concept/info03_01@2x.png) no-repeat right 0;
	background-size: contain;
}
section.concept_info03 > article.info01_wrap02 {
	background: url(../images/concept/info03_02@2x.png) no-repeat left 0;
	background-size: contain;
}
section.concept_info03 > article.info01_wrap03 {
	flex-direction: row;
	justify-content: space-between;
}
section.concept_info03 > article.info01_wrap04 {
	flex-direction: row-reverse;
	justify-content: space-between;
}
section.concept_info03 > article.info01_wrap03 > div.wrap_inner,section.concept_info03 > article.info01_wrap04 > div.wrap_inner {
	width: 480px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
section.concept_info03 > article.info01_wrap03 > figure, section.concept_info03 > article.info01_wrap04 > figure {
	width: 500px;
	height: 300px;
	text-align: right;
	display: flex;
	align-items: center;
}
section.concept_info03 > article.info01_wrap01 > figure,section.concept_info03 > article.info01_wrap02 > figure {
	display: none;
}
section.concept_info03 > article.info01_wrap03 > figure img {
	width: 460px;
	height: 239px;
}
section.concept_info03 > article.info01_wrap04 > figure img {
	width: 456px;
	height: 281px;
}
section.concept_info03 > article h3 {
	font-size: 22px;
	line-height: 1.8em;
	margin-bottom: 30px;
}
section.concept_info03 > article p {
	font-size: 14px;
	line-height: 35px;
}
section.concept_info01 > ul,section.concept_info02 > ul,section.concept_info03 > ul {
	width: 800px;
	height: 50px;
	display: flex;
	justify-content: space-between;
	margin: 100px auto 0;
}
section.concept_info01 > ul li,section.concept_info02 > ul li,section.concept_info03 > ul li {
	width: 390px;
	height: 50px;
}
section.concept_info01 > ul li a,section.concept_info02 > ul li a,section.concept_info03 > ul li a {
	width: 100%;
	height: 50px;
	background: #000;
	font-size: 14px;
	line-height: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	transition: background 0.3s ease;
	position: relative;
}
section.concept_info01 > ul li a::after,section.concept_info02 > ul li a::after,section.concept_info03 > ul li a::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: 8px;
	right: 8px;
	margin-top: -10px;
	background: url(../images/common/arw_w_u.svg) no-repeat 0 0;
	background-size: 10px 10px;
	transition: all 0.3s ease;
}
section.concept_info01 > ul li a:hover::after,section.concept_info02 > ul li a:hover::after,section.concept_info03 > ul li a:hover::after {
	bottom: 3px;
	right: 3px;
}
section.concept_info01 > ul li a:hover,section.concept_info02 > ul li a:hover,section.concept_info03 > ul li a:hover {
	background: #b7180c;
}
}
@media screen and ( max-width: 480px ) {
	section.concept_info03 {
	padding-top: 50px;
}
section.concept_info03 > h2 {
	width: 100%;
	height: 120px;
	background: url(../images/concept/mv_info03@2x.png) no-repeat 50% 50%;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
section.concept_info03 > article {
	width: 100%;
	height: auto;
	padding: 0 20px;
	box-sizing: border-box;
}
section.concept_info03 > article h3 {
	font-size: 18px;
	line-height: 1.6em;
	margin-bottom: 20px;
}
section.concept_info03 > article p {
	font-size: 14px;
	line-height: 2em;
	text-align: justify;
}
section.concept_info03 > article p br {
	display: none;
}
section.concept_info03 > article figure {
	width: 100%;
	height: auto;
}
section.concept_info03 > article figure img {
	width: 100%;
	height: auto;
}
section.concept_info03 > article p + figure {
	margin-top: 20px;
}
section.concept_info03 > article + article{
	margin-top: 60px;
}
section.concept_info03 > article div.wrap_inner{
	margin-bottom: 20px;
}
section.concept_info01 > ul,section.concept_info02 > ul,section.concept_info03 > ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}
section.concept_info01 > ul li,section.concept_info02 > ul li,section.concept_info03 > ul li {
	width: 100%;
	height: 60px;
}
section.concept_info01 > ul li a,section.concept_info02 > ul li a,section.concept_info03 > ul li a {
	width: 100%;
	height: 60px;
	background: #000;
	font-size: 14px;
	line-height: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	position: relative;
}
section.concept_info01 > ul li a::after,section.concept_info02 > ul li a::after,section.concept_info03 > ul li a::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	bottom: 8px;
	right: 8px;
	margin-top: -10px;
	background: url(../images/common/arw_w_u.svg) no-repeat 0 0;
	background-size: 10px 10px;
	transition: all 0.3s ease;
}
section.concept_info01 > ul li + li,section.concept_info02 > ul li + li,section.concept_info03 > ul li + li {
	margin-top: 10px;
}
}

/* 吹き出し本体 */
.concept_info02 > div{
  position: relative;
  border-bottom: 1px solid #ACACAC;
}

/* beforeで枠線の三角を表現 */
.concept_info02 > div::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -15px;
  border-right: 15px solid transparent;
  border-top: 15px solid #ACACAC;
  border-left: 15px solid transparent;
	margin-left: -15px;
}
/* beforeで本体の三角を表現 */
.concept_info02 > div::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -13px;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
	margin-left: -15px;
}
/* 吹き出し本体 */
.concept_info02 > div.step12{
	border-bottom: none;
}
.concept_info02 > div.step12::before,.concept_info02 > div.step12::after{
  display: none;
}
