@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #011d0e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

a:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
  /* ハンバーガーメニュー */
}
header .header__nav {
  display: flex;
  justify-content: flex-end;
  max-width: 720px;
  width: 90%;
  transition: transform 0.4s ease;
  text-align: center;
  margin-left: auto;
  margin-right: 28px;
}
header .header__nav .nav__items {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header__nav .nav__items .nav-items__item {
  height: 100px;
  display: flex;
  align-items: center;
}
header .header__nav .nav__items .navi-cta {
  max-width: 200px;
  padding: 10px 48px;
}
header .header__nav .nav__items .navi-cta.cta {
  background: #000;
  border: 2px solid #000;
  border-radius: 15px;
  display: block;
  text-align: center;
  transition: all 0.5s ease;
  height: 56px;
}
header .header__nav .nav__items .navi-cta.cta a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
header .header__nav .nav__items .navi-cta.cta:hover {
  background-color: #fff;
}
header .header__nav .nav__items .navi-cta.cta:hover a {
  color: #000;
}
header .hamburger {
  display: none;
}

@media screen and (max-width: 1024px) {
  header .header__nav .nav__items {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  header .header__nav {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #FFFFFF;
  }
  header .header__nav .nav__items {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
  header .header__nav .nav__items .nav-items__item {
    display: block;
  }
  header .header__nav .nav__items .nav-items__item a {
    margin-bottom: 24px;
  }
  header .header__nav .nav__items .navi-cta.cta {
    margin-inline: auto;
  }
  header .header__nav.active {
    transform: translateX(0);
    opacity: 0.9;
    font-weight: 600;
  }
  header .hamburger {
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    /*buttonタグデフォルトスタイルを打ち消し*/
    /*buttonタグデフォルトスタイルを打ち消し*/
    z-index: 9999;
  }
  header .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #212121;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  header .hamburger span:nth-child(1) {
    top: 0;
  }
  header .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  header .hamburger span:nth-child(3) {
    top: 0;
  }
  header .hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }
  header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  header .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
}
footer {
  background-color: #fff;
  padding: 28px 0;
}
footer .footer-wrapper {
  max-width: 19001900px;
  width: 90%;
  margin-inline: auto;
}
footer .footer-wrapper .footer-title p {
  font-size: 40px;
  font-weight: bold;
}
footer .footer-wrapper .footer-container {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
footer .footer-wrapper .footer-container .footer-content {
  font-size: 20px;
  font-weight: 400;
}
footer .footer-wrapper .footer-container .footer-content a {
  color: #000;
}
footer .footer-wrapper .footer-copyright {
  text-align: center;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  footer .footer-wrapper .footer-title p {
    font-size: 32px;
  }
  footer .footer-wrapper .footer-container {
    flex-wrap: wrap;
    gap: 16px;
    line-height: 1;
    margin-top: 24px;
  }
  footer .footer-wrapper .footer-container .footer-content {
    font-size: 16px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #DFDFDF;
}

.cta {
  background: #000;
  border: 2px solid #000;
  border-radius: 15px;
  display: block;
  text-align: center;
  transition: all 0.5s ease;
}

.cta a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.cta:hover {
  background-color: #fff;
}

.cta:hover a {
  color: #000;
}

.container {
  margin-top: 100px;
}

.entry-header {
  padding: 20px;
  max-width: 980px;
  width: 90%;
  margin-inline: auto;
}
.entry-header h2 {
  margin-top: 48px;
}

.entry-content {
  padding: 20px;
}

.main-visual {
  background-image: url(../images/FV.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 808px;
  position: relative;
}

.main-visual-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 224px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-visual-text {
  position: absolute;
  bottom: 32px;
  left: 4%;
}
.main-visual-text p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

h1 {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
}

h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-top: 120px;
  margin-bottom: 32px;
  border-bottom: 5px dotted #333;
  display: inline-block;
}

#feature,
#price,
#information,
.access {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}

.feature-wrapper {
  max-width: 910px;
  margin-left: 70px;
}

.feature-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.feature-image {
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.feature-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-text-wrapper {
  background-color: #fff;
  width: 610px;
  padding-inline: 30px;
}

.feature-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 16px;
}

.feature-title h3 {
  border-bottom: 1px solid #000;
}

h5 {
  background-color: #222;
  color: #fff;
  font-size: 24px;
  padding: 0 10px;
  margin-right: 10px;
}

.price-wrapper {
  max-width: 910px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-left: 70px;
}

.price-container {
  background-color: #fff;
  width: 440px;
  height: 520px;
  padding: 20px 30px;
}

h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  border-bottom: 2px solid #000;
}

.price-plan-container {
  padding-bottom: 12px;
}
.price-plan-container.guest {
  padding-bottom: 34px;
}

.price-plan-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.price-plan-title div::before {
  content: "";
  width: 8px;
  height: 16px;
  background-color: #000;
  display: inline-block;
  margin-right: 4px;
  margin-top: 24px;
}
.price-plan-title h3 {
  font-size: 18px;
  margin-right: 16px;
  margin-bottom: 0px;
}
.price-plan-title span {
  margin-left: 8px;
}

.price-plan-text p {
  font-size: 14px;
  margin-left: 12px;
}

.price-cta {
  width: 910px;
  height: 64px;
  line-height: 64px;
  margin-left: 70px;
  margin-top: 30px;
}

#information {
  padding-bottom: 40px;
  border-bottom: 2px dashed #555;
}

.news-wrapper {
  margin-left: 70px;
}
.news-wrapper a {
  transition: all 0.5s ease;
}
.news-wrapper a:hover {
  opacity: 0.5;
}

.news-content a {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  font-weight: 500;
}

.more-title {
  width: 178px;
  margin-top: 24px;
}

.line {
  position: relative;
}
.line::before {
  background: #000;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.line:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.access {
  max-width: 854px;
  margin: 60px auto 180px;
}

.access-container {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
}

.access-map {
  width: 400px;
  height: 300px;
  overflow: hidden;
}

.access-text h6 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 12px;
}
.access-text p {
  font-size: 20px;
  font-weight: normal;
}

