@charset "UTF-8";

/* ------------共通設定--------------- */

 body{
    font-family:"Noto Sans JP";
    font-size: 16px;
    font-weight: 400;
    background-color: white;
}

#colonoscopy h3{
    font-size: 33px;
    font-family:"Noto Serif JP";
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    padding: 55px 0 0;
    position: relative;
}

#colonoscopy h3 .english {
    display: block;
    font-family:"Libre Caslon Text", serif;
    font-weight: 700;
    font-size: 55px;
}

.brSp {
        display: none;
    }
.pc_br {
    display: block;
}

/* sp */
@media screen and (max-width: 768px) {
    #colonoscopy h3{
    font-size: 22px;
    padding: 55px 0 0;
    line-height: 1.2;
    padding-top: 30px;

}

 body{
    font-family:"Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

#colonoscopy h3 .english {
    font-size: 30px;
    margin-bottom: 10px;
}
.pc_br {
    display: none;
}

}/* sp */

/* ---------------メインビジュアル ---------------*/
#colonoscopy #MV .mv-sp{
    display: none;
}

#colonoscopy #MV {
    display: flex;
    background: linear-gradient(white, #E2EDEA);
    position: relative;
}

/* #colonoscopy #MV::after {
    content: "";
    display:inline-block;
    background-image:url(../images/COLONOSCOPY/mv-pc.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    margin-top: 20px;
    margin-bottom: 20px;
    background-position: right; 
} */

#colonoscopy  #MV .mv-pc {
    height: 630px;
    margin: 13px 0;
}

#colonoscopy #MV .inner {
    margin-left: 70px;
    position: absolute; /* 要素を浮かせる */
    z-index: 1; /* 写真より上に乗るように */
}
#colonoscopy #MV .mv-pc {
    height: 630px;
    margin: 13px 0;
    width: calc(100% - 50px);
    margin-left: 30%; /* 調整 */
    border-top-left-radius: 335px;
    border-bottom-left-radius: 335px;
    overflow: hidden;
    position: relative;
    object-fit: cover; /* 写真のタテヨコ比がつぶれないように */
}


#colonoscopy  #MV .inner {
    /* margin-left: 20%; */
}

#colonoscopy  #MV .inner-content p {
    font-family:"Noto Serif JP";
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 2.5;
}
#colonoscopy  #MV .inner-content {
    margin-top: 30px;
}

#colonoscopy  #MV .inner-content h2 {
    font-family:"Noto Serif JP";
    font-size: 60px;
    font-weight: 700;
    color: #197561;
    text-align: center;
    line-height: 1.3;
}

#colonoscopy #MV .inner ul li:nth-child(even) {
  background-color: #197561; /* 偶数 */
}

#colonoscopy #MV .inner ul li:nth-child(odd) {
    background-color: #1B1D7C; /* 奇数 */
}

#colonoscopy #MV .inner ul {
    color: white;
    width: 80%;
    margin: 30px auto 0;
}

#colonoscopy #MV .inner ul li {
    margin-bottom: 13px;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
}

/* sp */
@media screen and (max-width: 768px) {
    #colonoscopy #MV .mv-sp{
    display: inline-block;
    height: auto;
    margin: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

  #colonoscopy #MV .mv-cp{
    display: none;
}

#colonoscopy #MV {
    display: flex;
    background: linear-gradient(white, #E2EDEA);
    position: relative;
    padding-bottom: 30px;
}

#colonoscopy #MV .inner {
    margin-left: 0;
    position: absolute; /* 要素を浮かせる */
    z-index: 1; /* 写真より上に乗るように */
    padding: 0;
}

#colonoscopy #MV .mv-pc {
    height: 0;
    margin: 0;
    width: 0;
    margin-left: 0; /* 調整 */
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
    position: relative;
    object-fit: cover; /* 写真のタテヨコ比がつぶれないように */
}

#colonoscopy  #MV .inner-content p {
    font-size: 24px;
    text-align: left;
    line-height: 2.5;
}
#colonoscopy  #MV .inner-content {
    margin: 75% auto 5% 5%;
}

#colonoscopy  #MV .inner-content h2 {
    font-size: 30px;
    text-align: left;
    line-height: 1.2;
    font-weight: 800;
}

#colonoscopy #MV .inner ul li:nth-child(2),#colonoscopy #MV .inner ul li:nth-child(3) {
  background-color: #197561; 
  padding: .5em 0px;
}

#colonoscopy #MV .inner ul li:nth-child(1),#colonoscopy #MV .inner ul li:nth-child(4) {
    background-color: #1B1D7C; 
    padding: .5em 0px;
}

/* #colonoscopy #MV {
    position: relative;
} */

#colonoscopy #MV .inner ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    color: white;
    margin:15px auto 0;
    /*column-count: 2;*/
    gap: 0 10px;
    width: 500px;
    max-width: 90%;
    overflow: hidden;
    /*height: 160px;*/
    /* position: absolute;
    bottom: -100px;
    left: 5%; */
}

#colonoscopy #MV .inner ul li {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
}/* sp */

/* ----------症状と検査受けよう------------ */
#colonoscopy .bgOne {
    background-image: url(../images/colonoscopy/background_01.png);
    background-size: auto 100%;
    padding-bottom: 20px;
    position: relative;
}

#colonoscopy .bgOne .english{
   color: #E2E2F0;
}

