@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

/* リストのスタイルリセット */
ol,
ul {
  list-style: none;
}

/* ブロック引用やフィギュアキャプションのリセット */
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* テーブルのセル間のスペースをリセット */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ボックスサイズを統一 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* フォントの継承と基本設定 */
body {
  font-family: inherit !important;
  font-size: 100%;
  line-height: 1.5;
  text-align: left;
  color: #333;
}

/* リンクのスタイルリセット */
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  color: #1f1f1f;
  background-color: #FCFCFC;
  line-height: 2;
  font-size: 16px;
  height: 100%;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3.4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

p {
  margin-bottom: 1.5rem;
  font-weight: 400;
}

a {
  color: #8e8e8e;
  text-decoration: none;
  line-height: 1;
}

a:hover {
  color: #D5D5D5;
  text-decoration: underline;
}

ul,
ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

ul li,
ol li {
  margin-bottom: 0.5rem;
}

table {
  margin-bottom: 28px;
}

.content-left li {
  position: relative;
}
.content-left li::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  top: 13px;
  left: -16px;
  background-color: #1f1f1f;
}

.inline-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.inline-list li {
  margin-right: 1rem;
}
.inline-list li:last-child {
  margin-right: 0;
}

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

.text-min {
  font-size: 0.875rem;
}
.text-normal {
  font-size: 1rem;
}
.text-mid {
  font-size: 1.25rem;
  font-weight: 400;
}
.text-lg {
  font-size: 2rem;
  font-weight: 600;
}
.text-ttl {
  font-size: 3.75rem;
  font-weight: 600;
}
.text-big {
  font-size: 2.5rem;
  font-weight: 600;
}
.text-top__price {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}

.button-view-more {
  color: #1f1f1f;
  font-size: 1.25rem;
  position: relative;
  font-weight: bold;
}
.button-view-more span {
  display: inline-block;
  position: absolute;
  right: -50px;
  top: 0;
}
.button-view-more:hover {
  color: #1f1f1f;
  opacity: 0.8;
  text-decoration: none;
}

.child-fv {
  padding: 12.5rem 4.2% 0;
  margin-bottom: 7.5rem;
}

.br-sp {
  display: none;
}

.primary-button {
  background-color: #009D91;
  text-align: center;
  color: #fff;
  padding: 1.25rem 2.25rem;
  display: block;
  margin-bottom: 2rem;
  border-radius: 10rem;
}

.line-button {
  border: solid 0.15rem #009D91;
  text-align: center;
  color: #009D91;
  padding: 1.25rem 1.25rem;
  border-radius: 10rem;
}

.gray {
  color: #6E7780;
}

.white {
  color: #fff;
}

