/*
Theme Name: Original Theme
Description: はじめて作るオリジナルテーマです。
Version: 1.0
*/
html {
  scroll-behavior: smooth;
}


body {
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #222;
  background: #fff;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;

  display: flex;
  align-items: center;
  width: 100%;
  height: 65px;
  background: #fff;
  box-sizing: border-box;
}


.site-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #0A546B;
  white-space: nowrap;
  padding-left: 20px;
}

.header-nav-area {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding: 0 16px;
}

.global-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}

.main-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu {
  gap: 24px;
  line-height: 1;
}


.main-menu a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

.main-menu a:hover {
  opacity: 0.7;
}

.header-button {
  width: 160px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A546B;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}

.header-button:hover {
  opacity: 0.85;
}

.first-view {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}

.first-view-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.first-view-inner picture {
  display: block;
  width: 100%;
  height: 100%;
}

.first-view-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* 写真を暗くして文字を読みやすくする */
.first-view-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(10, 84, 107, 1) 0%,
    rgba(10, 84, 107, 1) 28%,
    rgba(10, 84, 107, 0.92) 42%,
    rgba(10, 84, 107, 0.55) 58%,
    rgba(10, 84, 107, 0.12) 76%,
    rgba(10, 84, 107, 0) 100%
  );
  pointer-events: none;
}

/* FVテキスト全体 */
.first-view-copy {
  position: absolute;
  top: 50%;
  left: 56px;
  z-index: 2;
  transform: translateY(-50%);
  color: #fff;
}


/* メインキャッチコピー */
.first-view-title {
  margin: 0 0 16px;
  font-size: clamp(24px, 7vw, 56px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: .05em;
}

/* 日本語サブコピー */
.first-view-subcopy {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: .05em;
}



.site-footer {
  padding: 24px 0;
  background: #0A546B;
  color: #fff;
  text-align: center;
}

.site-footer .footer-navigation {
  margin-bottom: 10px;
}

.site-footer .footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .footer-nav li {
  margin: 0;
  padding: 0;
}

.site-footer .footer-nav a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.site-footer .footer-nav a:hover {
  opacity: 0.7;
}

.site-footer p {
  margin: 0;
}

.site-footer small {
  font-size: 12px;
}






.opening-section { 
  padding: 40px 0;
  background: #fff;
  text-align: center;
}

.message-section { 
  padding: 40px 0;
  background: #f7f7f7;
  text-align: center;
}

.section-inner {
max-width: 1080px;
width: calc(100% - 40px);
margin: 0 auto;
}

.section-label {
margin: 0 0 14px; 
font-size: 16px; 
font-weight: 600 ;
color: #777;
letter-spacing: 0.12em;
}

.opening-section h2,
.message-section h2 {
  margin: 0 0 20px; 
  font-size: 36px; 
  line-height: 1.5;
}

.section-lead {
  margin: 0 auto; 
  font-size: 16px; 
  line-height: 2;
  letter-spacing: 0.05em;
}

.opening-section .sp-br,
.message-section .sp-br {
  display: none;
}

.opening-section ul,
.message-section ul { 
  display: flex; 
  gap: 24px; 
  margin:0;
  padding: 0;
  list-style: none;
  text-align: left;
}




.strengths-section {
  padding: 120px 0;
  background: #f7f7f7;
}

/* セクション全体のタイトル */
.strengths-section-header {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto 40px;
  text-align: center;
}



/* セクション全体のタイトル */
.strengths-section-header h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.4;
}

/* 各項目のタイトル */
.strengths-section .strengths-section-title {
  margin: 0 0 24px;
  font-size: 30px !important;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
}

/* 各コンテンツ */
.strengths-section .section-inner {
  display: flex;
  align-items: center;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  gap: 56px;
}

.strengths-section .section-inner + .section-inner {
  margin-top: 48px;
}

.strengths-section .section-inner > img {
  display: block;
  width: 45%;
  height: 320px;
  object-fit: cover;
  /* border-radius: 20px; */
}

.strengths-section .section-inner > div {
  flex: 1;
}

.strengths-section .section-inner .section-label {
  margin: 0 0 4px;
  color: #777;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.strengths-section .section-inner h3 {
  margin: 0 0 24px;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 600;
}

