/* ============================================================ */
/* 実家じまい LP スマホ重視　【 jikkajimai.com/radix/ 】         */
/* ============================================================ */

/* ------------------------------------------------------------ */
/* 共通                                                         */
/* ------------------------------------------------------------ */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ページ内スクロール指定 */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  color: #333333;
  margin: 0;
}

.inner {
  width: 100%;
  padding-inline: 20px;
}
@media screen and (min-width: 780px) {
  .inner {
    padding-inline: 25px;
  }
}

section {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a {
  color: #0050d2;
}

li a,
p a {
  text-decoration: none;
}

/* 要素リセット＆フォント設定 */
p,
li {
  margin: 0;
  font-size: 90%;
}

h2 {
  margin: 0 0 20px 0;
  font-size: 170%;
}

ul,
h3,
h4 {
  margin: 0;
  padding: 0;
}

.red {
  color: #f30;
}

img {
  max-width: 100%;
}

/* h2 タイトル内のあしらい */
.title_point {
  color: #fff;
  background: #333333;
  border-radius: 100vh;
  padding: 3px 40px 7px 40px;
  margin: 0 10px 0 0;
  font-size: 50%;
}

/* 申込みボタン ----------------------------------------------- */
/*（テキスト部分）*/
.entry_txt {
  text-align: center;
  /*color: #21AC38;*/
  font-size: 200%;
  font-weight: bold;
  margin-top: 20px;
}

/*（ボタン部分）*/
.entry_btn {
  /*width:100vw;*/
  margin: -40px 0 10px 0;
  padding: 50px 0;
  text-align: center;
  background: linear-gradient(180deg, rgba(46, 222, 84, 1) 0%, rgba(24, 119, 39, 1) 100%);
  clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0, 50% 40%);
  display: flex;
  justify-content: center;
  gap: 20px; /* ボタン間のスペース */
}

.entry_btn img {
  padding: 80px 0 8px 0;
  width: 320px;
  height: auto;
}

/* ページの先頭へ戻るボタン ----------------------------------- */
.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.pagetop img {
  width: 80%;
  margin-top: 20px;
}

.pagetop a {
  display: block;
  text-decoration: none;
}

/* アコーディオン --------------------------------------------- */
.accordion01 {
  max-width: 100%;
  margin-top: 20px;
  border: solid 1px #22ac38;
  border-radius: 5px;
  background-color: #ffffff;
}

.accordion01 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #22ac38;
  font-weight: 600;
  cursor: pointer;
  overflow: visible;
}

.accordion01 summary::-webkit-details-marker {
  display: none;
}

.accordion01 summary span {
  position: relative;
}
.accordion01 summary span::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 3px solid #22ac38;
  border-bottom: 3px solid #22ac38;
  transform: rotate(45deg);
  margin-left: 10px;
  transition: transform 0.3s;
  box-sizing: content-box;
  content: "";

  /*transform:translateY(-25%) rotate(45deg);
	width:7px;
	height:7px;
	margin-left:10px;
	border-bottom:3px solid #22AC38;
	border-right:3px solid #22AC38;
	content:'';
	transition:transform .3s;*/
}

.accordion01[open] summary span::after {
  transform: rotate(225deg);
}

.accordion01 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion01[open] p {
  transform: none;
  opacity: 1;
}

/* 画像の表示きりかえ ----------------------------------------- */

/* PC版 */
.img_pc {
  /*display:block;*/
  display: inline;
}

/* PC版＆タブレット版 */
.img_pctb {
  margin: 0 auto;
  display: block;
  max-width: 1200px;
  width: 100%;
}

/* タブレット＆スマホ版 */
.img_tbsp {
  display: none;
}

/* スマホオンリー版 */
.img_sp {
  display: none;
}

/* 親要素（ビューポートに対して横幅指定）---------------------- */

.sec,
.sec_c {
  width: 90vw;
  margin: 0 auto;
  padding: 80px 0;
}

/* 左寄せ */
.sec {
  text-align: left;
}

/* 中央寄せ */
.sec_c {
  text-align: center;
}

/* 背景：うす緑背景 ------------------------------------------- */
.bg-green {
  background: #e5f2e8;
}

/* さらにうすい緑 */
.bg-light-green {
  background: #f3f9f4;
}

/* 背景：うす緑背景を矢印にする ------------------------------- */

.bg-arrow {
  padding: 20px 10px 100px 10px;
  background: #e5f2e8;
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
  text-align: center;
}

/* 背景：濃い緑＆上右あがり＆下左あがり ------------------------- */

.bg-diagonal01 {
  padding: 120px 0 80px 0;
  color: #ffffff;
  background: #22ac38;
  /*clip-path:polygon(0 20%, 100% 0, 100% 100%, 0 80%);*/
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}

/* 背景：うすい緑＆右あがり ------------------------------------- */

.bg-diagonal02 {
  padding: 60px 0 120px 0;
  background: #e5f2e8;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  /*clip-path: polygon(0 10%, 100% 0, 100% 80%, 0% 100%);*/
}

/* 背景：さらにうすい緑　---------------------------------------- */

.bg-diagonal03 {
  padding: 60px 0;
  background: #f3f9f4;
}

/* 年末年始 --------------------------------------------------- */
.news2025 {
  width: 88%;
  padding: 30px;
  background: #ffffff;
  margin: 0 auto;
  font-size: 110%;
}

.news2025 .tit {
  margin-bottom: 20px;
}