.blank {
  padding-right: 1.5rem;
  position: relative;
}
.blank::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0;
  right: 0;
  background-image: url(/wp-content/themes/levitt.jp/img/open-new-tab.svg);
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  p {
    margin-bottom: 1.25rem;
  }
  .text-min {
    font-size: 0.75rem;
  }
  .text-normal {
    font-size: 0.875rem;
  }
  .text-mid {
    font-size: 1rem;
    font-weight: 400;
  }
  .text-lg {
    font-size: 1.25rem;
    font-weight: 600;
  }
  .text-ttl {
    font-size: 2rem;
    font-weight: 600;
  }
  .text-big {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .text-top__price {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .br-sp {
    display: block;
  }
  .button-view-more {
    font-size: 1rem;
  }
  .button-view-more span {
    height: 100%;
  }
  .button-view-more span img {
    height: 100%;
  }
  .child-fv {
    padding: 8rem 4.2% 0;
    margin-bottom: 7.5rem;
  }
  .primary-button {
    display: block;
  }
}
.global-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11000;
  display: flex;
  align-items: center;
  padding: 2.0625rem 1.875rem;
  background-color: #ffffff;
  justify-content: space-between;
  height: 6.25rem;
  /* ロゴ */
  /* ハンバーガーボタン（PCでは非表示） */
  /* メニューフレックスコンテナ */
}
.global-menu .logo a {
  display: block;
  width: 10.191875rem;
  height: 1.875rem;
  background-image: url("/wp-content/themes/levitt.jp/img/levitt-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.global-menu .menu-toggle {
  display: none;
  /* PCでは非表示 */
  background-color: transparent;
  border: none;
  font-weight: bold;
  cursor: pointer;
  /* まずは「×」を隠す */
  /* ボタンが .open のときは「MENU」を非表示、「×」を表示 */
}
.global-menu .menu-toggle .close-icon {
  display: none;
}
.global-menu .menu-toggle.open .open-icon {
  display: none;
}
.global-menu .menu-toggle.open .close-icon {
  display: inline;
  position: fixed;
  z-index: 2;
}
.global-menu .menu-flex {
  display: flex;
  gap: 10rem;
  /* 適宜調整 */
  /* PC表示用。デフォルトでは表示される状態 */
  transform: translateX(0);
  /* メニューブロック */
  /* メニュー項目 */
  /* ログインボタン、トライアル、問い合わせ 等 */
}
.global-menu .menu-flex .menu-left {
  gap: 3.75rem;
  display: flex;
  align-items: center;
}
.global-menu .menu-flex .menu-left a {
  color: #1c1c1c;
  text-decoration: none;
}
.global-menu .menu-flex .menu-right {
  display: flex;
  align-items: center;
}
.global-menu .menu-flex .menu-item {
  font-weight: bold;
}
.global-menu .menu-flex .menu-item__login {
  margin-right: 1.75rem;
}
.global-menu .menu-flex .menu-item__trial {
  padding: 0.75rem;
  background-color: #9aa6b2;
  border-radius: 1.25rem;
  color: #fff;
  margin-right: 1.25rem;
  text-decoration: none;
}
.global-menu .menu-flex .menu-item__contact {
  padding: 0.75rem;
  border: solid 1px #9aa6b2;
  border-radius: 1.25rem;
  text-decoration: none;
  color: #9aa6b2;
}

/* ▼ 768px以下でハンバーガーメニューへ切り替え */
@media screen and (max-width: 768px) {
  .global-menu {
    padding: 1rem 1.875rem;
  }
  .global-menu .menu-toggle {
    display: block;
    /* SPでは表示 */
  }
  .global-menu .menu-flex {
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #cacaca;
    flex-direction: column;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* メニューが閉じているときは左に隠す */
    transform: translateX(-102%);
    transition: transform 0.3s ease-in-out;
    /* .show でスライドイン */
  }
  .global-menu .menu-flex.show {
    transform: translateX(0);
  }
  .global-menu .menu-flex .menu-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /* スマホでの縦方向スペース */
  }
  .global-menu .menu-flex .menu-right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /* スマホでの縦方向スペース */
  }
  .global-menu .menu-flex .menu-right .menu-item__login.text-normal {
    color: #1c1c1c;
    margin: 0;
  }
  .global-menu .menu-flex .menu-right .menu-item__trial.text-normal {
    margin: 0;
    color: #1c1c1c;
    background-color: transparent;
  }
  .global-menu .menu-flex .menu-right .menu-item__contact.text-normal {
    border: none;
  }
}
.footer {
  background-color: #1c1c1c;
  padding: 3.75rem 6.9% 1rem;
  text-align: center;
  margin-top: 7.5rem;
}
.footer-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.footer-left {
  width: 20%;
  display: flex;
}
.footer-right {
  width: 75%;
}
.footer-right__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}
.footer-right__bottom {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #Footer {
    margin-top: 5rem;
  }
  .footer {
    padding: 1rem 2rem 1rem 2rem;
  }
  .footer-flex {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }
  .footer-left {
    width: 100%;
    margin: 2rem 0;
    justify-content: center;
  }
  .footer-right {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .footer-right__top {
    margin: 2rem 0;
    flex-wrap: wrap;
  }
  .footer-right__top .text-mid.left, .footer-right__top .text-mid.right {
    margin-bottom: 2rem;
  }
}
.fv {
  padding: 14.534% 4.2% 5.785% 4.2%;
  overflow: hidden;
}
.fv-text {
  font-weight: bold;
}
.fv-text p {
  margin-bottom: 2.5rem;
}
.fv-text h2 {
  margin-bottom: 3.75rem;
  margin-top: 2.5rem;
}
.fv-button {
  margin: 3rem 0;
  display: flex;
  gap: 28px;
}

.top.fv {
  display: flex;
  justify-content: space-between;
}
.top.fv .fv-text h2 {
  white-space: nowrap;
}
.top.fv .fv-text .text-mid,
.top.fv .fv-text .text-normal {
  font-weight: bold;
}
.top.fv img {
  height: 31.25rem;
  transform: translateX(-6%) translateY(19.5%);
}
.top.micado {
  background-color: #009D91;
  padding: 2rem 4.2%;
  display: flex;
  color: #fff;
  justify-content: space-between;
  margin-bottom: 7.5rem;
}
.top.micado p {
  margin-bottom: unset;
}
.top.micado a {
  color: #fff;
  display: flex;
  align-items: center;
}
.top-appeal {
  display: flex;
  padding: 0 4.2%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}
