@charset "UTF-8";
/*!
Theme Name: Compass by Kyoni
Author: TOKON
Author URI: https://tokon.co.jp
Version: 1.0.0
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


.has-black-color {
  color: #2D2D2D;
}

.has-black-background-color {
  background-color: #2D2D2D;
}

.has-midgrey-color {
  color: #909090;
}

.has-midgrey-background-color {
  background-color: #909090;
}

.has-lightgrey-color {
  color: #D9D9D9;
}

.has-lightgrey-background-color {
  background-color: #D9D9D9;
}

.has-white-color {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-blue-color {
  color: #2E6FC4;
}

.has-blue-background-color {
  background-color: #2E6FC4;
}

.has-lightblue-color {
  color: #EBF3FE;
}

.has-lightblue-background-color {
  background-color: #EBF3FE;
}

.has-red-color {
  color: #d63637;
}

.has-red-background-color {
  background-color: #d63637;
}

/*--------------------------------------
font
---------------------------------------*/
body, .tooltip, .popover,
button, input, optgroup, select, textarea,
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.en {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/*--------------------------------------
Variables
---------------------------------------*/
/*--------------------------------------
Reset
---------------------------------------*/
header,
section,
article,
footer,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
p,
a,
img,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul {
  padding-left: 0;
}
ol:not(.wp-block-list), ul:not(.wp-block-list) {
  list-style: none;
}
ol.wp-block-list, ul.wp-block-list {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}

pre {
  margin: 0;
}

img {
  vertical-align: baseline;
  font-size: 0;
  line-height: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

a {
  color: #2D2D2D;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
  }
}
a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  vertical-align: bottom;
}
img.img-fluid {
  width: 100%;
  height: auto;
}

.inline-block {
  display: inline-block;
}

/* フェードインアニメーション */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ブロックエディターのブレイクポイントを上書き */
/* 768px以下ですぐにスマホ表示（縦積み）にする */
@media all and (max-width: 768px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-left: 0 !important;
  }
}
/*--------------------------------------
Global
---------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  color: #2D2D2D;
  background-color: #ffffff;
}

.text-center {
  text-align: center;
}

.line-heigh-l {
  line-height: 2;
}

.container {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 2rem;
}
.container-wide {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 30px;
  border-top: 1px solid #90A3BF;
  padding: 30px 0;
}

.section-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
@media all and (max-width: 768px) {
  .section-title {
    font-size: 1.625rem;
  }
}
@media all and (max-width: 480px) {
  .section-title {
    font-size: 1.25rem;
  }
}

.cat-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  padding-bottom: 1em;
}
@media all and (max-width: 768px) {
  .cat-title {
    font-size: 1rem;
  }
}
.cat-title .arrow {
  display: inline-block;
  padding-right: 0.5em;
  color: #2E6FC4;
}

.view-all {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #2E6FC4;
  font-weight: 700;
  text-decoration: none;
  gap: 8px;
}
@media all and (max-width: 480px) {
  .view-all {
    padding: 4px 0;
    height: 42px;
    font-size: 13px;
  }
}
.view-all::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("assets/images/btn-arrow.svg") no-repeat;
  background-size: cover;
}
@media all and (max-width: 480px) {
  .view-all::after {
    width: 18px;
    height: 18px;
  }
}
.view-all:focus {
  color: #2E6FC4;
}
@media (hover: hover) {
  .view-all:hover {
    color: #2E6FC4;
    font-weight: 700;
    text-decoration: none;
    opacity: 0.8;
  }
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
}
@media all and (max-width: 768px) {
  .grid-3 {
    gap: 50px 40px;
  }
}
.grid-3 + .grid-3 {
  margin-top: 60px;
}
@media all and (max-width: 480px) {
  .grid-3 + .grid-3 {
    margin-top: 50px;
  }
}
.grid-3.pickup {
  gap: 60px 30px;
  padding-top: 30px;
}
@media all and (max-width: 768px) {
  .grid-3.pickup {
    padding-top: 14px;
  }
}
@media all and (max-width: 480px) {
  .grid-3.pickup {
    padding-top: 0;
  }
}

.bg-light-blue {
  background-color: #E8F1FF;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width: 768px) {
  .section-padding {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media all and (max-width: 480px) {
  .section-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.section:not(.section-news):not(.section-tags) + .section:not(.section-tags) .section-padding {
  padding-top: 0;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.card .badge {
  position: absolute;
  top: -30px;
  left: 0;
  width: 54px;
  height: 60px;
  -webkit-filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.25));
  z-index: 10;
}
@media all and (max-width: 768px) {
  .card .badge {
    top: -20px;
  }
}
.card .badge .badge-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 7px 4px 4px;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 100%, 0 65%);
}
.card .badge .badge-inner > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  color: #fff;
  line-height: 1;
}
.card .badge .badge-inner > span.badge-title {
  font-size: 10px;
  font-weight: 700;
}
.card .badge .badge-inner > span.badge-number {
  padding-top: 2px;
  font-size: 26px;
  font-weight: 700;
}
.card .badge.badge-pickup .badge-inner {
  background-color: #0089CD;
}

.card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media all and (min-width: 481px) {
  .card-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.card-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .card-title {
    font-size: 1rem;
  }
}

.card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding-right: 10px;
}

.card-date {
  position: relative;
  bottom: 0.3em;
  font-size: 0.75rem;
}

/* 投稿日・更新日　アイコン */
.card-date .post-date,
.card-date .modified-date,
.related-post-date .post-date,
.related-post-date .modified-date {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.card-date .post-date::before,
.card-date .modified-date::before,
.related-post-date .post-date::before,
.related-post-date .modified-date::before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 4px;
  width: 12px;
}
.card-date .post-date::before,
.related-post-date .post-date::before {
  top: 1px;
  height: 12px;
  background: url("assets/images/icon-post-date.svg") no-repeat;
  background-size: 100%;
}
.card-date .modified-date::before,
.related-post-date .modified-date::before {
  top: 2px;
  width: 15px;
  height: 13px;
  background: url("assets/images/icon-modified-date.svg") no-repeat;
  background-size: 100%;
}

@media all and (max-width: 768px) {
  .grid-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .header-nav nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (max-width: 480px) {
  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .header-top-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 10px 0;
  }
  .btn-contact {
    height: 40px;
  }
}
/* ------------------------------------------------------------
 * PCなどの「マウス操作（ポインター）」デバイスの場合、
 * tel: リンクのクリックとカーソル変更を完全に無効化する
 * ------------------------------------------------------------ */
@media (pointer: fine) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*--------------------------------------

