@charset "utf-8";
#message {
    padding-top: 6.15%;
    padding-right: 6.15%;
    padding-left: 6.15%;
    background-image: url(../images/dot_deco_large.svg);
    background-repeat: no-repeat;
    background-position: left 90%;
    background-size: 30% auto;
    padding-bottom: 2.3%;
}
.message_cont {
    display: flex;

}

#message_box {
    width: 60%;
    margin-right: -80px;
    z-index: 999;
}
#message_txt {
	margin-top:16px;
    border-radius: 12px;
    padding: 32px;
    background-color: hsla(0,0%,100%,0.84);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#message_txt p {
    line-height: 2em;
    font-weight: 400;
}
#message_box #message_daihyo {
    font-size: 18px;
    font-weight: 500;
    margin-top: 24px;
}
#message_box #message_daihyo psan {
    margin-right: 16px;
    font-size: 16px;
    font-weight: 400;
}
#message_img {
    z-index: 998;
    width: 50%;
}
#philosophy {
    background-image: -webkit-linear-gradient(270deg,rgba(249,247,244,0.00) 0%,rgba(249,247,244,1.00) 38.19%);
    background-image: -moz-linear-gradient(270deg,rgba(249,247,244,0.00) 0%,rgba(249,247,244,1.00) 38.19%);
    background-image: -o-linear-gradient(270deg,rgba(249,247,244,0.00) 0%,rgba(249,247,244,1.00) 38.19%);
    background-image: linear-gradient(180deg,rgba(249,247,244,0.00) 0%,rgba(249,247,244,1.00) 38.19%);
    background-size: cover;
    background-position: center top;
    padding-top: 4.61%;
    padding-right: 6.15%;
    padding-left: 6.15%;
    padding-bottom: 7.69%;
    background-repeat: no-repeat;
}
#philosophy_cont {
    display: flex;
    justify-content: space-between;
    margin-top: 3.84%;
}
#philosophy_img {
    width: 42.3%;
}
#philosophy_img img {
    border-radius: 12px;
}
#philosophy_txt {
    width: 52.3%;
}
#philosophy_txt h3 {
    color: #de2526;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 5.38%;
}
#philosophy_txt p {
    font-weight: 500;
    line-height: 1.8em;
}
