@charset "UTF-8";
/* 
Theme Name: LWD Auto
Description: LWD Auto Original Theme
Version: 1.0
Author: LWD Auto
 */
@font-face {
  font-family: "Futura Bold";
  src: url("/wp-content/themes/lwd-auto/fonts/futura-bold-subset.woff") format("woff");
}
* {
  font-family: "Noto Sans JP", sans-serif;
}

p, a, li {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

p {
  margin-bottom: 8px;
}

body {
  background-color: #fff;
}

img {
  max-width: 100%;
}

br.screen--xs {
  display: none;
}
@media screen and (max-width: 375px) {
  br.screen--xs {
    display: inline-block;
  }
}

br.screen--s {
  display: none;
}
@media screen and (max-width: 425px) {
  br.screen--s {
    display: inline-block;
  }
}

br.tb-pc {
  display: inline-block;
}
@media screen and (max-width: 575px) {
  br.tb-pc {
    display: none;
  }
}

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

/*
============================================
Easy Table of Contents Plugin Customization
============================================
*/
#ez-toc-container {
  width: 100%;
  padding: var(--spacing-xs);
  margin-top: var(--spacing-s);
}

.ez-toc-title-container {
  margin-bottom: var(--spacing-xs);
}

/*
============================================
Contact Form 7 Plugin Customization
============================================
*/
.wpcf7 {
  background-color: #ffffff;
}

.wpcf7 .required {
  background-color: #1660c7;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 12px;
}

.wpcf7-form-control-wrap :where(input, textarea) {
  width: 100%;
  padding: 6px 10px;
  margin-top: var(--spacing-xxs);
  border: 1px solid #4f85d2;
  border-radius: 5px;
  background-color: #fff;
}

.wpcf7-submit {
  margin-top: var(--spacing-xs);
  padding: var(--spacing-xxs);
  width: 100%;
  text-align: center;
  background-color: #1660c7;
  border-radius: 5px;
  color: #fff;
}

/*
============================================
固定ページ　WPブロック表のデザイン
============================================
*/
.wp-block-table table {
  letter-spacing: 1px;
}

.wp-block-table tr {
  border: 1px solid #4f85d2;
}

.wp-block-table td {
  padding: var(--spacing-xs);
  border: 1px solid #4f85d2;
  vertical-align: middle;
}

/*
============================================
WP Block Search 検索ボタン
============================================
*/
.wp-block-search {
  margin: var(--spacing-s) auto;
}
.wp-block-search .wp-block-search__input {
  flex: 1; /* 入力欄をフレックスアイテムとして設定 */
  height: 45px;
  padding: 0.5em 1em;
  background-color: #ffffff;
  border: 1px solid var(--blue);
  border-right: none; /* ボタンとの境界線を削除 */
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  text-align: left;
}
.wp-block-search .wp-block-search__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue); /* 青を設定 */
  color: #ffffff;
  border: 1px solid var(--blue);
  border-left: none; /* 入力欄との境界線を削除 */
  border-radius: 0 5px 5px 0;
  padding: 0 16px;
  cursor: pointer;
  font-size: 16px;
  margin-left: 0;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: #003c9c;
}

/*
============================================
Others
============================================
*/
i.new-tab {
  padding-left: 0.4em;
}

:root {
  --blue: #1660c7;
  --blue-pale: #EBF4FF;
  --red-dark: #FF0000;
  --red: #FF7E7E;
  --red-pale: #FFF2F2;
  --orange: #ff5800;
  --green-dark: #00BA08;
  --green: #56BA00;
  --green-pale: #F1FFEA;
}

@media screen and (max-width: 991px) {
  :root {
    --spacing-xxs: 7.5px;
    --spacing-xs: 15px;
    --spacing-s: 30px;
    --spacing-m: 60px;
    --spacing-l: 90px;
    --spacing-xl: 120px;
  }
}
@media screen and (min-width: 992px) {
  :root {
    --spacing-xxs: 10px;
    --spacing-xs: 20px;
    --spacing-s: 40px;
    --spacing-m: 80px;
    --spacing-l: 120px;
    --spacing-xl: 160px;
  }
}
/*
============================================
アーカイブページのデザイン
============================================
*/
.c-archive {
  max-width: 882px;
  margin: auto;
}

