@charset "UTF-8";

/**************************
  Theme Name: Sakura_SP_layout
  Author: sakura daikichi
**************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  appearance: button;
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*************************
 Common
*************************/
html,
body {
  height: 100%;
}

html {
  margin: 0 auto;
  font-size: 10px;
}

html * {
  box-sizing: border-box;

}

body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #333333;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #333333;
  display: block;
}

a:link {
  color: #1D3994;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #1D3994;
  display: block;
}

a:hover {
  text-decoration: underline;
  text-decoration-color: currentColor;
}

ul {
  padding: 0px;
  margin: 0px;
}

li {
  /* float: left; */
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
}

/* デバイスごとの表示 */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* ===== PC SP 表示非表示切り替え ===== */

.-sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .-pc-only {
    display: none;
  }

  .-sp-only {
    display: block;
  }
}

/* h1 {
}

p {
} */


/*************************
 共通
*************************/
body {
  background-color: #FFFFFF;
  color: #242424;
  text-align: center;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background-image: url(../200_300.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  scrollbar-arrow-color: #EC2C62;
  scrollbar-face-color: #ffffff;
  scrollbar-track-color: #ffffff;
}

.wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 25px rgba(252, 178, 198, 1);
  padding: 5px 20px;
}

header,
footer {
  padding: 20px;
}

/*************************
 Header
*************************/

.hdr-logo h1 {
  font-size: 11.5px;
  margin: 5px 0;
  padding: 0;
  line-height: 1.5;
}

.hdr-logo {
  display: inline-block;
  text-align: start;
}

.logo {
  text-align: center;
  padding: 5px;
}

.wrap-hdr-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 0 0 10px;
}

.cta {
  display: flex;
  justify-content: flex-end;
  align-items: start;
  margin: 7px 0 3px;
}

.btn_mail {
  display: block;
  background-color: #d8234c;
  margin-left: 20px;
}

.btn_mail a {
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
  padding: 7px 50px;
}

.hdr-cta ul {
  display: flex;
}

.wrap-hdr-main .hdr-cta ul {
  font-size: 10px;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
}

.wrap-hdr-main .hdr-cta ul li {
  background: url(../img/common/ico-hdr-arrow.svg) no-repeat;
  background-size: 10px auto;
  background-position: 5px 2px;
  padding-left: 20px;
  color: #7A264C;
}

.wrap-hdr-main .hdr-cta ul li a {
  color: #7A264C;
}

.wrap-hdr-main .hdr-cta ul li:last-child {
  margin-left: 17px;
  margin-right: 10px;
}

/* ===== nav（PC） ===== */
.nav-toggle {
  display: none;
}

.hamburger {
  display: none;
}

.nav__list {
  display: flex;
  border-bottom: 2px solid #666666;
  border-top: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
}

.nav__item {
  width: calc(100% / 7);
}

.nav__item a {
  display: block;
  padding: 10px 0;
  text-align: center;
  background-image: linear-gradient(#ffffff, #e2e1e1);
  border-left: 1px solid #838383;
  text-decoration: none;
}

.nav__item:first-child a {
  border-left: none;
}

/* PCデフォルト */
.nav-toggle,
.hamburger,
.sp-nav {
  display: none;
}

/* PCナビリンク */
.nav__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-decoration: none;
}

.nav__jp {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  font-weight: 800;
  color: #333;
}

.nav__en {
  font-size: 10px;
  color: #7A264C;
  font-weight: 800;
}

.nav__jp,
.nav__en {
  display: block;
}

.sp-header {
  display: none;
}

.img-pc {
  display: block;
}

.img-sp {
  display: none;
}

.tel img {
  height: 46px;
}


/*************************
 パンくず
*************************/
.bread-crumb {
  display: flex;
  align-items: baseline;
  line-height: 0;
  margin-bottom: 10px;
}

.bread-crumb p {
  display: flex;
  font-size: 13px;
  margin: 0;
  padding: 10px;
}

/*************************
 side-nav
*************************/

.sidebar {
  max-width: 200px;
}

.box_side_btn {
  display: block;
  width: 100%;
}

.box_side_btn img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.box_side-qr li {
  margin: 15px auto;
  padding: 15px 0;
  border-top: 1px dotted #000000;
  border-bottom: 1px dotted #000000;
}

.box_side-qr li:last-child {
  border-top: none;
  margin-top: 0;

}

.box_side-qr li img {
  width: 120px;
  height: auto;
}


.box_side-ban li img {
  width: 100%;
}

.box_side-ban li {
  margin: 0 auto 10px;
}


/*************************
 Contents
*************************/
#w {
  display: flex;
  max-width: 860px;
  margin: 0 auto;
  gap: 20px;
}

#r.ly-main {
  flex: 1;
  max-width: 640px;
}

img.main_image {
  width: 100%;
  height: auto;
}

.layout {
  display: flex;
  max-width: 200px;
}

/* タイトル */
h2.title-type01 {
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  background: initial;
  border-radius: 0;
  font-size: 21px;
  font-weight: 400;
  color: #e44087;
  border-top: 1px dotted #e44087;
  border-bottom: 1px dotted #e44087;
  padding: 10px 15px;
  margin: 0 0 30px;
}