.strengths-section .section-inner > div > p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 2;
}

.strengths-section .section-inner > div > p:last-child {
  margin-bottom: 0;
  letter-spacing: 0.05em;
}

.strengths-section .section-inner.is-reverse {
  flex-direction: row-reverse;
}





.company-section {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

.company-section h2 {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.5;
}

.company-section .section-lead {
  max-width: 780px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 2;
}

.company-section dl {
  display: grid;
  grid-template-columns: 240px 1fr;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  /* border-radius: 20px; */
  overflow: hidden;
}

.company-section dt,
.company-section dd {
  margin: 0;
  padding: 24px 28px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  letter-spacing: 0.05em;
}

.company-section dt {
  font-weight: bold;
  background: #eeeeee;
}

.company-section dd {
  background: #f7f7f7;
  line-height: 2;
}






.service-section {
  padding: 80px 0;
  background: #0A546B;
  text-align: center;
}

.service-section .section-label {
color: #fff;
}

.service-section h2 {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.5;
}

.service-section .section-lead {
  max-width: 780px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 2;
}

.service-section ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.service-section li {
  background: #fff;
  /* border-radius: 20px; */
  overflow: hidden;
}

.service-section li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.service-section li h3 {
  margin: 24px 24px 12px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #0A546B;
}

.service-section li p {
  margin: 0 24px 28px;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}


.flow-section {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}

.flow-section h2 {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.5;
}

.flow-section .section-lead {
  max-width: 780px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 2;
}

.flow-section ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: flow-number;
  text-align: left;
}

.flow-section li {
  position: relative;
  padding: 32px 24px 28px;
  background: #f7f7f7;
  /* border-radius: 20px; */
  counter-increment: flow-number;
}

.flow-section li::before {
  content: counter(flow-number, decimal-leading-zero);
  display: block;
  margin: 0 0 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  color: #cccccc;
}

.flow-section li h3 {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color:#0A546B;
}

.flow-section li p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.flow-section li:nth-child(1) {
  background: #F7F7F7;
}

.flow-section li:nth-child(2) {
  background: #EAF1F3;
}

.flow-section li:nth-child(3) {
  background: #D5E4E8;
}

.flow-section li:nth-child(4) {
  background: #B7D0D7;
}

.flow-section li:nth-child(1)::before {
  color: #B8C6CA;
}

.flow-section li:nth-child(2)::before {
  color: #85A6AF;
}

.flow-section li:nth-child(3)::before {
  color: #4F8290;
}

.flow-section li:nth-child(4)::before {
  color: #0A546B;
}





