@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;
  /***	背景＆文字色設定	***/
  background: #f5f5f5;
  color: #222;
  font-feature-settings: "palt";
  text-align: justify;
}
/***	ヘッダー画像	***/
h1 {
  background: url("../images/header_01.png") no-repeat top center;
}

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

h2 img {
  padding: 0 2em;
  max-width: 800px;
}

h3{
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 1.5em 0;
}
.h3{
  text-align: center;
  font-weight: bold;
  font-size: 1.7em;
  color: #870306;
}
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.webp") center center repeat-y;
}
/*背景を重ねた時用*/
.wrapper {
  margin: 0 auto;
  background: url("../images/bg_wrapper1000.webp") center center repeat-y;
}
.bg {
  background-image: url("../images/bg.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.bg_reason {
  background-image: url("../images/bg_reason.jpg");
  background-position: center;
}
.bg_dot {
  background-image: url("../images/bg_content02.jpg");
  background-position: center;
 background-repeat: repeat;
}
.bg_benefit {
  background-image: url("../images/bg_benefit02.webp");
  background-position: top;
 background-repeat: repeat;
}

.bg_white{
  background: #FFFFFF;
}
.bg_black{
  background: #000;
}
.bg_gray{
  background: #CECECE;
}
.bg_white1000{
  background: #FFFFFF;
  width: 1000px;
  margin: 0 auto;
}
.bg_blue{
  background: #E5F0F8;
}
.bg_blue2{
  background: #003665;
}
.bg_navy{
  background: #000436;
}
.bg_gold{
  background: #d9a21b;
}
.bg_beige{
  background: #fbf3f0;
}
.bg_beige2{
  background: #fef9f0;
}

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

/* フッター設定 */
footer {
  margin: 0 auto;
  padding: 1em 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 75%;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  color: #fff;
}
address {
  font-style: normal;
}

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

 .movie{
  width: 800px;
  height: 450px;
}
/* --------------------------------------------------
テキスト装飾
----------------------------------------------------- */
.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;
}
.pink{
  color: #e72444;
}
.white{
  color: #FFFFFF;
}
.gold{
  color: #967725;
}
.underline {
  background: linear-gradient(transparent 70%, yellow 70%);
}
.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;
}
/***	テキスト装飾設定ここまで	***/

/* --------------------------------------------------
ボックス設定
----------------------------------------------------- */

.content{
  margin: 0 auto;
  padding-bottom: 3em;
  max-width: 750px;
}
.content_inner{
  padding-bottom:2em;
}
.content_inner:last-child{
  padding-bottom:0em;
}

.text {
  width: 800px;
  margin: 0 auto;
}
.text_voice{
  width: 800px;
  margin: 0 auto;
}
/* 行間設定 */
.text p{
  padding: 0.5em 0;
 }
.text_voice p{
  padding: 0.5em 0;
 }

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

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

/* 白背景 */
.white_box{
  background-color: #fff;
  width: 750px;
  border-radius: 10px;
  margin: 0em auto 0em;
  padding: 3em 3.5em;
}
.white_box2{
  background-color: #fff;
  max-width: 750px;
  border-radius: 10px;
  margin: 0em auto;
  padding: 2em 2em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/***	画像右寄せ設定（フロート）	***/
.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;
}

/***　ボックス設定ここまで　***/
/* --------------------------------------------------
案件ごとのコンテンツ内容
----------------------------------------------------- */
.content01_title{
  padding: 5em 0em 1.5em;
 }
.content01{
  padding: 3em 0em;
  max-width: 750px;
  margin: 0 auto;
}
.content02_title{
  padding: 5em 0em 1.5em;
 }
.content02{
  padding: 0 0em 0em;
}
.content02_img{
  padding: 1.5em 0;
  width: 60%;
}
.content02_last{
  padding: 0 0 0 1em;
}
.content03_title{
  padding: 3em 0em 2.3em;
 }
.content03{
  max-width: 750px;
  margin: 0 auto;
  padding: 1em 0 5em;
}



