@charset "UTF-8";

@media screen and (max-width: 600px){
.heading.block_header_1 p, .heading.block_header_6 .h {
    font-size: 2rem !important;
}
}
/*---MV---*/
#lv {
    width: 100%;
    max-height: 600px !important;
    height: 60vh !important;
    background: none;
}

#lv:not(.parallax).blur0 .parallax_img {
    opacity: 1;
}

#lv:after{
    content: "";
    width: 50%;
    height: 30%;
    position: absolute;
    background: url(/common/upload_data/ochi-dentalnet/image/20240326141723.png) no-repeat center center / contain;
    bottom: 10rem;
    left: 0;
}
.parallax_img {
    background-position: 0% 20% !important;
}

#lv p {
    text-align: left;
    margin-bottom: 20rem;
    margin-left: 5%;
}

#lv p span {
    color: var(--i_txt_color);
    filter: drop-shadow(1px 1px 1px #ffffff) drop-shadow(-1px 1px 1px #ffffff) drop-shadow(1px -1px 1px #ffffff) drop-shadow(-1px -1px 1px #ffffff);
}
@media screen and (min-width: 900px){
    #lv {
        min-height: 500px !important;
    }
}
@media screen and (min-width: 651px) and (max-width: 900px){
    #lv:after {
        width: 60%;
        bottom: 5rem;
    }
    #lv p {
        margin-bottom: 5rem;
    }
    #lv p span {
        font-size: min(5vw, 4rem);
    }
}
@media screen and (max-width: 650px){
    .parallax_img {
        background-position: 60% 23% !important;
    }
    #lv:after {
        width: 100%;
        bottom: 5rem;
    }
    #lv p {
        text-align: center;
        margin-right: 18rem;
        margin-bottom: 5rem;
    }
}
@media screen and (max-width: 450px){
    #lv {
        height: 40vh !important;
    }
    #lv p span {
        font-size: 2rem;
    }
    #lv p {
        text-align: left;
        margin-right: 0;
    }
}
/*---特徴---*/
@media screen and (max-width: 900px){
    #feature+.contents_box01 .inner_item_img a img {
        max-height: 300px;
        object-fit: cover;
        object-position: top;
    }
}
/*---白くできる理由---*/
#reason + .composite_box01 .wrapper_item .inner_item:nth-of-type(1){
    display: block;
}
#reason + .composite_box01 .wrapper_item .inner_item:nth-of-type(2){
    display: none;
}

#reason + .composite_box01 .wrapper_item .inner_item{
    width: 100%;
    max-width: 700px;
    margin: auto !important;
}
#reason + .composite_box01 .inner_item_img img{
    object-fit: contain;
}

@media screen and (max-width: 601px){
    #reason + .composite_box01 .wrapper_item .inner_item:nth-of-type(1){
        display: none;
    }
    #reason + .composite_box01 .wrapper_item .inner_item:nth-of-type(2){
        display: block;
    }
}

/*---おすすめ---*/
#recommend + .contents_box01 .wrapper_item{
    max-width: 400px;
    margin: auto;
}

/*---流れ---*/
/*見出し*/

a[id^="flow"]+.contents_box01 .heading.block_header_4 .h {
    font-weight: bold;
    font-size: 3.4rem !important;
    border-bottom: 2px solid var(--i_main_color);
    padding-bottom: 1rem;
}
@media screen and (max-width: 900px){
    a[id^="flow"]+.contents_box01 .heading.block_header_4 .h {
        font-size: 2.5rem !important;
    }
}

a[id^="flow"]+.composite_box01 .content_wrapper>.heading.block_header_4 .h {
    font-weight: bold;
    font-size: 3.4rem !important;
    border-bottom: 2px solid var(--i_main_color);
    padding-bottom: 1rem;
}
@media screen and (max-width: 900px){
    a[id^="flow"]+.composite_box01 .content_wrapper> .heading.block_header_4 .h {
        font-size: 2.5rem !important;
    }
}

/*ボタンリスト*/
.link_lists{
    display: flex; 
    justify-content: space-around;
    align-items: end;
}
.link_lists li{
    margin-top: 2rem;
    list-style: none!important;
}
.link_lists li p{
    text-align: center;
    color: var(--i_main_color);
}
.contents_box01 .inner_item_txt .link_lists .contents_btn01 {
    text-align: center;
}

@media screen and (min-width: 901px){
    .link_lists li .tel{
        pointer-events: none;
    }
}
@media screen and (max-width: 600px){
    .link_lists {
        display: block;
    }
}

/*---流れ3-カウンセリング内容---*/
#flow3+.composite_box01 .wrapper_item .inner_item:last-child .inner_item_txt{
border: 1px solid var(--i_main_color);
}
#flow3+.composite_box01 .wrapper_item .inner_item:last-child .inner_item_txt .heading {
    padding: 1rem;
    background: var(--i_main_color);
}
#flow3+.composite_box01 .wrapper_item .inner_item:last-child .inner_item_txt .heading .h{
    color: #fff;
}
.contents_box{
    padding: 1rem;
}
.contents_box li{
    list-style: none!important;
    padding-bottom: 3rem;
    position: relative;
    margin-bottom: 2rem;
}

.contents_box li:after{
    position: absolute;
  content: "";
  bottom:0;
  left: 50%;
  transform: translateX(-50%)  rotate(45deg);
  content: '';
  width: 25px;
  height: 25px;
  border: 0;
  border-bottom: solid 2px  var(--i_main_color);
  border-right: solid 2px  var(--i_main_color);
}

.contents_box li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}

.contents_box li:last-child:after{
  display: none;
}

.contents_box li .contents_head{
    text-align: center !important;
    background: var(--i_main_color);
    color: #fff;
    padding: 0.5rem;
}

#flow3+.composite_box01 .inner_item:first-child .inner_item_img img{
    max-height: 200px;
}

@media screen and (max-width: 900px){
    #flow3+.composite_box01 .inner_item{
        width: 100%;
    }
    #flow3+.composite_box01 .inner_item:last-child{
        width: 100%;
        margin-left: 0;
        margin-top: 2rem;
    }
}
@media screen and (max-width: 700px){
    #flow3+.composite_box01.block_images_2 .inner_item:nth-of-type(2n){
        margin-left: 0 !important;
    }
}