Header
---------------------------------------*/
#site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
#site-header .header-top {
  width: 100%;
}
#site-header .header-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  height: 80px;
}
@media all and (max-width: 1024px) {
  #site-header .header-top-inner {
    gap: 0;
    height: 60px;
  }
}
#site-header .logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding-left: 48px;
}
@media all and (max-width: 1024px) {
  #site-header .logo-area {
    gap: 18px;
    padding-left: 12px;
  }
}
@media all and (max-width: 768px) {
  #site-header .logo-area {
    gap: 10px;
  }
}
@media all and (max-width: 480px) {
  #site-header .logo-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-left: 8px;
  }
}
#site-header .logo-compass {
  width: 218px;
}
@media all and (max-width: 1024px) {
  #site-header .logo-compass {
    width: auto;
    height: 60px;
  }
}
@media all and (max-width: 768px) {
  #site-header .logo-compass {
    height: 48px;
  }
}
@media all and (max-width: 480px) {
  #site-header .logo-compass {
    width: 100px;
    height: auto;
  }
}
#site-header .by-kyoni {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #2E6FC4;
  font-size: 13px;
  font-weight: 700;
}
@media all and (max-width: 1024px) {
  #site-header .by-kyoni {
    gap: 13px;
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  #site-header .by-kyoni {
    gap: 10px;
    font-size: 10px;
  }
}
@media all and (max-width: 480px) {
  #site-header .by-kyoni {
    gap: 2px;
    line-height: 1;
  }
}
@media all and (max-width: 480px) {
  #site-header .by {
    position: relative;
    top: 2px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
#site-header .logo-kyoni {
  position: relative;
  top: 1px;
  width: 80px;
}
@media all and (max-width: 1024px) {
  #site-header .logo-kyoni {
    width: 64px;
  }
}
@media all and (max-width: 768px) {
  #site-header .logo-kyoni {
    width: 48px;
  }
}
@media all and (max-width: 480px) {
  #site-header .logo-kyoni {
    top: 0;
    width: 40px;
  }
}
#site-header .contact-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#site-header .contact-area .tel {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #2E6FC4;
  margin-right: 20px;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media all and (max-width: 1024px) {
  #site-header .contact-area .tel {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  #site-header .contact-area .tel {
    font-size: 13px;
  }
}
@media all and (max-width: 600px) {
  #site-header .contact-area .tel {
    margin-right: 10px;
  }
}
#site-header .contact-area .tel > span {
  padding-right: 12px;
}
@media all and (max-width: 768px) {
  #site-header .contact-area .tel > span {
    padding-right: 2px;
    font-size: 10px;
  }
}
#site-header .contact-area .tel a {
  position: relative;
  display: inline-block;
  color: #2E6FC4;
}
@media all and (max-width: 600px) {
  #site-header .contact-area .tel a {
    width: 48px;
    height: 48px;
  }
  #site-header .contact-area .tel a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #2E6FC4 url("assets/images/icon-phone.svg") no-repeat;
    background-size: 24px;
    background-position: center;
  }
}
@media all and (max-width: 600px) {
  #site-header .contact-area .tel span {
    display: none;
  }
}
#site-header .contact-area .btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0 10px;
  max-width: 190px;
  width: 100%;
  height: 80px;
  background-color: #2D2D2D;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
}
@media all and (max-width: 1024px) {
  #site-header .contact-area .btn-contact {
    max-width: none;
    width: auto;
    height: 60px;
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  #site-header .contact-area .btn-contact {
    font-size: 13px;
  }
}
@media all and (max-width: 400px) {
  #site-header .contact-area .btn-contact {
    font-size: 10px;
  }
}
#site-header .header-nav {
  padding: 8px 12px;
  min-height: 40px;
  background-color: #EBF3FE;
}
#site-header .header-nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 36px;
}
#site-header .header-nav .nav-links a {
  position: relative;
  display: inline-block;
  padding: 4px;
  color: #2D2D2D;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
}
#site-header .header-nav .nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #2E6FC4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  #site-header .header-nav .nav-links a:hover {
    color: #2E6FC4;
  }
  #site-header .header-nav .nav-links a:hover::after {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  #site-header .header-nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    padding: 0;
    width: 100%;
    -webkit-filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 0.15));
    z-index: 1000;
  }
  #site-header .header-nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-y: scroll;
    padding: 1.5rem 1rem;
    width: 100%;
    height: auto;
    z-index: 100;
    pointer-events: auto;
  }
  #site-header .header-nav .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  #site-header .header-nav .nav-links a {
    padding: 13px 0;
  }
  #site-header .header-nav .nav-links a::after {
    bottom: 9px;
  }
}
#site-header .nav-hamburger {
  display: none;
}
@media all and (max-width: 768px) {
  #site-header .nav-hamburger {
    display: block;
    width: 60px;
  }
  #site-header .nav-hamburger .hamburger {
    overflow: visible;
    display: inline-block;
    margin: 0;
    padding: 10px 0 0 0;
    border: 0;
    width: 60px;
    height: 60px;
    background: #fff;
    z-index: 99;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition-property: opacity, top, right filter;
    transition-property: opacity, top, right filter;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  #site-header .nav-hamburger .hamburger.is-active {
    z-index: 300;
  }
  #site-header .nav-hamburger .hamburger.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.22s;
            transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  #site-header .nav-hamburger .hamburger.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  #site-header .nav-hamburger .hamburger.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  #site-header .nav-hamburger .hamburger.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #site-header .nav-hamburger .hamburger.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  #site-header .nav-hamburger .hamburger.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #site-header .nav-hamburger .hamburger span.hamburger-box {
    margin: 0 auto;
    width: 28px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  #site-header .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  #site-header .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner,
  #site-header .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::before,
  #site-header .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
    width: 28px;
    height: 2px;
    background-color: #2D2D2D;
    position: absolute;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  #site-header .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::before,
  #site-header .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
    content: "";
    display: block;
  }
  #site-header .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::before {
    top: -8px;
  }
  #site-header .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
    bottom: -8px;
  }
  #site-header .nav-hamburger .hamburger.is-active span.hamburger-inner, #site-header .nav-hamburger .hamburger.is-active span.hamburger-inner::before, #site-header .nav-hamburger .hamburger.is-active span.hamburger-inner::after {
    background-color: #2D2D2D;
  }
  #site-header .nav-hamburger .hamburger:active, #site-header .nav-hamburger .hamburger:focus {
    background: #ffffff;
  }
}
@media (max-width: 768px) and (hover: hover) {
  #site-header .nav-hamburger .hamburger:hover {
    background: #ffffff;
  }
  #site-header .nav-hamburger .hamburger:hover span.hamburger-box span.hamburger-inner,
  #site-header .nav-hamburger .hamburger:hover span.hamburger-box span.hamburger-inner::before,
  #site-header .nav-hamburger .hamburger:hover span.hamburger-box span.hamburger-inner::after {
    background: #2D2D2D;
  }
}

/*--------------------------------------

Hero
---------------------------------------*/
/* Swiper全体のサイズ調整 */
#hero {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
  position: relative;
}
@media all and (max-width: 768px) {
  #hero {
    padding: 0;
  }
}
#hero .mySwiper {
  max-width: 900px;
  margin: 0 auto;
  overflow: visible;
}
#hero .swiper-wrapper {
  overflow: hidden;
}
#hero .swiper-slide img {
  display: block;
}
#hero .swiper-button-prev,
#hero .swiper-button-next {
  width: 45px;
  height: 45px;
  background-color: #2E6FC4; /* 独自のブランドカラー（n_blue等） */
  border-radius: 50%;
  color: #ffffff; /* 矢印の色 */
}
@media (max-width: 1120px) {
  #hero .swiper-button-prev,
  #hero .swiper-button-next {
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.4));
  }
}
#hero .swiper-button-prev::after,
#hero .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}
@media all and (max-width: 480px) {
  #hero .swiper-button-prev,
  #hero .swiper-button-next {
    display: none;
  }
}
#hero .swiper-button-prev {
  left: -81px; /* 36px + 45px */
}
@media (max-width: 1120px) {
  #hero .swiper-button-prev {
    left: 20px;
  }
}
#hero .swiper-button-next {
  right: -81px;
}
@media (max-width: 1120px) {
  #hero .swiper-button-next {
    right: 20px;
  }
}
#hero .swiper-pagination {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 10px;
}
#hero .swiper-pagination-bullet-active {
  background: #2E6FC4;
}

