﻿@charset "utf-8";
/* CSS Document */
/*ページ用CSS*/

/*==================================================
	GENERAL SETTINGS
==================================================*/
.navigation {
  padding: 20px;
  text-align: center;
  background: #F4F4F4;
  border: 1px solid #E6E6E6;
  
}

.wp-pagenavi {
  max-width: var(--width-content);
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: end;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid var(--color-gray);
  margin: 2px;
  border-radius: var(--rad-common);
  font-family: var(--font-en);
}

.wp-pagenavi span.current {
  background-color: var(--color-palegreen);
  color: var(--color-main);
  border-color: var(--color-palegreen);
  font-weight: bold;
}

.wp-pagenavi a:hover {
  border: 1px solid var(--color-gray);
  background-color: var(--color-palegreen);
}

.searchResultBox .wp-pagenavi .pages {
  display: none;
}

/*ACFでMAPを表示*/
.acf-map {
  width: 100%;
  height: 400px;
  border: 1px solid #E0E0E0;
  margin: 20px 0;
}

/*----- 共通シングル -----*/
.singlePage.newsPage .ttlWrap,
.singlePage.blogPage .ttlWrap {
  height: auto;
}
.singlePage .ttlWrap .wire {
  padding: var(--gutter-narrow) 0;
}

.singlePage.newsPage .ttlWrap .mainTtl,
.singlePage.blogPage .ttlWrap .mainTtl {
  max-width: 100%;
  font-size: clamp(2rem, 3vw, 3rem);
  padding: 0;
}

.ttlDate {
  padding-bottom: 1em;
  flex-flow: row wrap;
}

.ttlDate .icon {
  display: flex;
  gap: 10px;
}

/*----- 本文ここから -----*/

#content .post__mainImg {
  text-align: center;
  margin-bottom: var(--gutter-narrow);
}

#content img {
  border-radius: var(--rad-common);
}

#content .post__lead {
  margin-bottom: var(--gutter);
}

.newsPage #content {
  margin-top: var(--gutter);
}

.singlePage #content p {
  margin-bottom: 10px;
}

.singlePage #mapBox {
  padding-top: 80px;
  margin-top: -50px;
}

.singlePage #mapBox .ttl {
  padding: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  background-color: var(--color-black);
}

.singlePage #mapBox .ttl span {
  padding-left: 30px;
  background: url(../img/common/icon_access.webp) no-repeat left center;
  background-size: 20px auto;
}

.page_title01 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  background: url(../img/common/page_title01_bg.webp)no-repeat top center;
  padding: 50px 0;
  margin-bottom: 50px;
}

.page_title02 {
  font-size: 1.4em;
  font-weight: bold;
  padding: 15px 0 15px 16px;
  background: url(../img/common/icon01.webp)no-repeat left center;
  background-size: 8px;
  border-bottom: solid 2px #CCC;
  line-height: 1;
  margin-bottom: 20px;
}

.btn_returntop a {
  max-width: 300px;
  width: 80%;
  display: block;
  margin: 40px auto;
  text-align: center;
  background-color: #333333;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 0;
  border-radius: 3px;
  position: relative;
}

.btn_returntop a::after {
  position: absolute;
  content: '';
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  transform: translateY(-50%);
  top: 50%;
  right: 5%;
}

#map {
  width: 98% !important;
  height: auto;
  margin: 10px auto;
}

#map iframe {
  width: 100% !important;
  height: 350px !important;
}

/* 目次(TOC)用CSS */
.singlePage #toc_container {
  /* min-width: 30%; */
  width: 100%;
  border-radius: var(--rad-common);
  padding: 1em 1.75em 1em;
  border: 0;
  background: var(--color-lightgray);
  margin: var(--gutter-wide) 0;
}

.singlePage #toc_container .toc_title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 1.3em;
  position: relative;
  padding: 0;
  margin: .5rem 0 1rem;
  border: 0;
}

/* ヘルプセンター */
.singlePage.helpPage #toc_container {
  margin: 0 0 var(--gutter-narrow);
}

/* .singlePage #toc_container .toc_title::before {
  font-family: "Font Awesome 5 Free";
  content: '\f022';
  font-size: 1em;
  margin-right: 3px;
  color: var(--color-darkgray);
  font-weight: 400;
  position: absolute;
  left: 0;
} */

.singlePage #toc_container .toc_title .toc_toggle {
  font-size: 1.2rem;
}

.singlePage #content #toc_container .toc_list {
  padding: 0;
}

.singlePage #content #toc_container .toc_list li {
  list-style: none;
  border-bottom: 1px dotted var(--color-gray);
  padding-bottom: .5em;
  margin-bottom: .5em;
  position: relative;
}

.singlePage #content #toc_container .toc_list li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.singlePage #content #toc_container .toc_list li a {
  font-weight: 400;
  font-size: 1.6rem;
  text-decoration: none;
}

.singlePage #content #toc_container .toc_list .toc-item.toc-h2 {
  margin-left: 1.5em;
}

.singlePage #content #toc_container .toc_list .toc-item.toc-h2 a {
  font-weight: normal;
  font-size: 1.4rem;
}

.singlePage #content #toc_container .toc_list li .toc_number {
  color: var(--color-gray);
}

/*----- ビジュアルエディタ用CSS -----*/
.singlePage #content p {
  margin-bottom: 1em;
  line-height: 1.8;
}

.singlePage #content h1,
.singlePage #content h2,
.singlePage #content h3,
.singlePage #content h4,
.singlePage #content h5,
.singlePage #content h6 {
  font-weight: bold;
  margin: 1em 0;
}

.singlePage #content h1 > *,
.singlePage #content h2 > *,
.singlePage #content h3 > *,
.singlePage #content h4 > *,
.singlePage #content h5 > *,
.singlePage #content h6 > * {
  font-weight: inherit;
}


.singlePage #content h1 {
  font-size: clamp(2.5rem, 2.273rem + 1.14vw, 3rem);
  margin: 1.5em 0 .5em;
}

.singlePage #content h2 {
  font-size: clamp(2.5rem, 2.273rem + 1.14vw, 2.4rem);
  border-bottom: 3px solid var(--color-main);
  padding: .5em 0;
  margin: 1.5em 0 1em;
}

.singlePage #content h3 {
  font-size: clamp(2.25rem, 2.023rem + 1.14vw, 2.2rem);
  padding: .25em 0 .25em .5em;
  border-left: 3px solid var(--color-ygreen);
  margin: 1.5em 0 1em;
}

.singlePage #content h4 {
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2rem);
  padding: 0 0 0 1.3em;
  margin: 1.5em 0 1em;
  position: relative;
}

.singlePage #content h4::before {
  font-family: "Font Awesome 5 Free";
  content: '\f111';
  font-size: 1.8rem;
  margin-right: 3px;
  color: var(--color-ygreen);
  font-weight: 900;
  left: 0;
  top: calc(50% - 1.4rem);
  position: absolute;
}

/* .singlePage #content h4 {
  font-size: clamp(1.625rem, 1.398rem + 1.14vw, 2rem);
  border-top: 1px solid var(--color-ygreen);
  border-bottom: 1px solid var(--color-ygreen);
  padding: .5em 0;
} */

.singlePage #content h5 {
  font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.8rem);
  border-bottom: 1px solid var(--color-gray);
  padding: 0 0 .5em;
}

.singlePage #content h6 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.6rem);
  color: var(--color-black);
}

.singlePage #content blockquote {
  padding: 1em;
  background: var(--color-palegray);
  margin: 1em 0;
}

.singlePage #content blockquote p {
  margin-bottom: 0;
}

.singlePage #content ul,
.singlePage #content ol {
  padding-left: 1.5em;
}

.singlePage #content ul li {
  list-style: disc;
  line-height: 1.6;
  margin-bottom: 1em;
}

.singlePage #content ol li {
  list-style: decimal;
  line-height: 1.6;
  margin-bottom: 1em;
}

.singlePage #content table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid var(--color-gray);
  border-left: 1px solid var(--color-gray);
  margin-bottom: var(--gutter-supernarrow);
}

.singlePage #content table th {
  border-right: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
  background: var(--color-palegray);
}

.singlePage #content table td {
  border-right: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
}

.singlePage #content table th,
.singlePage #content table td {
  padding: 1em;
}

.singlePage #content table th p,
.singlePage #content table td p {
  margin-bottom: 0;
}

.singlePage #content a {
  text-decoration: underline;
  color: var(--color-blue);
}

.singlePage #content a:hover {
  text-decoration: none;
  /* opacity: 1; */
}

.singlePage #content .btn_archive a {
  text-decoration: none;
  color: #fff;
  max-width: 100%;
  width: auto;
  display: inline-block;
  padding: 2rem 6rem;
}

.singlePage #content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.singlePage #content .alignright {
  float: right;
  margin-left: 1.5em;
}

.singlePage #content .alignleft {
  float: left;
  margin-right: 1.5em;
}

.singlePage #content {
  display: flow-root; /* float の解除 */
  /* margin-bottom: var(--gutter); */
}

.singlePage #content pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.singlePage .post-images {
  gap: 20px;
  margin: var(--gutter-narrow) 0;
  align-items: flex-start;
}

.singlePage .post-images figure {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.singlePage .post-images figure figcaption {
  padding-top: .5em;
  font-size: 1.2rem;
}

.singlePage .post__section {
  margin-bottom: var(--gutter-wide);
}

.singlePage .cta,
.singlePage .related {
  border-radius: var(--rad-common);
  padding: 3rem;
  width: 90%;
  margin: var(--gutter-narrow) auto;
}

.singlePage #content .cta h4,
.singlePage #content .related h5 {
  border: 0;
  padding: 0;
  margin: 0 0 .75em;
}

.singlePage #content .cta h4 {
  text-align: center;
}

.singlePage #content .cta h4::before {
  content: none;
}

.singlePage .cta {
  background: var(--color-palegreen);
}

.singlePage .related {
  background: #fff;
  border: 1px solid var(--color-gray);
}

.singlePage .cta .flex {
  flex-flow: row wrap;
  gap: 20px;
  justify-content: center;
}

.singlePage #content .btn_green a,
.singlePage #content .btn_orange a {
  text-decoration: none;
  color: #fff;
  position: relative;
  font-weight: bold;
}

.singlePage #content .btn_green a::after,
.singlePage #content .btn_orange a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.3em;
  bottom: 0;
  margin: auto;
}

.singlePage #content .related ul li:last-child {
  margin-bottom: 0;
}

.blogPage .ranking {
  border-top: 1px solid var(--color-gray);
  /* border-bottom: 1px solid var(--color-gray); */
  padding: var(--gutter) 0 0;
  margin-top: var(--gutter);
}

/* ヘルプセンター */
.singlePage .help-image-group {
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 20px;
}

.singlePage .help-image-group figure,
.singlePage .help-image-group p {
  flex: 1;
}

.singlePage .help-image-group figure img {
    border: 1px solid var(--color-gray);
  }

/*----- ビジュアルエディタ用CSSここまで -----*/

/* ヘルプセンター */
.helpSection {
  margin-bottom: var(--gutter-supernarrow);
}


/* 用語集 */
.dictionary-accordion {
  margin-bottom: 1.5em;
  border: 1px solid var(--color-gray);
  border-radius: var(--rad-common);
  background: var(--color-lightgray);
}

.dictionary-accordion summary {
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 1em 2em 1em 1em;
  font-size: 1.6rem;
}

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