.cta-section {
  padding: 80px 0;
  background-image:
    linear-gradient(
      rgba(10, 84, 107, 0.76),
      rgba(10, 84, 107, 0.76)
    ),
    url("./images/contact.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
}

.cta-section .section-label {
  color: #cccccc;
}

.cta-section h2 {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.cta-section .section-lead {
  max-width: 780px;
  margin: 0 auto 36px;
  font-size: 16px;
  line-height: 2;
}

.cta-section a {
  display: inline-block;
  min-width: 260px;
  padding: 18px 36px;
  color: #0A546B;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
  background: #ffffff;
  /* border-radius: 999px; */
}

.cta-section a:hover {
  opacity: 0.8;
}

.cta-section small {
  display: block;
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.8;
  color: #cccccc;
}



/* ======トップページ全体の仕上げ ====== */

.opening-section,
.strengths-section,
.company-section,
.service-section,
.flow-section,
.message-section,
.cta-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.opening-section h2,
.strengths-section h2,
.company-section h2,
.company-section h2,
.flow-section h2,
.message-section h2 {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color:#0A546B;
}

.service-section h2 {
  color: #fff;
}




* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 65px 0 0 0;
}




/* ===== レスポンシブ対応 ===== */

@media (max-width: 768px) {
  .section-inner {
    width: calc(100% - 32px);
    max-width: none;
    margin: 0 auto;
  }

  .opening-section,
  .company-section,
  .service-section,
  .flow-section,
  .price-section,
  .cta-section,
  .strengths-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .opening-section h2,
  .company-section h2,
  .service-section h2,
  .flow-section h2,
  .price-section h2,
  .cta-section h2,
  .strengths-section h2 {
    font-size: 28px;
    line-height: 1.5;
  }

  .section-lead {
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }

  .cta-section .section-lead {
    text-align: center;
  }

  .opening-section .section-lead {
    text-align:left;
  }
  .opening-section br {
    display: none;
  }

  .opening-section .sp-br {
    display: inline;
  }

  .name-right {
  text-align:right;
}




  /* FV：スマホではスマホ用画像を比率のまま表示 */
  .first-view {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .first-view-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .first-view-inner picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .first-view-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

.first-view-inner::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(10, 84, 107, 0.50);
    pointer-events: none;
  }

  .first-view-copy {
    position: absolute;
    inset: 0;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;

    width: 100%;
    padding: 36px 24px;
    color: #fff;
    box-sizing: border-box;

    /* PC設定を解除 */
    transform: none;
  }


  .first-view-subcopy {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }

  /* Header */
  .site-header .section-inner {
    display: block;
  }

  .site-title {
    margin: 0 0 10px;
    text-align: center;
  }

  .site-title img {
    max-height: 36px;
  }


  /* strengths */
  .strengths-section .section-inner {
    display: block;
  }
  .strengths-section-header {
  margin: 0 auto 20px;
}

  .strengths-section .section-inner > img {
    width: 100%;
    height: 260px;
    margin-bottom: 28px;
  }

  .strengths-section .section-inner > div > p {
    font-size: 15px;
    line-height: 1.9;
  }

  .strengths-section .strengths-section-title {
  font-size: 24px !important;
}



  /* Company */
  .company-section .section-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .company-section dl {
    display: block;
    width: 100%;
  }

  .company-section dt,
  .company-section dd {
    width: 100%;
    margin: 0;
    padding: 18px 20px;
    border-right: 1px solid #dddddd;
  }

  /* Service */
  .service-section ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .service-section li img {
    height: 220px;
  }

  /* Flow */
  .flow-section ol {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .flow-section li {
    padding: 28px 24px;
  }

  /* Price */
  .price-section ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
  }

  .price-section li {
    padding: 32px 24px;
  }

  /* CTA */
  .cta-section a {
    width: 100%;
    min-width: 0;
    padding: 18px 24px;
  }

}




/* =========================================
スマホ用ハンバーガーメニュー
========================================= */

/* PCではハンバーガーボタンを非表示 */
.menu-toggle {
  display: none;
}

/* PC用：header-nav-areaの中でナビとボタンを横並びにする */
.header-nav-area {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 0;
}

.header-nav-area .global-nav {
  margin-right: 30px;
}

.header-nav-area .header-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* スマホ表示 */
@media (max-width: 768px) {

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    height: 65px;
    padding: 0 16px;
    background: #fff;
    box-sizing: border-box;
  }

  .site-title {
    margin: 0;
    padding-left: 0;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
  }

  .menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 0 auto;
    background: #333333;
  }

  .header-nav-area {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    padding: 0 16px 20px;
    box-sizing: border-box;
    background: #f7f7f7;
    z-index: 1001;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }

  .header-nav-area.is-open {
    display: block;
  }

  .header-nav-area .global-nav {
    margin-right: 0;
  }

  .main-menu {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .main-menu li {
    display: block;
    border-bottom: 1px solid #e3e3e3;
  }

  .main-menu a {
    display: block;
    padding: 22px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }

  .header-nav-area .header-button {
    width: 100%;
    max-width: none;
    height: 56px;
    margin-top: 20px;
    font-size: 14px;
  }

}



/* 固定ページ */
.page-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-title {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}

.page-body {
  font-size: 16px;
  line-height: 1.9;
}

.page-body h2 {
  margin-top: 48px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}

.page-body h3 {
  margin-top: 36px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.5;
}

.page-body p {
  margin-bottom: 20px;
}

.page-body ul,
.page-body ol {
  margin-bottom: 24px;
  padding-left: 1.5em;
}

.page-body li {
  margin-bottom: 8px;
}

.page-body table {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  border-collapse: collapse;
}

