@charset "UTF-8";

/*PC表示*/
.P {
  display: block !important;
}
/*スマホ表示*/
.SP {
  display: none !important;
}
#wrapper {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 0% 100px;
  overflow: hidden;
}
img {
  width: 100%;
}
body {
  -webkit-text-size-adjust: none;
  color: #333;
  margin: 0;
  padding: 0;
   font-family:
    -apple-system,         /* macOS & iOS (Safari向け) */
    BlinkMacSystemFont,    /* Chrome on macOS */
    "Helvetica Neue",      /* Macの定番 */
    "Segoe UI",            /* Windows */
    "Hiragino Sans",       /* 日本語mac */
    "Hiragino Kaku Gothic ProN", /* 古いmac */
    "Meiryo",              /* Windows日本語 */
    sans-serif;
  font-size: 1rem;
  background: #fff;
	line-height: 1.5;
}
button{
	color:#000;
}
p {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  color: #666;
  letter-spacing: 1px;
}
h1 {
  font-size: 3.2rem;
  margin: 0;
  line-height: 1.3;
	font-weight: 700;
	color:#000;
}
h2 {
  -webkit-text-size-adjust: none;
  font-size: 2.5rem;
  line-height: 1.5;
  margin: 0;
}
h3 {
  -webkit-text-size-adjust: none;
  font-size: 1.6rem;
  margin: 0;
}
h4 {
  -webkit-text-size-adjust: none;
  font-size: 25px;
margin: 0;
}
a {
  text-decoration: none;
  font-weight: 600;
  color: #333;
  letter-spacing: 2px;
}
li {
  list-style: none;
}
/*スマホの時だけ改行設定*/
.sp-break {
    display: inline;
  }
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 100px 4%;
}
header {
	position: fixed; /* 画面に固定 */
    top: 0;          /* 上端に固定 */
    left: 0;         /* 左端に固定 */
    width: 100%;     /* 横幅いっぱい */
    height: 60px;    /* 高さ */
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
	background: #fff;
	z-index: 999;
}
header img {
  width: 100px;
	padding-left: 20px;
}
header ul {
  display: flex;
  align-items: center;
}
header ul li {
  white-space: nowrap;
  margin-right: 20px;
	font-size: 1.1rem;
}
header ul li a:hover {
  opacity: 0.5;
}
.header-nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* お問い合わせだけ */
.nav-contact a {
  width: 60px;
  height: 60px;
  background: #E7242E; /* LPの赤 */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-contact{
	
}
/* アイコンサイズ */
.nav-contact img {
 width: 35px;
  height: 35px;
	padding-right: 18px;
}
.nav-contact a:hover {
  opacity: 0.85;
  transform: translateY(-1px);
  transition: 0.2s ease;
}


.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gray-back{
		background-color: #f7f7f7;
	padding: 4%;
	 margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

/*メイン*/


.main-visual {
      position: relative;
      width: 100%;
      height: 100%;
      background-color: #FFFAF2; /* グレー背景 */
      clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 90%); /* 斜め */
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 100px 5%;
      box-sizing: border-box;
      color: #fff;
    }

.main-visual img{
	max-width: 1500px;
}


/**/


/*CTA*/
.cta-box{
	max-width: 900px;
	margin: 0px auto;
	text-align: center;
	background-color: #f7f7f7;
	border-radius: 10px;
	padding:10px 2%;
	 -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0 #333);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
a.button-cta {
	max-width: 500px;
	border-radius: 40px;
	margin: 0px auto 30px;
	 display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;	
 background-color: #E7242E;
	color:#fff;
  font-size: 1.5rem;
	letter-spacing: 5px;
	text-align: center;
  padding: 20px 30px;
  border: none;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0 #333);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	 transition: 0.3s ease;
}
a.button-cta:hover{
	background-color: #C91F28;
}

.flex_button{
	display: flex;
	justify-content: center;
	align-items: stretch;
	max-width: 100%;
	margin: 20px auto;
	gap:20px;
}



a.text-link{
	max-width: 200px;margin: 0 auto;
	margin-top: 5px;
	color:#000;
	 transition: 0.3s ease;
	display: flex;justify-content: center;
	border:1px solid #000;
	padding: 10px 30px;
}
a.text-link:hover{
	opacity: 0.5;
}

.marker {
  background: linear-gradient(transparent 60%, #fde68a 60%);
  padding: 0 4px;
}



/*こんな悩みありませんか？(1/27)*/
#area-01 img{
	max-width: 1280px;
	margin: 0 auto;
}



.gray-back-02{
	margin: 50px auto;
		background-color: #f5f5f5;
	padding: 4%;
	border-radius: 5px;
}
.gray-back-02 h3{
	font-size: 2rem;
}
.gray-back-02 p{
	font-size: 1.8rem;
}
.subtitle{
	background-color: #333;
	padding: 10px 30px;
	width:150px;
	color:#fff;
	font-size: 1.1rem;
	margin-bottom: 20px;
	text-align: center;
}
/* 丸マーク */
.mark-circle {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.mark-circle::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -8px;
  width: 110%;
  height: 1.6em;
  border: 2px solid #e7242e;
  border-radius: 50%;
  transform: rotate(-6deg);
  z-index: -1;
}

.point-boxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
	margin-bottom: 100px;
}

/* ボックス */
.point-box {
  background: #f5f5f5;
  padding: 24px 16px;
  border-radius: 12px;
  text-align: center;
}

/* 数字 */
.point-num {
  display: block;
  font-size: 2rem;
  font-weight: 700;
   color: rgba(231, 36, 46, 0.6);
  margin-bottom: 8px;
}

/* テキスト */
.point-text {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
	text-align: center;
}



.our-strengths {      
  margin-bottom: 100px;       /* 下に余白を取ってボックスと分離 */
  line-height: 1.3;          /* 文字が詰まりすぎないように */
  position: relative;         /* 擬似要素で装飾可能 */
  text-align: center;         /* 中央寄せで親しみやすく */
}

/* 下線装飾 */
.our-strengths::after {
  content: "";
  display: block;
  width: 60px;                /* 下線の長さ */
  height: 4px;                /* 下線の太さ */
  background-color: #e7242e;  /* ブランドカラーのアクセント */
  border-radius: 2px;         /* 柔らかい印象 */
  margin: 8px auto 0 auto;    /* 中央揃え、下に余白 */
}

/*AIチャット強み*/
.ai-tuyomi-box{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	 background-color: #fff; /* 白背景 */
  border-radius: 12px;       /* 少し丸める */
   box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.2s, box-shadow 0.2s;
	margin-bottom: 30px;
	padding: 2% 4%;
}
.ai-tuyomi-box .img-box{
	background-size: contain;
}
.img-04{
	background-image: url("../images/aichat-image.png");
}
.img-05{
	background-image: url("../images/ai-charactorimage.png");
}
.text-box,.img-box{
	width: 50%;
	padding: 20px;
}
.img-box{
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.em-marker {
  background: linear-gradient(transparent 70%, rgba(231,36,46,0.15) 0);
}
.main-heading-wrapper {
  text-align: center; /* 吹き出し中央揃え */
	max-width: 900px;
	margin: 150px auto 2rem;
}

.main-heading {
  margin: 0 ;
}

.speech-bubble {
  position: relative;
  display: inline-block;
  background-color: #f5f5f5;
  color: #333;
  padding: 0.5rem 2rem;
  border-radius: 1rem;
  font-size: 2rem;
  line-height: 1.4;
  box-shadow: 0 8px 6px rgba(0,0,0,0.15);
  margin-bottom: 0.5rem;
}

/* 下向きの三角形 */
.speech-bubble::after {
  content: '';
  position: absolute;
  bottom: -8px; /* 吹き出し下に三角形 */
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #f5f5f5 transparent transparent transparent;
}
/* ボックス */
.point-container {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 1rem 1.6rem 2rem;
  max-width: 560px;
}

/* 「ポイント！」 */
.point-title {
	max-width: 150px;
	border-radius: 30px;
  font-size: 1.1rem;
	text-align: center;
  font-weight: bold;
  color: #e7242e;
  margin-bottom: 0.8rem;
  letter-spacing: 0.05em;
	 /* 3D感の正体 */
  box-shadow:
    0 2px 0 rgba(0, 0, 0, 0.12),
    0 6px 12px rgba(0, 0, 0, 0.12);
	background-color: #fff;
	padding: 5px 10px;
}

/* リスト */
.point-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.point-list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  line-height: 1.6;
}

.point-list li:last-child {
  margin-bottom: 0;
}

/* ポイントマーク */
.point-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.45em;
  font-size: 0.5rem;
  color: #FABE00;
}

/*安心してください*/
.card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}


/* ボックス */
.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  overflow: hidden;
  text-align: center;
}

/* 画像エリア */
.card img {
  width: 100%;
  height: 150px;          /* 高さは固定 */
  object-fit: contain;   /* ← ここが重要 */
  background: #fff;      /* 余白が出ても違和感なし */
  display: block;
	padding: 1rem;
}



/* テキスト */
.card-text {
  padding: 1rem;
  font-size: 1.3rem;
  line-height: 1.6;
	font-weight: 600;
	text-align: center;
}

.lp-support-banner {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
	margin: 50px 0;
}

/* テキスト側 */
.banner-text {
  flex: 1;
}

.lead {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
}

/* 画像側 */
.banner-image {
  flex: 1;
  text-align: center;
}

.banner-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/*制作フロー*/

.service-flow{
	text-align: center;
}
.service-flow h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #333;
}

/* 横並びカード */
.service-flow-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap; /* PCでは1行に収める */
}

/* 個別カード */
.flow-card-item {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  width: 180px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}

.flow-card-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* 画像 */
.flow-card-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 10px;
  border-radius: 6px;
}

/* リスト */
.flow-card-item ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.flow-card-item li {
  position: relative;
  font-size: 1.1rem;;
  line-height: 1.4;
	font-weight: 600;
}





.faq {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  margin-bottom: 16px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  padding: 20px 24px;
  text-align: left;
	font-size: 1.1rem;
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}

.faq-q::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}

.faq-item.open .faq-q::after {
  content: "−";
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-a p {
  padding: 0 24px 20px;
  line-height: 1.7;
}

.faq-item.open .faq-a {
  max-height: 300px; /* だいたいでOK */
}





/*お問い合わせ*/
#contact{
	padding: 100px 4%;
}
.contact {
	  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0 #333);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	  background: #f7f7f7;
	max-width: 800px;
	padding: 50px 4%;
  margin: 50px auto 0;
  border-radius: 5px;

}
.contact-text h1 span{
	display: block;
	font-size: 1.1rem;
	letter-spacing: 1.5px;
}
.contact-subtext{
	text-align: center;
	max-width: 900px;
	margin: 30px auto 0;
	
}
.contact-text {
  max-width: 1280px;
  margin: 0px auto 0px;
}
.contact-text h1 {
  text-align: center;
}
.contact-text p {
  text-align: center;
}

.contact-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

label {
  display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.button-p {
  padding-bottom: 10px;
  margin-bottom: 0;
}

/*名前とか*/
.title {
  display: flex;
  padding-right: 20px;
  width: auto;
	padding-bottom: 5px;
	font-weight: 600;
}
/*お聞きしたいこと*/
.title-textarea {
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
  padding-right: 20px;
  width: 300px;
	padding-bottom: 5px;
	font-weight: 600;
}
.required {
  padding: 5px 10px;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  color: #D8373A;
}
input[type="checkbox"] {
  margin: 0 2%;
}
.policy {
  margin: 0 10px;
}
input[type="textarea"], input[type="email"], input[type="text"], input[type="tel"], .selectform {
  display: block;
  width: 90%;
  padding: 20px 20px;
  flex: 1;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 18px;
}
input[type="textarea"] {
  height: 100px;
}
.privacy-container {
  border-bottom: solid 2px #e5e5e5;
  border-top: solid 2px #e5e5e5;
  padding:2% 4%;
  margin: 20px 0;
  max-width: 700px;
	
}
.privacy-container p {
  text-align: center;
}
/*==================================================
個人情報
===================================*/
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  max-width: 800px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px;
}
.accordion-area section {
  border: 1px solid #ccc;
}
/*アコーディオンタイトル*/
.aco-title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  padding: 10px;
  transition: all .5s ease;
}
/*アイコンの＋と×*/
.aco-title::before, .aco-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #ccc;
}
.aco-title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.aco-title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.aco-title.close::before {
  transform: rotate(45deg);
}
.aco-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.box-privacy {
  display: none; /*はじめは非表示*/
  background: none;
  margin: 0 3% 3% 3%;
  padding: 10px 3%;
}
.flex_checkbox {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 10px 4%;
}
/*個人情報取り扱いの中身の設定*/
.box_tori h4 {
  font-size: 20px;
}
.box_num h4 {
  font-size: 18px;
}
.box_num .txt {
  text-align: left;
}
.flex_button_contact {
  display: flex;
  justify-content: center;
}
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #c1c1c1;
  border-radius: 1px;
  display: block;
  font-size: 1rem;
	letter-spacing: 2px;
  font-weight: bold;
  margin: 0 25px 25px;
  max-width: 300px;
  padding: 20px 70px;
  border: none;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0 #333);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  background: none;
  padding: 15px 40px;
  display: inline-block;
  text-decoration: underline;
  outline: none;
  /*アニメーションの指定*/
  transition: all .3s;
  margin: 0 5%;
  border: none;
  font-size: 18px;
}
input[type="reset"]:hover {
  color: #efefef;
}
.footer {
  text-align: center;       /* 中央寄せ */
  padding: 10px 0;          /* 上下の余白 */
 background-color: #f1f1f1; /* 薄い赤の透過背景 */
  color: #333;              /* 文字色 */
  font-size: 12px;          /* 小さめの文字 */
}

.footer a {
  color: #333;              /* リンクも白に */
  text-decoration: none;    /* 下線なし */
}
.container-white{
	max-width: 800px;
	margin: 50px auto;
	padding:150px 4%;
	background-color: #fff;
	height: 100vh;
}
.border-title{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding: 20px 10px;
}
.thanks-text{
	margin-top: 30px;
}
.thanks-text h4{
	margin: 50px 0 20px;
	border-bottom: 3px dotted #e5e5e5;
	padding: 5px 10px;
	max-width:auto;
}
.thanks-text a{
	display: block;
	margin: 20px 0 30px;
	border: 1px solid #878787;
	max-width: 250px;
	padding: 10px 20px;
	border-radius: 5px;
	 transition: all .3s;
	text-align: center;
}
.thanks-text a:hover{
	opacity: 0.5;
}


@media screen and (max-width: 1200px) {
	#wrapper{
		padding: 0%;
	}
	.container {
  padding: 80px 4%;
}
	/*スマホの時だけ改行設定*/
.sp-break {
    display: block;
  }
  /*PC表示*/
  .SP {
    display: block !important;
  }
  /*スマホ表示*/
  .P {
    display: none !important;
  }
  h1 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 1.6rem;
    line-height: normal;
  }
  h3 {
    font-size: 1.3rem;
    line-height: normal;
  }
  h4 {
    font-size: 1.1rem;
    line-height: normal;
  }
  a, p {
    font-size: 0.8rem;
  }
/*CTA*/
	.cta-box{
	padding: 10% 2%;

}
	.cta-padding{
		padding: 100px 4% 50px;

	}
	a.button-cta,a.cta-button {
  font-size: 1.1rem;
	letter-spacing: 2px;
		padding: 20px 30px;
		margin-bottom: 10px;
		max-width: 300px;
	}
	
/*メイン*/	
	 .main-visual {
        flex-direction: column-reverse;
        clip-path: none;
        height: auto;
        padding: 100px 5%;
        text-align: center;
      }
	 .mv-text, .mv-image {
        width: 100%;
      }
	.mv-text h1{
		font-size: 2.5rem;
	}
	.fv-subbox{
		font-size: 1.3rem;
	}
      .mv-image img {
        margin-bottom: 20px;
      }
  .mv-buttons {
        flex-direction: column;
        gap: 10px;
      }
	
	/*解決*/
	.ad-flow {
    flex-direction: column;
    text-align: center;
  }

  .ad-flow-text, .ad-flow-image {
    max-width: 100%;
  }

  .flow-cards {
    flex-direction: column;
    align-items: center;
  }

  .flow-card {
    width: 100%;
  }
	
	.service-cards {
    flex-direction: column;
    align-items: center;
  }

  .service-card {
    width: 90%;
	}
	
	
	
