@charset "UTF-8";
/* トップ */
.hero-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -99;
    width: 100%;
    height: 400px;
}
.hero-area-sp {
    display: none;
}
.section-top {
    position: relative;
    margin: 0 80px 100px;
}
.section-top__title {
    margin-top: 10px;
}
.section-top__title h1 {
    text-align: center;
    color: #0D9C56;
    font-size: 8.2rem;
    font-family: "heebo", sans-serif;
    font-weight: 700;
}
.section-top__title h2 {
    text-align: center;
    color: #4E3E00;
    font-size: 1.8rem;
    margin-top: -15px;
    margin-left: 10px;
}
.section-top img {
    position: absolute;
    height: 209px;
    right: 100px;
    top: 70px;
}
@media (max-width: 960px) {
    .hero-area {
        height: 300px;
    }
    .section-top {
        position: relative;
        margin: 0 40px 100px;
    }
    .section-top__title {
        margin-top: 10px;
    }
    .section-top__title h1 {
        text-align: left;
        font-size: 5.2rem;
    }
    .section-top__title h2 {
        text-align: left;
        font-size: 1.6rem;
        margin-top: -10px;
        margin-left: 5px;
    }
    .section-top img {
        position: absolute;
        height: 160px;
        right: -10px;
        top: 90px;
    }
}
@media (max-width: 500px) {
    .hero-area {
        display: none;
    }
    .hero-area-sp {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -99;
        width: 100%;
        height: 260px;
    }
    .section-top img {
        position: absolute;
        height: 130px;
        right: -10px;
        top: 90px;
    }
}

/* ページリンク */
#page-links {
    margin-top: 220px;
}
#page-links ul {
    display: flex;
    justify-content: center;
    margin-bottom: 140px;
}
#page-links ul li {
    list-style: none;
}
#page-links ul li a {
    text-decoration: none;
    padding: 3px 100px;
    font-size: 1.8rem;
    color: #4E3E00;
    border-left: solid 3px #0D9C56;
}
#page-links ul li:first-child a {
    border-left: none;
}
@media (max-width: 960px) {
    #page-links ul li a {
        text-decoration: none;
        padding: 3px 50px;
        font-size: 1.4rem;
        color: #4E3E00;
        border-left: solid 3px #0D9C56;
    }
    #page-links ul {
        margin-bottom: 80px;
    }
}
@media (max-width: 740px) {
    #page-links {
        display: none;
    }
}

/* 事業理念 */
.section-philosophy {
    text-align: center;
    margin-bottom: 80px;
}
.section-philosophy h3 {
    font-size: 4.2rem;
    margin-bottom: 35px;
}
.section-philosophy h3::before {
    position: absolute;
    content: "“";
    color: #FFC631;
    margin-top: -40px;
    margin-left: -40px;
}
.section-philosophy h3::after {
    position: absolute;
    content: "”";
    color: #FFC631;
    margin-top: 40px;
    margin-left: 20px;
}
.section-philosophy p {
    font-weight: 400;
}
@media (max-width: 960px) {
    .section-philosophy h3 {
        font-size: 3.2rem;
        margin-bottom: 25px;
        margin-top: 30px;
    }
    .section-philosophy h3::before {
        position: absolute;
        content: "“";
        color: #FFC631;
        margin-top: -40px;
        margin-left: -40px;
    }
    .section-philosophy h3::after {
        position: absolute;
        content: "”";
        color: #FFC631;
        margin-top: 40px;
        margin-left: 20px;
    }
    .section-philosophy p {
        font-weight: 400;
    }
}
@media (max-width: 740px) {
    .section-philosophy {
        text-align: center;
        margin-bottom: 80px;
    }
    .section-philosophy h3 {
        font-size: 2.4rem;
        width: 240px;
        margin:200px auto 35px;
    }
    .section-philosophy h3::before {
        position: absolute;
        content: "“";
        color: #FFC631;
        margin-top: -20px;
        margin-left: -20px;
    }
    .section-philosophy h3::after {
        position: absolute;
        content: "”";
        color: #FFC631;
        margin-top: 20px;
        margin-left: 15px;
    }
    .section-philosophy p {
        font-weight: 400;
        font-size: 1.4rem;
        margin-top: 40px;
    }
}

