@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ===== Astra + Elementor 向けリセットCSS ===== */
/* 基本リセット */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #4D4D4D;
  background-color: #fff;
}

/* 画像やメディア */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  /* 画像のアスペクト比を保つ */
}

/* フォーム類 */
input,
button,
textarea,
select {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

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

/* リンクリセット */
a {
  text-decoration: none;
  color: inherit;
}

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

.d-md-block {
  display: none;
}
@media (max-width: 727px) {
  .d-md-block {
    display: block;
  }
}

.d-sm-block {
  display: none;
}
@media (max-width: 499px) {
  .d-sm-block {
    display: block;
  }
}

/* Astra特有の余白などを無効化 */
.site-content > .ast-container {
  padding: 0 !important;
}

.ast-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ヘッダーやフッターのスタイルを除外したい場合は下記も */
.ast-site-header,
.ast-footer {
  display: none !important;
  /* Elementorで作るなら無効化 */
}

/* Elementorのセクションが干渉されないように */
.elementor-section {
  padding: 0 !important;
  margin: 0 !important;
}

.elementor-widget-container p {
  margin-bottom: 0 !important;
}

.text-bg__light-orange h1,
.text-bg__light-orange p {
  display: inline-block;
  margin-top: 8px;
  background: #FFFAF3;
}

.container-wrapper {
  padding-inline-start: 32px;
  padding-inline-end: 32px;
}
@media (max-width: 767px) {
  .container-wrapper {
    padding-inline-start: 16px;
    padding-inline-end: 16px;
  }
}

.text-orange {
  color: #E97B35;
}

#content {
  overflow-x: clip;
}

#ast-scroll-top {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
#ast-scroll-top .ast-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (any-hover: hover) {
  #ast-scroll-top {
    transition: 0.2s;
  }
  #ast-scroll-top:hover {
    bottom: 40px;
  }
}

@media (max-width: 499px) {
  .elementor-61 .elementor-element.elementor-element-0e3957e {
    --min-height: 111vw !important;
  }
}
@media (max-width: 499px) {
  .elementor-61 .elementor-element.elementor-element-0e3957e .elementor-element.elementor-element-c275b0a {
    left: 5vw !important;
    top: 5vw !important;
  }
}
@media (max-width: 499px) {
  .elementor-61 .elementor-element.elementor-element-0e3957e .elementor-element.elementor-element-4b91da6 {
    left: -12vw !important;
    bottom: -11vw;
  }
  .elementor-61 .elementor-element.elementor-element-0e3957e .elementor-element.elementor-element-4b91da6 img {
    width: 120vw !important;
  }
}