/*--------------------------------------
Home
Intro
---------------------------------------*/
#section-intro .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
#section-intro .container .intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 50px;
  padding: 0 1.5rem;
}
@media all and (max-width: 768px) {
  #section-intro .container .intro-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
  }
}
@media all and (max-width: 768px) {
  #section-intro .container .intro-content .img,
  #section-intro .container .intro-content .text {
    width: 100%;
  }
}
#section-intro .container .intro-content .img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  #section-intro .container .intro-content .img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#section-intro .container .intro-content .img img {
  position: relative;
  max-width: 372px;
}
@media all and (max-width: 768px) {
  #section-intro .container .intro-content .img img {
    left: -2%;
    max-width: 320px;
  }
}
#section-intro .container .intro-content .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  #section-intro .container .intro-content .txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

/*--------------------------------------
Home
Service
---------------------------------------*/
#section-service .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 42px;
  padding-top: 60px;
  padding-bottom: 60px;
}
#section-service .section-title {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#section-service .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
#section-service .subtitle {
  color: #2E6FC4;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  #section-service .subtitle {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 480px) {
  #section-service .subtitle {
    font-size: 1.125rem;
  }
}
#section-service .btns {
  width: 100%;
  text-align: right;
}

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  width: 100%;
}
@media all and (max-width: 768px) {
  .service-box {
    gap: 30px;
  }
}
.service-box .img,
.service-box .txt {
  width: 50%;
}
@media all and (max-width: 768px) {
  .service-box .img,
  .service-box .txt {
    width: 100%;
  }
}
@media all and (min-width: 769px) {
  .service-box .img {
    padding-right: 50px;
  }
}
.service-box .txt {
  line-height: 2;
}

/* CSS for section section:Products */
.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.product-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}

.product-name {
  font-size: 18px;
  font-weight: 700;
}

.product-arrow {
  width: 30px;
  height: 30px;
}

/*--------------------------------------
Home
News
---------------------------------------*/
#section-news .container {
  max-width: 840px;
}
#section-news .section-header {
  padding-top: 50px;
  border-top: 0;
}
#section-news .section-header .section-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#section-news .btns {
  margin-top: 40px;
  width: 100%;
  text-align: right;
}

/*--------------------------------------
News 共通
---------------------------------------*/
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  font-size: 0.75rem;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 12px;
  padding: 14px 0;
  width: 100%;
}
.news-item + .news-item {
  border-top: 1px solid #D9D9D9;
}
@media all and (max-width: 480px) {
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
  }
}

.news-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  padding-top: 0.3em;
}
@media all and (max-width: 480px) {
  .news-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news-date {
  min-width: 80px;
  color: #2D2D2D;
}
@media all and (max-width: 480px) {
  .news-date {
    width: 100%;
  }
}

.news-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 200px;
}
@media all and (max-width: 480px) {
  .news-title {
    padding-top: 0.5em;
    width: 100%;
  }
}

.news-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  min-width: 116px;
}
@media all and (max-width: 480px) {
  .news-tags {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 4px;
  }
}

/*--------------------------------------

Tags
---------------------------------------*/
.tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.tags-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.tags-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  max-width: 600px;
}

/*--------------------------------------

Archive
---------------------------------------*/
.archive-main-container {
  padding-bottom: 50px;
}

/* カテゴリーナビゲーション */
@media all and (min-width: 481px) {
  .category-nav {
    border-top: 1px solid #2E6FC4;
    border-bottom: 1px solid #2E6FC4;
  }
}
.category-nav .pc-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 18px 20px;
  white-space: nowrap;
}
@media all and (max-width: 480px) {
  .category-nav .pc-cat-list {
    display: none;
  }
}
.category-nav .pc-cat-list li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.category-nav .pc-cat-list li a {
  color: #2D2D2D;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
@media (hover: hover) {
  .category-nav .pc-cat-list li a:hover {
    color: #2E6FC4;
  }
}
.category-nav .pc-cat-list li.is-active a {
  color: #2E6FC4;
}
.category-nav .sp-cat-dropdown {
  display: none;
  padding-top: 10px;
  width: 100%;
}
@media all and (max-width: 480px) {
  .category-nav .sp-cat-dropdown {
    display: block;
  }
}
.category-nav .sp-cat-dropdown select {
  width: 100%;
  height: 46px;
  padding: 0 40px 0 15px;
  font-size: 15px;
  border: 1px solid #2D2D2D;
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
}
.category-nav .sp-cat-dropdown select:focus {
  border-color: #2E6FC4;
  outline: none;
}

.selected-tags-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  padding-top: 12px;
}
@media all and (max-width: 768px) {
  .selected-tags-badges {
    padding-top: 4px;
  }
}

@media all and (max-width: 768px) {
  .selected-tag-badge {
    padding: 8px 0;
  }
}
.selected-tag-badge .inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 28px;
  padding: 0 8px 0 12px;
  font-size: 13px;
  font-weight: 600;
  color: #2E6FC4;
  background-color: #fff;
  border: 1px solid #2E6FC4;
  border-radius: 14px;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.selected-tag-badge:hover .inner {
  background-color: #2E6FC4;
  color: #fff;
}
.selected-tag-badge:hover .badge-delete {
  color: #fff;
}
.selected-tag-badge .badge-text {
  pointer-events: none;
}
/* タイトル・コントローラーエリア */
.archive-header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin: 60px auto 80px;
}
@media all and (max-width: 768px) {
  .archive-header-meta {
    margin: 48px auto 64px;
  }
}
@media all and (max-width: 480px) {
  .archive-header-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 36px auto 48px;
  }
}
.archive-header-meta .archive-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.archive-header-meta .archive-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.archive-header-meta .posts-count {
  font-size: 0.875rem;
}
.archive-header-meta .archive-controls {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
}
.archive-header-meta .archive-controls .btn-sort-trigger,
.archive-header-meta .archive-controls .btn-filter-trigger {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 6px;
  height: 42px;
  border: 0;
  background-color: transparent;
  color: #2E6FC4;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .archive-header-meta .archive-controls .btn-sort-trigger:hover,
  .archive-header-meta .archive-controls .btn-filter-trigger:hover {
    opacity: 0.8;
  }
}
.archive-header-meta .archive-controls .btn-sort-trigger::before {
  position: relative;
  top: 1px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("assets/images/icon-sort.svg") no-repeat;
  background-size: cover;
}
.archive-header-meta .archive-controls .btn-filter-trigger::before {
  position: relative;
  top: 1px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 14px;
  background: url("assets/images/icon-filter.svg") no-repeat;
  background-size: cover;
}
.archive-header-meta .archive-controls .btn-sort-trigger.is-active {
  color: #2E6FC4;
  border-color: #2E6FC4;
  background-color: transparent;
}

/* ページネーション */
.archive-pagination {
  margin-top: 50px;
}
.archive-pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 10px;
}
@media all and (max-width: 768px) {
  .archive-pagination ul.page-numbers {
    gap: 16px;
  }
}
.archive-pagination ul.page-numbers li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #e0e6ed;
  text-decoration: none;
  color: #2D2D2D;
  font-size: 14px;
  font-weight: bold;
}
.archive-pagination ul.page-numbers li .page-numbers.prev, .archive-pagination ul.page-numbers li .page-numbers.next {
  position: relative;
}
.archive-pagination ul.page-numbers li .page-numbers.prev::before, .archive-pagination ul.page-numbers li .page-numbers.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
}
.archive-pagination ul.page-numbers li .page-numbers.prev::before {
  border-top: 2px solid #C4CDD5; /* 矢印の色と太さ */
  border-left: 2px solid #C4CDD5; /* 矢印の色と太さ */
  -webkit-transform: translate(-30%, -50%) rotate(-45deg);
          transform: translate(-30%, -50%) rotate(-45deg); /* 左向きの矢印に変形 */
}
@media (hover: hover) {
  .archive-pagination ul.page-numbers li .page-numbers.prev:hover::before {
    border-top: 2px solid #2E6FC4;
    border-left: 2px solid #2E6FC4;
  }
}
.archive-pagination ul.page-numbers li .page-numbers.next::before {
  border-top: 2px solid #C4CDD5;
  border-right: 2px solid #C4CDD5; /* 右向きにするためにrightにする */
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg); /* 右向きの矢印に変形 */
}
@media (hover: hover) {
  .archive-pagination ul.page-numbers li .page-numbers.next:hover::before {
    border-top: 2px solid #2E6FC4;
    border-right: 2px solid #2E6FC4;
  }
}
@media all and (max-width: 768px) {
  .archive-pagination ul.page-numbers li .page-numbers {
    width: 42px;
    height: 42px;
  }
}
@media (hover: hover) {
  .archive-pagination ul.page-numbers li .page-numbers:hover:not(.current) {
    color: #2E6FC4;
    border-color: #2E6FC4;
  }
}
.archive-pagination ul.page-numbers li .page-numbers.current {
  color: #2E6FC4;
  border-color: #2E6FC4;
}
.archive-pagination ul.page-numbers li .page-numbers.dots {
  border: none;
  background: none;
}