#colonoscopy .bgOne h3 {
    color: #FFFFFF;
}

#colonoscopy .bgOne h3::after {
    position: absolute;
    bottom: -1.8rem;
    left: 15%;
    right: 15%;
    border-bottom: 2px solid;
    content: '';
    color:#E2E2F0 ;
}

#colonoscopy .bgOne h3::before {
    position: absolute;
    bottom: -2.8rem;
    left: 15%;
    right: 15%;
    border-bottom: 9px solid;
    content: '';
    color:#E2E2F0 ;
}

#colonoscopy .bgOne ul {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    max-width: 96%;
    margin: 0 auto;
    gap: 20px;
    list-style: none;
    justify-content: center;
    margin: 120px auto 80px;
}

#colonoscopy .bgOne li {
    background: #fff;
    width: calc((100% - 200px) / 4);
    border-radius: 15px;
    padding: 20px 30px 20px 90px;
    display: flex;
    align-items: center;
    position: relative;
}

#colonoscopy .bgOne li:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: auto;
    left: 30px;
    margin: auto;
    width: 30px;
    height: 30px;
    background: url(../images/colonoscopy/check.png) no-repeat center center / cover;
}

#colonoscopy .bgOne:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: -56px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 60px solid #197561;
}

#colonoscopy .inspection {
    margin: 0 auto;
    text-align: center;
}
#colonoscopy .title-special {
    margin: 80px auto 30px;
}

#colonoscopy .title-special p{
    font-family:"Noto Sans JP";
    font-weight: 700;
    font-size: 35px;
    width: 795px;
    line-height: 1.5;
    margin: 0 auto;
}

.title-specialOne {
    text-align: left;
}

.title-specialTwo {
    text-align: right;
} 

#colonoscopy .big-red {
    font-size: 45px;
    color: #D92F18;
} 

#colonoscopy .btn-inspection a{
    background-color: #197561;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin:0 auto;
    padding: .7em 1.5em;
    border: none;
    border-radius: 14px;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    transition: 0.5s;
}

#colonoscopy .btn-inspection a::after {
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-left: 30px;
    margin-top: 6px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    content: '';
}

#colonoscopy .btn-inspection a:hover {
    background-color: #184C41;
}

#colonoscopy .btn-inspection {
    margin: 50px auto 50px;
}

/* sp */
@media screen and (max-width: 768px) {
#colonoscopy .bgOne .english{
   color: #E2E2F0;
}

#colonoscopy .bgOne h3 {
    color: #FFFFFF;
}

#colonoscopy .bgOne h3::after {
    bottom: -1rem;
    left: 5%;
    right: 5%;
    border-bottom: 2px solid;
}

#colonoscopy .bgOne h3::before {
    bottom: -2rem;
    left: 5%;
    right: 5%;
    border-bottom: 7px solid;
}

#colonoscopy .bgOne ul {
    width: 100%;
    max-width: 100%;
    margin: 70px auto 20px;
    display: flex;
    
    justify-content: center;
}

#colonoscopy .bgOne li {
    width: calc(100% / 3.5);
    height: 85px;
    padding: 20px 17px 20px 40px;
    line-height: 1.2;
} 

#colonoscopy .bgOne li:before {
    left: 10px;
    width: 20px;
    height: 20px;
}

#colonoscopy .bgOne:after {
    bottom: -30px;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 40px solid #197561;
}

#colonoscopy .inspection {
    margin: 0 auto;
    width: 80%;
    text-align: left;
}

#colonoscopy .title-special {
    margin: 50px auto 20px;
}

#colonoscopy .title-special p{
    font-size: 20px;
    width: 100%;
    line-height: 1.3;
    margin: 0 auto;
}

.title-specialOne {
    text-align: center;
}

.title-specialTwo {
    text-align: center;
} 

#colonoscopy .big-red {
    font-size: 20px;
} 

#colonoscopy .btn-inspection a{
    width: 200px;
    max-width: 90%;
    margin:0 auto;
    padding: .8em 1em;
    font-size: 18px;
    text-align: center;
}

#colonoscopy .btn-inspection a::after {
    width: 6px;
    height: 6px;
    margin-left: 20px;
    margin-top: 3px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}

#colonoscopy .btn-inspection {
    margin: 30px auto 50px;
}

#colonoscopy .btn-inspection a:hover {
    background-color: #197561;
}
}/* sp */

/* --------------大腸カメラとは------------------ */
#colonoscopy #COLONOSCOPY h3 span{
   color: #FFFFFF;
}

#colonoscopy #COLONOSCOPY .green{
   color: #197561;
}

#colonoscopy #COLONOSCOPY h3{
    color:#333;
}

#colonoscopy #COLONOSCOPY h3::after {
    position: absolute;
    bottom: -1.8rem;
    left: 15%;
    right: 15%;
    border-bottom: 2px solid;
    content: '';
    color:#197561 ;
}

#colonoscopy #COLONOSCOPY h3::before {
    position: absolute;
    bottom: -2.8rem;
    left: 15%;
    right: 15%;
    border-bottom: 9px solid;
    content: '';
    color:#197561;
}