.c-archive__list {
  list-style: none;
}
.c-archive__list li:not(:last-of-type) {
  margin-bottom: var(--spacing-s);
}

.c-archive__body {
  display: flex;
  flex-direction: row;
  gap: 3%;
  align-items: center;
}
.c-archive__body a {
  width: 35%;
}
.c-archive__body a img {
  width: 100%;
  height: auto;
}
.c-archive__body .c-archive__text {
  width: 62%;
}

.c-archive__title a {
  font-weight: bold;
  margin-bottom: 13px;
}
@media screen and (max-width: 991px) {
  .c-archive__title a {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  .c-archive__title a {
    font-size: 29.25px;
  }
}

.c-archive__excerpt p {
  color: #3f3f3f;
}

/*
============================================
Button Designs
============================================
*/
.c-button--blue .text {
  color: #0073ff;
}
.c-button--blue .icon {
  background-image: url("/wp-content/themes/lwd-auto/images/button_arrow_blue.svg");
  border: 1px solid #0073ff;
}

.c-button--white .text {
  color: #fff;
}
.c-button--white .icon {
  background-image: url("/wp-content/themes/lwd-auto/images/button_arrow_white.svg");
  border: 1px solid #fff;
}

.c-button--type-a {
  display: flex;
  gap: 1em;
}
.c-button--type-a .text {
  width: -moz-fit-content;
  width: fit-content;
}
.c-button--type-a .icon {
  background-size: 1em;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  width: 2em;
  height: 2em;
}

.c-button--type-b .icon {
  display: block;
  background-size: 1em;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  width: 2em;
  height: 2em;
}

/*
============================================
パンくずリスト
============================================
*/
.c-entry-breadcrumb {
  max-width: 882px;
  margin: auto;
}

.c-entry-breadcrumb__inner {
  margin-top: var(--spacing-m);
  margin-bottom: var(--spacing-xs);
}

.c-entry-breadcrumb__body {
  margin: auto;
}

/*
============================================
投稿ページ 投稿見出し
============================================
*/
.c-entry-heading {
  max-width: 882px;
  margin: auto;
}

.c-entry-heading__inner {
  margin-top: var(--spacing-s);
  margin-bottom: var(--spacing-s);
}

.c-entry-heading__body {
  padding-top: var(--spacing-xs);
  padding-bottom: var(--spacing-xs);
}

.c-entry-heading__category {
  margin-bottom: var(--spacing-xxs);
}
.c-entry-heading__category ul {
  display: flex;
  flex-direction: row;
  gap: 0;
}
.c-entry-heading__category li {
  border-radius: 999px;
}
.c-entry-heading__category li a {
  font-size: 18px;
  font-weight: 900;
  color: var(--blue);
}
.c-entry-heading__category li a::before {
  content: "【";
}
.c-entry-heading__category li a::after {
  content: "】";
}

.c-entry__publish-date, .c-entry__modified-date {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.c-entry__publish-date-icon, .c-entry__modified-date-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.c-entry-heading__title {
  font-weight: bold;
  margin-bottom: 16px;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .c-entry-heading__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .c-entry-heading__title {
    font-size: 36px;
  }
}

.c-entry-heading__tags {
  margin-bottom: var(--spacing-xs);
  font-size: 14px;
  color: #bfbfbf;
}
.c-entry-heading__tags a {
  margin-left: 0.5em;
  margin-right: 0.3em;
  padding: 0.2em 0.8em;
  background-color: #fff;
  border-radius: 999px;
  border: 1px solid var(--blue);
  font-size: 14px;
  color: var(--blue);
}
.c-entry-heading__tags a::before {
  content: "#";
}

.c-entry-heading__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8em;
}
@media screen and (max-width: 575px) {
  .c-entry-heading__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.c-entry-heading__meta-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
}
.c-entry-heading__meta-author .c-entry-heading__meta-avatar img {
  width: 55px;
  height: auto;
}

:where(.c-entry-heading__meta-publish-date, .c-entry-heading__meta-update-date) img {
  width: 1.3em;
  height: auto;
}

/*
============================================
投稿ページ内共通のデザイン
============================================
*/
.c-entry-content {
  max-width: 882px;
  margin: auto;
}
.c-entry-content p {
  margin-bottom: var(--spacing-xs);
}
.c-entry-content h1 {
  margin-top: var(--spacing-m);
  padding: var(--spacing-xs);
  font-weight: bold;
  margin-bottom: 13px;
  margin-bottom: var(--spacing-s);
}
@media screen and (max-width: 991px) {
  .c-entry-content h1 {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  .c-entry-content h1 {
    font-size: 29.25px;
  }
}
.c-entry-content h2 {
  color: #fff;
  background: #020024;
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 35%, rgb(22, 96, 199) 100%);
  margin-top: var(--spacing-m);
  padding: var(--spacing-xs);
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: var(--spacing-s);
}
@media screen and (max-width: 991px) {
  .c-entry-content h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .c-entry-content h2 {
    font-size: 22.5px;
  }
}
.c-entry-content h3 {
  margin-top: var(--spacing-s);
  font-weight: bold;
  margin-bottom: 9px;
  margin-bottom: var(--spacing-xs);
}
@media screen and (max-width: 991px) {
  .c-entry-content h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .c-entry-content h3 {
    font-size: 20.25px;
  }
}
.c-entry-content ul {
  margin-bottom: var(--spacing-xs);
}
.c-entry-content ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0.3em;
}
.c-entry-content h4 {
  margin-top: var(--spacing-xs);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: var(--spacing-xxs);
}
.c-entry-content h5, .c-entry-content h6 {
  margin-top: var(--spacing-xs);
  font-weight: bold;
  font-size: 16px;
  margin-bottom: var(--spacing-xxs);
}