.top-appeal .top-appeal__text .text-mid,
.top-appeal .top-appeal__text .text-normal {
  font-weight: bold;
}
.top-appeal__img {
  width: 45%;
}
.top-demo {
  display: flex;
  background-image: url(/wp-content/themes/levitt.jp/img/levitt-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: space-between;
  padding: 0 4.2%;
  background-color: rgba(252, 252, 252, 0.95);
  background-blend-mode: lighten;
  margin-bottom: 10rem;
}
.top-demo__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top-demo__text .text-mid {
  color: #222529;
  font-weight: bold;
}
.top-demo__text .text-normal {
  color: #222529;
  font-weight: bold;
}
.top-demo__img {
  max-width: 57.5rem;
  width: 76%;
}
.top-ebook {
  margin: 0 4.2% 10rem;
  border: 0.25rem solid #6e7780;
  display: flex;
  justify-content: space-between;
  padding: 2rem 5rem;
  border-radius: 2rem;
}
.top-ebook .text-mid {
  font-weight: bold;
}
.top-ebook__img {
  max-width: 30rem;
  width: 38%;
}
.top-ebook__text p {
  margin-bottom: 3rem;
}
.top-price {
  background-color: #F3F9F9;
  padding: 3.75rem 4.2%;
  text-align: center;
}

.feature {
  background-color: #1c1c1c;
  padding: 6.25rem 8.3%;
  color: #fff;
  text-align: center;
  margin-bottom: 10rem;
}
.feature-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5rem;
}
.feature-flex a {
  display: block;
  width: 23%;
  padding: 2.75rem 5%;
  background-color: #fff;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  color: #1c1c1c;
  font-weight: 700;
  position: relative;
}
.feature-flex a p {
  font-weight: bold;
}
.feature-flex a::after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 1rem;
  height: 2rem;
  width: 2rem;
  background-image: url(/wp-content/themes/levitt.jp/img/777_ar_h.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.feature-flex a:hover {
  text-decoration: none;
  opacity: 0.5;
  transition: 0.5s;
}
.feature-flex a:hover::after {
  transition: 0.5s;
}

.price-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
.price-flex__item {
  width: 23%;
  border: 1px solid #6E7780;
  border-radius: 1rem;
  padding: 3.75rem 1.25rem 1rem;
  background-color: #fff;
  text-align: left;
}
.price-flex__item.reccomend {
  border: 4px solid #6E7780;
  position: relative;
}
.price-flex__item.reccomend::after {
  content: "最も人気";
  background-color: #6e7780;
  font-size: 1rem;
  position: absolute;
  top: 1.25rem;
  left: -0.5rem;
  padding: 0.2rem 2rem;
  color: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
}
.price-flex__item p {
  margin-bottom: 0.5rem;
  position: relative;
}
.price-flex__item .text-top__price {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.price-flex__item .text-mid {
  font-weight: 2.5rem;
  font-size: 1rem;
  color: #222529;
}
.price-flex__item .text-normal {
  color: #222529;
  align-items: center;
}
.price-flex__item span {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  background-position: center;
  background-size: cover;
}
.price-flex__item span.start {
  background-image: url(/wp-content/themes/levitt.jp/img/star.png);
}
.price-flex__item span.basic {
  background-image: url(/wp-content/themes/levitt.jp/img/2star.png);
}
.price-flex__item span.enterprise {
  background-image: url(/wp-content/themes/levitt.jp/img/3star.png);
}
.price-button {
  width: 536px;
  display: flex;
  gap: 2.5rem;
  align-items: center;
  margin-inline: auto;
}

.line-button {
  width: 11.5rem;
  margin-bottom: 2rem;
}

.text-big_price {
  text-align: center;
  margin-top: 6.25rem;
}

@media screen and (max-width: 768px) {
  .fv-button {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }
  .fv-button .primary-button {
    margin-bottom: 1rem;
  }
  .top.fv {
    flex-direction: column-reverse;
    padding-top: 0;
    margin-top: 100px;
    height: auto;
    margin-top: 3.75rem;
  }
  .top.fv .fv-text h2.text-big {
    margin-bottom: 1rem;
    white-space: normal;
  }
  .top.fv .fv-text .sp {
    display: none;
  }
  .top.fv .fv-text .text-mid {
    font-weight: bold;
    margin-top: 1rem;
  }
  .top.fv img {
    transform: none;
    height: auto;
    width: 100%;
  }
  .top-concept {
    padding: 5rem 4.2% 15rem;
    border-radius: 2.5rem 2.5rem 0 0;
  }
  .top-concept__top {
    position: relative;
  }
  .top-concept__logo {
    position: absolute;
    width: 90%;
    z-index: 1;
    top: -5rem;
    right: 0;
  }
  .top-concept__message {
    position: relative;
    z-index: 2;
  }
  .top-concept__message--dsc {
    margin: 2rem 0 2rem;
  }
  .top-service__img {
    display: none;
  }
  .top-white {
    padding: 5rem 4.2% 15rem;
    border-radius: 2.5rem 2.5rem 0 0;
  }
  .top-gray {
    padding: 5rem 4.2% 15rem;
    border-radius: 2.5rem 2.5rem 0 0;
  }
  .top.micado {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
  }
  .top-appeal {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
  }
  .top-appeal__text {
    margin: 2rem 0;
  }
  .top-appeal__img {
    width: 100%;
    margin: 2rem 0;
  }
  .top .feature {
    padding: 4.25rem 8.3%;
  }
  .top-demo {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 5rem;
  }
  .top-demo__img {
    margin-bottom: 2rem;
  }
  .top-ebook {
    flex-direction: column-reverse;
    padding: 0;
    align-items: center;
  }
  .top-ebook .text-mid {
    margin-bottom: 1rem;
  }
  .top-ebook .primary-button {
    margin-bottom: 1rem;
  }
  .top-price .slick-track .price-flex__item {
    max-width: none;
    margin: 0;
  }
  .top-price .slick-track .price-flex__item.slick-slide {
    height: auto;
    width: 91.7vw !important;
  }
  .top-price .price-button {
    display: flex;
    flex-direction: column;
  }
  .top-price .price-button .primary-button {
    margin-bottom: 1rem;
  }
  .feature-flex a {
    padding: 0;
    margin-bottom: 0;
  }
  .feature.mb {
    margin-bottom: 5rem;
  }
  .feature.mb .slick-track .feature-item {
    max-width: 22.375rem;
  }
  .feature.mb .slick-track .feature-item.slick-slide {
    height: auto;
  }
  .feature.mb .feature-flex .slick-list .slick-track .feature-item p.text-normal {
    padding: 1rem;
  }
}
.post-block {
  margin: 7.5rem 4.2% 0 16.6%;
}
.post-block .text-mid {
  font-weight: bold;
  margin-bottom: 0;
}
.post-item {
  padding: 2.5rem 0 1.5rem;
  border-bottom: solid 1px #D5D5D5;
}
.post-item a {
  display: flex;
  justify-content: space-between;
  color: #1f1f1f;
}
.post-item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.post-item__small {
  display: flex;
}
.post-item__small p {
  margin-right: 2rem;
}
.post-item img {
  width: 7.5rem;
}
.post-item__text .text-mid {
  font-weight: 400;
}
.post-link {
  background-color: #1f1f1f;
  padding: 3.75rem 4.2% 3.75rem 16.6%;
  margin: 7.5rem 0;
}
.post-link__item {
  justify-content: space-between;
  display: flex;
  text-align: center;
}
.post-link__item a {
  width: 25%;
  background-color: #fff;
  padding: 1.5rem;
  color: #1f1f1f;
  border-right: solid 1px #1f1f1f;
}
.post-link__item a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .post-block {
    margin: 0 4.2% 4rem;
  }
  .post-item img {
    display: none;
  }
  .post-link {
    background-color: #D5D5D5;
    padding: 3rem 4.2%;
  }
  .post-link__item {
    flex-wrap: wrap;
  }
  .post-link__item a {
    width: 50%;
    border: none;
  }
  .post-link__link:nth-child(odd) {
    border-right: 1px solid #1f1f1f;
  }
  .post-link__link:nth-child(n+3) {
    border-top: 1px solid #1f1f1f;
  }
}
.breadcrumbs {
  margin: 6.25rem 4.2% 2.5rem;
  font-size: 0.75rem;
  color: #1f1f1f;
  font-weight: 100;
}
.breadcrumbs a {
  color: #1f1f1f;
}

.content-left {
  width: 65.5%;
}
.content-right {
  width: 25.5%;
  min-width: 17.5rem;
}
.content-wrapper {
  margin: 2.5rem 4.2% 0 19.4%;
  display: flex;
  justify-content: space-between;
}
.content-wrapper h1 {
  margin: 1.75rem 0 2.5rem;
  font-size: 1.5rem;
}
.content-wrapper h2 {
  margin: 1.75rem 0;
  font-size: 1.25rem;
}
.content-wrapper h3 {
  margin: 1.75rem 0;
  font-size: 1.125rem;
}
.content-wrapper p {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

.post-meta {
  font-size: 0.875rem;
  color: #1f1f1f;
}
.post-meta span {
  margin-right: 1rem;
}
.post-meta span a {
  color: #1f1f1f;
}

@media (max-width: 768px) {
  .content-wrapper {
    margin: 2rem 4.2% 5rem;
    flex-direction: column;
  }
  .content-left {
    width: 100%;
  }
  .content-right {
    display: none;
  }
}
.text-service__fv {
  font-size: 6.25rem;
}

.service-flex {
  display: flex;
  margin: 0 4.2% 10rem;
  justify-content: space-between;
}
.service-flex__text {
  width: 50%;
}
.service-flex__img {
  width: 50%;
}
.service-first__left a:hover {
  color: #1f1f1f;
  opacity: 0.8;
}
.service-first__left h2 {
  margin-bottom: 2.5rem;
}
.service-first__right {
  width: 50%;
}
.service-first__test {
  padding-top: 3rem;
}
.service-button {
  color: #1f1f1f;
  padding: 1rem 3.75rem;
  border: solid 1px #1f1f1f;
  border-radius: 40px;
  display: inline-block;
  background-color: #fff;
}
.service-schedule {
  background-color: #fff;
  padding: 3.75rem 3.75rem 3.75rem 2.5rem;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.16);
  width: 75%;
  margin: 0 auto 10rem;
}
.service-schedule__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.service-schedule__top .text-normal {
  display: flex;
  align-items: center;
}
.service-schedule__item {
  margin: 0 0 5rem 3.75rem;
}
.service-schedule__item .text-top__service {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.service-sample {
  margin: 0 4.2%;
  padding: 6.25rem 10rem;
  background-color: #F5F5F5;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
}
.service-sample__img {
  width: 20rem;
  aspect-ratio: 4/3;
}
.service-sample__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-sample a:hover {
  color: #1f1f1f;
  opacity: 0.8;
}
.service-sample__right {
  padding: 1.5rem 0;
}

@media (max-width: 768px) {
  .text-service__fv {
    font-size: 3rem;
    line-height: 1.5;
  }
  .service-flex {
    flex-direction: column;
    position: relative;
    margin: 0 4.2% 6.25rem;
    padding-bottom: 5rem;
  }
  .service-flex:nth-of-type(4) {
    flex-direction: column-reverse;
  }
  .service-flex__text {
    width: 100%;
  }
  .service-flex__img {
    width: 100%;
  }
  .service-first__left .service-button {
    position: absolute;
    bottom: 0;
    padding: 1rem 0;
    width: 100%;
    text-align: center;
  }
  .service-first__right {
    width: 100%;
  }
  .service-schedule {
    background-color: transparent;
    padding: 0 4.2%;
    box-shadow: none;
    width: 100%;
  }
  .service-schedule__top {
    flex-direction: column;
  }
  .service-schedule__block {
    padding: 1.5rem 1.5rem 0.5rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1607843137);
    border-radius: 0.5rem;
  }
  .service-schedule__item {
    margin: 0;
  }
  .service-sample {
    margin: 0;
    padding: 2rem 4.2%;
    box-shadow: none;
    flex-direction: column;
  }
  .service-sample__img {
    width: 100%;
  }
  .service-sample__img img {
    width: 100%;
  }
  .service-button {
    padding: 1rem 0;
    text-align: center;
    width: 100%;
  }
  .slick-dots {
    width: 80%;
  }
}
.company-profile {
  width: 75%;
  margin: 0 auto 10rem;
}
.company-profile__item {
  display: flex;
  justify-content: space-between;
  padding: 1.875rem 5.6% 0.375rem;
  border-bottom: 1px solid #D5D5D5;
}
.company-profile__item p {
  font-size: 1rem;
}
.company-profile__left {
  width: 22.2%;
}
.company-profile__right {
  width: 66.7%;
}
.company-profile__right a:hover {
  cursor: pointer;
}
.company-officer {
  width: 75%;
  margin: 0 auto 10rem;
}
.company-officer h2 {
  margin-bottom: 3.75rem;
}
.company-officer__block {
  display: flex;
  justify-content: flex-start;
  gap: 80px;
}
.company-officer__item {
  width: 13.125rem;
}
.company-officer__item img {
  margin-bottom: 1rem;
}
.company-officer__item p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .company-profile {
    width: 100%;
    padding: 0 4.2%;
    margin: 0 auto 6rem;
  }
  .company-profile__item p {
    font-size: 0.85rem;
  }
  .company-officer {
    width: 100%;
    padding: 0 4.2%;
    margin: 0 auto 6rem;
  }
  .company-officer__block {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
  }
  .company-officer__item {
    width: 45%;
  }
  .company-officer h2 {
    margin-bottom: 2rem;
  }
}
.concept-block {
  width: 75%;
  margin: 0 auto 7.5rem;
  display: flex;
}
.concept-block__left {
  display: flex;
  width: 25%;
}
.concept-block__left h3 {
  margin: auto 0;
  font-weight: bold;
}
.concept-block__right {
  width: 75%;
}
.concept-greeting {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.concept-greeting__left {
  width: 50%;
}
.concept-greeting__right {
  width: 44%;
}

@media (max-width: 768px) {
  .concept-block {
    width: 100%;
    padding: 0 4.2%;
    flex-direction: column;
  }
  .concept-block__left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .concept-block__right {
    width: 100%;
  }
  .concept-greeting {
    width: 100%;
    padding: 0 4.2%;
    flex-direction: column;
  }
  .concept-greeting__left {
    width: 100%;
  }
  .concept-greeting__right {
    width: 100%;
  }
  .concept-greeting__right img {
    display: none;
  }
}
.contact-area {
  width: 50%;
  padding: 3.75rem 2.5rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1607843137);
}
.contact-area .wpcf7 input[type=text],
.contact-area .wpcf7 input[type=email],
.contact-area .wpcf7 input[type=tel],
.contact-area .wpcf7 textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}
.contact-area .wpcf7 input[type=submit] {
  background-color: #8E8E8E;
  color: white;
  padding: 20px 60px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}