#colonoscopy #COLONOSCOPY {
    background-image: url(../images/colonoscopy/background_02.png);
    background-size: auto 100%;
    position: relative;
    padding-bottom: 80px;
}
#colonoscopy #COLONOSCOPY .inner {
    width: 1300px;
    max-width: 80%;
    gap: 45px;
    justify-content: center;
    align-items: center;
    margin: 100px auto 0;
}

#colonoscopy #COLONOSCOPY .inner img {
    height: 304px;
    width: auto;
    margin-left: 5%;
    margin-top: 8px;
    float: right;
}

/* sp */
@media screen and (max-width: 768px) {
    #colonoscopy #COLONOSCOPY h3::after {
    bottom: -1rem;
    left: 5%;
    right: 5%;
    border-bottom: 2px solid;
    }

    #colonoscopy #COLONOSCOPY h3::before {
    bottom: -2rem;
    left: 5%;
    right: 5%;
    border-bottom: 7px solid;
    }

    #colonoscopy #COLONOSCOPY .inner {
    display: block;
    width: 100%;
    max-width: 90%;
    gap: 0px;
    justify-content: space-between;
    align-items: center;
    margin: 70px auto 0;
    padding: 0 2.5%;
    }

    #colonoscopy #COLONOSCOPY .inner img {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 25px;
    margin-left: 0;
    }

    #colonoscopy #COLONOSCOPY {
    padding-bottom: 50px;
}
}/* sp */

/* ----------大腸カメラ検査でわかる疾患-------------- */
#colonoscopy #DISEASE h3 span{
   color: #E2E2F0;
}

#colonoscopy #DISEASE h3{
    color:#FFFFFF;
}

#colonoscopy #DISEASE h3::after {
    position: absolute;
    bottom: -1.8rem;
    left: 15%;
    right: 15%;
    border-bottom: 2px solid;
    content: '';
    color:#E2E2F0;
}

#colonoscopy #DISEASE h3::before {
    position: absolute;
    bottom: -2.8rem;
    left: 15%;
    right: 15%;
    border-bottom: 9px solid;
    content: '';
    color:#E2E2F0;
}

#colonoscopy #DISEASE {
    background-image: url(../images/colonoscopy/background_03.png);
    background-size: auto 100%;
    position: relative;
    padding-bottom: 90px;
}

#colonoscopy #DISEASE .container {
    background-color: #fff;
    border-radius: 20px;
    width: 1257px;
    max-width: 90%;
    margin: 110px auto 0;
}

#colonoscopy #DISEASE .columnInner {
    display: flex;
    gap: 6.2%;
    justify-content: center;
    padding: 0 10%;
}

#colonoscopy #DISEASE h4 {
    font-size: 33px;
    color: #fff;
    text-align: center;
    padding: 10px auto;
    width: 230px;
    font-weight: 600;
    border-radius: 10px;
}

#colonoscopy #DISEASE .title-green {
    background-color: #197561;
    margin: 60px auto 30px;
}

#colonoscopy #DISEASE .title-red {
    background-color: #D92F18;
    margin: 0 auto;
    margin: 60px auto 30px;
}

#colonoscopy #DISEASE .columnTwo,#colonoscopy #DISEASE .columnOne {
    margin: 0 auto;
    width: 100%;
}

#colonoscopy #DISEASE .columnTwo .ul_wrap {
    padding: 20px 0px;
    width: 100%;
    background: #FCDBD7;
    display: flex;
    border-radius: 20px;
    justify-content: center;
}

#colonoscopy #DISEASE .columnOne .ul_wrap {
    padding: 20px 0px;
    width:100%;
    max-width: 100%;
    background: #E2EDEA;
    display: flex;
    gap: 5%;
    border-radius: 20px;
    justify-content: center;
}
#colonoscopy #DISEASE .default li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.4;
    margin-bottom: 8px;
}

#colonoscopy #DISEASE .default li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}

#colonoscopy #DISEASE .container p {
    max-width: 80%;
    margin: 0 auto;
    padding: 30px 0 50px;
}

#colonoscopy #DISEASE .red {
    color: #D92F18;
}

/* sp */
@media screen and (max-width: 768px) {
    #colonoscopy #DISEASE h3::after {
    bottom: -1rem;
    left: 5%;
    right: 5%;
    border-bottom: 2px solid;
    }

    #colonoscopy #DISEASE h3::before {
    bottom: -2rem;
    left: 5%;
    right: 5%;
    border-bottom: 7px solid;
    }

    #colonoscopy #DISEASE {
    padding-bottom: 50px;
    }

    #colonoscopy #DISEASE .container {
        margin: 70px auto 0;
        text-align: center;
    }

    #colonoscopy #DISEASE .columnInner {
        display: block;
        text-align: left;
        padding: 20px 5% 0;
        max-width: 335px;
        margin: 0 auto;
    }

    #colonoscopy #DISEASE h4 {
        font-size: 20px;
        padding: 10px auto;
        width: auto;
        max-width: 70%;
        border-radius: 6px;
    }

    #colonoscopy #DISEASE .title-green,#colonoscopy #DISEASE .title-red {
        margin: 30px auto 20px;
    }

    #colonoscopy #DISEASE .columnTwo .ul_wrap {
      padding: 20px 0;
        width:100%;
        box-sizing: border-box;
        display: flex;
        gap: 5%;
        border-radius: 20px;
        justify-content: center;
        margin: 0 auto;
    }

    #colonoscopy #DISEASE .columnOne .ul_wrap {
        padding: 20px 0;
        width:100%;
        display: flex;
        gap: 5%;
        border-radius: 20px;
        justify-content: center;
        margin: 0 auto;
        box-sizing: border-box;
    }

    #colonoscopy #DISEASE .container p {
        padding: 30px 0 35px;
        text-align: left;
    }

}/* sp */