.information-main {
  background-color: #DFDFDF;
}

.information-main-visual {
  background-image: url(../images/information-main-visual-wide.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 260px;
}

.information-main .header-title-archive:hover {
  opacity: 0.5;
}

.information-content {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 20px;
}

.information-title {
  padding-top: 72px;
  padding-bottom: 32px;
}
.information-title h1 {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  color: #222;
}

.information-content-title h2 {
  margin-top: 0;
}

.information-content-date-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 16px;
}

.information-content-date {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.information-content-category {
  background-color: #222;
  width: 120px;
  height: 26px;
  border-radius: 5px;
}
.information-content-category p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.information-content-image {
  margin: 20px 0;
}
.information-content-image .featured-image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.information-content-text {
  margin: 30px 0;
  line-height: 1.8;
}
.information-content-text p {
  margin-bottom: 20px;
}
.information-content-text img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.information-content-pagination {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  width: 90%;
  margin: 40px auto 120px;
  padding-inline: 40px;
}

.information-content-pagination-prev,
.information-content-pagination-next {
  transition: all 0.5s ease;
}
.information-content-pagination-prev img,
.information-content-pagination-next img {
  width: 24px;
  height: 24px;
}
.information-content-pagination-prev:hover,
.information-content-pagination-next:hover {
  opacity: 0.5;
}

.search-form {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

input.search-field {
  width: 200px;
  height: 32px;
}

input[type=submit] {
  line-height: 32px;
  padding: 0 16px;
  background-color: #222;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-left: 8px;
}

.information-archive-main {
  background-color: #DFDFDF;
}

.header-title-inner {
  max-width: 980px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-top: 54px;
  margin: 0 auto;
  transition: all 0.5s ease;
}

.header-title-hover:hover {
  opacity: 0.5;
}

.archive-container {
  max-width: 980px;
  width: 90%;
  margin: 40px auto 160px;
}

.archive-content {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  margin-block: 24px;
  transition: all 0.5s ease;
}
.archive-content:hover {
  opacity: 0.5;
}
.archive-content:hover .archive-title h2 {
  border-bottom: 1px solid #000;
}

.archive-date p {
  font-size: 20px;
  font-weight: 500;
  color: #222;
}

.archive-category {
  margin-top: 4px;
}

.archive-title h2 {
  border-bottom: none;
  font-size: 20px;
  font-weight: 500;
  color: #222;
  margin-block: 0;
}

.border-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #C4C4C4;
  margin-top: 16px;
}

.wpcf7 {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 4px 40px 40px 40px;
  margin-bottom: 40px;
}
.wpcf7 .wpcf7-form .contact-flow {
  max-width: 780px;
  width: 100%;
  margin-top: 48px;
  margin-inline: auto;
}
.wpcf7 .wpcf7-form .contact-flow ul {
  display: flex;
  justify-content: center;
  gap: 6px;
  text-align: center;
}
.wpcf7 .wpcf7-form .contact-flow ul li {
  width: 32.8%;
  height: 60px;
  background-color: #222;
  font-weight: 700;
  padding-left: 12px;
}
.wpcf7 .wpcf7-form .contact-flow ul li p {
  color: #fff;
  font-size: 20px;
  line-height: 60px;
}
.wpcf7 .wpcf7-form .contact-flow ul li:nth-child(1) {
  position: relative;
}
.wpcf7 .wpcf7-form .contact-flow ul li:nth-child(1)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 24px;
  border-color: transparent transparent transparent #222;
  position: absolute;
  top: 0;
  right: -24px;
  z-index: 1;
}
.wpcf7 .wpcf7-form .contact-flow ul li:nth-child(2) {
  background-color: #7a7a7a;
  position: relative;
}
.wpcf7 .wpcf7-form .contact-flow ul li:nth-child(2)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 24px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7 .wpcf7-form .contact-flow ul li:nth-child(2)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 24px;
  border-color: transparent transparent transparent #7a7a7a;
  position: absolute;
  top: 0;
  right: -24px;
  z-index: 1;
}
.wpcf7 .wpcf7-form .contact-flow ul li:nth-child(3) {
  background-color: #7a7a7a;
  position: relative;
}
.wpcf7 .wpcf7-form .contact-flow ul li:nth-child(3)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 24px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7 .wpcf7-form .contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-top: 48px;
  border-top: 1px solid #ccc;
}
.wpcf7 .wpcf7-form .contact-wrapper dt {
  padding: 16px;
  width: 160px;
  border-bottom: 1px solid #ccc;
}
.wpcf7 .wpcf7-form .contact-wrapper dd {
  padding: 16px;
  width: calc(100% - 160px);
  border-bottom: 1px solid #ccc;
}
.wpcf7 .wpcf7-form .contact-wrapper dd .hidden-select-box {
  display: none;
}
.wpcf7 .wpcf7-form .contact-wrapper dd .custom-select-box {
  position: relative;
  width: 200px;
  padding: 12px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.wpcf7 .wpcf7-form .contact-wrapper dd .custom-select-box.error {
  border: 2px solid #e74c3c !important;
}
.wpcf7 .wpcf7-form .contact-wrapper dd .custom-select-box::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 14px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 12px solid #555;
  border-bottom: 0;
}
.wpcf7 .wpcf7-form .contact-wrapper dd .custom-select-box .selected {
  line-height: 1.2;
}
.wpcf7 .wpcf7-form .contact-wrapper dd .custom-select-box .selected p {
  line-height: 1.2;
}
.wpcf7 .wpcf7-form .contact-wrapper dd .custom-select-box .options {
  display: none;
  position: absolute;
  background: white;
  width: 201px;
  z-index: 10;
  right: -1px;
  top: 0;
}
.wpcf7 .wpcf7-form .contact-wrapper dd .custom-select-box .options li {
  height: 42px;
  padding: 8px 12px;
  border-inline: 1px solid #ccc;
}
.wpcf7 .wpcf7-form .contact-wrapper dd .custom-select-box .options li:last-child {
  border-bottom: 1px solid #ccc;
}
.wpcf7 .wpcf7-form .contact-wrapper dd .custom-select-box.active .options {
  display: block;
}
.wpcf7 .wpcf7-form .contact-wrapper dd.address-number-content p {
  width: 200px;
}
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 550px;
}
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin: 0 16px 0 10px;
}
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  margin-left: 8px;
}
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=text],
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=email],
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=tel],
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap textarea {
  width: 100%;
  padding: 12px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 16px;
  transition: border-color 0.3s ease;
}
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=email]:focus,
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=tel]:focus,
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap textarea:focus {
  outline: none;
  border-color: #222;
}
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=text]::-moz-placeholder, .wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=email]::-moz-placeholder, .wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=tel]::-moz-placeholder, .wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap textarea::-moz-placeholder {
  font-size: 14px;
}
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=text]::placeholder,
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=email]::placeholder,
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=tel]::placeholder,
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap textarea::placeholder {
  font-size: 14px;
}
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap textarea {
  min-height: 360px;
  resize: vertical;
}
.wpcf7 .wpcf7-form .submit-button {
  margin-block: 64px 32px;
  text-align: center;
}
.wpcf7 .wpcf7-form .submit-button p {
  display: flex;
  flex-direction: column;
}
.wpcf7 .wpcf7-form .submit-button p .wpcf7-submit {
  background-color: #222;
  color: #fff;
  padding: 24px 60px;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-inline: auto;
}
.wpcf7 .wpcf7-form .submit-button p .wpcf7-submit:hover {
  background-color: #444;
  transform: translateY(-2px);
}
.wpcf7 .wpcf7-form .submit-button p .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  margin: 20px auto;
  padding: 15px;
  border-radius: 5px;
  border-color: red;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output.wpcf7-validation-errors {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  background-color: #dc3545;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 116px;
  white-space: nowrap;
}