.page-body th,
.page-body td {
  padding: 14px 16px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

.page-body th {
  width: 30%;
  background: #F7F7F7;
  font-weight: 700;
}

@media screen and (max-width: 768px) {

  .page-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-content {
    max-width: 100%;
  }

  .page-title {
    margin-bottom: 24px;
    font-size: 26px;
  }

  .page-body {
    font-size: 15px;
  }

  .page-body h2 {
    margin-top: 40px;
    font-size: 22px;
  }

  .page-body h3 {
    margin-top: 32px;
    font-size: 18px;
  }

  .page-body table {
    font-size: 14px;
  }

  .page-body th,
  .page-body td {
    display: block;
    width: 100%;
  }

}




/* ブログ一覧 */
.blog-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-heading {
  margin-bottom: 42px;
  text-align: center;
}

.blog-title,
.archive-title {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.5;
}

.blog-lead {
  font-size: 16px;
  line-height: 1.8;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
}

.blog-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.blog-card-image {
  aspect-ratio: 3 / 2;
  background: #f7f7f7;
}

.blog-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-body {
  padding: 24px;
}

.blog-date {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  color: #777;
}

.blog-card-title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.5;
}

.blog-excerpt {
  font-size: 15px;
  line-height: 1.8;
}

.blog-pagination {
  margin-top: 48px;
  text-align: center;
}

.blog-pagination .page-numbers {
  display: inline-block;
  margin: 0 4px;
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-decoration: none;
}

.blog-pagination .current {
  background: #333;
  color: #fff;
}

/* 投稿詳細 */
.single-main {
  padding-top: 60px;
  padding-bottom: 60px;
}

.single-content {
  max-width: 800px;
  margin: 0 auto;
}

.single-header {
  margin-bottom: 42px;
  text-align: center;
}

.single-date {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #777;
}

.single-title {
  font-size: 32px;
  line-height: 1.5;
}

.single-eyecatch {
  margin-bottom: 42px;
}

.single-eyecatch img {
  display: block;
  width: 100%;
  height: auto;
}

.single-body {
  font-size: 16px;
  line-height: 1.8;
}

.single-body h2 {
  margin-top: 48px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}

.single-body h3 {
  margin-top: 36px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.5;
}

.single-body p {
  margin-bottom: 20px;
}

.single-body ul,
.single-body ol {
  margin-bottom: 20px;
  padding-left: 1.5em;
}

.single-body li {
  margin-bottom: 8px;
}

.single-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
}

.single-nav a,
.back-to-blog a {
  text-decoration: underline;
}

.back-to-blog {
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {

  .blog-main,
  .archive-main,
  .single-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-heading,
  .archive-heading {
    margin-bottom: 32px;
  }

  .blog-title,
  .archive-title,
  .single-title {
    font-size: 26px;
  }

  .blog-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-card-body {
    padding: 20px;
  }

  .single-header {
    margin-bottom: 32px;
  }

  .single-eyecatch {
    margin-bottom: 32px;
  }

  .single-body {
    font-size: 15px;
  }

  .single-body h2 {
    margin-top: 40px;
    font-size: 22px;
  }

  .single-body h3 {
    margin-top: 32px;
    font-size: 18px;
  }

  .single-nav {
    display: block;
  }

  .single-nav-prev,
  .single-nav-next {
    margin-bottom: 16px;
  }

}



/* お問い合わせフォーム */
.page-body .wpcf7-form {
  max-width: 640px;
  margin: 0 auto;
}

.page-body .wpcf7-form p {
  margin-bottom: 20px;
}

.page-body .wpcf7-form label {
  display: block;
  font-weight: 700;
}

.page-body .wpcf7-form input[type="text"],
.page-body .wpcf7-form input[type="email"],
.page-body .wpcf7-form input[type="tel"],
.page-body .wpcf7-form select,
.page-body .wpcf7-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.6;
}

.page-body .wpcf7-form textarea {
  min-height: 180px;
}

.page-body .wpcf7-form input[type="submit"] {
  display: block;
  width: 100%;
  padding: 14px 20px;
  border: none;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.page-body .wpcf7-form input[type="submit"]:hover {
  opacity: 0.8;
}

.page-body .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 14px;
  color: #c00;
}

.page-body .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 16px;
}