.contact-area .wpcf7 input[type=submit]:hover {
  opacity: 0.7;
}
.contact-area .wpcf7-list-item {
  margin: 0;
}
.contact-form__flex {
  display: flex;
  justify-content: space-between;
}
.contact-form__flex p {
  width: 60%;
}
.contact-form__flex .text-normal {
  width: 40%;
}
.contact-form__input {
  width: 100%;
  display: flex;
  gap: 0.5rem;
}
.contact-form__input a {
  color: #1f1f1f;
  text-decoration: underline;
}
.contact-form__input p {
  width: max-content;
}
.contact-form__button {
  margin-top: 2.25rem;
}
.contact-form__button .wpcf7-spinner {
  display: none;
}

span.wpcf7-list-item-label {
  display: none;
}

@media (max-width: 768px) {
  .contact-area {
    margin: 0 auto;
    width: 91.6%;
  }
  .contact-form__flex {
    flex-direction: column;
  }
  .contact-form__flex p {
    width: 100%;
  }
  .contact-form__flex .text-normal {
    width: 100%;
  }
  .contact-form__input.policy p {
    width: 10%;
  }
  .contact-form__input.policy .text-normal {
    width: 90%;
  }
}
.form-flex.ebook {
  background-color: #f3f9f9;
}
.form-flex.ebook .ebook-left .text-mid {
  font-weight: bold;
}
.form-flex.ebook .ebook-left p.ebook-dsc__txt {
  margin: 1.875rem 0;
}
.form-flex.ebook .ebook-left img.ebook-thumbnail {
  width: 33.813rem;
  height: 19rem;
  object-fit: cover;
}
.form-flex.ebook .ebook-left img.ebook-sample {
  width: 33.813rem;
  height: 13.6875rem;
  object-fit: cover;
}
.form-flex.ebook .form-right.ebook .form-contact span select {
  padding: 1rem 0 1rem 1.25rem;
  border-radius: 0.5rem;
  border: solid 1px #DEE0E0;
  cursor: pointer;
}
.form-flex.ebook .form-right.ebook .form-contact span select::placeholder {
  color: #1C1C1C;
  opacity: 0.3;
}

@media (max-width: 768px) {
  .ebook-content {
    width: 100%;
    padding: 0 4.2%;
    flex-direction: column;
  }
  .ebook-content__left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .ebook-content__left .ebook-title {
    padding: 0;
  }
  .ebook-content__right {
    width: 100%;
  }
  .ebook-content .contact-form__box {
    padding: 1rem 1rem 1.5rem 1rem;
  }
  .ebook-content .contact-form__input {
    width: 100%;
  }
  .ebook-content .contact-form__flex p {
    width: 100%;
  }
}
.ebook-content__left .seminar-speaker__block {
  width: 100%;
  display: flex;
  justify-content: left;
  gap: 2rem;
}
.ebook-content__left .seminar-speaker__picture {
  aspect-ratio: 7/8;
  height: 10rem;
}
.ebook-content__left .seminar-speaker__picture img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.ebook-content__left .seminar-speaker__position {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
}
.ebook-content__left .seminar-speaker__title {
  margin-bottom: 0.5rem;
}
.ebook-content__left .seminar-speaker__text {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.ebook-content__left .seminar-title {
  font-size: 1.5rem;
}
.ebook-content__left .seminar-title span {
  font-size: 1rem;
}

.ebook-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 6.25rem 6.25rem;
  gap: 1.25rem;
  justify-content: center;
}
.ebook-list a {
  flex-basis: 25rem;
  width: 100%;
  height: 100%;
}
.ebook-list a:hover {
  text-decoration: none;
}
.ebook-item {
  width: 25rem;
  /* gap分を差し引く */
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.1607843137);
  padding-bottom: 2.625rem;
}
.ebook-item .text-min {
  padding: 2.5rem 0 0 2.5rem;
  color: #1f1f1f;
}
.ebook-item:hover {
  opacity: 0.7;
}
.ebook-title {
  line-height: 1.5;
  min-height: 4.5rem;
  color: #1f1f1f;
  margin: 2rem;
}
.ebook-download {
  margin: 0 6.625rem 0 6.625rem;
}
.ebook-link {
  color: #ffffff;
  background-color: #9aa6b2;
  text-decoration: none;
  padding: 1rem 2.5rem;
  text-align: center;
  margin-bottom: 2px;
  border-radius: 0.5rem;
}