h2.title-type01:after {
  content: "";
  background: #e44087;
  width: 5px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


h3.title-type02 {
  display: flex;
  text-align: left;
  position: relative;
  padding: 0 0 0 40px;
  background: linear-gradient(#ffffff, #FFC7D8);
  border-radius: 5px;
  margin: 15px 0 25px;
  font-size: 18px;
  /* font-weight: bold; */
  color: #EB3F6F;
  letter-spacing: 0.05em;
}

h3.title-type02:after {
  content: url(../img/common/ico-ex02.svg);
  width: 20px;
  height: auto;
  position: absolute;
  left: 10px;
  top: 1px;
}

p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
}

.red {
  font-weight: bold;
  color: #EC2C62;
  text-align: left;
}

.price01,
.price02,
.price03,
.price04,
.price05 {
  margin-bottom: 60px;
}


/* ムービー */
.figure_box {
  margin-bottom: 30px;
}

.figure_box figure {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

/* リスト */
.list_def_box {
  margin-bottom: 40px;
}

.list_def_box li {
  position: relative;
  font-size: 16px;
  float: none;
  padding-left: 50px;
  margin-bottom: 7px;
  text-align: start;
}

.list_def_box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  padding: 0 20px;
  background: url("../img/common/ico_check-list.png") no-repeat center / contain;
}

.list_def_box02 {
  margin-bottom: 20px;
  margin-left: 20px;

}

.list_def_box02 li {
  position: relative;
  font-size: 16px;
  float: none;
  padding-left: 30px;
  margin-bottom: 7px;
  text-align: start;
  background-color: initial;
}

.list_def_box02 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  padding: 0;
  background: url("../img/common/ico_check-list.png") no-repeat center / contain;
}


.text_box p {
  display: block;
  font-size: 14px;
  text-align: left;
  margin-left: 20px;
}

/* 浮気調査の調査内容 */
.contents_box {
  border: 3px dotted rgba(234, 43, 97, 0.3);
  box-sizing: border-box;
  text-align: left;
  padding: 25px 25px 0;
  margin: 25px auto 30px;
}

.contents_box h3 {
  font-size: 23px;
  text-align: left;
  line-height: 2;
  position: relative;
  padding-left: 60px;
  margin: 0 0 15px;
}

.contents_box h3.survey::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url(https://www.sakurasachiko.jp/img/common/ico-survey.png) no-repeat center / contain;
}

.contents_box h3.price::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url(https://www.sakurasachiko.jp/img/common/ico-price.png) no-repeat center / contain;
}

.contents_box h3.cnslg::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url(https://www.sakurasachiko.jp/img/common/ico-cnslg.png) no-repeat center / contain;
}

.contents_box h3.ex::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url(https://www.sakurasachiko.jp/img/common/ico-ex.png) no-repeat center / contain;
}

.contents_box p {
  padding-left: 20px;
}


/* 調査料金テーブル */
.price_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 30px;
}

.price_table th,
.price_table td {
  padding: 16px;
  border: 1px solid #eaeaea;
}

.price_table th {
  width: 30%;
  background-color: #f7f7f7;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
}

/*************************
 ご相談者さまへの6つの無料サポート
*************************/

h3.srvce {
  font-size: 23px;
  text-align: center;
  border: none;
  margin-bottom: 20px;
  padding: 0;
}

.txt_pink {
  color: #EC2C62;
  font-weight: bold;
}

.srvce_list {
  list-style: none;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  counter-reset: list;
  background: inherit;
  border: none;
}

.srvce_list li {
  background-color: #ffffff;
  width: 31%;
  margin-bottom: 15px;
  position: relative;
}

.srvce_list li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  color: #ffa99b;
}

.srvce_list dl {
  margin: 0;
  padding-bottom: 0;
  border-radius: 8px;
  box-shadow: 0 0 6px #ff6c55;
}

.srvce_list img {
  width: 70px;
  height: 70px;
}

.srvce_list dt {
  padding: 35px 0 10px;
}

.srvce_list dd {
  min-height: 50px;
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  vertical-align: baseline;
}

/*************************
 よくあるご質問
*************************/
.content_faq {
  width: 100%;
}

.item {
  border: 1px solid #ebe5d3;
  border-radius: 15px;
  padding: clamp(16px, 4vw, 20px) clamp(12px, 4vw, 15px);
  margin-bottom: 15px;
  text-align: left;
  background-color: #fff;
}

.item h4 {
  position: relative;
  padding-left: 50px;
  padding: 5px 0 10px 35px;
  min-height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #ebe5d3;
  font-size: clamp(15px, 4vw, 16px);
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.6;
}

.item h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background: url(https://www.sakurasachiko.jp/sp/img/qa_q.png) no-repeat center / contain;
}

.item h4 {
  align-items: flex-start;
}

.item h4::before {
  top: 6px;
}

.item p {
  margin: 0;
  font-size: clamp(14px, 4vw, 15px);
  line-height: 1.8;
  padding-left: 35px;
  position: relative;
}

