

p{
    font-size: 21px;
    color: #4C4948;
    line-height: 45px;
}
h2{
    color: #70BD18;
    font-size: 45px;
    line-height: 180%;
    padding-bottom: 25px;
}
.title-area{
    margin-bottom: 100px;
}
.title-area b{
    font-size: 21px;
    padding-top: 20px;
    display: block;
    font-weight: 500;
}
#intro{
    position: relative;
    margin-top: 10vw;
}
#intro .title{
    height: 70px;
    width: auto;
}
#intro p{
    color: #4C4948;
    line-height: 45px;
    font-size: 21px;
}
#intro .philosophy-photo{
    position: absolute;
    width: 70%;
    top: -10vw;
    right: -22vw;
    z-index: -1;
    max-width: 1000px;
    aspect-ratio: 62 / 51;
}
#m-v{
    margin: 15vw 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;
}
.sub-title{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 0;
    border-bottom: solid 2px #70BD18;
    display: inline-flex;
    text-align: center;
    margin-bottom: 20px;
    color: #4C4948;
    align-items: center;
}
hr{
    border-top: none;
    border-bottom: solid 1px #70BD18;
}
#strong .sub-title {
    font-size: 24px;
}
#m-v .illust{
    max-width: 250px;
    vertical-align: bottom;
}

#strong .middle-wrap{
    background: linear-gradient(135deg, #F3FAEE 14.72%, #E3F3D7 50.36%, #F3FAEE 86.01%);
    border-radius: 10px;
    text-align: center;
    padding: 50px 5vw;
    box-sizing: border-box;
}
#strong .sub-title b {
    font-size: 44px;
    line-height: 150%;
}
.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: #70BD18;
    font-size: 32px;
}
.strong-container .column img {
    max-width: 200px;
    max-height: 150px;
    height: auto;
    margin: 0 auto 20px;
    margin-bottom: 20px;
    aspect-ratio: 100 / 90;
    vertical-align: bottom;
    object-fit: contain;
    object-position: bottom;
}
.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: #C3E69B;
    color: #4C4948;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 10px;
    margin: 15px auto;
    width: fit-content;
    box-sizing: border-box;
    min-width: 250px;
}

#logo{
    margin: 150px auto 0px;
}
#logo h2{
    font-weight: 400;
    margin-top: -5px;
    font-size: 32px;
    white-space: nowrap;
}
#logo p{
    font-size: 18px;
}
#logo .flex-wrap{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10vw;
}
#logo .illust{
    max-width: 450px;
}
#logo .logo-line{
    max-width: 600px;
    display: block;
    margin: 80px auto 0;
}
@media (max-width: 768px) {
#main{
    overflow: unset;
    padding-top: 60px;
}
#intro .title{
    height: 34px;
}
.title-area{
    bottom: -25vw;
    position: relative;
}
#intro .philosophy-photo {
    position: absolute;
    width: 100%;
    top: 40vw;
    right: -32vw;
    z-index: -1;
    max-width: 1000px;
    aspect-ratio: 62 / 51;
}
.under-bg {
    position: absolute;
    z-index: 1;
    width: 50%;
    top: 10vw;
}
#m-v {
    margin: 100vw auto 80px;
}
#m-v .flex-wrap {
    padding: 5vw 0;
    flex-wrap: wrap;
    row-gap: 30px;
}
h2{
    font-size: 26px;
    line-height: 160%;
    letter-spacing: 4px;
}
p{
    font-size: 18px;
    letter-spacing: 0;
}
#m-v .contents:last-child{
    width: 100%;
    align-content: center;
    text-align: center;
    padding-bottom: 50px;
}
#m-v .illust{
    max-width: 200px;
}
hr{
    margin-bottom: 30px;
}
#strong .middle-wrap{
    width: 100%;
    border-radius: 30px;
}
#strong .sub-title{
    font-size: 24px;
    margin-bottom: 0;
}
#strong .sub-title b{
    font-size: 44px;
}
.strong-container .column h2{
    font-size: 26px;
}
.strong-container .column p{
    width: 100%;
    font-size: 16px;
}
.strong-container .row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.strong-container .column {
    width: 100%;
    max-width: none;
    border-bottom: solid 1px #70BD18;
}
.strong-container .center .column:last-child{
    border-bottom: unset;
}
.strong-container .highlight-box{
    margin: 15px auto 50px;
    min-width: 250px;
}
.strong-container{
    margin-bottom: 0;
    row-gap: 30px;
}
#logo {
    margin: 100px auto 0px;
}
#logo .sub-title{
    font-size: 24px;
}
#logo .flex-wrap{
    flex-wrap: wrap-reverse;
    text-align: left;
    gap: 0;
}
#logo .contents{
    width: 100%;
    text-align: center;
}
#logo .illust{
    width: 60%;
    margin: 80px auto 50px;
}
#logo h2{
    font-size: 26px;
    line-height: 160%;
    letter-spacing: 4px;
    text-align: left;
    font-weight: bold;
    white-space: normal;
}
#logo p{
    text-align: left;
    line-height: 200%;
}
#logo .logo-line {
    margin: 80px auto 50px;
}
}

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

    #intro .title{
        width: 100%;
        height: auto;
    }

}

@media screen and (max-width:320px) {
    #intro .title{
        width: 100%;
        height: auto;
    }
    
}