/* header{
display: none;
} */
.u-db{
    display:block;
}
@media screen and (max-width: 768px) {
    .u-db{
        display:none;
    }
}
.u-sp{
    display:none;
}
@media screen and (max-width: 768px) {
    .u-sp{
        display:block;
    }
}
.l-doc{
    margin-top: 70px;
}
@media screen and (max-width: 768px) {
    .l-doc{
        margin-top: 10px;
    }
}
.l-main__inner {
    max-width: 1196px;
    min-width: 1024px;
    margin: 0 auto;
    padding: 0 30px;
}
@media screen and (max-width: 768px) {
    .l-main__inner {
        min-width: 100%;
        padding: 0 4%;
    }
}
.c-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 6px 2em 5px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .c-breadcrumb {
        padding: 3px 0;
    }
}
.c-breadcrumb li:first-child {
    position: relative;
}
.c-breadcrumb li {
    font-size: 12px;
    font-weight: 200;
}
.c-breadcrumb li a {
    color: #666666;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 1px solid #004ea2;
}
.c-breadcrumb li:not(:last-child)::after {
    content: ">";
    color: #666666;
    margin: 0 0.75em;
    font-size: 14px;
}

.p-doc-wrap{
    max-width: 840px;
    width: 100%;
    margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
    .p-doc-wrap{
     padding: 0 16px;
    }
}
.p-doc-header{
    text-align: center;
    padding: 30px 0;
    /* background-color: #f0f8ff; */
    line-height: 1.3;
    font-size: clamp(10px, 8vw, 48px);
    font-weight: bold;
    color: #004ea2;
}
.c-doc-header{
    font-size: clamp(10px,4vw,16px);
    color: #323232;
    text-align: center;
}
.p-doc-area{
    padding: 0 20px;
}
.p-doc-area__list{
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    border: solid 2px #323232;
    border-radius:15px;
}
.p-doc-area__text{
    font-size: clamp(10px,4vw,18px);
    font-weight: bold;
    text-align: left;
    padding-bottom: 20px;
    line-height: 1.3;
}
.p-doc-list{
    
}
.p-doc-list__lead{
    text-align: left;
    font-size: clamp(10px,4vw,20px);
    font-weight: bold;
    padding-bottom: 30px;
}
.p-doc-list__box{
    padding: 10px;
    border: solid 2px #323232;
    border-radius:5px;
    max-width: 33.33%;
}
.p-doc-list__card{

}
.p-doc-list__card--img{

}
.p-doc-list__card--text{
    text-align: left;
}
.p-doc-list__card---detail{
    display:block;
    width: 100%;
    background: #004ea2;
    color: #fff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    margin-bottom: 10px;
}   
.p-doc-list__card--button{
    display:block;
    width: 100%;
    background: #ec6d81;
    color: #fff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

.c-doc-card{
    display: flex;
    align-items: center;
    justify-content: space-between;   
}
@media screen and (max-width: 768px) {
    .c-doc-card{
        display:block;
    }
}
.c-doc-card__img{
    max-width: 40%;
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .c-doc-card__img{
        max-width: 80%;
        margin: 0 auto 20px;
        display:block;
    }
}
.c-doc-card__box{
    max-width: 60%;
    width: 100%;
    padding-left: 5%;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .c-doc-card__box{
        max-width: 80%;
        padding-left: 0;
        margin: 0 auto;
    }
}
.c-doc-card__box--label{
    font-size: clamp(10px,4vw,14px);
    line-height: 1;
    padding: 4px;
    margin-bottom: 16px;
    color: #fff;
    background-color: #004ea2;
    display:inline-block;
}
@media screen and (max-width: 768px) {
    .c-doc-card__box--label{
        margin-bottom: 10px;
    }
}
.c-doc-card__box--lead{
    font-size: clamp(10px,4vw,18px);
    margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
    .c-doc-card__box--lead{
        margin-bottom: 10px;
    }
}
.c-doc-card__box--name{
    font-size: clamp(10px,6vw,28px);
    font-weight: bold;
    letter-spacing: .05em;
    margin-bottom: 10px;
}
.c-doc-card__box--trans{
    font-size: clamp(10px,4vw,14px);
}
.p-doc-resume__table{
    margin-top: 30px;
    margin-bottom: 30px;
}
.p-doc-resume__tbody{
    text-align: left;
}
.p-doc-resume__tr{
    padding: 16px 0;
    border-bottom: solid 1px #c3c3c3;
}
.p-doc-resume__td{
    font-size: clamp(10px, 4vw, 20px);
    color: #004ea2;
    padding:20px 0;
    width: 13%;
}
@media screen and (max-width: 768px) {
    .p-doc-resume__td{
        width: 18%;
    }
}
.p-doc-resume__td--detail{
    font-size: clamp(10px, 4vw, 18px);
    color:#323232;
    padding: 20px 0 20px 20px;
    width: 87%;
    line-height: 1.3;
}
@media screen and (max-width: 768px) {
    .p-doc-resume__td--detail{
        padding: 20px 0 20px 10px;
        width: 82%;
    }
}
.c-doc-resume__td{
    font-size: clamp(10px, 6vw, 28px);
    color: #004ea2;
    font-weight: bold;
}
.c-doc-resume__td--span{
    font-size: clamp(10px, 4vw, 16px);
    font-weight: normal;
    margin-left: 10px;
}
.p-doc-flex{
    display: flex;
    align-items: center;
    justify-content:center;
}
@media screen and (max-width: 768px) {
    .p-doc-flex{
        display:block;
    }
}
.newbtn_pink.button_reserve {
    margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
    .newbtn_white{
        margin: 0 auto;
    }
    .newbtn_pink.button_reserve {
        margin: 20px auto 0 auto;
    }

}

.p-doc-bottom{
    font-size: clamp(10px, 4vw, 16px);
    text-align: center;
    margin-bottom: 47px;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .p-doc-bottom{
        font-size:3.5vw;
    }
}
.p-doc-contents{
    padding: 40px 60px;
    position: relative;
    border: solid 1px #004ea2;
}
@media screen and (max-width: 768px) {
    .p-doc-contents{
        padding: 40px 30px;
    }
}
.p-doc-contents__label{
    font-size: clamp(10px, 4vw, 14px);
    clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
    background-color: #004ea2;
    color: #fff;
    width: 250px;
    padding: 10px 10px;
    text-align: center;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translate(-50%, 0);
}
.p-doc-contents__lead{
    color: #004ea2;
    font-size: clamp(10px, 4vw, 24px);
    font-weight: bold;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}
.p-doc-contents__text{
    font-size: clamp(10px, 4vw, 16px);
    text-align: left;
    line-height: 2;
}
.p-slider{
    /* max-width: 840px; */
    width: 100%;
    margin: 0 auto;
}
.p-slider-card{
    width: fit-content;
    padding: 0 20px;
    /* box-shadow: 2px 2px 10px -7px #777777; */
}
@media screen and (max-width: 768px) {
    .p-slider-card{
        padding: 0 16px;
    }
}
.p-slider-card__inner{
    width: 286px;
    height: 430px;
    position: relative;
    margin: 0 auto;
    /* background-color: #E4F4F9; */
}
@media screen and (max-width: 1500px) {
    .p-slider-card__inner{
        width: 229px;
        height: 344px;
    }
}
@media screen and (max-width: 768px) {
    .p-slider-card__inner{
        width: 229px;
        height: 344px;
    }
}
.p-slider-card__img{
    width: 100%;
    height: auto;
    max-height: 430px;
    object-fit: contain;
    margin: 0 auto;
   
}
.p-slider-card__text--label{
    font-size: clamp(10px, 4vw, 14px);
    color: #fff;
    background-color: #004ea2;
    padding: 4px;
    line-height: 1;
    display:inline-block;
    position: absolute;
    top:0;
    left:0;
}
.p-slider-card__text--wrap{
    position: absolute;
    width: 100%;
    left: 50%;
    bottom:0;
    transform: translate(-50%, 0%);
    padding: 10px;
    /* background-color: #004ea2; */
}
.p-slider-card__text{
    color:#fff;
    font-size: clamp(10px, 4vw, 16px);
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.3;
    text-align: left;
}
.p-slider-card__text.--adj{
    color:#fff;
    font-size: clamp(10px, 6vw, 20px);
    letter-spacing: .05em;
    margin-bottom: 0;
    text-align: left;
}
.c-mini-text{
    font-size: clamp(10px, 4vw, 16px);
    margin-left: 4px;
}
.p-slider-card__link{
    width: 100%;
    max-width: 286px;
    height: 62px;
    color: #004ea2;
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #004ea2;
    border-bottom: 5px solid #004ea2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.4s;
    margin: 20px auto 10px;
}
@media screen and (max-width: 768px) {
    .p-slider-card__link{
        max-width: 229px;
    }
}
.p-slider-card__link::after{
    content: "";
    width: 14px;
    height: 22px;
    background: url(/img_new/common/btn_arrow_blue.svg) no-repeat center;
    background-size: 14px auto;
    position: absolute;
    top: 0;
    right: 5.5%;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .p-slider-card__link::after{
        height: 18px;
        right: 4%;
    }
}
.p-slider-card__anc {
    width: 100%;
    max-width: 286px;
    height: 62px;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
    background: #ec6d81;
    border-bottom: 5px solid #AB2945;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.4s;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .p-slider-card__anc {
        max-width: 229px;
    }
}
.p-slider-card__anc::after {
    content: "";
    width: 14px;
    height: 22px;
    background: url(/img_new/common/btn_arrow_white.svg) no-repeat center;
    background-size: 14px auto;
    position: absolute;
    top: 18px;
    right: 5.5%;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    .p-slider-card__anc::after {
        height: 18px;
        right: 4%;
    }
}
.c-title-pre{
    font-size: clamp(10px, 6vw, 24px);
    color:#323232;
    text-align: center;
    padding: 60px 0;
}
@media screen and (max-width: 768px) {
    .c-title-pre{
        padding: 60px 0 30px;
    }
}
.slide-arrow{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 30px;
    width: 20px;
    height: 38px;
    color: #fff;
    background-color: rgb(0,78,162,.8);
    border: none;
    z-index: 1;
    transition: opacity 0.5s;
    z-index: 1;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .slide-arrow{
        padding: 24px;
    }
}
.slick-arrow:hover {
    opacity: 0.7;
}
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