/*
============================================
スリム幅テンプレートの設定
============================================
*/
.c-entry-heading--slim {
  max-width: 660px;
}

.c-entry-content--slim {
  max-width: 660px;
  margin: auto;
}

/*
============================================
前後の投稿ボタン
============================================
*/
.c-entry-post-nav {
  margin-top: var(--spacing-m);
  margin-left: auto;
  margin-right: auto;
  max-width: 882px;
}

.c-entry-post-nav__body .nav-links {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  gap: 5%;
}
.c-entry-post-nav__body .nav-links > div {
  width: 47.5%;
  padding: var(--spacing-xs);
  background-color: #fff;
  border: 1px solid var(--blue);
  display: flex;
  flex-direction: column;
}
.c-entry-post-nav__body .nav-links a {
  text-align: center;
  font-weight: bold;
}
.c-entry-post-nav__body .nav-links a .small-text {
  font-weight: normal;
  font-size: 14px;
}

/*-------------------------------------
  検索フォームのデザイン
-------------------------------------*/
/* 検索フォームのラッパー */
.c-search-form__wrapper {
  display: flex; /* フレックスボックスを使用 */
  width: 100%;
  max-width: 416px;
}

/* 入力欄 */
.c-search-form__input {
  flex: 1; /* 入力欄をフレックスアイテムとして設定 */
  height: 45px;
  padding: 0.5em 1em;
  background-color: #ffffff;
  border: 1px solid var(--blue);
  border-right: none; /* ボタンとの境界線を削除 */
  border-radius: 5px 0 0 5px;
  font-size: 14px;
  text-align: left;
}

/* 検索ボタン */
.c-search-form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--blue); /* 青を設定 */
  color: #ffffff;
  border: 1px solid var(--blue);
  border-left: none; /* 入力欄との境界線を削除 */
  border-radius: 0 5px 5px 0;
  padding: 0 16px;
  cursor: pointer;
  font-size: 16px;
}

.c-search-form__input:focus,
.c-search-form__button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); /* フォーカス時のスタイル */
}

.c-search-form__button:hover {
  background-color: #003c9c; /* ホバー時の色 */
}

