/* ここからパンくず */
.breadcrumb {
    font-size: 12px;
    color: #555;
    margin: 20px 0;
}

.breadcrumb ol {
    list-style: none;
    display: flex;
    gap: 6px;
    padding: 0;
    margin: 0;
}

.breadcrumb li::after {
    content: ">";
    margin: 0 6px;
    color: #aaa;
}

.breadcrumb li:last-child::after {
    content: "";
    /* 最後は「>」なし */
}

.breadcrumb a {
    text-decoration: none;
    color: #555;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* ここまでパンくず */

/* ここからアバウト */


.section_title-about {
    position: relative;
    margin-top: 100px;
}

.section_title-about .section_title-center {
    position: relative;
    z-index: 5;
}

.section_title-about .title_img {
    position: absolute;
    content: "";
    top: -40%;
    left: 25%;
    width: 473px;
    height: 210px;
    z-index: 3;
}

.title_img {
    max-width: 95%;
    height: auto;
}

@media (max-width: 768px) {
    .section_title-about .title_img {
        top: -30%;
        left: 20%;
        width: 60%;
        height: 210px;
    }
}

.about_title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
}

.about_text {
    margin-bottom: 60px;
    font-size: 16px;
}

.about_img {
    margin-bottom: 150px;
    width: 100%;
}

/* ここまでアバウト */

/* ここからポリシー */
.policy {
    position: relative;
    width: 100%;
    background-image: url(/img/flame-deco/flame_green.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.policy_wrap {
    background-color: #fff;
    border-radius: 95px;
    margin-top: 90px;
    margin-bottom: 90px;
    padding: 60px 0 90px 0;
}

.policy_body {
    display: flex;
}



.policy_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-top: 82px;
}

.policy_body {
    border: 1.5px solid;
    border-radius: 30px;
    border-color: #562915;
    width: 310px;
    height: 390px;
    flex-direction: column;
    align-items: center;

}

.number {
    font-size: 32px;
    margin-top: 35px;
}

.policy_title {
    font-size: 15px;
    font-weight: bold;
    width: 165px;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    align-items: center;
}

.policy_body_text {
    font-size: 14px;
    line-height: 24px;
    width: 250px;
    text-align: center;
    align-items: center;
    margin-top: 30px;
}

/* ここまでポリシー */

/* ここから会社概要 */

.section_title-company {
    position: relative;
}

.section_title-company .section_title {
    position: relative;
    z-index: 5;
}

.section_title-company .title_img {
    position: absolute;
    content: "";
    top: -60px;
    left: -78px;
    width: 473px;
    height: 210px;
    z-index: 3;
}

@media (max-width: 768px) {
    .section_title-company .title_img {
        top: -40%;
        left: 0%;
        width: 60%;
        height: 210px;
    }
}

@media (max-width: 570px) {
    .section_title-company .title_img {
        top: -40%;
        left: 0%;
        width: 60%;
        height: 210px;
    }
}

.title_img {
    max-width: 95%;
    height: auto;
}

.company .section_title {
    margin-top: 100px;
}

.company_info {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    background-color: #F7F6F6;
    padding: 50px;
    border-radius: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .company_info {
        line-height: 40px;
    }
}

@media (max-width: 570px) {
    .company_info {
        margin-bottom: 50px;
    }
}

/* ここまで会社概要 */

/* ここからフッター */
/* ここまでフッター */