@charset "UTF-8";

/*------------------Find your own value修正_260323------------------*/
.support-message {
  text-align: center;
}
.support-copy {
  margin: 0;
  font-size: 2.4rem;
  border-bottom: 3px solid var(--i_txt_color);
  display: inline-block;
  padding-bottom: 0.5rem;
}
.dot-word {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.dot-word::before {
  content: "・・・・";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  font-size: 10px;
  letter-spacing: 0.5em;
  white-space: nowrap;
  margin-bottom: 2px;
  color: var(--i_main_color);
}
.accent {
  color: var(--i_sub_color);
}
.support-text {
  text-align: center;
  margin-top: 1rem;
}
.support-lead {
  margin: 0 0 28px;
  font-size: 3rem;
}
.support-main {
  margin: 0;
  font-size: 3rem;
}
@media screen and (max-width: 900px) {
  .support-copy {
    font-size: 2rem;
  }
  .support-lead {
    font-size: 2.4rem;
  }
  .support-main {
    font-size: 2.4rem;
  }
}

/*------------------見出しカラー変更_260323------------------*/
#top_facility+div .inner_item:nth-child(1) .heading.block_header_4 .h {
  color: #4f5f00;
}
#top_facility+div .inner_item:nth-child(2) .heading.block_header_4 .h {
  color: #4a90e2;
}
#top_facility+div .inner_item:nth-child(3) .heading.block_header_4 .h {
  color: #ff7a00;
}
#top_facility+div .inner_item:nth-child(4) .heading.block_header_4 .h {
  color: #d05f27;
}
#top_facility+div .inner_item .heading.block_header_4 .h .color1 {
  color: #EE5C5C;
}
#top_facility+div .inner_item .heading.block_header_4 .h .color2 {
  color: #458FCB;
}
#top_facility+div .inner_item .heading.block_header_4 .h .color3 {
  color: #75CBA1;
}
#top_facility+div .inner_item .heading.block_header_4 .h .color4 {
  color: #d50000;
}

@media screen and (min-width: 769px) {
  #top_facility + div .inner_item_txt a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

/*------------------PC・SP切り替え_260323------------------*/
@media screen and (min-width: 769px){
  #sp_only + section{
    display: none;
  }
}
@media screen and (max-width: 768px){
  #pc_only + section{
    display: none;
  }
}

/*------------------「こんなお悩みはありませんか？」の背景調整_260330------------------*/
#top_worries + .composite_box01 .inner_item {
    background-image: url(/common/upload_data/merisenetjp/image/20260327181031.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    aspect-ratio: 500 / 351;
    border: initial;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 920px){
    #top_worries + .composite_box01 .inner_item {
        aspect-ratio: initial;
        padding: 40px 0;
    }
}


/*MV調整_260331*/
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
    height: auto;
    max-height: initial !important;
}
#mv .mv_textimg {
  top: 7%;
  left: 0;
  width: 98%;
}
#mv .mv_textimg > div {
  width: 30%;
}
#mv .mv_textimg a {
    left: 49%;
}
@media screen and (min-width: 901px) {
  #mv::after {
    width: 100%;
  }
}
@media screen and (max-width: 900px){
    .mv_nav{
        display: none;
    } 
}
@media screen and (max-width: 768px) {
  #mv .mv_textimg .mv_textimg_sp {
     width: 45%;
  }
  #mv .mv_textimg img {
     width: 100%;
  }
}