.page-id-44 .entry-header {
  max-width: 980px;
  width: 90%;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form .contact-flow ul li {
    padding-left: 20px;
  }
  .wpcf7 .wpcf7-form .contact-flow ul li:nth-child(1) {
    padding-left: 0;
  }
  .wpcf7 .wpcf7-form .contact-flow ul li p {
    font-size: 16px;
  }
  .wpcf7 .wpcf7-form .contact-wrapper {
    display: block;
  }
  .wpcf7 .wpcf7-form .contact-wrapper dt {
    padding: 16px 0;
    width: 100%;
    border-bottom: none;
  }
  .wpcf7 .wpcf7-form .contact-wrapper dd {
    padding: 0 0 16px 0;
    width: 100%;
  }
  .wpcf7 .wpcf7-form .contact-wrapper dd .custom-select-box::after {
    top: 15px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 10px solid #555;
  }
  .wpcf7 .wpcf7-form .contact-wrapper dd .custom-select-box .selected {
    font-size: 14px;
  }
  .wpcf7 .wpcf7-form .contact-wrapper dd .custom-select-box .selected p {
    font-size: 14px;
  }
  .wpcf7 .wpcf7-form .contact-wrapper dd .custom-select-box .options li p {
    font-size: 14px;
  }
  .wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap .wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 100%;
  }
  .wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
  }
  .wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=text],
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=email],
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=tel],
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap textarea {
    font-size: 14px;
  }
  .wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=text]::-moz-placeholder, .wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=email]::-moz-placeholder, .wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=tel]::-moz-placeholder, .wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap textarea::-moz-placeholder {
    font-size: 13px;
  }
  .wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=text]::placeholder,
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=email]::placeholder,
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap input[type=tel]::placeholder,
.wpcf7 .wpcf7-form .contact-wrapper dd p .wpcf7-form-control-wrap textarea::placeholder {
    font-size: 13px;
  }
  .wpcf7 .wpcf7-form .submit-button {
    margin-block: 48px 0;
  }
  .wpcf7 .wpcf7-form .submit-button p .wpcf7-submit {
    width: 100%;
    padding: 24px 0;
    font-size: 16px;
  }
  .wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    min-width: 96px;
  }
  .page-id-44 .entry-header h2 {
    margin-top: 40px;
    margin-bottom: 16px;
  }
}
.thanks {
  max-width: 780px;
  width: 90%;
  margin: 0 auto;
}
.thanks .contact-flow {
  margin-top: 160px;
  margin-inline: auto;
}
.thanks .contact-flow ul {
  display: flex;
  justify-content: center;
  gap: 6px;
  text-align: center;
  line-height: 60px;
}
.thanks .contact-flow ul li {
  width: 32.8%;
  height: 60px;
  background-color: #222;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-left: 12px;
}
.thanks .contact-flow ul li:nth-child(1) {
  padding-left: 0;
  background-color: #7a7a7a;
  position: relative;
}
.thanks .contact-flow ul li:nth-child(1)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 24px;
  border-color: transparent transparent transparent #7a7a7a;
  position: absolute;
  top: 0;
  right: -24px;
  z-index: 1;
}
.thanks .contact-flow ul li:nth-child(2) {
  background-color: #7a7a7a;
  position: relative;
}
.thanks .contact-flow ul li:nth-child(2)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 24px;
  border-color: transparent transparent transparent #dfdfdf;
  position: absolute;
  top: 0;
  left: 0;
}
.thanks .contact-flow ul li:nth-child(2)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 24px;
  border-color: transparent transparent transparent #7a7a7a;
  position: absolute;
  top: 0;
  right: -24px;
  z-index: 1;
}
.thanks .contact-flow ul li:nth-child(3) {
  background-color: #F4B400;
  position: relative;
}
.thanks .contact-flow ul li:nth-child(3)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 24px;
  border-color: transparent transparent transparent #dfdfdf;
  position: absolute;
  top: 0;
  left: 0;
}
.thanks .thanks-title {
  text-align: center;
}
.thanks .thanks-title h2 {
  margin-top: 64px;
}
.thanks .thanks-content {
  margin-bottom: 120px;
  text-align: center;
  max-width: 654px;
  margin-inline: auto;
}
.thanks .thanks-content p {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .thanks .contact-flow {
    margin-top: 120px;
  }
  .thanks .contact-flow ul li {
    font-size: 16px;
  }
  .thanks .thanks-title {
    text-align: left;
  }
  .thanks .thanks-title h2 {
    margin-top: 48px;
  }
  .thanks .thanks-content {
    margin-bottom: 80px;
    text-align: left;
  }
  .thanks .thanks-content p {
    margin-bottom: 24px;
  }
}
.post-56 .entry-header {
  max-width: 980px;
  width: 90%;
  padding: 0;
  text-align: center;
}
.post-56 .entry-content .wpcf7 .wpcf7-form .contact-flow ul li:nth-child(1) {
  background-color: #7a7a7a;
}
.post-56 .entry-content .wpcf7 .wpcf7-form .contact-flow ul li:nth-child(1)::after {
  border-color: transparent transparent transparent #7a7a7a;
}
.post-56 .entry-content .wpcf7 .wpcf7-form .contact-flow ul li:nth-child(2) {
  background-color: #222;
}
.post-56 .entry-content .wpcf7 .wpcf7-form .contact-flow ul li:nth-child(2)::after {
  border-color: transparent transparent transparent #222;
}
.post-56 .entry-content .wpcf7 .wpcf7-form .submit-button p {
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.post-56 .entry-content .wpcf7 .wpcf7-form .submit-button p .wpcf7-previous,
.post-56 .entry-content .wpcf7 .wpcf7-form .submit-button p .wpcf7-submit {
  background-color: #222;
  color: #fff;
  max-width: 200px;
  width: 100%;
  padding-block: 24px;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-inline: 0;
}
.post-56 .entry-content .wpcf7 .wpcf7-form .submit-button p .wpcf7-previous:hover,
.post-56 .entry-content .wpcf7 .wpcf7-form .submit-button p .wpcf7-submit:hover {
  background-color: #444;
  transform: translateY(-2px);
}
.post-56 .entry-content .wpcf7 .wpcf7-form .submit-button p .wpcf7-submit {
  background-color: #F4B400;
}
.post-56 .entry-content .wpcf7 .wpcf7-form .submit-button p .wpcf7-submit:hover {
  background-color: #fff;
  color: #F4B400;
  border: 2px solid #F4B400;
}

@media screen and (max-width: 767px) {
  .post-56 .entry-content .wpcf7 .wpcf7-form .contact-wrapper {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: block;
    max-width: 100%;
  }
  .post-56 .entry-content .wpcf7 .wpcf7-form .submit-button p {
    flex-direction: column;
    gap: 0;
  }
  .post-56 .entry-content .wpcf7 .wpcf7-form .submit-button p .wpcf7-previous,
.post-56 .entry-content .wpcf7 .wpcf7-form .submit-button p .wpcf7-submit {
    margin-inline: auto;
  }
}
/*# sourceMappingURL=style.css.map */