/* -------------
 モーダル共通
------------- */
.modal-overlay {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: auto;
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  padding: 20px;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media all and (max-width: 480px) {
  .modal-overlay {
    padding: 16px;
  }
}
.modal-overlay.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
}
.modal-overlay .modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #2D2D2D;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  .modal-overlay .modal-close:hover {
    opacity: 0.8;
  }
}
.modal-overlay .modal-window {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 40px 40px 20px;
  overflow: auto;
  border-radius: 8px;
  width: 100%;
  max-width: 640px;
  max-height: 100%;
  -webkit-animation: modalPop 0.3s ease forwards;
          animation: modalPop 0.3s ease forwards;
}
@media all and (max-width: 480px) {
  .modal-overlay .modal-window {
    padding: 30px 20px 15px;
  }
}

/* 絞り込みモーダル（ウィンドウ） --------------------------------- */
.filter-modal-overlay .filter-modal-content .filter-group-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 8px;
  display: inline-block;
}
.filter-modal-overlay .filter-checkbox-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 20px;
}
@media all and (max-width: 480px) {
  .filter-modal-overlay .filter-checkbox-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.filter-modal-overlay .filter-checkbox-grid .filter-checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
}
.filter-modal-overlay .filter-checkbox-grid .filter-checkbox-label input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #2E6FC4;
}
.filter-modal-overlay .filter-checkbox-grid .filter-checkbox-label .checkbox-text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filter-modal-overlay .filter-modal-footer {
  padding: 40px 20px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .filter-modal-overlay .filter-modal-footer {
    padding: 15px 20px 30px;
  }
}
.filter-modal-overlay .filter-modal-footer .btn-filter-submit {
  color: #2E6FC4;
  border: none;
  height: 46px;
  padding: 0 50px;
  border-radius: 23px;
  border: 1px #2E6FC4 solid;
  background: transparent;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .filter-modal-overlay .filter-modal-footer .btn-filter-submit:hover {
    color: #fff;
    background-color: #2E6FC4;
  }
}

/* アニメーション用キーフレーム */
@-webkit-keyframes modalPop {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes modalPop {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*--------------------------------------

ダウンロードフォーム / ポップアップ
---------------------------------------*/
/* ── オーバーレイ ─────────────────────────────── */
/* ── ポップアップ用の設定 ─────────────────────────── */
/* ── テキスト ─────────────────────────────────── */
.dl-title {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 700;
}

.dl-subtitle {
  margin: 0;
  color: #909090;
  font-size: 0.75rem;
}

/* ── WPFORMS  共通─────────────────────────────── */
@media all and (max-width: 768px) {
  .wpforms-container-full {
    margin-bottom: 10px !important;
  }
}

div.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.wpforms-container-full .wpforms-field-label,
.form-group-title,
div.wpforms-container-full .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:first-child .wpforms-field-html {
  font-size: 0.875rem !important;
  font-weight: 700;
}

.form-group-title {
  display: block;
  padding-bottom: 6px !important;
  border-bottom: 1px #909090 solid !important;
}

.wpforms-required-label {
  position: relative !important;
  top: -2px !important;
  display: inline-block !important;
  margin-left: 4px !important;
  padding: 3px 4px !important;
  color: #fff !important;
  font-size: 10px !important;
  line-height: 1 !important;
  background-color: #2E6FC4 !important;
  border-radius: 0 !important;
}

.wpforms-container {
  margin-top: 10px !important;
}
.wpforms-container input,
.wpforms-container textarea {
  padding: 24px 14px !important;
}
.wpforms-container select {
  height: 50px !important;
}
.wpforms-container input,
.wpforms-container select,
.wpforms-container textarea {
  font-size: 0.875rem !important;
}
.wpforms-container textarea {
  padding: 10px !important;
  line-height: 1.7 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left,
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  position: relative;
  text-align: center !important;
}

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button,
div.wpforms-container-full input[type=submit],
div.wpforms-container-full button[type=submit],
div.wpforms-container-full .wpforms-page-button,
.wp-core-ui div.wpforms-container-full input[type=submit],
.wp-core-ui div.wpforms-container-full button[type=submit],
.wp-core-ui div.wpforms-container-full .wpforms-page-button div.wpforms-container-full,
div.wpforms-container-full .btn-real-download,
div.wpforms-container-full .custom-clear-button,
#thankyou .wp-block-button__link {
  position: relative;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  margin: 0;
  max-width: 260px !important;
  width: 100% !important;
  height: auto;
  min-height: 42px;
  padding: 12px 12px !important;
  border: 1px #2E6FC4 solid !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #2E6FC4 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1;
}
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button:active, div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button:focus,
div.wpforms-container-full input[type=submit]:active,
div.wpforms-container-full input[type=submit]:focus,
div.wpforms-container-full button[type=submit]:active,
div.wpforms-container-full button[type=submit]:focus,
div.wpforms-container-full .wpforms-page-button:active,
div.wpforms-container-full .wpforms-page-button:focus,
.wp-core-ui div.wpforms-container-full input[type=submit]:active,
.wp-core-ui div.wpforms-container-full input[type=submit]:focus,
.wp-core-ui div.wpforms-container-full button[type=submit]:active,
.wp-core-ui div.wpforms-container-full button[type=submit]:focus,
.wp-core-ui div.wpforms-container-full .wpforms-page-button div.wpforms-container-full:active,
.wp-core-ui div.wpforms-container-full .wpforms-page-button div.wpforms-container-full:focus,
div.wpforms-container-full .btn-real-download:active,
div.wpforms-container-full .btn-real-download:focus,
div.wpforms-container-full .custom-clear-button:active,
div.wpforms-container-full .custom-clear-button:focus,
#thankyou .wp-block-button__link:active,
#thankyou .wp-block-button__link:focus {
  color: #2E6FC4 !important;
  background-color: transparent !important;
}
@media (hover: hover) {
  div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button:hover,
  div.wpforms-container-full input[type=submit]:hover,
  div.wpforms-container-full button[type=submit]:hover,
  div.wpforms-container-full .wpforms-page-button:hover,
  .wp-core-ui div.wpforms-container-full input[type=submit]:hover,
  .wp-core-ui div.wpforms-container-full button[type=submit]:hover,
  .wp-core-ui div.wpforms-container-full .wpforms-page-button div.wpforms-container-full:hover,
  div.wpforms-container-full .btn-real-download:hover,
  div.wpforms-container-full .custom-clear-button:hover,
  #thankyou .wp-block-button__link:hover {
    background-color: #2E6FC4 !important;
    color: #fff !important;
  }
}

/* WPFORMS エラーメッセージ */
.wpforms-field em.wpforms-error,
.wpforms-field em.wpforms-error.main-address-error {
  width: 100% !important;
  color: #d63637 !important;
  font-weight: 400 !important;
}
.wpforms-field.download-form-service em.wpforms-error {
  text-align: left !important;
}
@media all and (min-width: 769px) {
  .wpforms-field:not(.download-form-service) em.wpforms-error {
    padding-left: 160px;
  }
}

/*
サービスページ
シングルページ　WPFORMS設定
*/
#service .wpforms-field .wpforms-layout-row, #service .wpforms-field.customer-info:not(.download-form-postcode):not(.download-form-address),
#single .wpforms-field .wpforms-layout-row,
#single .wpforms-field.customer-info:not(.download-form-postcode):not(.download-form-address) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: stretch !important;
      -ms-flex-pack: stretch !important;
          justify-content: stretch !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  width: 100% !important;
}
@media all and (min-width: 769px) {
  #service .wpforms-field .wpforms-field-layout-rows,
  #single .wpforms-field .wpforms-field-layout-rows {
    padding: 15px 0 !important;
  }
}
@media all and (max-width: 768px) {
  #service .wpforms-field .wpforms-field-layout-rows,
  #single .wpforms-field .wpforms-field-layout-rows {
    padding: 10px 0 !important;
  }
}
#service .wpforms-field .wpforms-layout-row,
#single .wpforms-field .wpforms-layout-row {
  margin: 0 !important;
  width: 100% !important;
}
#service .wpforms-field .wpforms-layout-row .wpforms-layout-column-50,
#single .wpforms-field .wpforms-layout-row .wpforms-layout-column-50 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#service .wpforms-field .wpforms-layout-row .wpforms-layout-column-50 .download-form-postcode,
#single .wpforms-field .wpforms-layout-row .wpforms-layout-column-50 .download-form-postcode {
  padding-top: 0 !important;
}
#service .wpforms-field .wpforms-layout-row .wpforms-layout-column-50 .download-form-address,
#single .wpforms-field .wpforms-layout-row .wpforms-layout-column-50 .download-form-address {
  padding: 0 !important;
}
#service .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:first-child,
#single .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:first-child {
  position: relative;
}
@media all and (min-width: 769px) {
  #service .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:first-child,
  #single .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:first-child {
    top: 12px;
    width: 160px !important;
  }
}
@media all and (max-width: 768px) {
  #service .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:first-child,
  #single .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:first-child {
    margin-bottom: 8px !important;
    width: 100% !important;
  }
}
#service .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:first-child .wpforms-field-html,
#single .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:first-child .wpforms-field-html {
  padding: 0 !important;
  font-size: 0.875rem !important;
}
@media all and (min-width: 769px) {
  #service .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:last-child,
  #single .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
@media all and (max-width: 768px) {
  #service .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:last-child,
  #single .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:last-child {
    width: 100% !important;
  }
}
#service .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:last-child input:not(.download-form-postcode),
#single .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:last-child input:not(.download-form-postcode) {
  max-width: 100% !important;
}
#service .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:last-child .download-form-postcode,
#single .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:last-child .download-form-postcode {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
}
#service .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:last-child .download-form-postcode input,
#single .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:last-child .download-form-postcode input {
  width: 90px !important;
}
#service .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:last-child .download-form-postcode .wpforms-field-description,
#single .wpforms-field .wpforms-layout-row .wpforms-layout-column-50:last-child .download-form-postcode .wpforms-field-description {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1 !important;
}
#service .wpforms-field.customer-info:not(.download-form-postcode):not(.download-form-address) .wpforms-field-label,
#single .wpforms-field.customer-info:not(.download-form-postcode):not(.download-form-address) .wpforms-field-label {
  position: relative;
}
@media all and (min-width: 769px) {
  #service .wpforms-field.customer-info:not(.download-form-postcode):not(.download-form-address) .wpforms-field-label,
  #single .wpforms-field.customer-info:not(.download-form-postcode):not(.download-form-address) .wpforms-field-label {
    top: 12px;
    margin-bottom: 0 !important;
    width: 160px !important;
  }
}
@media all and (max-width: 768px) {
  #service .wpforms-field.customer-info:not(.download-form-postcode):not(.download-form-address) .wpforms-field-label,
  #single .wpforms-field.customer-info:not(.download-form-postcode):not(.download-form-address) .wpforms-field-label {
    margin-bottom: 8px !important;
    width: 100% !important;
  }
}
#service .wpforms-field.customer-info:not(.download-form-postcode):not(.download-form-address) input,
#single .wpforms-field.customer-info:not(.download-form-postcode):not(.download-form-address) input {
  max-width: 100% !important;
}
@media all and (min-width: 769px) {
  #service .wpforms-field.customer-info:not(.download-form-postcode):not(.download-form-address) input,
  #single .wpforms-field.customer-info:not(.download-form-postcode):not(.download-form-address) input {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
#service,
#single {
  /* WPFORMS ボタン */
}
#service div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button,
#single div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {
  margin: 0 !important;
}
#service div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left,
#service div.wpforms-container-full .wpforms-form .wpforms-submit-container,
#single div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left,
#single div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding-top: 20px !important;
}
#service div.wpforms-container-full .wpforms-form .wpforms-submit-container,
#single div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: 0 !important;
}

/* WPForms レイアウトフィールド内の住所エラー調整 */
#wpforms-19-field_6-container #wpforms-19-field_15-error,
#wpforms-19-field_6-container #wpforms-19-field_16-error {
  display: none !important;
}

/* プレビュー */
.wpforms-entry-preview-label,
.wpforms-entry-preview-value {
  font-size: 0.875rem !important;
}

/* ── サンクス画面 ─────────────────────────────── */
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: transparent !important;
  border: 0 !important;
  padding: 10px 0 0 !important;
}

/*--------------------------------------

Footer
---------------------------------------*/
footer {
  background-color: #2E6FC4;
  color: #fff;
  margin-top: auto;
  padding: 60px 0 20px;
  position: relative;
}
@media all and (max-width: 480px) {
  footer {
    padding-top: 40px;
  }
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
  max-width: 1280px;
  min-height: 260px;
}
@media all and (max-width: 1024px) {
  footer .container {
    min-height: 0;
    gap: 40px;
  }
}
@media all and (max-width: 480px) {
  footer .container {
    gap: 20px;
  }
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 100px;
  margin-bottom: 40px;
}
@media all and (max-width: 1024px) {
  .footer-top {
    gap: 40px;
  }
}
@media all and (max-width: 768px) {
  .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (max-width: 480px) {
  .footer-top {
    gap: 20px;
    margin-bottom: 20px;
  }
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media all and (max-width: 480px) {
  .footer-logo {
    gap: 20px;
  }
}
.footer-logo .logo-compass {
  width: 160px;
}
@media all and (max-width: 480px) {
  .footer-logo .logo-compass {
    width: 140px;
  }
}
.footer-logo .logo-kyoni {
  width: 80px;
}
@media all and (max-width: 480px) {
  .footer-logo .logo-kyoni {
    width: 60px;
  }
}

.by-kyoni-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 13px;
}

.footer-links {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 768px) {
  .footer-links {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    gap: 6px 24px;
    width: 100%;
  }
}
.footer-links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 1px;
}
@media all and (max-width: 768px) {
  .footer-links a {
    padding: 13px 0;
  }
}
.footer-links a.kyoni-robot {
  position: relative;
  gap: 10px;
  margin-left: auto;
  font-size: 0.8125rem;
}
.footer-links a.kyoni-robot::after {
  content: "";
  width: 26px;
  height: 25px;
  background: url("assets/images/youtube.png") no-repeat;
  background-size: 100%;
}
@media (hover: hover) {
  .footer-links a:hover {
    opacity: 0.8;
  }
}

.footer-bottom {
  text-align: center;
  font-size: 10px;
}

.btn-top {
  position: absolute;
  top: -30px;
  right: 50px;
  width: 62px;
  height: 62px;
}
.btn-top .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 4px;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px #2E6FC4 solid;
  background: #fff;
  color: #2E6FC4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-top .inner::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url("assets/images/btn-arrow-top.svg") no-repeat;
  background-size: 100%;
}
@media (hover: hover) {
  .btn-top .inner:hover {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.2));
  }
}

.single-article {
  padding: 0;
  /* SimpleTOC（目次）のジャンプ先となる見出しに、ヘッダー分の余白を作る */
}
.single-article h1,
.single-article h2,
.single-article h3,
.single-article h4 {
  scroll-margin-top: 120px;
}
@media all and (max-width: 1024px) {
  .single-article h1,
  .single-article h2,
  .single-article h3,
  .single-article h4 {
    scroll-margin-top: 100px;
  }
}
@media all and (max-width: 768px) {
  .single-article h1,
  .single-article h2,
  .single-article h3,
  .single-article h4 {
    scroll-margin-top: 60px;
  }
}

.single-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 260px;
  grid-template-columns: 1fr 260px;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 2rem 0 6rem;
}
@media all and (max-width: 1024px) {
  .single-layout {
    -ms-grid-columns: 1fr 36px 220px;
    grid-template-columns: 1fr 220px;
    gap: 36px;
  }
}
@media all and (max-width: 768px) {
  .single-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.single-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.breadcrumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  margin: 0 auto;
  padding: 1rem 20px;
  max-width: 1100px;
  width: 100%;
  color: #2D2D2D;
}
.breadcrumb::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #2E6FC4;
}
@media all and (max-width: 480px) {
  .breadcrumb::before {
    display: none;
  }
}
.breadcrumb ol {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  min-width: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  font-size: 0.875rem;
}
.breadcrumb li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  white-space: nowrap;
  min-width: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.breadcrumb li + li::before {
  content: "/";
  color: #2D2D2D;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumb li[aria-current=page] {
  color: #2D2D2D;
  max-width: 500px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis; /* はみ出た文字を自動的に「...」にする */
}
.breadcrumb a {
  color: #2D2D2D;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (hover: hover) {
  .breadcrumb a:hover {
    opacity: 0.8;
  }
}

@media all and (max-width: 480px) {
  #single .breadcrumb li[aria-current=page] {
    display: none;
  }
}

.article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.article-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

h1.wp-block-heading,
.article-title,
.simpletoc-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media all and (max-width: 768px) {
  h1.wp-block-heading,
  .article-title,
  .simpletoc-title {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 480px) {
  h1.wp-block-heading,
  .article-title,
  .simpletoc-title {
    font-size: 1.125rem;
  }
}

h1.wp-block-heading,
.article-title {
  color: #2D2D2D;
}

.article-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

.article-date {
  width: 100%;
  font-size: 0.875rem;
  white-space: nowrap;
  text-align: right;
}
.article-date .post-date,
.article-date .modified-date {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.article-date .post-date::before,
.article-date .modified-date::before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 4px;
  width: 14px;
}
.article-date .post-date::before {
  top: 2px;
  height: 14px;
  background: url("assets/images/icon-post-date.svg") no-repeat;
  background-size: 100%;
}
.article-date .modified-date::before {
  top: 2px;
  width: 17px;
  height: 14px;
  background: url("assets/images/icon-modified-date.svg") no-repeat;
  background-size: 100%;
}

.article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3px 10px;
  border: 1px solid #2E6FC4;
  border-radius: 5px;
  background-color: #fff;
  font-size: 0.75rem;
  color: #2E6FC4;
  text-decoration: none;
  white-space: nowrap;
}

@media all and (max-width: 768px) {
  a.tag {
    min-height: 42px;
  }
}
@media (hover: hover) {
  a.tag:hover {
    color: #fff;
    font-weight: 700;
    background-color: #2E6FC4;
  }
}

.article-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  font-size: 0.875rem;
  line-height: 2;
}
.article-body > div {
  width: 100%;
}
.article-body p + p {
  margin: 1rem 0 0;
}
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5 {
  font-weight: 700;
  line-height: 1.5;
}
.article-body h2 {
  font-size: 1.5rem;
}
@media all and (max-width: 480px) {
  .article-body h2 {
    font-size: 1.125rem;
  }
}
.article-body h3 {
  font-size: 1.25rem;
}
@media all and (max-width: 480px) {
  .article-body h3 {
    font-size: 1.125rem;
  }
}
.article-body h4 {
  font-size: 1.25rem;
}
@media all and (max-width: 480px) {
  .article-body h4 {
    font-size: 1.125rem;
  }
}
.article-body h5 {
  font-size: 1.125rem;
}
@media all and (max-width: 480px) {
  .article-body h5 {
    font-size: 1rem;
  }
}
.article-body h2.wp-block-heading {
  margin-top: 60px;
  padding: 6px 15px;
  width: 100%;
  background: #EFEFEF;
}
@media all and (max-width: 480px) {
  .article-body h2.wp-block-heading {
    margin-top: 40px;
  }
}
.article-body h3.wp-block-heading {
  position: relative;
  margin-top: 10px;
  padding: 4px 0 4px 14px;
}
.article-body h3.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 5px;
  height: 30px;
  background: #2E6FC4;
}
.article-body li {
  margin-bottom: 0.5em;
}
.article-body img {
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.article-body a:not(.btn-cta):not(.btn-download) {
  color: #2E6FC4;
  text-decoration: underline;
}
@media (hover: hover) {
  .article-body a:hover {
    opacity: 0.8;
  }
}
.article-body blockquote {
  border-left: 3px solid #ccc;
  padding: 12px 20px;
  margin: 0;
  color: #2D2D2D;
  background: #fafafa;
}
.article-body strong,
.article-body b {
  font-weight: 700;
  color: #2D2D2D;
}
.article-body .simpletoc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  border: 1px solid #2E6FC4;
  margin: 1rem auto;
  padding: 30px 1rem;
  width: 100%;
}
.article-body .simpletoc .simpletoc-title {
  width: 100%;
  color: #2E6FC4;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.article-body .simpletoc .simpletoc-list {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
}
.article-body .simpletoc .simpletoc-list > li {
  position: relative;
  padding-left: 1.25rem;
}
.article-body .simpletoc .simpletoc-list > li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.article-body .simpletoc .simpletoc-list a {
  color: #2D2D2D;
  text-decoration: none;
}

.author-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #D8E8FD;
  border-radius: 10px;
  padding: 24px;
  width: 100%;
}
@media all and (max-width: 480px) {
  .author-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.author-avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.author-avatar img {
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media all and (max-width: 480px) {
  .author-avatar img {
    width: 120px;
    height: 120px;
  }
}

.author-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.author-label {
  font-size: 11px;
  color: #2D2D2D;
  margin: 0 0 4px;
}

.author-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: #2D2D2D;
  margin: 0 0 8px;
}

.author-bio {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #2D2D2D;
  margin: 0;
}

.related-posts {
  margin: 80px auto 50px;
}
@media all and (max-width: 768px) {
  .related-posts {
    margin: 64px auto 40px;
  }
}
@media all and (max-width: 480px) {
  .related-posts {
    margin: 48px auto 30px;
  }
}
.related-posts-title {
  color: #2E6FC4;
  font-size: 1.5rem;
  font-weight: 700;
}
.related-posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}
.related-posts-footer {
  margin-top: 50px;
  text-align: center;
}

