p{
    font-size: 21px;
    color: #4C4948;
    line-height: 45px;
}
h2{
    color: #EB6100;
    font-size: 45px;
    line-height: 180%;
    padding-bottom: 25px;

}
.philosophy .title-area{
    margin-bottom: 100px;
    margin-left: 5%;
}
.title-area b{
    font-size: 21px;
    padding-top: 20px;
    display: block;
    font-weight: 500;
}
#intro{
    position: relative;
    margin-top: 15vw;
}
#intro .title{
    height: calc(min(65px, 4.909vw));
    width: auto;
}
#intro p{
    color: #4C4948;
    line-height: 45px;
    font-size: 21px;
}
#intro .philosophy-illust{
    position: absolute;
    width: 29vw;
    top: -30%;
    right: 7vw;
    z-index: -1;
    max-width: 280px;
    aspect-ratio: 32 / 21;
}
#m-v{
    margin: 10vw auto 80px;
}
#m-v p{
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 180%;
}
#m-v .flex-wrap{
    display: flex;
    padding: 5vw;
    justify-content: space-between;
}
#m-v .contents:last-child{
    width:30%;
    align-content: end;
}
.centering{
    align-content: center;    
}
#m-v .sub-title,
#logo-area .sub-title,
#strong .sub-title{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 0px;
    border-bottom: solid 2px #EB6100;
    display: inline-flex;
    text-align: center;
    margin-bottom: 20px;
    color: #4C4948;
    align-items: center;
}
hr{
    border-top: none;
    border-bottom: solid 1px #EB6100;
}
#strong .sub-title{
    font-size: 24px;
    color: #4C4948;
    font-weight: 700;
}
#strong .sub-title b{
    font-size: 44px;
    line-height: 150%;
}
#m-v .illust{
    max-width: 350px;
    vertical-align: bottom;
}

#strong .middle-wrap{
    background: linear-gradient(135deg, #FFF2E8 14.72%, #FFE4CF 50.36%, #FFF2E8 86.01%);
    border-radius: 10px;
    text-align: center;
    padding: 50px 5vw;
    box-sizing: border-box;
}

.strong-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 20px;
    row-gap: 80px;
    margin: 50px auto;
}
/* 上段（3カラム） */
.strong-container .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    gap: 20px;
}
/* 下段（2カラム：中央配置） */
.strong-container .row.center {
    justify-content: center;
}
.strong-container .column {
    text-align: center;
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
}
.strong-container .column h2 {
    color: #EB6100;
    font-size: calc(min(32px , 2.67vw));
    line-height: 180%;
}
.strong-container .column img {
    max-width: 200px;
    min-height: 200px;
    height: auto;
    margin: 0 auto 20px;
    margin-bottom: 20px;
    aspect-ratio: 100 / 90;
    vertical-align: bottom;
    object-fit: contain;
    object-position: bottom;
}
.change{
    max-width: 300px!important;
    max-height: 195px!important;
}
.strong-container .column p {
    width: 90%;
    display: inline-block;
    margin: 0 auto auto;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
}
.strong-container .highlight-box {
    display: inline-block;
    background: #FFCBA6;
    color: #4C4948;
    font-size: calc(min(24px, 2vw));
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 15px auto;
    width: fit-content;
    box-sizing: border-box;
    min-width: 250px;
}

#logo-area{
    margin: 150px auto 0px;
}
#logo-area h2{
    font-weight: 400;
    margin-top: -5px;
    font-size: 32px;
    white-space: nowrap;
}
#logo-area p{
    font-size: 18px;
}
#logo-area .flex-wrap{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10vw;
}
#logo-area .illust{
    max-width: 450px;
}
#logo-area .logo-line{
    max-width: 600px;
    display: block;
    margin: 80px auto 0;
}
@media (max-width: 768px) {
    #main{
        overflow: unset;
    }
    #intro .title{
        height: 33px;
    }
    .title-area{
        bottom: -30vw;
        position: relative;
        text-align: center;
    }
    .philosophy .title-area {
        margin-bottom: 100px;
        margin-left: 0%;
    }
    #intro .philosophy-illust {
        width: 80%;
        top: 60vw;
        right: 0;
        left: 0;
        margin: auto;
        max-width: 200px;
    }
    #m-v {
        margin: 130vw auto 50px;
    }
    #m-v .flex-wrap {
        padding: 0;
        flex-wrap: wrap;
        row-gap: 50px;
        margin-bottom: 50px;
    }
    #m-v .contents:last-child {
        width: 100%;
        align-content: center;
        text-align: center;
    }
    #m-v .illust {
        max-width: 200px;
        vertical-align: bottom;
    }
    h2{
        font-size: 26px;
        line-height: 160%;
        letter-spacing: 4px;
    }
    p{
        font-size: 16px;
        line-height: 200%;
    }
    hr{
        margin-bottom: 50px;
    }
    .strong-container .column h2{
        font-size: 26px;
    }
    #strong .middle-wrap{
        padding: 50px 0;
        width: 100%;
        border-radius: 30px;
    }
    .strong-container .highlight-box {
        margin: 15px auto 50px;
        min-width: 250px;
        font-size: 22px;
    }
    .strong-container .row {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .strong-container .column {
        width: 90%;
        max-width: none;
        border-bottom: solid 1px #EB6100;
    }
    .strong-container .center .column:last-child{
        border-bottom: unset;
    }
    .strong-container .column p{
        font-size: 16px;
        line-height: 200%;
        width: 100%;
    }
    .strong-container{
        margin-bottom: 0;
        row-gap: 30px;
    }
    #logo-area {
        margin: 100px auto 0px;
    }
    #logo-area .sub-title{
        font-size: 24px;
    }
    #logo-area .flex-wrap{
        flex-wrap: wrap-reverse;
        text-align: left;
        gap: 0;
    }
    #logo-area .contents{
        width: 100%;
        text-align: center;
    }
    #logo-area .illust{
        width: 60%;
        margin: 80px auto 50px;
    }
    #logo-area h2{
        font-size: 26px;
        line-height: 160%;
        letter-spacing: 4px;
        text-align: left;
        font-weight: bold;
        white-space: normal;
    }
    #logo-area p{
        text-align: left;
        letter-spacing: 0;
    }
    #logo-area .logo-line {
        margin: 80px auto 50px;
    }
}
@media screen and (max-width:360px) {

    #intro .title {
        height: 30px;
    }
    h2 {
        font-size: 25px;
        white-space: nowrap;
    }
}
@media screen and (max-width:320px) {
    h2 {
        font-size: 24px;
    }
    #intro .title{
        width: 100%;
        height: auto;
    }
    .strong-container .highlight-box {
        font-size: 19px;
    }
}