/* ヘッダー*/

.on-premises-001_header .on-premises-001_header__inner{
    padding: 1.35rem 1.875rem 0;
}

.on-premises-001_header .on-premises-001_header__logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    height: 5rem;
}

.on-premises-001_header .c-button__label{
    font-size: 0.9375rem;
}


@media only screen and (max-width: 63.99375em ){

.on-premises-001_header .on-premises-001_header__inner{
    padding: 0.875rem 1.875rem 0;
}

.on-premises-001_header .c-button__label{
    font-size: 0.75rem;
}
.on-premises-001_header .on-premises-001_header__logo{
    padding: 0.5rem 0 0.875rem 0;
    height: 2.875rem;
}

.on-premises-001_header .brand_logo img{
    width: 180px;
}
.on-premises-001_header .wdb_logo img{
    width: 160px;
}
}

@media only screen and (max-width: 47.9375em ){

.on-premises-001_header .on-premises-001_header__inner{
    height: 100px;
    padding: 0.875rem 1rem 0;
}
.on-premises-001_cta a{
    margin-bottom: 5px;

}
.on-premises-001_cta{
    display: flex;
    flex-direction: column;
    align-items: flex-end; 
    gap: 3px;  
    margin-top: -15px;
}
.on-premises-001_header .brand_logo img{
    margin-top: 5px;
}
.on-premises-001_header .wdb_logo img{
    margin-top: 20px;
}

}



/* メインビジュアル */

.p-prod-visual.-on-premises-001 .p-prod-visual__heading{
    gap: 1.5rem;
}

.p-prod-visual.-on-premises-001 .on-premises-label{
    background-color: #ffffff;
    color: var(--clr-black);
    border-radius: 3.125rem;
    font-size: 1rem;
    padding: 8px 22px;
}

.p-prod-visual.-on-premises-001 {
  position: relative;
  margin: 0 var(--px-content);
  background: linear-gradient(
    135deg,
    #0DA7B7 0%,
    #2E008B 140%
  );
  padding-top: 0;
  min-height: initial;
  overflow: hidden; 
}
.p-prod-visual.-on-premises-001::after {
  content: "";
  position: absolute;
  top: -76px;
  right: -129px;
  width: 59%;
  padding-top: 60%;
  background-image: url("/webdatabase/images23/bg-cta.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  pointer-events: none;
  z-index: 0;
}


.p-prod-visual.-on-premises-001 {
  --max-w: 72.5rem;
  display: grid;
  grid-template-rows: auto 1fr;
}
.p-prod-visual.-on-premises-001 .p-prod-visual__inner {
  --padding: 1.25rem;
  align-self: start;
  width: 100%;
  padding: 0 var(--padding);
}
.p-prod-visual.-on-premises-001 .p-prod-visual__button-text{
  font-size: 0.85rem;
}

.p-prod-visual.-on-premises-001 .p-prod-visual__img {
  grid-area: img;
  position: relative;
}
.p-prod-visual.-on-premises-001 .p-prod-visual__lead {
  line-height: 1.4;
  color: var(--clr-white);
  letter-spacing: 0;
}

.p-prod-visual.-on-premises-001 .p-prod-visual__lead span{
  color: #FFE33F;
}

.p-prod-visual.-on-premises-001 .p-prod-visual__lead .dotted{
  position: relative;
  display: inline-block;
}
.p-prod-visual.-on-premises-001 .p-prod-visual__lead .dotted::before{
  content: "・ ・ ・ ・ ・";
  position: absolute;
  color: #ffffff;
}

.p-prod-visual.-on-premises-001 .p-prod-visual__img-main {
  box-shadow: 0 0.25rem 1.25rem 0 rgba(103, 103, 103, 0.1);
  border-radius: 0.25rem;
}
.p-prod-visual.-on-premises-001 .p-prod-visual__img-main img {
  border-radius: 0.25rem;
  background-color: #ffffff;
  padding: 1.125rem;
  position: relative;
  z-index: 1; 
}
.p-prod-visual.-on-premises-001 .p-prod-visual__img-badge {
  margin-top: -19%;
  margin-right: -5%;
}
.p-prod-visual.-on-premises-001 .p-prod-visual__img-badge figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: right;
  gap: 0.5rem 0.4375rem;
}
.p-prod-visual.-on-premises-001 .p-prod-visual__img-badge figcaption {
  width: 100%;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--clr-white);
}
.p-prod-visual.-on-premises-001 .p-prod-visual__img-badge .c-image {
  max-width: 6.246rem;
  width: 19%;
}

