@charset "UTF-8";
.sub-eyecatch {
    background: url(../img/header.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 100px;
}

.sub-eyecatch h2 {
    margin: 0;
}

.service-hdlead {
    padding: 60px 0;
    margin: 0 auto;
    background: url(../img/lead-img01.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-bottom: 60px;
}

.service-hdlead .lead {
    font-size: 1.6rem;
    line-height: 2.0;
    text-align: justify;
    font-weight: 500 !important;
}

.service-day {
    background: #032e32;
    padding: 100px 0 60px;
    overflow: hidden;
}
.service-day.special {
    background:#453653;
}

.service-day h3 {
    font-size: 25px;
    text-align: center;
    margin: 0 auto 80px;
    color: #fff;
}

.service-day h3 img {
    display: inline-block;
}

.service-day h3 span.nbnm {
    margin-left: 30px;
}
.service-day h3 span.nbnm_sub{
    font-size: 1.8rem;
    line-height: 1;
}
.service-day p.nbnm_p{
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.8;
    text-align: center;
}


.service-day-hd04 {
    position: relative;
    min-height: 100px;
}

.service-day-hd04 span {
    display: inline-block;
    border-bottom: solid 1px #38291f;
    margin: 40px 0 0 113px;
    padding: 0 10px 5px;
}

.service-day .patrol:before {
    content: "";
    background: url(../../img/icon_service02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -52px;
    left: -72px;
}

.service-day .patrol:after {
    content: "";
    background: url(../img/service-365-img01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 150px;
    position: absolute;
    top: -50px;
    right: 590px;
}

.service-day .maintenance:before {
    content: "";
    background: url(../../img/icon_service03.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -48px;
    left: -65px;
}
.service-day .maki:before {
    content: "";
    background: url(../img/icon_service05.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -48px;
    left: -65px;
}
.service-day .yuki:before {
    content: "";
    background: url(../img/icon_service06.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -48px;
    left: -65px;
}

.service-day .maintenance:after {
    content: "";
    background: url(../img/service-365-img02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 150px;
    position: absolute;
    top: -50px;
    right: 590px;
}

.service-day .cleaning:before {
    content: "";
    background: url(../../img/icon_service04.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -51px;
    left: -76px;
}

.service-day .cleaning:after {
    content: "";
    background: url(../img/service-365-img03.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 150px;
    position: absolute;
    top: -50px;
    right: 590px;
}

.service-day .garden:before {
    content: "";
    background: url(../../img/icon_service01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -52px;
    left: -57px;
}

.service-day .garden:after {
    content: "";
    background: url(../img/service-365-img04.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 150px;
    position: absolute;
    top: -50px;
    right: 590px;
}
.service-day .option1:after {
    content: "";
    background: url(../img/option1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 150px;
    position: absolute;
    top: -50px;
    left: -25px;
}
.service-day .option2:after {
    content: "";
    background: url(../img/option2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    top: -50px;
    left: -25px;
}
.service-day .option3:after {
    content: "";
    background: url(../img/option3.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    height: 150px;
    position: absolute;
    top: -50px;
    left: -25px;
}

.service-day-item {
    margin: 0 15px;
    padding-bottom: 60px;
}

.service-day-item-row {
    margin: 0 45px;
    border-bottom: solid 1px #e8e3df;
    padding: 15px 0;
}

.service-day-item .last {
    border-bottom: none;
}

.service-day-item .container {
    background: #fff;
    padding-bottom: 30px;
}

.service-day-item .container p {
    font-size: 1.5rem;
    margin: 0;
}

.service-season {
    padding: 100px 0 50px;
}

.support-plan h3,
.service-season h3 {
    font-size: 25px;
    text-align: center;
    margin: 0 auto 30px;
    color: #664b39;
}

.service-season h3 img {
    display: inline-block;
}

.service-season h3 span {
    margin-left: 30px;
}

.service-season dl dt {
    font-size: 1.8rem;
    float: left;
    width: 20%;
}

.service-season dl dd {
    font-size: 1.6rem;
    float: left;
    width: 80%;
}

.service-season .spring {
    padding-top: 20px;
}

.service-season .spring dt {
    color: #dd8dc7;
}

.service-season .summer {
    padding-top: 20px;
}

.service-season .summer dt {
    color: #9cba00;
}

.service-season .autumn {
    padding-top: 20px;
}

.service-season .autumn dt {
    color: #dda140;
}

.service-season .winter {
    padding-top: 20px;
}

.service-season .winter dt {
    color: #92bfce;
}

.service-hdlead {
    background-size: 50%
}

@media screen and (max-width:1200px) {
    .service-hdlead {
        background-size: 45%
    }
}

@media screen and (max-width:991px) {
    .service-hdlead {
        background: none;
    }
}

.indent {
    padding-left: 28px;
}

.indent h5 {
    color: #01a496;
    text-indent: -14px;
    line-height: 1.3;
    font-size: 1.5rem;
}

.indent ul {
    padding-left: 0;
    font-size: 15px;
    list-style: none;
    margin-left: -14px;
}

@media screen and (max-width:1200px) {
    .service-day .maintenance::after,
    .service-day .patrol::after,
    .service-day .cleaning::after,
    .service-day .garden::after {
        right: 0
    }
}

@media screen and (max-width:600px) {
    .service-day-item-row {
        margin: 0 10px;
        border-bottom: solid 1px #e8e3df;
        padding: 15px 0 30px 0;
    }

    .service-day .maintenance::after,
    .service-day .patrol::after,
    .service-day .cleaning::after,
    .service-day .garden::after {
        top: -45px;
        width: 130px;
    }
    .service-day .garden::after {
        top: -45px;
        width: 200px;
    }
}

.nbnm {
    /* display: inline-block; */
    /* white-space: nowrap; */
    /* margin-left: 0 !important; */
}

@media screen and (max-width:1200px) {
    .service-season dl dt {
        width: 30%;
    }
    .service-season dl dd {
        width: 70%;
    }
}

@media screen and (max-width:991px) {
    .service-season .spring,
    .service-season .summer,
    .service-season .autumn,
    .service-season .winter {
        padding-top: 16px;
        text-align: center
    }
}

@media screen and (max-width:768px) {
    .service-season dl dt,
    .service-season dl dd {
        width: 100%;
        text-align: left;
    }
    .service-season-row h4 img{
        margin:0 auto;
        margin-top:25px;
    }
}
#service-cat01,#service-cat02,#service-cat03,#service-cat04 {
    margin-top:-160px;
    padding-top:160px;
}



body .service__box__item__card {
    border: solid 1px #ddd;
}

#about table th{
    width: 20%;
}
@media screen and (max-width: 600px) {
    #about table th{
        width: 25%;
    }
}

span.cap{
    color: #268562;
}

span.b{
    font-weight: 600;
}
span.red{
    color: #d90000;
}
span.blue{
    color: #297fdf;
}
span.sen {
    background: linear-gradient(transparent 40%, #c7f2ff 0%);
    /*     border-bottom: solid 3px #297fdf; */
    text-decoration: none;
    border: none;
}

.img_btn img{
    /*     box-shadow: 0 0 20px 0 rgb(29 90 42 / 50%); */
    filter: drop-shadow(
        2px 2px 11px #769392
    );
}

.img_btn img{
    max-width:80%;
    margin: auto;
}
.img_btn a{
    border-bottom:none;
    font-weight: 100;
    padding: 0;
}
.img_btn{
    margin: 50px 0 60px;
}

.btn{
    background: #fff;
}



/* 2025年8月リニューアルで追加 */

/* サブ見出し */
.service-detail h4 {
    font-size: 2.5rem;
    letter-spacing: 1px;
    color: #444444;
    position: relative;
    display: inline-block;
    padding: 2rem;
    margin-top: 10px;
    text-shadow: 0 0 2px white;
    left: 50%;
    transform: translateX(-50%);
    font-size: 19px;
}

.service-detail h4:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #77ab88;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* セクション-共通サービス */
.common-services-contents-bk {
    /* background-color: #01a496; */
    margin-bottom: 120px;
}

.common-services-item {
    position: relative;
    background: #ffffff;
    /* padding: 10px; */
    width: 40%;
    box-sizing: border-box;
    /* margin: 0 20px; */
    height: auto;
    /* border: 0.5px solid #cecece; */
    /* box-shadow: 0.0625rem 0.0625rem 0.6rem rgb(0 0 0 / 20%); */
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.16);
}


.common-services-img {
  width: 100%;
}


.common-services-img img {
  width: 100%;
}


.common-services-flex {
  flex-direction: column;
}


.common-services-tag {
    position: absolute;
    top: -40px;
    left: -40px;
    background-color: #06370c99;
    color: #fff;
    padding: 0px 18px;
    font-size: 60px;
    font-weight: bold;
    /* z-index: 10; */
    /* border-bottom-right-radius: 5px; */
    /* border-radius: 5px 5px 0px 0px; */
}


/* 擬似要素で背景レイヤーを作成 */
.common-services-item::after {
    content: ''; /* 擬似要素には content が必須です */
    position: absolute;
    top: 26px; /* 上から5pxずらします */
    left: 20px; /* 左から5pxずらします */
    width: 97%;
    height: 97%;
    background-color: #c5d1c0; /* 緑色の背景色 */
    z-index: -1; /* 親要素の behind に配置するため、z-indexを-1にします */
    /* border-radius: 5px; */ /* 親要素と合わせるために角丸を設定します */
}

.common-services-contents {
 display: block;
 width: 60%;
 /* height: 450px; */
 margin: 0 auto;
 /* background-color: aliceblue; */
}

.common-services-row {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 80px;
}

.common-services-tit {font-size: 20px;/* height: 40px; */margin: 0 0 20px;color: #ffffff;background-color: var(--main-green-color);/* border: 1px solid var(--main-green-color); */border-radius: 60px;/* width: auto; */max-width: max-content;padding: 3px 25px;text-align: center;}

.common-services-comment {
        border-top: 1px solid #E6E6E6;
        padding: 10px 5px;
        text-align: left;
}


.common-services-text {
    padding: 15px 15px;
}


@media screen and (max-width: 767px) {
  .common-services-row {
    display: block;
  }

  .common-services-item {
    width: 100%;
    margin-bottom: 100px;
  }
}


/* サービスの詳細 */
.sec-tit-text-bk {
    /* background-color: #d5eece; */
    background-color: #56625b;
    color: #ffffff;
    padding: 25px 0;
    margin-top: 20px;
}

.service-det-wrap {
        /* padding: 3.5%; */
        max-width: 90%;
        margin: 0 auto;
        padding: 50px 20px;
}



.service-det-wrap {
        /* padding: 3.5%; */
        max-width: 90%;
        margin: 0 auto;
        padding: 50px 20px;
}

.service-detail {
    /* background-color: #6bb69d; */
    /* width: 80%; */
    margin: 0 auto;
    /* padding: 3.2%; */
    /* max-width: 1300px; */
}

.service-det-bk {
    /* background-color: #6bb69d; */
    background-color: var(--sub-color-03);
}

.service-detail-contents {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    box-sizing: border-box;
    /* text-align: center; */
    /* margin-left: 20px; */
    /* margin-right: 50px; */
    padding-bottom: 20px;
    padding-top: 60px;
}

/* こんなお悩みありませんか？ */
.service-detail-worries {
  position: relative;
  width: 90%;
  display: flex;
}


.service-worries-img {
  width: 30%;
}


.service-worries-img img {
  width: 100%;
}


.worries-img-01 {
  position: absolute;
  top: 50px;
  left: 350px;
}


.worries-img-02 {
  position: absolute;
  top: 20px;
  left: 700px;
}


.worries-img-03 {
  position: absolute;
  top: 100px;
  right: 200px;
}


.flowing-bar-container {
  width: 2px; /* 縦棒の幅 */
  height: 150px; /* 縦棒全体が表示される高さ */
  background-color: #ffffff; /* 背景色 */
  position: relative; /* 子要素（縦棒）の配置基準 */
  overflow: hidden; /* 縦棒が親要素からはみ出ないように隠す */
  margin: 0 auto;
}


/* アニメーションする縦棒 */
.flowing-bar {
  width: 100%;
  height: 60px; /* 縦棒の長さ */
  background-color: #92ca90; /* 縦棒の色 */
  position: absolute;
  top: 20px; /* 縦棒を親要素の上端からマイナス分だけずらして配置し、最初は見えないようにする */


  /* アニメーションの定義 */
  animation: flowDown 2s ease-in-out infinite;
}


/* @keyframesでアニメーションの動きを定義 */
@keyframes flowDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(130px); /* 縦棒の長さ + 親要素の高さ = 30px + 100px */
  }
}


.solution-text-area {width: 600px;/* min-width: 300px; */margin: 0 auto;text-align: center;}

.solution-guide-text {background-color: #f8fcf4;/* font-size: 18px; */padding: 10px 25px;}

.solution-guide {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.solution-guide-sec02 {
    margin: 0 auto;
}

.solution-guide-sec02-item {
    width: 60%;
    margin: 0 auto;
    max-width: 600px;
}

.solution-guide-sec02-item img {
    width: 100%;
}

/* よくあるご相談 */
.others-service-item {
    position: relative;
    background: #ffffff;
    width: 300px;
    /* padding: 10px; */
    box-sizing: border-box;
    /* box-shadow: 0.0625rem 0.0625rem 0.6rem rgb(0 0 0 / 20%); */
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.16);
}

.others-service-comment {
border-top: 1px solid #E6E6E6;
    padding: 10px 5px;
    text-align: left;
}

.others-service-tit {
    font-size: 18px;
    font-weight: 600;
}


.others-service-text-wrap {
   padding: 20px;
}


.others-service-img {
  width: 100%;
}


.others-service-img img {
  width: 100%;
}


.others-service-flex {
  flex-direction: column;
}

/* 色々なご相談 */
.subtext-wrapper {margin: 0 auto;text-align: center;width: 500px;}
.support-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.support-details-item {
  width: calc(33.333% - 13.33px);
  background: #ffefef;
  box-sizing: border-box;
  transition: width 0.5s ease;
}

.support-details-img img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .support-details {
    flex-direction: column;
    gap: 0;
  }

  .support-details-item {
    width: 100%;
    margin-bottom: 20px;
  }
}


/* セクション-管理業務実績 */
.construction-section {

}

.content-left {
    flex-direction: row;
    /* background: rgba(60, 31, 15, 0.06); */
    /* padding: 50px 300px; */
}

.content-block {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    /* background-color: #ffffff; */
    /* border-radius: 8px; */
    overflow: hidden;
    padding: 50px 15%;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
}

.content-block img {
    width: 70%;
    object-fit: cover;
}

.content-text {
    padding: 20px;
    width: 50%;
}

.styled-heading {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

.styled-heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    background-color: #979797;
    border-radius: 2px;
}

.styled-heading span {
    display: block;
    font-size: 22px;
}


.mg-report-wrap {display: flex;flex-wrap: wrap;width: 600px;justify-content: center;align-items: center;margin: 0 auto;border: none;margin-top: 30px;margin-bottom: 100px;}

.mg-report-wrap img {

}

.mg-report-item {width: 80px;text-decoration: none;border-bottom: none;}

@media (max-width: 768px) {
.content-left {
    flex-direction: column;

}
}


/* 8月5日テスト */

.life-support-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 100px; /* 行の間隔だけを空ける */
    column-gap: 20px; /* 列の間隔をなくす */
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 0 20px;
    margin-bottom: 100px;
    box-sizing: border-box;
}

.life-support-item {
    /* border: 2px solid red; */
    background-color: #f7f7f7;
    /* padding-bottom: 20px; */
    text-align: center;
    /* border-radius: 8px; */
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px; /* ここを修正 */
    box-shadow: 0.0625rem 0.0625rem 0.6rem rgb(0 0 0 / 20%);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.16);
}

.life-support-top-decoration {
    position: absolute;
    top: -50px; /* ここを修正 */
    left: 50%;
    transform: translateX(-50%);
    width: 120px; /* 正円になるように幅と高さを同じにする */
    height: 120px; /* 正円になるように幅と高さを同じにする */
    background-color: #ffffff;
    border-radius: 50%; /* ここを修正 */
    /* border: 2px solid red; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.life-support-icon {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.life-support-icon svg {
    margin: 0 5px;
    fill: none;
    stroke: #497c5c;
}

.life-support-content {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.life-support-text {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.support-card-text {
    font-size: 1.6rem;
    color: #525252;
    line-height: 1.6;
    /* padding: 20px 20px 16px; */
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    border-top: 1px solid #E6E6E6;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.life-support-icon img {
    width: 70px;
    height: 70px;
    filter: invert(43%) sepia(43%) saturate(347%) hue-rotate(90deg) brightness(90%) contrast(91%);
}

@media (max-width: 768px) {
    .life-support-container {
        display: flex;
        flex-direction: column;
    }
}


.others-service {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    /* margin-bottom: 50px; */
    padding-bottom: 30px;
}




 .process-container {
     width: 100%;
     /* max-width: 1000px; */
     padding: 20px;
     background-color: #fff;
     /* border-radius: 10px; */
     /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
     background-color: #f5f5f5;
     margin:  0 auto;
     margin-top: 10px;
     margin-bottom: 100px;
 }

 .timeline {
     display: flex;
     /* flex-direction: column; */
     justify-content: space-between;
     align-items: center;
     margin-bottom: 50px;
     padding-bottom: 10px;
     position: relative;
     width: 80%;
     margin: 0 auto;
 }

 .timeline::before {
     content: '';
     position: absolute;
     left: 0;
     right: 0;
     bottom: -1px;
     height: 1px;
     z-index: 1;
 }

 .timeline-item {
     position: relative;
     text-align: center;
     flex-grow: 1;
 }

 .timeline-item::after {
     content: '';
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     width: 100%;
     height: 1px;
     background-color: #0c682e;
     z-index: 0;
 }

 .timeline-text {
     display: inline-block;
     padding: 0 10px;
     background-color: #fff;
     position: relative;
     z-index: 2;
     color: #0a0a0a;
     font-weight: bold;
     margin-right: 20px;
 }

 .flow-chart {
     display: flex;
     /* flex-direction: column; */
     align-items: center;
     justify-content: center;
     padding: 20px 0;
     width: 80%;
     margin: 0 auto;
 }

 .step {
     flex: 1;
     display: flex;
     justify-content: center;
     text-align: center;
     padding: 0 10px;
     clip-path: polygon(0% 20%, 25% 0, 100% 0, 100% 100%, 0 100%); /* 左上が削れたような形状 */
 }

 .icon-box {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     padding: 20px;
     background-color: #ffffff;
     /* border-radius: 5px; */
     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
     width: 100%;
     /* max-width: 200px; */
     height: 230px;
 }

 .icon {
     width: 120px;
     height: 120px;
     margin-bottom: 15px;
 }

 .step-text {
     font-weight: bold;
     color: #333;
 }

 .arrow {
     font-size: 3rem;
     color: #007bff; /* 青い矢印 */
     font-weight: bold;
     margin: 0 10px;
     line-height: 1;
     display: flex;
     align-items: center;
 }


 /* step-notesのスタイル */
.step-notes {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    /* box-sizing: border-box; */ /* パディングとボーダーを幅に含める */
    /* border: 1px solid #ccc; */
    /* border-radius: 5px; */
    /* resize: vertical; */ /* 縦方向のみリサイズ可能にする */
    /* font-size: 0.9rem; */
    text-align: left;
    color: #363636;
    /* background-color: #f9f9f9; */
}

/* flow-chartのステップの配置を調整 */
.flow-chart .step {
    display: flex;
    flex-direction: column; /* 要素を縦に並べる */
    align-items: center; /* 中央揃え */
}

/* icon-boxのパディングを調整 */
.icon-box {
    padding: 10px;
}

.worries-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 50px;
}

.worries-case {
    background-color: #365945;
    /* border-radius: 12px; */
    overflow: hidden;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100%;
    height: 420px;
    max-width: 320px;
}

.worries-case-header {
    /* background-color: white; */
    padding: 15px 20px;
    border-radius: 12px 12px 0 0;
}

.worries-case-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin: 0;
}

.worries-case-content {
    color: white;
    /* padding: 20px; */
    text-align: center;
}

.worries-case-subtitle {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 1.4;
}

.worries-case-body {
    /* background-color: white; */
    color: black;
    /* padding: 20px; */
    /* border-radius: 8px; */
    /* text-align: center; */ /* アイコンを中央に配置するためにtext-alignを変更 */
}

.worries-case-text-group {
    display: flex;
    justify-content: center;
    margin-bottom: 0; /* 余計な下部の隙間をなくす */
}

.worries-case-image {
    /* width: 300px; */
    /* height: 300px; */
    /* border-radius: 50%; */
    /* border: 1px solid #a9a9a9; */
    /* object-fit: cover; */
}

@media (max-width: 768px) {
    .worries-container {
        flex-direction: column;
        align-items: center;
        padding: 0px 20px;
        margin-top: 30px;
    }
    .worries-case {
        max-width: 93%;
        /* width: 300px; */
        /* padding: 20px 20px; */
        margin: 0 auto;
        height: 370px;
    }
}

.content-right-bk {
    background-color: #edeae1;
}

.step-notes span {
    border-bottom: 2px dotted #c6c6c6;
    line-height: 1.8em;
}


.solution-arrow-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 10px;
}

.mg-report-wrap {
        text-align: center;
}

@media (max-width: 768px) {
.common-services-contents {
    width: 100%;
    padding: 0px 30px;
}

.common-services-tag {
    position: absolute;
    top: -40px;
    left: -20px;
    padding: 0px 15px;
    font-size: 45px;
}

.common-services-tit {
    font-size: 17px;
    margin: 0 0 13px;
    padding: 5px 15px;
}

.service-det-bk {
padding-top: 50px;
}

.service-det-wrap {
    max-width: 100%;
    padding: 40px 15px;
}

.small-heading-01 {
        /* padding-left: 8%; */
        font-size: 20px;
        /* font-family: "YakuHanJP", dnp-shuei-mincho-pr6n, sans-serif; */
        /* font-weight: 600; */
        margin: 0 auto;
        margin-bottom: 0px;
        padding: 0.6rem 0;
        /* text-align: center; */
        /* color: #333; */
        /* border-top: 1px solid #9e9e9e; */
        /* border-bottom: 1px solid #9e9e9e; */
        /* width: 40%; */
        /* max-width: 500px; */
        min-width: 290px;
    }

    .solution-text-area {
width: auto;
}

.small-heading-03-wrap {
width: 300px;
max-width: 300px;
}

.small-heading-03 {
    font-size: 20px;
}

.others-service {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.others-service-item {
    margin: 0 auto;
}

.construction-section {
    padding-top: 50px;
}

.content-block {
    margin-bottom: 40px;
    padding: 0px;
}

.content-text {
    padding: 20px;
    width: 100%;
}

.content-block img {
    width: 90%;
    object-fit: cover;
}

.mg-report-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 30px;
}

.life-support-container {
    column-gap: 20px;
    max-width: 1100px;
    margin-top: 70px;
    padding: 0 20px;
    gap: 70px;
    margin-bottom: 50px;
}

.solution-guide {
    margin-top: 10px;
}

.process-container {position: relative;margin-bottom: 30px;}

.timeline {
  /* カウンターをリセット */
  counter-reset: timeline-counter;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  /* align-items: center; */
  margin-bottom: 50px;
  padding-bottom: 10px;
  position: absolute;
  left: -75px;
  width: 80%;
  /* margin: 0 auto; */
}

.timeline-item {
  /* 各項目でカウンターを1ずつ増やす */
  counter-increment: timeline-counter;
  position: absolute; /* ::afterの位置基準を設定 */
  /* left: 20px; */
}

.timeline-item::after {
  /* カウンターの値を表示 */
  content: counter(timeline-counter);
  
  /* 基本的なスタイル */
  content: '';
  position: absolute;
  left: -150px;
  top: 180px;
  /* height: 500px !important; */
  transform: translateY(-50%);
  width: 330px;
  height: 1px;
  background-color: #0c682e;
  transform: rotate(90deg);
  z-index: 0;
}

.timeline-item-01 {top: 0px;}

.timeline-item-02 {
    top: 410px;
}

.timeline-item-03 {
    top: 830px;
}

.timeline-item-04 {
    top: 1250px;
}

.flow-chart .step {margin-bottom: 20px;margin-top: 20px;}

.arrow {
transform: rotate(90deg); 
}

.flow-chart {
    display: flex;
    flex-direction: column;
}

.flowing-bar-container {
margin-bottom: 20px;
}

.service-hdlead {
    padding: 0px 0;
    margin-bottom: 40px;
}

.common-services-contents-bk {
    /* background-color: #01a496; */
    margin-bottom: 40px;
}

.service-detail {
    /* background-color: #6bb69d; */
    /* width: 80%; */
    margin: 0 auto;
    margin-top: -20px;
    /* padding: 3.2%; */
    /* max-width: 1300px; */
}

.worries-case-title {
    font-size: 23px;
}

.service-detail-contents {
    padding-top: 30px;
}

.worries-case-subtitle {
    font-size: 16px;
}

#cancellation {
    font-size: 2.5rem;
    letter-spacing: 1px;
    color: #444444;
    position: relative;
    display: inline-block;
    padding: 2rem;
    margin-top: 10px;
    text-shadow: 0 0 2px white;
    left: 50%;
    transform: translateX(-50%);
    font-size: 17px;
    text-align: center;
}

.service-detail #cancellation:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 50%;
    width: 90px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #77ab88;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flowing-bar-container {
    height: 100px;
}
}


@media (min-width: 768px) and (max-width: 1350px) {
.flow-chart {
    width: 100%;
}
}