.content_image01 img{
  max-width: 750px;
  margin: 0 auto 2.5em;
  padding: 0 0.5em;
 }
 .content_image01 img:last-child{
  margin-bottom: 0;
  padding-bottom: 3em;
 }
.roadmap_title{
  margin: 0 auto;
  text-align: center;
  padding: 3em 0;
}

.triangle_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #000; /* 色は必要に応じて変更してください */
}

.voice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px 3em;
  align-items: flex-start; /* 追加：上揃えにする */
}

.voice-grid img {
  width: calc(50% - 10px); /* gap分を考慮して調整 */
}
.voice_after{
  padding: 3em 0;
  max-width: 750px;
  margin: 0 auto;
}
.price_caption{
  margin-top: -1rem;
}
.price_caption p{
  font-size: 0.9rem;
}

.faq{
  width: 900px;
  padding: 0 0.5em 3em;
  margin: 0 auto;


}

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

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

/*リスト内部*/

.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";
}

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

.faq_list dl i.a {
    background: #870306;
    font: inherit;
}

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

.faq_list dl dd .txt {
    padding-top: 0px
}
.shadow {
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));
}
.prf_text p{
  padding-top: 0.5em;

}
.prf_text{
  max-width: 700px;
  margin: 0 auto;
  padding-top: 1em;

}
.prf_inner{
  background-color: #f5f5f5;
  padding: 1em 0;
  max-width: 700px;
  margin: 1em auto 0;
}
.prf_inner p{
  text-align: center;
}
.prf_outer{
  padding-bottom: 3em;
}
/*
 *		class-name　案件ごとのコンテンツ内容　ここまで
 */
 
 /*--------------------画像セクション--------------------*/
.image_section01 {
  background: url("../images/header2_01.png") center center no-repeat;
}
.image_section02 {
  background: url("../images/header2_02.png") center center no-repeat;
}
.image_section03 {
  background: url("../images/header2_02.png") center center no-repeat;
}

/*--------------------ここまで--------------------*/








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

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


/***	formの設定	***/
.form {
  margin: 0 auto;
  padding: 50px 0;
}
.form2 {
  margin: 0 auto;
  padding: 50px 0;
  background-color: #010101;
}
.form_title {
  padding-bottom: 1.5em;
}
.submit {
  margin: 0 auto;
  padding: 10px 0 40px;
  width: 920px;
  max-width: 96%;
}
.submit .btn {
  display: block;
  margin: 25px auto 0;
  max-width: 96%;
}
.deco {
  display: block;
  margin: 30px auto 0;
  margin-bottom: 20px;
  padding: 10px 6px 4px;
  width: 840px;
  max-width: 96%;
  height: 108px;
  border: 4px solid #1897c6;
  background: #fff;
  color: #1698c7;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.deco::placeholder {
  color: #AAA;
}
.btn {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
  /* animation-name: btn-animation;
  animation-iteration-count: infinite;
  animation-duration: 2s; */
}
.btn:hover {
  animation-duration: 0.8s;
  opacity: 0.8;
}
.optin {
  font-size: 0.9em;
  padding: 1.3em;
  text-align: center;
}
/***	form設定ここまで	***/
/***	常時表示ボタン設定	***/
.flbtn {
  position: fixed;
  z-index: 9999;
  display: block;
  opacity: 0;
  bottom: 1em;
  right: 0.5em;
  margin: 0 auto;
  width: 360px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.flbtn a {
  display: block;
  width: 336px;
  height: 81px;
  text-indent: -9999px;
  opacity: 0;
  opacity: 1;
  animation-name: btn-animation;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-delay: 0.6s;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}
@keyframes btn-animation {
  0% {
    transform: translateY(0.5em);
  }
  50% {
    transform: translateY(-0.5em);
  }
  100% {
    transform: translateY(0.5em);
  }
}

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

.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;
}

