@charset "UTF-8";

/* ルート要素のフォントサイズを10pxに指定 */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
  --scroll-gap: 41px;
}

/* main */
.body{
  max-width: 750px;
  width:100%;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.body img{
  width: 100%;
  /* height: fit-content; */
}
picture{
  display: block;
}



/* fv */
#fv{
  position: relative;
}
.btn{
  transition: 0.4s;
}
.btn:hover{
  opacity: 0.6;
}



/* cta */
.cta{
  position: absolute;
  inset: 0;
  margin: 0 auto;
  top: auto;
  bottom: 4%;
  z-index: 5;
  max-width: 750px;
  width: 100%;
}

/* worries */
.worries{
  margin-top: -1%;
}

/* risk */
.risk{
  margin-top: -9%;
  position: relative;
}
.risk .cta{
  bottom: 54%;
}

/* cta2 */
.cta2{
  position: relative;
}
.cta2 .cta{
  bottom: 1%;
}




/* qa */
.qa{
  padding-bottom: 106px;
  background-color: #F2F2F2;
}
.qa-haeder{
  padding-top: 106px;
  padding-bottom: 24px;
  max-width: 319px;
  width: 100%;
  margin: 0 auto;
}
.qa_q-q{
  max-width: 72px;
  width: 100%;
  height: 72px;
}
.qa_qa{
  position: relative;
  width: 92%;
  margin: 0 auto;
}
.qa_q{
  display: flex;
  align-items: center;
  gap: 46px;
}
.qa_q-text{
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #2d4b4b;
  line-height: 1.4;
  width: 77%;
}
.qa_btn{
  position: absolute;
  top: 60px;
  right: 20px;
  transform: rotate(180deg);
  max-width: 31px;
  width: 100%;
}
.qa_a-a{
  max-width: 72px;
  width: 100%;
  height: 72px;
}
.qa_a{
  display: flex;
  align-items: flex-start;
  gap: 46px;
  padding-top: 46px;
}
.qa_a-text{
  font-size: 24px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #3C3C3C;
  line-height: 1.6;
  max-width: 774px;
  width: 100%;
}
.qa_q{
  cursor: pointer;
  transition: 0.4s;
}
.qa_q:hover{
  opacity: 0.6;
}
.qa_btn.rotate{
  transform: rotate(0deg);
}
.qa_qa.faq-item{
  background-color: #fff;
  padding:30px 20px;
  border-radius: 20px;
  margin-bottom: 34px;
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 43px;
}
.qa-btn {
    transition: transform 0.3s ease;
}

.qa-btn.rotate {
    transform: rotate(180deg);
}