.item p:first-of-type::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 25px;
  height: 25px;
  background: url(https://www.sakurasachiko.jp/sp/img/qa_a.png) no-repeat center / contain;
}

.item ul {
  display: inline-block;
  list-style: initial;
  padding-left: 55px;
}

.item ul li {
  list-style-type: initial;
}

/*************************
ご相談からの流れ
*************************/
.flow__flexbox {
  display: flex;
  width: 100%;
  justify-content: space-around;
  gap: 10px;
}

.flow__item {
  width: 25%;
  border: 5px solid #F9BFCF;
  padding: 10px;
  font-size: 15px;
}

.text_type01 {
  font-size: 18px;
  color: #EE527A;
  font-weight: 600;
}

.text_type01 span {
  margin-right: 5px;
}


.flow__item p {
  font-size: 14px;
  margin: 5px 0 0;
  line-height: 1.5;
}

/*************************
 CTA
*************************/

.section06 {
  background: url(https://www.sakurasachiko.jp/sp/img/bg_cta_v002.jpg) no-repeat;
  padding: 0;
  color: #ffffff;
  background-position: -100px -280px;
}

.section06 .section-inside {
  padding: 20px 0 50px;
}

.box-cta_wrapper {
  width: 100%;
  padding: 0px 25px;
}

.box-cta01 {
  display: flex;
  gap: 15px;
}

.box-cta02 {
  margin-top: 15px;
}

.box__tel,
.box__mail {
  height: 150px;
  border: solid 4px rgba(255, 255, 255, 0.5);
}

.box__tel,
.box__mail {
  width: 50%;
}

.box__line {
  width: 100%;
  height: 120px;
  border: solid 4px rgba(255, 255, 255, 0.5);
}

.box__tel a,
.box__mail a,
.box__line a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

.box__tel a div,
.box__mail a div,
.box__line a div {
  font-size: 16px;
  font-weight: 600;
}

.box__tel a div:nth-child(2),
.box__mail a div:nth-child(2),
.box__line a div:nth-child(2) {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}


/*************************
 コンタクトフォーム
*************************/

.section07 .section-inside {
  text-align: center;
  padding: 100px 0;
  margin: 0 auto;
}

.section07 .section-inside h2 {
  font-size: 28px;
  margin: 0 auto 30px;
  color: #ff6f61;
  text-align: center;
}

.section07 .section-inside .lead {
  margin: 0 auto 5rem;
  text-align: left;
}

.form_box .line {
  display: flex;
  margin-bottom: 30px;
  text-align: left;
  border-bottom: 1px #eaeaea solid;
  padding: 5px 0 30px;
}

.form_box .line .head {
  width: 30%;
  font-weight: bold;
  white-space: nowrap;
}

.form_box .line .data.radio_colum {
  padding-top: 1.5rem;
}

.form_box .line .data {
  width: 70%;
}

.form_box .line .data input,
.form_box .line .data select {
  font-size: 1.6rem;
  width: 100%;
  padding: .5rem 1rem;
  line-height: 38px;
  height: 52px;
}

.form_box .line .data.radio_colum label {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
}

.form_box .line .data.radio_colum input {
  width: 7%;
  height: 1.7rem;
}

.form_box .line .data textarea {
  width: 100%;
  height: 300px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.6;
}

.required {
  margin-left: 10px;
  background-color: #ff6f61;
  color: #ffffff;
  font-size: 13px;
  padding: 3px 5px;
  vertical-align: middle;
}

.btn-box .lp-btn {
  border: none;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 20px;
  background-color: #1fc39d;
  color: #ffffff;
  border-radius: 7px;
  box-shadow: 0 3px 0 #057f62;
  font-weight: bold;
}



/*************************
 他社サービスとの比較
*************************/

/*************************
 弊社サービスの料金の特徴
*************************/
.section08 {
  margin-bottom: 60px;
}

.reason-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5%;
  padding: 0 30px 0 3%;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  max-width: 900px;
  margin-bottom: 25px;
}

