/*
 Theme Name:   OnePress Child
 Author:       S.Nakamoto
 Template:     onepress
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/* hero */
#hero h1 {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
#hero p {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

/* 事業案内 */
#services .feature-media img {
    max-width: 250px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
}

/* 施工実績 */
#works {
    background-color: #ffffff;
}

/* 企業理念 */
#mission {
    background-color: #f8f9f9;
    background-image: url('images/background1.png');
    background-size: cover;;
}
#mission .row {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    backdrop-filter: blur(5px);
}
#mission .row>div {
    padding: 0 48px
}
#mission .row h2 {
    font-size: max(2rem, 3.8vw);
    font-weight: bold;
    font-style: italic;
}
#mission .row h2::first-letter {
    color: #03c4eb;
    font-size: max(2.5rem, 4.5vw);
}

/* 企業概要 */
#profile {
    background-color: #ffffff;
}
#profile .ceo {
    background-color: rgba(3, 196, 235, .05);
    padding: 48px;
    border-radius: 0 48px 0 48px;

}

/* テーマ制作会社の表記を非表示 */
.site-info .container a[href*="famethemes.com"],
.site-info .container a[href*="onepress"] {
    display: none !important;
}

.site-info .container .sep {
    display: none;
}
