section{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
section article{
    padding: 40px 45px;
    background-color: #fefbf7;
    border-radius: 30px;
    box-shadow: 0px 4px 6px 0px rgba(30,30,30,0.04);
}
span.orange{
    font-size: inherit;
    color: #e59e45;
    font-weight: 500;
}
#mainVisual{
    margin-top: 100px;
}
#mainVisual .mainTitle{
    text-align: center;
}
#mainVisual .mainTitle h5{
    font-size: 18px;
    color: #444444;
}
#mainVisual .mainTitle h1{
    font-size: 42px;
    color: #000000;
    font-weight: 500;
}
#mainVisual article{
    text-align: center;
    margin-top: 100px;
    padding-top: 90px ;
    padding-bottom: 90px ;
}
#mainVisual article h1{
    font-size: 36px;
    color: #000000;
}
#mainVisual article h1 span{
    font-weight: bold;
}
#mainVisual article p{
    margin-top: 30px;
    color: #444444;
}
#service{
    margin-top: 100px;
}
#service article.titleBox{
    position: relative;
    text-align: center;
    padding-bottom: 75px;
    padding-top: 75px;
}
#service article.titleBox .badge{
    background-color: #e1830e;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%,0);
    font-size: 21px;
    font-weight: 500;
    border-radius: 20px;
    padding: 0;
    width: 160px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#service article.titleBox p{
    font-size: 24px;
    color: #444444;
}
#service .serviceList{
    margin-top: 70px;
}
#service .serviceList > li{
    padding: 40px 45px;
    background-color: #fefbf7;
    border-radius: 30px;
    box-shadow: 0px 4px 6px 0px rgba(30,30,30,0.04);
    display: flex;
    align-items: center;
    gap: 90px;
}
#service .serviceList > li+li{
    margin-top: 20px;
}
#service .serviceList > li .iconBox{
    width: 160px;
    height: 160px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#service .serviceList > li .iconBox::before{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    background-color: #e5e2de;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}
#service .serviceList > li .iconBox img{
    position: relative;
    z-index: 10;
}
#service .serviceList > li dl{
    display: flex;
    align-items: center;
}
#service .serviceList > li dl dt{
    font-size: 32px;
    color: #444444;
    width: 250px;
    font-weight: 400;
}
#service .serviceList > li dl dd ul li{
    font-size: 24px;
    font-weight: 400;
}
#service .cardList{
    display: flex;
    gap: 40px;
    margin-top: 100px;
}
#service .cardList > li{
    flex: 1;
    background-color: #fefbf7;
    border-radius: 30px;
    box-shadow: 0px 4px 6px 0px rgba(30,30,30,0.04);
    overflow: hidden;
}
#service .cardList > li dt{
    background-color: #e9b26e;
    padding: 50px 0;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
#service .cardList > li dd{
    padding: 70px 45px;
    font-size: 30px;
    color: #444444;
    font-weight: 300;
    text-align: center;
    position: relative;
    z-index: 9999;
}
#service .cardList > li dd .underline{
    position: relative;
    display: inline-block;
}
#service .cardList > li dd span{
    font-size: inherit;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    z-index: 2;
}
#service .cardList > li dd .underline::after{
    position: absolute;
    width: 110%;
    height: 20px;
    background-color: #e59e45;
    content: '';
    left: -5%;
    bottom: 0px;
    display: block;
    z-index: -1;
    border-radius: 4px;
    opacity: 0.5;
}
#profile{
    background-color: #fefbf7;
    padding: 150px 62px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0px 4px 6px 0px rgba(30,30,30,0.04);
    margin-top: 140px;
    margin-bottom: 200px;
}
#profile .sectionTitle h2.title{
    font-size: 42px;
    color: #2f2f2f;
    font-weight: bold;
}
#profile .sectionTitle p.content{
    font-size: 18px;
    color: #444444;
    margin-top: 30px;
    white-space: pre-line;
}
#profile article{
    margin-top: 25px;
    padding: 0;
    box-shadow: none;
}
#profile article #profileTab{
    gap: 10px;
}
#profile article #profileTab button{
    padding: 5px 24px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    transition: background-color 0.5s, color 0.5s;
    background-color: transparent;
    border-radius: 20px;   
}
#profile article #profileTab button:hover,#profile article #profileTab button.active{
    background-color: #000;
    color: #fff;
}
#profile article #profileTabContent .profile{
    margin-top: 70px;
}
#profile article #profileTabContent .profile .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 4px 6px 0px rgba(40,40,40,0.04);
    padding: 30px 0;
}
#profile article #profileTabContent .owl-stage{
    padding-left: 0!important;
}
#profile article #profileTabContent .profile .item .picture{
    width: 175px;
    height: 175px;
    /* background-color: #c8c8c8;
    border-radius: 50%; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

#profile article #profileTabContent .profile .item .info{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#profile article #profileTabContent .profile .item .info .role{
    color: #444444;
    font-size: 14px;
    line-height: 1;
}
#profile article #profileTabContent .profile .item .info .name{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}
#profile article #profileTabContent .profile .item .info .history{
    margin-top: 20px;
}
#profile article #profileTabContent .profile .item .info .history > li{
    color: #444444;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
#profile article #profileTabContent .profile .item .info .history > li + li{
    margin-top: 15px;
}
@media screen and (max-width: 768px) {
    #wrap{
        padding: 0 15px;
    }
    #mainVisual{
        margin-top: 45px;
    }
    #mainVisual .mainTitle h5{
        font-size: 13px;
    }
    #mainVisual .mainTitle h1{
        font-size: 20px;
    }
    #mainVisual article h1{
        font-size: 20px;
    }
    #mainVisual article p{
        margin-top: 20px;
        font-size: 13px;
    }
    #mainVisual article{
        padding: 30px;
        margin-top: 45px;
    }
    #service article.titleBox p{
        font-size: 13px;
    }
    #service article.titleBox{
        padding: 50px 40px;
    }
    
    #service .serviceList > li{
        flex-direction: column;
        gap: 0;
    }
    #service .serviceList > li .iconBox{
        width: 90px;
        height: 90px;
    }
    #service .serviceList > li dl{
        flex-direction: column;
    }
    #service .serviceList > li dl dt{
        font-size: 14px;
        width: auto;
    }
    #service .serviceList > li dl dd ul li{
        font-size: 13px;
        text-align: center;
        margin-top: 20px;
    }
    #service .cardList{
        display: none;
    }
    #profile{
        padding: 25px 30px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    #profile .sectionTitle h2.title{
        font-size: 20px;
    }
    #profile .sectionTitle p.content{
        font-size: 13px;
        font-weight: 100;
        margin-top: 10px;
    }
    #profile article #profileTabContent .profile .item{
        border-radius: 8px;
    }
    #profile article #profileTabContent .profile .item .picture{
        width: 110px;
        height: 110px;
    }
    #profile article #profileTabContent .profile .item .info .role{
        font-size: 13px;
    }
    #profile article #profileTabContent .profile .item .info .name{
        font-size: 13px;
        
    }
    #profile article #profileTabContent .profile .item .info .history > li{
        font-size: 12px;
    }
    #profile article #profileTabContent .profile .item .info .history > li a{
        font-size: inherit;
    }
}