@media (max-width: 768px) {
  .ebook-list {
    flex-direction: column;
    margin: 0 auto;
  }
  .ebook-item .text-min {
    padding: 1rem 1rem 0;
  }
  .ebook-title {
    padding: 0 1rem;
    min-height: 0;
  }
}
.seminar-free {
  margin-top: 10rem;
  padding: 0 4.2%;
  justify-content: space-between;
}
.seminar-free__box {
  width: 54%;
  margin: 0 auto;
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2);
}
.seminar-free__box .custom-prev {
  left: -2.5rem !important; /* 左の矢印の位置 */
}
.seminar-free__box .custom-next {
  right: -2.5rem !important; /* 右の矢印の位置 */
}
.seminar-free__item {
  display: flex;
  flex-direction: row;
  background-color: #fff;
}
.seminar-free__item a {
  display: flex;
  width: 100%;
  text-decoration: none;
}
.seminar-free__item a:hover {
  opacity: 0.8;
  transform: scale(1.03);
  transition: transform 0.5s ease;
}
.seminar-free__img {
  width: 50%;
  height: auto;
  aspect-ratio: 4/3;
}
.seminar-free__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0 2.25rem;
  color: #1f1f1f;
}
.seminar-free__text .text-min {
  margin-bottom: 1.25rem;
}
.seminar-free__text .text-mid {
  margin-bottom: 2.5rem;
}
.seminar-free__link {
  text-decoration: underline;
}
.seminar-box {
  margin: 5rem 4.2%;
}
.seminar-box h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.seminar-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%; /* カラム間の隙間 */
  justify-content: flex-start; /* 左詰め */
}
.seminar-list .seminar-item {
  flex: 0 1 31.333%; /* 3カラムに対応した幅を固定 */
  max-width: 31.333%; /* 最大幅も同じように指定 */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-bottom: 4rem;
}
.seminar-info {
  padding: 2.5rem 2.5rem 1rem;
}
.seminar-info h2 {
  text-align: left;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
.seminar-title {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .seminar-free__box {
    width: 76%;
  }
  .seminar-free__item a {
    flex-direction: column-reverse;
  }
  .seminar-free__text {
    width: 100%;
    padding: 1rem;
  }
  .seminar-free__img {
    width: 100%;
  }
  .seminar-list {
    flex-direction: column;
  }
  .seminar-list .seminar-item {
    max-width: 100%;
  }
  .seminar-info {
    padding: 1rem;
  }
}
/* Slickデフォルトの矢印アイコンを非表示にする */
.slick-prev:before, .slick-next:before {
  content: none !important; /* デフォルトの矢印アイコンを無効化 */
}

/* カスタムの矢印デザイン */
.custom-prev, .custom-next {
  background-color: #fff !important; /* 背景色 */
  border-radius: 50% !important; /* 円形 */
  width: 2rem !important; /* 幅と高さ */
  height: 2rem !important;
  display: flex !important;
  justify-content: center !important; /* 中央に配置 */
  align-items: center !important; /* 垂直方向中央 */
  font-size: 20px !important; /* 矢印のフォントサイズ */
  color: #000 !important; /* 矢印の色 */
  border: none !important; /* ボーダーなし */
  cursor: pointer !important;
  position: absolute !important;
  top: 50% !important; /* 矢印を垂直方向中央に配置 */
  transform: translateY(-50%) !important;
  z-index: 1 !important;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1607843137);
}

.custom-prev {
  left: -0.5rem !important; /* 左の矢印の位置 */
}

.custom-next {
  right: -0.5rem !important; /* 右の矢印の位置 */
}

/* ボタン内の矢印を1px上に移動 */
.custom-prev span, .custom-next span {
  position: relative;
  top: -1px; /* 1pxだけ上に移動 */
}

/* hover時のデザインも強制適用 */
.custom-prev:hover, .custom-next:hover {
  background-color: #f0f0f0 !important; /* ホバー時の背景色 */
  color: #000 !important; /* 矢印の色 */
}