/* ----------2024・2023年度 検査・治療件数 ------------*/
#colonoscopy #NumberOfTreatments {
    background-image: url(../images/colonoscopy/background_04.png);
    background-size: auto 100%;
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
}

#colonoscopy #NumberOfTreatments h3 {
    color: #fff;
    background-color: #D92F18;
    text-align: center;
    font-size: 35px;
    padding: 20px 30px;
    width: 830px;
    max-width: 70%;
    border-radius: 10px;
    margin:0 auto;
}

#colonoscopy #NumberOfTreatments h3 .big {
    font-size: 45px;
}

#colonoscopy #NumberOfTreatments .img {
    display: flex;
    gap: 6.25%;
    justify-content: center;
    margin-top: 50px;
}

/* sp */
@media screen and (max-width: 768px) {
    .brSp {
        display: inline;
    }

    #colonoscopy #NumberOfTreatments {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    #colonoscopy #NumberOfTreatments h3 {
        font-size: 20px;
        padding: 10px 10px;
        width: auto;
        max-width: 70%;
        line-height: 1.4;
    }

    #colonoscopy #NumberOfTreatments h3 .big {
        font-size: 30px;
    }

    #colonoscopy #NumberOfTreatments .img {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0px;
        margin: 20px auto 0;
        height: auto;
        /* width: 95%;
        justify-content: space-between; */
    }

    #colonoscopy #NumberOfTreatments img {
        margin-bottom: 0;
        width: 140px;
    }
}/* sp */

/* ------------当院の大腸カメラの特徴----------------- */
#colonoscopy #FEATURE h3 .english{
   color: #C0C8E2;
}

#colonoscopy #FEATURE h3{
    color:#333;
}

#colonoscopy #FEATURE h3 .green {
    color: #197561;
}

#colonoscopy #FEATURE h3::after {
    position: absolute;
    bottom: -1.8rem;
    left: 15%;
    right: 15%;
    border-bottom: 2px solid;
    content: '';
    color:#197561;
}

#colonoscopy #FEATURE h3::before {
    position: absolute;
    bottom: -2.8rem;
    left: 15%;
    right: 15%;
    border-bottom: 9px solid;
    content: '';
    color:#197561;
}

#colonoscopy #FEATURE .feature .content_feature01 figure {
    background: url(../images/colonoscopy/FEATURE_1.png) no-repeat right 50%;
    background-size: cover;
}
#colonoscopy #FEATURE .feature .content_feature02 figure {
    background: url(../images/colonoscopy/FEATURE_2.png) no-repeat left 50%;
    background-size: cover;
}
#colonoscopy #FEATURE .feature .content_feature03 figure {
    background: url(../images/colonoscopy/FEATURE_3.png) no-repeat right 50%;
    background-size: cover;
}
#colonoscopy #FEATURE .feature .content_feature04 figure {
    background: url(../images/colonoscopy/FEATURE_4.png) no-repeat left 50%;
    background-size: cover;
}
#colonoscopy #FEATURE .feature .content_feature05 figure {
    background: url(../images/colonoscopy/FEATURE_5.png) no-repeat right 50%;
    background-size: cover;
}
#colonoscopy #FEATURE .feature .content_feature06 figure {
    background: url(../images/colonoscopy/FEATURE_6.png) no-repeat left 50%;
    background-size: cover;
}
#colonoscopy #FEATURE .feature .content_feature07 figure {
    background: url(../images/colonoscopy/FEATURE_7.png) no-repeat right 50%;
    background-size: cover;
}

#colonoscopy #FEATURE figure {
    width: 50%;
    min-height: 400px;
}

#colonoscopy #FEATURE .content_feature01,.content_feature03,.content_feature05,.content_feature07 {
    display: flex;
    background-color: #E2EDEA;
    align-items: center;
    justify-content: center;
    position: relative;
}

#colonoscopy #FEATURE .content_feature01::after {
    position: absolute;
    content: url(../images/colonoscopy/FEATURE01.png);
    bottom: -15px;
    right: 10px;
}

#colonoscopy #FEATURE .content_feature03::after {
    position: absolute;
    content: url(../images/colonoscopy/FEATURE03.png);
    bottom: -15px;
    right: 10px;
}

#colonoscopy #FEATURE .content_feature05::after {
    position: absolute;
    content: url(../images/colonoscopy/FEATURE05.png);
    bottom: -15px;
    right: 10px;
}

#colonoscopy #FEATURE .content_feature07::after {
    position: absolute;
    content: url(../images/colonoscopy/FEATURE07.png);
    bottom: -15px;
    right: 10px;
}

#colonoscopy #FEATURE .content_feature02,.content_feature04,.content_feature06 {
    display: flex;
    background-color: #EEF1F9;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: row-reverse;
}

#colonoscopy #FEATURE .content_feature02::after {
    position: absolute;
    content: url(../images/colonoscopy/FEATURE02.png);
    bottom: -15px;
    left: 10px;
}

