@charset "UTF-8";


/***************************************
2025.12.19 新規追加 
ノロウイルス拭き取り検査 MV
****************************************/

.noro_fukitori + .pagettl_area{
  height: auto;
  background: none;
  padding: 0;
}
@media only screen and (max-width: 690px){
  .noro_fukitori + .pagettl_area{margin-top: 0;}
}


.noro_fukitori{
  display: flex;
  background: url(/dcms_media/image/noro_fukitori-mv-left.png) no-repeat top 30% right 50% / cover;
}
@media only screen and (max-width: 860px){
  .noro_fukitori{
    background: url(/dcms_media/image/noro_fukitori-mv-left.png) no-repeat top right 75% / cover;
  }
}
@media only screen and (max-width: 690px){
  .noro_fukitori{
    padding-top: 0;
    margin-top: 70px;
    background: url(/dcms_media/image/noro_fukitori-mv-left.png) no-repeat top right 75% / cover;
  }
}


/* left + right (design：w824 + w856) */
.noro_fukitori__left{
  width: 49%;
}
.noro_fukitori__right{
  width: 51%;
  position: relative;
  overflow: hidden;
}
.noro_fukitori__right img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
}
@media only screen and (max-width: 1400px){
  .noro_fukitori__left{width: 60%;}
  .noro_fukitori__right{width: 40%;}
}
@media only screen and (max-width: 1250px){
  .noro_fukitori__right img{
    object-position: 70% top;
  }
}
@media only screen and (max-width: 690px){
  .noro_fukitori__left{width: 100%;}
  .noro_fukitori__right{display: none;}
}


/* content */
.noro_fukitori__content{
  display: flex;
  flex-direction: column;
  padding-top: 160px;
  padding-top: clamp(140px, 20.28vw, 160px);
  padding-bottom: 77.25px;
  /* padding-right: 6.067%;
  padding-left: 2.427%; */
  padding-left: 20px;
  padding-right: 50px;
  margin-left: auto;
  max-width: 636px;
  width: 100%;
}
@media only screen and (max-width: 690px){
  .noro_fukitori__content{
    max-width: 100%;
    width: 94%;
    margin: auto;
    padding: 30px 0 70px;
  }
}


/* title */
.noro_fukitori__title{
  font-family: "Sawarabi Mincho", serif;
  font-size: clamp(26px, 3.2vw, 40px);
  letter-spacing: 0.01em;
  line-height: 1.6;
}
.noro_fukitori__title .fs-sm{
  font-size: clamp(24px, 2.9vw, 38px);
}
.noro_fukitori__title .fs-hightlight{
  color: #39B17D;
}
.title-break{display: block;}
@media only screen and (max-width: 753px){
  .title-break{display: none;}
}
@media only screen and (max-width: 690px){
  .title-break{display: block;}
  .noro_fukitori__title{font-size: clamp(26px, 5.79vw, 40px);}
  .noro_fukitori__title .fs-sm{font-size: clamp(24px, 5.50vw, 38px);}
}
@media only screen and (max-width: 387px){
  .title-break{display: none;}
}


/* desc */
.noro_fukitori__desc{
  line-height: 1.6;
  margin-top: 3.424%;
}
@media only screen and (max-width: 690px){
  .noro_fukitori__desc{font-size: clamp(16px, 2.60vw, 18px);}
}


/* button */
.noro_fukitori .template_it01_btn{
  max-width: 360px;
  width: 100%;
  margin: 6.849% auto 6.849% 0;
}
.noro_fukitori .template_it01_btn a{
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 1.6;
}
@media only screen and (max-width: 690px){
  .noro_fukitori .template_it01_btn a{
    font-size: 15px;
  }
}


/* result */
.noro_fukitori__results{
  display: flex;
  gap: 7px;
}
.noro_fukitori__result{
  width: clamp(96px, 16vw, 150px);
  height: clamp(96px, 16vw, 150px);
  border-radius: 50%;
  background: #FE8852;
  background: linear-gradient(90deg, rgba(254, 136, 82, 1) 0%, rgba(254, 84, 7, 1) 100%);
  transition: box-shadow .2s ease;
}
.noro_fukitori__result:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, .18);
}
.noro_fukitori__link{
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.noro_fukitori__link:hover,
.noro_fukitori__link:active{
  color: #fff;
}
.noro_fukitori__resultLabel{
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1.866;
  font-weight: 600;
}
.noro_fukitori__resultValue{
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.166;
  font-weight: bold;
}
.break-when-narrow{display: none;}
@media only screen and (max-width: 938px){
  .break-when-narrow{display: block;}
  .noro_fukitori__resultLabel{
    line-height: 1.5;
    text-align: center;
  }
}
@media only screen and (max-width: 690px){
  .noro_fukitori__results{
    gap: 2.91vw;
  }
  .noro_fukitori__result{
    width: clamp(110px, 21.739vw, 150px);
    height: clamp(110px, 21.739vw, 150px);
  }
  .noro_fukitori__resultLabel{
    font-size: clamp(13px, 2.17vw, 15px);
  }
  .noro_fukitori__resultValue{
    font-size: clamp(18px, 3.47vw, 24px);
  }
}