@charset "utf-8";

body {
  /***	フォント関連設定	***/
  font-family: "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    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;
}

/***	ヘッダーメニュー	***/
.site-header {
  position: relative;
}

.header-nav {
  background: #fff;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  z-index: 1000;
  padding: 15px 0;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header-logo {
  flex-shrink: 0;
}

.header-logo img {
  height: 40px;
  width: auto;
  margin: 0;
}

.header-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
  align-items: center;
}

.header-menu li {
  margin: 0;
}

.header-menu li.sp-contact {
  display: none;
}

.header-menu a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.3s;
  display: block;
}

.header-menu a:hover {
  color: #00a8b5;
}

.header-contact {
  flex-shrink: 0;
}

.contact-btn {
  background: #ee7b31;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
  display: inline-block;
}

.contact-btn:hover {
  background: #d66a1f;
  color: #fff;
  transform: translateX(2px);
}

.contact-btn .free-text {
  color: #fefe40;
}

.contact-btn .arrow-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-left: 8px;
  vertical-align: middle;
  transition: transform 0.3s;
}

.contact-btn:hover .arrow-icon {
  transform: translateX(3px);
}

.hamburger-menu {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  gap: 5px;
}

.hamburger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background: #333;
  transition: all 0.3s;
  border-radius: 3px;
}

.hamburger-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/***	ヘッダー画像	***/
h1 {
  background: url("../images/header_01.webp") no-repeat top center;
  position: relative;
  z-index: 1;
}

h2 {
  margin: 0 auto;
  text-align: center;
  padding: 3em 0;
}

h2 img {
  padding: 0 2em;
  max-width: 650px;
}

h3 {
  padding: 2em 0em 0.5em;

}

.h4 {
  border-left: #00A8B5 solid 5px;
  padding-left: 0.5em;
  color: #323232;
  margin-bottom: 0.5em;
  font-weight: bold;
}

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_problem {
  background-image: url("../images/bg_problem.webp");
  background-size: top;
  background-position: center;
}

.bg_problem_b {
  background-image: url("../images/bg_problem_bottom.webp");
  background-size: auto;
  background-position: top;
}

.bg_reason {
  background-image: url("../images/bg_resason.webp");
  background-size: cover;
  background-position: top;
}

.bg_price {
  background-image: url("../images/bg_price.webp");
  background-size: cover;
  background-position: top;
}

.bg_qa {
  background-image: url("../images/bg_qa.webp");
  background-size: cover;
  background-position: top;
}

.bg_voice {
  background-image: url("../images/bg_voice.webp");
  background-size: cover;
  background-position: top;
}

.bg_profile {
  background-image: url("../images/bg_profile.webp");
  background-size: cover;
  background-position: top;
}


.bg_white {
  background: #FFFFFF;
}

.bg_gray {
  background: #CECECE;
}

.bg_white1000 {
  background: #FFFFFF;
  width: 1000px;
  margin: 0 auto;
}

.bg_blue {
  background: #E5F0F8;
}

.bg_blue3 {
  background: #f0fcfd;
}

.bg_blue2 {
  background: #003665;
}

.bg_navy {
  background: #000436;
}

.bg_gold {
  background: #d9a21b;
}

.bg_green {
  background: #00a8b5;
}

/*---	背景ここまで---*/

/* フッター設定 */
footer {
  margin: 0 auto;
  padding: 1em 0;
  background: #00a8b5;
  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: #D3386C;
}

.white {
  color: #FFFFFF;
}

.yellow {
  color: #fefe40;
}

.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;
}

.form_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;
  max-width: 1000px;
  border-radius: 10px;
  margin: 0em auto 0em;
  padding: 2em 1em;
}

.white_box2 {
  background-color: #fff;
  width: 900px;
  border-radius: 10px;
  margin: 0em auto 2em;
  padding: 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;
}

.slots-circle {
  font-size: 150%;
}

/***　ボックス設定ここまで　***/
/* --------------------------------------------------
案件ごとのコンテンツ内容
----------------------------------------------------- */
.bg_problem {
  position: relative;
  /* 親要素に相対位置を設定 */
}

.arrow {
  position: absolute;
  /* 絶対位置指定 */
  bottom: -50px;
  /* 下端からの位置調整（必要に応じて調整） */
  left: 50%;
  /* 中央配置 */
  transform: translateX(-50%);
  /* 中央配置の微調整 */
  z-index: 1;
  /* 重なり順の指定 */
  animation: float 2s ease-in-out infinite;
  /* アニメーションを追加 */
}

