@charset "utf-8";

/*-----------------------------------------------------------
concept01
-----------------------------------------------------------*/

.concept01:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    background: rgb(125 96 71 / 40%);
    top: 15%;
    left: 0;
    /*transform: translateY(-50%);*/
    z-index: 1;
}

.concept01-img-row01,.concept01-img-row02 {
	gap: 7px;
}

.concept01-img-box01 {
  	width: 24.92%
	aspect-ratio: 304 / 380;
}

.concept01-img-box02 {
  	width: 32.7%
	aspect-ratio: 399 / 273;
    margin: 4.25% 0 0;
}

.concept01-img-box03 {
  	width: 38.28%
	aspect-ratio: 467 / 326;
}

.concept01-img-box04 {
  	width: 26.82%
	aspect-ratio: 354 / 320;
    margin: 3.8% 0 0;
}

.concept01-img-box05 {
  	width: 43.94%
	aspect-ratio: 580 / 320;
}

.concept01-img-box06 {
  	width: 25.45%
	aspect-ratio: 336 / 320;
}

.concept01-contents02:after {
  	content: "";
  	position: absolute;
  	bottom: 0;
  	width: 100%;
  	height: 15px;
	background: url(/system_panel/uploads/images/decoration01.svg)repeat-x center center / auto;
  	z-index: 1;
}

.concept01-contents02-row {
	gap: 25px;
}

.concept01-illust {
    right: 0;
    bottom: -55%;
    z-index: 10;
}

/*-----------------------------------------------------------
concept02
-----------------------------------------------------------*/

.concept02-img-box {
    padding: 10px 10px 10px 0;
    background: var(--base-body-color);
    aspect-ratio: 940 / 400;
    margin: 0 auto 0 0;
}

.concept02-row:nth-of-type(n+2) {
    margin: 50px auto 0 0;
}

.concept02-row:nth-of-type(2n) {
    margin: 50px 0 0 auto;
}

.concept02-row:nth-of-type(2n) .concept02-img-box {
    padding: 10px 0 10px 10px;
    margin: 0 0 0 auto;
}

.concept02-row .title40 {
	font-size: 26px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {


.concept02-row .title40 {
    font-size: clamp(28px, 25.087px + 0.777vw, 40px);
}

}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:576px) {

.concept01-img-row01,.concept01-img-row02 {
	gap: 15px;
}


  
  
}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

.concept01-illust {
    bottom: -85%;
}

}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {




}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {

/*-----------------------------------------------------------
concept01
-----------------------------------------------------------*/

.concept01:after {
    height: 30%;
    min-height: 500px;
    top: 20%;
}
	
.concept01-img-row01,.concept01-img-row02 {
	gap: 24px;
}

.concept01-illust {
    bottom: -90%;
}
  	

/*-----------------------------------------------------------
concept02
-----------------------------------------------------------*/

.concept02-row:nth-of-type(n+2) {
    margin: 70px auto 0 0;
}  
  
.concept02-row:nth-of-type(2n) {
    margin: 70px 0 0 auto;
}

.concept02-img-box {
    padding: 20px 20px 20px 0;
}

.concept02-row:nth-of-type(2n) .concept02-img-box {
    padding: 20px 0 20px 20px;
}


}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {
  
/*-----------------------------------------------------------
concept01
-----------------------------------------------------------*/

.concept01-contents02-row {
  	margin: 140px auto 0 !important;
}

.concept01-illust {
    bottom: -80%;
}
  
/*-----------------------------------------------------------
concept02
-----------------------------------------------------------*/
  
.concept02-main {
	margin: 150px 0 0 !important;  
}

}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

.concept01-illust {
    bottom: -55%;
}
	

.concept02-img-box {
	width: 59.26% !important;
}

.concept02-text-block {
	width: 35.8% !important;
}
  
  
}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {



}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {


}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1700px) {
  

  
}/* min-width: 1700px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */ 