/* =========================================================
   FV
========================================================= */
.p-fv {
  position: relative;
  background: #F4FAFA;
  overflow: hidden;
}

/* 背景ビル群 */
.p-fv__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../img/ptn_city.webp) calc(50% + 203px) 3px;
  background-size: 1860px;
  z-index: 1;
  height: 268px;
}

.p-fv__inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 5.6em 24px 8em;
  z-index: 2;
}

/* コピー */
.p-fv__copy {
  padding-left: 10px;
  z-index: 2;
  position: relative;
}

.p-fv__title {
  font-size: 3.0625rem;
  font-weight: 600;
  color: #0A2A59;
  line-height: 1.4;
  text-align: left;

}

.p-fv__lead {
  margin-top: 1.4em;
  font-size: 1.8125rem;
  font-weight: 680;
  color: #0A2A59;
  text-align: left;
}

.p-fv__lead .kintone {
  font-size: 112%;
  background: #f3ce42;
  border-radius: 2em;
  line-height: 1;
  padding: 0.1em 0.32em 0.1em 0.4em;
  display: inline-block;
  font-weight: 750;
  margin-right: 0.2em;
}

.p-fv__lead .joshi {
  font-size: 82%;
  padding: 0 0.1em;
}

/* メインイラスト */
.p-fv__illust {
  position: absolute;
  right: -80px;
  top: 92px;
  width: 566px;
  height: 580px;
  background: url(../img/fv_img.svg) no-repeat center / contain;
}

/* 実績 */
.p-fv__results {
  display: flex;
  gap: 18px;
  margin-top: 4.4em;
}

.p-fv__results img {
  width: 220px;
}

/* パートナー */
.p-fv__partners {
  display: flex;
  gap: 8px;
  margin-top: 2.6em;
}

.p-fv__partners img {
  height: 60px;
}

/* SCROLL */
.p-fv__scroll {
  position: absolute;
  left: 30px;
  bottom: 34px;
  z-index: 2;
}

/*--- 中間域：FV ---*/
@media screen and (max-width: 1108px) {
  .p-fv__title br.sp-only {
    display: inline;
  }
}

@media screen and (min-width: 963px) and (max-width:1032x) {

  .p-fv__illust {
    right: 0;
    top: 15%;
    width: 50%;
  }

  .p-fv__lead br.pc-only {
    display: inline;
  }

  .p-fv__lead br.sp-only {
    display: inline;
  }

  .p-fv__lead br.pc-only {
    display: none;
  }

  .p-fv__results {
    max-width: 45%;
  }

  .p-fv__results img {
    width: 50%;
  }
}

@media screen and (min-width: 769px) and (max-width: 962px) {
  .p-fv__illust {
    right: 0.5%;
    top: 17%;
    width: 45%;
  }

  .p-fv__title {
    font-size: clamp(15px, 7.8vw, 49px);
  }

  .p-fv__lead {
    font-size: clamp(11px, 3vw, 29px);
  }

  .p-fv__results {
    max-width: 50%;
  }

  .p-fv__results img {
    width: 48%;
  }
}

/*--- SP用：FV ---*/
@media screen and (max-width: 768px) {
  .p-fv__bg {
    height: 22%;
    background: url("../img/ptn_city.webp") repeat center top;
    background-size: 950px;
  }

  .p-fv__inner {
    padding: 1.7em 16px 6em;
  }

  .p-fv__illust {
    position: static;
    max-width: 480px;
    width: 82%;
    height: auto;
    aspect-ratio: 281/256;
    margin: 20px auto 0;
    background: url(../img/fv_img.svg) no-repeat center center / cover;
  }

  .p-fv__copy {
    /* text-align: center; */
    padding: 0.3em 0 0.3em;
  }

  .p-fv__copy .u-no-wrap {
    display: inline;
  }

  .p-fv__title {
    font-size: 1.75rem;
    text-indent: -0.6em;
    padding-left: 0.6em;
  }

  .p-fv__lead {
    font-size: 1rem;
    margin-top: 1em;
    padding-left: 4%;
  }

  .p-fv__results {
    justify-content: center;
    margin-top: 1.1em;
  }

  .p-fv__results img {
    width: 140px;
  }

  .p-fv__partners {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2.1em;
  }

  .p-fv__partners img {
    height: 41px;
  }

  .p-fv__scroll {
    width: 9px;
    left: 4.5%;
    bottom: 9%;
  }
}


@media (max-width: 767px) {
  .p-fv__title {
    font-size: clamp(15px, 7.8vw, 49px);
  }

  .p-fv__lead {
    font-size: clamp(11px, 4.7vw, 29px);
  }
}

/* =========================================================
   お悩みセクション
========================================================= */
.p-worries {
  background: #ffdc5b;
  text-align: center;
  padding: 1.9em 12px 0;
}

.p-worries__image img {
  margin: auto;
  width: 1000px;
}

/* =========================================================
   ブリッジ
========================================================= */
.p-bridge {
  background: #022a62 url("../img/bridge_bg_01.png") repeat-x bottom center;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 2.8em 24px 0;
  text-align: center;
}

.p-bridge__text {
  position: relative;
  font-size: 1.875rem;
  font-weight: 700;
  z-index: 1;
}

.p-bridge__text::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1e8cc7;
  opacity: 0.29;
  white-space: nowrap;
  pointer-events: none;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  z-index: -2;
  content: "avanza";
  margin-top: -0.05em;
  font-size: 7.8rem;
}

.p-bridge--chance .p-bridge__text::before {
  content: "chance";
}

.p-bridge--solution .p-bridge__text::before {
  content: "solution";
}

.p-bridge--avanza .p-bridge__text::before {
  content: "avanza";
}

.p-bridge__icon img {
  margin: 2.4em auto 0;
}

.p-next img {
  margin: 1.1em auto 0;
}

/*--- SP用：ブリッジ ---*/
@media screen and (max-width: 768px) {
  .p-bridge {
    padding-top: 5%;
  }

  .p-bridge__text {
    font-size: clamp(16px, 5vw, 20px);
    line-height: 1.4;
  }

  .p-bridge__text::before {
    font-size: clamp(16px, 16vw, 70px);
  }

  .p-bridge__icon img {
    margin: 6% auto 0;
    max-width: 50%;
  }

  .p-next img {
    max-width: 50%;
    margin-top: 3%;
  }
}

@media (max-width: 767px) {
  .p-bridge__text {
    font-size: 1.2rem;
  }

  .p-bridge__text::before {
    font-size: 4.5rem;
    font-size: clamp(2.5rem, 18vw, 5.5rem);
  }

  .p-bridge--avanza .p-bridge__text::before {
    font-size: 5.5rem;
    font-size: clamp(2.5rem, 22vw, 5.5rem);
  }
}

/* =========================================================
   成果への3つのプロセス
========================================================= */
.p-process {
  padding: 1.7em 0;
  text-align: center;
  color: #0b2c6f;
}

.p-process__title {
  font-size: 1.875rem;
  font-weight: 700;
}

.p-process__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-top: 2.8em;
}

.p-process__badge,
.p-process__num {
  position: absolute;
  top: -26px;
  width: 66px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.p-process__badge {
  left: 44%;
  transform: translateX(-65%);
  background: #0b2c6f;
  font-size: 1.125rem;
  z-index: 2;
}

.p-process__num {
  left: 50%;
  transform: translateX(-5%);
  background: #2da0d8;
  z-index: 3;
  font-size: 1.875rem;
}

.p-process__step {
  position: relative;
  flex: 1;
  min-height: 160px;
  padding: 3.1em 20px 1.8em;
  background: #fffcc8;
  border: 2px solid #0b2c6f;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-process__text {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-process__arrow {
  color: #0b2c6f;
  display: flex;
  align-items: center;
}

.p-process__arrow svg {
  width: 40px;
  height: 40px;
}

.p-process__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 2.2em;
  margin-left: -1.6em;
}

.p-process__image img {
  max-width: 200px;
}

.p-process__message {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
}

/*--- SP用：プロセス ---*/
@media (max-width: 768px) {

  .p-process__badge,
  .p-process__num {
    width: 3.2rem;
  }
}

@media (max-width: 500px) {
  .p-process {
    padding: 1.3em 0 0.2em;
  }

  .p-process__title {
    font-size: 1.5rem;
  }

  .p-process__steps {
    flex-direction: column;
    gap: 0;
  }

  .p-process__arrow svg {
    transform: rotate(90deg);
  }

  .p-process__step {
    width: 100%;
    max-width: 320px;
    padding: 2.5em 1em 1.4em;
    min-height: 6em;
  }

  .p-process__arrow {
    padding-bottom: 1em;
  }

  .p-process__badge {
    left: 50%;
    transform: translateX(-94%);
  }

  .p-process__num {
    left: 50%;
    transform: translateX(-6%);
  }
}

/*--- SP用（追加調整） ---*/
@media (max-width: 767px) {
  .p-process__image img {
    max-width: 120px;
    margin-left: auto;
    margin-right: 0;
  }

  .p-process__bottom {
    gap: 20px;
    margin-left: 0em;
  }

  .p-process__title {
    font-size: 1.2rem;
  }

  .p-process__badge {
    font-size: 0.9rem;
  }

  .p-process__num {
    font-size: 1.2rem;
  }

  .p-process__text {
    font-size: 1.12rem;
  }

  .p-process__message {
    font-size: 1.2rem;
  }
}

/* =========================================================
   kintone
========================================================= */
.p-kintone {
  padding: 1.7em 0 3.3em;
}

.p-kintone__box {
  position: relative;
  background: #fffcc8;
  border: 3px solid #0b2c6f;
  border-radius: 16px;
  padding: 2.9em 3.5em 1.9em;
  text-align: center;
}

.p-kintone__title {
  display: inline-block;
  padding: 0.3em 2.7em;
  background: #f39800;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  border-radius: 999px;
  margin-bottom: 1.5em;
}

.p-kintone__list li {
  position: relative;
  padding-left: 2.25em;
  padding-bottom: 1.0em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0b2c6f;
  line-height: 1.5;
  background: url(../img/icon_check.svg) no-repeat left 0.1em / 1.5em;
  text-align: left;
}

.p-kintone__woman {
  position: absolute;
  right: -46px;
  bottom: -81px;
  z-index: 2;
}

.p-kintone__woman img {
  max-width: 300px;
}

/*--- 続き：kintone 続き ---*/
.p-kintone__lead {
  margin-top: 3.9em;
  padding: 3.3em;
  background: #fffaee;
}

.p-kintone__lead-main {
  display: inline;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.1;
  color: #fff;
  background: #1e8cc7;
  padding: 0.2em 0.6em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.p-kintone__lead-sub {
  margin: 1.3em 0;
}

.p-kintone__lead-cta {
  display: inline;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.1;
  color: #022a62;
  background: #fefbc6;
  padding: 0.2em 0.4em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/*--- SP用（追加調整） ---*/
@media (max-width: 767px) {
  .p-kintone__box {
    padding: 2.1em 1.7em 1.0em;
  }

  .p-kintone__title {
    font-size: 1.2rem;
  }

  .p-kintone__list li {
    font-size: 1.1rem;
  }

  .p-kintone__lead-main {
    font-size: 0.85rem;
  }

  .p-kintone__lead-cta {
    font-size: 1.1rem;
  }

  .p-kintone__title {
    padding: 0.25em 1em;
    margin-bottom: 1.2em;
    width: 17em;
    max-width: 100%;
  }

  .p-kintone__woman {
    max-width: 33%;
    right: -2%;
    bottom: -64px;
  }

  .p-kintone__woman img {
    max-width: 100%;
  }

  .p-kintone__lead {
    margin-top: 3.9em;
    padding: 3.3em 0.5em;
  }
}

/* =========================================================
   お悩みありませんか（Problems）
========================================================= */
.p-problems {
  padding: 0.6em 0 2.8em;
}

.p-problems__head {
  text-align: center;
}

.p-problems__label {
  display: inline-block;
  background: #0b2c6f;
  color: #fff;
  font-weight: 700;
  padding: 0.35em 1.1em;
}

.p-problems__title {
  font-size: 2.625rem;
  font-weight: 700;
  color: #0b2c6f;
  margin-top: -0.3em;
}

/* リスト全体 */
.p-problems__list {
  border-top: 1px solid #c7d4e3;
}

/* 各アイテム */
.p-problems__item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 2.2em 80px;
  border-bottom: 1px solid #aabfcc;
}

.p-problems__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e8cc7;
  margin-bottom: 0.7em;
}

/* 箇条書き（・） */
.p-problems__body li {
  position: relative;
  padding-left: 1.1em;
  line-height: 1.3;
  margin-bottom: 0.35em;
}

.p-problems__body li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 100;
}

/*--- SP用（追加調整） ---*/
@media (max-width: 767px) {
  .p-problems__title {
    font-size: 1.5rem;
    margin-top: -0.3em;
  }

  .p-problems__label {
    font-weight: 500;
    padding: 0.5em 1.5em;
    font-size: 0.85rem;
    line-height: 1;
  }

  .p-problems__item-title {
    font-size: 1.1rem;
  }

  .p-problems__item {
    gap: 10px;
    padding: 2.2em 0;
    justify-content: space-between;
  }

  .p-problems__label {
    font-weight: 500;
    padding: 0.2em 0.7em;
    font-size: 0.8rem;
  }

  .p-problems__icon {
    width: 24%;
  }

  .p-problems__icon img {
    margin: auto;
  }

  .p-problems__body {
    width: 70%
  }
}

/*--- 追加調整 ---*/
@media (max-width: 445px) {
  .p-problems__title {
    font-size: 5vw;
  }
}

/* =========================================================
   サービス概要
========================================================= */
.p-service {
  padding: 1.9em 0 0;
  position: relative;
  background: #fff;
}

.p-service__head {
  text-align: center;
  margin-bottom: 2.2em;
  position: relative;
}

.p-service__head::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -33px;
  width: 180px;
  height: 290px;
  background: url(../img/service_woman.svg) no-repeat right top / contain;
}

.p-service__label {
  display: inline-block;
  background: #0b2c6f;
  color: #fff;
  font-weight: 700;
  padding: 0.35em 1.8em;
  font-size: 1.375rem;
  margin-bottom: 0.8em;
}

.p-service__title {
  font-size: 2.625rem;
  font-weight: 700;
  color: #0b2c6f;
  line-height: 1.4;
}

.p-service__lead {
  margin-top: 0.2em;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0b2c6f;
}

/* ナビ（丸） */
.p-service__nav {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 2.2em;
  position: relative;
  z-index: 1;
}

.p-service__circle {
  width: 190px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #f29500;
  background-image: url("../img/service_circle_line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 87%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.1em;
  transition: opacity .2s, background-color .2s;
}

.p-service__circle:hover {
  opacity: 1;
  background-color: #f8c877;
}

.p-service__circle-text {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
}

/*--- SP用（追加調整） ---*/
@media (max-width: 1040px) {
  .p-service__title br.sp-only {
    display: inline;
  }

  .p-service__head::after {
    top: -24px;
    right: auto;
    width: 170px;
    height: 290px;
    left: 50%;
    transform: translateX(-50%) translateX(150%);
  }
}

@media (max-width: 767px) {
  .p-service__head::after {
    top: auto;
    bottom: -50px;
    right: -8px;
    width: 94px;
    height: 152px;
  }

  .p-service__label {
    font-weight: 500;
    padding: 0.5em 1.5em;
    font-size: 0.85rem;
    line-height: 1;
  }

  .p-service__title {
    font-size: clamp(12px, 6vw, 1.6rem);
    line-height: 1.3;
    margin-bottom: 0.35em;
  }

  .p-service__lead {
    font-size: 0.85rem;
  }

  .p-service__circle-text {
    font-size: 1rem;
  }

  .p-service__nav {
    gap: 2%;
    margin-top: 2.2em;
  }

  .p-service__circle {
    max-width: 32%;
  }
}

/* =========================================================
   サービス詳細
========================================================= */
.p-service-details {
  position: relative;
  padding: 0.6em 0 3.9em;
  background: #fffaee;
}

/* 上に食い込む背景 */
.p-service-details::before {
  content: "";
  position: absolute;
  top: -84px;
  left: 0;
  width: 100%;
  height: 84px;
  background: #fffaee;
}

.p-service-detail {
  margin-top: 2.8em;
}

.p-service-detail__box {
  border: 2px solid #0b2c6f;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

/* 見出し */
.p-service-detail__title {
  background: #1e8cc7;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  padding: 0.7em;
}

/* 画像 */
.p-service-detail__image {
  padding: 2.2em 2.2em 0;
}

.p-service-detail__image img {
  width: 100%;
}

/* 本文 */
.p-service-detail__body {
  padding: 2.2em;
}

/* タグ */
.p-service-detail__tags {
  display: flex;
  gap: 0.6em;
  margin-bottom: 1.3em;
  flex-wrap: wrap;
}

.p-service-detail__tags li {
  background: #a38a77;
  color: #fff;
  font-weight: 700;
  padding: 0.3em 1em;
}

/* 箇条書き（・） */
.p-service-detail__points {
  margin-bottom: 1.6em;
}

.p-service-detail__points li {
  position: relative;
  padding-left: 0.7em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0b2c6f;
  line-height: 1.3;
  margin-bottom: 0.2em;
}

.p-service-detail__points li::before {
  content: "・";
  position: absolute;
  left: -0.3em;
  top: 0;
}

/* ボタン */
.p-service-detail__buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 1.8em 20px;
  background: #fffcc8;
}

.p-service-detail__btn {
  position: relative;
  background: #f29500;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.2em 3em;
  border-radius: 10px;
  min-width: 17.6em;
  text-align: center;
}

/* 矢印 */
.p-service-detail__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2em;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%) rotate(90deg);
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%2024%2024'%3E%3Cpath%20d%3D'M8%204l8%208-8%208'%20fill%3D'none'%20stroke%3D'white'%20stroke-width%3D'3'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'/%3E%3C/svg%3E") no-repeat center / contain;

}

/*--- SP用（追加調整） ---*/
@media (max-width: 767px) {
  .p-service-details {
    padding-bottom: 2.5em;
  }

  .p-service-detail__title {
    font-size: 1.2rem;
  }

  .p-service-detail__points li {
    font-size: 1.1rem;
  }

  .p-service-detail__btn {
    font-size: 0.85rem;
  }

  .p-service-detail__tags li {
    font-size: 0.85rem;
    font-weight: 500;
  }

  .p-service-detail__tags li {
    padding: 0.15em 0.7em;
  }

  .p-service-detail__tags {
    gap: 0.3em;
  }

  .p-service-detail__buttons {
    gap: 2%;
    padding: 1em;
  }

  .p-service-detail__btn {
    min-width: auto;
    max-width: 48%;
    width: 18em;
    padding: 0.9em 0.5em;
    font-weight: 500;
  }

  .p-service-detail__btn::after {
    right: 0.5em;
  }
}

/* =========================================================
   サービス補足
========================================================= */
.p-service-sub {
  padding: 3.9em 0 2.4em;
  text-align: center;
}

.p-service-sub__box {
  background: #fffcc8;
  border: 2px solid #0b2c6f;
  border-radius: 16px;
  padding: 2.2em 3.1em;
  margin-bottom: 3em;
}

.p-service-sub__title {
  display: inline-block;
  background: #1e8cc7;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.25em 2.4em;
  border-radius: 999px;
  margin-bottom: 1.3em;
  width: 21em;
  max-width: 100%;
}

.p-service-sub__text,
.p-service-sub__points {
  max-width: 34.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.p-service-sub__text {
  margin-bottom: 1.3em;
}

.p-service-sub__points li {
  position: relative;
  padding-left: 1em;
  font-weight: 700;
  color: #0b2c6f;
  line-height: 1.4;
  margin-bottom: 0.3em;
}

.p-service-sub__points li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 100;
}

/*--- SP用（追加調整） ---*/
@media (max-width: 767px) {
  .p-service-sub {
    padding-top: 2.5em;
  }

  .p-service-sub__title {
    font-size: 1.1rem;
  }

  .p-service-sub__box {
    border-radius: 16px;
    padding: 1em 1.5em;
    margin-bottom: 2em;
  }

  .p-service-sub__title {
    padding: 0.25em 1em;
    margin-bottom: 0.8em;
  }
}

/* =========================================================
   導入フロー
========================================================= */
.p-flow {
  background: #ffd95c;
  padding: 3em 0 0;
  text-align: center;
}

.p-flow__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0b2c6f;
  margin-bottom: 1em;
}