@media screen and (max-width: 1023px) { /***	幅1023px以下に適用：ipad proなどの1024pxのものはPC表示と同一	***/

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

  body{
    font-size: 100%;

  }
  /***	ヘッダー画像	***/
  h1 {
    background: #fff;;
    background-image:none;
  }
  
  h2 {
    padding: 2.5em 0em;
  }
  h2 img {
    padding-left: 1.5em;
    padding-right: 1.5em;
    width: 100%;
  }
  h3{
    margin: 0 auto;
    text-align: center;
    padding: 0.5em 0;
    font-size: 1.2em;
  
    }
  footer {
    padding-bottom: 1.5em;
  }

    /* --------------------------------------------------
案件ごとの設定
----------------------------------------------------- */
.triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #000; /* 色は必要に応じて変更してください */
}
.benefit_tri{
  width: 25%;
  margin: 0 auto;
}
.content01_title{
  padding: 5em 0em 1.5em;
 }
.content01{
  padding: 2em 1em 2.5em;

}
.content02_title{
  padding: 5em 0em 1.5em;
 }
.content02{
  padding: 0 0.5em;
}
.content02_img{
  width: 96%;
 }
.content02_last{
  padding: 0 0 0 1em;
}
.content03_title{
  padding: 3em 0em 2.3em;
 }
.content03{
  max-width: 750px;
  margin: 0 auto;
  padding: 1em 0 5em;
}
.roadmap_title{
  margin: 0 auto;
  text-align: center;
  padding: 3em 0.5em;
}
.voice_after{
  padding: 3em 0.5em;
}

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

 .voice-grid img {
  width: 100%;
}

.voice-grid img {
  height: auto;
}
.price_caption{
  margin-top: -0.5rem;
  padding-left: 0.3em;
  padding-right: 0.3em;
}
.faq{
  width: 100%;
}

.faq_list dl i {
  width: 29px;
  height: 29px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}
.prf_inner{
  padding: 1em 0;
width: 100%;
  margin: 1em auto 0;
}
.prf_inner p{
  font-size: 0.8em;
}
.prf_text{
  margin: 0 auto;
  padding-top: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;

}

  /* 案件ごとの設定ここまで */
 

  /* --------------------------------------------------
ボックス設定
----------------------------------------------------- */

.content{
  width: 100%;
  padding: 0 0.5em 0em;
}
.content_inner{
  padding-bottom:2em;
}
.content_inner:last-child{
  padding-bottom:0em;
}
.text {
  width: 100%;
  margin: 0 auto;
  padding-left: 0.3em;
  padding-right: 0.3em;

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

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

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

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

/***	フレックスボックス設定　	***/
.box {
  display: block;
}
.contents_box {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 2em 1em;
}

.box_flex img {
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
.box_pict {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: #EDEDED;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box_title {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  color: #f08631;
}

/***　ボックス設定ここまで　***/

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

  /***	テキスト装飾設定	***/
  .xlarge {
    font-size: 125%;
  }
  .xxlarge {
    font-size: 150%;
  }
  /***　中央揃え　***/
  .center{
  text-align: center;
}
  /***	PC・スマホ改行設定	***/
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }


  /*--------------------スマホ用画像セクション--------------------*/
  .image_section01,.image_section02,.image_section03,.image_section04
  ,.image_section05,.image_section06,.image_section07{
    background-image: none;
    background-color: #fff;
    height: auto;
  }
  
  /*--------------------ここまで--------------------*/

/***	スマホ用見出しサイズ調整用	***/
.sp_50{
  width: 50vw;
}
.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の設定 */
  .form {
    padding: 2em 0.1em;
  }
  .form2 {
    padding: 2em 0.1em;
  }
  .form_title {
    padding: 1.5em;
  }
  .submit {
    padding: 1.5vw;
  }
  .deco {
    margin: 1.5vw auto;
    padding: 1% 1.5vw;
    height: 4em;
    font-size: 1em;
  }
  .submit .btn {
    margin-top: 4%;
  }
  .flbtn {
    left: 1.5vw;
    bottom: 0.5em;
  }
  .flbtn a {
    width: 96vw;
    height: calc((180 / 840) * 100vw);
  }
}
@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;
}
.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;
}