.c-title-lv1 {
  padding: 0.3em 0;
  border-top: solid 1px;
  border-bottom: solid 1px;
  font-weight: bold;
  margin-bottom: 16px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 991px) {
  .c-title-lv1 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .c-title-lv1 {
    font-size: 36px;
  }
}

.c-title-lv1--blue {
  color: var(--blue);
}

.c-title-lv1--orange {
  color: var(--orange);
}

.c-title-lv2 {
  font-weight: bold;
  margin-bottom: 13px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 991px) {
  .c-title-lv2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  .c-title-lv2 {
    font-size: 29.25px;
  }
}

/*
============================================
Header Designs
============================================
*/
.c-side-column {
  margin: var(--spacing-s) auto;
}
.c-side-column h2 {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: var(--spacing-xxs);
  border-bottom: 1px solid var(--blue);
}
@media screen and (max-width: 991px) {
  .c-side-column h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .c-side-column h2 {
    font-size: 22.5px;
  }
}
.c-side-column > li {
  margin-bottom: var(--spacing-s);
}
.c-side-column > li:last-child {
  margin-bottom: 0;
}
.c-side-column > li:hover img {
  filter: brightness(0.8);
}
.c-side-column .c-side-column__recent-posts li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: var(--spacing-xxs);
}
.c-side-column .c-side-column__categories .wp-block-categories > li {
  list-style: url("/wp-content/themes/lwd-auto/images/folder.svg");
  list-style-position: inside;
  margin-bottom: var(--spacing-xxs);
}
.c-side-column .c-side-column__categories .wp-block-categories > li::marker {
  font-size: 1.5em;
}
.c-side-column .c-side-column__categories .wp-block-categories .children {
  padding-left: 1em;
  list-style: "└";
  list-style-position: inside;
}
.c-side-column .c-side-column__tags a {
  margin-left: 0.5em;
  margin-right: 0.3em;
  margin-bottom: 0.5em;
  padding: 0.2em 0.8em;
  background-color: #fff;
  border-radius: 999px;
  border: 1px solid var(--blue);
  color: var(--blue);
}
.c-side-column .c-side-column__tags a::before {
  content: "#";
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .c-side-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5%;
  }
  .c-side-column > li {
    width: 47.5%;
  }
}
/*
============================================
Contact Box Designs
============================================
*/
.c-contact-box {
  width: 100%;
  padding: var(--spacing-s);
  background: #1660C7;
  background: linear-gradient(135deg, rgb(22, 96, 199) 0%, rgb(0, 72, 189) 35%, rgb(0, 60, 156) 100%);
}
.c-contact-box__title {
  margin-bottom: var(--spacing-s);
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .c-contact-box__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .c-contact-box__title {
    font-size: 36px;
  }
}
.c-contact-box__body {
  display: flex;
}
@media screen and (max-width: 756px), (min-width: 992px) and (max-width: 1023px) {
  .c-contact-box__body {
    flex-direction: column;
    gap: var(--spacing-s);
  }
}
@media screen and (min-width: 757px) and (max-width: 991px), (min-width: 1024px) {
  .c-contact-box__body {
    flex-direction: row;
    align-items: center;
    gap: var(--spacing-xs);
  }
  .c-contact-box__body-item-itm1 {
    flex-basis: 12em;
    flex-grow: 2;
  }
  .c-contact-box__body-item-itm2 {
    flex-basis: auto;
    flex-grow: 3;
  }
  .c-contact-box__body-item-inner {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.c-contact-box__detail {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: var(--spacing-xs);
}
.c-contact-box * {
  color: #fff;
}
.c-contact-box .larger-font {
  font-size: 1.5em;
  padding-right: 8px;
}

/*
============================================
Header Styles
============================================
*/
.l-header {
  position: relative;
  background: #fff;
}
.l-header a {
  font-size: 15px;
}

.l-header .l-site-logo {
  align-content: center;
  min-height: 30px;
}
@media screen and (min-width: 992px) {
  .l-header .l-site-logo {
    height: 39px;
  }
}
.l-header .l-site-logo img {
  height: 30px;
  width: auto;
}
@media screen and (min-width: 992px) {
  .l-header .l-site-logo img {
    height: 39px;
  }
}

.l-branding-container {
  padding-right: min(5vw, 36px);
  padding-left: min(5vw, 36px);
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .l-branding-container {
    max-width: 872px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .l-branding-container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-branding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

/*
============================================
Hanburger Menu Design
============================================
*/
@media screen and (max-width: 991px) {
  .l-header {
    /* チェックボックスを非表示にする */
    /* ハンバーガーアイコンの設置スペース */
    /* ハンバーガーメニューのアイコン */
    /* 三本線の一番上の棒の位置調整 */
    /* 三本線の一番下の棒の位置調整 */
    /* アイコンがクリックされたら真ん中の線を透明にする */
    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    /* メニューのデザイン*/
    /* アイコンがクリックされたらメニューを表示 */
  }
  .l-header .l-drawer_hidden {
    display: none;
  }
  .l-header .l-drawer_open {
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100; /* 重なり順を一番上にする */
    cursor: pointer;
  }
  .l-header .l-drawer_open span,
  .l-header .l-drawer_open span:before,
  .l-header .l-drawer_open span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
  }
  .l-header .l-drawer_open span:before {
    bottom: 8px;
  }
  .l-header .l-drawer_open span:after {
    top: 8px;
  }
  .l-header #l-drawer_input:checked ~ .l-drawer_open span {
    background: rgba(255, 255, 255, 0);
  }
  .l-header #l-drawer_input:checked ~ .l-drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .l-header #l-drawer_input:checked ~ .l-drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .l-header .l-main-navigation ul {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%; /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #fff;
    transition: 0.5s;
  }
  .l-header .l-main-navigation ul li {
    padding: var(--spacing-xs);
  }
  .l-header #l-drawer_input:checked ~ .l-main-navigation ul {
    right: 20%; /* メニューを画面に入れる */
  }
}
/*
============================================
パソコンでの表示
============================================
*/
@media screen and (min-width: 992px) {
  .l-navigation-container {
    display: flex; /* デスクトップではメニューを横並びに */
  }
  .l-drawer_open span {
    display: none; /* デスクトップではチェックボックス（ハンバーガーメニューの）を非表示 */
  }
  .l-branding .l-main-navigation ul {
    display: flex;
    list-style: none;
  }
  .l-branding .l-main-navigation ul li {
    margin: 0 15px;
  }
  .l-branding .l-main-navigation ul li a {
    font-weight: 500;
  }
  /* Sub Menu Design */
  .l-main-navigation li {
    position: relative;
  }
  .l-main-navigation .sub-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 5px;
    overflow: hidden;
    height: 0;
    transition: 0.8s;
    opacity: 0;
    background-color: rgba(224, 240, 255, 0.9);
    border-radius: 2px;
  }
  .l-main-navigation li:hover .sub-menu {
    height: auto;
    transform: translateY(0);
    opacity: 1;
  }
  .l-main-navigation .sub-menu li {
    display: block;
    width: 10em;
    margin-left: 0;
    padding: 1px 5px;
    border-bottom: 1px solid #0052A4;
  }
  .l-main-navigation .menu-item-has-children:nth-last-child(1) .sub-menu,
  .l-main-navigation .menu-item-has-children:nth-last-child(2) .sub-menu {
    right: 0;
    left: auto;
  }
}
.l-footer {
  background: #020024;
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 35%, rgb(22, 96, 199) 100%);
}
.l-footer p {
  color: #fff;
}

