/*===========================================================================*/
/*  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 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  display: block;
  font-size: 30px;
  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;
  }
}

/*===========================================================================*/
/*  fv  */
/*===========================================================================*/

.fv {
  background-color: #007FC3;
}

.fv_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fv .number_of_dodamember_text{
  font-family: 'Noto Sans JP', sans-serif;
  position: absolute;
  top: min(calc(366 / 637 * 100%), 366px);
  left: min(calc(628 / 1200 * 100%), 630px);
  font-size: min(calc(21 / 1200 * 100vw), 21px);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.fv_attention {
  position: absolute;
  bottom: min(calc(54 / 1200 * 100%), 54px);
  right: 0;
  font-size: min(calc(14 / 1200 * 100vw), 14px);
  color: #fff;
}

.fv .btn_cv {
  position: absolute;
  bottom: min(calc(65 / 637 * 100%), 65px);
  transition: .2s ease-in-out;
  display: inline-block;
  width: min(calc(590 / 1200 * 100vw), 590px);
}

.btn_cv:hover {
  opacity: 0.8;
  transition: .2s ease-in-out;
}

.sales_attention {
  position: absolute;
  bottom: min(calc(30 / 637 * 100%), 30px);
  left: min(calc(225 / 1200 * 100%), 225px);
  font-size: min(calc(20 / 1200 * 100vw), 20px);
  color: #fff;
}
.sales_attention::after {
  content: "\00003E";
  margin-left: 0.25em;
}
.sales_attention span {
  text-decoration: underline;
}

/* fv 750px 以下 */
@media screen and (max-width: 750px) {
  .fv h1{
    position: relative;
  }

  .fv .number_of_dodamember_text {
    position: absolute;
    top: min(calc(825 / 1183 * 100%), 825px);
    left: min(calc(96 / 750 * 100%), 96px);
    font-size: min(calc(26 / 750 * 100vw), 26px);
    letter-spacing: -0.02em;
  }

  /* .fv_attention, .btn_cv, .sales_attention {
    position: static;
  } */

  .fv_attention, .sales_attention {
    font-size: min(calc(20 / 750 * 100vw), 20px);
    text-align: right;
    margin-right: min(calc(30 / 750 * 100%), 30px);
  }
  
  .fv_attention, .sales_attention {
    margin-top: min(calc(20 / 750 * 100%), 20px);
    margin-right: min(calc(60 / 750 * 100%), 60px);
  }

  .fv_attention {
    position: static;
    margin-bottom: min(calc(30 / 750 * 100%), 30px);
  }

  .fv .btn_cv{
    position: static;
    margin: 0 auto;
    width: min(calc(670 / 750 * 100%), 670px);
    display: block;
    box-sizing: border-box;
  }

  .fv .sales_attention {
    position: static;
    display: block;
    padding-bottom: min(calc(30 / 750 * 100%), 30px);
    box-sizing: border-box;
  }
}

/*===========================================================================*/
/*  reason  */
/*===========================================================================*/

.reason {
  background-image: url(../img/bg_reason.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 10em;
}

.reason_inner {
  max-width: 1100px;
  margin: 0 auto;
}

.reason_cont{
  padding-top: 10em;
  position: relative;
}

.reason_cont h2{
  padding: min(calc(140 / 1100 * 100%), 140px) 0 min(calc(60 / 1100 * 100%), 60px);
  margin: 0 auto;
}

.reason_cont_ttl{
  text-align: center;
}

.reason_cont_ttl_main{
  display: block;
  font-size: min(calc(42 / 1100 * 100vw), 42px);
  font-weight: 700;
  line-height: 1.6;
  color: #004266;
  text-align: center;
}

.reason_cont_ttl_em{
  display: inline-block;
  margin-right: min(calc(8 / 1100 * 100%), 8px);
  padding: min(calc(4 / 1100 * 100%), 4px) min(calc(10 / 1100 * 100%), 10px) min(calc(3 / 1100 * 100%), 3px);
  font-size: min(calc(46 / 1100 * 100vw), 46px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff100;
  background-color: #ff8c00;
  border-radius: 0;
  vertical-align: 0.05em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.reason_cont_list{
  width: min(calc(1046 / 1100 * 100%), 1046px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: min(calc(20 / 1100 * 100%), 20px);
}

.reason_cont_icon {
  position: absolute;
  top: 10em;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reason_cont_frame{
  background-color: #99dbff;
  border-radius: 30px;
}

.reason_cont_frame > .btn_cv{
  margin: min(calc(55 / 1100 * 100%), 50px) auto 0;
  padding-bottom: min(calc(60 / 1100 * 100%), 60px);
  width: min(calc(530 / 1100 * 100%), 530px);
  display: block;
  box-sizing: border-box;
}

/* reason 750px 以下 */
@media screen and (max-width: 750px) {
  .reason {
    background-image: url(../img/bg_reason_sp.png);
    background-size: contain;
    background-repeat: repeat-y;
    padding-top: min(calc(50 / 750 * 100%), 50px);
    padding-bottom: 3em;
  }

  .reason_cont{
    padding-top: 5em;
  }

  .reason_cont_ttl_em{
    margin-right: min(calc(6 / 750 * 100%), 6px);
    padding: min(calc(3 / 750 * 100%), 3px) min(calc(8 / 750 * 100%), 8px) min(calc(2 / 750 * 100%), 2px);
}

  .reason_cont_icon {
    top: 5em;
  }

  .reason_cont h2 {
    padding: min(calc(120 / 750 * 100%), 120px) 0 min(calc(40 / 750 * 100%), 40px);
  }

  .reason_cont_list{
    display: flex;
    flex-direction: column;
  }
}


/*==================================*/
/*  reason_cont01  */
/*==================================*/

.reason_cont_item{
  margin: 0 auto;
  background-color: #fff;
  border-radius: 60px 60px 40px 40px;
}

.reason_cont_item picture,
.reason_cont_item h3,
.reason_cont_item p,
.reason_cont_item_att{
  display: block;
  width: 100%;
}

.reason_cont_item_accordion{
  padding: 0 min(calc(70 / 1100 * 100%), 70px);
}

.reason_cont_item_att{
  padding: min(calc(40 / 1100 * 100%), 40px) min(calc(70 / 1100 * 100%), 70px) min(calc(100 / 1100 * 100%), 100px);
  line-height: 1.5;
}

.reason_cont_item img{  
  width: 100%;
  height: auto;
  object-fit: contain;
}

.reason_cont_item_att li{
  font-size: min(calc(14 / 1100 * 100vw), 14px);
  margin: 0 auto;
}

/* reason 750px 以下 */
@media screen and (max-width: 750px) {
  
  .reason_inner {
    max-width: 750px;
    padding: 0 min(calc(40 / 750 * 100%), 40px);
  }

  .reason_cont_icon {
    width: min(calc(200 / 750 * 100%), 200px);
    height: auto;
    object-fit: contain;
  }

  .reason_cont_frame > .btn_cv{
    margin: min(calc(50 / 750 * 100%), 50px) auto 0 ;
    padding-bottom: min(calc(60 / 750 * 100%), 60px);
    width: min(calc(680 / 750 * 100%), 680px);
    display: block;
    box-sizing: border-box;
  }

  .reason_cont_item{
    width: 100%;
    margin-bottom: min(calc(40 / 750 * 100%), 40px);
  }

  .reason_cont_item:last-child{
    margin-bottom: 0;
  }

  .reason_cont_item_img{
    padding: min(calc(40 / 750 * 100%), 40px);
  }

  .reason_cont_item_att{
    padding: min(calc(20 / 750 * 100%), 20px) min(calc(40 / 750 * 100%), 40px) min(calc(70 / 750 * 100%), 70px);
  }

  .reason_cont_item_att li{
    font-size: min(calc(18 / 750 * 100vw), 18px);
    letter-spacing: -0.05em;
  }
}

/*==================================*/
/*  reason_cont02  */
/*==================================*/

.reason_cont02 .reason_cont_item_img{
  padding: min(calc(120 / 1100 * 100%), 120px);
  padding-bottom: min(calc(60 / 1100 * 100%), 60px)!important;
}

.reason_cont_item_link{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 min(calc(100 / 1100 * 100%), 1000px) min(calc(100 / 1100 * 100%), 100px);
}

/* reason02 751px 以上 */
@media screen and (min-width: 751px) {
  .reason_cont02 .reason_cont_list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: min(calc(20 / 1100 * 100%), 20px);
    row-gap: min(calc(40 / 1100 * 100%), 40px);
    align-items: start;
  }

  .reason_cont02 .reason_cont_item{
    width: 100%;
    min-width: 0;
    margin: 0;
  }
}

/* reason02 750px 以下 */
@media screen and (max-width: 750px) {
  .reason_cont02 h2 {
    width: min(calc(370 / 750 * 100%), 370px);
  }
}

/*==================================*/
/*  reason_cont03  */
/*==================================*/

.reason_cont03 .reason_cont_item{
  width: min(calc(1052 / 1100 * 100%), 1052px);
  background-color: transparent;
}

.reason_cont03 .reason_cont_item_img{
  padding: 0;
}

.reason_cont03 .reason_cont_frame > .btn_cv{
  margin-top: min(calc(-10 / 1100 * 100%), -10px) ;
}

/* reason03 750px 以下 */
@media screen and (max-width: 750px) {
  .reason_cont02 h2 {
    width: min(calc(617 / 750 * 100%), 617px);
  }
}



/*===========================================================================*/
/*  user  */
/*===========================================================================*/

.user {
  position: relative;
  background: linear-gradient(180deg, #33b8ff 0%, #007fc3 100%);
  padding-top: 110px;
}

/* 下向き白三角 */
.user::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -40px; /* 三角の高さに調整 */
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 110px solid #fff; /* 三角の高さと色 */
  z-index: 1;
}

.user_inner {
  max-width: 1100px;
  margin: 0 auto 5em;
}

.user_inner h2{
  width: min(calc(888 / 1100 * 100%), 888px);
  margin: 0 auto;
  margin-top: min(calc(160 / 1100 * 100%), 160px) ;
  margin-bottom: min(calc(90 / 1100 * 100%), 90px) ;
}

.user .reason_cont{
  position: static;
  padding-top: 0;
}

.user .reason_cont .reason_cont_list{
  gap: min(calc(40 / 1100 * 100%), 40px);
}

.user .reason_cont_item_att li{
  text-align: center;
  margin: 0 auto min(calc(20 / 1100 * 100%), 20px) ;
  line-height: 1.5;
}

/* user 750px 以下 */
@media screen and (max-width: 750px) {
  .user_inner h2 {
    width: min(calc(629 / 750 * 100%), 629px);
  }
  
  .user {
    padding-top: 3em;
  }

  /* 下向き白三角 */
  .user::after {
    border-top: 3em solid #fff; /* 三角の高さと色 */
  }
}

/*==================================*/
/*  user内のreview  */
/*==================================*/

.p-review__inner {
  margin: min(calc(50 / 1100 * 100%), 50px) auto 0;
  text-align: center;
}

.p-review__inner .btn_cv{
  margin-top: min(calc(50 / 1100 * 100%), 50px);
}

.p-review--ttl picture {
  display: block;
  width: min(calc(559 / 1100 * 100%), 559px);
  margin-left: auto;
  margin-right: auto;
}

.p-review--ttl img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* p-review 750px 以下 */
@media screen and (max-width: 750px) {
  .p-review--ttl picture {
    width: min(calc(629 / 750 * 100%), 629px);
  }

  .p-review__inner .l-inner .btn_cv{
    width: min(calc(680 / 750 * 100%), 680px);
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
  }
} 

/*===========================================================================*/
/*  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 only screen and (min-width: 640px) {
  .p-review__listWrap {
    width: 92%;
  }

  /* slick */
}

@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%;
  text-align: left;
  letter-spacing: -0.01em;
}

.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;
  text-align: left;
  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;
  }
}

/*===========================================================================*/
/*  service  */
/*===========================================================================*/

.service_inner{
  max-width: 1100px;
  margin: 0 auto;
}

.service_inner h2{
  width: min(calc(544 / 1100 * 100%), 544px);
  margin: min(calc(120 / 1100 * 100%), 120px) auto;
}

.service_cont{
  max-width: 1200px;
  margin: 0 auto 8em;
}

.service_cont .btn_cv{
  margin: min(calc(50 / 1100 * 100%), 50px) auto;
  width: min(calc(562 / 1100 * 100%), 562px);
  display: block;
  box-sizing: border-box;
}

/* user 750px 以下 */
@media screen and (max-width: 750px) {
  .service_cont{
    margin: 0 1em 2em;
  }

  .service_cont .btn_cv{
    width: min(calc(680 / 750 * 100%), 680px);
    display: block;
    box-sizing: border-box;
  }
} 

/*===========================================================================*/
/* faq  */
/*===========================================================================*/
.p-faq {
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "Yu Gothic", "游ゴシック", Meiryo, "メイリオ", sans-serif;
  background: #F5F8F9;
  padding-top: min(calc(70 * 100vw / 1300), 70px);
  padding-bottom: min(calc(90 * 100vw / 1300), 90px);
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.p-faq__ttl {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(24 * 100vw / 1300), 24px);
  font-size: min(calc(42 * 100vw / 1300), 42px);
  font-weight: 500;
  color: #007FC3;
}

.p-faq__ttl::before,
.p-faq__ttl::after {
  content: "";
  display: block;
  width: min(calc(16 * 100vw / 1300), 16px);
  height: min(calc(54 * 100vw / 1300), 54px);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-faq__ttl::before {
  background-image: url(../img/num-title-left.png);
}

.p-faq__ttl::after {
  background-image: url(../img/num-title-right.png);
}

.p-faq__list {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 * 100vw / 1300), 30px);
  width: 100%;
  max-width: 1000px;
  margin: min(calc(75 * 100vw / 1300), 75px) auto 0;
}

.p-faq__num {
  font-size: min(calc(22.73 * 100vw / 1300), 22.73px);
  font-weight: 700;
}

/* 質問 */
.p-faq__question {
  position: relative;
  display: flex;
  border-radius: min(calc(18 * 100vw / 1300), 18px);
  background: #FFF;
  padding: min(calc(30 * 100vw / 1300), 30px) min(calc(60 * 100vw / 1300), 60px) min(calc(30 * 100vw / 1300), 30px) min(calc(30 * 100vw / 1300), 30px);
  gap: min(calc(15 * 100vw / 1300), 15px);
  cursor: pointer;
}

.p-faq__questionTxt {
  font-size: min(calc(18 * 100vw / 1300), 18px);
  font-weight: 700;
}

.p-faq__questionNum {
  color: #007FC3;
}

/* 質問 - 矢印 */
.p-faq__question::after {
  position: absolute;
  top: 35%;
  right: min(calc(30 * 100vw / 1300), 30px);
  content: "";
  display: block;
  width: min(calc(20 * 100vw / 1300), 20px);
  height: min(calc(20 * 100vw / 1300), 20px);
  border-right: solid min(calc(5 * 100vw / 1300), 5px) #007FC3;
  border-top: solid min(calc(5 * 100vw / 1300), 5px) #007FC3;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  cursor: pointer;
}

.p-faq__question.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

/* 答え */
.p-faq__answer {
  display: none;
  padding: min(calc(20 * 100vw / 1300), 20px) min(calc(45 * 100vw / 1300), 45px) min(calc(15 * 100vw / 1300), 15px) min(calc(30 * 100vw / 1300), 30px);
  align-items: flex-start;
  gap: min(calc(15 * 100vw / 1300), 15px);
}

.p-faq__answerTxt {
  font-size: min(calc(18 * 100vw / 1300), 18px);
  font-weight: 500;
  line-height: 1.7;
}

.p-faq__answerLink {
  text-decoration: underline;
  display: inline;
}

.p-faq__answerNum {
  color: #FF5A00;
  margin-top: min(calc(2 * 100vw / 1300), 2px);
}

@media screen and (max-width: 750px) {
  .p-faq {
    padding: min(calc(100 * 100vw / 750), 100px) min(calc(30 * 100vw / 750), 30px) min(calc(85 * 100vw / 750), 85px);
    letter-spacing: 0.1em;
  }

  .p-faq__ttl {
    font-size: min(calc(40 * 100vw / 750), 40px);
    padding: 0 min(calc(25 * 100vw / 750), 25px);
  }

  .p-faq__ttl::before,
  .p-faq__ttl::after {
    width: min(calc(10 * 100vw / 750), 10px);
    height: min(calc(42 * 100vw / 750), 42px);
  }

  .p-faq__list {
    max-width: 100%;
    margin-top: min(calc(50 * 100vw / 750), 50px);
    gap: min(calc(25 * 100vw / 750), 25px);
  }

  .p-faq__num {
    font-size: min(calc(28 * 100vw / 750), 28px);
  }

  /* 質問 */
  .p-faq__question {
    border-radius: min(calc(10 * 100vw / 750), 10px);
    padding: min(calc(25 * 100vw / 750), 25px) min(calc(55 * 100vw / 750), 55px) min(calc(25 * 100vw / 750), 25px) min(calc(20 * 100vw / 750), 20px);
    gap: min(calc(12 * 100vw / 750), 12px);
  }

  .p-faq__questionTxt {
    padding-top: min(calc(2 * 100vw / 750), 1px);
    font-size: min(calc(24 * 100vw / 750), 24px);
    font-weight: 500;
    line-height: 1.4;
  }

  /* 質問 - 矢印 */
  .p-faq__question::after {
    top: 40%;
    right: min(calc(25 * 100vw / 750), 25px);
    width: min(calc(14 * 100vw / 750), 14px);
    height: min(calc(14 * 100vw / 750), 14px);
    border-right: solid min(calc(5 * 100vw / 750), 5px) #007FC3;
    border-top: solid min(calc(5 * 100vw / 750), 5px) #007FC3;
    transform: rotate(135deg);
  }

  /* 答え */
  .p-faq__answer {
    padding: min(calc(25 * 100vw / 750), 25px) min(calc(30 * 100vw / 750), 30px) min(calc(22 * 100vw / 750), 22px) min(calc(20 * 100vw / 750), 20px);
  }

  .p-faq__answerTxt {
    font-size: min(calc(24 * 100vw / 750), 24px);
    font-weight: 400;
  }

  .p-faq__answerNum {
    margin-top: min(calc(5 * 100vw / 750), 3px);
  }
}

/*===========================================================================*/
/*  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;
  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;
  flex-direction: column;
  align-items: center;
  gap: 35px;
  padding: 40px 20px;
}

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

.p-contact__tel a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: min(calc(70 * 100vw / 1210), 70px);
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.954px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #007FC3;
}

/* 電話アイコンを番号の font-size に追従させ、PC/SP で文字との比率を揃える（コンポ 70px 時に幅 36px 相当） */
.p-contact__tel a svg {
  flex-shrink: 0;
  width: calc(60em / 70);
  height: auto;
  display: block;
}

.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%;
  letter-spacing: 0.944px;
}

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

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.footer {
  position: relative;
  background-color: #fff;
}

.footer .container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.footer-row {
  overflow: hidden;
}

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

.footer-left {
  display: table;
}

.footer-left-link {
  display: table-cell;
  vertical-align: middle;
}

.footer-privacy {
  display: table-cell;
  vertical-align: middle;
}

.footer-privacy-text {
  font-family: Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
  font-weight: 700;
  font-size: 11px;
  display: none;
}

.footer-privacy-link {
  font-size: 11px;
  color: #202020;
  text-decoration: none;
  padding-left: 7px;
  display: inline-block;
}

.footer-privacy-link .sp {
  display: block;
}

.footer-copyright {
  color: #202020;
  text-align: center;
  font-size: 10px;
}

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

.logo_persol img {
  width: 108px;
}

@media (max-width: 1024px) {
  .footer {
    padding: 14px 0 23px;
  }

  .footer-left-link {
    width: 39px;
  }

  .footer-privacy {
    width: 100px;
  }

  .footer-copyright {
    padding: 4px 0 0;
    font-size: 12px;
    text-align: center;
  }

  .c-visible_wide {
    display: none;
  }
}

@media (min-width: 1025px) {
  .footer {
    padding: 30px 0 35px;
  }

  .footer-privacy {
    padding-left: 20px;
    width: auto;
  }

  .footer-privacy-text {
    display: block;
  }

  .footer-privacy-link {
    text-decoration: underline;
  }

  .footer-privacy-link:hover {
    text-decoration: none;
  }

  .footer-privacy-link .sp {
    display: none;
  }

  .footer-int {
    text-align: right;
  }

  .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 {
    font-size: 12px;
    line-height: 2.5em;
    margin-top: 0;
  }

  .logo_persol {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .u-main-bg{
    background-image: url(../img/bg_contact_sp.png);
    background-size: contain;
  }
  .u-main-bg::before,
  .u-main-bg::after {
    display: none;
  }

  .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;
    text-align: center;
    letter-spacing: -0.05em;
  }

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

  .p-contact__tel a {
    font-size: min(calc(90 * 100vw / 900), 90px);
    gap: 5px;
  }

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

  .p-contact__contact {
    padding: 12px 25px;
    gap: 10px;
    font-size: 16px;
  }

  .p-contact__icon {
    width: 36px;
    height: 36px;
  }

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

}

/*===========================================================================*/
/*  pagetop（右下・TOPへ）— style.css.before-targeted-purge.bak 準拠 */
/*===========================================================================*/
.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;
  }
}

header.p-header.l-wrapper {
  z-index: 9999;
}