.section__problems {
  background-image: linear-gradient(to bottom, #EEF6F5 80%, transparent 80%), url(../images/problems-bg.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, left bottom;
  background-size: auto, contain;
}

.section__problems-list {
  min-height: 200px;
  position: relative;
}
.section__problems-list::before {
  content: "";
  position: absolute;
  bottom: -12vw;
  left: 50%;
  transform: translateX(-50%);
  border: 6.5vw solid transparent;
  border-top: 6.5vw solid #FFF;
  width: initial;
  height: initial;
  top: initial;
  z-index: 2;
}
@media (max-width: 767px) {
  .section__problems-list::before {
    bottom: -19.1vw;
    border: 10.5vw solid transparent;
    border-top: 10.5vw solid #FFF;
  }
}
@media (min-width: 1200px) {
  .section__problems-list::before {
    bottom: -145px;
    border: 77.6px solid transparent;
    border-top: 77.6px solid #FFF;
  }
}
.section__problems-list::after {
  content: "";
  position: absolute;
  bottom: -12.3vw;
  left: 50%;
  transform: translateX(-50%);
  border: 6.2vw solid transparent;
  border-top: 6.2vw solid #67AEA6;
  z-index: 1;
}
@media (max-width: 767px) {
  .section__problems-list::after {
    bottom: -18.4vw;
    border: 9vw solid transparent;
    border-top: 9vw solid #67AEA6;
  }
}
@media (min-width: 1200px) {
  .section__problems-list::after {
    bottom: -148px;
    border: 74.1px solid transparent;
    border-top: 74.1px solid #67AEA6;
  }
}
.section__problems-list .elementor-icon-list-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section__service {
  background: url(../images/service-bg.svg), linear-gradient(to bottom, #FFF 80%, #FFFAF3 80%);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: relative;
}

.section__voices {
  background-image: linear-gradient(to bottom, #FFFAF3 80%, transparent 80%), url(../images/voices-bg.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, left bottom;
  background-size: auto, cover;
}

.voice-list {
  margin-inline: auto !important;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(300px, 440px));
  gap: 3.75rem 5rem;
  padding: 0 !important;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .voice-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .voice-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.voice-item {
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 3rem 3.9rem;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .voice-item {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .voice-item {
    padding: 3rem 2.8rem;
    max-width: 440px;
    margin-inline: auto;
  }
}

.voice-image img {
  width: 100%;
  max-width: 120px;
  margin-inline: auto;
  height: auto;
  display: block;
}

.voice-desc {
  color: #4D4D4D;
  font-size: 1rem;
  margin-top: 0.5rem;
  text-align: center;
}

.voice-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  color: #E97B35;
  border-bottom: dashed 2px #FFC300;
  padding-bottom: 0.3rem;
  margin-top: 0.5rem;
  margin-bottom: 1.4rem;
}

.voice-content {
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-size: 1.12rem;
}

.pagination {
  text-align: center;
  margin-top: 4rem;
}

.pagination ul {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination a,
.pagination span {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #E97B35;
  text-decoration: none !important;
  border-radius: 10px;
  background: #fff;
  color: #E97B35;
}

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

.privacy-list ul {
  padding-left: 0;
}
.privacy-list ul li {
  width: 100%;
}
.privacy-list ul li .xpro-infolist-content {
  width: 100%;
}
.privacy-list ul li h2 {
  width: 100%;
  padding-bottom: 4px;
  border-style: dotted;
  border-width: 0px 0px 2px 0px;
  border-color: #E97B35;
}
.privacy-list ul li p + p {
  margin-bottom: 24px !important;
}
.privacy-list ul li p + ul {
  margin-bottom: 24px !important;
}
.privacy-list ul li ul {
  padding-left: 0;
}
.privacy-list ul li ol {
  list-style: none;
  counter-reset: number 0;
  padding-left: 0;
}
.privacy-list ul li ol li {
  position: relative;
}
.privacy-list ul li ol li::before {
  content: "(" counter(number) ") ";
  counter-increment: number 1;
}

.xpro-post-grid-title:hover {
  text-decoration: underline;
  transition: 0.2s;
}

.xpro-post-grid-meta-category:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .xpro-post-grid-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .xpro-post-grid-content .xpro-post-grid-meta-list {
    padding-left: 0;
  }
}

.cf7-block .label {
  background-color: #999999;
  color: #fff;
  font-weight: bold;
  margin-right: 0.5em;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cf7-block .label {
    font-size: 16px;
  }
}
.cf7-block .label.required {
  background-color: #e66c00;
}
.cf7-block dl > div {
  display: flex;
}
@media (max-width: 767px) {
  .cf7-block dl > div {
    flex-direction: column;
  }
}
.cf7-block dl dt {
  display: flex;
  font-size: 20px;
  width: 15em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-block: 1.2em;
  border-top: 1px solid #FFC300;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .cf7-block dl dt {
    font-size: 17px;
    width: 100%;
    padding-bottom: 0;
  }
}
.cf7-block dl dt .text-orange {
  margin-left: 2.4em;
  font-size: 0.9em;
}
.cf7-block dl dd {
  flex: 1;
  padding-block: 1.2em;
  border-top: 1px solid #E6E6E6;
  margin: 0;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .cf7-block dl dd {
    border-top: none;
    padding-right: 1em;
  }
}
.cf7-block .purpose .title {
  align-self: flex-start;
}
.cf7-block .details .title {
  padding-top: 0.4em;
  align-self: flex-start;
}
.cf7-block p.acceptance {
  padding-top: 2.6em;
  text-align: center;
}
.cf7-block p.acceptance a {
  color: #E97B35;
  text-decoration: none;
}
.cf7-block .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
}
.cf7-block .wpcf7-checkbox .wpcf7-list-item-label {
  font-size: 20px;
  color: #4D4D4D;
}
@media (max-width: 767px) {
  .cf7-block .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 17px;
  }
}
.cf7-block .acceptance {
  padding-top: 4em;
  padding-bottom: 1em;
  text-align: center;
}
@media (max-width: 767px) {
  .cf7-block .acceptance {
    padding-top: 2rem;
  }
}
.cf7-block .acceptance .wpcf7-list-item-label {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cf7-block .acceptance .wpcf7-list-item-label {
    font-size: 17px;
  }
}
.cf7-block .link-orange {
  color: #E97B35;
  text-decoration: none !important;
}
.cf7-block .submit {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 3vw;
}
@media (max-width: 767px) {
  .cf7-block .submit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.cf7-block .submit::after {
  content: "";
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNDM4LjYgMjc4LjZjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNsLTE2MC0xNjBjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zTDMzOC44IDIyNCAzMiAyMjRjLTE3LjcgMC0zMiAxNC4zLTMyIDMyczE0LjMgMzIgMzIgMzJsMzA2LjcgMEwyMzMuNCAzOTMuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMGwxNjAtMTYweiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
}
.cf7-block .submit .wpcf7-spinner {
  position: absolute;
}
.cf7-block .wpcf7-submit {
  width: 440px;
  height: 80px;
  font-size: 30px;
  border-radius: 40px;
  border: 2px solid #E97B35;
  transition: 0.2s;
  color: #fff !important;
}
@media (max-width: 767px) {
  .cf7-block .wpcf7-submit {
    width: min(440px, 100%);
    margin-inline: auto;
    font-size: 20px;
    height: 58px;
  }
}
.cf7-block .wpcf7-submit:hover {
  opacity: 0.7;
}

input[type=text],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  background: #f9f9f9 !important;
  font-size: 20px;
  height: auto;
}