.related-post-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 20px 1fr;
  grid-template-columns: 300px 1fr;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  .related-post-item:hover {
    opacity: 0.8;
  }
}
@media all and (max-width: 1024px) {
  .related-post-item {
    -ms-grid-columns: 240px 12px 1fr;
    grid-template-columns: 240px 1fr;
    gap: 12px;
  }
}
@media all and (max-width: 768px) {
  .related-post-item {
    -ms-grid-columns: 190px 12px 1fr;
    grid-template-columns: 190px 1fr;
    gap: 12px;
  }
}
@media all and (max-width: 480px) {
  .related-post-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.related-post-thumbnail {
  overflow: hidden;
  aspect-ratio: 4/3;
}
.related-post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.related-post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.related-post-title {
  font-size: 14px;
  font-weight: 700;
  color: #2D2D2D;
  line-height: 1.5;
  margin: 0;
}

.related-post-date {
  font-size: 12px;
  color: #2D2D2D;
}

.related-post-excerpt {
  font-size: 12px;
  color: #2D2D2D;
  line-height: 1.7;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-post-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}

.btn-view-all {
  display: inline-block;
  padding: 12px 42px;
  background-color: #909090;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) {
  .btn-view-all:hover {
    background: #2D2D2D;
    color: #fff;
  }
}

.single-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0;
  padding: 40px 0;
  width: 100%;
}
.single-cta .cta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}
@media all and (max-width: 768px) {
  .single-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.block-download-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  padding: 40px 0;
  width: 100%;
}

.btn-download {
  padding: 12px 20px;
  font-size: 1rem;
  min-width: 260px;
}

.btn-cta {
  padding: 12px 12px;
  font-size: 0.875rem;
  max-width: 260px;
  width: 100%;
}

.btn-cta,
.btn-download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #2E6FC4;
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid #2E6FC4;
  text-decoration: none;
}
@media (hover: hover) {
  .btn-cta:hover,
  .btn-download:hover {
    color: #2E6FC4;
    font-weight: 700;
    background: #fff;
    opacity: 1 !important;
  }
}
@media all and (max-width: 768px) {
  .btn-cta,
  .btn-download {
    width: 100%;
    max-width: 320px;
  }
}

.single-sidebar {
  position: sticky;
  top: 160px;
}
@media all and (max-width: 768px) {
  .single-sidebar {
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media all and (max-width: 768px) {
  .single-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.sidebar-widget {
  padding: 4px 0 0;
  margin-bottom: 24px;
}
.sidebar-widget-title {
  font-size: 14px;
  font-weight: 700;
  color: #2D2D2D;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #909090;
}

.sidebar-tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.page-main {
  padding-bottom: 120px;
}
@media all and (max-width: 768px) {
  .page-main {
    padding-bottom: 96px;
  }
}
@media all and (max-width: 480px) {
  .page-main {
    padding-bottom: 72px;
  }
}
.page-main .page-title {
  padding: 60px 0;
  color: #2E6FC4;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media all and (max-width: 768px) {
  .page-main .page-title {
    font-size: 1.625rem;
  }
}
@media all and (max-width: 480px) {
  .page-main .page-title {
    padding: 40px 0;
    font-size: 1.25rem;
  }
}
.page-main .page-title-s {
  padding: 60px 0;
  color: #2E6FC4;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media all and (max-width: 768px) {
  .page-main .page-title-s {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 480px) {
  .page-main .page-title-s {
    padding: 40px 0;
    font-size: 1.125rem;
  }
}

.page-company {
  padding-bottom: 60px;
}
@media all and (max-width: 768px) {
  .page-company {
    padding-bottom: 48px;
  }
}
@media all and (max-width: 480px) {
  .page-company {
    padding-bottom: 36px;
  }
}
.page-company .page-title {
  color: #2D2D2D;
  background-color: #EBF3FE;
}
.page-company .company-content {
  padding: 80px 0;
}
@media all and (max-width: 768px) {
  .page-company .company-content {
    padding: 64px 0;
  }
}
@media all and (max-width: 480px) {
  .page-company .company-content {
    padding: 48px 0;
  }
}
.page-company .company-content .company-name {
  font-size: 1.125rem;
  font-weight: 700;
}
.page-company .company-content .company-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.page-company .company-content .company-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  gap: 20px;
  width: 100%;
  font-size: 0.875rem;
}
@media all and (max-width: 480px) {
  .page-company .company-content .company-list dl {
    gap: 10px;
  }
}
.page-company .company-content .company-list dl + dl {
  border-top: 1px #878787 solid;
}
.page-company .company-content .company-list dl dt {
  width: 100px;
  color: #2E6FC4;
  font-weight: 500;
}
@media all and (max-width: 480px) {
  .page-company .company-content .company-list dl dt {
    width: 100%;
  }
}
.page-company .company-content .company-list dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  line-height: 1.8;
}
.page-company .company-content .company-list dl dd ul li {
  position: relative;
  padding-left: 1rem;
}
.page-company .company-content .company-list dl dd ul li + li {
  margin-top: 0.5em;
}
.page-company .company-content .company-list dl dd ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 480px) {
  .page-company .company-content .company-list dl dd {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}

.page-service .service-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px;
}
@media all and (max-width: 768px) {
  .page-service .service-content {
    gap: 56px;
  }
}
@media all and (max-width: 480px) {
  .page-service .service-content {
    gap: 42px;
  }
}
.page-service .description {
  margin: 0 auto;
  line-height: 2;
}
.page-service .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .page-service .service-list {
    gap: 56px;
  }
}
.page-service .service-list .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.page-service .service-list .service-item .service-title {
  position: relative;
  padding-left: 20px;
  font-size: 1.5rem;
  font-weight: 700;
}
.page-service .service-list .service-item .service-title::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 30px;
  background: #2E6FC4;
}
@media all and (max-width: 768px) {
  .page-service .service-list .service-item .service-title {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 480px) {
  .page-service .service-list .service-item .service-title {
    font-size: 1.125rem;
  }
}
.page-service .service-list .service-item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .page-service .service-list .service-item .row {
    gap: 30px;
  }
}
.page-service .service-list .service-item .row .img,
.page-service .service-list .service-item .row .body {
  width: 50%;
}
@media all and (max-width: 768px) {
  .page-service .service-list .service-item .row .img,
  .page-service .service-list .service-item .row .body {
    width: 100%;
  }
}
.page-service .service-list .service-item .row .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.page-service .service-list .service-item .row .body .txt {
  line-height: 2;
}
.page-service .service-list .service-item .row .body .link,
.page-service .service-list .service-item .row .body .download {
  width: 100%;
}
.page-service .service-list .service-item .row .body .btn-cta,
.page-service .service-list .service-item .row .body .btn-download {
  max-width: 100%;
  min-width: 260px;
}
@media (hover: hover) {
  .page-service .service-list .service-item .row .body .btn-cta:hover,
  .page-service .service-list .service-item .row .body .btn-download:hover {
    font-weight: 700;
  }
}
@media all and (min-width: 769px) {
  .page-service .service-list .service-item .row .body {
    padding-left: 48px;
  }
}

/*
 Block
*/
.wp-block-button a {
  font-weight: 700;
  text-decoration: none !important;
}