#colonoscopy #FEATURE .content_feature04::after {
    position: absolute;
    content: url(../images/colonoscopy/FEATURE04.png);
    bottom: -15px;
    left: 10px;
}


#colonoscopy #FEATURE .content_feature06::after {
    position: absolute;
    content: url(../images/colonoscopy/FEATURE06.png);
    bottom: -15px;
    left: 10px;
}

#colonoscopy #FEATURE img {
    height: 480px;
    max-height: 100%;
}

#colonoscopy #FEATURE .sentence h4 {
    font-family: "Noto Serif JP";
    color: #125143;
    font-size: 32px;
    max-width: 457px;
    line-height: 1.6;
    margin-bottom: 35px;
}

#colonoscopy #FEATURE .sentence .red {
    color: #D92F18;
}

#colonoscopy #FEATURE .sentence {
    width: 50%;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 2% 0 5%;
}

#colonoscopy #FEATURE .line-right {
    position: relative;
}

#colonoscopy #FEATURE .line-right::after {
    position:absolute;
    bottom: -20px;
    left: 0;
    right: -1000%;
    border-bottom: 2px solid;
    content: '';
    color:#197561;
}

#colonoscopy #FEATURE .line-right {
    position: relative;
}

#colonoscopy #FEATURE .line-right::after {
    position:absolute;
    bottom: -20px;
    left: 0;
    right: -1000%;
    border-bottom: 3px solid;
    content: '';
    color:#197561;
}

#colonoscopy #FEATURE .line-left {
    position: relative;
}

#colonoscopy #FEATURE .line-left::after {
    position:absolute;
    bottom: -20px;
    left: -1000%;
    right: 0;
    border-bottom: 3px solid;
    content: '';
    color:#197561;
}

#colonoscopy #FEATURE .feature {
    margin-top: 120px;
}

#colonoscopy #FEATURE .pcNone {
    display: none;
}

/* sp */
@media screen and (max-width: 768px) {
    #colonoscopy #FEATURE .pcNone {
    display: inline-block;
}

    #colonoscopy #FEATURE figure {
        display: none;
    }

    #colonoscopy #FEATURE h3::after {
        bottom: -1rem;
        left: 5%;
        right: 5%;
        border-bottom: 2px solid;
    }

    #colonoscopy #FEATURE h3::before {
        bottom: -2rem;
        left: 5%;
        right: 5%;
        border-bottom: 7px solid;
    }

    #colonoscopy #FEATURE .content_feature01,.content_feature03,.content_feature05,.content_feature07 {
        display: inline-block;
        align-items: center;
        position: relative;
    }

    #colonoscopy #FEATURE .content_feature01::after {
        position: absolute;
        content: url(../images/colonoscopy/FEATURE01.png);
        bottom: -28px;
        right: -70px;
        transform: scale(0.4, 0.4);
    }

    #colonoscopy #FEATURE .content_feature03::after {
        position: absolute;
        content: url(../images/colonoscopy/FEATURE03.png);
        bottom: -28px;
        right: -70px;
        transform: scale(0.4, 0.4);
    }

    #colonoscopy #FEATURE .content_feature05::after {
        position: absolute;
        content: url(../images/colonoscopy/FEATURE05.png);
        bottom: -28px;
        right: -70px;
        transform: scale(0.4, 0.4);
    }

    #colonoscopy #FEATURE .content_feature07::after {
        position: absolute;
        content: url(../images/colonoscopy/FEATURE07.png);
        bottom: -28px;
        right: -70px;
        transform: scale(0.4, 0.4);
    }

    #colonoscopy #FEATURE .content_feature02,.content_feature04,.content_feature06 {
        display: inline-block;
        align-items: center;
        position: relative;
    }

    #colonoscopy #FEATURE .content_feature02::after {
        position: absolute;
        content: url(../images/colonoscopy/FEATURE02.png);
        bottom: -28px;
        right: -75px;
        left: auto;
        transform: scale(0.4, 0.4);
    }

    #colonoscopy #FEATURE .content_feature04::after {
        position: absolute;
        content: url(../images/colonoscopy/FEATURE04.png);
        bottom: -28px;
        right: -75px;
        left: auto;
        transform: scale(0.4, 0.4);
    }

    #colonoscopy #FEATURE .content_feature06::after {
        position: absolute;
        content: url(../images/colonoscopy/FEATURE06.png);
        bottom: -28px;
        right: -75px;
        left: auto;
        transform: scale(0.4, 0.4);
    }

    #colonoscopy #FEATURE .content_feature02 img,#colonoscopy #FEATURE .content_feature04 img,#colonoscopy #FEATURE .content_feature06 img {
        width: 120%;
        height: 200px;
        object-fit: cover;
        position: absolute;
        right: 0;
        top: 0;
    }

    #colonoscopy #FEATURE .content_feature01 img,#colonoscopy #FEATURE .content_feature03 img,#colonoscopy #FEATURE .content_feature05 img,#colonoscopy #FEATURE .content_feature07 img {
        width: 120%;
        height: 200px;
        object-fit: cover;
    }

    /* #colonoscopy #FEATURE .content_feature03 img {
        object-position :0 -65px;
    } */

    /* #colonoscopy #FEATURE .content_feature01 img {
        object-position :-10px -65px;
    } */

    /* #colonoscopy #FEATURE .content_feature06 img {
        object-position :0 -150px;
    } */

    /* #colonoscopy #FEATURE .content_feature05 img {
        object-position :0 -150px;
    } */

    #colonoscopy #FEATURE .sentence h4 {
        font-size: 20px;
        max-width: 100%;
        line-height: 1.3;
        margin-bottom: 20px;
        width: auto;
    }

    #colonoscopy #FEATURE .content_feature01 .sentence {
        width: 90%;
        max-width: 600px;
        margin: 0px auto 10px;
        padding: 20px 0 40px;
        
    }

    #colonoscopy #FEATURE .content_feature03 .sentence {
       width: 90%;
        max-width: 600px;
        margin: 0 auto;
        padding: 20px 0 40px;
        
    }

    #colonoscopy #FEATURE .content_feature05 .sentence {
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
        padding: 20px 0 40px;
        
    }

     #colonoscopy #FEATURE .content_feature07 .sentence {
        width: 90%;
        max-width: 600px;
        margin: 0 auto;
        padding: 20px 0 40px;
        
    }

    #colonoscopy #FEATURE .content_feature02 .sentence {
        width: 90%;
        max-width: 600px;
        margin: 120px auto 0;
        padding: 100px 0 40px;
        
    }

    #colonoscopy #FEATURE .content_feature04 .sentence {
        width: 90%;
        max-width: 600px;
        margin: 120px auto 0;
        padding: 100px 0 40px;
        
    }

    #colonoscopy #FEATURE .content_feature06 .sentence {
        width: 90%;
        max-width: 600px;
        margin: 120px auto 0;
        padding: 100px 0 40px;
        
    }

    #colonoscopy #FEATURE .line-right::after {
        bottom: -12px;
        left: 0;
        right: 0;
        border-bottom: 2px solid;
    }

    #colonoscopy #FEATURE .line-left::after {
        bottom: -12px;
        left: 0;
        right: 0;
        border-bottom: 2px solid;
    }

    #colonoscopy #FEATURE .feature {
        margin-top: 70px;
    }
}/* sp */