.dictionary-accordion summary::after {
  content: "＋";
  font-size: 1.8rem;
  position: absolute;
  right: 12px;
  top: 12px;
  font-weight: bold;
  color: var(--color-darkgray);
}

.dictionary-accordion[open] summary::after {
  content: "－";
}

.dictionary-desc {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 var(--rad-common) var(--rad-common);
}

/* カテゴリーリスト */
.categoryBox {
  margin: var(--gutter-wide) auto;
  padding: var(--gutter) 0 0;
  border-top: 1px solid var(--color-gray);
}

.categoryBox .tagIconList {
  gap: 10px;
}

.categoryBox .tagIconList .tagIconList__item {
  font-size: clamp(1rem, 1.2rem + 0.5vw, 1.4rem);
}


/*
===== お問い合わせ:contactPage ==========================================
*/
.contactPage .contact_note {
  font-size: 1.6rem;
  margin: 30px;
  text-align: center;
}


/*
===== 利用規約・プライバシーポリシー:privacyPage ==========================================
*/
.termSection {
  margin: var(--gutter) 0;
}

.singlePage #content .termSection h5 {
  margin-top: var(--gutter-narrow);
}

.singlePage #content .term_list {
  margin-top: 1em;
  list-style: none;
  padding-left: 0;
  display: table;
  width: 100%;
}

.term_list li {
  display: table-row;
  counter-increment: table-ol;
}

.term_list li:before {
  content: "(" counter(table-ol) ")";
  display: table-cell;
  padding-right: 0.4em;
  text-align: left;
  white-space: nowrap;
  width: 1.6rem;
}

.term_list li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}

.singlePage #content .terms_list_inner {
  margin-top: 1em;
  padding-left: 0;
  content: none;
}

.singlePage #content .terms_list_inner li {
  counter-increment: item;
}

.singlePage #content .terms_list_inner li::before {
  content: counter(item); 
}

/* .singlePage #content .terms_list_inner li::marker {
  content: normal;
} */

/* フォームのbox */
#privacy_policy_container .termSection:first-child {
  margin: 0 0 var(--gutter) 0;
}

#privacy_policy_container .termSection {
  margin: var(--gutter-narrow) 0;
}


/*
===== サイトマップ:sitemapPage ==========================================
*/
.sitemapPage #postbox {
  margin-bottom: var(--gutter-wide);
}

.sitemapPage .contents-inner {
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.sitemapPage .contents-inner ul {
  width: 30%;
}

.sitemapPage .contents-inner ul li+li {
  margin-top: 20px;
}

.sitemapPage .contents-inner ul li a {
  display: block;
  padding: 20px 10px 20px 22px;
  border: 2px solid #CCCCCC;
  position: relative;
}

.sitemapPage .contents-inner ul li a::before {
  position: absolute;
  content: '';
  border: 4px solid transparent;
  border-left: 6px solid #333;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}

@media (any-hover:hover) {
  .sitemapPage .contents-inner ul li a:hover {
    border: 2px solid var(--color-darkgray);
  }
}

/*
===== errpage ==========================================
*/
.err404Page .contents-inner {
  padding: var(--gutter-narrow);
}

.err404Page .err404 {
  margin: 30px 0;
  padding: 50px 20px;
  border: 5px solid #E6E6E6;
}

/*
===== お知らせ:topicsPage ==========================================
*/
/*お知らせ:一覧*/
.topicsPage #postbox {
  margin-top: var(--gutter);
}

.topicsPage .itemList .item a {
  padding: 20px;
  display: block;
}

.topicsPage .itemList .item:nth-child(odd) a {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.topicsPage .itemList .item:nth-child(even) a {
  background: var(--color-palegray);
}

.topicsPage .itemList .item:last-child a {
  border-bottom: 1px solid #E0E0E0;
}

.topicsPage .itemList .item dl dt span.date {
  margin-right: 0.5em;
  font-size: 1.4rem;
}

.topicsPage .itemList .item dl dd {
  padding: 20px 0;
}

/*
===== お役立ち情報:columnPage ==========================================
*/

/*お役立ち情報:一覧*/
.blogBox__inner {
  margin-top: var(--gutter-narrow);
  margin-bottom: var(--gutter-supernarrow);
}

.blogBox__inner .blogBox__list {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.blogBox__inner .blogBox__item {
  height: 100%;
}

.blogBox__item .blogCard {
  height: 100%;
  flex-flow: column wrap;
}

.blogBox__item .blogCard__head {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

.blogBox__item .blogCard__head img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blogBox__item .blogCard__body {
  padding: var(--gutter-supernarrow);
  /* display: flex;
  flex-flow: column;
  justify-content: space-between; */
}

/* 投稿のページネーション */
.archivePagination {
  margin: var(--gutter-narrow) 0 0;
  align-items: center;
}

/*お役立ち情報:詳細*/
.blogPage.singlePage .ttlWrap {
  background: #fff;
}

.blogPage.singlePage .nwnContent {
  padding-top: var(--gutter-supernarrow);
}

.blogPage .term li {
  margin-right: 5px;
  display: inline-block;
}

.blogPage .term li a {
  text-decoration: underline;
}

/* お役立ち情報:サイドバー */
.contentSide .blogBox__sidebar {
  display: flex;
  flex-flow: column wrap;
  gap: 20px;
}

.contentSide .blogBox__inner {
  margin: 0 0 20px; 
}

.contentSide .blogBox__inner .blogBox__list {
  grid-template-columns: minmax(270px, 1fr);
  gap: 12px;
}

.contentSide .blogBox__sidebar .blogBox__item {
  /* height: calc(520px / 3); */
}

.contentSide .blogBox__sidebar .blogCard {
  flex-flow: row wrap;
}

.contentSide .blogBox__sidebar .blogCard__head {
  width: 30%;
  overflow: hidden;
  height: 100%;
  border-radius: var(--rad-common) 0 0 var(--rad-common);
  position: relative;
}

.contentSide .blogBox__sidebar .blogCard__body {
  width: 70%;
  padding: var(--gutter-supernarrow);
}

.contentSide .blogCard .blogCard__ttl {
  font-size: 1.4rem;
}

.contentSide .linkBtn__list.searchLink {
  grid-template-columns: 1fr;
  gap: 12px;
}

.contentSide .linkBtn__list.searchLink .linkBtn__item a .ph {
  color: var(--color-main);
  font-size: 30px;
  padding-right: 5px;
}

/* お役立ち情報とヘルプページの余白 */
.blogPage.singlePage .contentWrap,
.singlePage.helpPage .contentWrap {
  gap: var(--gutter);
}

/*
===== 掲載依頼:requestPage ==========================================
*/
.requestPage #postbox,
.conceptPage #postbox {
  margin-bottom: 0;
}

.requestPage .mainVisual__wrap {
  position: relative;
  overflow: hidden;
}

/* 背景画像 + ブラー */
.requestPage .mainVisual__wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: url(../img/index/requestBnr_img.webp) center center / cover no-repeat; */
  filter: blur(8px);
  transform: scale(1.05); /* ブラーによる端の切れを隠すため拡大 */
  z-index: 0;
}

/* グラデーションオーバーレイ */
.requestPage .mainVisual__wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #eef8f5, #00897a);
  opacity: 0.2;
  z-index: 1;
}

/* メインビジュアル内のコンテンツ順序 */
.requestPage .mainVisual__txt,
.requestPage .mainVisual__img {
  position: relative;
  z-index: 3;
}


.requestPage .mainVisual {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: var(--width-content);
  width: 80%;
  margin: 0 auto;
}

.requestPage .mainVisual__txt {
  /* flex: 1 1 500px; */
  padding: 50px 35% 50px 20px;
}

.requestPage .mainVisual::after {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/page/request/img_mainVisual.webp) no-repeat 0 0 / cover;
  width: 76%;
  aspect-ratio:  1864 / 929;
  right: -25%;
  bottom: 5%;
  z-index: 2;
}

.requestPage .mainVisual__lead {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: .5em;
}

/* .requestPage .mainVisual__lead {
  font-size: 1.6rem;
  background: var(--color-green);
  border-radius: var(--rad-round);
  font-weight: bold;
  margin-bottom: 1.5em;
  padding: 0.75em .5em;
  color: #fff;
  text-align: center;
  position: relative;
}

.requestPage .mainVisual__lead::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid var(--color-green);
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
} */

.requestPage .mainVisual__ttl {
  font-size: clamp(2.4rem, 3rem + 2vw, 3.6rem);
  font-weight: 800;
  margin: 0 0 .75em;
  /* color: #fff;
  text-shadow: 0 0 10px var(--color-black); */
}

.requestPage .mainVisual__ttl span {
  font-size: 140%;
}

.requestPage .mainVisual__ttl span.font12 {
  font-size: 1.2rem;
}

.requestPage .mainVisual__points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
  justify-content: center;
}

.requestPage .mainVisual__point {
  background-color: #fff;
  padding: 1em;
  border-radius: var(--rad-common);
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.requestPage .mainVisual__point::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: var(--rad-round);
  background: var(--color-ygreen);
  position: absolute;
  right: -25px;
  top: calc(50% - 15px);
  z-index: 1;
}

.requestPage .mainVisual__point::after {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M205.66%2C194.34a8%2C8%2C0%2C0%2C1-11.32%2C11.32L128%2C139.31%2C61.66%2C205.66a8%2C8%2C0%2C0%2C1-11.32-11.32L116.69%2C128%2C50.34%2C61.66A8%2C8%2C0%2C0%2C1%2C61.66%2C50.34L128%2C116.69l66.34-66.35a8%2C8%2C0%2C0%2C1%2C11.32%2C11.32L139.31%2C128Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: -18px;
  top: calc(50% - 8px);
  z-index: 2;
}

.requestPage .mainVisual__point:last-child::before,
.requestPage .mainVisual__point:last-child::after {
  content: none;
}

.requestPage .mainVisual__point img {
  width: 90%;
  height: auto;
  object-fit: contain;
  margin-bottom: 1em;
}

.requestPage .mainVisual__point p {
  font-size: clamp(1.2rem, 1.091rem + 0.55vw, 1.5rem);
  font-weight: bold;
}

.requestPage .mainVisual__note {
  margin: 2rem 0;
}

.requestPage .mainVisual__btn a {
  max-width: 100%;
  display: block;
}

.requestPage .mainVisual__btn a span {
  font-size: 80%;
}

/*.requestPage .mainVisual__img {
  flex: 1 1 400px;
  text-align: center;
  padding: 40px 0 0 20px;
}

 .requestPage .mainVisual__img img {
  max-width: 100%;
  height: auto;
}

.requestPage figcaption {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: var(--color-palegray);
} */

/* ===============================
   掲載訴求セクション
================================ */
.requestPage .reques__appeal {
  padding: var(--gutter-wide) 0;
  margin-bottom: var(--gutter-wide);
  text-align: center;
}

.requestPage .ttlLabel {
  display: inline-block;
  color:  var(--color-darkgray);
  /* padding: .5em 1.5em; */
  border-radius: var(--rad-common);
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: .5em;
}

.requestPage .reques__title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 24px;
  color: #222;
}

.requestPage .reques__title span {
  display: block;
  font-size: 2.4rem;
  margin: .5em 0;
}

.requestPage .reques__title .font_green {
  display: inline;
  font-size: 130%;
  padding: 0 5px;
  font-weight: 800;
}