.reason-badge {
  position: relative;
  width: 90px;
  height: 95px;
  top: -3px;
  background: linear-gradient(180deg, #ff9a9a, #ff5f5f);
  color: #fff;
  text-align: center;
  clip-path: polygon(0 0,
      100% 0,
      100% 85%,
      50% 100%,
      0 85%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
}

.reason-badge::before {
  content: "";
  position: absolute;
  inset: 3px;
  background: transparent;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

.badge-top {
  display: block;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-top: 15px;
  line-height: 1;
}

.badge-num {
  display: block;
  font-size: 30px;
  margin-top: 0;
  font-family: 'Playfair Display', serif;
  font-style: italic;
  letter-spacing: 0.1em;
}

.reason-text {
  position: relative;
  display: inline-block;
  width: 76%;
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  margin-top: 10px;
  text-align: left;
}

.sup-anchor {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
}

.sup-wrap {
  position: absolute;
  left: 0;
  top: -15px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sup-wrap sup {
  font-size: 10px;
  line-height: 1;
  color: #999;
}

.highlight-red {
  color: #ff4b4b;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}

.reason-text sup {
  font-size: 12px;
  color: #999;
  margin-left: 4px;
}

.section08_text {
  margin-left: 20px;
}

.section08_text span {
  margin-right: 5px;
}

.reason-text span sup {
  display: block;
}


/*************************
 アフターフォロー
*************************/
.section09 {
  margin-bottom: 60px;
}

.lead_text {
  font-size: 16px;
  padding: 0 20px;
}

.after_box {
  border: 2px solid rgba(234, 43, 97, 0.3);
}

.after_def {
  text-align: start;
  padding: 0 20px;
  font-size: 16px;
}

.after_def span {
  margin-right: 5px;
}

.after_box_text {
  padding: 0 20px;
  word-break: keep-all;
  line-height: 1.8;
  margin: 25px auto;
}

.after_def p {
  margin: 5px auto 20px;
}

.list_title_01 {
  position: relative;
  padding-left: 45px;
  font-size: 20px;
  font-weight: bold;
}

.list_title_01::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../01/img/icon_question.svg") no-repeat center / contain;
}

.list_title_02 {
  position: relative;
  padding-left: 50px;
  font-size: 20px;
  font-weight: bold;
}

.list_title_02::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 55%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url("../01/img/icon_sprout.svg") no-repeat center / contain;
}


/*************************
 プロフィール・あいさつ
*************************/
.profile {
  margin-bottom: 60px;
  border: 2px solid #D8234C;
}

.title-type04 {
  background: #D8234C;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  border: 3px solid #fff;
  margin: 0 auto;
}

.profile__box {
  padding: 20px 15px;
  border-top: 3px solid #D8234C;
}

.profilebox__img {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 10px;
}

.profile_img {
  width: 100%;
  border: 1px solid #ccc;
}

img.profile_img {
  width: 150px;
  padding: 1px;
}

.profile-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  padding-left: 35px;
}

.profile-title p {
  font-size: 16px;
  margin: 30px 0;
  font-weight: 500;
}

.title-type05 {
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #D8234C;
  padding-left: 10px;
  margin-bottom: 15px;
  text-align: left;
}

.profile-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: left;
  margin-left: 15px;
}

.profile-text ul li {
  list-style: initial;
  margin-left: 20px;
  font-size: 15px;

}

.profile-text span {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

.profile_link a {
  font-size: 18px;
  display: inline;
  border-bottom: 1px solid #1D3994;
}

/*************************
 ご依頼者の声・口コミ
*************************/
.reviews {
  margin-bottom: 60px;
}

.reviews__box {
  display: block;
  background: #FEF5F7;
  border: 1px solid #EC2761;
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 20px;
}

.box__img {
  display: flex;
  width: 100%;
  align-items: center;
}

img.circle {
  width: 100px;
  height: 100px;
}

p.title-type03 {
  display: block;
  font-size: 22px;
  color: #EC2761;
  font-weight: 700;
  padding: 0 0 0 20px;
  margin: 0;
  text-align: justify;
}

.age__female {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.age__female span {
  margin-left: 10px;
}

.reviews__text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
  text-align: justify;
}


/*************************
 関連記事
*************************/
.section14 {
  margin-bottom: 60px;
}

.cat-posts {
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.cat-posts ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.cat-posts li {
  width: calc(50% - 15px);
  margin-bottom: 0;
}

.cat-posts a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.cat-posts .rlmg {
  margin-bottom: 2px;
}

figure {
  margin: 0;
  text-align: center;
}

.cat-posts .rlmg img {
  width: 100%;
  height: auto;
}

.rep p {
  color: #242424;
  font-weight: 600;
  margin: 0;
  text-align: justify;
}


/*************************
 全国の相談窓口
*************************/
.section15 p.lead {
  width: 95%;
  margin: 0 auto 30px;
  text-align: left;
}

.col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.col2 .title {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}

.col2>.box-colum__square {
  display: flex;
  width: calc((100% - 15px) / 2);
  padding: 7px;
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
  background-color: #ffffff;
  color: #333333;
}

.box-colum__square:hover {
  opacity: 0.6;
  text-decoration: none;
}

.box-colum__square .thumb {
  width: 30%;
  line-height: 0;
}

.box-colum__square .txt {
  width: 78%;
  margin: 0 0 0 10px;
}

.txt.txt__002 h3 {
  font-size: 13px;
  text-align: left;
  margin: 0;
}

.txt.txt__002 p {
  font-size: 11px;
  text-align: left;
  margin: 0;
}



/*************************
 Footer
*************************/

.foot_nav {
  background: #fee;
  padding: 24px 0 24px 5%;
  font-size: 12px;
  text-align: start;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.foot_nav>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.foot_nav>ul>li>a {
  display: block;
  margin-bottom: 0;
  padding-left: 1em;
  position: relative;
}

.foot_nav>ul>li>a::before {
  content: "●";
  position: absolute;
  left: 0;
  font-size: 8px;
  padding: 2px 0px;
  color: #242424;
}

.foot_title {
  display: block;
  padding-left: 1em;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.foot_title::before {
  content: "●";
  position: absolute;
  left: 0;
  font-size: 8px;
  padding: 4px 0px;
  color: #242424;
}

.foot_nav>ul>li {
  margin-bottom: 8px;
}

.foot_nav__two_col {
  list-style: none;
  margin: 4px 6em 12px;
  padding: 0 0 0 6em;
  margin-left: -6em;
  line-height: 1;
}

.foot_title a {
  color: #1D3994;
  text-decoration: none;
}

.foot_nav__two_col li {
  padding-left: 1em;
  position: relative;
  margin-bottom: 5px;
}

.foot_nav__two_col li::before {
  content: "-";
  position: absolute;
  left: 0;
}

.foot_nav a {
  color: #1D3994;
  text-decoration: none;
}

.foot_nav a:hover {
  text-decoration: underline;
}

.foot_nav__two_col {
  display: flex;
  flex-wrap: wrap;
  gap: 0 31px;
}

.foot_nav__two_col li {
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
  margin-bottom: 4px;
}

/* ページ戻るボタン */
#page-top {
  position: fixed;
  right: 3%;
  bottom: 2%;
  z-index: 9999999;
}

#page-top a {
  display: block;
  width: 50px;
  height: 50px;
}

/* コピーライト */
.footer_copyright p {
  margin-bottom: 0;

}

.Copyright_text {
  font-size: 10pt;
  line-height: 15pt;
  color: #242424;
  text-align: center;
  margin: 0px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}


/* 画面調整 */
@media screen and (max-width: 830px) {
  .nav__jp {
    font-size: 14px;
  }
}


/*===============================
  タブレット以下
===============================*/
@media screen and (min-width:768px) and (max-width:1023px) {}


@media screen and (max-width: 768px) {

  .wrapper {
    width: 100%;
    box-shadow: none;
  }

  body {
    background-image: none;
    padding-top: 60px;
  }

  h1.sp_title_type {
    padding: 5px 10px 5px;
    background-color: #eee;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    margin: 1.4% 0 0;
  }


  /* =========================
     PCヘッダー非表示
  ========================= */
  .wrap-hdr-main,
  .nav {
    display: none;
  }

  .img-pc {
    display: none;
  }

  /* =========================
     SPヘッダー
  ========================= */
  .sp-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 70px;
    background: #fff;
    border-bottom: 1px solid #efefef;
    z-index: 120;
    transform-origin: top left;
  }

  .sp-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    gap: 6px;
    text-align: center;
    margin: 0 auto;
    max-width: 97%;
  }

  .sp-header__logo img {
    max-height: 50px;
  }

  .img-sp {
    display: block;
  }

  /* ===== ボタン共通 ===== */
  .sp-header__btns {
    display: flex;
    gap: 6px;
  }

  .sp-header__btns li a,
  .sp-header__btns li label {
    width: 78px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
  }

  .box-tel p {
    text-align: center;
    font-size: 3.5vw;
    margin-bottom: 15px;
    color: #333333;

  }

  /* ===== LINE ===== */
  .btn-tel a {
    background: #00B900;
  }

  /* ===== MAIL ===== */
  .btn-mail a {
    background: #F09107;
  }

  .btn-mail img {
    width: 16px;
    height: 16px;
    display: block;
  }



  /* ===== MENU ===== */
  .btn-menu label {
    background: #D4407F;
  }

  /* ===== ハンバーガーアイコン ===== */
  .icon-hamburger {
    position: relative;
    width: 14px;
    height: 2px;
    background: #fff;
  }

  .icon-hamburger::before,
  .icon-hamburger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 14px;
    height: 2px;
    background: #fff;
  }

  .icon-hamburger::before {
    top: -5px;
  }

  .icon-hamburger::after {
    top: 5px;
  }

  /* =========================
     ☰ → × 変形
  ========================= */
  #nav-toggle:checked~.sp-header .icon-hamburger {
    background: transparent;
  }

  #nav-toggle:checked~.sp-header .icon-hamburger::before {
    transform: rotate(45deg);
    top: 0;
  }

  #nav-toggle:checked~.sp-header .icon-hamburger::after {
    transform: rotate(-45deg);
    top: 0;
  }


  /* ===== SPナビ ===== */
  .nav-toggle {
    display: none;
  }

  .sp-nav {
    display: block;
    position: fixed;
    inset: 0;
    padding: 80px 20px 170px;
    background: #fff;
    transform: translateX(100%);
    transition: .4s;
    z-index: 100;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sp-nav-title {
    text-align: left;
    color: #fff;
    font-size: 16px;
    background: #e65d71;
    padding: 5px 10px;
    margin: 15px 0;
  }

  #nav-toggle:checked~.sp-nav {
    transform: translateX(0);
  }

  .sp-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
  }

  .sp-nav__item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 7px;
    text-align: center;
    color: #333;
    text-decoration: none;
    font-size: 4vw;
    border-bottom: 1px solid #e5e5e5;
  }

  .arrow {
    position: relative;
    display: inline-block;
    width: 12px;
    height: auto;
    margin-right: 3px;
  }

  .arrow::before,
  .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    width: 12px;
    height: 3px;
    border-radius: 2px;
    background-color: #000000;
    transform-origin: calc(100% - 1px) 50%;
  }

  .arrow::before {
    transform: rotate(45deg);
  }

  .arrow::after {
    transform: rotate(-45deg);
  }

  .sp-nav__item img {
    max-width: 60px;
    margin-bottom: 10px;
  }


  /* ===== バナー ===== */
  .sp-nav__banner {
    margin-top: 30px;
    text-align: center;
  }

  .sp-nav__banner img {
    max-width: 100%;
    height: auto;
  }

  .box-tel {
    margin-bottom: 30px;
  }

  .box-tel>span {
    display: block;
    font-size: 5vw;
    font-weight: bold;
    color: #333333;
  }

  .box-tel .tel {
    font-size: 10vw;
    color: #d4407f;
    font-weight: 500;
    content: "url('../img/common/ico-tell.svg')";
  }

  .box-tel .tel::before {
    content: url('../img/common/ico-tell.svg');
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    width: 7%;
    height: auto;
  }

  /* === 旧ハンバーガー完全無効 === */
  .hamburger {
    display: none !important;
  }

  /*************************
 SPパンくずリスト
*************************/

  .bread-crumb {
    display: none;
  }

  #breadcrumb .breadcrumb_box {
    display: flex;
    background: #fdf0f4;
    padding: 10px;
    color: #e44087;
    width: 100%;
    align-items: center;
    margin-top: 0;
  }

  .breadcrumb_box a {

    color: #e44087;
  }

  .breadcrumb_box {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }

  .home {
    width: 20px;
    height: auto;
  }

  img.spacer {
    width: 7px;
    height: 11px;
    margin: 0 7px 1px;
  }

}


