@charset "utf-8";

.philosophy {
    max-width: 960px;
    margin: 100px auto 80px;
    padding: 40px;
    background-color: #FEF4D6;
    border: 3px solid rgba(230, 0, 57, 1);
    border-radius: 20px;
    box-shadow: 10px 10px 0 rgba(230, 0, 57, 1);
}
.philosophy-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    max-width: 240px;
    margin: -74px auto 40px;
    padding: 20px 10px;
    background-color: rgba(230, 0, 57, 1);
    border-radius: 20px;
}
.philosophy-txt {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}
@media only screen and (max-width: 768px) {
    .philosophy {
        margin: 80px auto 80px;
        padding: 20px 20px 30px;
        border-radius: 10px;
        box-shadow: 5px 5px 0 rgba(230, 0, 57, 1);
    }
    .philosophy-title {
        font-size: 18px;
        margin: -46px auto 30px;
        padding: 15px 10px;
        border-radius: 10px;
    }
    .philosophy-txt {
        font-size: 15px;
    }
}
@media only screen and (max-width: 640px) {
    .philosophy {
        margin: 60px auto;
    }
}

.profile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.profile > div {
    width: 48%;
}
.profile-left dl dt,
.profile-right dl dt {
    font-size: 20px;
    font-weight: bold;
    color: rgba(230, 0, 57, 1);
    margin-bottom: 15px;
    padding: 5px;
    border-bottom: 1px dotted rgba(230, 0, 57, 1);
}
.profile-left dl dd,
.profile-right dl dd {
    margin-bottom: 40px;
}
.profile-left dl dd p,
.profile-right dl dd p {
    margin-bottom: 15px;
}
.profile-left dl dd ul,
.profile-right dl dd ul {
    list-style: disc;
    margin-left: 1.5em;
}
.profile-image {
    margin: 40px auto 0;
    position: relative;
    z-index: 1;
}
.profile-image img {
    border-radius: 10px;
}
.profile-image span {
    position: absolute;
    padding: 5px 10px;
    display: block;
    background: #fff;
    top: 10px;
    right: 10px;
    z-index: 2;
    font-weight: bold;
}
.office-link li a {
    color: rgba(230,0,57,1);
}
.office-link li a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .profile > div {
        width: 100%;
    }
    .profile-left dl dt,
    .profile-right dl dt {
        font-size: 15px;
    }
    .profile-left dl dd,
    .profile-right dl dd {
        margin-bottom: 30px;
    }
    .profile-left dl dd p,
    .profile-right dl dd p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .profile-left dl dd ul,
    .profile-right dl dd ul {
        font-size: 15px;
    }
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 480px) {
}
.business-info {
    margin-bottom: 10px;
}
.business-info p {
    font-weight: bold;
    margin-bottom: 0 !important;
}
.profile-left dl dd .business-info:last-child {
    margin-bottom: 0;
}
