*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  vertical-align: bottom;
  border: none;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

article {
  overflow: hidden;
}

a {
  transition: 0.3s;
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

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

.u-mobile {
  display: none;
}





.pc{
  display: block;
}
.sp{
  display: none;
}
.pc1500{
  display: block;
}
.tb1500{
  display: none;
  }
.pc1000{
  display: block;
}
.sp1000{
  display: none;
}

@media screen and (max-width: 1500px) {
  .pc1500{
  display: none;
  }
  .tb1500{
  display: block;
  }
}

@media screen and (max-width: 1000px) {
  .pc1000{
  display: none;
  }
  .tb1500{
    display: none;
  }
  .sp1000{
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc{
  display: none;
  }
  .sp{
    display: block;
  }
    .tb1500{
  display: none;
  }
}




/* header */
.top_banner {
  width: 100%;
  display: flex;
  /* align-items: center; */
  background-color: #00000043;
  position: absolute;
  top: 0;
  z-index: 5;
}
.top_banner-box {
  max-width: 958px;
  width: 91.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 4px;
}
.top_logo {
  max-width: 158px;
  width: 100%;
}
.top_btn{
  max-width: 269px;
  width: 100%;
}

/* FV */
.fv-kai{
    background-image: url("../img/main/pcfv_back.jpg");
    width: 100%;
    margin: 0 auto;
    background-image: #483D33;
    background-size: cover;
    background-repeat: none;
    background-position: center;
}
.w-ttl{
  position: relative;
  inset: 0;
  margin: auto;
  max-width: 631px;
  width: 100%;
  top: 0;
  left: 0;
  margin-left: 0;
}
.w-pcback{
  position: relative;
  z-index: 1;
}
.ww-ttl{
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
  padding-bottom:34px;
  padding-top: 71px;
  z-index: 1;
}
.w-logo{
  position: absolute;
  right: 0;
  bottom:0;
  max-width: 153px;
  width: 100%;
  padding-right: 38px;
  padding-bottom: 48px;
}
.w-top_cta{
  max-width: 500px;
  width: 100%;
  margin-left: 55px;
  display: block;
}

.w-top_cta{
  position: relative;
}
.top_btn__t{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  background-color: #FFF;
  border: 2px solid #50B5B5;
  max-width: 336px;
  width: 100%;
  margin: 0 auto;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  position: absolute;
  inset: 0;
  margin: 0 auto;
}
.top_btn__t .s1{
  color: #CD0000;
  font-weight: 700;
}
.top_btn__t .s2{
  letter-spacing: -0.5em;
  font-size: 14px;
}




/* 導入企業 */
.p-company {
  padding-bottom: 102px;
}
.p-company__t{
  max-width: 241px;
  width: 100%;
  margin: 0 auto;
  padding-top: 51px;
  padding-bottom: 29px;
}
.p-company__inner {
  width: 100%;
}
.p-company__items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 29px;
}

.p-company__items__image img {
  object-fit: contain;
}
.p-company__loop {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.p-company__track {
  display: flex;
  gap: 29px;
  animation: slideLoop 30s linear infinite;
  width: 4140px;
}

.p-company__items__image img {
  height: 90px;
  object-fit: contain;
  opacity: 0.9;
}

/* 無限ループアニメーション */
@keyframes slideLoop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}



/* 実績 */
.p-achievements{
  background-image:
  image-set(
    url("../img/main/achievements-bg.webp") type("image/webp"),
    url("../img/main/achievements-bg.png") type("image/png")
  );
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: none;
  background-position: center top;
  position: relative;
}
.p-achievements__con{
  max-width: 971px;
  width: 95%;
  margin: 0 auto;
  padding-top: 318px;
  padding-bottom: 54px;
}
.p-achievements__t{
  position: absolute;
  inset: 0;
  margin: 0 auto;
  max-width: 636px;
  width: 100%;
  height: fit-content;
  margin-top: 55px;
}

/* youtube */
.p-youtube-bd{
  width: 100%;
  height: 15px; /* 任意で調整 */
  background: linear-gradient(
    90deg,
    #d0a300 0%,
    #FFEF79 51%,
    #d0a300 89%
  );
}
.p-youtube{
  background-image: url("../img/main/youtube-bg.png");
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: none;
  background-position: center top;
  padding-bottom: 107px;
}
.p-youtube .l-inner{
  width: 95%;
  margin: 0 auto;
}
.p-youtube-t{
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  padding-top: 82px;
  padding-bottom: 26px;
}
.p-youtube__con{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 51px;
}
.p-youtube__con iframe{
  width: 603px;
  height: 338px;
}

/* 悩み */
  .p-worries{
    position: relative;
  }
  .w-worries_cta{
    position: absolute;
    inset: 0;
    margin: auto;
    height: fit-content;
    top: 25%;
    max-width: 490px;
    width: 100%;
  }

  /* .w-worries_cta{
    position: relative;
  } */
  .worries_btn__t{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 20px;
    background-color: #FFF;
    border: 2px solid #50B5B5;
    max-width: 351px;
    width: 100%;
    margin: 0 auto;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    position: absolute;
    inset: 0;
    margin: 0 auto;
    margin-top: -1%;
  }
  .worries_btn__t .s1{
    color: #CD0000;
    font-weight: 700;
  }
  .worries_btn__t .s2{
    letter-spacing: -0.5em;
    font-size: 14px;
  }


@media screen and (min-width: 1920px) {
/* header */
.top_banner-box {
  max-width: calc(958vw / 1920 * 100);
  padding-top: calc(10vw / 1920 * 100);
  padding-bottom: calc(4vw / 1920 * 100);
}
.top_logo {
  max-width: calc(158vw / 1920 * 100);
}
.top_btn{
  max-width: calc(269vw / 1920 * 100);
}

/* FV */
.w-ttl{
  max-width: calc(631vw / 1920 * 100);
}
.ww-ttl{
  max-width: calc(1100vw / 1920 * 100);
  padding-bottom:calc(34vw / 1920 * 100);
  padding-top: calc(71vw / 1920 * 100);
}
.w-logo{
  max-width: calc(153vw / 1920 * 100);
  padding-right: calc(38vw / 1920 * 100);
  padding-bottom: calc(48vw / 1920 * 100);
}
.w-top_cta{
  max-width: calc(500vw / 1920 * 100);
  margin-left: calc(55vw / 1920 * 100);
}
.top_btn__t{
  font-size: calc(20vw / 1920 * 100);
  border: calc(2vw / 1920 * 100) solid #50B5B5;
  max-width: calc(336vw / 1920 * 100);
  height: calc(37vw / 1920 * 100);
  border-radius: calc(18vw / 1920 * 100);
}
.top_btn__t .s2{
  font-size: calc(14vw / 1920 * 100);
}


/* 導入企業 */
.p-company {
  padding-bottom: calc(102vw / 1920 * 100);
}
.p-company__t{
  max-width: calc(241vw / 1920 * 100);
  padding-top: calc(51vw / 1920 * 100);
  padding-bottom: calc(29vw / 1920 * 100);
}
.p-company__items {
  gap: calc(29vw / 1920 * 100);
}

.p-company__track {
  gap: calc(29vw / 1920 * 100);
  width: calc(4140vw / 1920 * 100);
}

.p-company__items__image img {
  height: calc(90vw / 1920 * 100);
}



/* 実績 */
.p-achievements__con{
  max-width: calc(971vw / 1920 * 100);
  padding-top: calc(313vw / 1920 * 100);
  padding-bottom: calc(54vw / 1920 * 100);
}
.p-achievements__t{
  max-width: calc(636vw / 1920 * 100);
  margin-top: calc(55vw / 1920 * 100);
}


/* 悩み */
  .p-worries{
    position: relative;
  }
  .w-worries_cta{
    top: 25%;
    max-width: calc(481vw / 1920 * 100);
  }

  .worries_btn__t{
    font-size: calc(20vw / 1920 * 100);
    border: calc(2vw / 1920 * 100) solid #50B5B5;
    max-width: calc(350vw / 1920 * 100);
    height: calc(37vw / 1920 * 100);
    border-radius: calc(18vw / 1920 * 100);
  }
  .worries_btn__t .s2{
    font-size: calc(14vw / 1920 * 100);
  }

}

/* ポイント */
.p-point__con1{
  background-image: url("../img/main/point1-bg.png");
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: none;
  background-position: center;
}
.p-point__con2{
  background-image: url("../img/main/point2-bg.png");
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: none;
  background-position: center;
}
.p-point1-img{
  max-width: 1112px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 113px;
  padding-top: 113px;
}

/* 表 */
.p-table{
  background-image: url("../img/main/table-bg.png");
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: none;
  background-position: center;
  padding-top: 13px;
  padding-bottom: 30px;
}
.p-table-img{
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
.w-table_cta{
  max-width: 481px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}
.table_btn__t{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  background-color: #FFF;
  border: 2px solid #50B5B5;
  max-width: 336px;
  width: 100%;
  margin: 0 auto;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  position: absolute;
  inset: 0;
  margin: 0 auto;
  margin-top: -1%;
}
.table_btn__t .s1{
  color: #CD0000;
  font-weight: 700;
}
.table_btn__t .s2{
  letter-spacing: -0.5em;
  font-size: 14px;
}

/* 料金 */
.p-price{
  background-image: url("../img/main/price-bg.png");
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: none;
  background-position: center;
}
.p-price__con{
  max-width: 939px;
  width: 95%;
  margin: 0 auto;
  padding-top: 116px;
  padding-bottom: 116px;
}
.p-price-bd{
  width: 100%;
  height: 15px;
  background: linear-gradient(
    90deg,
    #06518a 0%,
    #1a82f8 51%,
    #06518a 89%
  );
}

/* 流れ */
.p-flow{
  background-image: url("../img/main/flow-bg.png");
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: none;
  background-position: center;
}
.p-flow__con{
  max-width: 1297px;
  width: 95%;
  margin: 0 auto;
  padding-top: 92px;
  padding-bottom: 92px;
}


/* qa */
.p-faq{
  background-color: #eee;
}
.p-faq .l-inner{
  padding-top: 134px;
  padding-bottom: 134px;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
}
.p-faq .l-inner-in{
  width: 95%;
  margin: 0 auto;
}
.p-qa__t{
  max-width: 542px;
  width: 100%;
  margin: 0 auto;
}
.p-form {
  padding-top: 4.7rem;
  background-color: rgba(245, 245, 245, 1);
}
.p-faq__question{
  background-color: #F1F1F1;
  min-height: 84px;
  font-size: 24px;
  font-weight: 600;
  color: #192A9E;
  padding-top: 25px;
  padding-bottom: 21px;
  padding-left: 38px;
  padding-right: 38px;
}
.p-faq__answer{
  min-height: 84px;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  padding-top: 25px;
  padding-bottom: 21px;
  padding-left: 38px;
  padding-right: 38px;
  line-height: 1.4;
}
.p-faq__question__con{
  position: relative;
  cursor: pointer;
}
.p-faq__question__bd{
  position: absolute;
  top: 40px;
  right: 50px
}
.p-faq__question__bd1{
  width: 24px;
  height: 2px;
  background-color: #000;
}
.p-faq__question__bd2{
  width: 24px;
  height: 2px;
  background-color: #000;
  transform: rotate(90deg) translateX(-2px);
}
/* Aの初期は表示 */
.p-faq__answer {
  margin-top: 10px;
  display: block;
  transition: .3s ease;
}
.p-faq__answer {
  display: none;
}
.p-faq__answer.is-open {
  display: block;
}
.p-faq__question__bd.is-open .p-faq__question__bd2{
    transform: rotate(0deg) translateY(-2px);
}




/* フォーム */
.p-form{
  background-image: url("../img/main/form-bg.png");
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-repeat: none;
  background-position: center;
  padding-top: 126px;
  padding-bottom: 126px;
}
.p-form .l-inner{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 65px;
  padding-bottom: 45px;
}
.p-form__t{
  max-width: 384px;
  width: 90%;
  margin: 0 auto;
}

.p-form__table {
  width: 100%;
}

.p-form__table .row:not(:last-of-type) {
  margin-bottom: 25px;
}

.p-form__table p {
  display: flex;
  position: relative;
  flex: 1;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
  gap: 4px;
}

.p-form__table p .required {
  background: #CC0A01;
  padding: 0.267rem 0.5rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
  border-radius: 21px;
}
.p-form__table p .ninni {
  background: #686868;
  padding: 0.267rem 0.5rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
  border-radius: 21px;
}

.p-form__table .annotation {
  font-size: 0.875rem;
  font-weight: 200;
  margin-top: -0.8rem;
  padding-left: 0;
  letter-spacing: 0;
}

.p-form__wrap{
  max-width: 821px;
  width: 90%;
  margin: 0 auto;
  padding-top: 44px;
}

.p-form__table input,
.p-form__table textarea {
  outline: none;
  border: none;
  border-radius: 14px;
  background: #ffffff;
  padding: 0.5rem 1.25rem;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.04em;
  border: 1px solid #C0C0C0;
}
.p-form__table input[type="radio"] {
  height: fit-content;
}

.p-form__table input::-moz-placeholder,
.p-form__table textarea::-moz-placeholder {
  color: #A5A5A5;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.p-form__table input::placeholder,
.p-form__table textarea::placeholder {
  color: #A5A5A5;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.p-form__table textarea {
  height: 168px;
  resize: vertical;
}

.p-form__table .btn {
  position: relative;
  margin: auto;
  width: 247px;
}

.p-form__table .btn::after {
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  background: url(../img/form_btn.svg) no-repeat center center / cover;
  width: 12px;
  height: 20px;
  content: "";
}

.p-form__table .submit-row {
  margin-top: 47px;
}

.p-form__table input[type="submit"] {
  transition: all 0.3s ease;
  border-radius: 50px;
  background: linear-gradient(
    to right,
    #CC0A01 0%,
    #ff1010 50%,
    #CC0A01 100%
  );
  padding: 12px 0;
  width: 100%;
  max-width: 247px;
  color: #ffffff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  box-shadow: 2.08px 2.08px 5.21px 0px rgba(37, 50, 144, 0.2);
  border: 4px solid #bf0b02;
}

.p-form__table input[type="submit"]:hover {
  opacity: 0.5;
  cursor: pointer;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.radio-group input {
  width: fit-content;
  height: fit-content;
}
.radio-group label {
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-form__table .row-2{
  font-weight: 500;
}
.p-form__table .row-3{
  font-size: 10px;
  font-weight: 300;
  line-height: 2;
  padding-top: 44px;
  margin-bottom: 0;
}




/* フッター */
.l-footer{
  background-color: #041835;
}
.l-footer__info{
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 1107px;
  width: 90%;
  margin: 0 auto;
  padding-top: 51px;
  padding-bottom: 51px;
}
.l-footer__logo{
  max-width: 264px;
  width: 100%;
}
.l-footer__address{
  font-size: 16px;
  color: #ffffffb6;
  line-height: 2;
  font-weight: 300;
}
.l-footer__address a{
  font-size: 16px;
  color: #ffffffb6;
  line-height: 2;
  font-weight: 300;
}
.l-footer__address2{
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  font-weight: 300;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  background-color: #000F25;
}




@media screen and (max-width: 1919px) {
  /* 悩み */
  .w-worries_cta{
    top: 25%;
    max-width: calc(490vw / 1919 * 100);
  }
  .worries_btn__t{
    font-size: calc(20vw / 1919 * 100);
    border: calc(2vw / 1919 * 100) solid #50B5B5;
    max-width: calc(350vw / 1919 * 100);
    height: calc(37vw / 1919 * 100);
    border-radius: calc(18vw / 1919 * 100);
  }
  .worries_btn__t .s2{
    font-size: calc(14vw / 1919 * 100);
  }
}
@media screen and (max-width: 1300px) {
  /* 悩み */
  .w-worries_cta{
    top: 25%;
    max-width: calc(490vw / 1300 * 100);
  }
  .worries_btn__t{
    font-size: calc(20vw / 1300 * 100);
    border: calc(2vw / 1300 * 100) solid #50B5B5;
    max-width: calc(350vw / 1300 * 100);
    height: calc(37vw / 1300 * 100);
    border-radius: calc(18vw / 1300 * 100);
  }
  .worries_btn__t .s2{
    font-size: calc(14vw / 1300 * 100);
  }
}
@media screen and (max-width: 1000px) {
  /* header */
  .top_banner {
    background: linear-gradient(180deg, #FFFFFF 0%, #9FAABE 100%);
    position: relative;
  }
  .top_banner-box {
    max-width: 100%;
    width: 97%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 13px;
    padding-bottom: 8px;
  }
  .top_logo {
    max-width: 266px;
    width: 100%;
  }
  .top_btn{
    max-width: 423px;
    width: 100%;
  }


  /* fv */
  .fv-kai-sp{
    position: relative;
  }
  .w-ttl{
    max-width: 100%;
  }
  .w-top_cta{
    position: absolute;
    inset: 0;
    margin: auto;
    height: fit-content;
    margin-bottom: 4%;
    max-width: 99%;
  }
  .top_btn__t{
    font-size: calc(32vw / 750 * 100);
    border: calc(4vw / 750 * 100) solid #50B5B5;
    max-width: calc(549vw / 750 * 100);
    height: calc(58vw / 750 * 100);
    border-radius: calc(28vw / 750 * 100);
  }
  .top_btn__t .s2{
    font-size: calc(25vw / 750 * 100);
  }

  /* youtube */
    .p-youtube__con{
    flex-direction: column;
  }

  /* 悩み */
  .w-worries_cta{
    top: 0%;
    margin-top: 182%;
    max-width: 100%;
  }
  .worries_btn__t{
    font-size: calc(32vw / 750 * 100);
    border: calc(3vw / 750 * 100) solid #50B5B5;
    max-width: calc(550vw / 750 * 100);
    height: calc(58vw / 750 * 100);
    border-radius: calc(28vw / 750 * 100);
  }
  .worries_btn__t .s2{
    font-size: calc(26vw / 750 * 100);
  }

}

@media screen and (max-width: 768px) {
  /* header */
  .top_banner-box {
    padding-top: calc(13vw / 750 * 100);
    padding-bottom: calc(8vw / 750 * 100);
  }
  .top_logo {
    max-width: calc(266vw / 750 * 100);
  }
  .top_btn{
    max-width: calc(423vw / 750 * 100);
  }

  /* companey */
  .p-company__t {
    max-width: calc(241vw / 750 * 100);
    padding-top: calc(65vw / 750 * 100);
    padding-bottom: calc(72vw / 750 * 100);
  }
  .p-company {
    padding-bottom: calc(82vw / 750 * 100);
  }

  /* 実績 */
  .p-achievements{
    background-image: none;
  }
  .p-achievements__con{
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }


  /* youtube */
  .p-youtube-bd{
    display: none;
  }
  .p-youtube{
    background-image: url("../img/main/youtube-bg-sp.png");
    padding-bottom: calc(60vw / 750 * 100);
  }
  .p-youtube .l-inner{
    width: 90%;
    margin: 0 auto;
  }
  .p-youtube-t{
    max-width: calc(560vw / 750 * 100);
    padding-top: calc(70vw / 750 * 100);
    padding-bottom: calc(30vw / 750 * 100);
  }
  .p-youtube__con{
    flex-direction: column;
    gap: calc(35vw / 750 * 100);
  }
  .p-youtube__con iframe{
    width: 100%;
    height: calc(385vw / 750 * 100);
  }

  /* 悩み */
  .w-worries_cta{
    position: absolute;
    top: 0%;
  }
  .worries_btn__t{
    font-size: calc(32vw / 750 * 100);
    border: calc(3vw / 750 * 100) solid #50B5B5;
    max-width: calc(550vw / 750 * 100);
    height: calc(58vw / 750 * 100);
    border-radius: calc(28vw / 750 * 100);
  }
  .worries_btn__t .s2{
    font-size: calc(26vw / 750 * 100);
  }

  /* ポイント */
  .p-point__con1{
    background-image: url("../img/main/point1-bg-sp.png");
  }
  .p-point__con2{
    background-image: url("../img/main/point2-bg-sp.png");
  }
  .p-point1-img{
    max-width: 100%;
    width: 90%;
    padding-bottom: calc(68vw / 750 * 100);
    padding-top: calc(68vw / 750 * 100);
  }

  /* 表 */
  .p-table{
    background-image: url("../img/main/table-bg-sp.png");
    padding-top: 0px;
    padding-bottom: calc(32vw / 750 * 100);
  }
  .p-table-img{
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
  }
  .w-table_cta{
    max-width: 100%;
  }
  .table_btn__t{
    font-size: calc(32vw / 750 * 100);
    border: calc(4vw / 750 * 100) solid #50B5B5;
    max-width: calc(549vw / 750 * 100);
    height: calc(58vw / 750 * 100);
    border-radius: calc(28vw / 750 * 100);
  }
  .table_btn__t .s2{
    font-size: calc(25vw / 750 * 100);
  }

  /* qa */
  .p-faq .l-inner{
    padding-top: calc(83vw / 750 * 100);
    padding-bottom: calc(83vw / 750 * 100);
    max-width: 100%;
    width: 90%;
  }
  .p-faq .l-inner-in{
    width: 93%;
  }
  .p-qa__t{
    max-width: 100%;
  }
  .p-faq__question{
    min-height: calc(84vw / 750 * 100);
    font-size: calc(24vw / 750 * 100);
    padding-top: calc(25vw / 750 * 100);
    padding-bottom: calc(21vw / 750 * 100);
    padding-left: calc(38vw / 750 * 100);
    padding-right: calc(38vw / 750 * 100);
    line-height: 1.4;
  }
  .p-faq__answer{
    min-height: calc(84vw / 750 * 100);
    font-size: calc(24vw / 750 * 100);
    padding-top: calc(25vw / 750 * 100);
    padding-bottom: calc(21vw / 750 * 100);
    padding-left: calc(38vw / 750 * 100);
    padding-right: calc(38vw / 750 * 100);
    line-height: 1.4;
  }
  .p-faq__question__bd{
    position: absolute;
    top: calc(55vw / 750 * 100);
    right: calc(50vw / 750 * 100);
  }
  .p-faq__question__bd1{
    width: calc(24vw / 750 * 100);
    height: calc(2vw / 750 * 100);
  }
  .p-faq__question__bd2{
    width: calc(24vw / 750 * 100);
    height: calc(2vw / 750 * 100);
    transform: rotate(90deg) translateX(-2px);
  }
  /* Aの初期は表示 */
  .p-faq__answer {
    margin-top: calc(10vw / 750 * 100);
  }
  .p-faq__question__bd.is-open .p-faq__question__bd2{
      transform: rotate(0deg) translateY(-2px);
  }

  /* フォーム */
  .p-form{
    padding-top: calc(114vw / 750 * 100);
    padding-bottom: calc(114vw / 750 * 100);
  }
  .p-form .l-inner{
    padding-top: calc(95vw / 750 * 100);
    padding-bottom: calc(95vw / 750 * 100);
  }
  .p-form__t{
    max-width: calc(557vw / 750 * 100);
  }
  .p-form__table .row:not(:last-of-type) {
    margin-bottom: calc(25vw / 750 * 100);
  }

  .p-form__table p {
    font-size: calc(31vw / 750 * 100);
    gap: calc(4vw / 750 * 100);
  }
  .p-form__table p .required {
    padding: 0.267rem 0.5rem;
    font-size: calc(23vw / 750 * 100);
    border-radius: calc(23vw / 750 * 100);
  }
  .p-form__table p .ninni {
    padding: 0.267rem 0.5rem;
    font-size: calc(23vw / 750 * 100);
    border-radius: calc(23vw / 750 * 100);
  }

  .p-form__wrap{
    max-width: 100%;
    width: 90%;
    padding-top: calc(33vw / 750 * 100);
  }
  .p-form__table input,
  .p-form__table textarea {
    border-radius: calc(16vw / 750 * 100);
    padding: calc(22vw / 750 * 100) calc(33vw / 750 * 100);
    font-size: calc(35vw / 750 * 100);
    height: calc(94vw / 750 * 100);
  }

  .p-form__table input::-moz-placeholder,
  .p-form__table textarea::-moz-placeholder {
    font-size: calc(35vw / 750 * 100);
  }

  .p-form__table input::placeholder,
  .p-form__table textarea::placeholder {
    font-size: calc(33vw / 750 * 100);
  }

  .p-form__table textarea {
    height: calc(333vw / 750 * 100);
  }

  .p-form__table .btn {
    width: calc(358vw / 750 * 100);
  }

  .p-form__table .btn::after {
    right: calc(90vw / 750 * 100);
    width: calc(17vw / 750 * 100);
    height: calc(29vw / 750 * 100);
  }

  .p-form__table .submit-row {
    margin-top: calc(37vw / 750 * 100);
  }

  .p-form__table input[type="submit"] {
    border-radius: calc(69vw / 750 * 100);
    padding: calc(18vw / 750 * 100) 0;
    max-width: calc(349vw / 750 * 100);
    font-size: calc(46vw / 750 * 100);
    border: calc(4vw / 750 * 100) solid #bf0b02;
  }

  .radio-group {
    gap: calc(20vw / 750 * 100);
    flex-direction: column;
  }

  .radio-group label {
    font-size: calc(30vw / 750 * 100);
    gap: 0px;
  }
  .p-form__table .row-3{
    font-size: calc(17w / 750 * 100);
    padding-top: calc(33vw / 750 * 100);
  }
  .p-form__table .textarea{
    height: calc(166vw / 750 * 100);
  }





  /* フッター */
  .l-footer__logo {
    max-width: calc(264vw / 750 * 100);
    width: 100%;
  }
  .l-footer{
    background-color: #041835;
  }
  .l-footer__info{
    flex-direction: column;
    gap: calc(16vw / 750 * 100);
    align-items: flex-start;
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    padding-top: calc(60vw / 750 * 100);
    padding-bottom: calc(60vw / 750 * 100);
  }
  .l-footer__address{
    font-size: calc(24vw / 750 * 100);
    color: #fff;
    line-height: 1.8;
  }
  .l-footer__address a{
    font-size: calc(24vw / 750 * 100);
    color: #fff;
    line-height: 1.8;
  }
  .l-footer__address2{
    font-size: calc(24vw / 750 * 100);
  }


}