@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0;
  }

  /* #main {
    padding: 0 15px;
  } */

  .price01,
  .price02,
  .price03,
  .price04,
  .price05,
  .section07,
  .section08,
  .section09,
  .section10,
  .section11,
  .section12,
  .section13,
  .section14,
  .section15 {
    padding: 0 15px;
  }

  h2.title-type01 {
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    background: initial;
    border-radius: 0;
    font-size: 21px;
    font-weight: 400;
    color: #e44087;
    border-top: 1px dotted #e44087;
    border-bottom: 1px dotted #e44087;
    padding: 10px 15px;
    margin: 0 0 30px;
  }

  h2.title-type01:after {
    content: "";
    background: #e44087;
    width: 5px;
    height: 80%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  h3.title-type02 {
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    background: initial;
    border-radius: 0;
    padding: 8px 0 5px 0;
    margin-bottom: 30px;
    font-size: 18px;
    color: #333333;
    border-bottom: 2px solid #ebe5d3;
  }

  h3.title-type02:after {
    content: "";
    background: initial;
  }

  /* 調査・料金に関する質問をする */
  .section-inside .lead {
    width: 70%;
    margin: 10px auto 5px;
    height: auto;
  }

  .section-inside .lead img {
    width: 206px;
    height: 54px;
  }

  .btn_cta {
    background: #1fc39d;
    border-radius: 7px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    width: 90%;
    margin: 0 auto;
  }

  .btn_cta a {
    font-size: 16.5px;
    font-weight: 600;
    color: #ffffff;
    padding: 15px 0;
  }

  #w {
    flex-direction: column;
  }

  #l.sidebar {
    width: 100%;
    margin-right: 0;
    order: 2;
  }

  #r.ly-main {
    order: 1;
    max-width: initial;
  }

  .layout {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    margin-right: 0;
    order: 2;
  }

  .main-content {
    order: 1;
  }

  .list_def_box {
    border: 2px solid #ebe5d3;
    padding: 20px 10px 10px;
  }

  .list_def_box li {
    position: relative;
    font-size: 15px;
    float: none;
    padding-left: 30px;
    margin-bottom: 7px;
    text-align: start;

  }

  .list_def_box li::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    padding: 0 10px;
    background: url("../img/common/ico_check-list.png") no-repeat center / contain;
  }

  .text_box p {
    display: block;
    font-size: 16px;
    text-align: left;
    margin-left: 0px;
  }

  .contents_box {
    border: 3px dotted rgba(234, 43, 97, 0.3);
    box-sizing: border-box;
    text-align: left;
    padding: 20px;
    margin: 25px auto 0;
  }

  .contents_box p {
    margin-bottom: 0;
  }

  .list_def_box02 {
    padding: 0;
    margin-top: 10px;
    margin-left: 0px;
  }

  .list_def_box02 li {
    position: relative;
    font-size: 15px;
    float: none;
    padding: 0 10px 0 25px;
    margin-bottom: 7px;
    text-align: start;
    margin-left: 10px;
  }

  .list_def_box02 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    padding: 0;
    background: url("../img/common/ico_check-list.png") no-repeat center / contain;
  }

  .contents_box p {
    padding-left: 0;
  }

  .contents_box h3 {
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    margin: 0 0 10px;
  }

  .contents_box h3.survey::before {
    left: 0;
    width: 25px;
    height: 25px;
  }

  .contents_box h3.price::before {
    left: 0;
    width: 25px;
    height: 25px;
  }

  .contents_box h3.cnslg::before {
    left: 0;
    width: 25px;
    height: 25px;
  }

  .contents_box h3.ex::before {
    left: 0;
    width: 25px;
    height: 25px;
  }

  /* SP調査料金テーブル */
  .price_table {
    margin-bottom: 0;
  }

  .price_table tr {
    display: block;
  }

  .price_table th,
  .price_table td {
    display: block;
    width: 100%;
  }

  .price_table th {
    background: #e44087;
    color: #fff;
    padding: 8px;
    text-align: center;
    border-bottom: none;
  }

  .price_table td {
    border-top: none;
  }

  /* よくあるご質問 */
  .item {
    margin-bottom: 25px;
  }

  .item ul {
    padding-left: 70px;
  }

  .item h4 {
    padding: 5px 0 15px 50px;
    min-height: 32px;
  }

  .item h4::before {
    width: 32px;
    height: 32px;
  }

  .item p {
    padding-left: 50px;
  }

  .item p:first-of-type::before {
    width: 32px;
    height: 32px;
  }

  /* ご相談からの流れ */
  .flow__flexbox {
    display: block;
    text-align: left;
  }

  .flow__item {
    width: 100%;
    padding: 30px;
    font-size: 15px;
    margin-bottom: 20px;
    border: 2px solid #F9BFCF;
  }

  .text_type01 {
    font-size: 20px;
    color: #EE527A;
    font-weight: 4;
  }

  .flow__item p {
    font-size: 18px;
    margin: 10px 0 0;
  }

  /* CTA */
  .box-cta_wrapper {
    padding: 0px 15px;
  }

  .box-cta01 {
    flex-direction: column;
  }

  .box__tel,
  .box__mail {
    width: 100%;
  }

  .box__line {
    width: 100%;
    height: 92px;
  }

  .box__tel a div:nth-child(2),
  .box__mail a div:nth-child(2),
  .box__line a div:nth-child(2) {
    font-size: 26px;
  }

  /* コンタクトフォーム */
  .section07 .section-inside {
    padding: 50px 0;
  }

  .section07 .section-inside h2 {
    font-size: 21px;
  }

  .section07 .section-inside .lead {
    width: 90%;
  }

  .form_box .line .head {
    width: 100%;
    margin-bottom: 20px;
  }

  .form_box .line {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  .form_box .line .data {
    width: 100%;
  }

  .form_box .line .data.radio_colum {
    padding-top: 0;
  }

  .form_box .line .data input,
  .form_box .line .data select {
    font-size: 1.2rem;
    margin-left: 0;
    height: 52px;
  }

  #link_mail {
    display: block;
    margin-top: -50px;
    padding-top: 50px;
  }

  /* 弊社サービスの料金の特徴 */
  .reason-box {
    display: flex;
    padding: 0 10px 0 2%;
  }

  .reason-badge {
    position: relative;
    width: 80px;
    height: 85px;
    top: -3px;
    margin-bottom: 15px;
    padding: 0 5px;
  }

  .badge-top {
    font-size: 12px;
    margin-top: 20px;
  }

  .badge-num {
    font-size: 20px;
  }

  .reason-text {
    width: 80%;
    font-size: 16px;
    text-align: start;
    white-space: inherit;
  }

  .section08_text {
    margin-left: 10px;
  }

  /* アフターフォロー */

  .after_box {
    padding: 0 10px;
  }

  .lead_text {
    padding: 0 10px;
  }

  .list_title_01 {
    position: relative;
    padding-left: 45px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }


  .list_title_01::before {
    left: 10px;

  }

  .list_title_02 {
    position: relative;
    padding-left: 45px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .list_title_02::before {
    left: 10px;

  }


  .after_box .list_def {
    margin: 0 0 10px;
    line-height: 1.6;
    padding: 5px 15px 5px 30px;
    border: none;
    font-size: 14px;
  }

  .after_box_text {
    padding: 0 10px;
    word-break: inherit;
    margin: 20px auto;
  }

  .after_def {
    text-align: start;
    padding: 0 10px;
    font-size: 14px;
  }

  /* プロフィール */
  .profile {
    margin-bottom: 50px;
  }

  .title-type04 {
    font-size: 18px;
    padding: 12px 5px;
    border: 2px solid #fff;
  }

  .profile__box {
    padding: 10px;
    border-top: 2px solid #D8234C;
  }

  .profilebox__img {
    display: block;
    margin-bottom: 20px;
  }

  .profile_img {
    width: 100%;
    border: 1px solid #ccc;
  }

  img.profile_img {
    width: 120px;
    padding: 1px;
  }

  .profile-title {
    font-size: 18px;
    padding-left: 0;
    text-align: center;
  }

  .profile-title p {
    font-size: 16px;
    padding: 0 20px;
  }

  .title-type05 {
    font-size: 16px;
    padding-left: 8px;
    margin-bottom: 10px;
  }

  .profile-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .profile_link a {
    font-size: 16px;
  }

  .profile-text ul li {
    word-break: inherit;
  }


  /* 口コミ */
  p.title-type03 {
    font-size: 20px;
  }

  .age__female {
    font-size: 16px;
    margin: 10px 0;
  }

  .reviews__text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: justify;
  }

  img.circle {
    width: 90px;
    height: 90px;
  }

  /* 関連記事 */
  .section14 {
    margin-bottom: 50px;
  }

  .cat-posts li {
    width: calc(50% - 10px);
  }

  .cat-posts ul {
    gap: 20px;
  }

  /* 全国の相談窓口 */
  .col2>.box-colum__square {
    width: 100%;
    display: flex;
    flex-direction: inherit;
    align-items: start;
  }

  .box-colum__square .thumb {
    width: 20%;
  }

  .box-colum__square .txt {
    margin: 0 0 0 20px;
  }

  .txt.txt__002 h3 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 5px;
  }

  .txt.txt__002 p {
    font-size: 14px;
    text-align: left;
    margin: 0;
  }



}