.requestPage .reques__title .yen {
  display: inline;
  font-size: 70%;
}

.requestPage .reques__lead {
  margin: 2em 0 3em;
  line-height: 1.8;
}

/* 特徴カードエリア */
.requestPage .linkCard__item {
  flex-flow: column wrap;
  position: relative;
  border: 0;
  border-radius: var(--rad-common);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.requestPage .linkCard__item .linkCard__img,
.requestPage .linkCard__item .linkCard__ttl {
  width: 100%;
}

.requestPage .linkCard__item .linkCard__img {
  aspect-ratio: 2 / 1.25;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

.requestPage .linkCard__item .linkCard__ttl {
  flex-flow: column wrap;
}

.requestPage .linkCard__item .linkCard__ttl::after {
  content: none;
}

.requestPage .appeal-feature-card h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.requestPage .appeal-feature-card p {
  font-size: 1.4rem;
  font-weight: normal;
}

/* ===============================
   無料掲載（benefits）
================================ */
.requestPage .reques__benefits {
  margin: var(--gutter-wide) 0;
  text-align: center;
}

.requestPage .benefits__title {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #222;
}

.requestPage .benefits__title span {
  display: block;
  font-size: 1.4rem;
  margin-top: 8px;
  color:  var(--color-green);
}

/* グリッドカードレイアウト */
.requestPage .benefits__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  text-align: left;
}

.requestPage .benefit-card {
  background-color: #fff;
  border: 1px solid var(--color-gray);
  box-shadow: none;
}

.requestPage .benefit-card.is-primary {
  position: relative;
  border: 2px solid var(--color-main);
}

.requestPage .benefit-card__badge {
  position: absolute;
  width: 160px;
  text-align: center;
  top: -16px;
  left: calc(50% - 80px);
  background-color: var(--color-main);
  color: #fff;
  font-size: 1.2rem;
  padding: .5em 1em;
  border-radius: 20px;
}

.requestPage .benefit-card h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: .5em;
}

.requestPage .benefit-card p {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 1.5em;
}

.requestPage .benefit-card .link {
  font-size: 1.2rem;
  font-weight: normal;
}

/* ===============================
   特典カード（features）
================================ */
.requestPage .guarantee__promo {
  background-color: #f2f0ec;
  border-radius: var(--rad-common);
  padding: 30px;
  margin: 0 auto var(--gutter-wide);
}

.requestPage .guarantee__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.requestPage .guarantee__logo {
  text-align: center;
  max-width: 260px;
  flex: 0 0 auto;
}

.requestPage .guarantee__logo img {
  width: 100%;
  height: auto;
}

.requestPage .font12 {
  margin-bottom: .5em;
}

.requestPage .guarantee__content {
  flex: 1;
  text-align: center;
}

.requestPage .guarantee__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.requestPage .guarantee__desc {
  font-size: 1.4rem;
  margin-bottom: 1.5em;
}

.requestPage .guarantee__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.requestPage .guarantee__btn {
  display: inline-block;
  background-color: #a58752;
  color: #fff;
  padding: .75em 2em;
  border-radius: var(--rad-round);
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.8;
}

.requestPage .guarantee__btn .ph {
  margin-left: 3px;
}


/* ===============================
   お問い合わせセクション
================================ */
.requestPage .reques__contact {
  background-color: var(--color-palegreen);
  padding: var(--gutter);
  text-align: center;
}

.requestPage .contact__title {
  font-size: 4rem;
  font-weight: bold;
  margin: .5em 0;
}

.requestPage .contact__lead {
  margin-bottom: 2em;
  line-height: 1.8;
}

.requestPage .contact__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.requestPage .contact__box {
  background-color: #fff;
  /* border: 1px solid #e0ece8; */
  border-radius: var(--rad-common);
  padding: 2em;
  width: 100%;
  max-width: 460px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.03);
  text-align: left;
}

.requestPage .contact__subhead {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: .5em;
}

.requestPage .contact__heading {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: .5em;
}

.requestPage .contact__method {
  
}

.requestPage .contact__method-label {
  font-size: 1.2rem;
  margin-bottom: .5em;
}

.requestPage .contactBox__item a {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  background: #a58752;
  padding: var(--gutter-narrow);
  border-radius: var(--rad-common);
  margin-top: 20px;
  color: #fff;
}

.requestPage .registered .contactBox__item a {
  background: var(--color-main);
}

.requestPage .contactBox__item .formBox__ttl {
  display: flex;
  align-items: center;
  line-height: 1;
}

.requestPage .contactBox__item .ph {
  padding-right: 5px;
  font-size: 28px;
}

.requestPage .contactBox__item.formBox {
  font-size: 2rem;
  font-weight: bold;
}

.requestPage .contactBox__item.telBox .telBox__number .enFont {
  font-size: 3.2rem;
  font-weight: 700;
}

.requestPage .contact__note {
  font-size: 1.2rem;
  color: var(--color-darkgray);
  margin-top: 2em;
  text-align: right;
}

/* ===============================
   お問い合わせ CTA（2カラム）
=============================== */
.requestPage .concept__contactCTA {
  margin: 40px 0;
  text-align: center;
}

.requestPage .contactCTA__title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #2d2d2d;
  margin-bottom: 16px;
}

.requestPage .contactCTA__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  text-align: left;
}

/* タイル共通 */
.requestPage .contactTile {
  background: var(--color-main);
  border-radius: var(--rad-common);
  padding: 1.5em;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
}

.requestPage .contactTile--form::after {
  content: '';
  right: 1.2em;
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.requestPage .contactTile__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 5px;
}

/* リード/補足 */
.requestPage .contactTile__lead {
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
}

.requestPage .contactTile .ph {
  font-size: 40px;
  color: #fff;
  line-height: 1;
}

.requestPage .contactTile__number {
  font-size: clamp(2.6rem, 2vw + 1.4rem, 4.2rem);
  font-weight: 700;
  color: #fff;
  letter-spacing: .02em;
}

.requestPage .contactTile__formTtl {
  font-size: clamp(1.8rem, 1vw + 1.2rem, 3.0rem);
  font-weight: 800;
  color: #fff;
}

/* 注釈 */
.requestPage .contactTile__note {
margin: 8px 0 0;
font-size: 1.3rem;
color: #fff;
}

/* ===============================
   掲載までの流れ（ステップ）
================================ */
.requestPage .reques__flow {
  margin: var(--gutter-wide) 0;
  text-align: center;
}

.requestPage .flow__inner {

}

.requestPage .flow__title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.requestPage .flow__lead {
  margin-bottom: 3em;
  line-height: 1.8;
}

.requestPage .flow__lead a {
  color: var(--color-blue);
  font-weight: bold;
  text-decoration: underline;
}

.requestPage .flow__steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.requestPage .flow__steps li {
  border-radius: var(--rad-common);
  margin-bottom: 40px;
  position: relative;
  text-align: left;
  justify-content: space-between;
}

.requestPage .flow__steps li:not(:last-child)::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid var(--color-ygreen);
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.requestPage .flow__steps li .step_text {
  width: 68%;
  padding: 1em;
}
.requestPage .flow__steps li .step_img {
  width: 30%;
}

.requestPage .flow__steps h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .5em;
}

.requestPage .flow__steps h3 span {
  background: var(--color-ygreen);
  color: #fff;
  font-weight: 700;
  margin-right: 8px;
  border-radius: var(--rad-round);
  padding: .25em 1em;
  letter-spacing: .03em;
}


/* ===============================
   アニメーション
================================ */
.requestPage .fade-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.requestPage .fade-section.fade-in {
  opacity: 1;
  transform: translateY(0);
}


/*
===== オフィス移転退去の無料サポート:kaitoriPage ==========================================
*/
.kaitoriPage .mainVisual__wrap {
  /* background: var(--color-palegreen); */
  
}

.kaitoriPage .mainVisual__header {
  background: var(--color-ygreen);
  text-align: center;
  color: #fff;
  font-weight: 800;
  padding: .5em 0;
  font-size: 2.4rem;
}

.kaitoriPage .mainVisual {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: var(--large-content);
  width: 96%;
  margin: 0 auto;
  background: url(../img/page/kaitori/img_mv_bg.webp) no-repeat top right;
  background-size: 40%;
}

.kaitoriPage .mainVisual__txt {
  /* flex: 1 1 500px;
  max-width: 700px; */
  padding: 30px 40% 30px 30px;
}

.kaitoriPage .mainVisual__lead {
  font-weight: 800;
  font-size: 2.4rem;
  color: var(--color-green);
}

.kaitoriPage .mainVisual__ttl {
  font-size: clamp(2rem, 5vw, 6rem);
  font-weight: 800;
  letter-spacing: .03em;
  margin-bottom: 16px;
  color: var(--color-green);
}

.kaitoriPage .mainVisual__ttl span {
  color: var(--color-ygreen);
}

.kaitoriPage .mainVisual__points {
  display: flex;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.kaitoriPage .badge-orange {
  background-color: var(--color-orange);
  color: #fff;
}

.kaitoriPage .badge-gray {
  background-color: var(--color-green);
  color: #fff;
}

.kaitoriPage .mainVisual__note {
  font-size: 1.2rem;
  color: var(--color-black);
  background: #fff;
  border-radius: var(--rad-common);
  padding: 20px;
}

.kaitoriPage .mainVisual__footer {
  background: #fff;
}

.kaitoriPage .mainVisual__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: var(--gutter-narrow) 20px;
}

.kaitoriPage .mainVisual__btnList {
  display: flex;
  flex: 1;
  height: auto;
}

.kaitoriPage .mainVisual__btn {
  flex: 1;
  text-align: center;
}

.kaitoriPage .mainVisual__btn span {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: .5em;
}

.kaitoriPage .btn {
  padding: 1.5em 2em;
  font-weight: bold;
  border-radius: var(--rad-round);
  text-align: center;
  display: flex;
  flex-flow: column;
  color: #fff;
  background: var(--color-main);
  font-size: 2rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  height: 100%;
  position: relative;
}

.kaitoriPage .btn:hover,
.kaitoriPage .ctaSection__btn a:hover {
  transform: translateY(-2px);
  opacity: .9;
}

.kaitoriPage .btn .formLink {
  font-size: clamp(1.8rem, 1.436rem + 1.82vw, 2.8rem);
}

.kaitoriPage .btn::after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  margin: auto;
}

.kaitoriPage .mainVisual__tel {
  flex: 1;
}

.kaitoriPage .btn-tel {
  background-color: #fff;
  color: var(--color-black);
  text-align: center;
  padding: 2rem;
  line-height: 1.6;
  border-radius: var(--rad-round);
  border:1px solid var(--color-palegreen);
  flex-flow: column;
  font-size: 1.4rem;
}

.kaitoriPage .tel-number {
  font-size: 36px;
  display: flex;
  align-items: center;
  line-height: 1;
  color: var(--color-green);
}

.kaitoriPage .tel-number .enFont {
  font-size: clamp(3rem, 1rem + 2.8vw, 4rem);;
  font-weight: 700;
}

.kaitoriPage .tel-desc {
  font-size: 1rem;
  color: var(--color-darkgray);
}

.kaitoriPage .mainVisual__img {
  flex: 1 1 400px;
  text-align: center;
  padding: 40px 0 0 20px;
}

.kaitoriPage .mainVisual__img img {
  max-width: 100%;
  height: auto;
}

.kaitoriPage .noticeList {
  font-size: 1.4rem;
  margin: var(--gutter-narrow) 0;
}