/* ふわふわ動くアニメーションを定義 */
@keyframes float {
  0% {
    transform: translateX(-50%) translateY(0px);
  }

  50% {
    transform: translateX(-50%) translateY(-15px);
  }

  100% {
    transform: translateX(-50%) translateY(0px);
  }
}

.shadow {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
}

.content01_title {
  padding: 5em 0em 1.5em;
}

.content01 {
  padding: 0 0em 0em;
}

.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;
}

.content_flow {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 3em;
}

.problem {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0.5em 5em;
}

.problem_bottom {
  max-width: 750px;
  margin: 0 auto;
  padding: 5em 0.5em 2em;
}

.voice_frame {
  width: 850px;
  margin: 0 auto 60px auto;
  padding: 10px;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}

.voice {
  margin: 0;
  padding: 30px 75px 20px 75px;
}

.voice_head {
  margin: 0 auto;
  padding: 0 0 0.5em 0;
  text-align: center;
  width: 160px;
}

.voice_head img {
  width: 240px;
}

.voice_title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bolder;
  line-height: 150%;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
  border-bottom: 1px #333 solid;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

.voice_name {
  margin: 15px 0 30px 0;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 1px;
  color: #333;
  background: #f3f0e9;
  text-align: center;
}

.voice_pict {
  width: 150px;
  margin: 0 0 0px 16px;
  padding: 0;
  float: right;
}

.voice_pict img {
  width: 100%;
  border-radius: 10px;
}

.voice_text {
  width: 690px;
}

.voice_text p {
  padding: 0.5em 0;
}

.voice_outer_sp {
  padding-bottom: 1rem;
}

.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: #00a8b5;
  font: inherit;
}

.faq_list dl i.a {
  background: #d3386c;
  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
}

.profile {
  max-width: 750px;
  margin: 0 auto;
  padding: 0em 0 3em;
}

.profile_img {
  width: 650px;
  padding: 0 0 1em 0;
  margin: 0 auto;
}

.profile_text_outer {
  width: 650px;
  border-top: #d2d2d2 solid 1px;
  margin: 0 auto;
}

.profile_text {
  width: 650px;
  padding: 1em 0;
  font-size: 0.8em;
  margin: 0 auto;
}

.profile_text p {
  padding: 0em 0.3em;
}

.splide {
  padding: 2.5em 0;
  width: 100vw;

}

.splide__slide img {
  width: 200px;
  height: auto;
  object-fit: cover;
  display: block;
}


.list {
  width: 950px;
  margin: 2em auto 0;
  padding-bottom: 3em;
}

.list_dt {}

.list dl {
  background-color: #f5f5f5;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 24px 0 rgb(0 90 255 / 15%);
}

.list dl:nth-child(n+2) {
  margin-top: 80px;
}

/*dt*/

.list dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}

.list dl dt .num {
  width: 100px;
  box-sizing: border-box;
  margin-top: -70px;

}

.list dl dt .hr {
  width: 2px;
  height: 90px;
  background: #000;
  margin-left: 1em;
}

.list dl dt h4 {
  width: 50%;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
}

/*dd*/

.list dl dd {
  /* display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  margin-top: 40px; */
}

.list dl dd .img {
  width: 360px;
  float: right;
  margin-left: 2em;
  padding-bottom: 0.2em;
}

.list dl dd p {
  width: 100%;
  padding-right: 0.5em;
  padding-bottom: 1rem;
  /* width: 60%;
  width: -webkit-calc(100% - 400px);
  width: calc(100% - 400px); */

}

.list dl dd img.txt {
  width: 72%;
}

.float {
  padding: 1rem 0 1rem;
  border-top: 3px dotted #cdcccc;
}

.sec_flow {
  padding: 0;
}

.sec_flow .inner {
  max-width: 750px;
  margin: 0 auto;
  padding: 20px 20px 0;
}

.flow_item {
  margin-bottom: 60px;
  position: relative;
}

.flow_item:not(:last-child):after {
  content: '';
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #00a8b5;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.step {
  background: #00a8b5;
  color: #fff;
  font-weight: bold;
  padding: 8px 30px;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 18px;
  border-radius: 3px;
}