/* ------------------------------------------------------------ */
/* ヘッダー                                                     */
/* ------------------------------------------------------------ */
header {
  width: 100%;
  background: #fff;
  position: fixed; /* ヘッダー部分を固定する */
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__inner {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center; /* iOS 6-, Safari 3.1-6 */
  -ms-flex-align: center; /* IE 10 */
  -webkit-align-items: center; /* Safari 7.0+ */
  align-items: center;
  gap: 10px;
}

.header__logo img {
  width: 100%; /* 親要素（ヘッダー）の幅に合わせる場合 */
  max-width: 325px; /* 元のサイズ以上に大きくしたくない場合 */
  height: auto; /* 高さは自動計算に任せる */
  aspect-ratio: 325 / 74; /* HTMLの数値からアスペクト比を固定 */
  object-fit: contain; /* 枠内にきれいに収める */
}

header .h_btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

header .h_btn a:hover {
  opacity: 0.9;
}

.h_tel {
  max-width: 370px;
  width: 100%;
  aspect-ratio: 370 / 52;
}
header .h_btn .h_tel a:hover {
  opacity: 0.9;
}

.header__cta {
  width: 100%;
  max-width: 350px;
  display: block;
  aspect-ratio: 350 / 52;
}

/* ------------------------------------------------------------ */
/* メイングラフィク                                           */
/* ------------------------------------------------------------ */
.mv_sp2 {
  display: none;
}

.mv_sp2-message {
  background-color: rgba(255, 255, 255, 0.7);
}

.mv {
  clear: both;
  width: 100%;
  position: relative;
  height: 592px;
  margin: 90px 0 0 0;
  /*background:url(../img/mv.jpg) top right no-repeat;*/
  background: #f7f8fa url(../img/mv.jpg) top center no-repeat;
}

/* 文字＆ボタンのエリア --------------------------------------- */
.mv_message {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  /*width: 90%;*/
  /*max-width: 800px;
	max-height: 448px;*/
  max-width: none;
  min-width: unset;
  height: auto;
}

.mv_logo {
  width: 400px;
  max-width: 100%;
}

/* メッセージ */
.mv_message p {
  /*font-size: clamp(20px, 10vw, 46px);*/
  font-size: 36px;
  font-weight: bold;
  line-height: 170%;
  margin-top: 22px;
}

.mv_message p span {
  /*font-size:150%;*/
  color: #22ac38;
}

/* ボタン */
.mv_message .mv_btn {
  margin: 30px 0 0 0;
  width: 418px;
  max-width: 100%;
}

.mv_message .mv_btn img {
  height: auto;
}

.mv_message .mv_btn a:hover {
  opacity: 0.7;
}

/* ------------------------------------------------------------ */
/* 目次                                                         */
/* ------------------------------------------------------------ */
.pgindex {
  background: #ffffff;
}

.pgindex:not([open]) {
  margin-bottom: 0;
}

/* タイトル */
.pgindex summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5px 20px 7px 20px;
  background-color: #22ac38;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.pgindex summary::-webkit-details-marker {
  display: none;
}

.pgindex summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  transition: transform 0.3s;
}

.pgindex[open] summary::after {
  transform: rotate(225deg);
}

.pgindex p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.pgindex[open] p {
  transform: none;
  opacity: 1;
}

/* 目次リンク */
.pgindex .sec ul {
  margin: 0 0 0 50px;
  font-size: 110%;
}

.pgindex .sec ul li {
  margin-bottom: 5px;
  list-style: none;
  background: url(../img/icon01.gif) 0px 3px no-repeat;
  padding-left: 24px;
}

.pgindex .sec ul li ul {
  margin: 0 0 0 80px;
}

.pgindex .sec ul li ul li {
  background: url(../img/icon02.gif) 0px 5px no-repeat;
}

/* ------------------------------------------------------------ */
/* お知らせ                                                     */
/* ------------------------------------------------------------ */
.news {
  margin: 16px auto;
  text-align: center;
  display: block;
}

.news p {
  text-align: left;
  display: inline-block;
}

.news .news_tit {
  font-size: 110%;
  font-weight: bold;
}

.news .red {
  font-weight: bold;
}

/* ------------------------------------------------------------ */
/* fv直下のサービス提供会社について                             */
/* ------------------------------------------------------------ */

.expert-intro__description {
  /*background: #e5f2e8;*/
  display: flex; /* 垂直方向の中央揃えをしやすくする */
  align-items: center;
  justify-content: center;
  gap: 8px; /* アイコンとテキストの間の距離 */
  background: #22ac38;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.expert-intro__description::before {
  content: ""; /* 必須：これがないと表示されません */
  flex-shrink: 0;
  width: 23px; /* アイコンの横幅 */
  height: 23px; /* アイコンの高さ */
  background-image: url("../img/info-icon.png"); /* アイコン画像のパス */
  background-size: contain; /* 枠内に画像を収める */
  background-repeat: no-repeat;
  display: inline-block; /* サイズを指定するために必要 */
  margin-top: 2px;
}
.expert-intro__annotation {
  max-width: 1080px;
  margin-inline: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 10px;
  text-align: left;
}
/* ------------------------------------------------------------ */
/* このようなお悩みはありませんか？                             */
/* ------------------------------------------------------------ */
.onayami h2 {
  margin: 0 0 30px 0;
  color: #ff9900;
}

.onayami .onayami_list {
  text-align: center;
  /*margin-bottom:120px;*/
}

.onayami ul {
  margin: 20px 0 0 0;
  display: inline-block;
}

.onayami ul li {
  font-size: 110%;
  list-style: none;
  text-align: left;
  background: url(../img/onayami_icon01.png) top left no-repeat;
  margin: 0 0 10px 0;
  padding: 0 0 0 24px;
}

/* ------------------------------------------------------------ */
/* 写真スライド　※基本は flexslider.css                        */
/* ------------------------------------------------------------ */
.photo_slider {
  padding: 0;
}

.flexslider {
  width: 700px;
  margin: 50px auto 0 auto;
}

.flex-direction-nav a.flex-prev {
}
.slides {
  position: relative;
  z-index: 0;
}
/* ------------------------------------------------------------ */
/* まるっとお任せ！ワンストップサービス                         */
/* ------------------------------------------------------------ */
.omakase h2 {
  margin: 0 0 30px 0;
}

.omakase .omakase_menu {
  text-align: center;
}

.omakase .omakase_list {
  width: 120px;
  display: inline-block;
  margin: 0 20px 0 0;
}

.omakase .omakase_list .tit {
  color: #22ac38;
}

.omakase .omakase_list img {
  margin: 7px 0 0 0;
}

.omakase .omakase_list p {
  font-size: 80%;
}

