@charset "utf-8";

/*===========================================================
コンセプト
===========================================================*/

.concept02-text-row {
    align-items: flex-end;
}

.concept02-text-area01 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}

.concept03-btn-area .btn01 {
	max-width: 100%;
}

.concept04-block, .concept04-no-image-block {
	margin: 50px 0 0;
}

.concept04-block:first-child {
	margin: 0;
}

.concept04-name-box {
	padding: 0 0 20px;
	border-bottom: 1px solid var(--primary);
}

.concept02-text-decoration span {
	font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.6181)), 45px);
	font-weight: 700;
}

.concept03-illust-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

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


/*===========================================================

===========================================================*/



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


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


/*===========================================================

===========================================================*/

.concept02-text-area02 {
	text-align: center;
}

.concept-illust-box02 {
	width: 15% !important;
	top: -6% !important;
}

} /* min-width: 544px ここまで */


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


/*===========================================================

===========================================================*/

.concept02-text-area01 {
    grid-template-columns: repeat(2, 1fr);
}

.concept04-block {
	margin: 50px 0 0;
}

.concept04-staff-container.concept04-text-container {
    margin: 0 0 0 auto!important;
}



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


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


/*===========================================================

===========================================================*/
  
.concept02-text-row {
    align-items: center;
}

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


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


/*===========================================================

===========================================================*/


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


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


/*===========================================================

===========================================================*/



} /* min-width: 1440px ここまで */


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




} /* min-width: 1520px ここまで */

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