.p-prod-visual__inner {
  --padding: 1.25rem;
  position: relative;
  width: 100%;
  padding: 0 var(--padding);
}

.p-prod-visual__contents {
  display: grid;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 90px 0px;
}
.p-prod-visual__head {
  grid-area: head;
}
.p-prod-visual__head .c-heading.-lv_1,
.p-prod-visual__head .c-sentence {
  --clr-txt: var(--clr-white);
}

.p-prod-visual__heading {
  display: flex;
  justify-content: left;
  color: var(--clr-white);
  letter-spacing: 0;
}
.p-prod-visual__heading .c-image {
  flex-shrink: 0;
}


@media only screen and (max-width: 63.99375em ){
.p-prod-visual {
    --px-content: 0;
    --pt-block: 2.5rem;
    --pb-block: 2.5rem;
    --min-h: 0rem;
  }
  .p-prod-visual {
    padding-top: 0.625rem;
  }
  .p-prod-visual.-on-premises-001 .p-prod-visual__img {
    margin-top: 1.125rem;
  }
  .p-prod-visual.-on-premises-001 .p-prod-visual__lead {
    margin-top: 0.95rem;
  }

  .p-prod-visual.-on-premises-001 .p-prod-visual__img-main img {
    width: 100%;
  }
  .p-prod-visual__contents {
    grid: "head" auto "cta" auto/1fr;
  }
  .p-prod-visual__heading {
    font-size: 0.875rem;
  }
  .p-prod-visual__heading img {
    max-width: 10rem;
  }
   .p-prod-visual.-on-premises-001 .on-premises-label{
    font-size: 0.875rem;
    padding: 5px 18px;
   }  
}

@media only screen and (max-width: 47.9375em ){
  .p-prod-visual {
    background-position: 0 1.5rem;
    background-size: 12.5rem;
  }
  .p-prod-visual.-on-premises-001 .p-prod-visual__contents {
    grid: "head" auto "img" auto "cta" auto/1fr;
    padding: 50px 0;
  }
  .p-prod-visual.-on-premises-001 .p-prod-visual__lead br {
    display: none;
  }
  .p-prod-visual.-on-premises-001 .p-prod-visual__heading {
    flex-direction: row;
    gap: 1rem;
  }

  .p-prod-visual.-on-premises-001 .p-prod-visual__lead {
    font-size: 1.125rem;
  }
  .p-prod-visual.-on-premises-001 .p-prod-visual__lead span{
    font-size: 1.425rem;
  }
  .p-prod-visual.-on-premises-001 .p-prod-visual__lead .dotted::before{
    top: -20px;
    left: 0;
    font-size: 25px;
    letter-spacing: -6px;
   }
  .p-prod-visual.-on-premises-001::after {
    width: 95%;
    padding-top: 95%;
    top: 209px;
    right: -114px;
  }

}