.flow_content {
  background: #fff;
  border: 1px solid #eee;
  padding: 40px 30px 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.flow_text {
  flex: 1;
  padding-right: 30px;
}

.flow_text h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

.flow_description {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

.flow_image {
  width: 40%;
}

.flow_image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.thanks {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0.5em 3em;
  text-align: center;
}

/*
 *		class-name　案件ごとのコンテンツ内容　ここまで
 */

/*--------------------画像セクション--------------------*/
.image_section01 {
  background: url("../images/header2_01.webp") center center no-repeat;
}

.image_section02 {
  background: url("../images/header2_02.webp") center center no-repeat;
}

.image_section03 {
  background: url("../images/header2_02.webp") 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: 24px 0 50px;
  background: #00a8b5;
}

.form_title {
  padding-bottom: 0em;
  font-size: 200%;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

.form_title_flb {
  font-size: 85%;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

.submit {
  margin: 0 auto;
  padding: 0px 0 0px;
  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; */
}

.reflection {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  width: 698px;
  height: 138px;
  margin: 0 auto;
}

.reflection:after {
  content: "";
  height: 100%;
  width: 50px;
  /* 反射の幅を調整 */
  position: absolute;
  top: -200px;
  /* 反射の初期位置を調整 */
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.btn:hover {
  animation-duration: 0.8s;
  opacity: 0.8;
}

.optin {
  font-size: 1.3em;
  padding: 0.5em 0 0;
  text-align: center;
  color: #fff;
  ;
}

/***	form設定ここまで	***/

.flbtn {
  position: fixed;
  background-color: rgba(0, 168, 181, 0.7);
  padding: 0.8%;
  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: 0.5em;
}

.flbtn figure:last-of-type {
  margin-bottom: 0;
}

/***	余白調整用設定	***/

.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%;

  }

  /***	ヘッダーメニュー（スマホ）	***/
  .site-header {
    position: relative;
  }

  .header-nav {
    padding: 10px 0;
    position: relative;
  }

  .header-container {
    padding: 0 15px;
  }

  .header-logo img {
    height: 35px;
  }

  .header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    gap: 0;
    padding: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    align-items: stretch;
    z-index: 1000;
  }

  .header-menu.active {
    max-height: 500px;
    padding: 20px 0;
  }

  .header-menu li {
    border-bottom: 1px solid #eee;
  }

  .header-menu li:last-child {
    border-bottom: none;
  }

  .header-menu a {
    padding: 15px 20px;
    display: block;
    text-align: center;
  }

  .header-contact {
    display: none;
  }

  .header-menu li.sp-contact {
    display: block;
    border-top: 2px solid #ee7b31;
    margin-top: 10px;
    border-bottom: none;
  }

  .header-menu li.sp-contact a {
    background: #ee7b31;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
  }

  .header-menu li.sp-contact a .free-text {
    color: #fefe40;
  }

  .header-menu li.sp-contact a .arrow-icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-left: 8px;
    vertical-align: middle;
  }

  .hamburger-menu {
    display: flex;
  }

  /***	ヘッダー画像	***/
  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: 32px;
  }

  /* --------------------------------------------------
案件ごとの設定
------------------------------------------------z----- */

  .splide__slide {
    width: 50%;
  }

  .content01_title {
    padding: 5em 0em 1.5em;
  }

  .content01 {
    padding: 0 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;
  }

  .problem {
    padding: 0 0.5em 3em;
  }

  .problem_bottom {
    padding: 3em 0.5em 2em;
  }

  .arrow {
    position: absolute;
    /* 絶対位置指定 */
    bottom: -36px;
    /* 下端からの位置調整（必要に応じて調整） */
    left: 50%;
    /* 中央配置 */
    transform: translateX(-50%);
    /* 中央配置の微調整 */
    z-index: 1;
    /* 重なり順の指定 */
    width: 32%;
  }

  .voice_outer_sp {
    padding: 0 0.5em 1em;
  }

  .voice_frame {
    width: 100%;
    margin: 0 auto 45px auto;
    padding: 10px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .voice {
    margin: 0;
    padding: 1em 0em;
    text-align: left;
  }

  .voice .text {
    text-align: left;
  }

  .voice_head {
    text-align: center;
    width: 100%;
  }

  .voice_head img {
    width: 30%;
  }

  .voice_title {
    margin: 0 0 1em;
    padding: 0 0em 1em;
    font-size: 130%;
    font-weight: bold;
    line-height: 150%;
  }

  .voice_name {
    margin: 10px 0 30px 0;
    padding: 10px 10px 10px 15px;
    font-size: 90%;
    line-height: 150%;
    color: #333;
    background: #f3f0e9;

  }

  .voice_pict {
    width: 280px;
    margin: 0 auto 0.5em;
    padding: 0;
    text-align: center;
    float: none;
  }

  .voice_pict img {
    width: 60%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }

  .voice_text {
    width: 100%;
  }

  .voice_text p {
    padding: 0.5em 0;
  }

  .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%;
  }

  .profile {
    max-width: 750px;
    margin: 0 auto;
    padding: 0em 0 1em;
  }

  .profile_img {
    width: 45%;
    padding: 0 0rem 1em 0;

    margin: 0 auto;
  }

  .profile_text_outer {
    width: 100%;
    border-top: #d2d2d2 solid 1px;
  }

  .profile_text {
    width: 100%;
    padding: 1em 0;
    font-size: 1em;

  }

  .content_flow {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 1em 3em;
  }

  .content_image01 {
    width: 100%;
  }

  /*---------------------
* 理由のリスト
---------------------*/


  .list {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 3em;
  }

  .list dl {
    background-color: #f5f5f5;
    background: #fff;
    padding: 1rem 1rem 1rem;
    border-radius: 15px;
    box-shadow: 0 0 24px 0 rgb(0 90 255 / 15%);
  }

  .list dl:nth-child(n+2) {
    margin-top: 40px;
  }

  /*dt*/

  .list dl dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 0;
  }

  .list dl dt .num {
    width: 70px;
    box-sizing: border-box;
    margin-top: -40px;
  }

  .list dl dt .hr {
    display: none;
  }

  .list dl dt h4 {
    width: 50%;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    box-sizing: border-box;
    font-size: 120%;
    margin-left: 1rem;
    line-height: 1.4;
  }

  /*dd*/

  .list dl dd {
    display: flex;
    flex-direction: column;
    margin-top: 20px;

  }

  .list dl dd .img {
    width: 96%;
    float: none;
    margin: 0 auto;
  }

  .list dl dd p {
    padding-top: 0.5em;
    width: 100%;


  }

  .list dl dd img.txt {
    width: 72%;
  }

  .flow_content {
    flex-direction: column;
    padding: 30px 20px 20px;
  }

  .flow_text {
    padding-right: 0;
    padding-bottom: 20px;
    text-align: center;
  }

  .flow_image {
    width: 100%;
  }

  .step {
    font-size: 16px;
    padding: 6px 20px;
  }

  .reflection {
    width: 100%;
    /* 親要素の幅に合わせる */
    height: auto;
    /* 高さを自動調整 */
    border-radius: 8px;
  }

  .reflection img {
    width: 100%;
    /* 画像を親要素の幅に合わせる */
    height: auto;
    /* 高さを自動調整 */

  }

  .reflection:after {
    top: -100px;
    /* 反射の初期位置を調整 */
  }

  /* 案件ごとの設定ここまで */


  /* --------------------------------------------------
ボックス設定
----------------------------------------------------- */

  .content {
    width: 100%;
    padding: 0 0.5em 1.5em;
  }

  .form_content {
    width: 100%;
    padding: 0 0.5em 2.5em;
  }

  .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 2.5em;
    padding: 2em 0.5em;
  }

  .white_box2 {
    background-color: #fff;
    width: 96%;
    margin: 0em auto 2.5em;
    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: 0em 0.1em 1.5em;
  }

  .form_title {
    padding-bottom: 0em;
    font-size: 150%;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    text-align: center;
  }

  .form_title_flb {
    font-size: 130%;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    text-align: center;
  }

  .submit {
    padding: 1.5vw;
  }

  .deco {
    margin: 1.5vw auto;
    padding: 1% 1.5vw;
    height: 4em;
    font-size: 1em;
  }

  .submit .btn {}

  .optin {
    font-size: 1.2em;
    padding: 0.5em 0 0;
    text-align: center;
    color: #fff;
    ;
  }

  .flbtn {
    width: 100%;
    /* スマホでは画面幅いっぱいに */
    border-radius: 0;
    /* 角丸をなくす */
    padding: 0px 15px 16px;
    /* パーセント指定ではなく固定値に */
    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;
}

.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;
}


.contact-form {
  max-width: 750px;
  margin: 0 auto;
  padding: 0px 0px 4rem;
}

.form-container {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.formTable {
  width: 100%;
  border-collapse: collapse;
}

.formTable th {
  width: 30%;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  color: #333;
  position: relative;
  /* 追加: 必須マークの位置決めのため */
}

.required {
  background: #00a8b5;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}

.formTable td {
  padding: 20px;
}

.formTable input[type="text"],
.formTable input[type="email"],
.formTable input[type="tel"],
.formTable textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

.formTable textarea {
  resize: vertical;
  min-height: 120px;
}



.submit-container {
  text-align: center;
  margin-top: 30px;
}

.submit-btn {
  background: #EB6931;
  color: white;
  padding: 15px 60px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #ff9b70;
}

@media screen and (max-width: 768px) {

  .formTable th,
  .formTable td {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .formTable th {
    background: #fff;
    padding: 10px;
  }

  .contact-form {
    max-width: 750px;
    margin: 0 auto;
    padding: 0px 0.4rem 2.5rem;
  }
}