/* 検査の流れ */
#colonoscopy #FLOW h3 .english{
   color: #197561;
}

#colonoscopy #FLOW h3{
    color:#333;
}

#colonoscopy #FLOW h3::after {
    position: absolute;
    bottom: -1.8rem;
    left: 15%;
    right: 15%;
    border-bottom: 2px solid;
    content: '';
    color:#197561;
}

#colonoscopy #FLOW h3::before {
    position: absolute;
    bottom: -2.8rem;
    left: 15%;
    right: 15%;
    border-bottom: 9px solid;
    content: '';
    color:#197561;
}

#colonoscopy #FLOW {
    background-image: url(../images/colonoscopy/background_05.png);
    background-size: auto 100%;
    padding-bottom: 20px;
    position: relative;
}

#colonoscopy #FLOW .step  {
    background-color: #197561;
    color: #FFFFFF;
    padding: 2px 2px;
    width: 120px;
    text-align: center;
    border-radius: 10px;
}

#colonoscopy #FLOW .step,h4{
    font-size: min(3vw,28px);
}

#colonoscopy #FLOW .flowtitle {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

#colonoscopy #FLOW .flowtitle::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    right:0;
    border-bottom: 3px solid;
    content: '';
    color:#197561;
}

#colonoscopy #FLOW .flowStep h4,.flowStepEnd h4 {
    color: #197561;
}

#colonoscopy #FLOW .flowStep,.flowStepEnd {
    background-color: #fff;
    width: 1200px;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 53px;
    padding: 20px 50px ;
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 10px 5px 0 rgb(0,0,0,0.1);
    gap: 5%;
    
}

@media screen and (max-width: 1190px) {
#colonoscopy #FLOW .flowStep,.flowStepEnd {
    align-items: center;
}
}

#colonoscopy #FLOW .flex  {
    width: 65%;
}

#colonoscopy #FLOW figure {
    width: 35%;
}

#colonoscopy #FLOW .flowStep img,.flowStepEnd img {
    width: 100%; 
    align-items: baseline;
}

#colonoscopy #FLOW .nagare {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

#colonoscopy #FLOW .flow {
    margin: 110px auto 80px;
}

#colonoscopy #FLOW .flowStep{
    position: relative;
}

#colonoscopy #FLOW .flowStep::after{
    position: absolute;
    content: url(../images/colonoscopy/Polygon2.png);
    right: 50%;
    bottom: -72px;
    z-index: 2;
}