/* ===============================
   課題解決
================================ */
.kaitoriPage .reques__appeal {
  padding: var(--gutter) 0;
  margin-bottom: var(--gutter-wide);
}

.kaitoriPage .ttlLabel {
  color: var(--color-black);
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

.kaitoriPage .reques__title {
  font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
}

.kaitoriPage .reques__lead {
  text-align: center;
  margin: 1em 0 4em;
}

.kaitoriPage .linkCard__list.is-double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: var(--gutter-supernarrow);
}

/* 特徴カードエリア */
.kaitoriPage .linkCard__item {
  flex-flow: column wrap;
  position: relative;
  border: 1px solid var(--color-gray);
  border-radius: var(--rad-common);
}

.kaitoriPage .linkCard__item .linkCard__img,
.kaitoriPage .linkCard__item .linkCard__ttl {
  width: 100%;
}

.kaitoriPage .linkCard__item .linkCard__img {
  aspect-ratio: auto;
  border-radius:0;
}

.kaitoriPage .linkCard__item .linkCard__ttl {
  flex-flow: column wrap;
}

.kaitoriPage .linkCard__item .linkCard__ttl::after {
  content: none;
}

.kaitoriPage .appeal-feature-card h3 {
  font-size: 2.4rem;
  font-weight: 800;
  margin: 2.5em 0 1em;
  color: var(--color-main);
}

.kaitoriPage .appeal-feature-card {
  background: #fff;
  border-radius: var(--rad-common);
  padding: var(--gutter-narrow);
  box-shadow: 0 2px 6px rgba(0,0,0,.03);
  border: 0;
  position: relative;
  margin-bottom: var(--gutter-narrow);
}

.kaitoriPage .appeal-feature-card__label {
  background: var(--color-black);
  display: block;
  text-align: center;
  padding: 1em 1.5em;
  border-radius: var(--rad-round);
  font-size: clamp(1.2rem, 0.982rem + 1.09vw, 1.8rem);
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.kaitoriPage .linkCard__img {
  position: relative;
  margin-bottom: 1rem;
}

.kaitoriPage .badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: var(--color-orange);
  color: #fff;
  font-size: 1.2rem;
  padding: 0.3rem 1.2rem;
  border-radius: var(--rad-common);
  font-weight: bold;
}

.kaitoriPage .appeal-feature-card__lead {
  font-weight: bold;
  margin: 2rem 0;
  font-size: 2rem;
}

/* ===============================
   お問い合わせ
================================ */

.kaitoriPage .ctaSection {
  background-color: var(--color-palegreen);
  border-radius: var(--rad-common);
  padding: 0 0 30px;
  text-align: center;
  position: relative;
  margin-bottom: var(--gutter);
}

.kaitoriPage .ctaSection:after {
  content: "";
  display: block;
  background-image: url(../img/index/serviceBnr_img.webp);
  width: 16%;
  aspect-ratio: 654 / 700;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.kaitoriPage .ctaSection__lead {
  font-size: 2.4rem;
  font-weight: bold;
  background: var(--color-main);
  border-radius: var(--rad-common) var(--rad-common) 0 0;
  color: #fff;
  padding: .5em ;
  margin-bottom: 1em;
}

.kaitoriPage .ctaSection__body {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
}

.kaitoriPage .ctaSection__left {
  flex: 1 1 300px;
}

.kaitoriPage .ctaSection__note {
  font-size: clamp(1.2rem, 1.091rem + 0.55vw, 1.5rem);
  margin-bottom: 1em;
}

.kaitoriPage .ctaSection__btn a {
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.kaitoriPage .ctaSection__right {
  background-color: #fff;
  padding: 20px 24px;
  border-radius: var(--rad-common);
  text-align: left;
  flex: 1 1 420px;
  /* box-shadow: 0 0 0 1px #ccc; */
}

.kaitoriPage .ctaSection__tel-box {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  justify-content: center;
  padding-right: 15%;
  text-align: center;
}

.kaitoriPage .ctaSection__tel-label {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 6px;
}

.kaitoriPage .ctaSection__tel-desc {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #666;
}

.kaitoriPage .ctaSection__tel {
  text-align: center;
}

.kaitoriPage .ctaSection__tel-number {
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  color: var(--color-green);
  margin-bottom: 4px;
}

.kaitoriPage .ctaSection__tel-number .enFont {
   font-size: clamp(3rem, 1rem + 2.8vw, 4rem);
   font-weight: 700;
}

.kaitoriPage .ctaSection__tel-time {
  font-size: 1rem;
  color: #333;
}

/* ===============================
   ステップ
================================ */

.kaitoriPage .stepFlow {
  padding: var(--gutter) 0 var(--gutter-wide);
  text-align: center;
}

.kaitoriPage .stepFlow__label ,
.kaitoriPage .faqSection__label {
  font-size: 1.6rem;
  color: var(--color-green);
  margin-bottom: 8px;
}

.kaitoriPage .stepFlow__title,
.kaitoriPage .faqSection__title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.kaitoriPage .stepFlow__grid {
  display: flex;
  gap: 1px;
  justify-content: center;
}

.kaitoriPage .stepFlow__item {
  background: var(--color-palegray);
  padding: 50px 20px 20px;
  width: 25%;
  position: relative;
  flex: 1 1 220px;
}

.kaitoriPage .stepFlow__item:first-child {
  border-radius: var(--rad-common) 0 0 var(--rad-common);
  background: #e8f6f1;
}

.kaitoriPage .stepFlow__item:nth-child(2) {
  background: #daf0e9;
}

.kaitoriPage .stepFlow__item:nth-child(3) {
  background: #cdeae0;
}

.kaitoriPage .stepFlow__item:last-child {
  border-radius: 0 var(--rad-common) var(--rad-common) 0;
  background: #bfe4d8;
}

.kaitoriPage .stepFlow__number {
  position: absolute;
  top: -25px;
  background: var(--color-ygreen);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: var(--rad-round);
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

.kaitoriPage .stepFlow__icon {
  background: #fff;
  border-radius: 50%;
  width: clamp(100px, 10vw, 160px);
  height: clamp(100px, 10vw, 160px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto 20px;
}


.kaitoriPage .stepFlow__icon img {
  width: 130px;
  height: auto;
}

.kaitoriPage .stepFlow__heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.kaitoriPage .stepFlow__text {
  font-size: 1.4rem;
  color: #333;
}

.kaitoriPage .stepFlow__noteArea {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
}

.kaitoriPage .stepFlow__note {
  font-size: 2.4rem;
  font-weight: bold;
  width: 75%;
  background: var(--color-ygreen);
  color: #fff;
  padding: 1em;
  border-radius: var(--rad-common) 0 0 var(--rad-common);
  display: flex;
  align-items: center;
  justify-content: center;
}

.kaitoriPage .stepFlow__bottomNote {
  flex: 1;
  background: var(--color-green);
  padding: 1em;
  border-radius: 0 var(--rad-common) var(--rad-common) 0;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
}

/* .kaitoriPage .stepFlow__bottomNote small {
  color: var(--color-darkgray);
} */


/* ===============================
  よくある質問
================================ */

.kaitoriPage .faqSection {
  padding: var(--gutter) 0;
  margin-bottom: var(--gutter-wide);
  text-align: center;
}

.kaitoriPage .faqSection__item {
  background: #fff;
  border-radius: var(--rad-common);
  padding: 2em;
  margin-bottom: 2em;
}

.kaitoriPage .faqSection__question {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: .75em;
  display: flex;
  text-align: left;
}

.kaitoriPage .faqSection__q {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: .3em;
  line-height: 1;
}

.kaitoriPage .faqSection__answer {
  font-size: 1.4rem;
  text-align: left;
}

.kaitoriPage .faqSection__answer a {
  color: var(--color-blue);
}


/*
===== ちいきぼオフィスについて:conceptPage ==========================================
*/
.conceptPage .mainVisual__wrap {
  position: relative;
  overflow: hidden;
  height: 65vh;
}

/* 背景画像 + ブラー */
.conceptPage .mainVisual__wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../img/page/concept/img_mainVisual.webp) bottom center / cover no-repeat;
  /* filter: blur(8px);
  transform: scale(1.05); */
  z-index: 0;
  background-attachment: fixed;
}

/* グラデーションオーバーレイ */
/* .conceptPage .mainVisual__wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 58, 52, 0.3) 20%, rgba(0, 58, 52, 0.8) 80%);
  mix-blend-mode: multiply;
  opacity: 0.7;
  z-index: 1;
} */

.conceptPage .mainVisual {
  width: 90%;
  max-width: var(--large-content);
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 auto;
}

/* メインビジュアル内のコンテンツ順序 */
.conceptPage .mainVisual__txt {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 2;
  letter-spacing: .08em;
}

.conceptPage .mainVisual__ttl {
  font-size: clamp(3rem, 6vw, 5.4rem);
  font-weight: bold;
  line-height: 1.8;
  text-shadow: 0 0 10px var(--color-black);
}

.conceptPage .mainVisual__footer {
  background: #fff;
}

.conceptPage .mainVisual__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
  padding: 20px 0;
}

.conceptPage .mainVisual__btnList {
  display: flex;
  gap: 20px;
  flex: 1 1 500px;
}

.conceptPage .mainVisual__btn {
  flex: 1;
  text-align: center;
}

.conceptPage .mainVisual__btn span {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: .5em;
}

.conceptPage .btn {
  padding: 1em 1.5em;
  font-weight: bold;
  border-radius: var(--rad-round);
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.conceptPage .btn {
  background-color: var(--color-main);
  color: #fff;
  border: 1px solid #b5d1cc;
  line-height: 1;
}

.conceptPage .btn .ph {
  color: #fff;
  margin-right: 3px;
  font-size: 20px;
}

.conceptPage .btn:hover {
  transform: translateY(-1px);
  /* opacity: .95; */
}


.conceptPage .mainVisual__caption {
  /* flex: 1 1 400px; */
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-black);
}

/* ===============================
   ちいきぼオフィス紹介セクション
================================== */
.conceptPage .serviceIntro {
  padding: var(--gutter-wide) 0;
  text-align: center;
  position: relative;
  z-index: 0;
}

.conceptPage .serviceIntro::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/common/img-logo-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  aspect-ratio:  600 / 600;
  left: 1%;
  top: 2%;
  z-index: 1;
  opacity: .2;
}

.conceptPage .serviceIntro__inner {
  position: relative;
  z-index: 2;
}

.conceptPage .serviceIntro__titleMain {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .03em;
  margin-bottom: 1em;
}
.conceptPage .serviceIntro__titleSub {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 28px;
}
.conceptPage .serviceIntro__lead {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: var(--gutter);
}

/* ポイント3つ */
.conceptPage .serviceIntro__value {
  align-items: center;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0,0,0,.03);
  position: relative;
}

.conceptPage .serviceIntro__value .icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: var(--color-ygreen);
  padding: .5em 1em;
  color: #fff;
  font-size: 12px;
  border-radius: var(--rad-common) 0 var(--rad-common) 0;
  letter-spacing: .03em;
}

.conceptPage .linkCard__item .linkCard {
  flex-flow: column wrap;
  position: relative;
  border: 0;
  border-radius: var(--rad-common);
}

.conceptPage .linkCard__item .linkCard__img,
.conceptPage .linkCard__item .linkCard__ttl {
  width: 100%;
}