.form-flex.trial {
  background-color: #def3ef;
}
.form-flex.trial .trial-left {
  position: relative;
}
.form-flex.trial .trial-left .text-mid {
  font-weight: bold;
}
.form-flex.trial .trial-left p {
  margin-bottom: 1.5rem;
}
.form-flex.trial .trial-left h2 {
  margin-bottom: 1.5rem;
}
.form-flex.trial .trial-left .trial-box {
  margin-top: 17.35rem;
}

.support-mail {
  color: #1C1C1C;
}
.support-chat {
  font-weight: bold;
  border: 0.125px solid #9AA6B3;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  display: inline-block;
}
.support-contact {
  font-weight: bold;
  border: 0.125px solid #9AA6B3;
  padding: 0.75rem 3rem;
  border-radius: 0.5rem;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .trial-flex {
    flex-direction: column;
  }
  .trial-left {
    margin: 0 0.625rem;
  }
  .trial-left::before {
    content: "";
    position: absolute;
    top: 21.25rem;
    left: 0;
    width: 100%;
    height: 12.375rem;
    border: 0.0625rem solid #707070;
    background-color: #FCFCFC;
  }
}
.form-flex.contact {
  background-color: #f3f9f9;
}
.form-flex.contact .contact-left .text-mid {
  font-weight: bold;
}

.top-price .text-big__plan {
  margin-bottom: 2rem;
}
.top-price .text-normal__p {
  margin-bottom: 5rem;
}
.top-price.page {
  padding-top: 9.563rem;
}

.faq-accordion {
  margin: 0 auto;
  max-width: 45rem;
}

.faq-item {
  margin-bottom: 1.5rem;
  border: 0.0625rem solid #9aa6b2;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
}
.faq-item.open .faq-answer {
  display: block;
}

.faq-question {
  cursor: pointer;
  font-size: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  font-size: 1rem;
  display: none;
  text-align: left;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.toggle-icon {
  font-size: 2em;
  color: #ffa326;
  padding-right: 1.5rem;
}

.marketing-container.price {
  margin-top: 6.25rem;
}

@media screen and (max-width: 768px) {
  .top-price .text-lg {
    margin-top: 6.25rem;
    margin-bottom: 2rem;
  }
  .top-price .marketing {
    margin-top: 10rem;
  }
}
.top.fv.ft .fv-text .text-normal {
  white-space: nowrap;
}
.top.fv.ft img {
  transform: translateX(-2%) translateY(11%);
}

.feature.standard {
  margin: 6.25rem 4.2% 0 4.2%;
  padding: 3.75rem 0 5rem 0;
  border-top-left-radius: 25px;
  /* 左上 */
  border-top-right-radius: 25px;
  /* 右上 */
}
.feature.standard .text-lg {
  margin-bottom: 0;
}
.feature.standard .text-ttl {
  margin-bottom: 0;
}
.feature.standard .blur {
  opacity: 80%;
}
.feature.standard .flex-standard {
  display: flex;
  justify-content: space-between;
  margin: 0 10.625rem;
}
.feature.standard .box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 13.75rem;
  /* ボックスとテキストの横幅を統一 */
}
.feature.standard .box {
  width: 13.75rem;
  height: 13.75rem;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  /* ボックスとテキストの間に余白を追加 */
}

