@charset "UTF-8";
/* =============================================
   共通
============================================= */
.single-seo .sectionHeader__title::before {
  content: none;
}
.single-seo .sectionHeader__title span {
  position: relative;
}
.single-seo .sectionHeader__title span:before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -5%);
          transform: translate(-40%, -5%);
  background-color: #ff6c00;
  border-radius: 50%;
  z-index: -1;
}
.single-seo .inner {
  max-width: 1160px;
}

/* =============================================
    FV
============================================= */
.single-seo__fv {
  margin-top: 216px;
}
@media screen and (max-width: 767px) {
  .single-seo__fv {
    margin-top: 60px;
  }
}

.single-seo__fv-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.single-seo__fv-h1 {
  padding-top: 60px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .single-seo__fv-h1 {
    padding-top: 0px;
  }
}

.single-seo__fv-h2 {
  margin-top: 8px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .single-seo__fv-h2 {
    font-size: 30px;
  }
}

.single-seo__fv-h2__sub {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .single-seo__fv-h2__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.single-seo__fv-h2__sub-dots {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-image: radial-gradient(circle at center, #FF8000 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 5px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .single-seo__fv-h2__sub-dots {
    margin-top: 20px;
    font-size: 30px;
  }
}

.page-aboutMission__copyBox {
  margin-top: 0;
  line-height: 1;
}

.page-aboutMission__deco {
  position: absolute;
  left: -24px;
  top: 15px;
  z-index: -1;
  width: 270px;
  height: 100px;
  -webkit-transform: translateX(10%) scale(1.2);
          transform: translateX(10%) scale(1.2);
  aspect-ratio: 270/113;
}
@media screen and (max-width: 767px) {
  .page-aboutMission__deco {
    width: 200px;
    height: 84px;
  }
}

.single-seo__fv-h2__sub-company {
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .single-seo__fv-h2__sub-company {
    font-size: 50px;
  }
}

.single-seo__fv-btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .single-seo__fv-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.single-seo__fv-btns .btn__inner {
  padding-block: 20px;
}
.single-seo__fv-btns .footerBtn__btn-wrap + .footerBtn__btn-wrap .btn__inner {
  background: #FF8000;
}
.single-seo__fv-btns .footerBtn__btn-wrap + .footerBtn__btn-wrap .btn__inner:hover {
  background: #2e3f62;
}
.single-seo__fv-btns .footerBtn__btn-wrap + .footerBtn__btn-wrap .btn--icon .icon {
  background-color: #FF8000;
}

.btn--icon .icon {
  border: 3px solid #fff;
}

.single-seo__logo {
  position: absolute;
  z-index: -1;
  max-width: 700px;
  right: -85px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .single-seo__logo {
    right: -112px;
  }
}
@media screen and (max-width: 767px) {
  .single-seo__logo {
    max-width: 90%;
  }
}

/* =============================================
  こんなお悩み
============================================= */
.problems {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .problems {
    margin-top: 80px;
  }
}
.problems__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 4.8611111111vw, 70px);
}

@media screen and (max-width: 767px) {
  .problems__list {
    margin-top: 45px;
    grid-template-columns: repeat(1, 1fr);
    gap: 61px;
  }
}
.problems__item {
  list-style: none;
}

.problems__itemImage {
  position: relative;
}

.problems__itemImage::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/common/deco-tape.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 141px;
  height: 42px;
}

.problems__itemImage img {
  border-radius: 5px;
  aspect-ratio: 340/227;
}

.problems__itemNumber {
  margin-top: 16px;
  padding: 1px 24px;
  display: inline-block;
  background-color: #2E3F62;
  border-radius: 30px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .problems__itemNumber {
    display: block;
  }
}
.problems__itemTitle {
  margin-top: 8px;
  font-size: clamp(18px, 1.6666666667vw, 24px);
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .problems__itemTitle {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
  }
}
.problems__itemText {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .problems__itemText {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }
}
/* =============================================
  お任せください
============================================= */
.trust {
  margin: 120px auto 0;
  max-width: 1140px;
}
@media screen and (max-width: 767px) {
  .trust {
    margin-top: 80px;
    margin-inline: 24px;
  }
}
.trust .inner {
  border-radius: 10px;
  padding: 102px 40px 48px 36px;
  background: #EFE7DA;
  max-width: 1216px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .trust .inner {
    padding: 80px 20px 48px 20px;
  }
}