/* リスト */
.p-flow__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* 各ステップ */
.p-flow__item {
  width: 153px;
  margin-bottom: 3em;
  padding-right: 2.5em;
  background-image: url(../img/flow_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 12px top calc(50% - 19px);
  box-sizing: content-box;
  background-size: 15px;
}

.p-flow__item:last-child {
  padding-right: 0;
  background: none;
}

/* イラスト（番号＋白丸込み） */
.p-flow__image {
  display: block;
  width: 140px;
  max-width: 100%;
  margin: 0 auto;
}

/* テキスト */
.p-flow__text {
  margin-top: 1em;
  font-weight: 700;
  color: #0b2c6f;
  white-space: nowrap;
  padding-left: 0.23em;
}

/*--- SP用：SP（縦積み：660px以下） ---*/
@media (max-width: 660px) {
  .p-flow {
    padding-bottom: 3em;
  }

  .p-flow__list {
    flex-direction: column;
    align-items: center;
  }

  .p-flow__text {
    font-size: 1rem;
    flex: 1;
    text-align: left;
  }

  .p-flow__item {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    padding: 0 1em;
    max-width: 100%;
    width: 23em;
    margin: auto;
    background-image: url(../img/flow_arrow_down.svg);
    background-position: bottom center;
    background-size: 1.6em;
    padding-bottom: 1em;
  }

  .p-flow__image {
    width: 34%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .p-flow__title {
    font-size: 1.2rem;
  }
}

/* =========================================================
   改善事例
========================================================= */
.p-case {
  padding: 4em 0 5em;
  text-align: center;
}

.p-case__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0b2c6f;
  margin-bottom: 1.5em;
}

/* リスト */
.p-case__list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

/* 各カード */
.p-case__item {
  width: calc((100% - 30px) / 3);
  border: 2px solid #0b2c6f;
  text-align: left;
  position: relative;
  padding: 2.5em 1.2em 4.5em;
  /* 下だけ多め */
}

/* coming-soon */
.p-case__item.coming {
  background: #eeeef0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-case__item.coming {
  background: #eeeef0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4.5em 0.5em;
  text-align: center;
}

.p-case__item.coming p {
  color: #0b2c6f;
  font-size: 1.5rem;
}

/* 三角 */
.p-case__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 26%;
  min-width: 6em;
  max-width: 8em;
  aspect-ratio: 104 / 94;
  background: #f39800;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 2;
}

/* 数字 */
.p-case__num::after {
  content: attr(data-num);
  position: absolute;
  top: 10%;
  left: 12%;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}

/* タイトル */
.p-case__item-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0b2c6f;
  margin-bottom: 1.2em;
  padding-left: 0;
  text-align: center;
  line-height: 1.5;
}

/* 画像ダミー */
.p-case__image {
  width: 100%;
  /* height: 180px; */
  /* background: #e5e5e5; */
  margin-bottom: 1.2em;
}

/* テキスト */
.p-case__text {
  margin-bottom: 1.8em;
  line-height: 1.6;
  font-size: 1rem;
}

/* ボタン */
.p-case__btn {
  display: block;
  width: 16em;
  text-align: center;
  margin: 0 auto;
  align-items: center;
  background: #022a62 url("../img/icon_modal.svg") no-repeat center right 15px;
  color: #fff;
  font-weight: 700;
  padding: 0.8em 2.2em;
  border-radius: 999px;
  text-decoration: none;
  position: absolute;
  bottom: 1.8em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
}

/*--- SP用：SP（縦積みのみ） ---*/
@media (max-width: 768px) {
  .p-case__list {
    flex-direction: column;
    gap: 2.5em;
  }

  .p-case__item {
    width: 100%;
  }
}

/*--- SP用（追加調整） ---*/
@media (max-width: 767px) {
  .p-case {
    padding: 4em 0 4em;
    text-align: center;
  }

  .p-case__title {
    font-size: 1.2rem;
  }

  .p-case__num::after {
    font-size: 1.5rem;
  }

  .p-case__item-title {
    font-size: 1.125rem;
  }

  .p-case__text {
    font-size: 0.9rem;
  }

  .p-case__btn {
    font-size: 0.875rem;
  }
}

@media (max-width: 767px) {
  .p-case-modal-body {
    font-size: 0.9rem;
  }

  .p-case-modal__head-text {
    font-size: 1.125rem;
  }

  .p-case-modal__title {
    font-size: 1.125rem;
  }

  .p-case-modal__section-title {
    font-size: 1.0625rem;
  }

  .p-case-modal__close {
    font-size: 0.875rem;
  }
}

/* =========================================================
   VenoBox（iframe用・最終形）
========================================================= */
.vbox-content {
  max-width: 80vw !important;
  margin: 0 auto;
}

/*--- SP用（追加調整） ---*/
@media (max-width: 767px) {
  .vbox-content {
    max-width: 96vw !important;
    padding: 0;
  }
}

/* =========================================================
   開発事例
========================================================= */
.p-case-dev {
  background: #f7f6f1;
  padding: 4.5em 0 12em;
}

.p-case-dev__title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0b2c6f;
  margin-bottom: 1em;
}

.p-case-dev__lead {
  margin: 0 auto 2em;
}

.p-case-dev__lead-title {
  font-weight: 700;
  margin-bottom: 0.3em;
  font-size: 1.5rem;
}

.p-case-dev__list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-bottom: 4em;
  justify-content: center;
}

.p-case-dev__item {
  width: calc((100% - 72px) / 3);
  background: #022a62;
  border: #022a62 1px solid;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.p-case-dev__item::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.15s;
  background: rgba(247, 246, 241, 0.3);
  pointer-events: none;
}

.p-case-dev__item:hover::after {
  opacity: 1;
}