/*===============================
  スマホ
===============================*/
@media screen and (min-width:1px) and (max-width:767px) {

  /* デバイスごとの表示 */
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .sp-header {
    transform-origin: top left;
  }

  img.main_image {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }

  .srvce_list li {
    background-color: #ffffff;
    width: 48%;
    margin-bottom: 15px;
    position: relative;
  }

  /* フッター */
  .foot_nav>ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #e44087;
  }

  .foot_nav {
    padding: 0;
    display: block;
    background: #fdf3f7;
  }

  .foot_nav a {
    display: block;
    color: #333;
    font-size: 16px;
    padding: 15px;
  }

  .foot_nav>ul>li {
    width: 50%;
    border-right: 1px dotted #e44087;
    border-bottom: 1px dotted #e44087;
    position: relative;
    margin-bottom: 0;
    padding-right: 20px;
  }

  .foot_nav>ul>li::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #e44087;
    border-right: 3px solid #e44087;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 2px;
  }

  .foot_title {
    padding-left: 0;
  }

  p.foot_title a {
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: .1em;
    padding-left: 0;
    line-height: 180%;
    background-color: #e65d71;
    text-align: center;
    color: #fff;
  }

  .foot_nav>ul>li>a::before {
    display: none;
  }

  .foot_title::before {
    display: none;
  }

  .foot_nav__two_col li::before {
    display: none;
  }

  ul.foot_nav__two_col li {
    width: 50%;
    border-right: 1px dotted #e44087;
    border-bottom: 1px dotted #e44087;
    position: relative;
  }

  .foot_nav__two_col {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0;
    padding: 0;
    line-height: initial;
  }

  .foot_nav__two_col li {
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
    margin-bottom: 0;
    padding-left: 0;
  }

  .foot_nav__two_col li::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #e44087;
    border-right: 3px solid #e44087;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 2px;
  }

  /* コピーライト */
  .Copyright_text {
    padding-top: 40px;
    padding-bottom: 10px;
  }

}

