@charset "UTF-8";
body{
    color: #282828;
}
.subhead_txt {
    position: absolute;
}
.footer_list li.nav_idea a {
    color: #cbcbcb;
}

#idea .page_ttl_area{
    background: rgba(249, 218, 217, 0.2);
}
#idea .page_ttl_en{
    /* max-width: 230px; */
    max-width: 180px;
}
#idea .kodawari_area{
    /* background: rgba(220, 170, 180, 0.5); */
    background: #e9d2d5;
}


.idea_flex{
    display: flex;
    justify-content: center;
    gap: 5%;
    flex-wrap: wrap;
    margin: 60px auto 0;
}
.idea_item{
    width: 30%;
    max-width: 276px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.idea_item:nth-child(n+4) {
    margin-top: 4%;
}
.idea_item_name{
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.idea_flex::before{
    content: '';
    width: 30%;
    max-width: 276px;
    order: 1;
}
.idea_flex::after{
    content: '';
    width: 30%;
    max-width: 276px;
}
#idea .qua_item_img{
    display: flex;
    align-items: flex-end;
}
.page_ttl_en.idea {
    /* top: -17%; */
    top: -6%;
}
.kodawari_mg {
    margin: 80px auto 0;
}

.flex_box {
    display: flex;
    justify-content: space-between;
}
.kodawari_item_img {
    width: 32%;
}
.col2_item_img {
    width: 48%;
}
.section_border_ttl_img {
    max-width: 350px;
    margin: 0 auto;
}
.section_border_ttl_img::before {
    content: "";
    width: 1px;
    height: 60px;
    margin: 0 auto 20px;
    display: block;
    background: #282828;
}
.com_inner700 {
    max-width: 700px;
    margin: 40px auto 0;
}
.num {
    font-size: 14px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
}
.num::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #000;
    position: absolute;
    display: inline-block;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}


@media screen and (max-width: 1240px) {
.section_border_ttl_img::before {
    height: 50px;
}
#idea .page_ttl_en {
    /* max-width: 190px; */
    max-width: 140px;
}
.idea_item_name {
    font-size: 14px;
}
.page_ttl_en.idea {
    top: -3%;
}
.section_border_ttl_img {
    max-width: 300px;
}
}


@media screen and (max-width: 1000px) {
.section_border_ttl_img::before {
    height: 40px;
}
.idea_flex {
    margin: 40px auto 0;
}
.section_border_ttl_img {
    max-width: 280px;
}
}


@media screen and (max-width: 750px) {
}


@media screen and (max-width: 650px) {
#idea .page_ttl_en {
    max-width: 100px;
}
.page_ttl_en.idea {
    top: 1%;
}
.idea_flex {
    max-width: 600px;
    justify-content: space-between;
    gap: unset;
}
.idea_flex::before{
   display: none;
}
.idea_flex::after{
    display: none;
}
.idea_item {
    width: 48%;
}
.idea_item:nth-child(n+3) {
    margin-top: 30px;
}
.idea_item_name {
    font-size: 12px;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}
#idea .kodawari_heading_ja {
    margin: 0 auto 20px;
}
#idea .kodawari_img01 {
    margin: 30px auto 0;
}
.sp_ls {
    letter-spacing: -0.01em;
}
.kodawari_mg {
    margin: 60px auto 0;
}
.num {
    font-size: 11px;
}
.num::after {
    width: 15px;
}
.section_border_ttl_img {
    max-width: 250px;
}
}

