@charset "UTF-8";
/* ----------------------------------
  色指定
----------------------------------- */
/* ----------------------------------
  文字指定
----------------------------------- */
/* ----------------------------------
  ブレイクポイント
----------------------------------- */
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p {
  line-height: 1.6em;
}

h2 {
  font-size: 28px;
  text-align: center;
  padding-bottom: 0;
  margin: 0;
}
@media screen and (min-width: 992px) {
  h2 {
    padding-bottom: 50px;
  }
}

h3 {
  font-size: 22px;
  color: #2c64a5;
  margin: 0;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 24px;
    margin: 1em 0;
  }
}

.wpcf7-form-control-wrap {
  display: contents;
}
.wpcf7-form-control-wrap:has(.wpcf7-checkbox) {
  display: inline-block;
}
.wpcf7-form-control-wrap[data-name="document-request"] {
  display: inline-block;
}
/* ===============================================================
  layout
=============================================================== */
/* ---------------------------------------------------------------
  デフォルト設定
--------------------------------------------------------------- */
/* コンテンツ幅 */
.l-container-fluid {
  padding: 0 30px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .l-container-fluid {
    padding: 0 80px;
  }
}
@media screen and (min-width: 1400px) {
  .l-container-fluid {
    width: 1200px;
    padding: 0;
  }
}

/* ---------------------------------------------------------------
  ヘッダー
--------------------------------------------------------------- */
.l-header {
  padding: 10px 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}
@media screen and (min-width: 992px) {
  .l-header {
    padding: 20px 40px;
  }
}
.l-header__title {
  width: 150px;
}
@media screen and (min-width: 992px) {
  .l-header__title {
    width: auto;
  }
}
.l-header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #e3ebee;
  transition: ease 0.4s;
}
@media screen and (min-width: 992px) {
  .l-header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    align-items: center;
    width: auto;
  }
}
.l-header__nav.is-active {
  transform: translateX(0);
}
.l-header__hamburger {
  width: 48px;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .l-nav__items, .l-nav__buttons {
    display: flex;
    align-items: center;
  }
}

/* ---------------------------------------------------------------
  メインビジュアル
--------------------------------------------------------------- */
.l-mainvisual {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .l-mainvisual {
    justify-content: space-between;
    padding: 0 80px;
  }
}
@media screen and (min-width: 1400px) {
  .l-mainvisual {
    max-width: 1600px;
    margin: auto;
  }
}
.l-mainvisual__main {
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-mainvisual__main {
    max-width: 50%;
    padding: 40px 15px;
    text-align: left;
  }
}
.l-mainvisual__sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .l-mainvisual__sub {
    margin-top: 0;
  }
}
.l-mainvisual__form {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(31, 58, 87, 0.12);
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .l-mainvisual__form {
    max-width: 640px;
    padding: 40px 45px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
/* フォームテンプレート（page-template-formindex-php）のみ中央揃え */
.page-template-formindex-php .l-mainvisual {
  justify-content: center;
}

/* ---------------------------------------------------------------
  悩み
--------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .l-ec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
  }
}
.l-ec__col {
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-ec__col {
    padding: 0;
    max-width: calc(50% - 30px);
  }
}
@media screen and (min-width: 992px) {
  .l-ec__col {
    padding: 0;
    max-width: calc(33.3333333% - 30px);
  }
}
.l-ec p {
  font-size: 100%;
}
@media screen and (min-width: 992px) {
  .l-ec p {
    font-size: 120%;
  }
}

/* ---------------------------------------------------------------
  ネットナビの特徴
--------------------------------------------------------------- */
.l-feature__contents {
  margin-bottom: 50px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-feature__contents {
    display: flex;
  }
}
.l-feature__contents > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-feature__contents > div {
    box-shadow: 3px 15px 10px rgba(240, 240, 240, 0.8);
  }
}
@media screen and (min-width: 768px) {
  .l-feature__thumb {
    width: 30%;
  }
}
.l-feature__gaiyo {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .l-feature__gaiyo {
    width: 70%;
  }
}
.l-feature__gaiyo h3 {
  color: #2c64a5;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 20px;
}
.l-feature__gaiyo h3::before {
  content: "";
  position: absolute;
  background: url(images/badge_icon.png) no-repeat;
  background-size: cover;
  width: 41px;
  height: 41px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* ---------------------------------------------------------------
  お客様の声
--------------------------------------------------------------- */
.l-voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .l-voice {
    margin: 0 -30px;
  }
}
.l-voice__col {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .l-voice__col {
    width: calc(50% - 60px);
  }
}

/* ===============================================================
  project
=============================================================== */
/* ---------------------------------------------------------------
  デフォルト設定
--------------------------------------------------------------- */
/* コンテンツセクション */
.p-section {
  padding: 40px 0;
}
@media screen and (min-width: 992px) {
  .p-section {
    padding: 80px 0;
  }
}
.p-section-ec {
  background-color: #82a6bf;
  color: #fff;
  position: relative;
}
.p-section-ec::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 30px solid #82a6bf;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
}
.p-section-netnavi {
  background-color: #e3ebee;
  position: relative;
  margin-bottom: 50px;
}
.p-section-netnavi::after {
  content: "";
  position: absolute;
  background: url(images/netnavi_bg.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 100%;
}
.p-section-introduction {
  background-color: #e3ebee;
}

/* ボタン */
.p-button {
  display: block;
  width: 80%;
  background-color: #2c64a5;
  color: #fff;
  padding: 10px;
  margin: 30px auto 0;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-button {
    font-size: 24px;
  }
}
.p-button:hover {
  opacity: 0.8;
}

/* ---------------------------------------------------------------
  ヘッダー
--------------------------------------------------------------- */
.p-header {
  width: 100vw;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.p-header img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .p-header img {
    width: 100px;
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .p-header img {
    width: 150px;
    height: auto;
  }
}

.p-nav-items {
  position: relative;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  list-style: none;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-nav-items__item {
    padding: 0 1em;
  }
}
.p-nav-items__item a {
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 992px) {
  .p-nav-items__item a {
    padding: 0;
    margin-bottom: 0;
  }
}
.p-nav-items__item:last-child a {
  margin-bottom: 0;
}
.p-nav-items__link {
  position: relative;
  color: #000;
}
.p-nav-items__link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .p-nav-items__link::after {
    width: 100%;
  }
}
.p-nav-items__link:hover::after {
  width: 0;
}
.p-nav-buttons {
  list-style: none;
  padding-left: 0;
  justify-content: center;
  position: relative;
  bottom: -30%;
}
@media screen and (min-width: 992px) {
  .p-nav-buttons {
    display: flex;
    padding-left: 30px;
    height: 100%;
    justify-content: end;
    bottom: 0;
  }
}
.p-nav-buttons__item {
  width: 60%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .p-nav-buttons__item {
    width: auto;
  }
}
.p-nav-button {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px 10px 5px 40px;
  font-size: 18px;
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
@media screen and (min-width: 992px) {
  .p-nav-button {
    height: -webkit-fill-available;
    margin-bottom: 0;
  }
}
.p-nav-button__phone {
  font-size: 16px;
}
.p-nav-button__phone::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 29px;
  background: url(images/icon_phone.png) no-repeat;
  background-size: cover;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .p-nav-button__phone::before {
    left: 5px;
  }
}
.p-nav-button__phone--day {
  display: block;
  font-size: 60%;
}
.p-nav-button__contact::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 29px;
  background: url(images/icon_mail.png) no-repeat;
  background-size: cover;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  .p-nav-button__contact::before {
    left: 10px;
  }
}

/* ハンバーガーメニュー */
.p-hamburger {
  background: none;
  border: none;
  padding: 10px;
  z-index: 9999;
}
@media screen and (min-width: 992px) {
  .p-hamburger {
    display: none;
  }
}
.p-hamburger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: relative;
  transition: ease 0.4s;
  display: block;
  background: #333;
}
.p-hamburger span:nth-child(1) {
  top: 0;
}
.p-hamburger span:nth-child(2) {
  margin: 8px 0;
}
.p-hamburger span:nth-child(3) {
  top: 0;
}
.p-hamburger.is-active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.p-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.p-hamburger.is-active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}