#contact .page-title {
  color: #2D2D2D;
  background-color: #EBF3FE;
}
#contact .card-body {
  padding: 60px 0 0;
}
#contact .card-body a {
  color: #2E6FC4;
  text-decoration: underline;
}
@media (hover: hover) {
  #contact .card-body a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
@media all and (max-width: 768px) {
  #contact .card-body {
    padding: 20px 0 0;
  }
}
#contact .wpforms-container-full:not(:empty) {
  margin: 0 auto;
}
#contact .wpforms-page-indicator {
  display: none;
}
#contact .wpforms-field {
  margin: 0;
  padding: 0;
}
#contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  #contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) {
    gap: 0 40px;
    padding: 30px 0 !important;
  }
}
@media all and (max-width: 768px) {
  #contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) {
    gap: 10px;
    padding: 18px 0 !important;
  }
}
#contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) > .wpforms-field-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  max-width: 250px;
  font-weight: normal;
}
@media all and (max-width: 768px) {
  #contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) > .wpforms-field-label {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-bottom: 8px;
    max-width: 100%;
    width: 100%;
  }
}
#contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) input::-webkit-input-placeholder, #contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) textarea::-webkit-input-placeholder {
  color: #CDCDCD;
  font-weight: normal;
}
#contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) input::-moz-placeholder, #contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) textarea::-moz-placeholder {
  color: #CDCDCD;
  font-weight: normal;
}
#contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) input:-ms-input-placeholder, #contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) textarea:-ms-input-placeholder {
  color: #CDCDCD;
  font-weight: normal;
}
#contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) input::-ms-input-placeholder, #contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) textarea::-ms-input-placeholder {
  color: #CDCDCD;
  font-weight: normal;
}
#contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) input::placeholder,
#contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) textarea::placeholder {
  color: #CDCDCD;
  font-weight: normal;
}
#contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) input:focus,
#contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) textarea:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media all and (min-width: 769px) {
  #contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) input,
  #contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) textarea {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
@media all and (min-width: 769px) {
  #contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) textarea {
    min-height: 300px;
  }
}
#contact .wpforms-field:not(.wpforms-field-pagebreak):not(#wpforms-286-field_9-container) select {
  max-width: 400px;
}
#contact .wpforms-field-layout-rows {
  width: 100%;
}
#contact .wpforms-field-layout-rows .wpforms-layout-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
#contact .wpforms-field-layout-rows .wpforms-layout-row .wpforms-layout-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
#contact .wpforms-pagebreak-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
#contact .wpforms-pagebreak-left::before, #contact .wpforms-pagebreak-left::after {
  display: none;
}
#contact .wpforms-field-pagebreak.btns {
  padding-top: 0;
  padding-bottom: 32px;
}
#contact .sent fieldset {
  display: none;
}
#contact .flex-column-reverse {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border-bottom: 0 !important;
}
#contact .flex-column-reverse fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#contact .flex-column-reverse fieldset > ul {
  margin-top: 20px;
}
#contact .flex-column-reverse fieldset > ul li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact .flex-column-reverse fieldset .wpforms-field-label-inline {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
#contact .flex-column-reverse fieldset textarea {
  margin: 0;
}
#contact #wpforms-286-field_9-container input {
  padding: 0;
}
#contact #wpforms-286-field_9-container em.wpforms-error {
  margin-top: 0;
  padding-left: 0;
  padding-bottom: 20px;
  text-align: center;
}
#contact .wpforms-pagebreak-left,
#contact .wpforms-submit-container {
  margin-top: 40px;
}
@media all and (max-width: 768px) {
  #contact .wpforms-pagebreak-left,
  #contact .wpforms-submit-container {
    margin-top: 20px;
  }
}

#thankyou .page-title {
  color: #2D2D2D;
  font-size: 1.25rem;
}
#thankyou .card-body {
  margin: 0 auto;
  max-width: 560px;
  font-size: 0.875rem;
  line-height: 2;
}
#thankyou .wp-block-buttons {
  margin-top: 60px;
}
#thankyou .wp-block-buttons .wp-block-button {
  width: 100%;
  text-align: center;
}

div.wpforms-container-full .wpforms-form .wpforms-field > label.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field > em.wpforms-error {
  padding: 0 0 0 296px;
}
@media all and (max-width: 768px) {
  div.wpforms-container-full .wpforms-form .wpforms-field > label.wpforms-error,
  div.wpforms-container-full .wpforms-form .wpforms-field > em.wpforms-error {
    padding: 0 0 0 6px;
  }
}

div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
  width: 100%;
  color: #D62C1A;
}

div.wpforms-container-full .wpforms-form label.wpforms-error:before,
div.wpforms-container-full .wpforms-form em.wpforms-error:before {
  background-color: #D62C1A;
}

.wpforms-entry-preview-compact, div.wpforms-container-full .wpforms-entry-preview-compact, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-compact {
  padding-bottom: 0 !important;
}

.wpforms-entry-preview-basic, .wpforms-entry-preview-compact, div.wpforms-container-full .wpforms-entry-preview-basic, div.wpforms-container-full .wpforms-entry-preview-compact, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-basic, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-compact {
  border-bottom: 0 !important;
}

@media all and (max-width: 767px) {
  .wpforms-entry-preview-compact .wpforms-entry-preview-label, .wpforms-entry-preview-table_compact .wpforms-entry-preview-label, div.wpforms-container-full .wpforms-entry-preview-compact .wpforms-entry-preview-label, div.wpforms-container-full .wpforms-entry-preview-table_compact .wpforms-entry-preview-label, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-compact .wpforms-entry-preview-label, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-table_compact .wpforms-entry-preview-label {
    width: 100% !important;
  }
}

@media all and (max-width: 767px) {
  .wpforms-entry-preview-compact .wpforms-entry-preview-value, .wpforms-entry-preview-table_compact .wpforms-entry-preview-value, div.wpforms-container-full .wpforms-entry-preview-compact .wpforms-entry-preview-value, div.wpforms-container-full .wpforms-entry-preview-table_compact .wpforms-entry-preview-value, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-compact .wpforms-entry-preview-value, div.wpforms-container-full .wpforms-form .wpforms-entry-preview-table_compact .wpforms-entry-preview-value {
    width: 100% !important;
  }
}

/*--------------------------------------
pagination
---------------------------------------*/
.pagination-wrapper {
  margin-top: 2rem;
  width: 100%;
}

.icon-arrow-l,
.icon-arrow-r {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
  overflow: hidden;
}

.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.pagination .page-item {
  padding: 0 2px;
}
.pagination .page-item:first-child .page-numbers {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination .page-item:last-child .page-numbers {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination .page-item .page-link,
.pagination .page-item .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  width: 42px;
  height: 42px;
  border: none;
  background: #fff;
  border: 1px #2D2D2D solid;
}
.pagination .page-item .page-link .icon-arrow-l,
.pagination .page-item .page-link .icon-arrow-r,
.pagination .page-item .page-numbers .icon-arrow-l,
.pagination .page-item .page-numbers .icon-arrow-r {
  position: relative;
  left: 4px;
  top: 1px;
}
@media all and (min-width: 769px) {
  .pagination .page-item .page-link:hover,
  .pagination .page-item .page-numbers:hover {
    color: #fff;
    background-color: #2D2D2D;
  }
  .pagination .page-item .page-link:hover .icon-arrow-l,
  .pagination .page-item .page-link:hover .icon-arrow-r,
  .pagination .page-item .page-numbers:hover .icon-arrow-l,
  .pagination .page-item .page-numbers:hover .icon-arrow-r {
    fill: #fff;
  }
}
.pagination .page-item .page-numbers {
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #2D2D2D;
  border: 0;
  opacity: 0.6;
}
@media all and (min-width: 769px) {
  .pagination .page-item.active .page-link:hover {
    background-color: rgba(45, 45, 45, 0.6);
    cursor: default;
  }
}