html {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222848;
    font-size: 16px;
}

body {
    min-width: 390px;
}

body.page {
    max-width: 500px;
    margin: 0 auto;
}

body.js-active {
  overflow: hidden;
}

main {
    overflow: hidden;
}

picture {
    display: block;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

a {
    display: inline-block;
    color: #1F1F1F;
}

@media screen and (min-width: 901px) {
    a.--nomal {
        transition: opacity .5s;
    }

    a.--nomal:hover {
        opacity: 0.7;
    }

  }

@media screen and (min-width: 1201px) {
  html{
    font-size: 20.9px;
  }
}

/* utility */
.u-en {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* layout */
.l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
}

/* common */
.pc-only {
    display: block;
}

.br-pc-only {
    display: inline-block;
}

.sp-only {
    display: none;
}

.br-sp-only {
    display: none;
}




@media screen and (max-width: 1100px) {
    .pc-only {
        display: none;
    }

    .br-pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    .br-sp-only {
        display: inline-block;
    }
}


@media screen and (min-width: 1101px){
  body.top{
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: url(../img/pc-bg.webp) no-repeat center center / cover;
  }
}

/*===========================================================================*/
/*  pc版  */
/*===========================================================================*/
.p-pc-main{
  width: 100%;
  max-width: 1235px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.p-pc-main .left-box{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 320px;
  text-align: center;
}

.left-box__info{
  margin-top: 85px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.p-pc-main__list{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

.p-pc-main__list li a{
  color: #FFF;
  font-feature-settings: 'palt' on;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.2px;
  position: relative;
}

.p-pc-main__list li a::after{
  content: "";
  position: absolute;
  width: 11px;
  height: 2px;
  background: #fff;
  right: calc(100% + 17px);
  top: .65em;
}


.c-btn{
  width: 100%;
  border-radius: 10px;
  padding-top: 1.066rem;
  padding-bottom: 1.066rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  color: #fff;
  padding-right: 1.53em;
  font-feature-settings: 'palt' on;
  transition: all 0.3s;
}
.c-btn:hover{
  opacity: 0.8;
}

.c-btn.--left{
  align-items: flex-start;
  padding-left: 1.066rem;
  padding-right: 0;
}

.c-btn .arrow{
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
}

.c-btn::after{
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  left: 3px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 83.33%);
  height: 36px;
  top: 3px;
}

.c-btn span{
  position: relative;
  z-index: 1;
}

.c-btn .--small{
  font-size: 12px;
  font-weight: 700;
  line-height: 124%;
  letter-spacing: 0.02em;
}

.c-btn .--main{
  font-size: 21px;
  font-weight: 900;
  line-height: 124%;
  letter-spacing: 0.02em;
}

.c-btn.--line{
  background: #23C32B;
}

.c-btn.--download{
  background: #EE5B20;
}

.c-btn.--contact{
  background: #171C61;
}

@media screen and (max-width: 1200px) {
  .p-pc-main .left-box{
    max-width: 300px;
  }

  .c-btn .--small{
    font-size: 10px;
  }
  .c-btn .--main{
    font-size: 18px;
  }
}


@media screen and (max-width: 1100px){
  .p-pc-main{
    display: none;
  }
  body.top{
    overflow: auto;
  }
  .c-btn .--small{
    font-size: 13px;
  }

  .c-btn .--main{
    font-size: 18px;
  }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-main{
  width: 490px;
  position: absolute;
  top: 80px;
  left: 51%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  filter: drop-shadow(32.667px 32.667px 65.333px rgba(24, 51, 83, 0.25));
}
main{
  height: calc(100vh - 80px);
  overflow-y: scroll;
}

.p-mv{
  padding-top: 40px;
  position: relative;
  text-align: center;
  aspect-ratio: 750/836;
}

.p-mv__inner{
  position: relative;
  z-index: 1;
}

.p-mv__bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mv-bg.webp) no-repeat center center / cover;
}

.p-mv__logo{
  display: flex;
  align-items: center;
  color: #FFF;
  font-feature-settings: 'palt' on;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.02em;
  gap: 1.75em;
}

.p-mv__logo img{
  width: 7.625rem;
}

.p-mv__top{
  margin-top: 2rem;
}

.p-mv__title{
  margin-top: 0.25rem
}

.p-mv__award{
  margin-top: 0.625rem;
}

@media screen and (max-width: 1200px){
  .p-main{
    width: 390px;
  }
}

@media screen and (max-width: 1100px){
  .p-main{
    width: 100%;
    max-width: 450px;
    height: auto;
    position: relative;
    top: 0;
    left: initial;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    z-index: 2;
    margin: 0 auto;
    border-radius: 0;
    border: none;
  }
  main{
    height: 100%;
    overflow-y: hidden;
  }
}

/*===========================================================================*/
/*  problem  */
/*===========================================================================*/
.p-problem{
  background: url(../img/problem-bg.webp) no-repeat center center / cover;
  margin-top: -9.5625rem;
  padding-top: 8.375rem;
  padding-bottom: 3.125rem;
}

.p-problem__title-en{
  color: #FFF;
  font-size: 1rem;
  font-weight: 800;
  line-height: 120%;
}

.p-problem__title{
  color: #FFF;
  font-feature-settings: 'palt' on;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 146%;
  letter-spacing: 0.02em;
  margin-top: 0.138em;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-problem__title span{
  position: relative;
}

.p-problem__title span::before{
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
}

.p-problem__content{
  text-align: center;
  margin-top: 1.5rem;
}

.p-problem__list{
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6875rem;
  text-align: left;
}

.p-problem__list li{
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 1.125rem;
}

.p-problem__list li::before{
  content: "";
  position: absolute;
  width: 0.875rem;
  aspect-ratio: 1/1;
  background: url(../img/check.svg) no-repeat center center / contain;
  left: 0;
  top: .285em;
}

.p-problem__text{
  margin-top: 1.5rem;
  padding-top: 1.875rem;
  border-top: 1px solid #fff;
}

.p-problem__text p:not(:first-child){
  margin-top: 0.625rem;
}

.p-problem__text p{
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 145%;
  font-feature-settings: 'palt' on;
  color: #FFF;
  letter-spacing: 0.02em;
}

.p-problem__text p.p-problem__text--last{
  font-size: 1.375rem;
  line-height: 130%;
  background: #171C61;
  padding: 0 2px 2px;
  display: inline-block;
  letter-spacing: 0.07em;
  mix-blend-mode: plus-lighter;
}

/*===========================================================================*/
/*  なぜ福利厚生にセルフホワイトニングが選ばれているのか？  */
/*===========================================================================*/
.p-feature{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #E7ECEC;
}

.p-feature__haed{
  text-align: center;
}

.p-feature__title-head{
  display: inline-block;
  border-radius: 0 20px;
  background: #FFF;
  text-align: center;
  font-feature-settings: 'palt' on;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
  padding: 0.75rem 1.375rem;
  position: relative;
}

.p-feature__title-head span{
  color: #399CF1;
}

.p-feature__title-head::before{
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #222848;
  transform: rotate(-45deg);
  left: 2px;
  top: 7px;
}
.p-feature__title-head::after{
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #222848;
  transform: rotate(-45deg);
  right: 2px;
  bottom: 7px;
}

.p-feature__title{
  margin-top: 0.375rem;
  font-feature-settings: 'palt' on;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 170%;
  letter-spacing: 0.02em;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.p-feature__title span{
  position: relative;
}
.p-feature__title span::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0895em;
  background: #222848;
}

.p-feature__text{
  margin-top: 0.75rem;
  font-feature-settings: 'palt' on;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.p-feature__reason-txt{
  margin-top: 1.0625rem;
  border-radius: 10px;
  background: #399CF1;
  color: #FFF;
    top: 26px;
  display: inline-block;
  font-size: 1.5rem;
  font-feature-settings: 'palt' on;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
  padding: 0.25rem 1.875rem 0.375rem;
  position: relative;
}
.p-feature__reason-txt::before{
  content: "";
  position: absolute;
  aspect-ratio: 32/14;
  background: url(../img/tri.svg) no-repeat center center / contain;
  width: 2rem;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.p-feature__list{
  margin-top: 2.0625rem;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}

.p-feature__list-item{
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background: #FFF;
  z-index: 1;
}

.p-feature__list-title{
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.8rem;
  color: #171C61;
  font-feature-settings: 'palt' on;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.02em;
  border-bottom: 2px solid #E7ECEC;
}

.p-feature__list-title span{
  position: relative;
}
.p-feature__list-title span::before{
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0.625rem;
  background: #D3EF23;
  bottom: 0;
  left: 0;
}

.p-feature__list-content{
  padding: 1.6875rem 1.5625rem 1.5625rem;
}

.p-feature__list-num{
  color: #171C61;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 0 0.1em;
}
.p-feature__list-num::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #171C61;
  bottom: 3px;
  left: 0;
}

.p-feature__list-question{
  text-align: center;
  margin-top: 1.625rem;
}

.p-feature__list-question:first-child{
  margin-top: 0;
}

.p-feature__list-question-ttl-img{
  margin-bottom: 1.25rem;
}

.p-feature__list-question-head{
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 120%;
  display: inline-block;
  border-radius: 10px;
  background: #399CF1;
  padding: 2px 10px;
}

.p-feature__list-question-ttl{
  font-feature-settings: 'palt' on;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  margin-top: 0.3125rem;
}

.p-feature__list-question-num{
  font-feature-settings: 'palt' on;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.02em;
  margin-top: 0.1875rem;
}

.p-feature__list-question-img{
  margin-top: 0.5625rem;
  display: inline-block;
  width: 11.6875rem;
}

.p-feature__list-question-img-2{
  width: 100%;
  margin-top: 0.625rem;
}

.p-feature__list-question-text{
  margin-top: 1.125rem;
  font-feature-settings: 'palt' on;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
}

.p-feature__list-question-note{
  margin-top: .5rem;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #000;
}

.p-feature__voice{
  margin-top: 2.125rem;
}

.p-feature__voice-head{
  text-align: center;
  color: #399CF1;
  font-feature-settings: 'palt' on;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.02em;
}

.p-feature__voice-title{
  margin-top: 0.25rem;
  color: #171C61;
  text-align: center;
  font-feature-settings: 'palt' on;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.p-feature__voice-list{
  margin-top: 0.9375rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-feature__voice-item{
  border-radius: 10px;
  background: #E7ECEC;
  padding: 1.25rem;
  position: relative;
}

.p-feature__voice-item::before{
  content: "";
  aspect-ratio: 23/16;
  background: url(../img/quotation.svg) no-repeat center center / contain;
  width: 1.4375rem;
  position: absolute;
  top: -0.375rem;
  right: 1.25rem;
}

.p-feature__voice-item-name{
  color: #171C61;
  font-feature-settings: 'palt' on;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.02em;
  padding: 2px 7px 3px 7px;
  border-radius: 5px;
  background: #FFF;
  display: inline-block;
}

.p-feature__voice-item-ttl{
  color: #171C61;
  font-feature-settings: 'palt' on;
  font-size: 1.0625rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.02em;
  margin-top: 0.4375rem;
}

.p-feature__voice-item-txt{
  color: #222848;
  text-align: justify;
  font-feature-settings: 'palt' on;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-top: 0.375rem;
}

.p-feature__list-figure-ttl{
  color: #399CF1;
  text-align: center;
  font-feature-settings: 'palt' on;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.p-feature__list-figure-ttl span{
  position: relative;
  display: inline-block;
}
.p-feature__list-figure-ttl span::before,
.p-feature__list-figure-ttl span::after{
  content: "";
  position: absolute;
  aspect-ratio: 7/30;
  background: url(../img/title-accent.svg) no-repeat center center / contain;
  width: 0.375rem;
  top: 53%;
}

.p-feature__list-figure-ttl span::before{
  right: calc(100% + 0.375rem);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-feature__list-figure-ttl span::after{
  left: calc(100% + 0.375rem);
  transform: translateY(-50%) scaleX(-1);
  -webkit-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
}

.p-feature__list-figure-txt{
  text-align: center;
  margin-top: 0.5625rem;
  font-feature-settings: 'palt' on;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.p-feature__list-figure-txt span{
  color: #399CF1;
}

.p-feature__list-figure{
  margin-top: 0.6875rem;
}

.p-feature__list-figure-txt-bt{
  margin-top: 1.375rem;
  font-feature-settings: 'palt' on;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
}

.p-feature__list-ttlimg{
  margin-top: 1.375rem;
  margin-bottom: 1rem;
}

.p-feature__list-comparison{
  margin-top: .5rem;
  margin-left: -1.5625rem;
  width: calc(100% + 3.125rem);
}

.p-feature__list-comparison-ttl{
  color: #FFF;
  text-align: center;
  font-feature-settings: 'palt' on;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.02em;
  background: #399CF1;
  padding: .5rem 0;
}

.p-feature__list-comparison-txt{
  font-feature-settings: 'palt' on;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-top: .75rem;
}

.p-feature__list-comparison-note{
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #000;
  margin-top: .375rem;
}

/*===========================================================================*/
/*  セルフホワイトニング福利厚生の3つの柱  */
/*===========================================================================*/
.p-column{
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
  background: #fff;
  overflow: hidden;
}

.p-column__title-head{
  position: relative;
  z-index: 1;
}

.p-column__title-head::after{
  content: "";
  position: absolute;
  aspect-ratio: 138.3/197;
  width: 8.6625rem;
  background: url(../img/column-accent.webp) no-repeat center center / contain;
  right: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}

.p-column__title-head-txt{
  font-feature-settings: 'palt' on;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.p-column__title{
  font-feature-settings: 'palt' on;
  font-size: 3.875rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.02em;
}

.p-column__title span{
  font-size: 1.242em;
  font-weight: 700;
}

.p-column__list{
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-column__list-item{
  padding-left: 1.875rem;
  position: relative;
}

.p-column__list-num{
  position: absolute;
  top: 0.5625rem;
  left: 0;
  width: 0.7rem;
  flex-shrink: 0;
}

.p-column__list-item::before{
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 6rem);
  background: linear-gradient(180deg, #399CF1 0%, rgba(255, 255, 255, 0.00) 100%);
  left: 0.3rem;
  bottom: 0;
}

.p-column__list-title{
  font-feature-settings: 'palt' on;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-column__list-title span{
  position: relative;
}

.p-column__list-title span::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #222848;
}

.p-column__list-txt{
  margin-top: 0.875rem;
  font-feature-settings: 'palt' on;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
}

.p-column__list-items{
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}

.p-column__list-items-item{
  color: #000;
  font-feature-settings: 'palt' on;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.02em;
  padding: 2px 10px;
  border-radius: 9999px;
  background: #E7ECEC;
  padding-left: 28px;
  position: relative;
}

.p-column__list-items-item::before{
  content: "";
  position: absolute;
  width: 0.8125rem;
  aspect-ratio: 1/1;
  background: url(../img/check-blue.svg) no-repeat center center / contain;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-column__list-note{
  margin-top: 0.8125rem;
  font-feature-settings: 'palt' on;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.22px;
}

/*===========================================================================*/
/*  導入条件・対象企業  */
/*===========================================================================*/
.p-target{
  background:#399CF1;
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
  background: url(../img/target-bg.webp) no-repeat center center / cover;
}

.p-target__title-wrap{
  text-align: center;
}

.p-target__title{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'palt' on;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 124%;
  letter-spacing: 0.02em;
}

.p-target__title span{
  position: relative;
}

.p-target__title span:first-child::before,
.p-target__title span:first-child::after,
.p-target__title span:last-child::before,
.p-target__title span:last-child::after{
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  width: 1.375rem;
  background: url(../img/kagi.svg) no-repeat center center / contain;
}

.p-target__title span:first-child::before{
  right: calc(100% + 2px);
  top: -5px;
}

.p-target__title span:first-child::after{
  left: calc(100% + 2px);
  top: -5px;
  transform: scaleX(-1);
}

.p-target__title span:last-child::before{
  right: calc(100% + 2px);
  bottom: -8px;
  transform: scaleY(-1);
}

.p-target__title span:last-child::after{
  left: calc(100% + 2px);
  bottom: -8px;
  transform: scaleX(-1) scaleY(-1);
}

.p-target__txt{
  margin-top: 1.6875rem;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'palt' on;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 124%;
  letter-spacing: 0.02em;
}

.p-target__content{
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-target__box{
  border-radius: 10px;
  background: #FFF;
}

.p-target__box-title{
  color: #222848;
  text-align: center;
  font-feature-settings: 'palt' on;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 124%;
  letter-spacing: 0.02em;
  padding: 1.125rem 0 0.75rem;
  border-bottom: 1px solid #D7DCE1;
}

.p-target__box-main{
  padding: 0.625rem 1.125rem 1.125rem;
}

.p-target__box-list{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3125rem;
}

.p-target__box-list-item{
  color: #000;
  font-feature-settings: 'palt' on;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 1.3125rem;
}

.p-target__box-list-item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 0.9375rem;
  aspect-ratio: 1/1;
  background: url(../img/check-blue.svg) no-repeat center center / contain;
}

.p-target__box-text{
  text-align: center;
  font-feature-settings: 'palt' on;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
}

.p-target__box-tags{
  margin-top: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3125rem;
}

.p-target__box-tag{
  padding: 2px 0.625rem;
  border-radius: 9999px;
  background: #E7ECEC;
  color: #000;
  font-feature-settings: 'palt' on;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.02em;
}

.p-target__box-tag-etc{
  color: #000;
  font-feature-settings: 'palt' on;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.02em;
}

/*===========================================================================*/
/*  導入事例  */
/*===========================================================================*/
.p-case{
  background: #E7ECEC;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-section-title{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.3125rem;
}

.p-section-title .u-en{
  color: #399CF1;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 120%;
}

.p-section-title .middle{
  font-feature-settings: 'palt' on;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 124%;
  letter-spacing: 0.02em;
  position: relative;
  margin-top: 0.25rem;
}

.p-section-title .middle::before{
  content: "";
  position: absolute;
  aspect-ratio: 5/19;
  background: url(../img/title-accent-2.svg) no-repeat center center / contain;
  width: 0.3125rem;
  top: 53%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: calc(100% + 0.25rem);
}

.p-section-title .middle::after{
  content: "";
  position: absolute;
  aspect-ratio: 5/19;
  background: url(../img/title-accent-2.svg) no-repeat center center / contain;
  width: 0.3125rem;
  top: 53%;
  transform: translateY(-50%) scaleX(-1);
  -webkit-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  left: calc(100% + 0.25rem);
}

.p-section-title .ja{
  font-feature-settings: 'palt' on;
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 124%;
  letter-spacing: 0.02em;
}

.p-section-title .ja.--center{
  text-align: center;
}

.p-case__content{
  margin-top: 1.125rem;
}

.p-case__img{
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  aspect-ratio: 335/146;
}

.p-case__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-case__box{
  border-radius: 0 0 10px 10px;
  background: #FFF;
  padding: 1rem 1.25rem 1.25rem;
}

.p-case__box-title{
  font-feature-settings: 'palt' on;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 124%;
  letter-spacing: 0.02em;
  position: relative;
  padding-left: 0.6875rem;
}

.p-case__box-title::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.1875rem;
  height: 100%;
  background: #399CF1;
}

.p-case__box-list{
  margin-top: 0.6875rem;
  display: flex;
  flex-direction: column;
}

.p-case__box-list-item{
  display: flex;
  align-items: flex-start;
}

.p-case__box-list-term{
  font-feature-settings: 'palt' on;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.p-case__box-list-desc{
  font-feature-settings: 'palt' on;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
}

/*===========================================================================*/
/*  料金プラン  */
/*===========================================================================*/
.p-price{
  background: #fff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
}

.p-price::before{
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 6px, 0% 100%);
  width: 50%;
  height: 30px;
  background: #399CF1;
  top: 0;
  left: 0;
}

.p-price::after{
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 6px);
  width: 50%;
  height: 30px;
  background: #3862CE;
  top: 0;
  right: 0;
}

.p-price__img{
  margin-top: 0.875rem;
}

.p-price__more{
  margin-top: 0.34375rem;
  padding-top: 0.59375rem;
  position: relative;
}

.p-price__more::before{
  content: "";
  position: absolute;
  width: calc(100% + 5rem);
  height: 6.25rem;
  top: 0;
  left: -2.5rem;
  background: linear-gradient(180deg, #D3EF23 39.29%, rgba(211, 239, 35, 0.00) 100%);
}

.p-price__more-ttl{
  position: relative;
  z-index: 1;
  text-align: center;
  font-feature-settings: 'palt' on;
  font-size: 1.4375rem;
  font-weight: 900;
  line-height: 124%;
  letter-spacing: 0.02em;
}

.p-price__more-list{
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4375rem;
}

.p-price__more-list li{
  position: relative;
  z-index: 1;
  border-radius: 8px;
  border: 1px solid #399CF1;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 1rem 0.625rem;
  text-align: center;
  font-feature-settings: 'palt' on;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 124%;
  letter-spacing: 0.02em;
}

.p-price__more-list li::before{
  content: "";
  position: absolute;
  width: 1rem;
  aspect-ratio: 16/9;
  background: #399CF1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.p-price__more-list li span{
  font-weight: 900;
  color: #399CF1;
}

/*===========================================================================*/
/*  導入までの流れ  */
/*===========================================================================*/
.p-flow{
  background: #f5ffff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-flow__list{
  margin-top: 1.5625rem;
  display: flex;
  flex-direction: column;
  gap: 2.875rem;
}

.p-flow__list-item{
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  position: relative;
}

.p-flow__list-item:not(:last-child)::after{
  content: "";
  position: absolute;
  width: 83%;
  border-bottom: 1px dashed #A6ABAF;
  right: 20px;
  top: 4.95rem;
}

.p-flow__list-item:not(:last-child)::before{
  content: "";
  position: absolute;
  left: 1.5625rem;
  top: 4.3125rem;
  width: 0.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #399CF1;
  box-shadow:
    0 0.46875rem 0 0 #399CF1,
    0 0.9375rem 0 0 #399CF1;
}

.p-flow__list-num{
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #FFF;
  border: 3px solid rgba(57, 156, 241, 0.20);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-flow__list-num-step{
  color: #399CF1;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 120%;
}

.p-flow__list-num-number{
  color: #399CF1;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 120%;
  margin-top: -0.15rem;
}

.p-flow__list-content{
  flex: 1;
}

.p-flow__list-title{
  font-feature-settings: 'palt' on;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 124%;
  letter-spacing: 0.02em;
}

.p-flow__list-txt{
  margin-top: 0.25rem;
  font-feature-settings: 'palt' on;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 124%;
  letter-spacing: 0.02em;
}


/*===========================================================================*/
/*  よくあるご質問  */
/*===========================================================================*/
.p-faq{
  background: #fff;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-faq__list{
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.p-faq__item{
  border-radius: 10px;
  background: #F1F1F1;
  overflow: hidden;
  padding: 0 0.9375rem;
}

.p-faq__question{
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  padding: 0.75rem 0;
  cursor: pointer;
  position: relative;
}

.p-faq__question-icon{
  flex-shrink: 0;
  font-family: "Red Hat Display", sans-serif;
  color: #2D6CBC;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 100%;
}

.p-faq__question-txt{
  flex: 1;
  color: #1D1D1D;
  font-feature-settings: 'palt' on;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.p-faq__toggle{
  flex-shrink: 0;
  width: 0.625rem;
  height: 0.625rem;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
  padding: 0;
}

.p-faq__toggle::before,
.p-faq__toggle::after{
  content: "";
  position: absolute;
  background: #222848;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.p-faq__toggle::before{
  width: 100%;
  height: 2px;
}

.p-faq__toggle::after{
  width: 2px;
  height: 100%;
}

.p-faq__item.is-open .p-faq__toggle::after{
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.p-faq__answer{
  display: none;
  padding: 0.75rem 0 0.9375rem;
  border-top: 1px solid #CDCDCD;
  font-feature-settings: 'palt' on;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.02em;
}

/*===========================================================================*/
/*  お問い合わせ  */
/*===========================================================================*/
.p-contact{
  background: url(../img/contact-bg.webp) no-repeat center center / cover;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-contact__title{
  color: #FFF;
  text-align: center;
  font-feature-settings: 'palt' on;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 134%;
  letter-spacing: 0.075rem;
}

.cta-box{
  margin-top: 1.875rem;
  border-radius: 10px;
  background: #FFF;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

/*===========================================================================*/
/*  フッター  */
/*===========================================================================*/
.p-footer{
  background: #FFF;
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
}

.p-footer__menu{
  display: flex;
  justify-content: center;
  gap: 1.875rem;
}

.p-footer__menu li{
  color: #222848;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.p-footer__copyright{
  margin-top: 0.9375rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.02em;
}



/*===========================================================================*/
/*  お問い合わせ  */
/*===========================================================================*/
.p-form{
  background: #E7ECEC;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-form__form{
  margin-top: 1.5rem;
  border-radius: 10px;
  background: #FFF;
  padding: 1.5625rem 1.25rem;
}

.p-form__item{
  margin-top: 0.75rem;
}

.p-form__item:first-child{
  margin-top: 0;
}

.p-form__label{
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 0.375rem;
}

.p-form__required{
  color: #FE0000;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 160%;
}

.p-form__input,
.p-form__select,
.p-form__textarea{
  width: 100%;
  border-radius: 6px;
  border: 1px solid #CDCDCD;
  background: #F1F1F1;
  padding: 0.75rem 1rem 0.875rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 160%;
}

.p-form__input::placeholder,
.p-form__textarea::placeholder{
  color: #CDCDCD;
}

.p-form__select{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23222848' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9375rem center;
  background-size: 0.75rem;
  padding-right: 2.5rem;
}

.p-form__textarea{
  resize: vertical;
  min-height: 7.5rem;
}

.p-form__privacy{
  border-radius: 6px;
  border: 1px solid #CDCDCD;
  background: #FFF;
  margin-top: 0.75rem;
  padding: 0.9375rem;
  padding-right: 0.5rem;
}

.p-form__privacy-title{
  margin-top: 0 !important;
  font-feature-settings: 'palt' on;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 160% !important;
}

.p-form__privacy-content{
  max-height: 9rem;
  overflow-y: auto;
}

.p-form__privacy-content h4{
  font-feature-settings: 'palt' on;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 160%;
  margin-top: 0.625rem;
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 0.375rem;
}

.p-form__privacy-content h4:first-child{
  margin-top: 0;
}

.p-form__privacy-content p{
  font-feature-settings: 'palt' on;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 160%;
  margin-top: 0.375rem;
}

.p-form__privacy-table{
  width: 100%;
  margin-top: 0.5rem;
  border-collapse: collapse;
  border: 1px solid #CDCDCD;
}

.p-form__privacy-table th,
.p-form__privacy-table td{
  border: 1px solid #CDCDCD;
  padding: 0.5rem;
  font-feature-settings: 'palt' on;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  vertical-align: top;
}

.p-form__privacy-table th{
  background: #C8E6F0;
  font-weight: 700;
  width: 4rem;
  white-space: nowrap;
}

.p-form__privacy-table td{
  background: #FFF;
}

.p-form__check{
  margin-top: 1.25rem;
}

.p-form__checkbox{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}

.p-form__checkbox input[type="checkbox"]{
  margin: 0;
  width: 0.6875rem;
  height: 0.6875rem;
  flex-shrink: 0;
  cursor: pointer;
}

.p-form__checkbox-text{
  font-feature-settings: 'palt' on;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 160%;
}

.p-form__submit{
  margin-top: 1.25rem;
}

.p-form__btn{
  width: 100%;
  border-radius: 10px;
  background: #EE5B20;
  transition: opacity 0.3s;
  position: relative;
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-feature-settings: 'palt' on;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 124%;
  letter-spacing: 0.02em;
}

.p-form__btn::before{
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: 2.25rem;
  top: 3px;
  left: 3px;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 83.33%);

}

.p-form__btn:hover{
  opacity: 0.8;
}

.p-form__btn-text{
  position: relative;
  z-index: 1;
}

.p-form__btn-icon{
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
}

/*===========================================================================*/
/*  お問い合わせ完了  */
/*===========================================================================*/
.p-thanks{
  background: #E7ECEC;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-thanks__text{
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 160%;
}

.p-thanks__cta-box{
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.p-thanks__cta-box .c-btn{
  max-width: 18.3125rem;
  height: 4.375rem;
}

.p-thanks__calendar{
  margin-top: 1.5rem;
}

#timerex_calendar{
  border-radius: 16px;
}

.cvFixedBt.scrolled {
    opacity: 1;
    visibility: visible;
}

.cvFixedBt .pc.purun {
    -webkit-animation: purupuru 1s linear 1s infinite;
    animation: purupuru 1s linear 1s infinite;
}

.cvFixedBt.scrolled {
    opacity: 1;
    visibility: visible;
}

.cvFixedBt .bt.purun {
  -webkit-animation: purupuru2 1s linear 1s infinite;
  animation: purupuru2 1s linear 1s infinite;
}

@-webkit-keyframes purupuru {
      0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
      15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 5%); }
      30%  { -webkit-transform: scale(1.1, 0.8) translate(0%, 10%); }
      50%  { -webkit-transform: scale(0.8, 1.1) translate(0%, -5%); }
      70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
      100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes purupuru {
      0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
      15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
      30%  { transform: scale(1.1, 0.8) translate(0%, 10%); }
      50%  { transform: scale(0.8, 1.1) translate(0%, -5%); }
      70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
      100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

@-webkit-keyframes purupuru2 {
      0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
      15%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 5%); }
      30%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 10%); }
      50%  { -webkit-transform: scale(0.9, 1.1) translate(0%, -5%); }
      70%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 5%); }
      100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes purupuru2 {
      0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
      15%  { transform: scale(1.0, 1.0) translate(0%, 5%); }
      30%  { transform: scale(1.0, 1.0) translate(0%, 10%); }
      50%  { transform: scale(1.0, 1.0) translate(0%, -5%); }
      70%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
      100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

.cvFixedBt {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    /* ↓ここから下を追記↓ */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease; /* ふわっと表示させる */
}

/* 既に書いてあったこの記述が活きるぜ！ */
.cvFixedBt.scrolled {
    opacity: 1;
    visibility: visible;
}

.purun2 {
    /* -webkit-animation: purupuru 1s linear 1s infinite; */
    animation: purupuru 1s linear 1s infinite;
}

/* PC表示用（1101px以上）のズレ調整 */
@media screen and (min-width: 1101px) {
    .cvFixedBt {
        /* .p-mainと同じ位置（51%）に基準を合わせる */
        left: 51%;
        transform: translateX(-50%);
        width: 490px; /* .p-mainのPCサイズにピタッと合わせる */
    }
    .cvFixedBt .bt {
        max-width: 100%; /* 画像を枠いっぱいに広げる */
    }
}

/* PC表示用（1101px?1200px）のズレ調整 */
@media screen and (min-width: 1101px) and (max-width: 1200px) {
    .cvFixedBt {
        width: 390px; /* 画面が少し狭い時の.p-mainのサイズに合わせる */
    }
}