/* 事業内容 */
.section-service__bg {
    position: absolute;
    z-index: -99;
    background-color: #ECE9E1;
    max-width: 1000px;
    height: 1870px;
    border-radius: 100px;
    right: 0;
    left: 0;
    margin: auto;
}
.section-service {
    margin-bottom: 300px;
}
.section-service h3 {
    font-size: 3.6rem;
    color: #4E3E00;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 80px;
}
.section-service ul {
    max-width: 1640px;
    margin: 0 auto;
}
.section-service ul li {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.section-service ul li:nth-child(even) {
    flex-direction: row-reverse;
}
.section-service__img-01 , .section-service__img-03 {
    height: 360px;
    border-radius: 0 180px 180px 0;
}
.section-service__img-02 , .section-service__img-04 {
    height: 360px;
    border-radius: 180px 0 0 180px;
}
.section-service__column {
    margin: 0 120px;
}
.section-service__column h4 {
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.section-service__column h4::before {
    position: absolute;
    content: "";
    z-index: -89;
    background-size: cover;
    height: 58px;
    width: 75px;
    margin-top: -15px;
    margin-left: -45px;
}
.section-service__column-title__01::before {
    background-image: url("../images/company/section-service__column-mark01.png");
}
.section-service__column-title__02::before {
    background-image: url("../images/company/section-service__column-mark02.png");
}
.section-service__column-title__03::before {
    background-image: url("../images/company/section-service__column-mark03.png");
}
.section-service__column-title__04::before {
    background-image: url("../images/company/section-service__column-mark04.png");
}
.section-service__column h5 {
    font-size: 1.4rem;
    color: #BAAD8D;
    margin-bottom: 25px;
}
.section-service__column h5::after {
    position: absolute;
    content: "";
    z-index: -89;
    background-size: cover;
    height: 21px;
    width: 31px;
    margin-left: 10px;
}
.section-service__column-subtitle__01::after {
    background-image: url("../images/company/section-service__column-logo01.png");
}
.section-service__column-subtitle__02::after {
    background-image: url("../images/company/section-service__column-logo02.png");
}
.section-service__column-subtitle__03::after {
    background-image: url("../images/company/section-service__column-logo03.png");
}
.section-service__column-subtitle__04::after {
    background-image: url("../images/company/section-service__column-logo04.png");
}
.section-service__column p {
    font-weight: 400;
    width: 350px;
    margin-bottom: 40px;
}
@media (max-width: 960px) {
    .section-service__bg {
        border-radius: 80px;
        margin: auto 40px;
        height: 1130px;
    }
    .section-service {
        margin-bottom: 200px;
    }
    .section-service h3 {
        font-size: 2.4rem;
        padding-top: 30px;
        margin-bottom: 70px;
    }
    .section-service ul li {
        display: flex;
        margin-bottom: 40px;
    }
    .section-service__img-01 , .section-service__img-03 {
        height: 200px;
        border-radius: 0 100px 100px 0;
    }
    .section-service__img-02 , .section-service__img-04 {
        height: 200px;
        border-radius: 100px 0 0 100px;
    }
    .section-service__column {
        margin: 0 60px;
    }
    .section-service__column h4 {
        font-size: 1.8rem;
        margin-bottom: 0px;
    }
    .section-service__column h4::before {
        position: absolute;
        content: "";
        z-index: -89;
        background-size: cover;
        height: 40px;
        width: 52px;
        margin-top: -10px;
        margin-left: -30px;
    }
    .section-service__column h5 {
        font-size: 1.2rem;
        color: #BAAD8D;
        margin-bottom: 10px;
    }
    .section-service__column h5::after {
        position: absolute;
        content: "";
        z-index: -89;
        background-size: cover;
        height: 16px;
        width: 24px;
        margin-left: 10px;
    }
    .section-service__column p {
        font-size: 1.4rem;
        font-weight: 400;
        width: 300px;
        margin-bottom: 40px;
    }
}
@media (max-width: 740px) {
    .section-service__bg {
        border-radius: 30px;
        margin: auto 40px;
        height: 1700px;
    }
    .section-service {
        margin-bottom: 200px;
    }
    .section-service h3 {
        margin-bottom: 30px;
    }
    .section-service ul li {
        display: block;
        margin-bottom: 40px;
    }
    .section-service__img-01 , .section-service__img-03 {
        height: 200px;
        border-radius: 0 100px 100px 0;
        margin-bottom: 30px;
    }
    .section-service__img-02 , .section-service__img-04 {
        display: block;
        height: 200px;
        border-radius: 100px 0 0 100px;
        margin-bottom: 30px;
        margin-left: auto;
    }
    .section-service__column {
        margin: 0 0 0 60px ;
    }
    .section-service__column h4 {
        font-size: 1.8rem;
        margin-bottom: 0px;
    }
    .section-service__column h4::before {
        position: absolute;
        content: "";
        z-index: -89;
        background-size: cover;
        height: 40px;
        width: 52px;
        margin-top: -10px;
        margin-left: -30px;
    }
    .section-service__column h5 {
        font-size: 1.2rem;
        color: #BAAD8D;
        margin-bottom: 10px;
    }
    .section-service__column h5::after {
        position: absolute;
        content: "";
        z-index: -89;
        background-size: cover;
        height: 16px;
        width: 24px;
        margin-left: 10px;
    }
    .section-service__column p {
        font-size: 1.4rem;
        font-weight: 400;
        width: 255px;
        margin-bottom: 40px;
    }
}

/* 事業概要 */
.section-outline__contents {
    display: flex;
    justify-content: center;
    margin-left: 100px;
    margin-bottom: 100px;
}
.section-outline__column h3 {
    font-size: 3.6rem;
    color: #4E3E00;
    margin-bottom: 50px;
}
.section-outline__contents img {
    height: 526px;
    margin-left: 30px;
}
.section-outline__table td {
    border-bottom: solid 1px #BAAD8D;
    padding: 30px 50px 30px 0;
}
.section-outline__table td:first-child , .section-outline__table td:nth-child(2) {
    border-top: solid 1px #BAAD8D;
}
@media (max-width: 960px) {
    .section-outline__contents {
        display: flex;
        margin-left: 100px;
        margin-bottom: 100px;
    }
    .section-outline__column h3 {
        font-size: 2.4rem;
        color: #4E3E00;
        margin-bottom: 50px;
    }
    .section-outline__contents img {
        height: 270px;
        margin-left: 30px;
        margin-top: 50px;
    }
    .section-outline__table {
        font-size: 1.4rem;
    }
    .section-outline__table td {
        border-bottom: solid 1px #BAAD8D;
        padding: 20px 30px 20px 0;
    }
    .section-outline__table td:first-child , .section-outline__table td:nth-child(2) {
        border-top: solid 1px #BAAD8D;
    }
}
@media (max-width: 750px) {
    .section-outline__contents {
        display: block;
        margin: 0 20px 100px;
    }
    .section-outline__column h3 {
        font-size: 2.4rem;
        color: #4E3E00;
        margin-bottom: 30px;
        text-align: center;
    }
    .section-outline__contents img {
        display: block;
        height: 270px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .section-outline__table {
        margin: 0 auto;
    }
    .section-outline__table tr {
        font-size: 1.4rem;
        border-bottom: solid 1px #BAAD8D;
    }
    .section-outline__table td {
        border-bottom: none;
        padding: 10px 20px 15px 10px;
        display: block;
    }
    .section-outline__table tr td:first-child {
        color: #BAAD8D;
        padding-bottom: 0px;
    }
    .section-outline__table td:first-child , .section-outline__table td:nth-child(2) {
        border-top: none;
    }
    .section-outline__table td:first-child {
        border-top: solid 1px #BAAD8D;
    }
}