@charset "utf-8";

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

section {
    margin-bottom: 180px;
    @media (width <= 999px) {
        margin-bottom: 50px;
    }
    .sectionInner {
        font-size: 1.6rem;
        h2 {
            margin-bottom: 50px;
            font-size: 3.0rem;
            font-weight: bold;
            text-align: center;
            @media (width <= 999px) {
                font-size: 2.5rem;
            }
        }
        h3 {
            margin-bottom: 30px;
            font-size: 2.5rem;
            font-weight: bold;
        }
        img {
            vertical-align: bottom;
        }
    }
}
.headline-section {
    .sectionInner {
        width: 700px;
        @media (width <= 999px) {
            width: 100%;
        }
    }
}
.services-section {
    .sectionInner {
        font-size: 1.8rem!important;
        .services-box {
            margin-bottom: 80px;
            .services-box_content {
                .services-box_content-img {
                    margin-bottom: 15px;
                    position: relative;
                    img {

                    }
                    div {
                        width: 100%;
                        height: 100%;
                        top: 0;
                        left: 0;
                        font-size: 4.0rem;
                        font-weight: bold;
                        text-align: center;
                        color: #fff;
                        position: absolute;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        @media (width <= 999px) {
                            padding: 20px;
                            font-size: 2.5rem;
                        }
                    }
                }
                .services-box_content-text {
                    text-align: center;
                }
            }
        }
        .services-info {
            width: 720px;
            margin: 0 auto;
            @media (width <= 999px) {
                width: 100%;
            }
        }
    }
}
.project-section {
    .sectionInner {
        border-top: 2px solid #b3ab87;
        padding-top: 50px;
        font-size: 1.8rem!important;
        h2 {
            span {
                font-size: 2.2rem;
            }
        }
    }
}
.philosophy-section {
    margin-bottom: 20px;
    padding: 80px 0;
    @media (width <= 999px) {
        padding: 40px 0;
    }
    .sectionInner {
        margin: 0 auto;
        font-size: 1.8rem!important;
        .philosophy-info {
            width: 700px;
            margin: 0 auto;
            @media (width <= 999px) {
                width: 100%;
                color: #000;
                text-shadow: 0px 0px 3px rgba(255,255,255,1),0px 0px 3px rgba(255,255,255,1),0px 0px 3px rgba(255,255,255,1);
            }
        }
    }
}