/* form */
.form_content{
  padding-top: 0!important;
  padding-bottom: 70px!important;
}
.w-f {
    max-width: 682px;
    width: 100%;
    margin: 0 auto;
    margin-top: 8px;
}
.ww-in-text{
  width: 100%;
  gap: 14px;
  display: flex;
  flex-direction: column;
}
.in-text2{
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.6;
}
.contac-in{
  margin-bottom: 32px;
}
.contac-in .wpcf7-radio.text-radio {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.contac-in .wpcf7-list-item-label{
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
.contac-in input[type="radio" i]{
  margin-bottom: 8px;
  margin-right: 8px;
}
.in-text3{
  height: 70px;
  padding-top: 20px;
}



/* ridatu-popup */
#exitPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6); /* 半透明の黒背景 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: transparent;
  border-radius: 8px;
  text-align: center;
  transition: 0.4s;
}

.popup-content:hover {
  opacity: 0.6;
}

/* 画像に余白や影をつけたい場合 */
.popup-content img {
  max-width: 90vw;
  max-height: 90vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}



/* floatingBanner */
.w-floatingBanner {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: fixed;   /* relative ではなく fixed */
  bottom: -10px;
  left: 50%;         /* 中央基準 */
  transform: translateX(-50%); /* 中央揃え */
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: 0.6s;
}

.w-floatingBanner.show {
  z-index: 99;
  visibility: visible;
  opacity: 1;
}

.floatingBanner {
  position: absolute; /* 内側で右寄せしたい場合はこれ */
  right: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}

.w-youtube-video iframe{
  width: 80%;
  min-height: calc(178vw / 750 * 100);
  margin: 0 auto;
}
.youtube{
  padding-bottom: 100%;
}





/* point */
.point{
  position: relative;
  background-image: url("../img/saikyo/tonosama/point.webp?v=2");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.point1{
  z-index: 5;
  max-width: 867px;
  width: 100%;
  margin: 0 auto;
  padding-top: 302px;
  padding-bottom: 0px;
}
.point-w-t{
  position: relative;
}
.point .cta1{
  position: absolute;
  inset: 0;
  margin: auto;
  top: 80%;
  z-index: 5;
  max-width: 674px;
  width: 100%;
}
.cta1{
  margin: 0 auto;
}
.point2{
  max-width: 874px;
  width: 100%;
  margin: 0 auto;
  padding-top: 90px;
}



/* how */
.how{
  margin-top: -1%;
}

/* flow */
.flow{
  margin-top: -5%;
}


/* qa */
.qa {
    position: relative;
    overflow: hidden;
    padding: 60px 0 50px;
    background: #fff;
}
.qa::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 17px;
    background: linear-gradient(90deg, #ff2a58 0%, #d8179a 52%, #7a00ff 100%);
}
.qa-header {
    margin: 0 0 36px;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    letter-spacing: .04em;
    background: linear-gradient(90deg, #ff2a58 5%, #cc159e 58%, #7600ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.qa-list {
    width: calc(100% - 64px);
    margin: 0 auto;
}
.faq-item {
    position: relative;
    margin-bottom: 16px;
    border: 4px solid transparent;
    border-radius: 17px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #ff2a58 0%, #d8179a 52%, #7a00ff 100%) border-box;
    overflow: hidden;
}
.faq-item:last-child {
    margin-bottom: 0;
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    min-height: 105px;
    padding: 24px 27px 24px 28px;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}
.qa-q-text {
    min-width: 0;
    font-family: "LINE Seed JP", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .01em;
    color: #a700d9;
    background: linear-gradient(90deg, #ff2958 0%, #cf159b 58%, #7800ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.qa-label {
    display: inline-block;
    margin-right: .18em;
    font-weight: 700;
}
.qa-btn {
    display: grid;
    place-items: center;
    flex: 0 0 37px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    background: linear-gradient(180deg, #e91d83 0%, #8a00ec 100%);
}
.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s ease;
}
.faq-answer-inner {
    min-height: 0;
    overflow: hidden;
    margin: 0 27px;
    background: #fff7ff;
}
.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
}
.faq-item.is-open .faq-answer-inner {
    margin-bottom: 27px;
    padding: 15px 29px 22px;
}
.qa-a-text,
.qa-note {
    margin: 0;
    font-family: "LINE Seed JP", sans-serif;
    color: #222;
}
.qa-a-text {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.55;
}
.qa-a-text .qa-label {
    color: #d4189d;
}
.qa-note {
    margin-top: 38px;
    padding-left: 1.45em;
    text-indent: -1.45em;
    font-size: 31px;
    line-height: 1.55;
}




/* ==================================================
contact
================================================== */

.contact-head {
  width: 100%;
}

.contact-head-image {
  max-width: 590px;
  width: 100%;
  margin: 0 auto 14px;
}

.contact-head-image img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-head-text {
  margin-bottom: 32px;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.02em;
  color: #111;
}


.contact-section {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  background-image: url("../img/saikyo/bazutoru/contact-bg.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 750px auto;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
}

.contact-section .wpcf7 {
  width: 100%;
  margin: 0 auto;
}

/* 見出し */
.contact-head {
  width: 100%;
}

.contact-head-box {
  position: relative;
  z-index: 1;
  width: calc(100% - 160px);
  margin: 0 auto 28px;
  padding: 17px 18px 15px;
  border: 4px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(
      90deg,
      #ff2f5c 0%,
      #d8179a 53%,
      #7800f5 100%
    ) border-box;
  transform: skew(-8deg);
}

.contact-head-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 9px;
  right: -12px;
  bottom: -12px;
  left: 4px;
  background: linear-gradient(
    90deg,
    #ff2f5c 0%,
    #d8179a 53%,
    #7800f5 100%
  );
}

.contact-head-title {
  font-size: 51px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0.01em;
  color: #111;
  transform: skew(8deg);
}

.contact-head-title span {
  color: #ff315b;
}

.contact-head-text {
  margin-bottom: 32px;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  letter-spacing: 0.02em;
  color: #111;
}

/* フォーム全体 */
.w-contac-in {
  position: relative;
  z-index: 2;
  width: calc(100% - 160px);
  margin: 0 auto;
}


.contac-in-bt {
  margin-bottom: 28px;
}

/* 項目名 */
.w-c-t1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}

.c-t2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
  color: #050505;
}

.c-t2-1 {
  line-height: 1.35;
}

/* 必須・任意 */
.c-t1,
.c-t1-1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 63px;
  height: 38px;
  padding: 0 7px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

.c-t1 {
  background-color: #ff315b;
}

.c-t1-1 {
  background-color: #111;
}

/* CF7ラッパー */
.w-in-text {
  width: 100%;
}

.w-in-text .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* 入力欄 */
.in-text,
.in-textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #ff315b;
  border-radius: 0;
  outline: none;
  background-color: rgba(255, 255, 255, 0.96);
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-size: 31px;
  font-weight: 400;
  color: #222;
  appearance: none;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.in-text {
  height: 78px;
  padding: 0 18px;
}

.in-textarea {
  height: 120px;
  min-height: 120px;
  padding: 16px 18px;
  line-height: 1.5;
  resize: vertical;
}

.in-text::placeholder,
.in-textarea::placeholder {
  color: #c8c8c8;
  opacity: 1;
}

.in-text:focus,
.in-textarea:focus {
  border-color: #ad00dd;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(207, 21, 155, 0.12);
}

/* ラジオボタン */
.contac-in-radio {
  margin-top: 34px;
}

.contac-in-radio .w-c-t1 {
  align-items: flex-start;
}

.text-radio {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.text-radio .wpcf7-list-item {
  margin: 0;
}

.text-radio .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.text-radio input[type="radio"] {
  position: relative;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin: 5px 0 0;
  border: 2px solid #ff315b;
  border-radius: 50%;
  background-color: #fff;
  appearance: none;
  cursor: pointer;
}

.text-radio input[type="radio"]::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    #ff315b 0%,
    #8c00ed 100%
  );
  transform: scale(0);
  transition: transform 0.2s ease;
}