.conceptPage .linkCard__item .linkCard__img {
  aspect-ratio: 2 / 1.2;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
  text-align: center;
  background: #fff;
}

.conceptPage .linkCard__item .linkCard__img img {
  height: 100%;
  width: auto;
  padding: 20px 20px 0;
}

.conceptPage .linkCard__item .linkCard__ttl {
  flex-flow: column wrap;
  background: #fff;
  border-radius: 0 0 var(--rad-common) var(--rad-common);
}

.conceptPage .linkCard__item .linkCard__ttl::after {
  position: static;
  transform: rotate(135deg);
  margin: auto;
  display: block;
  
}

.conceptPage .serviceIntro__value h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}

/* ===============================
    ポイント
=============================== */
.conceptPage .concept__value {
  padding: var(--gutter-wide) 0;
  text-align: center;
}

.conceptPage .concept__value .concept__title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.conceptPage .concept__value .concept__lead {
  line-height: 2;
  margin-bottom: 2em;
}

/* ===============================
   2カラムグリッド
=============================== */
.conceptPage #value01 .value__grid--two {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  gap: 20px;
  align-items: stretch;
}

.conceptPage #value02 .value__grid--two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-columns: 1fr; */
  gap: 20px;
}

.conceptPage #value02 .value__grid--two {}

/* ===============================
   仕切り（中央の×）
=============================== */
.conceptPage .value__divider {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-ygreen);
  position: relative;
  margin: auto;
}

.conceptPage .value__divider::before,
.conceptPage .value__divider::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.conceptPage .value__divider::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.conceptPage .value__divider::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ===============================
   カード
=============================== */
.conceptPage .valueCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  padding: var(--gutter-narrow);
  border: 1px solid var(--color-gray);
  border-radius: var(--rad-common);
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .03);
}

.conceptPage .valueCard figure {
  text-align: center;
}

.conceptPage .valueCard figure img {
  height: 250px;
}

.conceptPage .valueCard .valueCard__ttl {
  font-size: clamp(2rem, 1.855rem + 0.73vw, 2.4rem);
  font-weight: bold;
  margin: .3em 0 1em;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

.conceptPage .valueCard .valueCard__ttl span {
  font-size: 80%;
}

.conceptPage .valueCard__list {
  margin: 0 0 1.5rem;
}

.conceptPage .valueCard__list li {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: .5em;
  position: relative;
  padding-left: 2.8rem;
  text-align: left;
}

.conceptPage .valueCard__list li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%2300897A%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M173.66%2C98.34a8%2C8%2C0%2C0%2C1%2C0%2C11.32l-56%2C56a8%2C8%2C0%2C0%2C1-11.32%2C0l-24-24a8%2C8%2C0%2C0%2C1%2C11.32-11.32L112%2C148.69l50.34-50.35A8%2C8%2C0%2C0%2C1%2C173.66%2C98.34ZM232%2C128A104%2C104%2C0%2C1%2C1%2C128%2C24%2C104.11%2C104.11%2C0%2C0%2C1%2C232%2C128Zm-16%2C0a88%2C88%2C0%2C1%2C0-88%2C88A88.1%2C88.1%2C0%2C0%2C0%2C216%2C128Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
  position: absolute;
  left: 0;
}

.conceptPage .note {
  font-size: 1.2rem;
  color: var(--color-darkgray);
}

.valueCard__subttl {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 1em;
}

.valueCard__text {
  margin: 0 0 1em;
}

/* ===============================
   ボタン
=============================== */
.conceptPage .valueCard__btn.btn_archive a {
  font-size: 1.6rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
  /* max-width: 100%;
  width: 100%; */
  padding: 2rem 5rem;
}

.conceptPage .btn_archive a:hover {
  transform: translateY(-2px);
  opacity: .9;
}

.conceptPage .btn-outline {
  background: #eef5f3;
  color: var(--color-main);
  border: 1px solid #cfe2dd;
  box-shadow: none;
}

.conceptPage .value__note {
  margin-top: 16px;
  font-size: 1.2rem;
  color: #6c7b78;
}

/* ===============================
   特長セクション
=============================== */
.conceptPage .concept__value {
  padding: var(--gutter) 0;
  text-align: center;
}

.conceptPage .concept__value .concept__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1em;
}

.conceptPage .concept__value .concept__lead {
  line-height: 1.8;
  margin-bottom: var(--gutter);
}

.conceptPage .concept__point {
  border-radius: var(--rad-common);
  background: var(--color-ygreen);
  color: #fff;
  font-weight: 400;
  display: inline-block;
  font-size: 1.4rem;
  padding: .5em 1em;
  margin-bottom: 1em;
}

/* ===============================
   2カラムグリッド
=============================== */
.conceptPage .value__grid--two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

/* ===============================
   カード
=============================== */
.conceptPage .valueCard {
  text-align: left;
  background: #fff;
  border: 1px solid var(--color-gray);
  border-radius: var(--rad-common);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .03);
  padding: var(--gutter-narrow);
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-start;
}

.conceptPage #value02 .valueCard {
  padding: 0;
  border: 0;
}

.conceptPage .valueCard__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin: .2em 0 .6em;
}

.conceptPage .valueCard__list {
  margin: 0 0 1.2rem;
}

.conceptPage .valueCard__list li {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: .6em;
  position: relative;
  padding-left: 2.8rem;
}

.conceptPage .valueCard__list li::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: .2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image:url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%2300897A%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20d%3D%22M173.66%2C98.34a8%2C8%2C0%2C0%2C1%2C0%2C11.32l-56%2C56a8%2C8%2C0%2C0%2C1-11.32%2C0l-24-24a8%2C8%2C0%2C0%2C1%2C11.32-11.32L112%2C148.69l50.34-50.35A8%2C8%2C0%2C0%2C1%2C173.66%2C98.34ZM232%2C128A104%2C104%2C0%2C1%2C1%2C128%2C24%2C104.11%2C104.11%2C0%2C0%2C1%2C232%2C128Zm-16%2C0a88%2C88%2C0%2C1%2C0-88%2C88A88.1%2C88.1%2C0%2C0%2C0%2C216%2C128Z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
}

/* ボタン */
.conceptPage .valueCard__btn.btn_archive a {
  box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
}

/* 注釈 */
.conceptPage .value__note {
  margin-top: 16px;
  font-size: 1.2rem;
  color: #6c7b78;
}

.conceptPage #value02 .valueCard .linkCard__img {
  width: 100%;
  aspect-ratio: 2 / 1;
  border-radius: var(--rad-common) var(--rad-common) 0 0;
}

.conceptPage #value02 .valueCard .valueCard__inner {
  padding: var(--gutter-narrow);
}


/* ===============================
   機能セクション
=============================== */
.conceptPage .concept__function {
  margin: var(--gutter) 0 0;
  padding-bottom: 200px;
  text-align: center;
  background: url(../img/page/concept/img_function_bg.svg) no-repeat center bottom;
  background-size: contain;
}

.conceptPage .concept__function .concept__title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.conceptPage .concept__function .concept__lead {
  line-height: 1.8;
  margin-bottom: 2.2em;
}

/* ===============================
   機能カードグリッド
=============================== */

.conceptPage .function__grid {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.conceptPage .function__colum figure {
  flex: 1;
}


.conceptPage .functionItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 20px 16px;
  /* border: 1px solid #e6ecea; */
  border-radius: var(--rad-common);
  border:1px solid var(--color-darkgray);
  text-decoration: none;
  color: var(--color-black);
  /* box-shadow: 0 2px 6px rgba(0,0,0,.03);
  transition: transform .15s ease, box-shadow .15s ease; */
}

/* .conceptPage .functionItem:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  opacity: .9;
} */

.conceptPage .functionItem__ttl {
  font-size: 1.6rem;
  font-weight: bold;
}

.conceptPage .functionItem .ph {
  font-size: 30px;
}

.conceptPage .functionItem__link {
  font-size: 1.3rem;
  text-decoration: underline;
}

/* ===============================
   会社情報ボックス
=============================== */
.conceptPage .function__company {
  margin-top: var(--gutter-narrow);
  padding: 20px;
  background: #fff;
  border: 1px solid var(--color-gray);
  border-radius: var(--rad-common);
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,.03);
  width: 80%;
  max-width: 650px;
  margin: 0 auto;
}

.conceptPage .function__companyLogo img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.conceptPage .function__companyText {
  text-align: left;
  line-height: 1.8;
  font-size: 1.4rem;
}

/* ===============================
   Finder セクション
=============================== */
.conceptPage .concept__finder {
  padding: var(--gutter-wide) 0;
  text-align: center;
}

.conceptPage .concept__finder .concept__title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.conceptPage .concept__finder .concept__lead {
  line-height: 2;
  margin-bottom: var(--gutter);
}

/* ===============================
   3 カードグリッド
=============================== */
.conceptPage .finder__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.conceptPage .finderCard {
  background: #fff;
  /* border: 1px solid #e6ecea; */
  border-radius: var(--rad-common);
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  padding: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.conceptPage .finderCard__icon {
  width: 130px;
  height: 130px;
  border-radius: var(--rad-round);
  overflow: hidden;
  background: #f5f5f5;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
  color: var(--color-main);
}

.conceptPage .finderCard__icon .ph {
  font-size: 80px;
  display: block;
}

.conceptPage .finderCard__btn.btn_archive a {
  display: inline-block;
  min-width: 220px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 1.6rem;
  font-weight: 700;
  box-shadow: 0 6px 14px rgba(0,0,0,.12);
}

/* ===============================
   Support セクション
=============================== */
.conceptPage .concept__support {
  padding: var(--gutter-wide) 0;
  text-align: center;
}

.conceptPage .concept__support .support__label {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: .4em 1em;
  margin-bottom: .8em;
}

.conceptPage .concept__support .concept__title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.conceptPage .concept__support .concept__lead {
  line-height: 2;
  margin-bottom: 3em;
}

/* ===============================
   2カラム×3行 グリッド
=============================== */
.conceptPage .support__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: left;
}

/* ===============================
   アイテム
=============================== */
.conceptPage .supportItem {
  background: #fff;
  border: 1px solid #e6ecea;
  border-radius: var(--rad-common);
  padding: 2em;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: start;
  box-shadow: 0 2px 6px rgba(0,0,0,.03);
}

.conceptPage .supportItem__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--color-palegreen);
  display: flex;
  justify-content: center;
  align-items: center;
}

.conceptPage .supportItem__icon .ph {
  color: var(--color-main);
  font-size: 30px;
}

.conceptPage .supportItem__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: .2em 0 .4em;
}

.conceptPage .supportItem__txt {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #2f3a3a;
}

.conceptPage .supportItem__link {
  color: var(--color-blue);
}

/* ===============================
   FAQセクション
=============================== */
.conceptPage .concept__faq {
  padding: var(--gutter-wide) 0;
  text-align: center;
}

.conceptPage .concept__faq .concept__title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.conceptPage .faq__list {
  text-align: left;
  border-top: 1px solid var(--color-gray);
  margin: var(--gutter) 0;
}

/* ===============================
   details 本体
=============================== */
.conceptPage .faq-content {
  border-bottom: 1px solid var(--color-gray);
  padding: 0;
}

