@charset "utf-8";

/*-- コンテンツ -----------------------------------------------------------------*/

.conceptFlexImgBase {
    width: 100%;
    padding-top: 129.9%;
    position: relative;
    background-color: #ccc;
}

.conceptFlexImgBase>img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}

.conceptFlexImgLeft {
    width: 48%;
    margin-top: 15%;
}

.conceptFlexImgRight {
    width: 48%;
}

.conceptFlexImgBox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.conceptFlexWr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 80px;
}

.conceptFlexTextBox {
    width: 100%;
    padding: 0 15px;
    margin-top: 40px;
}

.conceptFlexWr01 {
    flex-direction: column;
}

.conceptFlexWr02 {
    flex-direction: column;
}

.conceptFlexTextListWr {
    max-width: 100%;
    width: 100%;
}

.conceptFlexWr01 .conceptFlexTextListWr {
    margin: 0 auto 0 0;
}

.conceptFlexWr02 .conceptFlexTextListWr {
    margin: 0 0 0 auto;
}

.conceptFlexTitle {
    font-size: 20px;
    color: var(--primary);
}

.conceptFeaturesTextBox {
    margin-top: 30px;
}

.conceptFeaturesTextBox>p {
    margin-top: 15px;
}

.conceptFeaturesTextBox>p:first-child {
    margin-top: 0;
}

.conceptFlexMgWr .conceptFlexWr:first-child {
    margin-top: 0;
}

.conceptFeaturesBox {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 257.5px;
    width: 100%;
    color: var(--primary);
    margin-bottom: 16px;
}

.conceptFeaturesBox:after {
    content: "";
    width: auto;
    border-bottom: 1px dashed var(--primary);
    height: 1px;
    flex: 1;
}

.conceptFeaturesEn {
    font-family: var(--fontB);
    font-weight: 500;
    font-size: 18px;
    line-height: 1em;
}

.conceptFeaturesTextBox br {
    display: none;
}

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

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

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

  



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
.conceptFlexTitle {
    font-size: 24px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

.conceptFlexWr01 {
    flex-direction: row;
}

.conceptFlexWr02 {
    flex-direction: row-reverse;
}

.conceptFlexImgBox {
    width: 48%;
}

.conceptFlexWr {
    align-items: flex-start;
    margin-top: 80px;
}

.conceptFlexTextBox {
    width: 50%;
    margin-top: 5%;
}

.conceptFeaturesTextBox {
    margin-top: 8%;
}

.conceptFeaturesTextBox>p {
    margin-top: 5%;
}

.conceptFlexImgLeft {
    margin-top: 25%;
}

.conceptFlexTextListWr {
    max-width: 700px;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

.conceptFlexWr {
    margin-top: 120px;
}

.conceptFlexTitle {
    font-size: 30px;
}

.conceptFeaturesEn {
    font-size: 22px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


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

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

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

.conceptFeaturesTextBox br {
    display: block;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */