html {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
    color: #202020;
}

body {
    min-width: 390px;
}

body.js-active {
  overflow: hidden;
}

main {
    overflow: hidden;
}

picture {
    display: block;
}

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

a {
    display: inline-block;
}

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

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

/* utility */
.u-en {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}

.u-main-bg{
  background:#007FC3;
  position: relative;
  overflow: hidden;
}

.u-band__wrapper{
  padding-left: 40px;
  padding-right: 40px;
}

.u-band__bottom{
  padding-left: 40px;
  padding-right: 40px;
}

.u-band{
  border-radius: 28px;
  text-align: center;
  padding: 50px 0 150px;
}

.u-reason {
  position: relative;
  padding: 8px 32px 10px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  background: #FFF100;
  border-radius: 9999px;
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
}
.u-reason:before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 13px solid #FFF100;
}
.u-reason .--s{
  font-size: 19px;
  margin-right: 8px;
}

.u-band__title{
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 155%;
  min-height: 136px;
}

.u-band__title span{
  position: relative;
}

.u-band__title span:not([class])::after{
  content: "";
  position: absolute;
  bottom: 96%;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: #fff;
}

.u-band__title span.--l-space{
  letter-spacing: -19.8px;
}

.u-band__title span.--l2-space{
  letter-spacing: -8.8px;
}

.--blue{
  color: #007FC3;
}

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

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

@media screen and (max-width: 1100px){
  .u-band__title{
    font-size: 38px;
  }
}

@media screen and (max-width: 900px) {
    .l-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .l-inner {
        max-width: 520px;
    }

    .u-band__wrapper{
      padding-left: 10px;
      padding-right: 10px;
    }

    .u-band__bottom{
      padding-left: 15px;
      padding-right: 15px;
    }

    .u-band{
      border-radius: 20px;
      padding: 30px 0 180px;
    }

    .u-reason {
      padding: 5px 29px;
      font-size: 14px;
      margin-bottom: 17px;
    }

    .u-reason:before {
      margin-left: -7px;
      border: 7px solid transparent;
      border-top: 6px solid #FFF100;
    }

    .u-band__title{
      font-size: 26px;
      min-height: auto;
      padding: 0 15px;
    }

    .u-band__title span:not([class])::after{
      bottom: calc(100% - 3px);
      width: 5px;
      height: 5px;
    }

    .u-band__title span.--l-space{
      letter-spacing: -11.7px;
    }

    .u-band__title span.--l2-space{
      letter-spacing: initial;
    }
}

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

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

.sp-only {
    display: none;
}

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

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

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

    .sp-only {
        display: block;
    }

    .br-sp-only {
        display: inline-block;
    }
}
@media screen and (max-width: 1279px) {
    .br-tb-only {
        display: inline-block;
    }
}

