@charset "UTF-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/

/*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/
body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

/*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
.article {
  background-color: #fff;
  width: 100%;
}

.top_image_in,
.section_inr {
  width: 100%;
  margin: 0 auto;
}

/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  max-width: 720px;
  margin: 0 auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.header_inr {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  background-color: #fff;
}

.header_logo {
  float: left;
  width: 152%;
  margin: 0.7em 0 0.5em 0.5em;
}

.header_btns {
  display: flex;
  justify-content: flex-end;
}

.header_tel {
  width: 95%;
  margin: 0.5em 0.4em 0.2em 0;
}

/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: none;
  margin-bottom: 0;
}

/*--------------------------------------------------
CTA
-----------------------------------------------------*/
.cta_area {
  background-color: #0075ff;
  padding: 2em 1em 2.5em;
}

.cta_inr {
  background-color: #fff;
  padding: 1.7em 0.7em 0.7em;
}

.cta_title {
  text-align: center;
  margin-bottom: 0.6em;
}

.cta_btn_tel,
.cta_btn_form,
.cta_btn_line {
  margin-bottom: 1.3em;
}

.cta_inr_title {
  margin-bottom: 0;
  margin-top: -1.5em;
}

/*--------------------------------------------------
悩み
-----------------------------------------------------*/
.section_nayami {
  padding: 2em 0 2em;
  background-image: url(../images/nayami_bg.png);
}

.nayami_title {
  margin: 0 1em 1.5em;
}

/*--------------------------------------------------
解決
-----------------------------------------------------*/
.section_kaiketsu {
  background-color: #e9f4ff;
  padding: 2em 0.7em 1em;
}

.kaiketsu_title {
  margin-bottom: 2em;
}

.kaiketsu_01 {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------
お任せ
-----------------------------------------------------*/
.section_omakase {
  background-color: #e9f4ff;
}

/*--------------------------------------------------
理由
-----------------------------------------------------*/
.section_reason {
  padding: 2em 0 0;
}

.reason_inr {
  background-color: #173787;
  padding: 2em 1em 2em;
}

.reason_01,
.reason_02,
.reason_03,
.reason_04 {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------
料金
-----------------------------------------------------*/
.section_price {
  background-color: #a8d3ff;
  padding: 2em 1em 2em;
}

.price_title,
.price_hosoku,
.price_list {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------
step
-----------------------------------------------------*/
.section_step {
  background-color: #f0f6fb;
}

.step_inr {
  padding: 2em 0.8em 2em;
}

.step_inr img {
  margin-bottom: 1em;
}

.step_triangle {
  text-align: center;
}

/*--------------------------------------------------
お客様の声
-----------------------------------------------------*/
.section_voice {
  background-color: #173787;
  padding: 2.5em 1em 2em;
}

.voice_title {
  text-align: center;
  margin-bottom: 1.5em;
}

.voice_list {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------
qa
-----------------------------------------------------*/
.section_qa {
  padding: 2.5em 1em 2em;
  max-width: 720px;
  margin: 0 auto;
  font-size: 1em;
  background-color: #fff;
}

.qa_title {
  text-align: center;
  margin-bottom: 1.2em;
}

.qa-item {
  border-bottom: 0.1em solid #ddd;
}

.qa-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.2em 0.7em;
  background: #fff;
  border: none;
  font-size: 1.2em;
  text-align: left;
}

.qa-qmarker {
  margin-right: 0.5em;
  font-weight: bold;
  color: #fe5a24;
  font-size: 1.4em;
}

.qa-question {
  flex: 1;
  font-size: 1.1em;
  color: #252525;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.qa-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  border: 0.1em solid #252525;
  background: transparent;
}

.qa-icon::before,
.qa-icon::after {
  content: "";
  position: absolute;
  background-color: #252525;
  transition: transform 0.3s ease;
}

.qa-icon::before {
  width: 0.5em;
  height: 0.1em;
}

.qa-icon::after {
  width: 0.1em;
  height: 0.5em;
}

.qa-header[aria-expanded="true"] .qa-icon::after {
  transform: scaleY(0);
}

.qa-panel {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  color: #333;
  padding: 0 1em;
  transition: max-height 0.3s ease;
}

.qa-answer {
  font-size: 1.1em;
  line-height: 1.8em;
}

.qa-answer p {
  letter-spacing: 0.05em;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  margin-top: 0;
}

.qa-amarker {
  margin-right: 0.5em;
  font-weight: bold;
}

/*--------------------------------------------------
フッター部分（
-----------------------------------------------------*/
.footer {
  padding: 1.2em 0;
  text-align: center;
  font-size: 0.8em;
  background-color: #fff;
}

.footer p {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: #000;
  margin: 0.5em 0;
}

.footer-links {
  margin-bottom: 0.6em;
}

.footer-links a {
  color: #000;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.footer .divider {
  margin: 0 0.6em;
  color: #999;
}

.footer .copyright {
  font-size: 0.9em;
  color: #555;
}




/*--------------------------------------------------
プライバシーポリシー
-----------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
}

.privacy {
  width: 100%;
  padding: 1em 1em;
  background-color: #fff;
  color: #333;
  font-size: 0.95em;
  line-height: 1.9;
  box-sizing: border-box;
  margin: 0;
}

/* タイトル */
.privacy-title {
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;

  
 
}

/* 各項目見出し */
.privacy h2 {
  position: relative;
  font-size: 1.1em;
  font-weight: 600;
  color: #222;
  margin-top: 2.5em;
  padding-left: 1.2em; /* オレンジライン分のスペース */
  padding-bottom: 0.4em;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
}

/* 見出し左のオレンジライン */
.privacy h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3em;
  height: 1em;
  background-color: #f6931a; /* LPテーマカラー */
  border-radius: 0.1em;
}

/* 本文 */
.privacy p {
  font-size: 1em;
  margin-top: 1em;
  word-break: break-word;
}

/* 制定日など下部 */
.privacy-footer {
  text-align: right;
  margin-top: 3em;
  font-size: 0.85em;
  color: #666;
  border-top: 1px solid #ddd;
  padding-top: 1.5em;
}