/* ===============================
   summary（質問行）
=============================== */
.conceptPage .faq-q {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.conceptPage .faq-q::-webkit-details-marker {
  display: none;
}

.conceptPage .faq-q::marker {
  content: "";
}

/* ===============================
   アコーディオン矢印
=============================== */
.conceptPage .faq-q::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  border-right: 2px solid var(--color-main);
  border-bottom: 2px solid var(--color-main);
  transform: rotate(45deg); 
  transition: transform .2s ease;
  flex: 0 0 auto;
}

.conceptPage .faq-content[open] .faq-q::after {
  transform: rotate(-135deg);
}

/* ===============================
   回答
=============================== */
.conceptPage .faq-a {
  font-size: 1.5rem;
  line-height: 1.9;
  padding: 0 1em 1em;
  margin: 0;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .25s ease, opacity .25s ease;
  opacity: 0;
}

.conceptPage .faq-content[open] .faq-a {
  grid-template-rows: 1fr;
  opacity: 1;
}

.conceptPage .faq-a > * {
  overflow: hidden;
}

.conceptPage .faq-a a {
  color: var(--color-blue);
}




/* ===============================
   利用ガイド
=============================== */
.conceptPage .concept__guide {
  margin: var(--gutter-wide) 0;
  text-align: center;
}

.conceptPage .concept__guide .concept__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}

/* グリッド */
.conceptPage .guide__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: var(--gutter) 0;
}

/* カード */
.conceptPage .guideCard {
  background: #fff;
  border: 1px solid var(--color-palegray);
  border-radius: var(--rad-common);
  box-shadow: 0 2px 6px rgba(0,0,0,.03);
  padding: 18px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
}

.conceptPage .guideCard__txt {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 0 0 10px;
}

.conceptPage .guideCard__link {
  align-self: flex-end;
  font-size: 1.3rem;
  color: var(--color-blue);
}

.conceptPage .btn_archive a ,
.requestPage .btn_archive a {
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

.conceptPage .btn_archive a .ph ,
.requestPage .btn_archive a .ph {
  font-size: 2.4rem;
  margin-right: 5px;
}

/* ===============================
   Customer Support セクション
=============================== */
.conceptPage .concept__cs,
.requestPage .concept__cs {
  padding: var(--gutter-wide) 0;
  text-align: center;
}

.conceptPage .concept__cs .concept__title,
.requestPage .concept__cs .concept__title  {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}

/* 受付時間 */
.conceptPage .cs__hours,
.requestPage .cs__hours {
  margin-bottom: var(--gutter-narrow);
}

.conceptPage .cs__hoursLabel,
.requestPage .cs__hoursLabel {
  font-size: 1.3rem;
  margin-bottom: 4px;
}

.conceptPage .cs__hoursTime,
.requestPage .cs__hoursTime {
  font-size: 2.0rem;
  font-weight: bold;
  letter-spacing: .02em;
}

.conceptPage .cs__hoursNote,
.requestPage .cs__hoursNote {
  margin: var(--gutter-supernarrow) 0;
  font-size: 1.4rem;
}

/* 2カラム */
.conceptPage .cs__grid,
.requestPage .cs__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  text-align: left;
}

/* カード */
.conceptPage .csCard,
.requestPage .csCard {
  background: #fff;
  border-radius: var(--rad-common);
  box-shadow: 0 2px 6px rgba(0,0,0,.03);
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
}

.conceptPage .cs_mail,
.requestPage .cs_mail {
  background-image: url(../img/page/concept/img_contact_01.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 28%;
}

.conceptPage .cs_tel,
.requestPage .cs_tel {
  background-image: url(../img/page/concept/img_contact_02.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 28%;
}

.conceptPage .csCard__head,
.requestPage .csCard__head {
  margin-bottom: 1em;
}
.conceptPage .csCard__icon,
.requestPage .csCard__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #eee;
}
.conceptPage .csCard__label,
.requestPage .csCard__label {
  font-size: 1.6rem;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.conceptPage .csCard__title,
.requestPage .csCard__title {
  text-align: center;
  white-space: nowrap;
}

/* 電話番号 */
.conceptPage .csCard__title.is-tel .enFont,
.requestPage .csCard__title.is-tel .enFont {
  font-size: clamp(2.4rem, 1.6rem + 2vw, 4.6rem);
  font-weight: 700;
}
.conceptPage .csCard__title.is-tel .ph,
.requestPage .csCard__title.is-tel .ph {
  font-size: 40px;
}
.conceptPage .csCard__telBtn,
.requestPage .csCard__telBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--color-green);
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .04em;
}

/* 説明文 */
.conceptPage .csCard__desc,
.requestPage .csCard__desc {
  font-size: 1.2rem;
  line-height: 1.8;
  color: var(--color-darkgray);
  padding: 30px 30% 20px 0;
}

/* レスポンシブ
   ※元コードは .guide__grid になっていましたが、おそらく .cs__grid の誤記と思われるので修正しています。 */
/* @media (max-width: 1024px) {
  .conceptPage .cs__grid,
  .requestPage .cs__grid {
    grid-template-columns: repeat(2, 1fr);
  }
} */

/* レスポンシブ */
/* @media (max-width: 1024px) {
  .conceptPage .guide__grid {
    grid-template-columns: repeat(2, 1fr);
  }
} */


/*
===== はじめてご利用ガイド:guidePage ==========================================
*/
.guidePage .ttlWrap {
  background: var(--color-palegreen);
  position: relative;
  text-align: center;
  height: auto;
}

.guidePage .guideTtl {
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  text-align: left;
}

.guidePage .guideTtl__text {
  max-width: 500px;
  padding: 50px 0;
}

.guidePage .guideTtl__head {
  font-size: 1.4rem;
}

.guidePage .mainTtl {
  max-width: 100%;
  margin: 0;
}

.guidePage .guideTtl figure {
  margin: 0;
  flex-shrink: 0;
  width: 130px;
  align-self: flex-end;
}

.guidePage .guideCaption {
  margin-bottom: var(--gutter-wide);
}

.guidePage .guide-section {
  margin: 0 0 var(--gutter);
}

.guidePage .guide-section h3 {
  font-size: clamp(2.25rem, 2.023rem + 1.14vw, 2.2rem);
  margin: 1em 0;
}

.guidePage .guideTtl img {
  max-width: 100%;
  height: auto;
  display: block;
}

.guidePage .guide-image-group {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: var(--gutter) 0;
}

.guidePage .guide-image-group figure {
  flex: 3;
  background: var(--color-palegray);
  border-radius: var(--rad-common);
}

.guidePage .guide-image-group .guide-step {
  flex: 7;
}

/* 
.guidePage .guide-image-group figure,
.guidePage .guide-image-group .guide-step {
  flex: 1;
} */

.guidePage .guide-step h4 {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.8rem;
}

.guidePage .guide-step h4 .icon {
  width: 40px;
  height: 40px;
  border-radius: var(--rad-round);
  background: var(--color-palegreen);
  color: var(--color-main);
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: .5em;
}

.guidePage .guide-step h4 .enFont {
  font-weight: 600;
}

.guidePage .guide-step .textLink {
  padding-top: 1em;
}

.guidePage .searchOfficeSection {
  margin: 0 0 var(--gutter-wide);
}

.guidePage .searchOfficeBg {
  background: url(../img/index/img_mv_bg.webp) no-repeat center bottom / cover; 
  border-radius: var(--rad-common);
  padding: var(--gutter-narrow);
  margin-bottom: var(--gutter-supernarrow);
  text-align: center;
}

.guidePage .searchOfficeSection .section__ttl {
  margin-bottom: .5em;
}

.guidePage .featureTipsSection {
  margin: 0 0 var(--gutter);
}

.guidePage .finder__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: var(--gutter-narrow) 0;
}

.guidePage .finderCard a {
  background: var(--color-main);
  color: #fff;
  border-radius: var(--rad-common);
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  padding: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  height: 100%;
}

.guidePage .finderCard__icon {
  width: 100px;
  height: 100px;
  border-radius: var(--rad-round);
  overflow: hidden;
  background: var(--color-palegreen);
  display: grid;
  place-items: center;
  margin-bottom: 4px;
  color: var(--color-main);
}

.guidePage .finderCard__icon .ph {
  font-size: 60px;
  display: block;
}

.guidePage .finderCard__title {
  font-weight: bold;
  font-size: 1.6rem;;
}

.guidePage .finderCard__text {
  text-align: left;
  font-size: 1.2rem;
}

.guidePage .ctaMemberBox {
  margin: 0 0 var(--gutter);
  text-align: center;
}

/* sticky サイドバー */
.guidePage #postbox {
  overflow: visible;
}

.guidePage .contentSide {
  min-height: 200px;
}

.guidePage .sidebar__guide {
  position: sticky;
  top: 100px;
}

.guidePage .sidebarItem a::after {
  transform: rotate(135deg);
}

.guidePage .benefitBlock {
  margin: var(--gutter) 0;
  gap: 20px;
  align-items: normal;
}

.guidePage .benefitBox {
  flex: 1;
  border-radius: var(--rad-common);
  /* padding: 20px; */
  text-align: center;
  position: relative;
  padding-bottom: 200px;
}

.guidePage .benefitBox.nonMember {
  /* background: var(--color-palegray); */
  border: 1px solid var(--color-darkgray);
}

.guidePage .benefitBox.memberBenefits {
  /* background: var(--color-paleorange); */
  border: 1px solid var(--color-orange);
}

.guidePage .benefitBox__label {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1em;
  padding: 20px;
  border-radius: var(--rad-common)  var(--rad-common) 0 0;
}

.guidePage .benefitBox.nonMember .benefitBox__label {
  background: var(--color-palegray); 
}

.guidePage .benefitBox.memberBenefits  .benefitBox__label {
  background: var(--color-paleorange); 
}

.guidePage .benefitBox__title {
  font-weight: 500;
  margin-bottom: 1em;
  display: inline-block;
  padding: .5em 1em;
}

.guidePage .benefitBox.nonMember  .benefitBox__title {
  border: 1px solid var(--color-darkgray);
  border-radius: var(--rad-common);
}

.guidePage .benefitBox.memberBenefits  .benefitBox__title {
  border: 1px solid var(--color-orange);
  border-radius: var(--rad-common);
  color: var(--color-orange);
  font-size: 1.6rem;
}

.guidePage .benefitBox__list {
  padding: 0 20px 20px;
}

.guidePage .benefitBox__list li {
  /* padding: 1em;
  border-radius: var(--rad-common); */
  text-align: left;
  padding: 0 0 .5em 1.5em;
  position: relative;
}

.guidePage .benefitBox__list li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-gray);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(60%);
}
.guidePage .memberBenefits .benefitBox__list li::before {
  color: var(--color-orange);
}

.guidePage .benefitBox .benefitBox__img {
  display: block;
  height: 200px;
  width: auto;
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
}


.guidePage .blogSection {
  margin: var(--gutter-wide) 0;
  overflow: hidden;
}

.guidePage .blogBox__inner {
  position: relative;
}

.guidePage .blogBox__inner .blogBox__list {
  display: block;
}

.guidePage .blogBox__inner .blogBox__list .item{
  width: 290px;
  margin: 0 10px;
}

/* モーダル */
.guidePage .modal {
  display: none;
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.guidePage .modal.active {
  display: flex;
}

.guidePage .modal-content {
  z-index: 1001;
}


/*
===== フォームページ ==========================================
*/
.contactPage .entrytbl {
  margin-top: 0
}

/*==================================================
  tablet SETTINGS : Min768px Max1200px
==================================================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .wp-pagenavi {
    width: 96%;
  }

  /* .requestPage .cs__grid {
    grid-template-columns: 1fr;
  } */

  .kaitoriPage .ctaSection__body {
    align-items: center;
    padding: 10px 20px;
  }


}