.p-case-dev__logo {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.p-case-dev__logo img {
  max-height: 120px;
}

.p-case-dev__body {
  padding: 1.0em;
}

.p-case-dev__name {
  font-weight: 700;
  margin-bottom: 0.7em;
  line-height: 1.3;
}

.p-case-dev__text {
  font-size: 1rem;
}

.p-case-dev__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.p-case-dev__other {
  border-top: 1px solid #c9d2dc;
  padding-top: 2.6em;
}

.p-case-dev__other-title {
  font-weight: 700;
  margin-bottom: 1.2em;
  font-size: 1.5rem;
  color: #022a62;
}

.p-case-dev__other-title span {
  font-weight: 400;
  font-size: 1.0625rem;
  color: #333;
}

/* 箇条書き（・） */
.p-case-dev__other-list {
  columns: 2;
  column-gap: 3em;
}

.p-case-dev__other-list li {
  margin-bottom: 0.4em;
}

.p-case-dev__other-list li {
  position: relative;
  padding-left: 0.9em;
  line-height: 1.3;
  margin-bottom: 0.35em;
}

.p-case-dev__other-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: -0.1em;
}

@media (max-width: 768px) {
  .p-case-dev__title {
    font-size: 1.2rem;
  }

  .p-case-dev__lead-title {
    font-size: 0.9rem;
  }

  .p-case-dev__list {
    flex-direction: column;
  }

  .p-case-dev__item {
    width: 100%;
  }

  .p-case-dev__text {
    font-size: 0.875rem;
  }

  .p-case-dev__other-list {
    columns: 1;
  }

  .p-case-dev__logo {
    padding: 0.5em;
  }

  .p-case-dev__other-title {
    font-size: 1.1rem;
  }
}

/*--- SP用（追加調整） ---*/
@media (max-width: 767px) {
  .p-case-dev {
    padding: 3em 0 8em;
  }

  .p-case-dev__other-title span {
    font-size: 0.875rem;
  }
}

/* =========================================================
   アヴァンザの強み
========================================================= */
.p-strength {
  background: #ffd95c;
  padding: 6em 0 4.5em;
  position: relative;
}