/* sp */
@media screen and (max-width: 768px) {
    #colonoscopy #FLOW h3::after {
        bottom: -1rem;
        left: 5%;
        right: 5%;
        border-bottom: 2px solid;
    }

    #colonoscopy #FLOW h3::before {
        bottom: -2rem;
        left: 5%;
        right: 5%;
        border-bottom: 7px solid;
    }

    #colonoscopy #FLOW .step  {
        width: auto;
        padding: 1px 5px;
        border-radius: 8px;
    }

    #colonoscopy #FLOW .step,h4{
        font-size: 20px;
    }

    #colonoscopy #FLOW .flowtitle {
        gap: 10px;
        margin-bottom: 25px;
        padding-left: 5%;
    }

    #colonoscopy #FLOW .flowtitle::after {
        position: absolute;
        bottom: -14px;
    }

    #colonoscopy #FLOW .flex,#colonoscopy #FLOW figure {
    width: 100%;
}

    #colonoscopy #FLOW .flowStep,.flowStepEnd {
        max-width: 85%;
        margin: 0 auto;
        margin-bottom: 25px;
        padding: 15px 10px ;
        box-shadow: 4px 7px 5px 0 rgb(0,0,0,0.1);
        height: auto;
        flex-wrap: wrap;
    }

    #colonoscopy #FLOW .flowStep img,.flowStepEnd img {
        max-width: 100%; 
        height: auto;
        margin: 15px auto 0;
    }

    #colonoscopy #FLOW .nagare {
        width: auto;
        max-width: 90%;
        height: auto;
        max-height: 100%;
        margin: 0 auto;
    }

    #colonoscopy #FLOW .flow {
        margin: 70px auto 30px;
    }

    #colonoscopy #FLOW .flowStep::after{
        position: absolute;
        content: url(../images/colonoscopy/Polygon2Sp.png);
        right: 50%;
        bottom: -40px;
        z-index: 2;
    }

}/* sp */

/* 費用 */
#colonoscopy #FEE h3 .english{
   color: #A5D3C9;
}

#colonoscopy #FEE h3{
    color:#333;
}

#colonoscopy #FEE h3::after {
    position: absolute;
    bottom: -1.8rem;
    left: 15%;
    right: 15%;
    border-bottom: 2px solid;
    content: '';
    color:#197561;
}

#colonoscopy #FEE h3::before {
    position: absolute;
    bottom: -2.8rem;
    left: 15%;
    right: 15%;
    border-bottom: 9px solid;
    content: '';
    color:#197561;
}

#colonoscopy #FEE table {
    width: 1400px;
    max-width: 80%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 20px;
    margin: 120px auto 0;
    border: 1px solid #197561;
}

#colonoscopy #FEE table thead th {
    background-color: #197561;
    color: #FFFFFF;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 15px 3px;
    width: calc(100% /4);
}

#colonoscopy #FEE table thead th:last-of-type{
    background-color: #197561;
    color: #FFFFFF;
    text-align: center;
    border-right: 1px solid #197561;
    padding: 15px 10px;
    width: calc(100% / 4);
}

#colonoscopy #FEE table tbody th,#colonoscopy #FEE table tbody td{
    background-color: #E2EDEA;
    text-align: center;
    border: 1px solid #197561;
    padding: 15px 10px;
    width: calc(100% / 4);
}

#colonoscopy #FEE .note {
    margin: 30px auto 70px;
    width: 1400px;
    max-width: 80%;
}

#colonoscopy #FEE p{
    position: relative;
    padding-left: 1.5em;
    line-height: 1.4;
    padding-bottom: 8px;
}

#colonoscopy #FEE p::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

/* sp */
@media screen and (max-width: 768px) {
    #colonoscopy #FEE h3::after {
    bottom: -1rem;
    left: 0;
    right: 0;
    border-bottom: 2px solid;
    }

    #colonoscopy #FEE h3::before {
    bottom: -2rem;
    left: 0;
    right: 0;
    border-bottom: 7px solid;
    }

    #colonoscopy #FEE table {
    width: auto;
    min-width: 767px;
    margin: 70px auto 0;
    font-size: 16px;
    }

    #colonoscopy #FEE .note {
        margin: 30px auto 50px;
        max-width: 100%;
    }

    #colonoscopy #FEE {
        padding: 0 5%;
    }

}/* sp */

/* コンタクト */
#colonoscopy #CONTACT h3 .english{
   color: #FF9789;
}

#colonoscopy #CONTACT h3{
    color:#333;
}

#colonoscopy #CONTACT h3::after {
    position: absolute;
    bottom: -1.8rem;
    left: 15%;
    right: 15%;
    border-bottom: 2px solid;
    content: '';
    color:#FF9789;
}

#colonoscopy #CONTACT h3::before {
    position: absolute;
    bottom: -2.8rem;
    left: 15%;
    right: 15%;
    border-bottom: 9px solid;
    content: '';
    color:#FF9789;
}
#colonoscopy #CONTACT {
    background-image: url(../images/colonoscopy/background_06.png);
    background-size: auto 100%;
    padding-bottom: 20px;
    position: relative;
}


#colonoscopy #CONTACT .btnWeb a,.btnTel a{
    background-color: #D92F18;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 100px;
    max-width: 100%;
    margin:0 auto;
    border: none;
    border-radius: 14px;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    transition: 0.5s;
}

#colonoscopy #CONTACT .btnTel a{
    font-size: 35px;
    text-align: center;
}

#colonoscopy #CONTACT .btnWeb a::after {
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
    margin-left: 50px;
    margin-top: 6px;
    border-top: 6px solid #fff;
    border-right: 6px solid #fff;
    content: '';
}

#colonoscopy #CONTACT .btnTel a::after {
    content: url(../images/colonoscopy/tel.png);
    transform: translateY(10%);
    width: 54px;
    height: auto;
    margin-left: 30px;
}

#colonoscopy #CONTACT .btnWeb a:hover,.btnTel a:hover {
    background-color: #9A2212;
}

#colonoscopy #CONTACT .container {
    display: flex;
    gap: 3em 3%;
    justify-content: center;
    flex-wrap: wrap;
    margin: 100px auto 30px;
}