@media print, screen and (min-width: 48em ) {

  .p-prod-visual.-on-premises-001 .on-premises-label{
    font-size: 0.85rem;
  }
  .p-prod-visual {
    background-position: 1.25rem 2.8125rem;
    background-size: 26.25rem;
  }
  .p-prod-visual.-on-premises-001 .p-prod-visual__inner {
    --padding: 2.5rem;
  }
  .p-prod-visual.-on-premises-001 .p-prod-visual__contents {
    grid: "head img" auto "cta img" 1fr/minmax(420px, 1fr) minmax(auto, 488px);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .p-prod-visual.-on-premises-001 .p-prod-visual__lead {
    font-size: 1.4rem;
  }
  .p-prod-visual.-on-premises-001 .p-prod-visual__lead span{
    font-size: 1.7rem;
  }
  .p-prod-visual.-on-premises-001 .p-prod-visual__lead .dotted::before{
    top: -20px;
    left: 0;
    font-size: 25px;
    letter-spacing: -3px;
   }
  .p-prod-visual__inner {
    --padding: 2.5rem;
  }
  .p-prod-visual__heading {
    align-items: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .p-prod-visual__heading span {
    font-size: 0.75rem;
  }
}

@media print, screen and (min-width: 64em ) {
    .p-prod-visual {
    --px-content: 1.875rem;
    --pb-block: 3rem;
    --min-h: 17.5rem;
  }
  .p-prod-visual {
    border-radius: 0.75rem;
  }

  .p-prod-visual.-on-premises-001 .p-prod-visual__contents {
    grid: "head img" auto "cta img" 1fr/minmax(580px, 1fr) minmax(auto, 526px);
  }
  .p-prod-visual.-on-premises-001 .p-prod-visual__img {
    align-self: center;
  }
  .p-prod-visual.-on-premises-001 .p-prod-visual__lead {
    margin-top: 1.75rem;
    font-size: 1.625rem;
  }
  .p-prod-visual.-on-premises-001 .p-prod-visual__lead span{
    font-size: 2.1875rem;
  }
  .p-prod-visual__contents {
    grid: "head" auto "cta" auto/auto;
  }
  .p-prod-visual__heading {
    align-items: center;
    gap: 1rem;
    font-size: 1rem;
  }
  .p-prod-visual__heading img {
    max-width: 14.1875rem;
    width: 100%;
  }
  .p-prod-visual__heading span {
    font-size: 1rem;
  }

  .p-prod-visual.-on-premises-001 .p-prod-visual__lead .dotted::before{
  top: -28px;
  left: 0;
  font-size: 30px;
  letter-spacing: -2px;
  }
}

@media print, screen and (min-width: 75em ) {
  .p-prod-visual.-on-premises-001 .p-prod-visual__img {
    align-self: start;
  }
}

@media print, screen and (min-width: 100em ) {
.p-prod-visual.-on-premises-001::after {
  max-width: 800px;
}
}



/* コンテンツ */

.overview_section .p-grid{
    align-items: center;
}

.overview_section .p-grid .c-sentence span{
    color: #0DA7B7;
    font-weight: 600;
}

.overview_section .p-text-block.p-problem .problem-head{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}

.overview_section .p-text-block.p-problem .problem-head span{
    color: #0DA7B7;
}

.overview_section .p-text-block.p-problem .check_text_wrapper{
    display: grid;
    grid-template-columns: max-content max-content;
    gap: 16px 24px;
    width: fit-content;
    margin: 0 auto;
}
.overview_section .p-text-block.p-problem .check_text_wrapper .check_text{
    font-size: 18px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.overview_section .p-text-block.p-problem .check_text_wrapper .check_text i::before{
    background-color: var(--clr-white);
    mask-size: 20px;
}
.overview_section .p-text-block.p-problem .check_text_wrapper .check_text i{
    background-color: #0DA7B7;
    height: 29px;
    width: 29px;
    border-radius: 50%;
    margin-right: 8px;
}

.overview_section .p-text-block.p-problem .check_text_wrapper strong {
  background-image: linear-gradient(transparent 0%, var(--clr-marker) 0%);
  background-repeat: no-repeat;
  background-position: 0 80%;
  background-size: 100% 0.5rem;
}


.overview_section .p-features-head{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}

.overview_section .p-features-head span{
    color: #0DA7B7;
}

.divider-arrow{
    width: 0;
    height: 0;
    margin: 0 auto 24px;
    border-top: 30px solid #0DA7B7;
    border-right: 68px solid transparent;
    border-left: 68px solid transparent;
    border-bottom: 0 solid transparent;
}

.overview_section .p-features .c-heading.-feature{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #0DA7B7;
    border-radius: 0.75rem;
    height: 100%;
    padding: 20px; 
    box-sizing: border-box;
}

.overview_section .p-features .c-heading.-feature .p-features-text{
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
}

.overview_section .p-grid.-col_4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: stretch;
}


.-feature-block .c-link a{
    color: var(--clr-wdb);
    background-image: linear-gradient(90deg, var(--clr-wdb), var(--clr-wdb));
}

.-feature-block .c-link:hover {
    --clr-txt: var(--clr-black);
}


@media only screen and (max-width: 63.99375em ){
  .overview_section .p-text-block.p-problem .check_text_wrapper {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 400px;
    }
    .overview_section .p-text-block.p-problem .check_text_wrapper .check_text {
        white-space: normal;
    }
    .overview_section .p-text-block.p-problem .problem-head{
    font-size: 22px;
    }
    .overview_section .p-text-block.p-problem .check_text_wrapper .check_text{
        font-size: 16px;
    }
    .overview_section .p-text-block.p-problem .check_text_wrapper .check_text i{
        height: 24px;
        width: 24px;
    }
    .overview_section .p-text-block.p-problem .check_text_wrapper .check_text i::before{
        mask-size: 16px;
    }

    .overview_section .p-features-head{
    font-size: 20px;
    }

    .divider-arrow{
        margin: 0 auto 24px;
        border-top: 24px solid #0DA7B7;
        border-right: 65px solid transparent;
        border-left: 65px solid transparent;
    }
    .overview_section .p-grid.-col_4 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    .overview_section .p-features .c-heading.-feature{
    flex-direction: row;
    gap: 16px;
    }
    .overview_section .p-features .c-heading.-feature .p-features-text{
        font-size: 18px;
        text-align: left;
    }
    .overview_section .p-features .c-heading.-feature .p-features-text br{
        display: none;
    }
}


@media only screen and (max-width: 47.9375em ){
    .overview_section .p-text-block.p-problem .check_text {
        display: flex;
        align-items: flex-start;
        white-space: normal;
        word-break: normal; 
        text-align: left;
    }
}


@media only screen and (max-width: 36.25em ){
    .overview_section .p-grid.-col_4 {
        grid-template-columns: 1fr !important;
    }
}



/* フッター */

.l-footer.-on-premises-001-footer{
    padding-top: 4.625rem;
    padding-bottom: 1.125rem;
    margin-top: -8.625rem;
}

.l-footer.-on-premises-001-footer .footer__wdb_logo img{
    display: block;
    margin: 0 auto;
}

.l-footer.-on-premises-001-footer .footer__info__wrapper{
    padding-top: 4em;
}
.l-footer.-on-premises-001-footer .footer__info__wrapper .footer__brand_logo img{
    display: block;
    margin: 0 auto;
}

.l-footer.-on-premises-001-footer .footer__info__wrapper .footer__info{
    text-align: center;
}

.l-footer.-on-premises-001-footer .footer__info-links{
  display: flex;
  gap: 35px;
  justify-content: center;
  padding-top: 40px;
}

.l-footer.-on-premises-001-footer .footer__info-links a{
  color: var(--clr-black);
  font-weight: bold;
  font-size: 14px;
}

.l-footer.-on-premises-001-footer .footer__info__copy{
  font-size: 12px;
}

@media only screen and (max-width: 63.99375em ){
    .l-footer.-on-premises-001-footer{
        padding-top: 2.25rem;
        margin-top: -5rem;
    }
}



@media only screen and (max-width: 47.9375em ){
    .l-footer.-on-premises-001-footer .footer__wdb_logo img{
        width: 200px;
    }
    .l-footer.-on-premises-001-footer .footer__info__wrapper .footer__brand_logo img{
        width: 240px;
    }
    .l-footer.-on-premises-001-footer .footer__info__wrapper{
        padding-top: 2.25em;
    }
    .l-footer.-on-premises-001-footer .footer__info-links{
        gap: 15px;
    }
  .l-footer.-on-premises-001-footer .footer__info-links a{
        font-size: 10px;
    }

  .l-footer.-on-premises-001-footer .footer__info__copy{
        font-size: 10px;
    } 
  .l-footer.-on-premises-001-footer .footer__info-links{
        padding-top: 30px;
    }
}