/* 共通 */
.u-main-bg::before{
  content: "";
  width: 834.235px;
  height: 879.129px;
  background-image: url(../img/mv-left-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  right: 58%;
}

.u-main-bg::after{
  content: "";
  width: 834.235px;
  height: 879.129px;
  background-image: url(../img/mv-right-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-38%);
  -webkit-transform: translateY(-38%);
  -ms-transform: translateY(-38%);
  left: 60%;
}

.u-main-bg__inner{
  position: relative;
  z-index: 1;
}

.c-cv-btn{
  text-align: center;
  max-width: 892px;
  margin: 0 auto;
}

.c-cv-btn > p{
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 1.26px;
  margin-bottom: 18px;
}

.c-cv-btn > .c-cv-title span.--accent{
  position: relative;
}

.c-cv-btn > .c-cv-title span.--accent::before,
.c-cv-btn > .c-cv-title span.--accent::after{
  content: "";
  width: 13px;
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-cv-btn > .c-cv-title span.--accent::before{
  right: calc(100% + 3px);
  background-image: url(../img/cv-title-left.svg);
}
.c-cv-btn > .c-cv-title span.--accent::after{
  left: calc(100% + 3px);
  background-image: url(../img/cv-title-right.svg);
}

.c-cv-btn .offer{
  margin-top: 12px;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
}

.c-cv-btn .c-btn__inner{
  padding-left: 45px;
  background: url(../img/icn_mail_white.webp) no-repeat center left / 32px;
  display: inline-block;
}

.c-cv-btn .c-btn{
  font-size: 22px;
  font-weight: 700;
  line-height: 135%;
  padding: 26px 50px;
  max-width: 526px;
  width: 100%;
}

.c-cv-btn .c-btn svg{
  margin-left: 18px;
  margin-top: 2px;
}

.c-btn{
  position: relative;
  top: 0;
  border-radius: 8px;
  background: #FF5A00;
  color: #fff;
  box-shadow: 0 5px #D44B00;
  transition: .2s ease-in-out;
  display: inline-block;
}
.c-btn.--blue{
  background: #007FC3;
  box-shadow: 0 5px #005F91;
}
.c-btn:hover{
  top: 5px;
  box-shadow: 0 0 #D44B00;
}
.c-btn.--blue:hover{
  top: 5px;
  box-shadow: 0 0 #005F91;
}

.u-band__wrapper .c-cv-btn{
  margin-top: 80px;
}

@media screen and (max-width: 900px) {
  .u-main-bg::before{
    width: 200px;
    height: 200px;
    background-image: url(../img/left-bg-sp.webp);
    top: 0;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    right: initial;
    left: 0;
  }

  .u-main-bg::after{
    width: 200px;
    height: 200px;
    background-image: url(../img/right-bg-sp.webp);
    top: initial;
    bottom: 0;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    left: initial;
    right: 0;
  }

  .c-cv-btn > p{
    font-size: 14px;
    margin-bottom: 10px;
  }

  .c-cv-btn > p span::before,
  .c-cv-btn > p span::after{
    width: 11px;
    height: 15px;
  }
  .c-cv-btn > p span::before{
    right: calc(100% + 5px);
  }
  .c-cv-btn > p span::after{
    left: calc(100% + 5px);
  }

  .c-cv-btn .offer{
    margin-top: 10px;
    font-size: 12px;
  }

  .c-cv-btn .c-btn__inner{
    justify-content: center;
    width: 100%;
  }

  .c-cv-btn .c-btn{
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.48px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-cv-btn .c-btn svg{
    width: 8.5px;
    height: auto;
  }

  .u-band__wrapper .c-cv-btn{
    margin-top: 30px;
  }
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px 9px 20px;
  background-color: #fff;
  width: 100%;
  z-index: 999;
}
.p-header__logo{
  width: 153px;
}
.p-header__right{
  display: flex;
  align-items: center;
  gap: 10px;
}
.p-header__tel{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-header__tel--main{
  color: #007FC3;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.68px;
  padding-left: 26px;
  background: url(../img/icn_tel_blue.svg) no-repeat center left / 21px;
}
.p-header__tel > p{
  font-size: 10px;
  font-weight: 500;
  padding-left: 28px;
}
.p-header__contact{
  border-radius: 6px;
  padding: 8px 15px;
}
.p-header__contact > p{
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.72px;
  padding-left: 30px;
  background: url(../img/icn_mail_white.webp) no-repeat center left / 22px;
}
@media screen and (max-width: 900px) {
  .p-header{
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-header__logo{
    width: 123px;
  }
}

/*===========================================================================*/
/*  float  */
/*===========================================================================*/
.p-float {
  position: fixed;
  bottom: -10em;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgb(0 127 195 / .9);
  padding: 6px 15px 10px;
}
.p-float__inner{
  display: flex;
  justify-content: center;
  text-align: center;
}
.p-float__contact{
  color: #fff;
}
.p-float__contact .num{
  display: block;
  font-size: 30px;
  font-weight: 900;
  margin-right: 30px;
  padding-left: 30px;
  background: url(../img/icn_tel_white.svg) no-repeat center left / 24px;
}
.p-float__contact .txt{
  display: block;
  font-size: 10px;
}
.p-float .c-btn{
  padding: 12px;
  border-radius: 6px;
  box-shadow: 0 4px #D44B00;
  display: block;
}
.p-float .c-btn:hover {
  top: 4px;
  box-shadow: 0 0 #D44B00;
}
.p-float .c-btn__inner{
  font-size: 16px;
  font-weight: 700;
  padding-left: 34px;
  background: url(../img/icn_mail_white.webp) no-repeat center left / 24px;
}
@media screen and (max-width: 640px) {
  .p-float {
    padding: 4px 15px 10px;
  }
  .p-float__inner{
    display: block;
  }
  .p-float__contact {
    margin: 0 0 8px;
  }
  .p-float__contact .num{
    font-size: 24px;
    background-size: 20px;
    padding-left: 26px;
  }
  .p-float .c-btn__inner{
    font-size: 14px;
    background-size: 20px;
    padding-left: 28px;
  }
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.salesbnr{
  position: absolute;
  max-width: 200px;
  width: 100%;
  top: 12px;
  right: 12px;
  z-index: 2;
}
@media screen and (max-width: 900px){
  .salesbnr{
    max-width: 170px;
  }
}
.p-mv{
  padding-bottom: 40px;
}
.p-mv__main{
  padding: 30px 30px 45px;
  text-align: center;
  margin-bottom: 10px;
}
.mv-ttl{
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 135%;
}
.mv-ttl span{
  font-size: 2em;
  line-height: 1;
}
.mv-list{
  display: flex;
  justify-content: center;
  margin: 32px 0 0;
}
.mv-item{
  background: #fff;
  border-radius: 10px;
  padding: 18px;
  max-width: 360px;
  width: 100%;
}
.mv-item:not(:last-child){
  margin-right: 20px;
}
.mv-item-num span{
  color: #007fc3;
  background: #fff100;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  padding: 7px 28px;
  border-radius: 16px;
  position: relative;
}
.mv-item-num span::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff100 transparent transparent transparent;
  border-width: 8px 9px 0px 9px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.mv-item-txt{
  color: #007fc3;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  margin: 22px 0 12px;
}
.mv-item-txt .--l{
  font-size: 1.4em;
}
.mv-item-txt .--l2{
  font-size: 1.5em;
}
.mv-item-txt .--orange{
  color: #ff5900;
  position: relative;
}
.mv-item-txt .--orange::after{
  position: absolute;
  content: '';
  width: 18px;
  height: 13px;
  top: 0;
  right: -7px;
  background: url(../img/icn_orange.svg) no-repeat center center / 100%;
}
.mv-item-txt .--dots{
  background-image: radial-gradient(circle at center, #007fc3 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .2em;
}
.mv-note{
  text-align: right;
  padding: 0 10px;
  font-size: 12px;
  margin-bottom: 10px;
  min-height: 14px;
}

@media screen and (max-width: 1100px){
  .mv-ttl{
    font-size: 44px;
  }
  .mv-item-txt{
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-mv__main{
    background-position:
    center left -20%,
    center right -20%,
    center;
    padding: 20px 20px 30px;
  }
  .mv-ttl{
    font-size: 36px;
  }
  .mv-ttl span{
    font-size: 1.8em;
  }
  .mv-list{
    display: block;
  }
  .mv-item{
    margin: 15px auto;
    padding: 12px;
  }
  .mv-item:not(:last-child){
    margin: 15px auto;
  }
  .mv-item-txt{
    margin: 18px 0 7px;
  }
}

@media screen and (max-width: 900px) {
  .p-mv__main{
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .mv-list{
    margin: 20px 0 0;
  }
  .mv-item-num span{
    font-size: 14px;
  }
  .p-mv {
    padding-bottom: 20px;
  }
  .p-reason__wrap{
    padding-top: 50px;
  }
  .p-mv__bottom .c-cv-btn > * {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv-note{
    font-size: 10px;
    margin-bottom: 15px;
  }
}


/*===========================================================================*/
/*  user  */
/*===========================================================================*/
.p-user{
  padding-top: 50px;
  padding-bottom: 50px;
}

.secTtl{
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 135%;
}

.p-user__list{
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.p-user__item{
  border-radius: 30px;
  background: #F5F8F9;
  padding: 45px 40px 40px;
  position: relative;
  width: 100%;
}

.p-user__item::after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 77px;
  height: 6px;
  background: #007FC3;
}

.p-user__item h3{
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 155%;
}

.p-user__graph{
  /* margin: 15px auto 0; */
}
.p-user__graph2{
  width: 80%;
  max-width: 272px;
  margin: 15px auto 0;
}

.p-user__table{
  width: 100%;
  margin-top: 16px;
  aspect-ratio: 478/384;
}

.p-user__table.--short{
  aspect-ratio: 446/238;
}

.p-user__text{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 155%;
  margin-top: 25px;
  /* height: calc(1em * 1.55 * 2); */
  min-height: 75px;
}


.p-user__text .--marker{
  background: linear-gradient(transparent 70%, #FFF100 30%);
}

.p-user__text .--middle{
  font-size: 34px;
  line-height: 125%;
}

.p-user__text .--big{
  font-size: 46px;
  line-height: 125%;
}

.p-user__info{
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 155%;
  margin-top: 13px;
}

@media screen and (max-width: 1100px) {
  .secTtl{
    font-size: 38px;
  }

  .p-user__item h3{
    font-size: 24px;
  }

  .p-user__text{
    font-size: 18px;
    min-height: 56px;
  }

  .p-user__text .--middle{
    font-size: 28px;
  }

  .p-user__text .--big{
    font-size: 38px;
  }
}

@media screen and (max-width: 900px) {
  .p-user{
    padding-bottom: 40px;
  }

  .secTtl{
    font-size: 26px;
  }

  .p-user__list{
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
  }

  .p-user__item{
    border-radius: 20px;
    padding: 35px 20px 30px;
  }

  .p-user__item::after{
    width: 67px;
    height: 5px;
  }

  .p-user__item h3{
    font-size: 22px;
  }

  .p-user__graph{
  }
  .p-user__graph2{
    width: 60%;
  }

  .p-user__table{
    margin-top: 5px;
    aspect-ratio: initial;
  }

  .p-user__table.--short{
    aspect-ratio: initial;
  }

  .p-user__item:last-child .p-user__table{
    padding: 0 5px;
  }

  .p-user__text{
    font-size: 20px;
    margin-top: 15px;
    height: initial;
  }

  .p-user__text .--middle{
    font-size: 28px;
  }

  .p-user__text .--big{
    font-size: 38px;
  }

  .p-user__info{
    font-size: 10px;
    margin-top: 10px;
  }
}

/*===========================================================================*/
/*  review  */
/*===========================================================================*/
.p-review{
  padding: 50px 0;
  background-color: #007fc3;
  margin-bottom: 45px;
}
.p-review--ttl{
  color: #fff;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 35px;
}
.p-review__listWrap{
  width: 95%;
  margin-left: auto;
}
.p-review__list{
  display: flex;
  gap: 25px;
}
.p-review__card{
  border-radius: 20px;
  background: #F5F8F9;
  padding: 15px 15px 20px;
  max-width: 350px;
}

/* ----- slick ----- */
.p-review__list.slick-initialized .p-review__card{
  display: block;
}
.slick-slide {
  max-width: 350px;
  margin-right: 25px;
  min-height: 621px;
  background: #F5F8F9;
  border-radius: 20px;
}
.slick-arrow {
  border: none;
  width: 38px;
  height: 38px;
  background: #000;
  cursor: pointer;
  position: absolute;
  /* top: 20vw; */
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.slick-arrow.prev {
  left: 0;
}
.slick-arrow.next {
  right: 0;
}
.slick-arrow.slick-disabled {
  display: none !important;
}
.slick-arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-50%) rotate(45deg);
}
.slick-arrow.prev::after {
  right: 9px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.slick-arrow.next::after {
  left: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media only screen and (min-width: 640px) {
  .p-review__listWrap{
    width: 92%;
  }
  /* slick */
  .slick-arrow {
    width: 52px;
    height: 52px;
    /* top: 38%; */
  }
  .slick-arrow::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 901px){
  .slick-slide{
    min-height: 667px;
  }
}
@media only screen and (max-width: 1279px){
  .p-review__card:nth-child(n+2){
    display: none;
  }
}
@media only screen and (min-width: 1280px){
  .p-review__card:nth-child(n+4){
    display: none;
  }
}



.p-review__card figure{
  border-radius: 16px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-review__card figure img{
  object-fit: cover;
  height: 100%;
}
.p-review__card--inner{
  padding: 16px 10px 0;
}
.p-review__card h3{
  font-size: 16px;
  font-weight: 700;
  line-height: 155%;
}
.p-review__company{
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 155%;
}
.p-review__company > p{
  flex-shrink: 0;
}
.p-review__company .--border{
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #007FC3, transparent);
}
.p-review__card dl{
  margin-top: 10px;
  color: #007FC3;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 155%;
}
.p-review__card dt{
  font-weight: 700;
}
.p-review__card dd{
  border-radius: 7px;
  background: #E8F0F5;
  font-weight: 400;
  padding: 2px 7px;
}
.p-review__text{
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

@media screen and (max-width: 900px) {
  .p-review{
    padding-bottom: 60px;
  }
  .p-review__list{
    gap: 15px;
    margin-bottom: 15px;
  }
  .p-review__card{
    padding: 10px 10px 20px;
    width: 100%;
  }
  .p-review__card h3{
    font-size: 15px;
  }
  .p-review__company{
    font-size: 14px;
  }
  .p-review__card dl{
    font-size: 11px;
  }
  .p-review__text{
    font-size: 13px;
  }
  .p-review__more{
    border-radius: 16px;
    background: #F5F8F9;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 22px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.32px;
    position: relative;
  }
  .p-review__more.close::after{
    transform: rotate(180deg) translateY(50%);
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
  }
  .p-review__more::after{
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../img/more-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/*===========================================================================*/
/*  reason  */
/*===========================================================================*/
.p-reason__wrap{
  background: #F5F8F9;
  padding-top: 90px;
  padding-bottom: 70px;
}

.p-reason:not(:last-child){
  margin-bottom: 75px;
}

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

.p-reason__title h2{
  display: inline-block;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7;
  position: relative;
  margin-bottom: 55px;
}

.p-reason__title h2::before,
.p-reason__title h2::after{
  position: absolute;
  width: 16px;
  height: 109px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-reason__title h2::before{
  right: calc(100% + 40px);
  content: url(../img/reason-title-left.svg);
}

.p-reason__title h2::after{
  left: calc(100% + 40px);
  content: url(../img/reason-title-right.svg);
}

.p-reason__title h2 .--big{
  font-size: 42px;
  font-weight: 700;
  line-height: 135%;
}
.p-reason__title h2 .--big span{
  font-size: 1.3em;
}

.p-reason__list{
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: -110px;
}

.p-reason__text{
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}

/* reason02 */
.rp-user__item{
  border-radius: 30px;
  background: #fff;
  padding: 40px 25px;
  position: relative;
  box-shadow: 10px 10px 35px 0px rgba(7, 18, 76, 0.03);
  width: 100%;
}

.rp-user__info{
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 155%;
  margin-top: 13px;
}

/* reason03 */
.p-reason__table{
  margin-top: -176px;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 10px 10px 35px 0px rgba(7, 18, 76, 0.03);
}

.p-reason__table--inner{
  overflow-x: scroll;
}
.p-reason__table--inner {
  -ms-overflow-style: none; /* IE対策 */
  overflow: -moz-scrollbars-none; /* Firefox対策 */
}
.p-reason__table--inner::-webkit-scrollbar { /* Google Chrome対策 */
  display: none;
}
.p-reason__table--item{
  min-width: 940px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
}
.p-reason3 .p-reason__table{
  margin-top: -110px;
}
.p-reason3 .p-reason__table--item{
  padding: 40px 50px;
  position: relative;
  min-width: auto;
}
.p-reason3--list{
  max-width: 614px;
  width: 62%;
}
.p-reason3--list li{
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  padding: 28px 20px 28px 72px;
  background: #f5f8f9 url(../img/icn_check.svg) no-repeat center left 23px / 30px;
}
.p-reason3--list li:nth-child(n+2){
  margin-top: 10px;
}
.p-reason3--list li .--blue{
  color: #007fc3;
}
.p-reason3--img{
  width: 382px;
  position: absolute;
  right: 20px;
  bottom: 0;
}
.p-reason3--txt{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
}
.p-reason3--txt span{
  padding-right: 43px;
  position: relative;
}
.p-reason3--txt span::after{
  position: absolute;
  content: '';
  right: 0;
  bottom: 5px;
  width: 38px;
  height: 40px;
  background: url(../img/icn_mark.svg) no-repeat center center / 100%;
}
.p-reason3 .c-cv-btn{
  margin-top: 70px;
}

.p-reason__table--container{
  overflow-x: auto;
}
.p-reason__table--list{
	width: 1000px;
	display: flex;
}
.p-reason__table--list > li{
	width: 21%;
	border-left: 2px solid #fff;
	position: relative;
  text-align: center;
  font-size: 15px;
}
.p-reason__table--list > li:nth-child(1){
	width: 16%;
	border-left: none;
}
.p-reason__table--list > li:nth-child(1) > div{
  background-color: #e6e6e6;
}
.p-reason__table--list > li > a{
  background: #f5f5f5;
  border-radius: 15px 15px 0 0;
}
.p-reason__table--list > li > a::after{
  transition: .3s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 127 195 / .1);
  border: 3px solid #007fc3;
  border-radius: 15px;
  pointer-events: none;
  opacity: 0;
}
.p-reason__table--list > li > a:hover::after{
  opacity: 1;
}
.p-reason__table--list > li div{
	padding: 10px 5px;
	border-bottom: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.33;
}
.p-reason__table--list > li div .invalid{
  font-size: 26px;
}
.p-reason__table--list > li div .valid{
  font-size: 26px;
  font-weight: 700;
  color: #007fc3;
}
/*--- height01 --*/
.p-reason__table--list > li div.height01{
	background-color: #007fc3;
  color: #fff100;
	display: flex;
	align-items: center;
  justify-content: center;
  border-radius: 15px 15px 0 0;
  font-weight: bold;
  line-height: 1.55;
  padding: 15px 10px;
  position: relative;
}
.p-reason__table--list > li:nth-child(1) div.height01{
	background-color: transparent;
}
.p-reason__table--list > li:not(:nth-child(1)) div.height01::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #007fc3 transparent transparent transparent;
  border-width: 30px 103.5px 0px 103.5px;
  left: 0;
  top: 100%;
}
.p-reason__table--list > li:not(:nth-child(1)) div.height01::before{
  position: absolute;
  content: '';
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 10px;
  background: url(../img/icn_arrow_yellow.svg) no-repeat center center / 100%;
  z-index: 3;
}
.p-reason__table--list > li div.height01 strong{
  font-size: 1.35em;
  font-weight: 700;
}
/*--- height02 --*/
.p-reason__table--list > li:not(:nth-child(1)) div.height02{
  font-size: 14px;
  padding-top: 30px;
}
.p-reason__table--list > li div.height02 strong{
  color: #007fc3;
  font-size: 18px;
  font-weight: 700;
}
/*--- height04 --*/
.p-reason__table--list > li:nth-child(1) div.height04{
  padding: 0;
}
.p-reason__table--list > li:nth-child(1) div.height04 .c1,
.p-reason__table--list > li:nth-child(1) div.height04 .c2{
  display: block;
  height: 50%;
  padding: 16px 5px;
}
.p-reason__table--list > li:nth-child(1) div.height04 .c1{
  border-bottom: 2px solid #fff;
}
.p-reason__table--list > li:nth-child(1) div.height04 .inline{
  width: 50%;
  height: 100%;
}
.p-reason__table--list > li:nth-child(1) div.height04 .inline:nth-child(1){
  border-right: 2px solid #fff;
  padding: 34px 5px;
}

.p-reason__table--list > li:not(:nth-child(1)) div.height04{
  display: block;
  padding: 0;
}
.p-reason__table--list > li:not(:nth-child(1)) div.height04 .inline{
  display: block;
  height: 50%;
  padding: 8px;
}
.p-reason__table--list > li:not(:nth-child(1)) div.height04 .inline:nth-child(1){
  border-bottom: 2px solid #fff;
}

/*--- height08 --*/
.p-reason__table--list > li:not(:nth-child(1)) div.height08{
  display: block;
  padding: 10px 15px;
  border-bottom: none;
}
.p-reason__table--list > li div.height08 ul{
  text-align: left;
}
.p-reason__table--list > li div.height08 ul li{
  text-indent: -1em;
  margin-left: 1em;
}
.p-reason__table--list > li div.height08 ul li:nth-child(n+2){
  margin-top: .5em;
}
/*-----*/
.p-reason__btn{
  width: 1000px;
	margin: 3px 0 5px;
  display: flex;
}
.p-reason__btn li{
  width: 21%;
	border-left: 2px solid #fff;
}
.p-reason__btn li:nth-child(1){
	width: 16%;
	border-left: none;
}
.p-reason__btn li a{
  font-size: 16px;
  font-weight: 700;
  padding: 22px 15px;
  width: 100%;
  position: relative;
  border-radius: 6px;
  background: #FF5A00;
  color: #fff;
  box-shadow: 0 4px #D44B00;
  transition: .2s ease-in-out;
  display: inline-block;
  top: 0;
}
.p-reason__btn li a:hover{
  top: 4px;
  box-shadow: 0 0 #D44B00;
}
.p-reason__btn li a span{
  padding-left: 2em;
  background: url(../img/icn_mail_white.webp) no-repeat center left / 23px;
}

/* cta 付近*/
.issues .p-reason__text{
  margin-bottom: 40px;
}


@media screen and (max-width: 1235px) {
  .p-reason3--img{
    width: 30vw;
  }
}
@media screen and (max-width: 1100px) {
  .p-reason__list{
    gap: 20px;
  }
  .p-reason__table--inner::-webkit-scrollbar {
    height: 5px;
  }
  .p-reason__table--inner {
    -ms-overflow-style: initial; /* IE対策 */
  }
  .p-reason__table--inner::-webkit-scrollbar { /* Google Chrome対策 */
    display: initial;
  }
  .p-reason__table--inner::-webkit-scrollbar-thumb {
    background: #d2b48c;
    border-radius: 30px;
    background: #CACACA;
  }
  .p-reason__table--inner::-webkit-scrollbar-track {
    background: #F3F3F3;
    border-radius: 30px;
  }
  .hidden-scroll {
    position: absolute;
    right: 0px;
    top: 0;
    width: 17px;
    height: 100%;
  }
  .hidden-scroll:not(.scroll-hidden) {
    opacity: 1;
    transition: opacity 2s;
  }
  .hidden-scroll.scroll-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .p-reason3 .p-reason__table--item{
    padding-bottom: 300px;
  }
  .p-reason3--list{
    width: 100%;
    max-width: 100%;
  }
  .p-reason3--txt{
    font-size: 26px;
  }
  .p-reason3--img{
    width: 300px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);

  }
}

@media screen and (max-width: 900px) {
  .p-reason__wrap{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-reason:not(:last-child){
    margin-bottom: 50px;
  }
  .p-reason__title h2{
    font-size: 18px;
    margin-bottom: 40px;
  }
  .p-reason__title h2::before,
  .p-reason__title h2::after{
    width: 13px;
    height: 112px;
  }
  .p-reason__title h2::before{
    content: url(../img/reason-title-left-sp.svg);
    right: calc(100% + 12px);
  }
  .p-reason__title h2::after{
    content: url(../img/reason-title-right-sp.svg);
    left: calc(100% + 12px);
  }
  .p-reason__title h2 .--big{
    font-size: 24px;
  }
  .p-reason__list{
    flex-direction: column;
    gap: 12px;
    margin-top: -166px;
  }
  .p-reason__text{
    text-align: left;
    margin-top: 20px;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* reason02 */
  .rp-user__item{
    border-radius: 20px;
    padding: 35px 20px 30px;
  }
  .rp-user__info{
    font-size: 10px;
    margin-top: 10px;
  }

  /* reason03 */
  .p-reason__table{
    margin-top: -166px;
    border-radius: 16px;
  }
  .p-reason3 .p-reason__table{
    margin-top: -166px;
  }
  .p-reason__table--item{
    min-width: 760px;
    padding-top: 25px;
    padding-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-reason3 .p-reason__table--item{
    padding: 20px 20px 245px;
  }
  .p-reason3--list li{
    font-size: 18px;
    padding: 20px 20px 20px 54px;
    background-size: 25px;
    background-position: center left 16px;
  }
  .p-reason3--txt{
    font-size: 20px;
    line-height: 1.75;
    margin-top: 20px;
  }
  .p-reason3--txt span::after{
    width: 30px;
    height: 33px;
    right: 8px;
    bottom: 1px;
  }
  .p-reason3--img{
    width: 240px;
  }
  .p-reason3 .c-cv-btn {
    margin-top: 20px;
  }


  .p-reason__table--list{
    width: 680px;
  }
  .p-reason__table--list > li{
    font-size: 13px;
  }
  .p-reason__table--list > li div .invalid{
    font-size: 18px;
  }
  .p-reason__table--list > li div .valid{
    font-size: 18px;
  }
  /*--- height01 --*/
  .p-reason__table--list > li div.height01{
    padding: 10px 5px;
  }
  .p-reason__table--list > li:not(:nth-child(1)) div.height01::after{
    border-width: 22px 70px 0px 70px;
  }
  .p-reason__table--list > li:not(:nth-child(1)) div.height01::before{
    width: 30px;
    height: 6px;
    bottom: -16px;
  }
  /*--- height02 --*/
  .p-reason__table--list > li:not(:nth-child(1)) div.height02{
    font-size: 12px;
    padding-top: 20px;
  }
  .p-reason__table--list > li div.height02 strong{
    font-size: 16px;
  }
  /*--- height04 --*/
  .p-reason__table--list > li:not(:nth-child(1)) div.height04 .inline{
    padding: 18px;
  }
  /*--- height08 --*/

  /*-----*/
  .p-reason__btn{
    width: 680px;
  }
  .p-reason__btn li a{
    padding: 12px;
    font-size: 11px;
  }
  .p-reason__btn li a span{
    background-size: 16px;
  }
}

/*===========================================================================*/
/*  service  */
/*===========================================================================*/
.p-service__wrap{
  padding-top: 120px;
}
.p-service__wrap .secTtl{
  margin-bottom: 90px;
}
.p-service{
  padding-bottom: 100px;
}
.p-service:last-child{
  padding-bottom: 90px;
}
.p-service h2{
  color: #007FC3;
  font-size: 50px;
  font-weight: 700;
  line-height: 135%;
}
.p-service h2 .p-service__info{
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  color: #202020;
}
.p-service h2 .p-service__num{
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
  position: relative;
  padding: 0 15px;
  margin-right: 18px;
}
.p-service h2 .p-service__num::before,
.p-service h2 .p-service__num::after{
  width: 11px;
  height: 54px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.p-service h2 .p-service__num::before{
  content: url(../img/num-title-left.svg);
  left: 0;
}
.p-service h2 .p-service__num::after{
  content: url(../img/num-title-right.svg);
  right: 0;
}
.p-service__item--top{
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
}
.p-service__item--icon{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 54%;
}
.p-service__item--icon li{
  border-radius: 10px;
  background: #FFF;
  box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.p-service__item--icon figure{
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
}
.p-service__item--icon_text{
  font-size: 17px;
  font-weight: 700;
  line-height: 135%;
  min-height: calc(1em * 1.35 * 3);
  display: flex;
  align-items: center;
}
.p-service__item--icon_text .--small{
  font-size: 12px;
  font-weight: 700;
  line-height: 135%;
}
.p-service__item--icon_text .--info{
  color: #B7B7B7;
  font-size: 10px;
  font-weight: 500;
  line-height: 135%;
}
.p-service__item--icon_text .--kome{
  font-size: 12px;
  line-height: 1.5;
  vertical-align: top;
}
.p-service__item--content{
  width: 46%;
}
.p-service__item--content_ttl{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.44;
  border-bottom: 3px solid #007fc3;
  padding-bottom: 20px;
}
.p-service__item--content_text{
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.16px;
  margin-top: 18px;
}
.p-service__item--content_info{
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.12px;
  margin-top: 10px;
}
.p-service__item--top .offer{
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.12px;
}
.p-service__item--content .c-cv-btn{
  margin-top: 32px;
}
.p-service__item--content .c-btn{
  padding: 11px;
}
.p-service__btn--wrap{
  text-align: center;
  margin-top: 60px;
}
.p-service__btn{
  display: inline-flex;
  align-items: center;
  gap: 13px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.48px;
  padding: 25px 30px;
}
.p-service__btn svg{
  margin-top: 2px;
}

@media screen and (max-width: 1100px) {
  .p-service h2{
    font-size: 48px;
  }
  .p-service h2 .p-service__info{
    font-size: 22px;
  }
}

@media screen and (max-width: 900px) {
  /*===========================================================================*/
  .p-service__wrap{
    padding-top: 50px;
  }
  .p-service__wrap .secTtl{
    margin-bottom: 0;
  }
  .p-service{
    padding-bottom: 0;
    padding-top: 60px;
  }
  .p-service:last-child{
    padding-bottom: 50px;
  }
  .p-service h2{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 30px;
  }
  .p-service h2 .p-service__info{
    font-size: 16px;
    margin-top: 6px;
  }
  .p-service h2 .p-service__num{
    font-size: 22px;
    padding: 0 12px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-service h2 .p-service__num::before,
  .p-service h2 .p-service__num::after{
    width: 6px;
    height: 30px;
    top: calc(50% - 2px);
  }
  .p-service h2 .p-service__num::before{
    content: url(../img/num-title-left-sp.svg);
  }
  .p-service h2 .p-service__num::after{
    content: url(../img/num-title-right-sp.svg);
  }
  .p-service__item--top{
    display: block;
    margin-top: 20px;
  }
  .p-service__item--icon{
    gap: 11px;
    width: 100%;
  }
  .p-service__item--icon li{
    border-radius: 8px;
    padding: 20px 5px;
    gap: 10px;
  }
  .p-service__item--icon figure{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
  }
  .p-service__item--icon_text{
    font-size: 13px;
  }
  .p-service__item--icon_text .--small{
    font-size: 10px;
  }
  .p-service__item--icon_text .--kome{
    font-size: 10px;
    line-height: 1.5;
  }
  .p-service__item--content{
    width: 100%;
  }
  .p-service__item--content_ttl{
    font-size: 24px;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  .p-service__item--content figure img{
    border-radius: 8px;
  }
  .p-service__item--content_text{
    font-size: 14px;
    margin-top: 10px;
  }
  .p-service__item--content_info{
    font-size: 10px;
    margin-top: 10px;
  }
  .p-service__item--top .offer{
    font-size: 10px;
  }
  .p-service__item--content .c-cv-btn{
    margin-top: 16px;
  }
  .p-service__btn--wrap{
    margin-top: 30px;
  }
  .p-service__btn{
    display: flex;
    justify-content: center;
    gap: 40px;
    font-size: 16px;
    padding: 8px 10px;
    position: relative;
  }
  .p-service__btn::after{
    content: url(../img/btn-arrow.svg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 20px;
  }
  .p-service__btn svg{
    display: none;
  }
}

/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.p-faq{
  background: #F5F8F9;
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.p-faq__title span{
  font-size: 40px;
  font-weight: 700;
  line-height: 135%;
  color: #007FC3;
  position: relative;
  padding: 0 69px;
}

.p-faq__title span::before,
.p-faq__title span::after{
  content: "";
  width: 16px;
  height: 54px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-faq__title span::before{
  left: 0;
  background-image: url(../img/num-title-left.svg);
}

.p-faq__title span::after{
  right: 0;
  background-image: url(../img/num-title-right.svg);
}

.p-faq__list{
  width: 100%;
  max-width: 910px;
  margin: 60px auto 0;
}

.p-faq__list dt{
  border-radius: 15px;
  background: #FFF;
  padding: 25px 40px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.p-faq__list dd{
  padding: 20px 0 40px 40px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.p-faq__list dt > p{
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
}

.p-faq__list dd > p{
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}

.p-faq__list dd a{
  text-decoration: underline;
  display: inline;
}

.p-faq__list--num{
  font-size: 22px;
  font-weight: 800;
  line-height: 125%;
}

.p-faq__list dt .p-faq__list--num{
  color: #007FC3;
}

.p-faq__list dd .p-faq__list--num{
  color: #FF5A00;
}

@media screen and (max-width: 900px){
  .p-faq{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-faq__title span{
    font-size: 28px;
    padding: 0 25px;
  }

  .p-faq__title span::before,
  .p-faq__title span::after{
    width: 10px;
    height: 42px;
  }

  .p-faq__title span::before{
    background-image: url(../img/num-title-left-sp.svg);
  }

  .p-faq__title span::after{
    background-image: url(../img/num-title-right-sp.svg);
  }

  .p-faq__list{
    margin-top: 30px;
  }

  .p-faq__list dt{
    border-radius: 10px;
    padding: 20px 18px;
  }

  .p-faq__list dd{
    padding: 15px 0 22px 20px;
  }

  .p-faq__list dt > p{
    font-size: 16px;
  }

  .p-faq__list dd > p{
    font-size: 14px;
  }

  .p-faq__list--num{
    font-size: 18px;
  }
}

/*===========================================================================*/
/*  contact  */
/*===========================================================================*/
.p-contact{
  padding-top: 90px;
  padding-bottom: 80px;
}

.p-contact h2{
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 135%;
}

.p-contact__text{
  margin-top: 30px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}

.p-contact__main{
  max-width: 910px;
  margin: 30px auto 0;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 10px 10px 35px 0px rgba(7, 18, 76, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 40px 20px;
}

.p-contact__tel{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.p-contact__tel a{
  font-size: 47.692px;
  font-weight: 900;
  line-height: 125%; /* 59.615px */
  letter-spacing: -0.954px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #007FC3;
}

.p-contact__tel p{
  font-size: 16.833px;
  font-weight: 500;
  line-height: 125%;
}

.p-contact__contact{
  display: flex;
  align-items: center;
  padding: 15px;
  gap: 20px;
  font-size: 23.593px;
  font-weight: 700;
  line-height: 130%; /* 30.671px */
  letter-spacing: 0.944px;
}

.p-contact__icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 900px){
  .p-contact{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-contact h2{
    font-size: 34px;
  }

  .p-contact__text{
    margin-top: 15px;
    text-align: left;
    font-size: 16px;
  }

  .p-contact__main{
    width: 100%;
    margin: 25px auto 0;
    border-radius: 16px;
    flex-direction: column;
    gap: 20px;
    padding: 20px 25px 30px;
  }

  .p-contact__tel{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .p-contact__tel a{
    font-size: 32px;
    gap: 5px;
  }

  .p-contact__tel p{
    font-size: 12px;
  }

  .p-contact__contact{
    display: flex;
    align-items: center;
    padding: 12px 25px;
    gap: 10px;
    font-size: 16px;
  }

  .p-contact__icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
  }

  .p-contact__icon svg{
    width: 18px;
    height: auto;
  }
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.footer {
  position: relative;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .footer {
    padding: 14px 0 23px;
  }
}
@media (min-width: 1025px) {
  .footer {
    padding: 30px 0 35px;
  }
}
.footer .container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.footer-row {
  overflow: hidden;
  *zoom: 1;
}

.footer-col {
  width: 50%;
  float: left;
}

.footer-left {
  display: table;
}
.footer-left-link {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .footer-left-link {
    width: 39px;
  }
}

.footer-privacy {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .footer-privacy {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  .footer-privacy {
    padding-left: 20px;
    width: auto;
  }
}
.footer-privacy-text {
  font-family: Meiryo, メイリオ, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 11px;
  display: none;
}
@media (min-width: 1025px) {
  .footer-privacy-text {
    display: block;
  }
}
.footer-privacy-link {
  font-size: 11px;
  color: #202020;
  text-decoration: none;
  padding-left: 7px;
  display: inline-block;
}
@media (min-width: 1025px) {
  .footer-privacy-link {
    text-decoration: underline;
  }
}
@media (min-width: 1025px) {
  .footer-privacy-link:hover {
    text-decoration: none;
  }
}
.footer-privacy-link .sp {
  display: block;
}
@media (min-width: 1025px) {
  .footer-privacy-link .sp {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer-privacy-int {
    display: none;
  }
}
@media (min-width: 1025px) {
  .footer-privacy-int {
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .footer-int {
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .footer-int-link {
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .footer-int-link:hover {
    opacity: 0.8;
  }
}

.footer-copyright {
  color: #202020;
  text-align: center;
  font-size: 10px;
}
@media (max-width: 1024px) {
  .footer-copyright {
    padding: 4px 0 0;
    font-size: 12px;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .footer-copyright {
    font-size: 12px;
    line-height: 2.5em;
    margin-top: 0;
  }
}

.button-scroll-top {
  position: fixed;
  bottom: 110px;
  right: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 3px solid #007FC3;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
  z-index: 800;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);

  opacity: 0;
}
@media (min-width: 641px){
  .button-scroll-top{
    bottom: 80px;
  }
}
@media (min-width: 1025px) {
  .button-scroll-top {
    width: 49px;
    height: 49px;
    right: 20px;
    transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .button-scroll-top:hover {
    border-color: #f60;
  }
  .button-scroll-top:hover .button-scroll-top-left::after, .button-scroll-top:hover .button-scroll-top-right::after {
    width: 100%;
  }
}

.button-scroll-top.visible {
  opacity: 1;
}
.button-scroll-top-left, .button-scroll-top-right {
  background-color: #007FC3;
  border-radius: 4px;
  height: 3px;
  width: 15px;
}
@media (max-width: 1024px) {
  .button-scroll-top-left, .button-scroll-top-right {
    position: absolute;
    top: 13px;
  }
}
@media (min-width: 1025px) {
  .button-scroll-top-left, .button-scroll-top-right {
    position: absolute;
    top: 19px;
    width: 19px;
  }
}
.button-scroll-top-left::after, .button-scroll-top-right::after {
  background-color: #f60;
  content: "";
  height: 100%;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  width: 0;
}
.button-scroll-top-left {
  left: 3px;
  transform: rotate(-45deg);
}
@media (min-width: 1025px) {
  .button-scroll-top-left {
    left: 6px;
  }
  .button-scroll-top-left::after {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.button-scroll-top-right {
  right: 3px;
  transform: rotate(45deg);
}
@media (min-width: 1025px) {
  .button-scroll-top-right {
    right: 6px;
  }
  .button-scroll-top-right::after {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.logo_persol {
  text-align: center;
  padding: 16px 10px;
}

.logo_persol img{
  width: 108px;
}
@media (min-width: 1025px) {
  .logo_persol {
    display: none;
  }
}


@media (max-width: 1024px) {
  .c-visible_wide {
    display: none;
  }
}

@media screen and (max-width: 900px){
  .button-scroll-top {
    /* bottom: 60px; */
  }

  body{
    /* padding-bottom: 52px; */
  }
}
.salesbn{
    position: absolute;
    top: 110px;
    right:10px;
    z-index: 9998;
    width:20%;
}
.salesbn img {
    width:100%
}
header.p-header.l-wrapper {
    z-index: 9999;
}
@media screen and (max-width: 900px){
  .salesbn{
    display: none;
}

}