.trust__title {
  padding: 14px 30px 25px;
  border-radius: 8px;
  background: #2E3F62;
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  left: -20px;
  top: -32px;
}
@media screen and (max-width: 767px) {
  .trust__title {
    padding: 14px 16px 20px;
    font-size: 20px;
  }
}
.trust__title::before {
  content: "";
  position: absolute;
  width: 29px;
  height: 23px;
  bottom: -22px;
  background: url("../img/seo/trust-triangle.png") no-repeat center center/cover;
}

.trust__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .trust__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.trust__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .trust__text {
    font-size: 20px;
  }
}

.trust__image {
  max-width: 344px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .trust__image {
    max-width: 100%;
  }
}

/* =============================================
強み
============================================= */
.features__description {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.features__logos {
  margin: 16px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .features__logos {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-featuresPoint__list {
  margin: 40px auto 0;
  max-width: 740px;
}
@media screen and (max-width: 767px) {
  .page-featuresPoint__list {
    margin-top: 20px;
  }
}

/* =============================================
実績
============================================= */
.single-serviceWorks__list {
  gap: 2.5vw;
}
@media screen and (max-width: 767px) {
  .single-serviceWorks__list {
    gap: 40px;
  }
}

.single-serviceWorks__btn-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .single-serviceWorks__btn-wrap {
    margin-top: 40px;
  }
}

/* =============================================
CTA
============================================= */
.cta {
  margin: 120px auto 0;
}
@media screen and (max-width: 767px) {
  .cta {
    margin-top: 80px;
  }
}

.cta__inner {
  max-width: 1240px;
  padding-inline: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    max-width: 550px;
    padding-inline: 24px;
  }
}

.cta__head {
  padding: 16px 16px 30px;
  border-radius: 5px;
  background: #2E3F62;
  width: 100%;
  max-width: 700px;
  margin: auto;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .cta__head {
    padding-inline: 10px;
  }
}
.cta__head::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -28px;
  border-style: solid;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  border-top: 30px solid #2E3F62;
  border-bottom: 0;
}
.cta__head img {
  max-width: 179px;
  margin: auto;
}

.cta__title {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 28px;
  }
}