.feature-flex.standard {
  margin: 6.25rem 4.2% 6.25rem 4.2%;
  background-color: transparent;
}
.feature-flex .feature-item.img {
  display: flex;
  border: 1px solid #707070;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  align-items: center;
}
.feature-flex .feature-item.img img.__img {
  height: 3rem;
  width: 3rem;
}
.feature-flex .feature-item p {
  margin-left: 1.3125rem;
  font-size: 1.125rem;
  font-weight: bold;
  display: flex;
  margin-bottom: 0;
}
.feature-flex .feature-item p.text-normal {
  align-items: center;
}
.feature-flex .feature-item::after {
  content: "";
  position: absolute;
  right: 43.5%;
  bottom: 0;
  height: 2rem;
  width: 2rem;
  transform: rotate(90deg);
  background-image: url(/wp-content/themes/levitt.jp/img/777_ar_h.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content-flex {
  display: flex;
  padding: 0 4.2%;
  justify-content: space-around;
  align-items: center;
  margin-top: 6.25rem;
}
.content-flex .text-normal {
  font-weight: bold;
}
.content-flex .box-big {
  position: relative;
  background-color: #f3f9f9;
  width: 40.625rem;
  height: 30.5625rem;
  border-radius: 2.5rem;
  z-index: 1;
  display: flex;
  justify-content: space-around;
}

.top-ebook.standard {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.marketing-container {
  position: relative;
  padding: 0 4.2%;
  text-align: center;
}
.marketing-container h2 {
  margin: 0;
}
.marketing-container p {
  margin: 1.5rem 0 0 0;
}
.marketing-container::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  height: 17.5rem;
  width: 45rem;
  background: #FFFFFF;
  border: 1px solid #707070;
  box-sizing: border-box;
  opacity: 1;
  z-index: 2;
}
.marketing-container .price-button {
  margin-top: 23rem;
}

@media screen and (max-width: 768px) {
  .top.fv.ft img {
    transform: none;
  }
  .top.fv-text h2.text-big {
    margin-top: 1rem;
  }
  .feature.standard {
    padding: 2rem 3.629875rem 0 3.629875rem;
  }
  .feature.standard .flex-standard {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .feature.standard .feature-flex.standard {
    margin-top: 3.5rem;
  }
  .content-feature {
    margin-top: 0;
  }
  .content-feature .content-flex {
    padding: 0 4.2%;
    flex-direction: column;
    margin-bottom: 3.125rem;
    align-items: center;
  }
  .content-feature .content-flex.reverse {
    flex-direction: column-reverse;
  }
  .content-feature .content-flex div.__text {
    margin-top: 3.125rem;
  }
  .content-feature .content-flex div.box-big {
    width: 22.3125rem;
    /* 70% of original width */
    height: 16.75rem;
    /* 70% of original height */
    border-radius: 1.75rem;
    /* 70% of original border-radius */
  }
  .content-feature .content-flex div.box-big::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 11rem;
    /* 70% of original height */
    width: 16.5rem;
    /* 70% of original width */
    background: #FFFFFF;
    border: 1px solid #707070;
    box-sizing: border-box;
    opacity: 1;
    z-index: 2;
  }
  .marketing-container::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 22.3125rem;
    /* 70% of original width */
    height: 16.75rem;
    /* 70% of original height */
    background: #FFFFFF;
    border: 1px solid #707070;
    box-sizing: border-box;
    opacity: 1;
    z-index: 2;
  }
}
.line-button_trial {
  border: solid 0.15rem #009D91;
  text-align: center;
  color: #009D91;
  padding: 1.25rem 1.25rem;
  border-radius: 10rem;
  margin-inline: auto;
  width: 17rem;
}

.archive-content .news-title__box {
  margin-top: 6.625rem;
  background-color: #9aa6b2;
}
.archive-content .news-title__box .news-title {
  text-align: center;
  padding-top: 4.375rem;
  padding-bottom: 5rem;
}
.archive-content .post-list.archive {
  margin: 6rem 17.5rem 0 17.5rem;
}
.archive-content .post-list.archive .post-item {
  display: flex;
  align-items: baseline;
  padding: 1.5rem 0;
}
.archive-content .post-list.archive .post-item .post-date {
  margin: 0;
  white-space: nowrap;
}
.archive-content .post-list.archive .post-item .post-category {
  color: #ffa326;
  font-weight: bold;
  border: 1px solid #ffa326;
  border-radius: 0.25rem;
  margin: 0 1.75rem;
  padding: 0.0625rem 2.5rem;
  white-space: nowrap;
}
.archive-content .post-list.archive .post-item .post-title {
  margin: 0;
}
.archive-content .pagination {
  text-align: center;
  margin-top: 4rem;
}
.archive-content .pagination .page-numbers {
  color: #1c1c1c;
  font-weight: bold;
}
.archive-content .pagination .page-numbers.current {
  background-color: #def3ef;
  padding: 0.2rem 0.5rem;
  border-radius: 0.25rem;
}
.archive-content .pagination a.next.page-numbers {
  color: #9aa6b2;
  font-weight: bold;
}
.archive-content #Footer.page {
  margin-top: 7.75rem;
}

@media screen and (max-width: 768px) {
  .archive-content .post-list.archive {
    margin: 0 2rem;
  }
  .archive-content .post-list.archive .post-item .post-category {
    margin: 0 0.875rem;
    padding: 0.0625rem 0.25rem;
  }
}
.single-post {
  margin: 10.375rem 22.5rem 0 22.5rem;
}
.single-post .submit-date {
  display: flex;
  align-items: baseline;
}
.single-post .submit-date .back-font {
  font-weight: bold;
  margin-right: 1rem;
  color: #1c1c1c;
}
.single-post .submit-date .post-date {
  font-weight: normal;
}
.single-post .post-title {
  margin: 0;
}
.single-post .post-category {
  display: inline-block;
  color: #ffa326;
  font-weight: bold;
  border: 1px solid #ffa326;
  border-radius: 0.25rem;
  margin: 1.25rem 0 1.25rem 0;
  padding: 0.0625rem 2.5rem;
}
.single-post .border {
  border: 0.0625rem solid #6e7780;
  margin-bottom: 2.5rem;
}

#Footer.news {
  margin-top: 7.5rem;
}

@media screen and (max-width: 768px) {
  .single-post {
    margin: 5rem 5rem 0 5rem;
  }
}
.form-flex {
  display: flex;
  justify-content: space-around;
  padding: 10.375em 0 7.5rem 0;
}
.form-right {
  border-radius: 0.5rem;
  background-color: #fff;
  padding: 2.5rem 2rem 2.5rem 2rem;
}
.form-right #wpcf7-f10-o1 {
  width: 33.75rem;
}
.form-right #wpcf7-f79-o1 {
  width: 33.75rem;
}
.form-right .wpcf7.js {
  width: 33.75rem;
}
.form-right span {
  display: grid;
  width: 100%;
  line-height: 1.5;
  cursor: text;
}
.form-right span input {
  padding: 1rem 0;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  border: solid 1px #DEE0E0;
}
.form-right span input::placeholder {
  color: #1C1C1C;
  opacity: 0.3;
}
.form-right .check-flex input {
  cursor: pointer;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.25rem;
  border: solid 1px #DEE0E0 !important;
}
.form-right .form-submit p {
  display: grid;
  margin: 0;
  position: relative;
}
.form-right .form-submit p input {
  padding: 0.88rem;
  border-radius: 0.5rem;
  background-color: #9AA6B2;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border: 0;
  cursor: pointer;
}
.form-right .check-flex .first.last {
  margin: 0;
}
.form-right .check-flex .first.last label {
  display: flex;
}
.form-right .check-flex .first.last label span.wpcf7-list-item-label {
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .trial-flex {
    flex-direction: column;
  }
  .trial-right {
    margin: 10rem 0.625rem 0 0.625rem;
  }
}