/* ---------------------------------------------------------------
  メインビジュアル
--------------------------------------------------------------- */
.p-mainvisual {
  background: url(images/mv.webp) no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.p-mainvisual h1 {
  font-size: 22px;
  color: #2c64a5;
}
@media screen and (min-width: 540px) {
  .p-mainvisual h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-mainvisual h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1400px) {
  .p-mainvisual h1 {
    font-size: 48px;
  }
}
.p-mainvisual--label {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #2c64a5;
  border-radius: 50%;
  text-align: center;
  min-width: 140px;
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 540px) {
  .p-mainvisual--label {
    font-size: 22px;
    min-width: 220px;
    min-height: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .p-mainvisual--label {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .p-mainvisual--label {
    font-size: 28px;
  }
}
.p-mainvisual__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .p-mainvisual__title {
    font-size: 28px;
  }
}
.p-mainvisual__title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  transform: translateX(-50%) skewX(20deg);
}
@media screen and (min-width: 1200px) {
  .p-mainvisual__title::before {
    left: 10%;
  }
}
.p-mainvisual__title::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  right: 0;
  transform: translateX(-50%) skewX(-20deg);
}
@media screen and (min-width: 1200px) {
  .p-mainvisual__title::after {
    right: 10%;
  }
}

/* ---------------------------------------------------------------
  リード
--------------------------------------------------------------- */
.p-lead {
  color: #2c64a5;
  padding: 80px 0 40px;
  font-weight: bold;
  font-size: 120%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lead {
    font-size: 150%;
  }
}
@media screen and (min-width: 992px) {
  .p-lead {
    padding: 80px 0;
  }
}
.p-lead--next {
  position: relative;
  margin-top: 25px;
}
.p-lead--next::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 30px solid #fff;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  z-index: 2;
}
.p-lead p {
  display: inline-block;
  line-height: 1.5em;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 80px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lead p {
    padding-top: 0;
    padding-left: 100px;
  }
}
@media screen and (min-width: 992px) {
  .p-lead p {
    text-align: left;
    line-height: 2em;
  }
}
.p-lead p::before {
  content: "ネットナビ";
  font-size: 50%;
  line-height: 0.5em;
  text-align: center;
  position: absolute;
  background: url(images/pc_icon.png) no-repeat;
  width: 138px;
  height: 126px;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .p-lead p::before {
    top: 50%;
    left: 0;
  }
}
.p-lead__emphasis {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-lead__emphasis {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .p-lead__emphasis {
    font-size: 36px;
  }
}
.p-lead-bk {
  background-color: #e3ebee;
}

/* ---------------------------------------------------------------
  悩み
--------------------------------------------------------------- */
.p-ec {
  color: #000;
  position: relative;
  height: 166px;
  margin-bottom: 30px;
  z-index: 2;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-ec {
    font-size: 150%;
  }
}
.p-ec::before {
  content: "";
  position: absolute;
  background: url(images/speech_sp.png) no-repeat;
  width: 360px;
  height: 166px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 540px) {
  .p-ec::before {
    background: url(images/speech_md.png) no-repeat;
    width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .p-ec::before {
    background: url(images/speech_pc.png) no-repeat;
    width: 779px;
  }
}
.p-ec span {
  display: inline-block;
  margin-top: 24px;
}

/* ---------------------------------------------------------------
  ネットナビとは
--------------------------------------------------------------- */
.p-netnavi-heading {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  justify-content: space-around;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .p-netnavi-heading {
    margin-bottom: 80px;
  }
}
.p-netnavi-heading__title {
  font-size: 120%;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .p-netnavi-heading__title {
    width: 40%;
    margin-bottom: 0;
  }
}
.p-netnavi-heading__border {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-netnavi-heading__border {
    display: block;
    width: 1px;
    height: 100px;
    background-color: #000;
  }
}
.p-netnavi-heading__gaiyo {
  font-size: 100%;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .p-netnavi-heading__gaiyo {
    font-size: 120%;
    padding-left: 30px;
  }
}

/* 使い方 */
.p-flow {
  margin: 0 -30px;
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-flow__category {
  text-align: center;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(50% - 30px);
}
@media screen and (min-width: 540px) {
  .p-flow__category {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(50% - 60px);
  }
}
@media screen and (min-width: 768px) {
  .p-flow__category {
    width: calc(33.333333% - 60px);
    margin-bottom: 30px;
  }
}
.p-flow__category::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 78%;
  right: -30px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #2c64a5;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 540px) {
  .p-flow__category::after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #2c64a5;
    top: 65%;
    right: -30px;
  }
}
@media screen and (min-width: 992px) {
  .p-flow__category::after {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 35px solid #2c64a5;
    left: auto;
    right: -9%;
  }
}
.p-flow__category:last-child::after {
  display: none;
}
.p-flow__text {
  font-size: 90%;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .p-flow__text {
    font-size: 120%;
    margin: 10px 0;
  }
}

/* ---------------------------------------------------------------
  お客様の声
--------------------------------------------------------------- */
.p-voice-block {
  padding: 20px;
  box-shadow: 3px 15px 10px rgba(240, 240, 240, 0.8);
}

/* ---------------------------------------------------------------
  導入の流れ
--------------------------------------------------------------- */
.p-guide {
  background-color: #fff;
  margin-top: 30px;
  padding: 20px 30px;
  position: relative;
  box-shadow: 3px 15px 10px rgba(240, 240, 240, 0.8);
}
@media screen and (min-width: 992px) {
  .p-guide {
    display: flex;
    align-items: center;
    padding: 5px 30px;
  }
}
@media screen and (min-width: 992px) {
  .p-guide__head {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .p-guide__head {
    width: 30%;
  }
}
.p-guide__head h3 {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-guide__head h3 {
    margin-bottom: 1em;
  }
}
.p-guide__head h3 span {
  margin-right: 10px;
  font-size: 100%;
}
@media screen and (min-width: 992px) {
  .p-guide__body {
    width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .p-guide__body {
    width: 70%;
  }
}
.p-guide::after {
  content: "";
  width: 3px;
  height: 30px;
  background-color: #000;
  position: absolute;
  left: 50px;
  bottom: -30px;
}
.p-guide:last-child::after {
  display: none;
}

/* ---------------------------------------------------------------
  よくある質問
--------------------------------------------------------------- */
/* 全体 */
.p-faq {
  margin-top: 30px;
}
.p-faq__title {
  position: relative;
  padding: 10px;
  cursor: pointer;
  color: #2c64a5;
  display: flex;
  align-items: center;
}
.p-faq__title::before {
  content: "Q";
  position: absolute;
  text-align: center;
  font-size: 120%;
  background-color: #2c64a5;
  border: 2px solid #2c64a5;
  color: #fff;
  left: 0;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 540px) {
  .p-faq__title::before {
    font-size: 180%;
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__title::before {
    width: 65px;
    height: 65px;
  }
}
.p-faq__title .p-accordion-icon {
  position: absolute;
  display: block;
  background-color: #2c64a5;
  border-radius: 50%;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  padding: 15px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (min-width: 540px) {
  .p-faq__title .p-accordion-icon {
    padding: 20px;
  }
}
.p-faq__title .p-accordion-icon::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (min-width: 540px) {
  .p-faq__title .p-accordion-icon::before {
    height: 25px;
  }
}
.p-faq__title .p-accordion-icon::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  background-color: #fff;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(90deg);
}
@media screen and (min-width: 540px) {
  .p-faq__title .p-accordion-icon::after {
    height: 25px;
  }
}
.p-faq__title.is-active .p-accordion-icon {
  background-color: #82a6bf;
}
.p-faq__title.is-active .p-accordion-icon::before {
  transform: translate(-50%, -50%) rotate(-270deg);
}
.p-faq__contents {
  display: none;
  position: relative;
  padding: 10px 0;
}
.p-faq__contents::before {
  content: "A";
  position: absolute;
  text-align: center;
  font-size: 120%;
  border: 2px solid #2c64a5;
  color: #2c64a5;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 540px) {
  .p-faq__contents::before {
    font-size: 180%;
    width: 55px;
    height: 55px;
  }
}
@media screen and (min-width: 992px) {
  .p-faq__contents::before {
    width: 65px;
    height: 65px;
  }
}

/* 質問 */
.p-question {
  margin: 0 0 0 3em;
  font-size: 16px;
  border-bottom: 1px solid #000;
  min-height: 49px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 540px) {
  .p-question {
    margin: 0 0 0 4em;
    min-height: 59px;
  }
}
@media screen and (min-width: 992px) {
  .p-question {
    margin: 0 0 0 5em;
    min-height: 69px;
    font-size: 120%;
  }
}
.p-question__text {
  padding: 1em 3em 1em 0;
}

/* 回答 */
.p-answer {
  margin: 0 0 0 4em;
}
@media screen and (min-width: 540px) {
  .p-answer {
    margin: 0 0 0 5.5em;
  }
}
@media screen and (min-width: 992px) {
  .p-answer {
    margin: 0 0 0 7em;
  }
}

/* ---------------------------------------------------------------
  トップタイトル
--------------------------------------------------------------- */
.p-head-title {
  position: relative;
  height: 200px;
  background-color: #e3ebee;
}
.p-head-title h1 {
  position: absolute;
  color: #2c64a5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
}

/* ---------------------------------------------------------------
  サンクスページ
--------------------------------------------------------------- */
.p-thanks {
  padding: 80px 0;
}
.p-thanks__inner {
  max-width: 540px;
  margin: 0 auto 80px;
}
.p-thanks__footer {
  margin-top: 50px;
  border-top: 1px solid #000;
  padding-top: 50px;
}

/* ---------------------------------------------------------------
  フッター
--------------------------------------------------------------- */
.p-footer {
  margin-top: 0 !important;
}
.p-footer__main {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-footer__main {
    text-align: left;
  }
}
.p-footer__main h1 {
  font-size: 22px;
  margin: 26px 10px;
}
@media screen and (min-width: 540px) {
  .p-footer__main h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__main h1 {
    font-size: 36px;
  }
}
.p-footer__sub {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .p-footer__sub {
    justify-content: flex-start;
  }
}
.p-footer__label {
  position: absolute;
  font-weight: bold;
  line-height: 1.8em;
  bottom: 0;
  left: 0;
  background-color: #2c64a5;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
}
@media screen and (min-width: 540px) {
  .p-footer__label {
    width: 180px;
    height: 180px;
  }
}
.p-footer__image {
  width: 90%;
}
@media screen and (min-width: 992px) {
  .p-footer__image {
    margin-left: 10%;
    width: auto;
  }
}
.p-footer__form {
  display: block;
}

.p-copyright {
  background-color: #2c64a5;
  color: #fff;
  text-align: center;
  font-size: 80%;
  padding: 10px 0;
}
.p-copyright p {
  margin: 0;
}

.p-logo {
  width: 80%;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-logo {
    margin-top: 30px;
  }
}

/* ===============================================================
  component
=============================================================== */
/* ---------------------------------------------------------------
  画面幅表示・非表示
--------------------------------------------------------------- */
.c-sp-none {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-sp-none {
    display: block;
  }
}

.c-pc-none {
  display: block;
}
@media screen and (min-width: 992px) {
  .c-pc-none {
    display: none;
  }
}

/* ---------------------------------------------------------------
  画像設定
--------------------------------------------------------------- */
.c-img {
  width: 100%;
  height: auto;
}

/* ---------------------------------------------------------------
  見出しの色
--------------------------------------------------------------- */
.c-heading {
  color: #2c64a5;
}

/* ---------------------------------------------------------------
  アンダーライン
--------------------------------------------------------------- */
.c-undl {
  background: linear-gradient(transparent 70%, yellow 70%);
}

/* ---------------------------------------------------------------
  ネットナビとは？のロゴ
--------------------------------------------------------------- */
.c-netnavi-logo {
  vertical-align: bottom;
  width: 200px;
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .c-netnavi-logo {
    width: 250px;
    margin: 10px 10px 0;
  }
}

/* ---------------------------------------------------------------
  フロー番号設定
--------------------------------------------------------------- */
.c-number {
  background-color: #2c64a5;
  color: #fff;
  border-radius: 50%;
  font-size: 120%;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 540px) {
  .c-number {
    font-size: 150%;
  }
}
@media screen and (min-width: 992px) {
  .c-number {
    width: 60px;
    height: 60px;
    font-size: 180%;
  }
}

/* ---------------------------------------------------------------
  お問い合わせフォーム
--------------------------------------------------------------- */
/* 全体 */
.c-form-group {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}
.c-form-group__name {
  width: 100%;
}

/* チェックボックス */
.c-form-group .wpcf7-checkbox {
  display: inline-flex;
  align-items: center;
}
.c-form-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
/* form/assets/style.css に追加。読み込み順が最後なので上書きできる */
.c-form-checkbox__visual {
  display: inline-block !important;
  opacity: 1 !important;
  position: static !important;
  width: 18px !important;
  height: 18px !important;
  /* 既存テーマの input 全般への -webkit-appearance: none を上書き */
  -webkit-appearance: checkbox !important;
  appearance: checkbox !important;
  /* Firefox 対策 */
  -moz-appearance: checkbox !important;
}

/* プレースホルダー */
.c-form-group input::placeholder,
.c-form-group textarea::placeholder {
  color: #888;
}

/* プライバシーポリシー */
.c-form-privacy {
  background-color: #f7f9fc;
  height: auto;
  max-height: 220px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px 20px;
  overflow-y: auto;
  font-size: 90%;
}
.c-form-privacy p, .c-form-privacy ul {
  margin: 0;
}
.c-form-privacy__contents {
  margin-bottom: 15px;
  font-size: 12px;
}
.c-form-privacy__contents:last-child {
  margin-bottom: 0;
}
.c-form-privacy__heading {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px !important;
  color: #2c64a5;
}
.c-form-agree {
  font-size: 12px;
  color: #555;
}

/* バリデーションエラー・送信結果表示 */
.wpcf7-not-valid-tip {
  color: #bc272d;
  font-size: 12px;
  margin-top: 4px;
}
.wpcf7 .wpcf7-response-output {
  box-sizing: border-box;
  margin: 15px 0 0;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
}
.wpcf7 .wpcf7-response-output:empty {
  margin: 0;
  padding: 0;
}
.wpcf7 .wpcf7-response-output.success {
  border: 1px solid #7bdcb5;
  background-color: #f0faf4;
}
.wpcf7 .wpcf7-response-output.invalid,
.wpcf7 .wpcf7-response-output.aborted,
.wpcf7 .wpcf7-response-output.unaccepted {
  border: 1px solid #f1aeb0;
  background-color: #fdf1f1;
}

/* テキストボックス */
.c-textbox {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #333;
  transition: border-color 0.2s ease;
}
.c-textbox:focus {
  outline: none;
  border-color: #2c64a5;
  box-shadow: 0 0 0 2px rgba(44, 100, 165, 0.15);
}
.c-textbox::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif !important;
}
.c-textbox:-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif !important;
}

/* テキストエリア */
.c-textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #333;
  transition: border-color 0.2s ease;
}
.c-textarea:focus {
  outline: none;
  border-color: #2c64a5;
  box-shadow: 0 0 0 2px rgba(44, 100, 165, 0.15);
}
.c-textarea::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif !important;
}
.c-textarea:-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif !important;
}

/* 送信ボタン */
.c-submit {
  width: 100%;
  border: 0;
  border-radius: 5px;
  background-color: #2c64a5;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  padding: 14px 10px;
  cursor: pointer;
  transition: 0.3s;
}
.c-submit:hover {
  background-color: #244f80;
}
/* スマホ表示用に非表示化 20260616追加
@media (max-width: 767px) {
  .js-main .l-mainvisual__form {
    display: none;}
}*/
/*
Theme Name: Netnavi
*//*# sourceMappingURL=style.css.map */