.text-radio input[type="radio"]:checked::before {
  transform: scale(1);
}

.text-radio .wpcf7-list-item-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
}

/* プライバシーポリシー */
.privacy-area {
  margin-top: 38px;
  text-align: center;
}

.privacy-check {
  margin-bottom: 18px;
}

.privacy-check .wpcf7-list-item {
  margin: 0;
}

.privacy-check label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 22px;
  line-height: 1.5;
  color: #111;
}

.privacy-checkbox input[type="checkbox"] {
  position: relative;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  margin: 0;
  border: 2px solid #ff315b;
  background-color: #fff;
  appearance: none;
  cursor: pointer;
}

.privacy-checkbox input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  width: 7px;
  height: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg) scale(0);
  transition: transform 0.2s ease;
}

.privacy-checkbox input[type="checkbox"]:checked {
  background: linear-gradient(
    135deg,
    #ff315b 0%,
    #8000ec 100%
  );
}

.privacy-checkbox input[type="checkbox"]:checked::after {
  transform: rotate(45deg) scale(1);
}

.pri-t1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
  width: fit-content;
  margin: 0 auto;
}

.pri-t1-1 {
  color: #d8179a;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pri-t1-1:hover {
  opacity: 0.7;
}

/* 送信ボタン */
.b-w-f {
  margin-top: 48px;
}

.w-f {
  position: relative;
  width: 490px;
  margin: 0 auto;
}

.contact-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 100px;
  margin: 0;
  padding: 0 38px;
  border: none;
  border-radius: 100px;
  box-shadow: none;
  cursor: pointer;
  background: linear-gradient(
    100deg,
    #ff315b 0%,
    #d5149e 55%,
    #7600ed 100%
  );
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  appearance: none;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.contact-submit:hover {
  opacity: 0.78;
  transform: translateY(-2px);
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.6;
}

.w-f .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -35px;
  margin: 0;
  transform: translateY(-50%);
}

/* エラー文 */
.contac-in .wpcf7-not-valid-tip,
.privacy-area .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.4;
  color: #d90032;
}

.contact-section .wpcf7-response-output {
  box-sizing: border-box;
  width: calc(100% - 160px);
  margin: 30px auto 0 !important;
  padding: 15px 20px !important;
  font-size: 18px;
  line-height: 1.5;
}

.contact-section form.invalid .wpcf7-response-output,
.contact-section form.unaccepted .wpcf7-response-output,
.contact-section form.payment-required .wpcf7-response-output {
  border-color: #ff315b;
}

.contact-section form.sent .wpcf7-response-output {
  border-color: #7a00ff;
}