/* next */

.slick-next {
  right: 0px;
}
.slick-next::after {
  right: 25px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
    .slick-next::after {
        right: 20px;
      }
}
/* prev */

.slick-prev {
  left: 0px;
}
.slick-prev::after {
  left: 25px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
    .slick-prev::after {
        left: 20px;
    }
}
@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }
}
/* 「https://www.whiteessence.co.jp/movie_test/」引用 */
.p-FAQ__item {
    cursor: pointer;
    margin-bottom: 10px;
    border-top: solid 1px #c3c3c3;
    border-bottom: solid 1px #c3c3c3;
    -webkit-transition: all .1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all .1s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all .1s cubic-bezier(0.39, 0.575, 0.565, 1);
    background-color: #fff;
  }
  .p-FAQ__item.is-active{
    -webkit-transition: all .1s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: all .1s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all .1s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .p-FAQ__Q--before {
    max-width: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    right: 1em;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
    pointer-events: none;
  }
  .p-FAQ__item.is-active .p-FAQ__Q--before{
    display: none;
  }
  .p-FAQ__Q--after {
    max-width: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 50%;
    right: 1em;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: none;
    pointer-events: none;
  }
  .p-FAQ__item.is-active .p-FAQ__Q--after{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
  }
  .p-FAQ__Q {
    position: relative;
    padding: 2em 1em 2em 2em;
    z-index: 1;
  }
  @media screen and (max-width: 767.98px) {
    .p-FAQ__Q {
      font-size: 4vw;
      padding: 10px 16px 10px 16px;
      text-align: left;
      min-height: 60px;
      display: -ms-grid;
      display: grid;
      -ms-flex-line-pack: center;
    align-content: center;
    }
  }
  @media screen and (min-width: 768px) {
    .p-FAQ__Q {
      font-size: min(4vw, 16px);
    }
  }
  .p-FAQ__Q--question{
    max-width: 40px;
    display: inline-block;
    position: absolute;
      top: 50%;
      left: -15px;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      z-index: 2;
      display: -ms-grid;
      display: grid;
    place-content: center;
  }
  .p-FAQ__Q--question .--icon{
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .p-FAQ__A {
    text-align: justify;
    display: none;
  }
  @media screen and (max-width: 767.98px) {
    .p-FAQ__A {
      font-size: 3.7vw;
    }
  }
  @media screen and (min-width: 768px) {
    .p-FAQ__A {
      font-size: min(4vw, 16px);
    }
  }
  .p-FAQ__A .--flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
     background-color: #fff;
     padding: 1.5em 1em calc(1.5em - 16px) 2em;
     font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
     font-weight: normal;
     border-top: dotted 2px #c3c3c3;
  }
  @media screen and (max-width: 768px) {
    .p-FAQ__A .--flex{
        padding: 1.5em 16px calc(1.5em - 16px) 16px;
    }
  }
  .p-FAQ__A .--flex-bottom{
    background-color: #fff;
    padding: 0 10px 10px 50px;
    display: block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: normal;
  }
  .p-FAQ__A .--bold{
    font-weight: bold;
  }
  .p-FAQ__A .--align{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-FAQ__A span.--adjust{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-FAQ-icon{
    max-width: 40px;
    width: 100%;
    padding: 0px 10px 0px 0px!important;
  }
  .p-FAQ-icon img{
    -o-object-fit: contain;
       object-fit: contain;
  }
  /* //「https://www.whiteessence.co.jp/movie_test/」引用 */

  .l-FAQ__list--wrap{
    max-width: 840px;
    width: 100%;
    margin: 60px auto;
  }
  .p-dli-plus{
    display: inline-block;
    vertical-align: middle;
    color: #004ea2;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
  }
  .p-dli-plus::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
  .p-dli-minus{
    display: inline-block;
    vertical-align: middle;
    color: #004ea2;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
  }
  .p-pref-box{
    width: 15%;
    height: auto;
    padding-right: 1.5em;
  }
  @media screen and (max-width: 768px) {
    .p-pref-box{
        width: 25%;
        height: 100%;
        padding-right: 10px;
      }
  }
  .p-pref-box__text{
    font-size: clamp(10px, 6vw, 16px);
    font-weight: bold;
    line-height: 1.5;
    padding-top: 20px;
  }
  @media screen and (max-width: 768px) {
    .p-pref-box__text{
        padding-top: 10px;
      }
  }
  .p-pref-contents{
    width: 85%;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    flex-wrap: wrap;
  }
  @media screen and (max-width: 768px) {
    .p-pref-contents{
        width: 80%;
      }
  }
  .p-pref-contents__link{
    display:inline-block;
    text-decoration: none;
    background-color: #f5f5f5;
    color: #323232;
    font-size: clamp(10px, 6vw, 16px);
    line-height: 1;
    padding: 20px;
    margin-right: 16px;
    margin-bottom: 16px;
  }
  @media screen and (max-width: 768px) {
    .p-pref-contents__link{
        padding: 10px;
        margin-right: 8px;
        margin-bottom: 8px;
      }
  }
  .p-pref-contents__link:hover{
    background-color: #0076E5;
    color:#fff;
    cursor: pointer; 
  }
  .p-pref-contents__link.p-disabled{
    opacity: .6;
    pointer-events: none;
    cursor: initial;
  }
  @media screen and (max-width: 768px) {
    .l-FAQ__list{
        padding: 0 16px;
    }
  }
  .p-pref-group{
    font-size: clamp(10px, 6vw, 24px);
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  @media screen and (max-width: 768px) {
    .p-pref-group{
        padding-top: 80px;
        padding-bottom: 40px;
      }
  }
  .c-top-link{
    border-radius: 50px;
    background-color: #fff;
    background-color: rgb(0,78,162,.9);
    position: fixed;
    z-index: 100000;
    right: 10%;
    bottom:40px;
  } 
  @media screen and (max-width: 768px) {
    .c-top-link{
        right: 16px;
        bottom:56px;
      }
  }
  .c-top-link__img{
    object-fit: contain;
    max-width: 50px;
    width: 100%;
    height: auto;
  }