/*==================================================
  SP SETTINGS : Max767px
==================================================*/
@media screen and (max-width: 767px) {

  /*==================================================
	GENERAL SETTINGS
==================================================*/
  .navigation {
    font-size: 1.2rem;
  }

  .wp-pagenavi {
    width: 96%;
  }

  .gmap_view {
    margin: 10px;
    border: 1px solid #E6E6E6;
    height: 300px;
    clear: both;
  }

  .gmap_view img {
    width: auto !important;
  }

  .yolp-ymapbanner {
    width: 150px !important;
    top: inherit !important;
    right: inherit !important;
    bottom: 26px !important;
  }

  .yolp-ymapbanner img {
    width: 100% !important;
    height: auto !important;
  }

  .yolp-ctrl .map {
    width: auto !important;
  }

  .map {
    width: 98% !important;
    height: auto;
    margin: 10px auto;
    clear: both;
  }

  .map iframe {
    height: 300px !important;
  }

  .mapp-canvas,
  .mapp-layout {
    width: 98% !important;
    height: 300px;
    margin: auto;
    border: 1px solid #E6E6E6;
    clear: both;
  }

  #map {
    width: 98% !important;
    height: auto;
    margin: 10px auto;
  }

  #map iframe {
    width: 100% !important;
    height: 300px !important;
  }

  /*ACFでMAPを表示*/
  .acf-map {
    height: 300px;
    margin: 0;
  }

  /*共通シングル*/

  .singlePage #articleBox .notice_tbl {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-bottom: none;
  }

  .singlePage #articleBox .notice_tbl th {
    width: 100%;
    padding: 10px;
    display: block;
    border: none;
  }

  .singlePage #articleBox .notice_tbl td {
    padding: 10px;
    border: none;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    display: block;
  }

  .singlePage #btnBox {
    margin-bottom: 30px;
  }

  .singlePage #btnBox p.btn_reserve,
  .singlePage #btnBox p.btn_end {
    width: 100%;
  }

  .singlePage #btnBox p.btn_reserve a {
    margin: 0 auto;
    width: 90%;
    border-radius: 5px;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .4);
  }

  .singlePage #btnBox p.btn_end {
    width: 90%;
    border-radius: 5px;
  }

  .singlePage #mapBox .ttl {
    padding: 10px;
  }

  /*
===== 送信完了ページ ==========================================
*/
  .page_title01 {
    font-size: 25px;
    padding: 20px 0;
    margin-bottom: 30px;
  }

  .btn_returntop a {
    font-size: 16px;
    margin: 30px auto;
  }

  /*
===== お知らせ:topicsPage ==========================================
*/
  /*お知らせ:一覧*/
  .topicsPage #postbox {
    margin-top: 5%;
  }

  .topicsPage .resultBox__select ul li span,
  .blogArchivePage .resultBox__select ul li span {
    display: none;
  }

  .topicsPage .itemList .item a {
    padding: 5%;
  }

  .topicsPage .itemList .item dl dd {
    padding: 10px 0;
  }

  .resultBox__select {
    margin: 20px 0;
  }

  /*
===== お役立ち情報:columnPage ==========================================
*/
  /*お役立ち情報:一覧*/
  .blogBox__inner .blogBox__list {
    grid-template-columns: 1fr;
  }

  .blogBox__item .blogCard__head {
    height: 180px;
  }

  /* .blogBox__item .blogCard {
    flex-flow: row;
  }
  
  .blogBox__item .blogCard__head {
    aspect-ratio: 1 / 1;
    width: 30%;
    border-radius: var(--rad-common) 0 0 var(--rad-common);
  }

  .blogCard__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .blogBox__item .blogCard__body {
    width: 70%;
    padding: 1em;
  } */

  .blogCard .blogCard__ttl {
    font-size: 1.6rem;
  }

  .blogBox__item .post__lead {
    font-size: 1.2rem;
  } 

  /* 詳細 */
  .blogPage #postbox {
    margin-top: 5%;
  }

  .blogPage .itemList li.item {
    position: relative;
  }

  .blogPage .itemList li.item a {
    padding: 2.5%;
  }

  .blogPage .itemList .item:nth-child(odd) a {
    border: none;
    background-color: #fff;
  }

  .blogPage .itemList .item:nth-child(even) {
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
  }

  .blogPage .itemList li.item .photo {
    width: 32%;
    margin: 0;
  }

  .blogPage .itemList li.item .info {
    width: 68%;
    padding: 10px 0 35px 10px;
  }

  .blogPage .itemList li.item .info .ttl {
    margin: 5px 0;
    padding: 0;
  }

  .blogPage .itemList li.item .iconWrap {
    font-size: 1.4rem;
  }

  .blogPage .itemList li.item .date {
    margin-right: 5px;
  }

  .blogPage .itemList .item .term {
    margin: 0;
  }

  /*お役立ち情報:詳細*/
  .blogPage.singlePage .ttlWrap .wire {
    padding: 20px 0;
  }

  .ttlDate {
    flex-flow: column wrap;
    gap: 10px;
    align-items: flex-start;
  }

  .newsBox__date {
    font-size: 1.2rem;
  }

  .ttlDate .icon {
    display: flex;
    gap: 10px;
  }

  .blogPage.singlePage .nwnContent {
    padding-top: 0;
    margin-bottom: var(--gutter-narrow);
  }

  .blogPage.singlePage .nwnContent .contentMain {
    margin-bottom: var(--gutter-narrow);
  }

  .singlePage .cta, .singlePage .related {
    width: 100%;
  }

  .blogPage #titleBox .secTtl {
    border-top: 1px solid var(--color-palegray);
    margin-top: 10px;
  }

  .blogPage #detailBox .term {
    margin: 0;
    font-size: 1.3rem;
  }

  /* single　共通 */
  .singlePage .ttlWrap .wire {
    padding: 20px 0;
    width: 100%;
  }

  .singlePage #content,
  .singlePage .post__section:last-child {
    margin-bottom: 0;
  }

  .singlePage .post-images {
    flex-flow: column;
    margin: 20px 0;
  }


  .singlePage .cta .flex {
    display: grid;
    grid-auto-flow: row;
    gap: 20px;
    text-align: center;
    margin-top: 20px;
  }

  .singlePage .cta, 
  .singlePage .related {
    padding: 2em;
  }

  .singlePage #content .btn_green a,
  .singlePage #content .btn_orange a {
    font-size: 1.4rem;
  }

  /*
===== ヘルプセンター:helpPage ==========================================
*/

  /* .singlePage.helpPage .contentWrap {
    padding-top: var(--gutter-narrow);
  } */

  .singlePage.helpPage .contentSide {
    order: 2;
  }

  .singlePage.helpPage .contentMain{
    order: 1;
  }

  .singlePage.helpPage .categoryBox .w90p_max {
    max-width: 100% !important;
    width: 100%;
  }

  .singlePage .help-image-group {
    flex-flow: column;
  }


  /*
===== よくある質問:qaPage ==========================================
*/
  .qaPage .itemList {
    margin-top: 0;
  }

  .qaPage #accordion li {
    margin-bottom: 2px;
  }

  .qaPage #accordion dt {
    padding: 20px 40px;
    background-size: 20px auto;
  }

  .qaPage #accordion dt.open:after {
    width: 25px;
    height: 25px;
  }

  .qaPage #accordion dt.close:after {
    width: 25px;
    height: 25px;
  }

  .qaPage #accordion dd {
    padding: 20px;
  }