/* チェックボックス全体のスタイル */
.checkbox-wrap label,
.wpcf7-acceptance label {
  display: inline-block;
  margin-right: 1em;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 16px;
}

.checkbox-wrap input[type=checkbox],
.wpcf7-acceptance input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}

/* カスタムチェックスタイル */
.checkbox-wrap label::before,
.wpcf7-acceptance label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #B3B3B3;
  background: #F5F5F5;
  border-radius: 4px;
  box-sizing: border-box;
}

/* チェック状態のSVG */
.checkbox-wrap input[type=checkbox]:checked + span::after,
.wpcf7-list-item input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='16.667' viewBox='0 0 18 16.667'><path d='M803.333,2072.333,797,2064.555l6.111,3.778L815,2055.667Z' transform='translate(-797 -2055.667)' fill='%23e97b35'/></svg>") no-repeat center;
  background-size: 16px 16px;
  pointer-events: none;
}

.checkbox-wrap .wpcf7-list-item {
  margin-left: 0;
}

.taxonomy-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.taxonomy-badge {
  display: inline-block;
  background-color: #FFC300;
  color: #fff;
  font-size: 0.85em;
  padding: 0.2em 0.75em;
  border-radius: 5px;
  text-decoration: none !important;
}
@media (any-hover: hover) {
  .taxonomy-badge:hover {
    color: #fff;
    filter: opacity(0.8);
  }
}
.taxonomy-badge.badge-blog {
  background: #67AEA6;
}