.omakase .omakase_list .tit {
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* ------------------------------------------------------------ */
/* 「実家」に関するお悩みを親身になって解決します！
/* ------------------------------------------------------------ */
.kaiketsu {
  /*display:flex;*/
  /*width: 80%;*/
  margin: 0 auto 50px auto;
  text-align: center;
}

.kaiketsu img {
  /*width: 160px;
  height: auto;
  margin: 0 30px 0 0;*/
  width: 100%;
  max-width: 642px;
  aspect-ratio: 642 / 163;
}

.kaiketsu .txt {
  /*width:calc(100% - 250px);		/* 全体の横幅－（画像width＋余白） */
  text-align: left;
  margin: 30px 0 0 0;
  display: inline-block;
}

.kaiketsu .txt h2 {
  margin: 0 0 20px 0;
  text-align: left;
}

.kaiketsu .txt p {
  text-align: left;
}

/* 特徴 */
.kaiketsu .feature {
  /*max-width:1200px;*/
  text-align: center;
  background: #ffffff;
  padding: 20px;
  margin: 30px 0 0 0;
}

.kaiketsu .feature ul {
  color: #333333;
  list-style: none;
  display: inline-block;
}

.kaiketsu .feature ul li {
  text-align: left;
  margin: 0 0 7px 0;
  padding: 0 0 0 40px;
  font-size: 100%;
  background: url(../img/arrow_green.gif) 0px 7px no-repeat;
}

/* ------------------------------------------------------------ */
/* あの時売却しておけばよかったと後悔することも・・・           */
/* ------------------------------------------------------------ */
.koukai {
  display: flex;
  background: #fefef4 url(../img/koukai_img02.gif) bottom right no-repeat;
  border: solid 6px #ffdf42;
  padding: 30px;
  margin: 30px auto;
  gap: 10px;
}

.koukai .photo {
  width: 30%;
}

.koukai .txt {
  width: 60%;
  text-align: left;
}

.koukai .txt h3 {
  color: #21ac38;
  font-size: 130%;
  margin-bottom: 20px;
}

/* ------------------------------------------------------------ */
/* ご利用の流れ                                                 */
/* ------------------------------------------------------------ */

/* サービスご利用の流れ --------------------------------------- */
.flow {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.flow .cost01 {
  width: 10%;
  text-align: center;
  background: url(../img/flow_bk01.png) bottom center no-repeat;
}

.flow .cost02 {
  width: 10%;
  text-align: center;
  background: url(../img/flow_bk02.png) bottom center no-repeat;
}

.flow .detail {
  width: 88%;
  text-align: center;
}

.flow .detail .step_box {
  display: flex;
  justify-content: space-between;
  text-align: left;
  border: solid 1px #1eaa39;
  border-radius: 5px;
  padding: 20px;
}

.flow .free .step_box {
  border: solid 1px #f39800;
}

.flow .detail .step_box .no {
  width: 15%;
}

.flow .detail .step_box .no p {
  font-size: 80%;
  font-weight: bold;
}

.flow .detail .step_box .no .org {
  margin-top: 7px;
  color: #faa63f;
  letter-spacing: 2px;
}

.flow .detail .step_box .no .greeen {
  margin-top: 7px;
  color: #1eaa39;
  letter-spacing: 4px;
}

.flow .detail .step_box .txt {
  width: 75%;
  margin-left: 0;
  margin-right: auto;
}

/*.flow .detail .step_box .txt p {
  font-size: 90%;
}*/

/*.flow .detail .step_box .txt p:first-of-type {
  font-size: 120%;
  font-weight: bold;
}*/
.flow__content {
  width: 80%;
  display: flex;
  column-gap: 20px;
  row-gap: 15px;
  align-items: flex-start;
}
.flow__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.flow__info-container {
  display: flex;
  gap: 15px; /* バッジ同士の間隔 */
  align-items: flex-start;
}
.flow__badge {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fcd262;
  flex-shrink: 0;
}
.flow__badge-text {
  text-align: center;
  font-size: 14px;
}
.flow__circle {
  width: 20px;
}
.flow__badge-text-span {
  font-size: 20px;
  font-weight: bold;
}
.flow__title-span {
  font-weight: normal;
  font-size: 80%;
}

/* no.1 2つ入口 ----------------------------------------------- */
/* BOX ---------------- */
.flow .detail .step_box_02 {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.flow .detail .step_box_02 .way_01,
.flow .detail .step_box_02 .way_02 {
  display: flex;
  width: 28%;
  border: solid 1px #f39800;
  border-radius: 5px;
  padding: 20px;
}

.flow .detail .step_box_02 .way_01 {
  width: 60%;
}

.flow .detail .step_box_02 .way_01 .no {
  width: 25%;
}

.flow .detail .step_box_02 .way_01 .txt {
  width: 68%;
}

.flow .detail .step_box_02 .way_02 {
  text-align: center;
}

/* 矢印 --------------- */
.flow .detail .step_box_02_arrow {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.flow .detail .step_box_02_arrow .way_01 {
  width: 60%;
}

.flow .detail .step_box_02_arrow .way_02 {
  width: 30%;
}

.flow_comment {
  margin-top: 20px;
  text-align: left;
  max-width: 1200px;
  width: 100%;
  margin: 20px auto;
}

.flow_comment p {
  font-size: 80%;
  line-height: 140%;
}

/* ------------------------------------------------------------ */
/* 活用方法1：空き家の活用を知る                                */
/* ------------------------------------------------------------ */
.katsuyou h2 {
  margin: 0 0 20px 0;
}

/* リンク付きイメージ画像 */
.katsuyou .katsuyou_img01 {
  margin: 60px 0 30px 0;
  text-align: center;
}

/* どの選択肢であっても必ず必要になること --------------------- */
.katsuyou .hitsuyou4 {
  text-align: left;
  background: #e5f2e8;
  padding: 30px 30px 0 0;
}

.katsuyou .hitsuyou4 h3 {
  color: #21ac38;
  font-size: 100%;
  margin: 0 0 10px 30px;
}

/* 白BOXの親 */
.katsuyou .hitsuyou4 .kaisetsu_parent {
  display: flex;
}

/* 白BOX */
.katsuyou .hitsuyou4 .kaisetsu {
  display: flex;
  background: #ffffff;
  width: 40vw;
  padding: 30px;
  margin: 0 0 30px 30px;
}

.katsuyou .hitsuyou4 .kaisetsu .left {
  width: 20%;
}

.katsuyou .hitsuyou4 .kaisetsu .right {
  width: 80%;
}

.katsuyou .hitsuyou4 .kaisetsu .right .tit {
  color: #22ac38;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 10px;
}

/* 白BOXリンク付き */
.katsuyou .hitsuyou4 .kaisetsu_link {
  position: relative;
  /*background:#FFFFFF url(../img/arrow_green.gif) bottom right no-repeat;*/
}
.katsuyou .hitsuyou4 .kaisetsu_link a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* 詳しい説明 ------------------------------------------------- */
/* タイトル */
.katsuyou h3 {
  clear: both;
  margin: 50px 0 30px 0;
}

.katsuyou h3 span {
  color: #ffffff;
  background: #22ac38;
  font-size: 90%;
  padding: 3px 10px;
  margin-right: 10px;
}

/* 写真＋ポイント ------------------------------- */
.katsuyou .katsuyou_detail {
  display: flex;
}

/* 写真　3枚ならび */
.katsuyou .katsuyou_detail .photo {
  /*width:100%;*/
  width: 690px;
  display: flex;
  flex-wrap: wrap;
}

.katsuyou .katsuyou_detail .photo div {
  margin: 0 5px 0 0;
}

.katsuyou .katsuyou_detail .photo div p {
  font-size: 70%;
  text-align: center;
  margin: 5px 0 10px 0;
  line-height: 100%;
}

.katsuyou .katsuyou_detail .photo .sub_title {
  width: 100%;
  color: #22ac38;
  font-weight: bold;
  font-size: 100%;
  margin: 10px 0 5px 0;
}

/* ポイント解説 */
.katsuyou .katsuyou_detail .point {
  border: solid 1px #22ac38;
  width: calc(100% - 690px);
  padding-top: 20px;
}

.katsuyou .katsuyou_detail .point p {
  margin: 10px 20px;
}

.katsuyou .katsuyou_detail .point .sub_title {
  color: #ff6600;
  font-weight: bold;
  background: url(../img/icon_point.gif) 0px 6px no-repeat;
  padding: 0 0 0 70px;
  margin: 10px 20px;
}

.katsuyou .katsuyou_detail .point .ex {
  background: #e5f2e8;
  padding: 20px 10px;
  margin: 20px;
}

.katsuyou .katsuyou_detail .point .ex p {
  margin-bottom: 20px;
}

.katsuyou .katsuyou_detail .point .ex span {
  font-weight: bold;
}

/* ------------------------------------------------------------ */
/* 活用方法2：宅内の片付けを知る                                */
/* ------------------------------------------------------------ */
.kataduke h2 {
  margin: 0 0 20px 0;
}

/* 画像周り --------------------------------------------------- */
.kataduke .bg_img01 {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

/*（白背景) */
.kataduke .bg_img02 {
  width: 100%;
  text-align: center;
  background: #ffffff;
  padding: 20px 0;
  margin: 15px 0 30px 0;
}

.kataduke .bg_img02 img {
  max-width: 1200px;
  width: 90%;
}

/* 片付けの表 ------------------------------------------------- */
.kataduke .kataduke_list {
  display: flex;
  margin-top: 50px;
}

.kataduke .kataduke_list .list_detail {
  width: calc(100% / 3);
  border: solid 1px #22ac38;
  border-left: none;
  background: #ffffff;
  padding: 0 0 20px 0;
  text-align: left;
}

.kataduke .kataduke_list .list_detail:first-child {
  border-left: solid 1px #22ac38;
}

/* 余白 */
.kataduke .kataduke_list .list_detail p {
  margin: 0 20px;
}

.kataduke .kataduke_list .list_detail ul {
  margin: 20px 20px 0 20px;
}

/* 見出し */
.kataduke .kataduke_list .list_detail .sub_title {
  background: #22ac38;
  text-align: center;
  color: #ffffff;
  border-right: solid 1px #ffffff;
  padding: 3px 0 5px 0;
  margin: 0 0 20px 0;
}

/* イメージ写真 */
.kataduke .kataduke_list .list_detail .photo {
  text-align: center;
  margin-bottom: 20px;
}

/* オレンジ〇マーク */
.kataduke .kataduke_list .list_detail li {
  list-style: none;
  background: url(../img/icon_maru.gif) 0px 7px no-repeat;
  margin: 0;
  padding: 0 0 5px 20px;
}

.kataduke .kataduke_list .list_detail .list_style02 li {
  float: left;
  margin-right: 10px;
}

/* 黄色背景 */
.kataduke .kataduke_list .list_detail .bg-yellow {
  background: #fff7d0;
  background-image: none;
  margin: -5px 0 10px 20px;
}

/* 上みどり罫線＆小見出し */
.kataduke .kataduke_list .list_detail .line_sec {
  border-top: dotted 1px #22ac38;
  padding: 20px 0 0 0;
  margin-top: 20px;
}

.kataduke .kataduke_list .list_detail .line_sec .komidashi {
  color: #22ac38;
  font-weight: bold;
  margin-bottom: 10px;
}

.kataduke .kataduke_list .list_detail .line_sec .komidashi span {
  color: #ffffff;
  background: #22ac38;
  border-radius: 100vh;
  padding: 3px 10px 5px 10px;
  margin: 0 10px 0 0;
  font-size: 50%;
}

/* ------------------------------------------------------------ */
/* 活用方法3：空き家の管理を知る                                */
/* ------------------------------------------------------------ */
.kanri h2 {
  margin: 0 0 20px 0;
}

.kanri h3 {
  color: #ffffff;
  background: #22ac38;
  padding: 2px 20px 5px 20px;
  margin: 40px 0 20px 0;
  font-size: 90%;
  font-weight: normal;
}

/* 写真 */
.kanri .photo {
  display: flex;
}

.kanri .photo div {
  margin: 0 0 0 10px;
}

.kanri .photo div:first-child {
  margin: 0;
}

.kanri .photo div p {
  text-align: center;
}

/* ------------------------------------------------------------ */
/* 空き家相談の事例を見る                                       */
/* ------------------------------------------------------------ */
.jirei .case {
  background: #ffffff;
  padding: 20px;
  margin: 20px auto 0 auto;
}

/* 事例のタイトル */
.jirei .case h3 {
  margin: 0 0 20px 0;
}

.jirei .case h3 span {
  background: #ff9900;
  color: #ffffff;
  font-size: 80%;
  padding: 2px 10px;
  margin: 0 15px 0 0;
}

/* 見出し */
.jirei .case h4 {
  color: #22ac38;
  text-align: left;
  margin: 20px 0 10px 0;
}

/* 写真＆家系図 */
/*（写真3枚ver）*/
.jirei .case .photo3 {
  width: 530px;
  margin: 0 0 20px 20px;
  float: right;
}

/*（写真1枚ver）*/
.jirei .case .photo1 {
  width: 280px;
  margin: 0 0 20px 20px;
  float: right;
}

/* プロフィール */
.jirei .case .profile {
  border-left: double 3px #22ac38;
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
}

/* 実務部分 */
.jirei .case .work {
  display: flex;
  margin: 20px 0 0 0;
}

.jirei .case .work .work_l,
.jirei .case .work .work_r {
  width: 50%;
}

.jirei .case .work .work_l ul,
.jirei .case .work .work_r ul {
  margin: 10px 0 0 0;
}

.jirei .case .work .work_l li,
.jirei .case .work .work_r li {
  list-style: none;
  background: url(../img/icon_maru.gif) 0px 7px no-repeat;
  margin: 0;
  padding: 0 0 5px 20px;
  text-align: left;
}

/* 最後のまとめ */
.jirei .case .matome {
  font-weight: bold;
  margin: 20px 0 0 0;
}

/* ------------------------------------------------------------ */
/* お客様の声                                                   */
/* ------------------------------------------------------------ */
.voice .case {
  display: flex;
}

.voice .case .intro {
  width: calc(100% / 3);
  margin-left: 30px;
}

.voice .case .intro:first-child {
  margin: 0;
}

.voice .case .sub_title {
  margin: 20px 0;
}

.voice .case .sub_title .left {
  margin: 0 20px 0 0;
}

.voice .case .sub_title p {
  font-weight: bold;
  margin: 0 0 10px 0;
}

.voice .case .sub_title p span {
  background: #22ac38;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  color: #ffffff;
}

.voice .case .comment {
  min-height: 160px;
}

.voice .case .support {
  border: solid 1px #22ac38;
  margin: 20px 0;
  padding: 10px 20px;
}

.voice .case .support p:last-child {
  text-align: center;
  color: #22ac38;
}

/* ------------------------------------------------------------ */
/* よくあるご質問                                               */
/* ------------------------------------------------------------ */
/* 小見出し */
.qa h3 {
  margin: 50px 0 20px 0;
  padding: 0 0 6px 16px;
  border-left: solid 8px #22ac38;
}

/* 質問 */
.qa .q {
  color: #22ac38;
  position: relative;
  padding-bottom: 5px;
  margin: 30px 0 10px 0;
  border-bottom: 1px solid #22ac38;
  font-size: 110%;
  font-weight: bold;
}

/*.qa .q:before {
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%) skew(-25deg);
	height:20px;
  width:10px;
  border-right: 1px solid #22AC38;
  background-color:#FFFFFF;
  content: "";
}*/

/* ------------------------------------------------------------ */
/* サービス提供会社について                                     */
/* ------------------------------------------------------------ */
.company .logo_ac {
  text-align: center;
  margin: 50px 0;
}

.company h3 {
  font-size: 120%;
  margin: 20px 0;
}

/* 緑罫線のBOX ------------------------------------------------ */
.company .keihi {
  padding: 40px;
  border: 1px solid #22ac38;
  background: #ffffff;
  margin: 30px 0 0 0;
}

.company .keihi h3 {
  padding: 0 0 20px 50px;
  margin: 0;
  background: url(../img/company_icon01.gif) top left no-repeat;
  /*border-bottom:solid 8px #FFDF42;*/
}

.company .keihi .about p {
  margin: 30px 0;
}

/* 会社概要 --------------------------------------------------- */
.company .profile {
  margin-top: 50px;
}

.company .profile div {
  display: flex;
  justify-content: space-between;
}

.company .profile div:last-of-type {
  border-bottom: 1px solid #22ac38;
}

.company .profile div p {
  width: 78%;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #22ac38;
  border-bottom: none;
  border-left: none;
}

.company .profile div p:first-of-type {
  width: 20%;
  border: 1px solid #22ac38;
  background: none;
  border-bottom: none;
}

/* ------------------------------------------------------------ */
/* 主な協業先                                                   */
/* ------------------------------------------------------------ */
.partner div {
  text-align: center;
  margin: 30px 0 60px 0;
}

.partner__logo-list {
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px; /* ロゴ同士の間隔 */
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center;
  list-style: none; /* 点を消す */
}
.partner__logo-list-item {
  width: 150px; /* 共通の最大幅 */
  height: auto;
}
.partner div img {
  margin: 20px 30px;
}
.partner__logo-list-item img {
  width: 100%;
  height: 100%;
  /* 枠内で比率を保ちつつ、収まるように自動調整 */
  object-fit: contain;
}
.partner-item {
  height: 60px;
}
.partner__annotation {
  text-align: right;
}

/* ------------------------------------------------------------ */
/* フッター                                                     */
/* ------------------------------------------------------------ */
footer {
  text-align: center;
  padding: 60px 0;
  background: #22ac38;
}

footer img {
  width: 150px;
  height: auto;
  margin-bottom: 30px;
}

footer address {
  font-style: normal;
  font-size: 90%;
  color: #ffffff;
}

/* ============================================================ */
/* 1220px以下に適用されるCSS（タブレット用）                     */
/* ============================================================ */
@media screen and (max-width: 1220px) {
  .mv_message {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
  }
}

/* ============================================================ */
/* 959px以下に適用されるCSS（タブレット用）                     */
/* ============================================================ */

@media screen and (max-width: 959px) {
  /* 親要素（ビューポートに対して横幅指定）---------------------- */
  .sec,
  .sec_c {
    width: 90vw;
  }

  /* 背景：濃い緑＆上右あがり＆下左あがり ----------------------- */
  .bg-diagonal01 {
    padding: 80px 0 100px 0;
    /*clip-path:polygon(0 10%, 100% 0, 100% 100%, 0 90%);*/
  }

  /* 画像の表示きりかえ ----------------------------------------- */

  /* PC版 */
  .img_pc {
    display: none;
  }

  /* PC版＆タブレット版 */
  .img_pctb {
    display: block;
  }

  /* タブレット＆スマホ版 */
  .img_tbsp {
    display: block;
  }

  /* スマホオンリー版 */
  .img_sp {
    display: none;
  }

  .img_tbsp img,
  .img_tbsp img {
    width: 100%;
  }

  /* 申込みボタン ----------------------------------------------- */
  /*（テキスト部分）*/
  .entry_txt {
    font-size: 180%;
    margin: 10px 0 40px 0;
  }

  /*（ボタン部分）*/
  .entry_btn {
    padding: 10px 0 70px 0;
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0, 51% 20%);
  }

  .entry_btn img {
    padding: 80px 0 0 0;
    width: 320px;
    height: auto;
  }

  /* ------------------------------------------------------------ */
  /* ヘッダー                                                     */
  /* ------------------------------------------------------------ */

  header .logo {
    width: 20%;
  }

  header .logo h1,
  header .logo p {
    display: none;
  }

  header .h_btn {
    justify-content: center;
    flex-direction: column;
    align-items: end;
    gap: 10px;
  }

  /*header .entry {
    width: 60%;
    padding: 18px 10px 10px 0;
  }*/

  /*header .entry img {
    width: 96%;
  }*/

  .h_tel {
    max-width: 370px;
    width: 100%;
    aspect-ratio: 370 / 52;
  }
  header .h_btn .h_tel img {
    max-width: 184px;
    width: 100%;
    aspect-ratio: 184 / 28;
  }

  header .h_btn .header__cta img {
    max-width: 194px;
    width: 100%;
    aspect-ratio: 194 / 29;
  }

  /* ------------------------------------------------------------ */
  /* メイングラフィック                                           */
  /* ------------------------------------------------------------ */
  .mv_sp2 {
    display: none;
  }

  /*.mv {
    background: url(../img/mv_sp.jpg) top right no-repeat;
  }*/

  .mv_message {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    /*width: 90%;*/
    max-width: none;
    min-width: unset;
    text-align: left;
  }

  .mv_message p {
    *font-size: clamp(20px, 10vw, 30px);
    margin-top: 20px;
  }

  .mv_message-logo img {
    max-height: 80px; /* タブレット以下でロゴ画像の最大高さを固定 */
  }

  .mv_message .mv_btn img {
    max-height: 68px; /* タブレット以下でボタン画像の最大高さを固定 */
  }
  /* ------------------------------------------------------------ */
  /* fv直下のサービス提供会社について                             */
  /* ------------------------------------------------------------ */
  .expert-intro__description {
    text-align: left;
    align-items: flex-start;
  }
  .expert-intro__description::before {
    margin-top: 4px;
  }
  /* ------------------------------------------------------------ */
  /* まるっとお任せ！ワンストップサービス                         */
  /* ------------------------------------------------------------ */
  .omakase h2 {
    margin: 0 0 60px 0;
  }
  .flexslider {
    width: 100%;
  }

  /* ------------------------------------------------------------ */
  /* 実家じまいの流れ
/* ------------------------------------------------------------ */
  .flow .detail .step_box {
    gap: 15px;
  }
  .flow__content {
    flex-wrap: wrap;
  }
  /* ------------------------------------------------------------ */
  /* 「実家」に関するお悩みを親身になって解決します！
/* ------------------------------------------------------------ */
  .kaiketsu {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .kaiketsu img {
    margin: 0 auto;
  }

  .kaiketsu .txt {
    width: 80%;
  }

  .bg-arrow {
    padding: 10px 10px 20px 10px;
    background: #e5f2e8;
    /*clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 90%, 0 80%);*/
    /*position: relative;*/
    /*height: 2220px;*/
    clip-path: none;
  }

  /* ------------------------------------------------------------ */
  /* あの時売却しておけばよかったと後悔することも・・・           */
  /* ------------------------------------------------------------ */
  .koukai {
    flex-direction: column;
    padding: 20px 20px 120px 20px;
  }

  .koukai .photo {
    width: 100%;
  }

  .koukai .txt {
    width: 100%;
  }

  /* ------------------------------------------------------------ */
  /* 活用方法1：空き家の活用を知る                                */
  /* ------------------------------------------------------------ */
  /* リンク付きイメージ画像 */
  .katsuyou .katsuyou_img01 img {
    width: 100%;
  }

  /* どの選択肢であっても必ず必要になること --------------------- */
  /* 白BOX */
  .katsuyou .hitsuyou4 .kaisetsu {
    flex-direction: column;
  }

  /* 写真＋ポイント ------------------------------- */
  .katsuyou .katsuyou_detail {
    flex-direction: column;
  }

  .katsuyou .katsuyou_detail .point {
    width: 100%;
    padding: 10px 0;
  }

  /* 写真注釈 */
  .katsuyou .katsuyou_detail .img_tbsp p {
    margin-bottom: 10px;
  }

  .katsuyou .katsuyou_detail .img_tbsp .sub_title {
    width: 100%;
    color: #22ac38;
    font-weight: bold;
    font-size: 100%;
    margin: 15px 0 5px 0;
  }

  .katsuyou .katsuyou_detail .img_tbsp .sub_title:first-child {
    margin: 0 0 5px 0;
  }

  /* ------------------------------------------------------------ */
  /* 活用方法2：宅内の片付けを知る                                */
  /* ------------------------------------------------------------ */
  /* 片付けの表 ------------------------------------------------- */
  .kataduke .kataduke_list {
    flex-direction: column;
  }

  .kataduke .kataduke_list .list_detail {
    width: 100%;
    border-left: solid 1px #22ac38;
    margin-top: 20px;
  }

  .kataduke .kataduke_list .list_detail:first-child {
    margin-top: 0;
  }

  /* 画像周り --------------------------------------------------- */
  .kataduke .bg_img02 img {
    width: 96%;
  }

  /* ------------------------------------------------------------ */
  /* 活用方法3：空き家の管理を知る                                */
  /* ------------------------------------------------------------ */
  /* 定期的に行いたい管理項目 ----------------------------------- */
  .kanri .kanri_img05 {
    text-align: center;
  }

  /* イメージ画像 */
  .kanri .kanri_img05 .zu {
    width: 70%;
    margin-bottom: 30px;
  }

  /* コメント */
  .kanri .kanri_img05 .detail {
    text-align: left;
  }

  .kanri .kanri_img05 .detail div {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: dotted 1px #cccccc;
  }

  .kanri .kanri_img05 .detail .subtitle {
    color: #22ac38;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0 0 5px 30px;
  }

  /* ナンバリング */
  .kanri .kanri_img05 .detail .no1 {
    background: url(../img/kanri_img05_tbsp_no1.gif) top left no-repeat;
  }

  .kanri .kanri_img05 .detail .no2 {
    background: url(../img/kanri_img05_tbsp_no2.gif) top left no-repeat;
  }

  .kanri .kanri_img05 .detail .no3 {
    background: url(../img/kanri_img05_tbsp_no3.gif) top left no-repeat;
  }

  .kanri .kanri_img05 .detail .no4 {
    background: url(../img/kanri_img05_tbsp_no4.gif) top left no-repeat;
  }

  .kanri .kanri_img05 .detail .no5 {
    background: url(../img/kanri_img05_tbsp_no5.gif) top left no-repeat;
  }

  /* 写真 */
  .kanri .kanri_img05 div img {
    width: auto;
    margin-top: 20px;
  }

  /* ------------------------------------------------------------ */
  /* 空き家相談の事例を見る                                       */
  /* ------------------------------------------------------------ */
  /* 写真＆家系図 */
  /*（写真3枚ver）*/
  .jirei .case .photo3 {
    float: none;
    max-width: 100%;
  }

  /*（写真1枚ver）*/
  .jirei .case .photo1 {
    float: none;
  }

  /* 写真＆家系図 */
  /*（写真3枚ver）*/
  .jirei .case .photo3 {
    width: 530px;
    margin: 0 0 20px 20px;
    float: right;
  }

  /* ------------------------------------------------------------ */
  /* お客様の声                                                   */
  /* ------------------------------------------------------------ */
  .voice .case .sub_title .left {
    float: none;
    margin: 0 0 10px 0;
  }

  .voice .case .sub_title p span {
    padding: 5px 7px;
    margin: 0 5px 0 0;
  }

  /* ------------------------------------------------------------ */
  /* ご利用の流れ                                                 */
  /* ------------------------------------------------------------ */
  /* 吹き出し */
  .flow .nagare .fukidashi {
    flex-direction: column;
  }

  /*.flow .nagare .fukidashi .f_tbsp {
	display:flex;
}*/

  /* 見出し */
  .flow .nagare .fukidashi .f_tit {
    text-align: left;
  }

  /* ------------------------------------------------------------ */
  /* 費用について                                                 */
  /* ------------------------------------------------------------ */
  /* 金額表記部分 */
  .cost .hiyou .en01 {
    font-size: 280%;
  }

  .cost .hiyou .en02 {
    font-size: 140%;
  }

  /* ------------------------------------------------------------ */
  /* 新規お申し込み方法                                           */
  /* ------------------------------------------------------------ */
  .contact .contact_flow {
    flex-direction: column;
    margin-top: 0px;
  }

  .contact .contact_flow .img_pc,
  .contact .contact_flow .img_tbsp {
    text-align: center;
  }

  .contact .contact_flow .img_pc img,
  .contact .contact_flow .img_tbsp img {
    width: auto;
    height: auto;
  }

  /* BOX */
  .contact .contact_flow div {
    /*width:calc(100% - 60px / 3);*/
    width: auto;
  }
}

/* ============================================================ */
/* 790px以下に適用されるCSS                         */
/* ============================================================ */
@media screen and (max-width: 768px) {
  header .h_btn {
    justify-content: center;
    flex-direction: column;
    align-items: end;
    gap: 0;
  }
  .h_tel {
    max-width: 370px;
    width: 100%;
    aspect-ratio: 370 / 52;
  }
  header .h_btn .h_tel img {
    max-width: 184px;
    width: 100%;
    aspect-ratio: 184 / 28;
  }

  header .h_btn .header__cta img {
    max-width: 194px;
    width: 100%;
    aspect-ratio: 194 / 29;
  }
}
/* ============================================================ */
/* 480px以下に適用されるCSS（スマホ用）                         */
/* ============================================================ */

@media screen and (max-width: 480px) {
  /* 申込みボタン ----------------------------------------------- */
  /*（テキスト部分）*/
  .entry_txt {
    font-size: 130%;
    margin: 10px 0 40px 0;
    padding: 0 10px;
  }

  /*（ボタン部分）*/
  .entry_btn {
    padding: 80px 0 80px 0;
    display: block;
    gap: 0;
    text-align: center;
  }

  .entry_btn a {
    display: block; /* aタグをブロック要素に変更し、縦積みにする */
    margin: 10px auto; /* 各ボタンの上下余白と中央寄せ（必要に応じて調整） */
    width: 80%; /* 画面幅に対してのボタンの幅（調整してください） */
  }

  .entry_btn img {
    padding: 0;
    /*width:420px;
	height:auto;*/
  }
  h1 {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-top: 6px;
  }
  /* 要素リセット＆フォントサイズ設定 */
  h2 {
    font-size: 130%;
  }

  h2 span {
    display: block;
    text-align: center;
  }

  /* 画像の表示きりかえ ----------------------------------------- */

  /* PC版 */
  .img_pc {
    display: none;
  }

  /* PC版＆タブレット版 */
  .img_pctb {
    display: none;
  }

  /* タブレット＆スマホ版 */
  .img_tbsp {
    display: block;
  }

  /* スマホオンリー版 */
  .img_sp {
    display: block;
  }

  .img_tbsp img,
  .img_sp img {
    width: 100%;
  }

  /* ページの先頭へ戻るボタン ----------------------------------- */
  .pagetop {
    text-align: right;
  }

  .pagetop img {
    width: 60%;
  }

  /* ------------------------------------------------------------ */
  /* ヘッダー                                                     */
  /* ------------------------------------------------------------ */
  header {
    align-items: flex-start;
  }
  .header__inner {
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    height: initial;
  }
  header .h_btn {
    flex-direction: column;
    width: initial;
  }

  .header__logo img {
    width: 100%; /* 親要素（ヘッダー）の幅に合わせる場合 */
    max-width: 136px; /* 元のサイズ以上に大きくしたくない場合 */
    height: auto; /* 高さは自動計算に任せる */
    aspect-ratio: 136 / 28; /* HTMLの数値からアスペクト比を固定 */
  }

  /* ------------------------------------------------------------ */
  /* メイングラフィック                                           */
  /* ------------------------------------------------------------ */
  .mv {
    display: none;
  }

  .mv_sp2 {
    display: block;
    height: 590px;
    background: url(../img/mv_sp2.jpg) center bottom/cover no-repeat;
    position: relative;
  }
  .mv_sp2-message {
    /*height: 279px;*/
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    padding-block: 10px;
    padding-inline: 5%;
  }
  /*.mv_sp2-img {
    position: absolute;
    top: 56%;
    right: 20%;*/
  /*width: 100%;
    max-width: 256px;
    aspect-ratio: 256 / 55;
  }*/
  .mv_sp2 .mv_sp2_txt {
    font-size: 27px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 1.7;
    /*position: absolute;
    top: 68%;
    right: 10%;
    line-height: 1.5;
    font-weight: bold;
    font-size: 24px;
    text-align: left;*/
  }
  .mv_sp2 .mv_sp2_txt span {
    color: #22ac38;
  }

  /*.mv_sp2 .mv_sp2_txt img {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }*/

  .mv_sp2 .mv_sp2_btn {
    width: 335px;
    max-width: 100%;
    aspect-ratio: 335 / 50;
    margin-top: 20px;
  }

  /* 文字＆ボタンのエリア --------------------------------------- */
  /*.mv_message {
    top: 8%;
    left: 4%;
  }*/

  /* メッセージ */
  /*.mv_message p {
    font-size: 170%;
    margin-top: 30px;
  }*/

  /* ボタン */
  /*.mv_message .mv_btn {
    margin: 60px 0 0 0;
  }*/

  /*.mv_message .mv_btn img {
    width: 95%;
    height: auto;
  }*/
  /* 背景：うす緑背景を矢印にする ------------------------------- */

  .bg-arrow {
    padding: 60px 10px 20px 10px;
    background: #e5f2e8;
    /*clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 90%, 0 80%);*/
    /*position: relative;*/
    /*height: 2220px;*/
    clip-path: none;
    text-align: center;
  }

  /* ------------------------------------------------------------ */
  /* fv直下のサービス提供会社について                             */
  /* ------------------------------------------------------------ */
  .expert-intro__description {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .expert-intro__description {
    display: flex; /* 垂直方向の中央揃えをしやすくする */
    gap: 8px; /* アイコンとテキストの間の距離 */
    align-items: flex-start;
    text-align: left;
    line-height: 1.5;
  }

  .expert-intro__description::before {
    margin-top: 2px;
    content: ""; /* 必須：これがないと表示されません */
    width: 23px; /* アイコンの横幅 */
    height: 23px; /* アイコンの高さ */
    flex-shrink: 0;
    background-image: url("../img/info-icon.png"); /* アイコン画像のパス */
    background-size: contain; /* 枠内に画像を収める */
    background-repeat: no-repeat;
    /*display: inline-block;*/ /* サイズを指定するために必要 */
  }
  /* ------------------------------------------------------------ */
  /* このようなお悩みはありませんか？                             */
  /* ------------------------------------------------------------ */
  .onayami {
    width: 100%;
  }

  .onayami ul li {
    font-size: 90%;
    margin-bottom: 10px;
  }

  /* ------------------------------------------------------------ */
  /* 写真スライド　※基本は flexslider.css                        */
  /* ------------------------------------------------------------ */
  .flexslider {
    width: 90vw;
  }

  /* ------------------------------------------------------------ */
  /* まるっとお任せ！ワンストップサービス                         */
  /* ------------------------------------------------------------ */
  .omakase {
    /*margin-top:-80px;*/
    margin-top: 0;
  }

  .omakase h2 {
    margin: 0 0 30px 0;
  }

  /* ------------------------------------------------------------ */
  /* あの時売却しておけばよかったと後悔することも・・・           */
  /* ------------------------------------------------------------ */
  .koukai img {
    width: 100%;
  }

  /* ------------------------------------------------------------ */
  /* サービスご利用の流れ                                           */
  /* ------------------------------------------------------------ */
  .flow {
    margin: 0;
  }

  .flow .cost01 {
    width: 12%;
  }

  .flow .cost02 {
    width: 12%;
  }

  .flow .detail {
    width: 84%;
  }

  .flow .detail .step_box {
    display: block;
  }

  .flow .detail .no {
    width: 100%;
  }

  .flow .detail .no img {
    max-width: 70px;
    margin-bottom: 10px;
  }

  .flow .detail .step_box .txt {
    width: 100%;
  }

  .flow .detail .step_box .txt p {
    line-height: 150%;
  }

  .flow__title {
    font-size: 18px;
    font-weight: bold;
  }

  /* no.1 2つ入口 ----------------------------------------------- */
  /* BOX ---------------- */
  .flow .detail .step_box_02 {
    display: inline;
  }

  .flow .detail .step_box_02 .way_01,
  .flow .detail .step_box_02 .way_02 {
    display: inline-block;
    width: 85%;
  }

  .flow .detail .step_box_02 .way_01 {
    border-bottom: dotted 2px #99c4e9;
  }

  .flow .detail .step_box_02 .way_01 .no {
    width: 100%;
  }

  .flow .detail .step_box_02 .way_01 .txt {
    width: 100%;
  }

  .flow .detail .step_box_02 .way_02 {
    border-top: none;
    text-align: left;
  }

  .flow .detail .step_box_02 .way_02 .txt span {
    font-size: 80%;
    color: #06355c;
    font-weight: bold;
    letter-spacing: 2px;
  }

  /* 矢印 --------------- */
  .flow .detail .step_box_02_arrow {
    display: none;
  }

  /* ------------------------------------------------------------ */
  /* 活用方法1：空き家の活用を知る                                */
  /* ------------------------------------------------------------ */
  .katsuyou h2 {
    text-align: center;
  }

  /* リンク付きイメージ画像 */
  .katsuyou .img_pc {
    display: none;
  }

  .katsuyou .katsuyou_img01_sp img {
    width: 100%;
    margin: 30px 0;
  }

  /* どの選択肢であっても必ず必要になること --------------------- */
  /* 白BOXの親 */
  .katsuyou .hitsuyou4 .kaisetsu_parent {
    flex-direction: column;
  }

  /* 白BOX */
  .katsuyou .hitsuyou4 .kaisetsu {
    width: 65vw;
  }

  .katsuyou .hitsuyou4 .kaisetsu .left {
    float: left;
  }

  .katsuyou .hitsuyou4 .kaisetsu .right {
    float: right;
    width: 100%;
  }

  /* ------------------------------------------------------------ */
  /* 活用方法2：宅内の片付けを知る                                */
  /* ------------------------------------------------------------ */
  .kataduke h2 {
    text-align: center;
  }

  /* ------------------------------------------------------------ */
  /* 活用方法3：空き家の管理を知る                                */
  /* ------------------------------------------------------------ */
  /* イメージ画像 */
  .kanri .kanri_img05 .zu {
    width: 100%;
  }

  /* ------------------------------------------------------------ */
  /* お客様の声                                                   */
  /* ------------------------------------------------------------ */
  .voice .case {
    flex-direction: column;
    margin: 30px 0 0 0;
  }

  .voice .case .intro {
    width: 100%;
    margin-left: 0;
  }

  .voice .case .sub_title .left {
    float: left;
    margin: 0 20px 0 0;
  }

  .voice .case .sub_title p span {
    padding: 5px 10px;
    margin: 0 10px 0 0;
  }

  /* ------------------------------------------------------------ */
  /* サービス提供会社について                                     */
  /* ------------------------------------------------------------ */
  /* 会社概要 --------------------------------------------------- */
  .company .profile div {
    display: block;
    margin-bottom: 10px;
  }

  .company .profile div:last-of-type {
    border-bottom: none;
  }

  .company .profile div p:first-of-type {
    width: 92%;
    border: none;
  }

  .company .profile div p {
    width: 92%;
    padding: 10px;
    border: none;
  }
}
