@layer module{
  .top-caution{
    background-color:#fff2f2;
    padding:12px 16px;
  }
  .top-caution__item{
    background:url(/conts/global/2028/img/icon/caution.svg) 0 0 no-repeat;
    padding-left:40px;
  }
  .top-caution__text{
    display:block;
    font-weight:var(--FONT_WEIGHT_BOLD);
    margin-top:8px;
  }
  .m-carousel--main-visual .m-carousel__navigation{
    margin-top:-1.6rem;
    position:relative;
    z-index:var(--Z_INDEX_OVERLAY);
  }
  .m-carousel--main-visual .m-carousel__navigation-inner{
    background-color:var(--COLOR_BASE_LIGHT);
    border-radius:8px;
    margin-left:auto;
    margin-right:auto;
    padding:10px;
    width:fit-content;
  }
  .top-pr{
    padding-inline:var(--OUTSIDE_GUTTER_SP);
  }
  .top-pickup{
    --height-wave:64px;
    margin-bottom:calc(var(--height-wave) + 72px);
    margin-top:24px;
    position:relative;
  }
  .top-pickup,.top-pickup:before{
    background-color:var(--COLOR_BG);
  }
  .top-pickup:before{
    bottom:calc(var(--height-wave)*-1);
    content:"";
    height:var(--height-wave);
    mask-image:url(/conts/global/2028/img/top/top-service-bg-02.webp);
    mask-position:top left;
    mask-repeat:no-repeat;
    mask-size:100% 100%;
    position:absolute;
    width:100%;
  }
  .top-pickup__container{
    padding:40px 16px;
  }
  .top-pickup__inner:where(:first-of-type)>:first-child{
    margin-top:0;
  }
  .top-pickup__row{
    display:flex;
    margin-left:auto;
    margin-right:auto;
    margin-top:24px;
  }
  .top-pickup__col{
    padding-right:10px;
  }
  .top-pickup__col:last-of-type{
    padding-right:0;
  }
  .top-pickup__link{
    transition:opacity var(--TRANSITION);
  }
  .top-topics{
    padding-bottom:42px;
    position:relative;
  }
  .top-topics__container{
    margin-inline:auto;
    max-width:calc(var(--CONTENT_WIDTH_PC) + var(--OUTSIDE_GUTTER_SP)*2);
    padding-inline:var(--OUTSIDE_GUTTER_SP);
    width:100%;
  }
  .top-topics__container:where(:first-of-type)>:first-child{
    margin-top:0;
  }
  .top-service{
    --height-wave:64px;
    background-color:var(--COLOR_BG);
    margin-block:calc(var(--height-wave) + 72px);
    position:relative;
  }
  .top-service:after,.top-service:before{
    background-color:var(--COLOR_BG);
    content:"";
    height:var(--height-wave);
    mask-image:url(/conts/global/2028/img/top/top-service-bg-01-sp.webp);
    mask-position:top left;
    mask-repeat:no-repeat;
    mask-size:100% 100%;
    position:absolute;
    width:100%;
  }
  .top-service:before{
    top:calc(var(--height-wave)*-1);
  }
  .top-service:after{
    bottom:calc(var(--height-wave)*-1);
    rotate:180deg;
  }
  .top-service__container{
    margin-inline:auto;
    max-width:calc(var(--CONTENT_WIDTH_PC) + var(--OUTSIDE_GUTTER_SP)*2);
    padding-block:40px;
    padding-inline:var(--OUTSIDE_GUTTER_SP);
    width:100%;
  }
  .top-service__container>:first-child{
    margin-top:0;
  }
}@media print,screen and (width >= 768px){@layer module{
    .top-caution{
      padding:16px 0;
    }
    .top-caution__inner{
      margin-left:auto;
      margin-right:auto;
      max-width:var(--CONTENT_WIDTH_PC);
    }
    .top-caution__text{
      display:inline-block;
      margin-left:12px;
      margin-top:0;
      min-height:25px;
    }
    .m-carousel--main-visual .m-carousel__navigation{
      margin-left:12.5vw;
      margin-right:12.5vw;
      margin-top:-4rem;
    }
    .m-carousel--main-visual .m-carousel__navigation-inner{
      justify-content:left;
      margin-left:0;
      margin-right:0;
    }
    .top-pickup{
      --height-wave:136px;
      margin-bottom:calc(var(--height-wave) + 64px);
    }
    .top-pickup:before{
      mask-image:url(/conts/global/2028/img/top/top-service-bg-02-pc.webp);
    }
    .top-pickup__container{
      padding:80px 0 64px;
    }
    .top-pickup__inner{
      margin-left:auto;
      margin-right:auto;
      max-width:var(--CONTENT_WIDTH_PC);
      padding-left:16px;
      padding-right:16px;
    }
    .top-pickup__row{
      --content_width:487px;
      --content_gap:12px;
      --num_of_content:2;
      margin-top:40px;
      max-width:calc((var(--content_width) + var(--content_gap))*var(--num_of_content));
    }
    .top-pickup__col{
      padding-right:24px;
    }
    .top-topics{
      padding-bottom:80px;
    }
    .top-topics:before{
      background-image:url(/conts/global/2028/img/top/top-topics-bg-01.svg);
      right:10px;
      top:-136px;
      width:256px;
    }
    .top-topics:after,.top-topics:before{
      background-repeat:no-repeat;
      content:"";
      height:228px;
      position:absolute;
      z-index:var(--Z_INDEX_BEHIND);
    }
    .top-topics:after{
      background-image:url(/conts/global/2028/img/top/top-topics-bg-02.webp);
      bottom:0;
      left:20px;
      width:280px;
    }
    .top-service{
      --height-wave:106px;
      margin-block:calc(var(--height-wave) + 24px);
    }
    .top-service:after,.top-service:before{
      mask-image:url(/conts/global/2028/img/top/top-service-bg-01-pc.webp);
    }
    .top-service__container{
      padding-block:80px;
    }}}@media only screen and (any-hover:hover){@layer module{
    .top-pickup__link:focus-visible,.top-pickup__link:hover{
      opacity:var(--OPACITY);
    }}}