/* ==================================================
footer
================================================== */

.site-footer {
  background-color: #000;
  color: #fff;
  font-family: "LINE Seed JP", "Noto Sans JP", sans-serif;
}

.site-footer-inner {
  width: 100%;
  padding: 34px 33px 42px;
}

.site-footer-logo {
  max-width: 300px;
  width: 100%;
  margin-bottom: 28px;
  margin: 0 auto;
}

.site-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer-company {
  margin-bottom: 29px;
}

.site-footer-company p {
  margin: 0;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.01em;
  color: #fff;
}

.site-footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.site-footer-link {
  display: inline-block;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.site-footer-link:hover {
  opacity: 0.65;
}



/* 1000px以下 */
@media screen and (max-width: 1000px) {

}






/* sp */
@media screen and (max-width: 768px) {
body {
  --scroll-gap: calc(41vw / 750 * 100);
}

/* main */
.body{
  max-width: calc(750vw / 750 * 100);
}

/* qa */
  .qa {
      padding-top: calc(60vw / 750 * 100);
      padding-bottom: calc(50vw / 750 * 100);
  }
  .qa::after {
      height: calc(17vw / 750 * 100);
  }
  .qa-header {
      margin-bottom: calc(36vw / 750 * 100);
      font-size: calc(52vw / 750 * 100);
  }
  .qa-list {
      width: calc(100% - calc(64vw / 750 * 100));
  }
  .faq-item {
      margin-bottom: calc(16vw / 750 * 100);
      border-width: calc(4vw / 750 * 100);
      border-radius: calc(17vw / 750 * 100);
  }
  .faq-question {
      gap: calc(20vw / 750 * 100);
      min-height: calc(105vw / 750 * 100);
      padding: calc(24vw / 750 * 100) calc(27vw / 750 * 100) calc(24vw / 750 * 100) calc(28vw / 750 * 100);
  }
  .qa-q-text {
      font-size: calc(34vw / 750 * 100);
  }
  .qa-btn {
      flex-basis: calc(37vw / 750 * 100);
      width: calc(37vw / 750 * 100);
      height: calc(37vw / 750 * 100);
      font-size: calc(27vw / 750 * 100);
  }
  .faq-answer-inner {
      margin-right: calc(27vw / 750 * 100);
      margin-left: calc(27vw / 750 * 100);
  }
  .faq-item.is-open .faq-answer-inner {
      margin-bottom: calc(27vw / 750 * 100);
      padding: calc(15vw / 750 * 100) calc(29vw / 750 * 100) calc(22vw / 750 * 100);
  }
  .qa-a-text {
      font-size: calc(32vw / 750 * 100);
  }
  .qa-note {
      margin-top: calc(38vw / 750 * 100);
      font-size: calc(31vw / 750 * 100);
  }



/* contact */
.contact-head-image {
  max-width: calc(590vw / 750 * 100);
  margin-bottom: calc(14vw / 750 * 100);
}

.contact-head-text {
  margin-bottom: calc(32vw / 750 * 100);
  font-size: calc(33vw / 750 * 100);
}


.contact-section {
  padding-top: calc(60vw / 750 * 100);
  padding-bottom: calc(60vw / 750 * 100);
  background-size: calc(750vw / 750 * 100) auto;
}

.contact-head-box {
  width: calc(100% - calc(160vw / 750 * 100));
  margin-bottom: calc(28vw / 750 * 100);
  padding:
    calc(17vw / 750 * 100)
    calc(18vw / 750 * 100)
    calc(15vw / 750 * 100);
  border-width: calc(4vw / 750 * 100);
}

.contact-head-box::after {
  top: calc(9vw / 750 * 100);
  right: calc(-12vw / 750 * 100);
  bottom: calc(-12vw / 750 * 100);
  left: calc(4vw / 750 * 100);
}

.contact-head-title {
  font-size: calc(51vw / 750 * 100);
}

.contact-head-text {
  margin-bottom: calc(32vw / 750 * 100);
  font-size: calc(33vw / 750 * 100);
}

.contac-in{
  margin-bottom: calc(32vw / 750 * 100);
}
.w-contac-in {
  width: calc(100% - calc(160vw / 750 * 100));
}

.contac-in-bt {
  margin-bottom: calc(28vw / 750 * 100);
}

.w-c-t1 {
  gap: calc(12vw / 750 * 100);
  margin-bottom: calc(13vw / 750 * 100);
}

.c-t2 {
  font-size: calc(36vw / 750 * 100);
}

.c-t1,
.c-t1-1 {
  min-width: calc(63vw / 750 * 100);
  height: calc(38vw / 750 * 100);
  padding-right: calc(7vw / 750 * 100);
  padding-left: calc(7vw / 750 * 100);
  font-size: calc(24vw / 750 * 100);
}

.in-text,
.in-textarea {
  border-width: calc(2vw / 750 * 100);
  font-size: calc(31vw / 750 * 100);
}

.in-text {
  height: calc(78vw / 750 * 100);
  padding-right: calc(18vw / 750 * 100);
  padding-left: calc(18vw / 750 * 100);
}

.in-textarea {
  height: calc(120vw / 750 * 100);
  min-height: calc(120vw / 750 * 100);
  padding:
    calc(16vw / 750 * 100)
    calc(18vw / 750 * 100);
}

.in-text:focus,
.in-textarea:focus {
  box-shadow:
    0 0 0 calc(4vw / 750 * 100)
    rgba(207, 21, 155, 0.12);
}

.contac-in-radio {
  margin-top: calc(34vw / 750 * 100);
}

.text-radio {
  gap: calc(14vw / 750 * 100);
}

.text-radio .wpcf7-list-item label {
  gap: calc(10vw / 750 * 100);
}

.text-radio input[type="radio"] {
  width: calc(25vw / 750 * 100);
  height: calc(25vw / 750 * 100);
  margin-top: calc(5vw / 750 * 100);
  border-width: calc(2vw / 750 * 100);
}

.text-radio input[type="radio"]::before {
  inset: calc(4vw / 750 * 100);
}

.text-radio .wpcf7-list-item-label {
  font-size: calc(18vw / 750 * 100);
}

.privacy-area {
  margin-top: calc(38vw / 750 * 100);
}

.privacy-check {
  margin-bottom: calc(18vw / 750 * 100);
}

.privacy-check label {
  gap: calc(10vw / 750 * 100);
  font-size: calc(22vw / 750 * 100);
}

.privacy-checkbox input[type="checkbox"] {
  width: calc(27vw / 750 * 100);
  height: calc(27vw / 750 * 100);
  border-width: calc(2vw / 750 * 100);
}

.privacy-checkbox input[type="checkbox"]::after {
  top: calc(3vw / 750 * 100);
  left: calc(8vw / 750 * 100);
  width: calc(7vw / 750 * 100);
  height: calc(14vw / 750 * 100);
  border-right-width: calc(3vw / 750 * 100);
  border-bottom-width: calc(3vw / 750 * 100);
}

.pri-t1 {
  font-size: calc(20vw / 750 * 100);
}

.b-w-f {
  margin-top: calc(48vw / 750 * 100);
}

.w-f {
  width: calc(490vw / 750 * 100);
}

.contact-submit {
  height: calc(100vw / 750 * 100);
  padding-right: calc(38vw / 750 * 100);
  padding-left: calc(38vw / 750 * 100);
  border-radius: calc(100vw / 750 * 100);
  font-size: calc(37vw / 750 * 100);
}

.w-f .wpcf7-spinner {
  right: calc(-35vw / 750 * 100);
}

.contac-in .wpcf7-not-valid-tip,
.privacy-area .wpcf7-not-valid-tip {
  margin-top: calc(8vw / 750 * 100);
  font-size: calc(18vw / 750 * 100);
}

.contact-section .wpcf7-response-output {
  width: calc(100% - calc(160vw / 750 * 100));
  margin-top: calc(30vw / 750 * 100) !important;
  padding:
    calc(15vw / 750 * 100)
    calc(20vw / 750 * 100) !important;
  font-size: calc(18vw / 750 * 100);
}




/* footer */
.site-footer-inner {
  padding:
    calc(34vw / 750 * 100)
    calc(33vw / 750 * 100)
    calc(42vw / 750 * 100);
}

.site-footer-logo {
  max-width: calc(300vw / 750 * 100);
  margin-bottom: calc(28vw / 750 * 100);
  margin: 0 auto;
}

.site-footer-company {
  margin-bottom: calc(29vw / 750 * 100);
}

.site-footer-company p {
  font-size: calc(29vw / 750 * 100);
}

.site-footer-nav {
  gap: calc(9vw / 750 * 100);
}

.site-footer-link {
  font-size: calc(29vw / 750 * 100);
}



}