.p-strength__illust {
  position: absolute;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.p-strength__illust img {
  max-width: 680px;
}

.p-strength__box {
  background: #fff;
  border: 2px solid #022a62;
  border-radius: 16px;
  padding: 2.2em;
  position: relative;
  z-index: 1;
}

.p-strength__label {
  background: #f39800;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 1.8em;
  display: block;
  font-size: 1.5rem;
  padding: 0.25em 2.4em;
  border-radius: 999px;
  margin-bottom: 1.3em;
  width: 21em;
  max-width: 100%;
}

.p-strength__text {
  line-height: 1.7;
  margin-bottom: 2em;
  padding: 0 2em;
}

.p-strength__note {
  background: #fffbc6;
  padding: 1.6em 1.8em 1.6em 1.2em;
}

.p-strength__note li {
  color: #022a62;
  position: relative;
  padding-left: 1em;
  line-height: 1.3;
  margin-bottom: 0.35em;
  font-weight: 700;
  font-size: 1rem;
}

.p-strength__note li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* SP */
@media (max-width: 768px) {
  .p-strength {
    padding-top: 20%;
  }

  .p-strength__illust {
    top: -90px;
    width: 100%;
  }

  .p-strength__illust img {
    max-width: none;
    max-width: 80%;
    margin: auto;
  }

  .p-strength__box {
    padding: 2.4em 1.6em 1.6em;
  }

  .p-strength__note li {
    font-size: 0.9rem;
  }
}

/*--- SP用（追加調整） ---*/
@media (max-width: 767px) {
  .p-strength__text {
    padding: 0;
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .p-strength__label {
    font-size: 1.1rem;
  }
}

/* =========================================================
   アヴァンザが大切にしていること
========================================================= */
.p-important {
  background: url("../img/ptn_city.webp") top center;
  background-attachment: fixed;
  padding: 4em 0;
}

.p-important__inner {
  padding: 3em 2em 2em;
  background: #fff;
}

.p-important__title {
  text-align: center;
  margin-bottom: 1.65em;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}

.p-important__title span.p-important__title-inner {
  position: relative;
  padding: 0 1.8em;
}

/* 左右「\」「/」 */
.p-important__title span::before,
.p-important__title span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 140%;
  margin-top: -0.1em;
}

/* 左「/」 */
.p-important__title span::before {
  content: "\\";
  left: 0;
}

/* 右「\」 */
.p-important__title span::after {
  content: "/";
  right: 0;
}

.p-important__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.p-important__list li {
  width: calc((100% - 24px) / 4);
  background: #fffbc6;
  padding: 1em .8em 1em 2.5em;
  font-weight: 700;
  position: relative;
  line-height: 1.3;
  font-size: 1rem;
  color: #022a62;
  display: flex;
  align-items: center;
}

.p-important__list li::before {
  content: "";
  position: absolute;
  left: .8em;
  top: 0;
  width: 20px;
  height: 100%;
  background: url("../img/icon_check2.svg") no-repeat center / contain;
}

/* SP */
@media (max-width: 768px) {
  .p-important__list li {
    width: 100%;
  }

  .p-important__list li br {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-important__title {
    font-size: 1.1rem;
  }
}

/*--- 追加調整 ---*/
@media (max-width: 435px) {
  .p-important__title {
    font-size: 4vw;
    white-space: nowrap;
  }
}

/* =========================================================
   FAQ
========================================================= */
.p-faq {
  padding: 5em 0;
}

.p-faq__title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: #022a62;
  margin-bottom: 1.3em;
}

/* 全体枠 */
.p-faq__list {
  border-top: 1px solid #d9d9d9;
}

/* 1項目 */
.p-faq__item {
  border-bottom: 1px solid #d9d9d9;
}

/* Q */
.p-faq__q {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1.2em 0;
  cursor: pointer;
  font-size: 1.375rem;
  font-weight: 700;
}

.p-faq__q-label {
  font-weight: 700;
  flex-shrink: 0;
  font-size: 1.5rem;
  margin-top: -0.25em;
  align-self: flex-start;
}

.p-faq__q-text {
  flex: 1;
  font-weight: 700;
  line-height: 1.4;
}

/* ＋アイコン */
.p-faq__icon {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}

.p-faq__icon::before,
.p-faq__icon::after {
  content: "";
  position: absolute;
  background: #022a62;
}

.p-faq__icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-faq__icon::after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.p-faq__icon {
  transition: transform .2s ease;
}

.p-faq__item.is-open .p-faq__icon {
  transform: rotate(180deg);
}

.p-faq__item.is-open .p-faq__icon::after {
  display: none;
}

/* A */
.p-faq__a {
  display: none;
  gap: 1em;
  padding-bottom: 1.6em;
  margin-left: 0;
}

/* 開いた状態だけ表示 */
.p-faq__item.is-open .p-faq__a {
  display: flex;
}

.p-faq__a-label {
  font-weight: 700;
  flex-shrink: 0;
  font-size: 1.5rem;
  margin-top: -0.2em;
}

.p-faq__a-text {
  line-height: 1.7;
}

/* 開いた状態 */
.p-faq__item.is-open .p-faq__a {
  display: flex;
}

.p-faq__item.is-open .p-faq__icon::after {
  display: none;
}

/*--- SP用：SP（縮めるだけ） ---*/
@media (max-width: 768px) {
  .p-faq__title {
    font-size: 1.5rem;
  }

  .p-faq__q {
    padding: 1em 0;
  }

  .p-faq__a-text {
    font-size: 0.9375rem;
  }

  .p-faq__icon {
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 767px) {
  .p-faq__title {
    font-size: 1.2rem;
  }

  .p-faq__q {
    font-size: 1rem;
  }

  .p-faq__q-label {
    font-size: 1.1rem;
  }

  .p-faq__a-label {
    font-size: 1.1rem;
  }

  .p-faq__a-text {
    font-size: 0.9375rem;
  }
}

/* =========================================================
   料金
========================================================= */
.p-price {
  background: #fffaee;
  padding: 4em 0;
}

.p-price__inner {
  position: relative;
}

.p-price__illust {
  position: absolute;
  top: -110px;
  right: 0%;
  z-index: 2;
}

.p-price__illust img {
  max-width: 260px;
}

.p-price__title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: #022a62;
  margin-bottom: 1.8em;
}

.p-price__list {
  display: flex;
  gap: 36px;
  justify-content: center;
  margin-bottom: 1em;
}

.p-price__item {
  background: #fff;
  border: 1px solid #022a62;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  padding-bottom: 1em;
}

.p-price__item {
  flex: 1;
  min-width: 280px;
  /* 中身が壊れない最低幅 */
}

.p-price__head {
  background: #022a62;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.9em 0;
}

.p-price__price {
  font-size: 2.625rem;
  font-weight: 600;
  color: #1e8cc7;
  padding: 0.5em 0.8em 0.4em;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

.p-price__price span {
  font-size: 1.125rem;
  padding-left: 0.2em;
  font-family: "Noto Sans JP", sans-serif;
}

.p-price__price small {
  font-size: 1rem;
  display: block;
}

.p-price__desc {
  padding: 0 1.2em;
  margin-bottom: 0.8em;
}

.p-price__desc li {
  position: relative;
  padding-left: 1em;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: 1rem;
}

.p-price__desc li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 100;
}

.p-price__desc--note li {
  padding-left: 1.3em;
  margin-bottom: 0.1em;
}

.p-price__desc--note li:before {
  content: "※";
}

.p-price__note {
  padding: 0 1.2em;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-price__attention {
  text-align: right;
  font-size: 1rem;
}

/*--- 続き：大きいとき ---*/
@media (min-width: 1300px) {
  .p-price__item:first-child {
    /* flex: 0 0 512px; */
  }

  .p-price__item:nth-child(2),
  .p-price__item:nth-child(3) {
    flex: 1;
  }
}

/*--- SP用：小さいとき ---*/
@media (max-width: 1000px) {
  .p-price__list {
    gap: 2%;
  }

  .p-price__illust {
    top: -180px;
  }
}

@media (max-width: 880px) {
  .p-price {
    padding-top: 10%;
  }

  .p-price__list {
    flex-direction: column;
    gap: 1.5em;
  }

  .p-price__item {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .p-price__price {
    text-align: center;
    font-size: 2.1rem;
  }

  .p-price__illust {
    right: -40px;
    width: 36%;
    top: -90px;
  }

  .p-price__illust img {
    width: 100%;
  }

  .p-price__attention {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .p-price__title {
    font-size: 1.2rem;
  }

  .p-price__desc li {
    font-size: 0.9rem;
  }

  .p-price__attention {
    font-size: 0.875rem;
  }
}

/* =========================================================
   company
========================================================= */
.p-company {
  background: #1e8cc7;
  color: #fff;
  padding: 4.5em 0 8em;
}

@media (max-width: 768px) {
  .p-company {
    padding-bottom: 120px;
  }
}

/* ---------------------------------------------------------
   実績サマリー（丸4つ）
--------------------------------------------------------- */
.p-company__summary {
  display: flex;
  justify-content: space-between;
  gap: 19px;
  width: 904px;
  margin: 0 auto 3.5em;
}

.p-company__summary-item {
  width: 212px;
  height: 212px;
  background: #fffaee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
  background-image: url(../img/company_circle_line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 92%;
}

/* ---------------------------------------------------------
   サイボウズパートナー
--------------------------------------------------------- */
.p-company__partner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1.4em;
  margin-bottom: 3em;
}

.p-company__partner-logo img {
  max-width: 150px;
}

.p-company__partner-title {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}

.p-company__partner-desc {
  line-height: 1.7;
}

/* ---------------------------------------------------------
   資格保持者
--------------------------------------------------------- */
.p-company__cert-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.1em;
}

.p-company__cert-list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-company__cert-item {
  background: #fff;
  color: #022a62;
  border-radius: 10px;
  padding: 1px 12px;
  width: calc(50% - 12px);
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}

.p-company__cert-logo img {
  width: 100px;
}

.p-company__cert-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.p-company__cert-name {
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.375rem;
  color: #333;
}

.p-company__cert-num {
  font-size: 1.875rem;
  font-weight: 700;
  color: #1e8cc7;
  padding: 0 3%;
  white-space: nowrap;
}

/*--- SP用：小さい対応 ---*/
@media (max-width: 980px) {
  .p-company__summary {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .p-company__summary-item {
    width: 44%;
    height: auto;
    aspect-ratio: 1/1
  }

  .p-company__partner {
    flex-direction: column;
    text-align: center;
  }

  .p-company__cert-list {
    flex-direction: column;
  }

  .p-company__partner-text {
    text-align: left;
  }
}

@media (max-width: 320px) {
  .p-company__summary {
    flex-direction: column;
    align-items: center;
    gap: 0.8em;
  }

  .p-company__summary-item {
    width: 60%;
  }
}

/*--- SP用（追加調整） ---*/
@media (max-width: 767px) {
  .p-company__cert-item {
    background: #fff;
    color: #022a62;
    border-radius: 10px;
    padding: 1px 12px;
    width: calc(50% - 12px);
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
  }

  .p-company__cert-num {
    font-size: 1.5rem;
  }

  .p-company__cert-title {
    font-size: 1.15rem;
  }

  .p-company__cert-name {
    font-size: 1.1rem;
  }

  .p-company__partner-title {
    font-size: 0.875rem;
  }

  .p-company__cert-item {
    width: 100%;
  }

  .p-company__cert-list {
    gap: 1em;
  }
}

/* ---------------------------------------------------------
   電話番号
--------------------------------------------------------- */

.header_tel {
  font-size: 13px;
  text-align: right;
  border-left: #333 1px solid;
  padding-left: 1.2em;
  line-height: 1.3;
}

.header_tel span {
  font-size: 20px;
  font-weight: 900;
  display: block;
  position: relative;
  padding-left: 24px;
}

.header_tel span:before {
  content: "";
  background-image: url("../img/telephone.svg");
  width: 21px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: 4px;
}


@media screen and (min-width: 1501px) {
  .header_tel span:before {
    position: absolute;
  }

  .header_tel--mid {
    display: none;
  }
}

@media screen and (max-width: 1500px) {
  .header_tel--mid {
    display: block;
    margin-left: auto;
    border: none;
    margin-right: 1em;
    font-size: clamp(10px, 3vw, 13px);
  }

  .header_tel--mid span {
    font-size: clamp(10px, 4vw, 20px);
  }

  .header_tel--mid span:before {
    content: "";
    background-image: url("../img/telephone.svg");
    width: 21px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: 4px;
    position: absolute;
  }

  .header_tel:not(.header_tel--mid) {
    text-align: center;
    font-size: clamp(15px, 3.2vw, 18px);
    color: #fff;
    padding-left: 0;
  }

  .header_tel:not(.header_tel--mid) span {
    font-size: 6.5104166667vw;
    font-size: clamp(28px, 6vw, 34px);
    font-weight: 600;
    position: relative;
    padding-left: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 0.3em;
  }

  .header_tel:not(.header_tel--mid) span:before {
    position: ;
    content: "";
    background-image: url("../img/telephone_white.svg");
    background-position: center left;
    width: 0.8em;
    max-width: 41px;
    aspect-ratio: 1/1;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .header_tel--mid {
    line-height: 1.2;
  }

  .header_tel--mid span {
    font-weight: 600;
    padding-left: 24px;
  }

  .header_tel--mid span:before {
    width: 0.9em;
    max-width: 4.0vw;
    background-position: center right;
    left: 3px;
    bottom: 3px;
  }
}

@media screen and (max-width: 400px) {
  .header_tel--mid span {
    padding-left: 4.0vw;
  }

  .header_tel--mid span:before {
    left: 0px;
    bottom: 1px;
  }
}

@media screen and (max-width: 359px) {
  .header_tel--mid {
    display: none;
  }
}

@media screen and (min-width: 360px) and (max-width: 1500px) {
  .header_tel:not(.header_tel--mid) {
    display: none;
  }
}

/* --- PC(マウス操作) --- */
@media (hover: hover) {
  .c-tel {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
    cursor: default;
  }
}