.title-line {
  font-size: 1rem;
}

.title-line::before {
  width: 22px;
}

.gray-back-02{
	margin: 100px auto;
}
.gray-back-02 h3{
	font-size: 1.8rem;
}
.gray-back-02 p{
	font-size: 1.1rem;
	padding-bottom: 10px;
}
.subtitle{
	padding: 5px 10px;
}



/* ボックス */
	
.point-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
	
/* ボックス */
.point-box {
  padding:10% 16px 0;
}
/* 数字 */
/* テキスト */
.point-text {
  font-size: 1.3rem;
}.point-num {
	font-size: 2rem;
	line-height: 0;
}

/*強み*/
.tuyomi-box,.ai-tuyomi-box{
	flex-direction: column;
	align-items: flex-start;
	padding: 4%;
	gap:30px;
}
.text-box,.img-box{
	width: 100%;
	padding: 0;
}

.img-box{
	height: 300px;
}

.number{
	font-size: 3.5rem;
}

.our-strengths {      
  margin-bottom: 50px;       /* 下に余白を取ってボックスと分離 */
}

/*AIチャット強み*/
.main-heading-wrapper {
  text-align: center; /* 吹き出し中央揃え */
	max-width: 900px;
	margin: 150px auto 2rem;
}

.main-heading {
  margin: 0 ;
}

.speech-bubble {
  font-size: 1.5rem;
	margin-bottom: 20px;
}


/* 「ポイント！」 */
.point-title {
  font-size: 1.1rem;
}

/* リスト */
.point-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.point-list li {
  font-size: 1.1rem;
}
	/*安心して*/
.card-list {
    grid-template-columns: 1fr;
  }
.lp-support-banner {
    flex-direction: column;
    text-align: center;
  }
	
	.flow-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
	.flow-item::before,
  .flow-item::after {
    display: none;
  }
	
	.service-flow-row {
    flex-wrap: wrap; /* 狭い画面で折返し */
    justify-content: center;
  }

  .flow-card-item {
    width: 200px;
    margin-bottom: 15px;
  }
	
/*お問い合わせ*/
.contact {
	max-width: 330px;
	padding: 50px 4%;
}
	input[type="textarea"], input[type="email"], input[type="text"], input[type="tel"], .selectform {
  width: auto;
}
header ul {
  display: flex;
	flex-direction: column;
	align-items: center;
}
.container-white{
	margin: 100px auto 50px;
	padding:100px 4%;	
	}
	
	.cta-button {
  padding: 14px 60px;
  font-size: 1.3rem;
	}
.heading04 {
	font-size: 1.1rem;

}
	.heading04::before,
.heading04::after {
	height: 20px;
}
	/*こんな悩みありませんか？(1/27)*/


.worries-inner {
  display: flex;
flex-direction: column;
	gap:0;
}
.worries-list li{
		font-size: 1.3rem;
	}
.worries-visual,.worries-text{
		width: 100%;
	}
  .strengths-list {
    grid-template-columns: 1fr;
  }
	.solution-title {
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.solution-box p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 28px;
}
	
/* 番号（） */
.strength-number {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #E7242E;
  margin-bottom: 6px;
}

/* 見出し */
.strength-heading {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 16px;
  color: #222;
  position: relative;
}

.flex_button{
	flex-direction: column;gap:10px;}

	 .before-after-row {
    flex-direction: column;
  }

  .case-images {
    flex-direction: column;
    gap: 10px;
  }
.case-images-01,.case-images-02,.case-images-03,.case-images-04,.case-images-05,.case-images-06{
		width: 100%;
	}
	.point{
		font-size: 1.1rem;
	}
	
}