/** ==================================================
* sub.css
* ================================================ */
.page-container .breadcrumb {
    max-width: var(--content-size-large);
    margin: 0 auto;
    padding-block: var(--px-20);
    color: var(--color-white);
}

.container-breadcrumb {
    background: linear-gradient(90deg, #2267A6 0%, #86B3E0 75%);
}

.c-breadcrumb {
    gap: var(--px-20);
}

.page-h2 {
    color: #2267A6;
    font-size: var(--font-40);
    font-weight: 500;
    text-align: center;
    margin: 0 auto var(--px-60);
    line-height: 1.5;
    position: relative;
    width: fit-content;
    z-index: 2;
}

.page-h2::after,.page-h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 13px;
    background-color: #FADA7A;
    border-radius: 8px;
    z-index: -1;
}

.page-h3 {
    color: #231815;
    font-family: Poppins;
    font-size: var(--font-30);
    font-style: normal;
    position: relative;
    font-weight: 600;
    line-height: normal;
    width: fit-content;
    margin: 0 auto var(--px-60);
    z-index: 2;
}

.page-h3__white {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 4px #FFF;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #2267A6;
    font-family: Poppins;
    font-size: var(--font-30);
    font-weight: 600;
}
.text-blue{
    color: #2267A6;
}


/* ==========================
   外壁塗装セクション
========================== */
.section-outerwall {
    background-color: #FEFBF2;
}

.group-outerwall {
    padding: var(--px-120) 20px;
}

.flex-container {
    display: flex;
    gap: 5.4vw;
    width: var(--content-size-large);
    margin-inline: auto;
}

.flex-container__image,
.flex-container__body {
    flex: 0 0 calc(50% - 2.7vw);
    /* 5.4vwの半分 */
}

.flex-container__image {
    width: calc(50% - 2.7vw);
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.group-outerwall .text {
    font-size: var(--font-18);
}

.group-symptoms {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: var(--px-120) 20px;
}
.group-symptoms__outerwall {
    background-image: url(../img/bg-outerwall.jpg);
}
.group-symptoms__roof {
    background-image: url(../img/bg-roof.jpg);
}



.symptoms-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1260px;
    margin: 0 auto;
}

.symptoms-card {
    position: relative;
    background: #f6f6f6;
    border: 4px solid #659ACD;
    border-radius: var(--px-20);
    padding: var(--px-70) var(--px-24) var(--px-32);
    text-align: center;
}

.symptoms-label {
    position: absolute;
    top: -2px;
    left: -2px;
    background: #659ACD;
    color: #fff;
    font-size: var(--px-18);
    padding: 4px 16px;
    border-radius: 16px 0 16px 0;
}

.symptoms-img {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
}

.symptoms-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.symptoms-card-title {
    font-size: var(--font-24);
    font-weight: bold;
    margin: 0 auto var(--px-24);
    color: #231815;
    font-weight: 600;
    line-height: normal;
    position: relative;
    width: fit-content;
}

.symptoms-card-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #87B2E0;
}

.symptoms-text {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    color: #333;
}

/* ==========================
   まつお装業の強み
========================== */
/* ==========================
   まつお装業の外壁塗装はここが違います！
========================== */
.group-strengths {
    max-width: 1300px;
    margin: 0 auto;
    padding: var(--px-120) 20px;
}

.page-h3 {
    text-align: center;
    font-size: 26px;
    color: #333;
    margin-bottom: 40px;
}

.txt-blue {
    color: #2b5bb5;
    background: linear-gradient(transparent 60%, #ffe98a 60%);
}

.strengths-list {
    display: flex;
    flex-direction: column;
    gap: var(--px-60);
}

.strengths-item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    overflow: hidden;
}

.strengths-item__title {
    background-color: #659ACD;
    color: #fff;
    text-align: center;
    font-size: var(--font-20);
    font-weight: bold;
    padding: 16px 20px;
    margin: 0;
}

.strengths-item:nth-child(2) .strengths-item__title {
    background-color: #4A8CC9;
}

.strengths-item__title.-dark {
    background-color: #2267A6;
}

.strengths-item__text {
    font-size: var(--font-16);
    line-height: 2;
    color: #333;
    padding:  var(--px-50) 14%;
    margin: 0;
    background-color: #fff;
}

/* ==========================
   レスポンシブ対応
========================== */
@media (max-width: 768px) {
    .strengths-item__title {
        font-size: 17px;
        padding: 14px 16px;
    }

    .strengths-item__text {
        padding: 20px;
    }
}


/* ==========================
   外壁塗装の流れ
========================== */
.group-flow {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px var(--px-120) 20px;
}

.page-h3.-underline {
    position: relative;
    display: table;
    margin: 0 auto 40px;
    font-size: 26px;
    color: #333;
    padding-bottom: 6px;
}

.page-h3.-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #ffe98a;
}

.flow-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.flow-item {
    text-align: center;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
}
.flow-item__textarea{
    background: #fff;
    padding: 140px var(--px-20) var(--px-30);
    border-radius: var(--px-20);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    margin-top: -100px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.flow-item__img {
    position: relative;
    z-index: 3;
    width: 92%;
    height: auto;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    overflow: visible;
}

.flow-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: visible;
}

.flow-item__title {
    position: relative;
    display: inline-block;
    font-size: var(--font-20);
    font-weight: 500;
    color: #2267A6;
    margin: 0 auto 16px;
    width: fit-content;
    z-index: 2;
}
.flow-item__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height:7px;
    background-color: #FADA7A;
    border-radius: 8px;
    z-index: -1;
}


.flow-item__text {
    font-size: var(--font-16);
    line-height: 1.8;
    text-align: left;
}

.flow-item__num {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #2267A6;
    font-size: var(--font-40);
    font-weight: 300;
    z-index: 4;
    -webkit-text-stroke: 7px #fff;
    paint-order: stroke fill;
    font-family: Poppins;

}

/* ==========================
   レスポンシブ対応
========================== */
@media (max-width: 1024px) {
    .flow-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .flow-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .symptoms-list {
        grid-template-columns: repeat(1, 1fr);
    }
}






/* ==========================
   屋根塗装セクション
========================== */
.section-roof {
    background-color: #F2F7F5;
}