#colonoscopy #CONTACT .inner {
    text-align: center;
    padding-bottom: 40px;
}

/* sp */
@media screen and (max-width: 768px) {
     #colonoscopy #CONTACT h3::after {
    bottom: -1rem;
    left: 5%;
    right: 5%;
    border-bottom: 2px solid;
    }

    #colonoscopy #CONTACT h3::before {
    bottom: -2rem;
    left: 5%;
    right: 5%;
    border-bottom: 7px solid;
    }


    #colonoscopy #CONTACT .btnWeb a,#colonoscopy #CONTACT .btnTel a{
    margin:0 auto;
    font-size: 22px;
    margin-bottom: 20px;
    padding-right: 30px;
    text-align: center;
    position: relative;
    display: block;
    width: 240px;
    padding: 15px 20px 15px 0;
    text-decoration: none;
    text-align: center;
    height: 40px;
    }

#colonoscopy #CONTACT .btnTel a{
    font-size: 23px;
    text-align: center;
    justify-content: center;
}

#colonoscopy .btn-inspection a:hover {
    background-color: #D92F18;
}

#colonoscopy #CONTACT .btnWeb a::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-top: 6px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    margin: auto;
    box-sizing: border-box;
}


#colonoscopy #CONTACT .btnTel a::after {
    content: url(../images/colonoscopy/telSp.png);
    transform: translateY(17%);
    width: 0px;
    position: absolute;
    margin-left: 20px;
}

#colonoscopy #CONTACT .container {
    margin: 70px auto 0px;
    gap: 0em 3em;
}

#colonoscopy #CONTACT .inner {
    padding-bottom: 20px;
}
}/* sp */

/* -----------フッダー---------- */
#information h2 {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    #information h2 {
    margin-top: 25px;
}
}

/* -------------動き-------------- */
/* mv */
#MV .inner-content.anime {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s all ease-out;
}
#MV .inner-content.anime.active {
  transform: translate(0, 0);
  opacity: 1;
  transition: 1s all ease-out;
}

#MV ul li {
    opacity: 0;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
}
#MV ul li.active {
    opacity: 1;
    transition: 2s all ease-out;
}
/* 全体 ?*/
.mv-anime{
    opacity: 0;
}
.mv-anime.active{
    opacity: 1;
    transition: 1s all ease-out;
}

.anime{
    opacity: 0;
}
.anime.active{
    opacity: 1;
    transition: 1.5s all ease-out;
}

/* タイトル */
#colonoscopy h3.anime {
  -webkit-clip-path: inset(0 50%);
          clip-path: inset(0 50%);
  opacity: 0;
}
#colonoscopy h3.anime.active {
  -webkit-clip-path: inset(-200% 0);
          clip-path: inset(-200% 0);
  opacity: 1;
  -webkit-transition: 2s all ease-out;
  transition: 2s all ease-out;
}
@media screen and (max-width: 768px) {
#colonoscopy h3.anime.active {
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}
}
/* 症状 */
#SYMPTOMS ul.anime{
    transform: translateY(50px);
}
#SYMPTOMS ul.anime.active{
    transform: translateY(0px);
    transition: 2s all ease-out;
}
/* 検査しよう */
.title-special.anime {
    opacity: 0;
    transition: 3s;
}
.title-special.anime.active {
    opacity: 1;
    transition: 3s;
}
/* 大腸カメラとは*/
/* 大腸カメラ検査でわかる疾患 */
/* #DISEASE .container.anime {
    opacity: 0;
  transform: translateY(-50%);
  transition: 1s all ease-out;
}
#DISEASE .container.anime.active {
    transform: translateY(0);
  opacity: 1;
  transition: 1s all ease-out;
} */
/* 2024・2023年度 検査・治療件数 */
#NumberOfTreatments .inner.anime {
  -webkit-clip-path: inset(0 50%);
          clip-path: inset(0 50%);
  opacity: 0;

}
#NumberOfTreatments .inner.anime.active {
  -webkit-clip-path: inset(-100% 0);
          clip-path: inset(-100% 0);
  opacity: 1;
  -webkit-transition: 1.5s all ease-out;
  transition: 1.5s all ease-out;
}

/* -- 当院の大腸カメラの特徴 -- */

#FEATURE .feature .content_feature01.anime {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
#FEATURE .feature .content_feature01.anime.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

#FEATURE .feature .content_feature03.anime {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
#FEATURE .feature .content_feature03.anime.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

#FEATURE .feature .content_feature05.anime {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
#FEATURE .feature .content_feature05.anime.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

#FEATURE .feature .content_feature02.anime {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
#FEATURE .feature .content_feature02.anime.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

#FEATURE .feature .content_feature04.anime {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
#FEATURE .feature .content_feature04.anime.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

#FEATURE .feature .content_feature06.anime {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
#FEATURE .feature .content_feature06.anime.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

/* 検査の流れ */
/* #FLOW .flowStep.anime {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
#FLOW .flowStep.anime.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 1s all ease-out;
  transition: 1s all ease-out;
} */

#FLOW .flow.anime {
    transform: translateY(50px);
}
#FLOW .flow.anime.active {
    transform: translateY(0px);
    transition: 1s;
}

/* 費用  */
#FEE .table_fee.anime {
    transform: translateY(50px);
}
#FEE .table_fee.active {
    transform: translateY(0px);
    transition: 1s all ease-out;
}