.footerBtn__wrapper {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footerBtn__wrapper {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footerBtn__wrapper .footerBtn__box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footerBtn__wrapper .footerBtn__box {
    width: auto;
  }
}

/* =============================================
実際のご提案
============================================= */
.offer {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .offer {
    margin-top: 80px;
  }
}

.single-serviceList__item-place {
  margin-top: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: right;
}

/* =============================================
お客様笠の喜びの声
============================================= */
.voice {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .voice {
    margin-top: 80px;
  }
}

.voice__content {
  margin: 48px auto 0;
  border-radius: 24px;
  border: 3px solid var(--White, #FFF);
  background: #EFE7DA;
  max-width: 824px;
}
@media screen and (max-width: 767px) {
  .voice__content {
    margin-top: 20px;
  }
}

/* レスポンシブ動画用CSS */
.voice__video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9のアスペクト比 */
  overflow: hidden;
}

.voice__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* =============================================
SEO（企業様へ）
============================================= */
.message {
  padding-block: 60px;
  margin: 120px auto 0;
  border-radius: 20px;
  background: #FFF;
  max-width: 1160px;
}
@media screen and (max-width: 767px) {
  .message {
    margin-top: 80px;
  }
}

.message__content {
  margin: 40px auto 0;
  max-width: 752px;
}

.message__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .message__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.message__image {
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .message__image {
    max-width: 100%;
  }
}

.message__block + .message__text {
  margin-top: 16px;
}

.message__name-wrapper {
  margin-left: auto;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.message__name-title {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-align: left;
}

/* =============================================
SEO（企業様へ）
============================================= */
.single-service__comparison .service-detail__table tbody td img {
  max-width: 24px;
  font-size: 12px;
}
.single-service__comparison .service-detail__table tbody td {
  font-size: 12px;
}
.single-service__comparison .service-detail__table td.font-jost {
  font-size: 12px;
}

/* =============================================
プラン紹介
============================================= */
.single-servicePrice__wrapper {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .single-servicePrice__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-servicePrice__box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .single-servicePrice__box {
    width: 100%;
  }
}

.single-servicePrice__title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: calc(100% - 64px);
}
@media screen and (max-width: 767px) {
  .single-servicePrice__title {
    font-size: 20px;
  }
}

.single-servicePrice__content {
  padding: 24px;
}

.single-servicePrice__price{
	font-size: 40px;
}

@media screen and (max-width: 767px) {
  .single-servicePrice__price {
    font-size: 30px;
  }
}

.single-servicePrice__list {
  margin-top: 24px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(auto-fit, minmax(30px, 1fr));
  max-height: 260px;
  gap: 10px;
  overflow: hidden;
}

.single-servicePrice__item + .single-servicePrice__item {
  margin-top: 0;
}

/* =============================================
流れ
============================================= */
.single-serviceFlow__list {
  max-width: 728px;
  margin-inline: auto;
}

.single-serviceFlow__item-number {
  width: 90px;
  min-width: 90px;
}
@media screen and (max-width: 767px) {
  .single-serviceFlow__item-number {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 80px;
    min-width: 80px;
  }
}

.single-serviceFlow__item-number-inner {
  top: -42px;
  left: -20px;
  -webkit-transform: none;
          transform: none;
}

.single-serviceFlow__item:first-of-type:after,
.single-serviceFlow__item:nth-of-type(2):after {
  content: none;
}

.single-serviceFlow__item-content {
  padding: 16px 72px 30px 0;
}
@media screen and (max-width: 767px) {
  .single-serviceFlow__item-content {
    padding: 16px 16px 16px 0;
  }
}

.single-serviceFlow__item-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.single-serviceFlow__item-text {
  margin-top: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}

.single-serviceFlow__item-cta-wrapper {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .single-serviceFlow__item-cta-wrapper {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: calc(50% - 50vw);
  }
}

.single-serviceFlow__item-cta {
  max-width: 255px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-serviceFlow__item-cta {
    max-width: 100%;
  }
}

.single-serviceFlow__item-cta-head {
  padding: 8px;
  border-radius: 5px 5px 0px 0px;
  background: #2E3F62;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .single-serviceFlow__item-cta-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-serviceFlow__item-cta-body {
  padding: 16px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #2E3F62;
  background: #FFF;
  text-align: center;
  max-height: 100px;
}
@media screen and (max-width: 767px) {
  .single-serviceFlow__item-cta-body {
    height: auto;
  }
}

.single-serviceFlow__item-cta-tel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #2E3F62;
  font-family: Jost;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.4px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .single-serviceFlow__item-cta-tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.single-serviceFlow__item-cta-text {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.28px;
  text-align: center;
}

.single-serviceFlow__item-cta-mail:hover {
  opacity: 0.7;
}

.single-serviceFlow__item-cta-mail .btn__inner {
  padding: 5px 20px;
  background-color: #2e3f62;
  color: #fff;
  gap: 8px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .single-serviceFlow__item-cta-mail .btn__inner {
    font-size: 16px;
  }
}

/* =============================================
よくある質問
============================================= */
.single-serviceFaq__list {
  max-width: 720px;
  margin: 48px auto 0;
}

/* =============================================
コラム一覧
============================================= */
.top__blog {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .top__blog {
    margin-top: 80px;
  }
}

.top-blog__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .top-blog__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.top-blog__item {
  width: 29.31%;
}
@media screen and (max-width: 767px) {
  .top-blog__item {
    width: 100%;
  }
}

.top-blog__btn-wrap {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top-blog__btn-wrap {
    margin-top: 40px;
  }
}

.p-areaLinks__dark {
  background-color: #f1f3f5;   
  padding: 16px 20px;
  border-radius: 8px;
  margin: 24px 0 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;               /* 行間・列間の余白 */
  list-style: none;
  margin-left: 0;
	justify-content: center;
}

/* 各市町村の基本スタイル */
.p-areaLinks__dark li {
  font-size: 14px;
  color: #333;
}

/* リンク部分の見た目 */
.p-areaLinks__dark li a {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
	cursor: default;
}
