@charset "utf-8";
body {
  /***	フォント関連設定	***/
  font-family:"游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 112.5%; /* 18px */
  font-size: 125%; /* 20px */
  line-height: 1.7;
  /***	背景＆文字色設定	***/
  color: #222;
  font-feature-settings: "palt";
  text-align: justify;
  background-color:#f2f7fb;
}
/***	ヘッダー画像	***/

header{
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

h2 {
  margin: 0 auto;
  text-align: center;
  padding: 3em 1.5em;
}

h3{
  margin: 0.5em auto;
  text-align: center;
  padding: 0.5em 0;
  font-size: 1.2em;
 
  color: #fff;
  width: 600px;

  }

a {
  cursor: pointer;
}
img {
  display: block; /*	ブロック要素としてふるまう：中揃えで表示	*/
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
strong {
  font-weight: bold;
}


/*---	背景の設定---*/
#wrapper {
  margin: 0 auto;
  background: url("../images/bg_wrapper1000.png") center center repeat-y;
}
/*背景を重ねた時用*/
.wrapper {
  margin: 0 auto;
  background: url("../images/bg_wrapper1000.png") center center repeat-y;
}
.bg {
  background-image: url("../images/bg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.bg_benefit {
  background-image: url("../images/bg_benefit.png");
  background-size: cover;
  background-position: top;
}
.bg_interview {
  background-image: url("../images/bg_interview.png");
  background-size: ;
  background-position: top;
  background-color: #f3f3f3;
}
.bg_reward {
  background-image: url("../images/bg_reward.png");
  background-size: cover;
  background-position: top;
}

.bg_result {
  background-image: url("../images/result_bg.png");
  background-size: cover;
  background-position: center top;
}
.bg_header {
  background-image: url("../images/header_bg.jpg");
  background-size: cover;
  background-position: center top;
}
.bg_last {
  background-image: url("../images/bg_last.jpg");
  background-size: cover;
  background-position: center top;
}
.bg_profile {
  background-image: url("../images/bg_profile.jpg");
  background-size: cover;
  background-position: center top;
}

.bg_white{
  background: #FFFFFF;
}
.bg_gray{
  background: #f3f3f3;
}
.bg_white1000{
  background: #FFFFFF;
  width: 1000px;
  margin: 0 auto;
}
.bg_blue{
  background: #0a3e5d;
}
.bg_blue3{
  background: #eefcff;
}
.bg_green{
  background: #6CB936;
}
.bg_red{
  background: #ac9309
}
.bg_blue2{
  background: #1b1a28;

}
.bg_navy{
  background: #000436;
}
.bg_navy2{
  background: #112648;
}
.bg_pink{
  background: #feeaee;
}

/*---	背景ここまで---*/

footer {
  margin: 0 auto;
  padding: 1em 0;
  background: #252525;
  color: #fff;
  text-align: center;
  font-size: 75%;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  color: #fff;
}
address {
  font-style: normal;
}

/***	余白調整用設定	***/

.ptb_01{
  padding: 1em 0;
}
.ptb_02{
  padding: 2em 0;
}
.ptb_03{
  padding: 3em 0;
}
.ptb_04{
  padding: 4em 0;
}
.ptb_05{
  padding: 5em 0;
}

.pt_01{
  padding-top: 1em;
}
.pt_02{
  padding-top: 2em;
}
.pt_03{
  padding-top: 3em;
}
.pt_04{
  padding-top: 4em;
}
.pt_05{
  padding-top: 5em;
}


.pb_01{
  padding-bottom: 1em;
}
.pb_02{
  padding-bottom: 2em;
}
.pb_03{
  padding-bottom: 3em;
}
.pb_04{
  padding-bottom: 4em;
}
.pb_05{
  padding-bottom: 5em;
}


/***	テキスト装飾設定	***/
.bold{
  font-weight: bold;
}
.large {
  font-size: 120%;
}
.xlarge {
  font-size: 144%;
}
.xxlarge {
  font-size: 172.8%;
}
.small {
  font-size: 82.5%;
}
.xsmall {
  font-size: 62.5%;
}
.xxsmall {
  font-size: 56.25%;
}
.u {
  text-decoration: underline;
}
.red {
  color: red;
}
.blue {
  color: blue;
}
.pink{
  color: #d73358;
}
.white{
  color: #FFFFFF;
}
.underline {
  background: linear-gradient(transparent 70%, yellow 70%);
}
.u_black {
  text-decoration: underline;
  font-weight: bold;
  
}
.highlight_blue {
  background-color: #000436;
  padding: 0.1em;
}
.highlight_white {
  background-color: #fff;
  padding: 0.1em;
}
.highlight {
  background-color: #fff266;
}
.redhigh {
  color: red;
  background-color: #fff266;
}
/***	テキスト装飾設定ここまで	***/

/***　ボックスモデル設定　***/

.text {
  margin: 0 auto;
}

.container{
width: 1000px;
margin: 0 auto;
}

.container_750{
  max-width: 750px;
  margin: 0 auto;
  box-shadow: 0 0 40px rgba(0,0,0,0.2);
  }

/***　中央揃え　***/
.center{
  text-align: center;
}

/* 白背景 */
.white_box{
  background-color: #fff;
  max-width: 900px;
  border-radius: 10px;
  margin: 2em auto 2em;
  padding: 3em 1em 0em;
}
.white_box_prf{
  background-color: #fff;
  max-width: 900px;
  border-radius: 10px;
  margin: 2em auto 2em;
  padding: 0em 2em 0em;
}
.white_box_form{
  background-color: #fff;
  max-width: 900px;
  border-radius: 10px;
  margin: 2em auto 2em;
  padding: 2em 0.5em 2em;
}
.white_box_outer{
  padding: 2em 1em;

}
/***　ボックスモデル設定ここまで　***/

/* 改行用 */

.text p{
  padding: 0.5em 0;
 }

 /* 動画埋め込み設定 */

.movie{
  width: 100%; /* 任意の横幅を指定 */
  height: auto;
  aspect-ratio: 16/9;
}


/***	画像右寄せ設定（フロート）	***/
.pic_right {
  float: right;
  margin: 10px -15px 10px 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
/***	PC・スマホ改行設定	***/
.pconly {
  display: block;
}
.sponly {
  display: none;
}

/* リスト設定　お悩み等 */

.list_contents{
  border: 6px solid #101010;
  margin: 0 1em;
  border-radius: 10px;
  background-color: #FFFFFF;
}

.check {
  max-width: 600px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 1em 1em 1em 2em;
  border-radius: 10px;
}
.check .check_box {
  display: flex;
  text-align: left;
  align-items: center;
  padding-bottom: 0.5em;
}
.check .check_box img {
  width: 33px;
  height: 30px;
  margin-right: 1em;
}
.check .check_box p {
  text-align: left;
  width: 100%;
  font-size: 120%;
  font-weight: 600;
}



/*--------------------------------------------------
 *		class-name　案件ごとのコンテンツ内容
 --------------------------------------------------*/
 .form_header{
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
 }
 .content_image01{
  padding: 0 1em 2em;
 }

 .content_image01 img{
  margin-bottom: 3em;
  padding: 0 0.5em;
 }
 .content_image01 img:last-child{
  margin-bottom: 0;
  padding-bottom: 3em;
 }
 .content_movie{
  width: 100%;
  padding: 0 1rem;
 }
 .company-info {
  text-align: center;
  padding: 1em 0;
}

.company-info a {
  margin: 0 5px;
  text-decoration: none;
  color: inherit;
}

.company-info a:hover {
  opacity: 0.7;
}

.content_problem{
 padding: 0 1em 2em;
}
.system_title{
    margin: 0 auto;
    text-align: center;
    padding: 3em 1.5em 1em;
  }
.content_reason{
  padding: 0 0em 2em;
}
.flow{
  padding: 2em 1.5em;
}
.thanks{
  padding: 5em 1.5em;
}
.thanks_title{
  width: 100%;
}
/*リストコンテナ*/

li {
  display: list-item;
  text-align: -webkit-match-parent;
  
}
.faq{
  padding: 0 0.5em 3em;
}

.faq_list ul li {
    padding: 30px;
    border-top: solid 1px #21d3f2;
    list-style-type: none;
}

.faq_list ul li:last-child {
    border-bottom: solid 1px #21d3f2;
}

/*リスト内部*/

.faq_list dl dt,
.faq_list dl dd {
    display: flex;
    justify-content: space-between;
}

.faq_list dl dt {
    margin-bottom: 15px;
}

.faq_list dl dt .txt {
    font-size: 110%;
    font-weight: bold;
}

.faq_list dl i {
    width: 35px;
    height: 35px;
    line-height: 0px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
}

.faq_list dl i.q::before {
    content: "Q";
}

.faq_list dl i.a::before {
    content: "A";
    color: #21d3f2;
}

.faq_list dl i.q {
    background: #21d3f2;
    font: inherit;
}

.faq_list dl i.a {
    background: #fff;
    font: inherit;
    border: 1px solid #21d3f2;
}

.faq_list dl .txt {
    width: 92%;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
}

.faq_list dl dd .txt {
    padding-top: 0px
}
/*
 *		class-name　案件ごとのコンテンツ内容　ここまで
 */
/*--------------------画像セクション--------------------*/
.image_section01 {
  background: url("../images/header_03.webp") center center no-repeat;
  height: 805px;
}
.image_section02 {
  background: url("../images/header_04.webp") center center no-repeat;
  height: 451px;
}
.no-webp .image_section01 {
  background: url("../images/header_03.png") center center no-repeat;
  height: 805px;
}
.no-webp .image_section02 {
  background: url("../images/header_04.png") center center no-repeat;
  height: 451px;
}
/*--------------------ここまで--------------------*/

/***	formの設定	***/
.form {
  margin: 0 auto;
  padding: 25px 1em;
  max-width: 750px;
  position: relative;
  background-image: url("../images/bg_form.webp");
  background-size: cover;
  background-position: center top;
  
}
.form2 {
  margin: 0 auto;
  padding: 25px 1em;
  max-width: 750px;
  position: relative;
  background-image: url("../images/bg_form.webp");
  background-size: cover;
  background-position: center top;
  
}

.form_title {
  padding-bottom: 1.5em;
}

.submit {
  margin: 0 auto;
  padding: 10px 0 40px;
  width: 920px;
  max-width: 96%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 1);
  background: #fff;
}
.submit .btn {
  display: block;
  margin: 25px auto 0;
  max-width: 96%;
}
.bps{
  padding: 1em;
}
.cp_title{
  padding: 3em 2.5em 1em;
  margin-top: -20%;


}
.deco {
  display: block;
  margin: 30px auto 0;
  margin-bottom: 20px;
  padding: 10px 6px 4px;
  width: 840px;
  max-width: 96%;
  height: 108px;
  border: 2px solid #333;
  background: #fff;
  color: #1698c7;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.deco::placeholder {
  color: #AAA;
}

.btn_hed{
color: #269D26;
font-size: 2.3rem;
font-weight: bold;
text-align: center;
position: absolute;
top: 50px;
right: 0;
left: 0;
margin: 0 auto;

z-index: 9999;
text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
              
animation-name: btn-animation;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-delay:0s;		/* アニメーションの開始時間指定 */

}


.btn {
  width: 100%;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  animation-name: btn-animation;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-delay:0s;		/* アニメーションの開始時間指定 */
}
.btn:hover {
  animation-duration: 0.8s;
}
.optin {
  font-size: 0.9em;
  padding: 0em;
  text-align: left;
  color: #fff;
}
/***	form設定ここまで	***/
/***	常時表示ボタン設定	***/
.flbtn {
  position: fixed;
  background-color: rgba(33, 211, 242, 0.7);
  padding: 1%;
  margin: auto 0 auto auto;
  right: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  border-radius: 20px 0 0 0;
  opacity: 0;
}

.flbtn figure {
  margin-bottom: 1em;
}

.flbtn figure:last-of-type {
  margin-bottom: 0;
}


@keyframes btn-animation {
  0% {
    transform: translateY(0em);
  }
  40% {
    transform: translateY(0em);
  }
  50% {
    transform: translateY(-0.8em);
  }
  60% {
    transform: translateY(0em);
  }
  100% {
    transform: translateY(0em);
  }
}
/* テキストのアニメーション(透過率変更) */
@keyframes blinkOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* .text-opacity {
  animation: blinkOpacity 1s ease-in-out infinite alternate;
} */
@media screen and (max-width: 1023px) { /***	幅1023px以下に適用：ipad proなどの1024pxのものはPC表示と同一	***/

  /* 文字サイズを小さくする場合 */

   body{
    font-size: 100%;
  } 


  /***	ヘッダー画像	***/
  
  h2 {
    padding: 1.5em 1em;
  }

  h3{
    margin: 0 auto;
    text-align: center;
    padding: 0.5em 0;
    font-size: 1.2em;
    color: #fff;
    width: 100%;
  
    }
  footer {
    padding-bottom: calc((220 / 900) * 96vw + 7rem);
  }

 
/***　ボックスモデル設定　***/

.bg_white1000{
  background: #FFFFFF;
  width: 96%;
  margin: 0 auto;
}

.text {
  width: 100%;
  margin: 0 auto;
  padding-left: 0.7em;
  padding-right: 0.7em;

}
.text p{
  padding: 0.5em 0.7em;
 }

.container{
  width: 100%;
  margin: 0 auto;
  }

  .container_750{
    width: 100%;
    margin: 0 auto;
    }

/***　中央揃え　***/
.center{
  text-align: center;
}

/* 白背景 */
.white_box{
  background-color: #fff;
  width: 100%;
  margin: 0em auto;
  padding: 2em 0.3em 0em;
  border-radius: 10px 10px 0 0;

}
.white_box_prf{
  background-color: #fff;
  width: 100%;
  margin: 0em auto 0;
  padding: 0em 1em 0em;

}
.white_box_form{
  background-color: #fff;
  width: 100%;
  margin: 0em auto;
  padding: 2em 0.2em;

}
/***　ボックスモデル設定ここまで　***/

 /* 動画埋め込み設定 */
.movie {
  width: 100%; /* 任意の横幅を指定 */
  height: auto;
  aspect-ratio: 16/9;
}




  /***	テキスト装飾設定	***/
  .xlarge {
    font-size: 125%;
  }
  .xxlarge {
    font-size: 150%;
  }
  /***	PC・スマホ改行設定	***/
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
/*--------------------------------------------------
 *		class-name　案件ごとのコンテンツ内容
 --------------------------------------------------*/

 .content_movie{
  width: 100%;
  padding: 0 0rem;
 }

.content_movie_outer{
  padding: 0 0.3em;
}

  .content_image01 img{
    margin-bottom: 1.5em;
    padding: 0 0.5em;
   }
   .content_image01 img:last-child{
    margin-bottom: 0;
    padding-bottom: 1.5em;
   }

   .list_contents{
    border: 2px solid #101010;
    margin: 0 1em;
    border-radius: 10px;
    background-color: #FFFFFF;
  }

  .check {
    padding: 0.5em;
  }
  .check .check_box img {
    width: 20px;
    height: 17px;
    margin-right: 0.5em;
  }
  .check .check_box p {  
    font-size: 100%;
  }

  
  .profile_top{
    padding: 1em 0.5em 0.5em;
  }
  
  .profile {
    width: 100%;
    padding: 0em 1em 1.5em;
  }
  .text {
    width: 95%;
    margin: 0 auto;
  }
  .text_prf{
    width: 100%;
  }


  .faq_list dl i {
    width: 25px;
    height: 25px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
  }
 
  .load-more-button {
    padding: 10px 8rem;
    background-color: #00509e;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 1rem;
    color: #fff;
  }
  /*--------------------スマホ用画像セクション--------------------*/
  .image_section01 {
    width: 100%;
    height: 0;
    padding-top: calc(855 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_04.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .image_section02 {
    width: 100%;
    height: 0;
    padding-top: calc(1001 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_05.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .no-webp .image_section01 {
    width: 100%;
    height: 0;
    padding-top: calc(855 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_04.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .no-webp .image_section02 {
    width: 100%;
    height: 0;
    padding-top: calc(1001 / 1000 * 100%);
    /*calc(画像の高さ / 画像の幅 * widthの値)*/
    background-image: url('../images/header_sp_05.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /*--------------------ここまで--------------------*/

/***	スマホ用見出しサイズ調整用	***/
.sp_50{
  width: 50%;
}
.sp_60{
  width: 60%;
}
.sp_70{
  width: 70%;
}
.sp_80{
  width: 80%;
}
.sp_85{
  width: 85%;
}
.sp_90{
  width: 90%;
}
.sp_95{
  width: 95%;
}
  /***	余白調整用設定	***/
.ptb_01{
  padding: 1em 0;
}
.ptb_02{
  padding: 2em 0;
}
.ptb_03{
  padding: 3em 0;
}
.ptb_04{
  padding: 4em 0;
}
.ptb_05{
  padding: 5em 0;
}
.pt_01{
  padding-top: 1em;
}
.pt_02{
  padding-top: 2em;
}
.pt_03{
  padding-top: 3em;
}
.pt_04{
  padding-top: 4em;
}
.pt_05{
  padding-top: 5em;
}

.pb_01{
  padding-bottom: 1em;
}
.pb_02{
  padding-bottom: 2em;
}
.pb_03{
  padding-bottom: 3em;
}
.pb_04{
  padding-bottom: 4em;
}
.pb_05{
  padding-bottom: 5em;
}



  /**formの設定 */
  .btn_hed{
    color: #269D26;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 33px;
    right: 0;
    left: 0;
    margin: 0 auto;
    
    z-index: 9999;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
                  -1px 1px 0 #FFF, 1px -1px 0 #FFF,
                  0px 1px 0 #FFF,  0-1px 0 #FFF,
                  -1px 0 0 #FFF, 1px 0 0 #FFF;
                  
    animation-name: btn-animation;
      animation-iteration-count: infinite;
      animation-duration: 3s;
      animation-delay:0s;		/* アニメーションの開始時間指定 */
    
    }
    .optin {
      padding: 0em;
    }

  .form {
    padding: 2em 1em;
    /* padding: 1em 0.5em; */
  }
  .form2 {
    padding: 0.5em 0.5em 1em;
  }
  .form_title {
    padding: 1.5em;
  }
  .bps{
    /* padding-left: 1.5em;
    padding-right: 1.5em; */
    /* position: relative;
    bottom: 11em; */
  }
  .submit {
    padding: 1.5vw;
  }
  .deco {
    margin: 0.5em auto;
    padding: 1% 1.5vw;
    height: 3.5em;
    font-size: 1em;
  }
  .submit .btn {
    margin-top: 4%;
  }
  .flbtn {
    width: 100%;  /* スマホでは画面幅いっぱいに */
    border-radius: 0;  /* 角丸をなくす */
    padding: 15px;  /* パーセント指定ではなく固定値に */
    z-index: 100;
  }

  .flbtn figure {
    width: 100%;

  }

}
@media screen and (max-width: 599px) { /***	幅599px以下に適用：スマホ	***/
}
/*
 *		特商法
 */
.page_laws #wrapper {
  margin: 0 auto 2em;
  padding: 3em;
  width: 800px;
  background: #fff;
  max-width: 100%;
  font-size: 75%;
}
.page_laws #wrapper h2 {
  margin: 0 auto;
  font-size: 2em;
  text-align: center;
}
.page_laws #wrapper h3 {
  margin-top: 2em;
  font-size: 1.25em;
  padding: 0.5em 0;
  text-align: left;
  border-top: none;
  border-bottom: none;
  color:#333;
  width: 100%;
}
.page_laws #wrapper h4 {
  margin-top: 2em;
}


.page_laws table {
  margin: 1.5em auto;
  border-collapse: separate;
  border-spacing: 1px;
  background: #ccc;
}
.page_laws th {
  padding: 0.5em;
  width: 28%;
  border-top: 1px solid #fff;
  background-color: #EBEBEB;
}
.page_laws td {
  padding: 0.5em;
  font-size: 0.8em;
  background-color: #FFFFFF;
}

/* フォーム */
/* ============================================ */

.c-form {
  
	margin: 0 auto;
  background-color: #fff;
}
.c-form__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 20px;
	flex-direction: column;
}
.c-form__label,
.c-form__input {
	padding: 10px;
}
.c-form__label {
	width: 90%;
}
.c-form__input {
	width: 100%;
	font-size: 24px;
	border: solid 2px #c8c8c8;
	border-radius: 4px;
	padding: 20px 0 20px 10px;
}
.c-form__input:focus-visible {
	outline:#1a238f auto 1px;
}
.c-form__required {
	color: #fff;
    background-color: #de0000;
    border-radius: 4px;
    padding: 5px 5px;
    margin: 0 0 0 18px;
    font-size: 14px;
}
textarea.c-form__input {
	height: 160px;
}
.c-form__submit {
	text-align: center;
}
.c-form__submit button {
    font-weight: bold;
    color: #fff;
    background-color: #f66501;
    border: solid 1px #f66501;
    border-radius: 4px;
    padding: 25px 32px;
    transition: 0.4s;
    cursor: pointer;
    width: 300px;
    font-size: 24px;
}

.c-form__submit button:hover {
	color: #ca5507;
	background-color: transparent;
}



.form_wrap{
	font-size: 24px;
  padding: 1em 1em 2em;
}


.form_title{
	font-weight: 700;
    padding-left: 0;
	margin-bottom: 5px;
}

.form_item_last{
	margin-bottom: 40px;
}

    .c-form__radio-group {
      display: flex;
      gap: 20px;
      margin-top: 10px;
    }

    .custom-radio {
      display: flex;
      align-items: center;
      position: relative;
      padding-left: 35px;
      cursor: pointer;
      font-size: 16px;
      user-select: none;
    }

    .custom-radio input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }

    .radio-mark {
      position: absolute;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #fff;
      border: 2px solid #dee2e6;
      border-radius: 50%;
      transition: all 0.2s ease;
    }

    .custom-radio:hover input ~ .radio-mark {
      background-color: #f8f9fa;
    }

    .custom-radio input:checked ~ .radio-mark {
      background-color: #fff;
      border-color: #007bff;
    }

    .radio-mark:after {
      content: "";
      position: absolute;
      display: none;
      top: 50%;
      left: 50%;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #007bff;
      transform: translate(-50%, -50%);
    }

    .custom-radio input:checked ~ .radio-mark:after {
      display: block;
    }

    .radio-label {
      color: #2c3e50;
      font-weight: 500;
      font-size: 24px;
    }
 .consent-box {
      background: #f8f9fa;
      border: 1px solid #e9ecef;
      border-radius: 8px;
      padding: 20px;
      margin: 20px 0;
    }
    
    .consent-title {
      color: #2c3e50;
      font-size: 18px;
      margin-bottom: 15px;
      padding-bottom: 10px;
      border-bottom: 2px solid #e9ecef;
    }
    
    .consent-text {
      font-size: 14px;
      line-height: 1.6;
      color: #495057;
    }
    
    .consent-text p {
      margin-bottom: 15px;
    }
    
    .consent-checkbox {
      margin-top: 20px;
      padding-top: 15px;
      border-top: 1px solid #e9ecef;
    }
    
    .custom-checkbox {
      display: flex;
      align-items: center;
      position: relative;
      padding-left: 35px;
      cursor: pointer;
      font-size: 16px;
      user-select: none;
    }
    
    .custom-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }
    
    .checkmark {
      position: absolute;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #fff;
      border: 2px solid #dee2e6;
      border-radius: 4px;
      transition: all 0.2s ease;
    }
    
    .custom-checkbox:hover input ~ .checkmark {
      background-color: #f8f9fa;
    }
    
    .custom-checkbox input:checked ~ .checkmark {
      background-color: #007bff;
      border-color: #007bff;
    }
    
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }
    
    .custom-checkbox input:checked ~ .checkmark:after {
      display: block;
    }
    
    .checkbox-label {
      color: #2c3e50;
      font-weight: 600;
    }

@media screen and (max-width: 700px) {

.form_wrap {
	margin: 0px 0 0px;
	font-size: 18px;
}
	

.c-form {
    max-width: 90%;
}
	
.c-form__submit button {
    padding: 20px 30px;
    width: 300px;
    font-size: 20px;
}
	
.swiper-button-prev, .swiper-button-next {
    width: 20px;
    height: 20px;
}
	

	
.form_item_last {
	margin-bottom: 5vw;
}
	
.cta_btn_r p:first-child{
	margin-bottom: 10px;
}
	
.swiper-container {	
    padding: 20px 0px 0px;
}
	
	
}

@media screen and (max-width: 500px) {

.form_wrap {
	margin: 0px 0 0px;
	font-size: 18px;
}
	

	
.cta {
    padding: 10px;
    margin-bottom: 20px;
	line-height: 0;
}
	
.cta_btn_l {
    margin-right: 10px;
}
	
.c-form__input {
    font-size: 20px;
	padding: 15px 0 15px 10px;
}	
	
.form_item_last {
    margin-bottom: 30px;
}
	
.cta_btn_r p:first-child{
	margin-bottom: 8px;
}
	   .radio-label {
      color: #2c3e50;
      font-weight: 500;
      font-size: 20px;
    }
	
	
}


/* フォーム ここまで */
/* ============================================ */