/*
===== ちいきぼオフィスについて:conceptPage ==========================================
*/
  .conceptPage .mainVisual__wrap {
    height: 60dvh;
  }

  .conceptPage .mainVisual__wrap::before {
    background-attachment: scroll;
    background-position: 40% center;
    background-size: cover;
  }

  .conceptPage .mainVisual__ttl {
    font-size: clamp(20px, 7vw, 40px);
  }

  .conceptPage .mainVisual__caption {
    text-align: center;
    font-size: 2.4rem;
    font-feature-settings: "palt";
    letter-spacing: .05em;
  }

  .conceptPage .mainVisual__btnList {
    flex-flow: column;
  }

  .conceptPage .serviceIntro__titleMain { 
    font-size: 2.6rem;
  }

  .conceptPage .serviceIntro__titleSub { 
    font-size: 2rem;
  }

  .conceptPage .serviceIntro__lead,
  .conceptPage .concept__lead { 
    font-size: 1.4rem;
    text-align: left;
  }

  .conceptPage .serviceIntro {
     padding: var(--gutter-narrow) 0;
  }

  .conceptPage .serviceIntro__values {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .conceptPage .value__grid--two {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .conceptPage .value__divider {
    display: none;
  }

  .conceptPage .concept__title { 
    font-size: 2.8rem;
   }

  .conceptPage #value01 .value__grid--two,
  .conceptPage .cs__grid,
  .conceptPage #value02 .value__grid--two,
  .conceptPage .guide__grid,
  .conceptPage .function__grid,
  .requestPage .cs__grid {
    grid-template-columns: 1fr;
  }

  .conceptPage .concept__function {
    padding-bottom: 100px;
    background-size: 150%;
  }

  .conceptPage .function__colum {
    flex-flow: column wrap;
    flex-direction: column-reverse;
  }

  .conceptPage .function__grid {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .conceptPage .functionItem__ttl {
    font-size: 1.4rem;
  }

  .conceptPage .function__company {
    width: 100%;
  }

  .conceptPage .function__companyText {
    font-size: 1.2rem;
  }

  .conceptPage .concept__value .concept__title,
  .conceptPage .concept__function .concept__title,
  .conceptPage .concept__finder .concept__title,
  .conceptPage .concept__support .concept__title,
  .conceptPage .concept__faq .concept__title,
  .conceptPage .concept__guide .concept__title,
  .conceptPage .concept__cs .concept__title {
    font-size: clamp(2.2rem, 1.914rem + 1.43vw, 2.6rem);
    font-feature-settings: "palt";
    letter-spacing: .05em;
  }

  .conceptPage .value__grid--two {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .conceptPage .support__grid {
    grid-template-columns: 1fr;
  }

  .conceptPage .finder__grid {
    grid-template-columns: 1fr 1fr;
  }

  .conceptPage .finder__grid {
    grid-template-columns: 1fr;
  }

  .conceptPage .finderCard {
    flex-flow: row;
    padding: 2rem;
  }

  .conceptPage .finderCard__icon {
    width: 60px;
    height: 60px;
  }

  .conceptPage .finderCard__icon .ph {
    font-size: 40px;
  }

/*
 ===== はじめてご利用ガイド:guidePage ==========================================
*/
  .guidePage .ttlWrap {
    padding-bottom: 0;
  }

  .guidePage .mainTtl {
    font-size: 2.4rem;
  }

  .guidePage .guideTtl__head {
    font-size: 1.2rem;
    line-height: 2;
  }

  .guidePage .guideTtl {
    flex-flow: row nowrap;
    gap: 10px;
  }

  .guidePage .guideTtl__text {
    max-width: 100%;
    padding: 20px 0;
    width: 75%;
  }

  .guidePage .guideTtl figure {
    width: 25%;
  }

  .guidePage .guide-image-group,
  .guidePage .benefitBlock {
    flex-flow: column wrap;
  }

  .guidePage .finder__grid {
    grid-template-columns: 1fr;
  }

/*
===== 撤退依頼:kaitoriPage ==========================================
*/

  .kaitoriPage .mainVisual {
    flex-direction: column;
    background-size: 70%;
    background-position: bottom right;
    position: relative;
    width: 90%;
    padding-bottom: 20vh;
  }

  .kaitoriPage .mainVisual__lead {
    font-size: 2rem;
  }

  .kaitoriPage .mainVisual__points {
    flex-flow: column;
  }

  .kaitoriPage .mainVisual__points {
    width: 100%;
  }

  .kaitoriPage .linkCard__list.is-double {
    grid-template-columns: 1fr;
  }

  .kaitoriPage .appeal-feature-card__label {
    width: 90%;
    font-size: 1.5rem;
  }

  .kaitoriPage .appeal-feature-card h3 {
    font-size: clamp(2.2rem, 2.057rem + 0.71vw, 2.4rem);
    font-feature-settings: "palt";
    letter-spacing: .05em;
    margin-top: 2em;
    text-align: center;
  }

  .kaitoriPage .appeal-feature-card__lead {
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: .05em;
  }

  .kaitoriPage .mainVisual__txt {
    padding: var(--gutter-narrow) 0;
    text-align: center;
  }

  .kaitoriPage .mainVisual__ttl {
    font-size: 3rem;
    padding-top: 0;
  }

  .kaitoriPage .mainVisual__ttl span {
    font-size: 4rem;
  }

  .kaitoriPage .mainVisual__note {
    padding: .5em;
  }

  .kaitoriPage .mainVisual__btns {
    flex-flow: column wrap;
    margin-bottom: var(--gutter-supernarrow);
    margin-top: -100px;
    padding: var(--gutter-supernarrow) 0;
  }

  .kaitoriPage .mainVisual__btnList,
  .kaitoriPage .mainVisual__tel,
  .kaitoriPage .ctaSection__left,
  .kaitoriPage .ctaSection__right {
    flex: 1;
    width: 100%;
  }

  .kaitoriPage .reques__title,
  .kaitoriPage .stepFlow__title,
  .kaitoriPage .faqSection__title,
  .kaitoriPage .faqSection__title {
    font-size: 2.6rem;
  }

  .kaitoriPage .reques__title {
    margin: 1em 0;
  }

  .kaitoriPage .appeal-feature-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kaitoriPage .linkCard__list.is-double {
    margin-bottom: 0;
  }

  .kaitoriPage .linkCard__list.is-double {
    gap: 30px;
  }

  .kaitoriPage .btn-tel {
    text-align: center;
  }

  .kaitoriPage .ctaSection__inner {
    max-width: 100%;
  }

  .kaitoriPage .ctaSection__lead {
    font-size: 1.4rem;
    padding: 1em 20% 1em 1em;
    position: relative;
    text-align: left;
    font-feature-settings: "palt";
    letter-spacing: .05em;
  }

  .kaitoriPage .ctaSection__lead:after {
    content: "";
    display: block;
    background-image: url(../img/index/serviceBnr_img.webp);
    width: 20%;
    aspect-ratio: 654 / 700;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 1;
  }

  .kaitoriPage .ctaSection__body {
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
  }

  .kaitoriPage .ctaSection:after {
    content: none;
  }

  .kaitoriPage .ctaSection__right {
    text-align: center;
    padding: 20px 10px;
  }

  .kaitoriPage .ctaSection__tel-box {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .kaitoriPage .faqSection__question {
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
  }

  .kaitoriPage .faqSection__q {
    margin-bottom: 4px;
  }

  .kaitoriPage .stepFlow__wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
  }

  .kaitoriPage .stepFlow__grid {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    /* align-items: end;
    position: relative; */
  }

  /* .kaitoriPage .stepFlow__grid::after {
    content: "";
    display: block;
    height: 100%;
    width: 3px;
    background: var(--color-ygreen);
    position: absolute;
    left: calc(15% - 25px);
  } */

  .kaitoriPage .stepFlow__item {
    width: 100%;
    border-radius: var(--rad-common);
    padding-top: 40px;
  }

  .kaitoriPage .stepFlow__number {
    /* left: -15%;
    top: 0; */
  }

  .kaitoriPage .stepFlow__item:first-child,
  .kaitoriPage .stepFlow__item:last-child {
    border-radius: var(--rad-common);
  }

  .kaitoriPage .stepFlow__noteArea {
    flex-flow: column;
    margin-top: 0;
    /* display: none; */
    width: 20%;
  }

  .kaitoriPage .stepFlow__note {
    /* width: 60%; */
    height: 75%;
    background: none;
    color: var(--color-ygreen);
    border-right: 2px solid var(--color-ygreen);
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: "palt";
    text-align: left;
    width: 100%;
  }

  .kaitoriPage .stepFlow__bottomNote {
    height: 25%;
    font-size: 1.4rem;
    background: none;
    color: var(--color-green);
    border-right: 2px solid var(--color-green);
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: "palt";
    border-radius: 0;
    text-align: left;
    width: 100%;
  }

  .kaitoriPage .stepFlow__icon {
    width: 120px;
    height: 120px;
  }

  .stepFlow__bottomNoteSp {
    text-align: left;
    padding-top: var(--gutter-supernarrow);
    color: var(--color-darkgray);
    font-size: 1.2rem;
  }

/*
===== 掲載依頼:requestPage ==========================================
*/

  .requestPage .mainVisual {
    min-width: 100%;
    width: 100%;
    flex-flow: column wrap;
    align-items: center;
  }

  .requestPage .mainVisual__ttl {
    font-size: 2.4rem;
    padding: 10px 0;
  }

  .requestPage .mainVisual__txt {
    padding: var(--gutter-supernarrow);
    flex: 1;
    text-align: center;
  }

  .requestPage .mainVisual::after {
    content: none;
  }

  .requestPage .mainVisual__lead {
    font-size: 1.4rem;
    margin: 20px 0 0;
  }

  .requestPage .mainVisual__note {
    text-align: left;
  }

  .requestPage .mainVisual__points {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .requestPage .mainVisual__points:after {
    content: '';
    display: block;
    background: url(../img/page/request/img_mainVisual.webp) no-repeat 0 0 / cover;
    width: 100%;
    aspect-ratio:  1864 / 929;
    margin-top: 10px;
  }

  .requestPage .mainVisual__point {
    padding: 0 10px;
    flex-flow: row;
    justify-content: space-between;
    gap: 10px;
  }

  .requestPage .mainVisual__point img {
    width: 35%;
    padding: 10px 0 0 10px;
  }

  .requestPage .mainVisual__point p {
    width: 60%;
  }

  .requestPage .mainVisual__point::before,
  .requestPage .mainVisual__point::after {
    content: none;
  }

  .requestPage .mainVisual__btn a {
    width: 100%;
    text-align: center;
    line-height: 1.4;
    display: block;
  }

  .requestPage .reques__title,
  .requestPage .contact__title,
  .requestPage .flow__title {
    font-size: 3rem;
  }

  .requestPage .reques__title span {
    font-size: 1.6rem;
    padding-top: 10px;
  }

  .requestPage .reques__lead {
    text-align: left;
  }

  .requestPage .appeal__lead {
    font-size: 1rem;
  }

  .requestPage .appeal-feature-card {
    text-align: center;
  }

  .requestPage .features__grid {
    grid-template-columns: 1fr;
  }

  .requestPage .contact__grid {
    flex-direction: column;
    align-items: center;
  }

  .requestPage .flow__inner {
    width: 90%;
  }

  .requestPage .flow__steps li {
    font-size: 1.6rem;
  }

  .requestPage .flow__steps li .step_text,
  .requestPage .flow__steps li .step_img {
    width: 100%;
  }

  .requestPage .flow__steps li .step_text {
    padding: 0 0 1em;
  }

  .requestPage .cta .btn a {
    width: 100%;
    max-width: 100%;
  }

  .requestPage .flow__steps li {
    flex-flow: column wrap;
  }

  .requestPage .flow__steps h3 {
    font-size: 2rem;
    display: flex;
    /* flex-flow: column; */
    align-items: center;
  }

  .requestPage .flow__steps h3 span {
    font-size: 1.4rem;
    /* margin: 0 0 .5em; */
  }

  .requestPage .flow__steps p {
    font-size: 1.4rem;
  }

  .requestPage .benefits__title {
    font-size: 1.6rem;
  }

  .requestPage .benefit-card h3 {
    font-size: 1.8rem;
  }

  .requestPage .benefits__title span {
    font-size: 1.2rem;
  }

  .requestPage .benefit-card {
    text-align: center;
  }

  .requestPage .reques__contact {
    padding: 20px 0 30px;
  }

  .requestPage .reques__contact p {
    font-size: 1.4rem;
  }


  .requestPage .contactCTA__grid {
    grid-template-columns: 1fr;
  }

  .requestPage .contact__grid {
    flex-direction: column;
  }

  .requestPage .contact__box {
    text-align: center;
  }
  
  .requestPage .contact__form-link {
    justify-content: center;
    gap: 8px;
  }

  .requestPage .guarantee__promo {
    width: 90%;
    padding: 5%;
  }

  .requestPage .guarantee__inner {
    flex-direction: column;
    text-align: center;
    max-width: 100% !important;
  }

  .requestPage .guarantee__title {
    font-size: 1.8rem;
  }

  .requestPage .guarantee__buttons {
    flex-flow: column;
  }
  

/*
===== プライバシーポリシー:privacyPage ==========================================
*/
  .privacyPage .contents-inner {
    margin: 2.5%;
  }

  .privacyPage .contents-inner p,
  .privacyPage .contents-inner dd {
    line-height: 170%;
  }

  .privacyPage .contents-inner dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 5%;
  }

  .privacyPage .contents-inner dl dd {
    margin-top: 2.5%;
  }

  .privacyPage .contents-inner ul {
    margin: 5%;
  }

  .privacyPage .contents-inner ul li {
    margin-bottom: 5%;
    list-style: disc outside;
  }

  /*
===== サイトマップ:sitemapPage ==========================================
*/
  .sitemapPage .contents-inner {
    margin: 2.5%;
    flex-direction: column;
  }

  .sitemapPage .contents-inner ul {
    width: 100%;
  }

  .sitemapPage .contents-inner ul li+li,
  .sitemapPage .contents-inner ul+ul {
    margin-top: 2.5%;
  }

  .sitemapPage .contents-inner ul li a {
    padding: 5%;
  }

  /*
===== お問い合わせ:contactPage ==========================================
*/

  .contactPage .contents-inner {
    margin: 2.5%;
  }

  .contactPage .contact_note {
    margin: 10px;
  }

  /*
===== フォームパーツ ==========================================
*/

  .class-holiday span {
    color: var(--color-orange) !important;
  }

  .contactPage.rsvformPage .rsvLinkBox p {
    font-size: 1.3rem !important;
    font-weight: normal !important;
  }

  .contactPage.rsvformPage .rsvLinkBox .shopName {
    color: var(--color-orange);
    font-weight: bold;
    font-size: 1.6rem;
  }

  /*
===== image用 ==========================================
*/
  .attachmentPage p {
    margin-bottom: 20px;
  }

  .attachmentPage .content ul {
    margin: 20px;
    padding: 20px;
    background: #F4F4F4;
    border: 1px solid #E6E6E6;
  }

  .researchPage .researchBox .preparation {
    text-align: center;
  }
}