.l-footer__inner {
  padding-top: var(--spacing-m);
  padding-bottom: var(--spacing-m);
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .l-footer__inner {
    max-width: 872px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .l-footer__inner {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-footer__body {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .l-footer__body {
    flex-direction: column;
    gap: var(--spacing-s);
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .l-footer__body {
    flex-direction: row;
    gap: var(--spacing-m);
  }
}

.l-footer__main-content, .l-footer__side-bar, .l-footer__copyright {
  padding-right: min(5vw, 36px);
  padding-left: min(5vw, 36px);
}

@media screen and (min-width: 992px) {
  .l-footer__main-content {
    flex-basis: 30%;
  }
  .l-footer__side-bar {
    flex-basis: 50%;
  }
  .l-footer__copyright {
    flex-basis: 20%;
  }
}
.l-footer__info p {
  font-size: 14px;
}

.l-footer__company-name {
  font-weight: bold;
}

.l-footer__navigation .l-main-navigation ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 172px);
  justify-content: center;
  justify-items: stretch;
}
.l-footer__navigation .l-main-navigation ul li {
  padding: var(--spacing-xxs) var(--spacing-xs);
}
@media screen and (max-width: 991px) {
  .l-footer__navigation .l-main-navigation ul li {
    text-align: center;
  }
}
.l-footer__navigation .l-main-navigation ul li a {
  font-size: 14px;
  color: #fff;
}

.l-footer__search-form {
  margin-top: var(--spacing-s);
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.l-footer__logo img {
  width: 220px;
  height: auto;
  margin-top: var(--spacing-s);
  margin-bottom: var(--spacing-s);
  filter: brightness(1);
}

.l-footer__copyright {
  text-align: center;
  padding-top: var(--spacing-xxs);
  padding-bottom: var(--spacing-xxs);
}
.l-footer__copyright p {
  font-size: 14px;
  color: #fff;
}

/*
============================================
Two-column Layout for the main body
============================================
*/
.l-main__body {
  display: flex;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .l-main__body {
    max-width: 872px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .l-main__body {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .l-main__body {
    flex-direction: column;
    gap: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .l-main__body {
    flex-direction: row;
    gap: 3%;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 991px) {
  .l-main__body-primary {
    padding-right: min(5vw, 36px);
    padding-left: min(5vw, 36px);
  }
}
@media screen and (min-width: 992px) {
  .l-main__body-primary {
    width: 73.5%;
    padding-right: min(5vw, 36px);
    padding-left: min(5vw, 36px);
  }
}
@media screen and (max-width: 991px) {
  .l-main__body-sidebar {
    padding-right: min(5vw, 36px);
    padding-left: min(5vw, 36px);
  }
}
@media screen and (min-width: 992px) {
  .l-main__body-sidebar {
    width: 23.5%;
    height: -moz-fit-content;
    height: fit-content;
    padding-right: min(5vw, 36px);
    padding-left: min(5vw, 36px);
    position: sticky;
    top: 0;
    left: 0;
  }
}

.l-main__body-sidebar-body {
  margin: var(--spacing-s) auto;
}
.l-main__body-sidebar-body li {
  margin-bottom: var(--spacing-s);
}
.l-main__body-sidebar-body li:last-child {
  margin-bottom: 0;
}
.l-main__body-sidebar-body li:hover img {
  filter: brightness(0.8);
}

.p-home-body {
  display: flex;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .p-home-body {
    max-width: 872px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-home-body {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .p-home-body {
    flex-direction: column;
    gap: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .p-home-body {
    flex-direction: row;
    gap: 3%;
    margin-bottom: 120px;
  }
}
.p-home-body__main-column {
  padding-right: min(5vw, 36px);
  padding-left: min(5vw, 36px);
}
@media screen and (min-width: 992px) {
  .p-home-body__main-column {
    width: 73.5%;
  }
}
.p-home-body__side-column {
  padding-right: min(5vw, 36px);
  padding-left: min(5vw, 36px);
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-home-body__side-column {
    width: 23.5%;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 0;
    left: 0;
  }
}

/*
============================================
Top Page Hero
============================================
*/
.p-home-hero {
  position: relative;
}
@media screen and (max-width: 575px) {
  .p-home-hero {
    height: 432px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .p-home-hero {
    height: 75vw;
  }
}
@media screen and (min-width: 992px) {
  .p-home-hero {
    min-height: 674px;
    height: calc(100vh - 69px);
  }
}

.p-home-hero__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.p-home-hero__content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-home-hero__inner {
  position: relative;
  height: 100%;
  margin-right: min(5vw, 36px);
  margin-left: min(5vw, 36px);
}

.p-home-hero__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  text-align: left;
}

.p-home-hero__copy {
  text-align: center;
}
.p-home-hero__copy img.p-home-hero__copy-image {
  width: 100%;
  max-width: 800px;
}
.p-home-hero__copy img.p-home-hero__sub-copy-image {
  width: 100%;
  max-width: 640px;
}

.p-home-hero__features {
  text-align: center;
}
.p-home-hero__features img {
  width: 100%;
  max-width: 800px;
}

/*
============================================
Top Page Service
============================================
*/
@media screen and (max-width: 991px) {
  .p-home-service {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-home-service {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.p-home-service__body {
  display: flex;
}
@media screen and (max-width: 991px) {
  .p-home-service__body {
    flex-direction: column;
    gap: 1em;
  }
}
@media screen and (min-width: 992px) {
  .p-home-service__body {
    flex-direction: row-reverse;
    gap: 5%;
    padding: 2em 1em;
    align-content: center;
  }
}

.p-home-service__venues {
  background-color: #EBF4FF;
  padding: var(--spacing-s);
}
.p-home-service__venues h2 {
  font-weight: bold;
  margin-bottom: 13px;
  margin-bottom: var(--spacing-s);
}
@media screen and (max-width: 991px) {
  .p-home-service__venues h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  .p-home-service__venues h2 {
    font-size: 29.25px;
  }
}
.p-home-service__venues .p-home-service__venues-text {
  margin-bottom: var(--spacing-s);
}
.p-home-service__venues p span.underline {
  -webkit-text-decoration: var(--blue) underline;
          text-decoration: var(--blue) underline;
  text-underline-offset: 3px;
}
.p-home-service__venues p span.emphasis {
  font-weight: bold;
  color: var(--blue);
}
.p-home-service__venues h3 {
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--blue);
}
@media screen and (max-width: 991px) {
  .p-home-service__venues h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-home-service__venues h3 {
    font-size: 22.5px;
  }
}
.p-home-service__venues ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.p-home-service__venues ul li:not(:last-of-type) {
  background-color: #BCDAFF;
  border-radius: 5px;
  padding: 3px 8px;
}

/*
============================================
Top Page Merits
============================================
*/
@media screen and (max-width: 991px) {
  .p-home-merits {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-home-merits {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.p-home-merits__title .smaller-font {
  font-weight: bold;
  margin-bottom: 13px;
}
@media screen and (max-width: 991px) {
  .p-home-merits__title .smaller-font {
    font-size: 26px;
  }
}
@media screen and (min-width: 992px) {
  .p-home-merits__title .smaller-font {
    font-size: 29.25px;
  }
}

.p-home-merits__text-area {
  margin-bottom: var(--spacing-s);
}

.p-home-merits__box {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-s);
}

.p-home-merits__box-item {
  position: relative;
  border: 1px solid var(--blue);
  padding: var(--spacing-m) var(--spacing-m) var(--spacing-s) var(--spacing-m);
}
.p-home-merits__box-item h2 {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  background: #1660C7;
  background: linear-gradient(135deg, rgb(22, 96, 199) 0%, rgb(0, 72, 189) 35%, rgb(0, 60, 156) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: var(--spacing-s);
}
@media screen and (max-width: 991px) {
  .p-home-merits__box-item h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-home-merits__box-item h2 {
    font-size: 22.5px;
  }
}
.p-home-merits__box-item p {
  z-index: 2;
}

.p-home-merits__box-item--01::before {
  content: "01";
}

.p-home-merits__box-item--02::before {
  content: "02";
}

.p-home-merits__box-item--03::before {
  content: "03";
}

.p-home-merits__box-item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(20px, 0);
  font-size: 112px;
  font-family: "Futura Bold";
  color: #EBF4FF;
  -webkit-text-fill-color: #EBF4FF;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .p-home-merits__box-item::before {
    transform: translate(20px, 25px);
  }
}

/*
============================================
Top Page Steps
============================================
*/
@media screen and (max-width: 991px) {
  .p-home-steps {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-home-steps {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.p-home-steps__sub-title {
  font-weight: 500;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .p-home-steps__sub-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .p-home-steps__sub-title {
    font-size: 45px;
  }
}
.p-home-steps__sub-title--buy {
  color: #00b2b8;
}
.p-home-steps__sub-title--sell {
  color: #6767ff;
}
.p-home-steps__sub-title span {
  font-size: 16px;
  font-weight: normal;
}

.p-home-steps__box-wrapper {
  position: relative;
  padding: var(--spacing-s) var(--spacing-xs);
  margin-bottom: var(--spacing-m);
}
.p-home-steps__box-wrapper:last-child {
  margin-bottom: 0;
}
.p-home-steps__box-wrapper--buy {
  background-color: #EBFFF4;
  border: 1px solid #00b2b8;
}
.p-home-steps__box-wrapper--sell {
  background-color: #EDEDFF;
  border: 1px solid #6767ff;
}

.p-home-steps__box-wrapper--buy::before {
  content: "BUY";
  color: #d7ffea;
  -webkit-text-fill-color: #d7ffea;
}

.p-home-steps__box-wrapper--sell::before {
  content: "SELL";
  color: #e0e0ff;
  -webkit-text-fill-color: #e0e0ff;
}

.p-home-steps__box-wrapper::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(20px, 0);
  font-size: 112px;
  font-family: "Futura Bold";
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .p-home-steps__box-wrapper::before {
    transform: translate(20px, 25px);
  }
}

.p-home-steps__box {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  display: flex;
}
@media screen and (max-width: 991px) {
  .p-home-steps__box {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .p-home-steps__box {
    flex-direction: row;
  }
}

@media screen and (min-width: 992px) {
  .p-home-steps__box-item {
    width: 33.3%;
  }
}
.p-home-steps__box-item:last-of-type .content::before {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-home-steps__box-item:last-of-type .content {
    padding-right: 0;
  }
}

.p-home-steps__box-item .content {
  position: relative;
  box-sizing: content-box;
  display: grid;
  margin-top: var(--spacing-xs);
}
@media screen and (max-width: 991px) {
  .p-home-steps__box-item .content {
    grid-template-columns: 30% 55%;
    grid-template-areas: "circle title" "circle text";
  }
}
@media screen and (min-width: 992px) {
  .p-home-steps__box-item .content {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    padding-right: 10%;
  }
}
@media screen and (min-width: 992px) {
  .p-home-steps__box-item .content::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translate(1.5em, 0.75em);
    color: #5e5e5e;
    background-color: currentColor;
  }
}
@media screen and (max-width: 991px) {
  .p-home-steps__box-item .content::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(15% - 1px);
    width: 2px;
    height: calc(100% + 1.5em);
    color: #5e5e5e;
    background-color: currentColor;
  }
}
.p-home-steps__box-item .circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid;
  border-radius: 100%;
  color: #333333;
  border-color: #5e5e5e;
  background-color: #5e5e5e;
}
@media screen and (max-width: 991px) {
  .p-home-steps__box-item .circle {
    grid-area: circle;
    align-self: center;
    justify-self: center;
  }
}
.p-home-steps__box-item .title {
  word-break: break-all;
  padding-left: 0.5em;
  margin-top: var(--spacing-s);
  margin-bottom: var(--spacing-xs);
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 991px) {
  .p-home-steps__box-item .title {
    grid-area: title;
  }
}
.p-home-steps__box-item .text {
  padding: 0 0 0 0.5em;
}
@media screen and (max-width: 991px) {
  .p-home-steps__box-item .text {
    grid-area: text;
  }
}

/*
============================================
Top Page Contact
============================================
*/
@media screen and (max-width: 991px) {
  .p-home-contact {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-home-contact {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/*
============================================
Top Page FAQs
============================================
*/
.p-home-faq__accordion {
  border: 1px solid #c7d9ef;
  margin-bottom: var(--spacing-xs);
}
.p-home-faq__accordion:last-child {
  margin-bottom: 0;
}

.p-home-faq__question {
  padding: var(--spacing-xs);
  background-color: #EBF4FF;
}
.p-home-faq__question:hover {
  background-color: #c7d9ef;
}

.p-home-faq__answer {
  padding: var(--spacing-xs);
}/*# sourceMappingURL=style.css.map */