/*===============================
  スマホ 調整
===============================*/

@media (max-width: 450px) {

  .sp-header {
    transform: scale(1);
    width: 100%;
  }

  .sp-header__inner {
    padding: 5px 0;
    max-width: 95%;
  }

  h1.sp_title_type {
    margin: 2% 0 0;
  }

  .contents_box h3.cnslg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(https://www.sakurasachiko.jp/img/common/ico-cnslg.png) no-repeat center / contain;
  }

  .section06 h2 {
    font-size: 21px;
  }

  .box__tel a div,
  .box__mail a div,
  .box__line a div {
    font-size: 14px;
  }

  /* 全国の相談窓口 */
  .section15 p.lead {
    width: 90%;
    margin: 10px auto 25px;
    height: auto;
  }

  .box-colum__square .thumb {
    width: 30%;
  }

  .col2>.box-colum__square {
    display: block;
    width: 100%;
    display: flex;
    flex-direction: inherit;
    align-items: start;
  }

  .txt.txt__002 h3 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
  }

  .txt.txt__002 p {
    font-size: 12px;
    text-align: left;
    margin: 0;
  }

}

@media screen and (max-width: 400px) {
  .badge-top {
    margin-top: 10px;
  }

  .reason-badge {
    position: relative;
    width: 60px;
    height: 65px;
    top: -10px;
    margin-bottom: 15px;
    padding: 0 5px;
  }
}

@media screen and (max-width: 370px) {
  .foot_nav a {
    font-size: 14px;
    padding: 10px;
  }
}


/* 360px */
@media (max-width: 360px) {
  .sp-header {
    transform: scale(0.96);
    width: calc(100% / 0.96);
  }
}

/* 340px */
@media (max-width: 340px) {
  .sp-header {
    transform: scale(0.9);
    width: calc(100% / 0.9);
  }
}

/* 320px */
@media (max-width: 320px) {
  .sp-header {
    transform: scale(0.85);
    width: calc(100% / 0.85);
  }

  .sp-nav__item a {
    font-size: 12px;
  }
}