.post-navigation {
  margin-top: 2em;
  border-top: 1px solid #ccc;
  padding-top: 1em;
}
.post-navigation .post-navigation__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1em;
  flex-wrap: wrap;
}
@media (max-width: 499px) {
  .post-navigation .post-navigation__list {
    flex-direction: column;
  }
}
.post-navigation .post-navigation__item {
  flex: 1;
  max-width: 50%;
}
@media (max-width: 499px) {
  .post-navigation .post-navigation__item {
    max-width: 100%;
  }
}
.post-navigation .post-navigation__item.post-navigation__next {
  text-align: -webkit-right;
}
.post-navigation .post-navigation__item.post-navigation__next a svg {
  margin-left: auto;
}
.post-navigation .post-navigation__item.post-navigation__next a::before {
  content: "";
}
.post-navigation .post-navigation__item a {
  color: #E97B35;
  background: #fff;
  border: 1px solid #E97B35;
  text-decoration: none;
  font-weight: bold;
  padding: 1rem;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
@media (max-width: 767px) {
  .post-navigation .post-navigation__item a {
    max-width: 100%;
  }
}
@media (max-width: 499px) {
  .post-navigation .post-navigation__item a {
    width: 100%;
  }
}
@media (any-hover: hover) {
  .post-navigation .post-navigation__item a:hover {
    color: #E97B35;
    filter: opacity(0.8);
  }
}

.single-seminar .seminar-details {
  background: #FFFAF3;
  border-radius: 30px;
  padding: 3rem;
}
.single-seminar .seminar-details div {
  display: flex;
  align-items: end;
}
@media (max-width: 767px) {
  .single-seminar .seminar-details div {
    flex-direction: column;
    margin-bottom: 0.5em;
  }
}
.single-seminar .seminar-details div dt {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #FFC300;
  width: 10em;
  padding: 1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .single-seminar .seminar-details div dt {
    font-size: 18px;
    width: 100%;
  }
}
.single-seminar .seminar-details div dd {
  border-bottom: 1px solid #E6E6E6;
  color: #4D4D4D;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 1rem;
  flex: 1;
}
@media (max-width: 767px) {
  .single-seminar .seminar-details div dd {
    width: 100%;
    border-bottom: 0;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .single-seminar .seminar-details div:last-of-type dt {
    border-bottom: 0;
  }
}

.taxonomy-archive-wrapper {
  width: 100%;
  min-height: 60vh;
}
.taxonomy-archive-wrapper .section-hero {
  background: url(../images/seminar-hero.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: max(395px, 8vw);
  position: relative;
}
@media (max-width: 1024px) {
  .taxonomy-archive-wrapper .section-hero {
    min-height: 38vw;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .taxonomy-archive-wrapper .section-hero {
    min-height: 180px;
  }
}
.taxonomy-archive-wrapper .section-hero .hero-title {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 2.25rem;
  letter-spacing: 0.02em;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .taxonomy-archive-wrapper .section-hero .hero-title {
    font-size: 22px;
    padding-top: 2rem;
  }
}
.taxonomy-archive-wrapper .taxonomy-section {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.taxonomy-archive-wrapper .sub-title {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.3rem;
}
@media (max-width: 1024px) {
  .taxonomy-archive-wrapper .sub-title {
    font-size: 12px;
  }
}
.taxonomy-archive-wrapper .sub-title.orange {
  color: #E97B35;
}
.taxonomy-archive-wrapper .sub-title.green {
  color: #67AEA6;
}
.taxonomy-archive-wrapper .title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 38px;
}
@media (max-width: 1024px) {
  .taxonomy-archive-wrapper .title {
    font-size: 23.98px;
  }
}
@media (max-width: 767px) {
  .taxonomy-archive-wrapper .title {
    font-size: 21.66px;
  }
}
.taxonomy-archive-wrapper .deco-image {
  text-align: center;
}
.taxonomy-archive-wrapper .deco-image img {
  margin-inline: auto;
}
.taxonomy-archive-wrapper .custom-taxonomy-archive-list {
  margin: 0;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
}
.taxonomy-archive-wrapper .custom-taxonomy-archive-list .custom-taxonomy-archive-item {
  padding: 20px 1em;
  border-top: 1px solid #E6E6E6;
  display: flex;
  align-items: baseline;
}
.taxonomy-archive-wrapper .custom-taxonomy-archive-list .custom-taxonomy-archive-item .post-date {
  font-size: 16px;
  color: #929292;
  margin-right: 6rem;
}

.ast-container {
  margin-top: 0;
}

.seminar-archive-wrapper {
  width: 100%;
}
.seminar-archive-wrapper .section-hero {
  background: url(../images/seminar-hero.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: max(275px, 8vw);
  position: relative;
}
.seminar-archive-wrapper .section-hero .hero-title {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 2.25rem;
}
.seminar-archive-wrapper .title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 38px;
}
@media (max-width: 1024px) {
  .seminar-archive-wrapper .title {
    font-size: 23.98px;
  }
}
.seminar-archive-wrapper .deco-image {
  text-align: center;
}
.seminar-archive-wrapper .deco-image img {
  margin-inline: auto;
}

.seminar-section {
  padding-top: 4rem;
  padding-bottom: 10rem;
  position: relative;
}
.seminar-section.new-section {
  background-image: url("../images/company-bg.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-bottom: 12rem;
}
.seminar-section.new-section::after {
  content: "";
  display: block;
  width: 16vw;
  height: 18vw;
  background: url(../images/deco-leaf-01.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -4vw;
  z-index: 0;
}
.seminar-section.close-section {
  padding-top: 4rem;
  background: #EEF6F5;
}
.seminar-section.close-section::after {
  content: "";
  display: block;
  width: 22vw;
  height: 24vw;
  background: url(../images/deco-leaf-02.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -6vw;
  right: -2vw;
  z-index: 0;
}
.seminar-section.close-section .post-date {
  margin-right: calc(47.6px + 2rem);
}
.seminar-section.close-section .description {
  text-align: center;
  margin-top: 3rem;
}

.archive-list {
  margin: 0;
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding-left: 0 !important;
}
.archive-list .archive-item {
  padding: 20px 1em;
  border-top: 1px solid #E6E6E6;
  display: flex;
  align-items: baseline;
}
@media (max-width: 767px) {
  .archive-list .archive-item {
    flex-wrap: wrap;
    align-items: center;
  }
}
.archive-list .archive-item:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}
.archive-list .archive-item .post-date {
  font-size: 16px;
  color: #929292;
  margin-right: 1.5rem;
}
.archive-list .archive-item .taxonomy-badges {
  margin-right: 1.5rem;
  min-width: 46px;
}
.archive-list .archive-item .link {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  text-decoration: none !important;
}
@media (max-width: 1024px) {
  .archive-list .archive-item .link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .archive-list .archive-item .link {
    width: 100%;
    margin-top: 0.2em;
  }
}
@media (any-hover: hover) {
  .archive-list .archive-item .link:hover {
    color: #E97B35;
  }
}

.ast-separate-container .ast-article-single {
  padding: 0;
}

.elementor-widget-xpro-post-content .xpro-elementor-content p,
.elementor-widget-xpro-post-content .xpro-elementor-content ul {
  margin-block: 1em;
}
.elementor-widget-xpro-post-content .xpro-elementor-content h1,
.elementor-widget-xpro-post-content .xpro-elementor-content h2,
.elementor-widget-xpro-post-content .xpro-elementor-content h3,
.elementor-widget-xpro-post-content .xpro-elementor-content h4,
.elementor-widget-xpro-post-content .xpro-elementor-content h5 {
  margin-block: 2em;
}/*# sourceMappingURL=style.css.map */