@charset "UTF-8";
/******************************************************************
Theme Name: OKAYAMA Craft Consulting Theme
Theme URI: https://www.craft-okayama.com/
Description: クラフトコンサルティング様のオリジナルテーマです。
Version: 1.0.0
Author: OKAYAMA Craft Consulting
Author URI: https://www.craft-okayama.com/
******************************************************************/
/* ========================================
   CSS Variables
======================================== */
:root {
  --black: #242424;
  --neutral: #333;
  --primary: #17989C;
  --primary-light: #D6E8E8;
  --secondary: #8C8C8C;
  --key: #23ABAF;
  --base-color: #F3F3F3;
  --gray01: #707070;
  --gray02: #656565;
  --gray03: #D9D9D9;
  --gray04: #3A3A3A;
  --gray05: #DFDFDF;
  --gray06: #D6D6D6;
  --gray07: #E5E5E5;
  --sp-gutter-x: 1.5rem;
  --space-0: 0;
  --space-2: 2px;
  --space-4: 4px;
  --space-8: 8px;
  --space-10: 10px;
  --space-12: 12px;
  --space-14: 14px;
  --space-16: 16px;
  --space-20: 20px;
  --space-24: 24px;
  --space-30: 30px;
  --space-32: 32px;
  --space-40: 40px;
  --space-48: 48px;
  --space-56: 56px;
  --space-64: 64px;
  --space-80: 80px;
  --space-96: 96px;
  --space-120: 120px;
  --space-160: 160px;
  --space-240: 240px;
  --radius-xs: 2px;
  --radius-sm: 9px;
  --radius-md: 20px;
  --radius-lg: 40px;
  --radius-xl: 80px;
  /* --radius-pill: 999px; */
  /* --width-sp: 390px; */
  /* --width-sp-inner: 342px; */
  /* --width-sp-narrow: 302px; */
  /* --width-pc: 1440px; */
  /* --width-pc-inner: 1200px; */
}
.bg-primary {
  background-color: var(--primary);
}
.text-primary {
  color: var(--primary);
}
.bg-secondary {
  background-color: var(--secondary);
}
.text-secondary {
  color: var(--secondary);
}
.bg-black {
  background-color: var(--black) !important;
}
.text-black {
  color: var(--black) !important;
}
.text-neutral {
  color: var(--neutral);
}
.text-key {
  color: var(--key);
}
.bg-secondary-2 {
  background-color: #196090;
  color: #fff;
}
.text-secondary-2 {
  color: #196090;
}
.bg-secondary-3 {
  background-color: #124364;
  color: #fff;
}
.text-secondary-3 {
  color: #124364;
}
.bg-secondary-4 {
  background-color: #0a2639;
  color: #fff;
}
.text-secondary-4 {
  color: #0a2639;
}
.bg-secondary-5 {
  background-color: #02090e;
  color: #fff;
}
.text-secondary-5 {
  color: #02090e;
}
.bg-secondary-tint-1 {
  background-color: #5faee3;
  color: #000;
}
.text-secondary-tint-1 {
  color: #5faee3;
}
.bg-secondary-tint-2 {
  background-color: #8bc4ea;
  color: #000;
}
.text-secondary-tint-2 {
  color: #8bc4ea;
}
.bg-secondary-analogous-1 {
  background-color: #34dbcb;
  color: #fff;
}
.text-secondary-analogous-1 {
  color: #34dbcb;
}
.bg-secondary-analogous-2 {
  background-color: #3445db;
  color: #fff;
}
.text-secondary-analogous-2 {
  color: #3445db;
}
.bg-secondary-complementary {
  background-color: #db7734;
  color: #fff;
}
.text-secondary-complementary {
  color: #db7734;
}
.bg-secondary-triad-1 {
  background-color: #db3498;
  color: #fff;
}
.text-secondary-triad-1 {
  color: #db3498;
}
.bg-secondary-triad-2 {
  background-color: #98db34;
  color: #fff;
}
.text-secondary-triad-2 {
  color: #98db34;
}
.bg-key-complement {
  background-color: #db7734;
  color: #fff;
}
.text-key-complement {
  color: #db7734;
}
.bg-key-analogous-1 {
  background-color: #34dbcb;
  color: #fff;
}
.text-key-analogous-1 {
  color: #34dbcb;
}
.bg-key-analogous-2 {
  background-color: #3445db;
  color: #fff;
}
.text-key-analogous-2 {
  color: #3445db;
}
.bg-key-triad-1 {
  background-color: #db3498;
  color: #fff;
}
.text-key-triad-1 {
  color: #db3498;
}
.bg-key-triad-2 {
  background-color: #98db34;
  color: #fff;
}
.text-key-triad-2 {
  color: #98db34;
}
.bg-key-shade-1 {
  background-color: var(--secondary);
  color: #fff;
}
.text-key-shade-1 {
  color: var(--secondary);
}
.bg-key-tint-1 {
  background-color: #5faee3;
  color: #000;
}
.text-key-tint-1 {
  color: #5faee3;
}
::placeholder {
  color: var(--gray03);
}
/* ========================================
   Theme Default Classes
======================================== */
html {
  overflow-x: hidden;
}
body {
  color: var(--black);
  background-color: var(--base-color);
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, "メイリオ", sans-serif;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  word-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding-top: 68px;
}
.font-en {
  font-family: "Jost", Arial, Helvetica, sans-serif;
}
a:hover {
  opacity: .75;
}
.mb-6 {
  margin-bottom: 3.5rem !important;
}
.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-8 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}
/* Padding classes using --space-40 */
/* Note: pt-lg-*, pb-lg-*などのBootstrapクラスと併用する場合は、Bootstrapクラスが優先されます */
.p-40px {
  padding: var(--space-40);
}
.pt-40px {
  padding-top: var(--space-40);
}
.pb-40px {
  padding-bottom: var(--space-40);
}
.px-40px {
  padding-left: var(--space-40);
  padding-right: var(--space-40);
}
.py-40px {
  padding-top: var(--space-40);
  padding-bottom: var(--space-40);
}
.pt-62px {
  padding-top: 62px;
}
.pt-6 {
  padding-top: 3.5rem !important;
}
.pt-7 {
  padding-top: 5rem !important;
}
.pb-6 {
  padding-bottom: 3.5rem !important;
}
.pb-7 {
  padding-bottom: 5rem !important;
}
.fs-2-sm {
  font-size: clamp(1.2rem, 3vw, 2rem) !important;
}
.fs-3 {
  font-size: clamp(1rem, 2.5vw, 1.5rem) !important;
}
.lh-150 {
  line-height: 1.5;
}
.lh-md {
  line-height: 1.8;
}
.lh-xl {
  line-height: 2.2;
}
.ls-1 {
  letter-spacing: 0.1em;
}
.ls-02 {
  letter-spacing: 0.02em;
}
.ls--02 {
  letter-spacing: -0.02em;
}
#breadcrumb {
  display: none;
  font-size: 60%;
  margin: .5rem auto 0;
}
.single #breadcrumb {
  display: block;
}
#breadcrumb ol {
  display: flex;
  align-items: center;
  color: var(--secondary);
  max-width: calc(100%);
  list-style: none;
  overflow: auto;
  white-space: nowrap;
  padding-left: 0;
}
#breadcrumb ol li {
  margin-left: 0.5em;
}
#breadcrumb ol li:first-child {
  margin-left: 0;
}
#breadcrumb ol li a::after {
  color: var(--secondary);
  content: "＞";
  display: inline-block;
  line-height: 1.7;
  margin-left: .25rem;
}
#breadcrumb ol li a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
#breadcrumb li a {
  color: var(--secondary);
  text-decoration: none;
}
button {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input[type="submit"] {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input[type="text"] {
  display: block;
  padding: .5rem 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
}
input[type="email"] {
  display: block;
  padding: .5rem 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
}
input[type="url"] {
  display: block;
  padding: .5rem 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
}
textarea {
  display: block;
  padding: .5rem 2%;
  font-size: 1em;
  color: var(--black);
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid var(--bs-gray-400);
  resize: vertical;
}
select {
  width: auto;
  border: 1px solid var(--bs-gray-400);
  padding: .5rem 1.5rem .5rem 2%;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(./library/images/material/select-arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: .5rem .5rem;
}
.asterisk {
  color: var(--bs-red);
}
input[type="search"] {
  display: block;
  padding: .5rem 2%;
  font-size: 1rem;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  width: calc(100% - 70px);
  height: 40px;
  line-height: 40px;
  border: 1px solid var(--bs-gray-400);
}
.searchform button {
  height: 40px;
  width: 50px;
  cursor: pointer;
  position: relative;
  border: none;
  border-radius: .25rem;
  background: var(--bs-gray-100);
}
.searchform button::before {
  content: " ";
  background-image: url(./library/images/icon/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.policy ul {
  list-style: none;
  padding-left: 0;
}
.policy ul li {
  position: relative;
  padding-left: 1.5rem;
}
.policy ul li span {
  position: absolute;
  left: 0;
}
#page-top {
  right: .5rem;
  z-index: 2;
  cursor: pointer;
}
#page-top img {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
}
#not-found {
  border: 1px solid var(--primary);
  padding: 2rem 1rem;
  border-radius: 1rem;
}
#not-found ul {
  list-style-type: disc;
  margin-left: 1rem;
}
#not-found ul::marker {
  color: var(--primary);
}
#not-found ul li a {
  text-decoration: underline;
}
#not-found h2 {
  font-size: 2em;
  line-height: 1.2;
}
#not-found h3 {
  border-bottom: 2px solid var(--bs-gray-400);
  color: var(--black);
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.2;
  padding-bottom: .5rem;
}
#not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem .5rem 0 .5rem;
  border-color: var(--bs-gray-600) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}
#post-not-found {
  border: 1px solid var(--primary);
  padding: 2rem 1rem;
  border-radius: 1rem;
}
#post-not-found ul {
  list-style-type: disc;
  list-style-type: disc;
  list-style-type: disc;
  margin-left: 1rem;
  margin-left: 1rem;
  margin-left: 1rem;
}
#post-not-found ul::marker {
  color: var(--primary);
}
#post-not-found ul li a {
  text-decoration: underline;
  text-decoration: underline;
  text-decoration: underline;
}
#post-not-found h2 {
  font-size: 2em;
  line-height: 1.2;
}
#post-not-found h3 {
  border-bottom: 2px solid var(--bs-gray-400);
  color: var(--black);
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.2;
  padding-bottom: .25rem;
}
#post-not-found h3::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem .5rem 0 .5rem;
  border-color: var(--bs-gray-600) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  transform: translateY(-50%);
}
table tr:first-child th {
  padding-top: 0;
}

table th, table td {
  width: 100%;
  display: inline-block;
  padding: 1em 0;
  text-align: left;
}
table th + td {
  padding-top: 0;
}
table td {
  border-bottom: 1px solid var(--bs-gray-400);
}
table.form {
  margin-top: -1rem;
}
table.form tr th {
  vertical-align: text-top;
  padding: 1rem 0 0;
}
table.sp-block-table tr th {
  display: block;
  width: 100%;
  text-align: left;
}
table.sp-block-table tr td {
  display: block;
  width: 100%;
  text-align: left;
}
.contact-btn-flex-box {
  display: flex;
  justify-content: center;
  margin-left: -.5rem;
  margin-right: -.5rem;
}
.contact-btn-flex-box button {
  margin: 0 .5rem;
}
.category-name {
  padding: .2em .5em;
  opacity: .9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  font-size: 65%;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
@media (min-width: 768px) {
  body {
    font-size: 1rem;
  }
  .mb-md-6 {
    margin-bottom: 3.5rem !important;
  }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  #breadcrumb {
    font-size: 70%;
    margin: 1em auto 0;
  }
  #page-top {
    right: 1.5rem;
  }
  #page-top img {
    height: 3rem;
    width: 3rem;
  }
  #not-found {
    padding: 2rem;
  }
  #not-found h2 {
    font-size: 2.5em;
  }
  #post-not-found {
    padding: 2rem;
  }
  #post-not-found h2 {
    font-size: 2.5em;
  }
  table tr:first-child th {
    padding-top: 1em;
  }
  table th, table td {
    display: table-cell;
    width: auto;
    border-bottom: 1px solid var(--bs-gray-400);
  }
  table th + td {
    padding-top: 1em;
  }
  .company-table th {
    width: 40%;
  }
  table.sp-block-table tr th {
    display: table-cell;
    width: auto;
  }
  table.sp-block-table tr td {
    display: table-cell;
    width: auto;
  }
  table.form.sp-block-table tr th {
    padding: 1em .5em 1em 0;
    font-size: 20px;
    line-height: 1.2;
    width: 280px;
  }
}
@media (min-width: 992px) {
  .mb-lg-6 {
    margin-bottom: 3.5rem !important;
  }
  .pt-lg-62px {
    padding-top: 62px !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pt-lg-8 {
    padding-top: 7.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .vision-tagline-en {
    transform: translateY(-40%);
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 116px;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .py-xl-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pt-xl-8 {
    padding-top: 7.5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 7.5rem !important;
  }
}
/* ========================================
   Title Classes
======================================== */
.primary-ttl01, .primary-ttl02 {
  font-size: 12px;
}
.primary-ttl01 span.font-en {
  display: inline-block;
  font-size: 1.5rem;
}
.primary-ttl02 span.font-en {
  display: inline-block;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .primary-ttl01, .primary-ttl02 {
    font-size: 1rem;
  }
  .primary-ttl01 span.font-en, .primary-ttl02 span.font-en {
    line-height: 1;
    padding-bottom: 2rem;
  }
  .primary-ttl01 span.font-en {
    font-size: 3.5rem;
  }
  .primary-ttl02 span.font-en {
    font-size: 2rem;
  }
}
/* ========================================
   Button Classes
======================================== */
.primary-btn01 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 264px;
  padding: 1rem 1.5rem;
  border: 1px solid var(--black);
  border-radius: 3rem;
  background-color: var(--black);
  text-decoration: none;
  transition: background-color 0.3s ease;
  gap: 1rem;
}
.primary-btn01-text {
  font-weight: 700;
  color: var(--bs-white);
  transition: color 0.3s ease;
  line-height: 1.2;
  font-size: 16px;
}
.primary-btn01-arrow {
  display: flex;
  align-items: center;
}
.primary-btn01-arrow-left {
  width: 4px;
  height: 1.11px;
  background-color: var(--bs-white);
  margin-right: 4px;
  transition: background-color 0.3s ease;
}
.primary-btn01-arrow-right {
  position: relative;
  width: 1rem;
  height: 1.11px;
  background-color: var(--bs-white);
  transition: width 0.3s ease, background-color 0.3s ease;
}
.primary-btn01-arrow-right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 1.11px solid var(--bs-white);
  border-right: 1.11px solid var(--bs-white);
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
}
.primary-btn01:hover, .primary-btn03:hover {
  background-color: var(--bs-white);
  opacity: 1;
}
.primary-btn01:hover .primary-btn01-text, .primary-btn01.rev .primary-btn01-text, .primary-btn03:hover, .primary-btn03.rev {
  color: var(--black);
}
.primary-btn01:hover .primary-btn01-arrow-left, .primary-btn01:hover .primary-btn01-arrow-right, .primary-btn01.rev .primary-btn01-arrow-right, .primary-btn01.rev:hover, .primary-btn01.rev .primary-btn01-arrow-left, .primary-btn01.rev .primary-btn01-arrow-left, .primary-btn03.rev:hover {
  background-color: var(--black);
}
.primary-btn01:hover .primary-btn01-arrow-right::after, .primary-btn01.rev .primary-btn01-arrow-right::after {
  border-color: var(--black);
}
.primary-btn01.rev {
  background-color: inherit;
}
.primary-btn03.rev {
  background-color: inherit;
}
.primary-btn01.rev:hover .primary-btn01-text, .primary-btn03.rev:hover {
  color: var(--bs-white);
}
.primary-btn01.rev:hover .primary-btn01-arrow-left, .primary-btn01.rev:hover .primary-btn01-arrow-right {
  background-color: var(--bs-white);
}
.primary-btn01.rev:hover .primary-btn01-arrow-right::after {
  border-color: var(--bs-white);
}
.primary-btn01.small-btn {
  font-size: 0.75rem;
  padding: .6875rem 1.2rem;
}
.primary-btn02 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 264px;
  padding: 0.7rem 1.5rem;
  border-radius: 3rem;
  background-color: var(--bs-white);
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.primary-btn02-text {
  font-weight: 700;
  font-size: 16px;
  color: var(--key);
  transition: color 0.3s ease;
}
.primary-btn02-arrow {
  display: flex;
  align-items: center;
}
.primary-btn02-arrow-left {
  width: 4px;
  height: 1px;
  background-color: var(--black);
  margin-right: 4px;
  transition: background-color 0.3s ease;
}
.primary-btn02-arrow-right {
  position: relative;
  width: 1rem;
  height: 1px;
  background-color: var(--black);
  transition: width 0.3s ease, background-color 0.3s ease;
}
.primary-btn02-arrow-right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  transform: translateY(-50%) rotate(45deg);
  transition: border-color 0.3s ease;
}
.primary-btn02:hover {
  background-color: var(--primary);
  opacity: 1;
}
.primary-btn02:hover .primary-btn02-text {
  color: var(--bs-white);
}
.primary-btn02:hover .primary-btn02-arrow-left,
.primary-btn02:hover .primary-btn02-arrow-right {
  background-color: var(--bs-white);
}
.primary-btn02:hover .primary-btn02-arrow-right {
  width: 80px;
}
.primary-btn02:hover .primary-btn02-arrow-right::after {
  border-color: var(--bs-white);
}
.primary-btn03 {
  border: 1px solid var(--black);
  border-radius: var(--radius-xl);
  background-color: var(--black);
  color: var(--bs-white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: .8125rem 1.5rem;
  width: 100%;
  transition: background-color 0.3s ease;
}
.primary-btn03.small-btn {
  padding: 9px 19px;
  width: auto;
}
.secondary-btn01 {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.5;
  transition: 0.3s ease;
}
.secondary-btn01::after {
  content: "";
  width: 19px;
  height: 13px;
  background: center / 19px 13px no-repeat;
  background-image: url(./library/images/icon/arrow-right-gray.svg);
  transition: 0.3s ease;
}
.secondary-btn01:hover {
  color: var(--primary);
  opacity: 1;
}
.secondary-btn01:hover:after {
  background-image: url(./library/images/icon/arrow-right-sp.svg);
}
@media (max-width: 767px) {
  .primary-btn03.small-btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .primary-btn01, .primary-btn03 {
    width: auto;
    min-width: 282px;
    gap: 2rem;
  }
  .primary-btn01-text {
    font-size: 24px;
  }
  .primary-btn01.small-btn .primary-btn01-text {
    font-size: 1.0775rem;
  }
  .primary-btn01-arrow-left, .primary-btn01-arrow-right {
    height: 2px;
  }
  .primary-btn01-arrow-right::after {
    border-top: 2px solid var(--bs-white);
    border-right: 2px solid var(--bs-white);
  }
  .primary-btn03 {
    font-size: 1.125rem;
  }
  .primary-btn02 {
    padding: 1.5rem 2.5rem;
    max-width: calc(100% - 2.375rem);
  }
  .primary-btn02-text {
    font-size: 1.5rem;
  }
  .primary-btn02-arrow-left, .primary-btn02-arrow-right {
    height: 2px;
  }
  .primary-btn02-arrow-right::after {
    border-top: 2px solid var(--black);
    border-right: 2px solid var(--black);
  }
  .primary-btn02:hover .primary-btn02-arrow-right {
    width: 180px;
  }
  .primary-btn03.small-btn {
    font-size: 1rem;
    padding: .9375rem 2rem;
  }
  .secondary-btn01:hover:after {
    background-image: url(./library/images/icon/arrow-right.svg);
  }
}
@media (min-width: 992px) {
  .primary-btn02 {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .primary-btn01, .primary-btn03 {
    gap: 3rem;
    min-width: 372px;
    padding: 1.75rem 2.5rem;
  }
  .primary-btn01.small-btn {
    padding: .875rem 1.5rem;
  }
  .primary-btn03 {
    padding: 1.625rem 2.5rem;
  }
  .secondary-btn01 {
    font-size: 18px;
  }
  .secondary-btn01::after {
    width: 22px;
    height: 16px;
    background-size: 22px 16px;
  }
}
/* ========================================
   Header
======================================== */
.header {
  height: 68px;
  padding: 1rem 1.25rem;
  z-index: 100;
  background-color: var(--base-color);
}
.header-hamburger-btn {
  background-color: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  position: fixed;
  right: .75rem;
  top: 14px;
  z-index: 11;
}
.header-hamburger-icon {
  display: block;
  width: 40px;
  height: 40px;
}
.header-hamburger-line {
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  transform-origin: 20px 20px;
}
.open .header-hamburger-line-1 {
  transform: translate(0, -4.1667px) rotate(45deg);
  transform-origin: 20px 24.1667px;
}
.open .header-hamburger-line-2 {
  opacity: 0;
}
.open .header-hamburger-line-3 {
  transform: translate(0, 4.1667px) rotate(-45deg);
  transform-origin: 20px 15.8333px;
}
.header-logo img {
  height: 34px;
}
.header-hamburger-nav {
  position: fixed;
  right: -769px;
  z-index: 10;
  width: 100%;
  max-width: 300px;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: -1px 0px 1px 1px rgba(0, 0, 0, 0.07);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-hamburger-nav::-webkit-scrollbar {
  display: none;
}
.header-hamburger-nav-logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.header-hamburger-nav-logo img {
  height: 30px;
}
.header-hamburger-nav-inner ul {
  list-style: none;
}
.header-hamburger-nav-inner ul:not(.sub-menu) {
  padding: 0 1rem 1rem;
}
.header-hamburger-nav-inner ul:not(.sub-menu) li {
  position: relative;
}
.header-hamburger-nav-inner a {
  display: block;
  padding: 1rem 3rem 1rem 0;
  line-height: 1.2;
  border-bottom: 1px solid var(--bs-gray-100);
}
.header-hamburger-nav-inner .accordion_icon {
  transition: all .4s;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  top: 0;
  z-index: 11;
  cursor: pointer;
  margin: 5px 0;
}
.header-hamburger-nav-inner .accordion_icon::after {
  content: "";
  position: absolute;
  top: -2.5px;
  bottom: 0;
  right: 12.5px;
  width: .5rem;
  height: .5rem;
  margin: auto 5px;
  border-top: 2px solid var(--bs-white);
  border-right: 2px solid var(--bs-white);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header-hamburger-nav-inner .accordion_icon.sp-menu-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s;
  transition: all .3s;
  top: 2.5px;
}
.header-hamburger-nav-inner .sub-menu {
  display: none;
  padding-left: 0;
}
.header-hamburger-nav-inner .sub-menu a {
  padding: 10px 10px 10px 20px;
  font-weight: normal;
  position: relative;
}
.header-hamburger-nav-inner .sub-menu a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: .5rem;
  height: .5rem;
  border-top: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header-contact-btn {
  background-color: var(--black);
  border-radius: 3rem;
  color: var(--bs-white);
  padding: .5rem 1rem;
  text-decoration: none;
  transition: all ease-in 0.2s;
}
.header-contact-btn:hover {
  background-color: var(--primary);
  opacity: 1;
}
@media (min-width: 576px) {
  .header-hamburger-nav {
    width: 320px;
  }
}
@media (min-width: 768px) {
  .header {
    background-color: var(--base-color);
    padding: 2rem 1rem;
  }
  .header-global-nav {
    background-color: var(--bs-white);
    border-radius: 3rem;
    padding: .5rem 1rem;
  }
  .header-global-nav ul {
    display: flex;
    margin-bottom: 0;
  }
  .header-global-nav ul li {
    font-size: clamp(.85rem, .794rem + .23vw, 1rem);
    padding: 0 .25rem;
    position: relative;
    list-style: none;
  }
  .header-global-nav ul li:first-child {
    padding-left: 0;
  }
  .header-global-nav ul li:last-child {
    padding-right: 0;
  }
  .header-global-nav ul li:hover a {
    color: var(--primary);
    opacity: 1;
  }
  .header-global-nav ul:not(.sub-menu) li:hover .sub-menu {
    display: block;
    width: 250px;
  }
  .header-global-nav ul.sub-menu {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 2;
    padding-top: .5rem;
  }
  .header-global-nav ul.sub-menu li {
    padding: 0;
  }
  .header-global-nav ul.sub-menu li a {
    padding: .5rem;
    border: 1px solid var(--bs-gray-100);
    display: block;
    line-height: 1;
    margin-top: -1px;
    background: var(--bs-gray-100);
  }
  .header-global-nav ul.sub-menu li a:hover {
    background: var(--primary);
    color: var(--bs-white);
    opacity: 1;
  }
  .header-contact-btn {
    font-size: clamp(0.85rem, 1vw, 1rem);
  }
}
@media (min-width: 992px) {
  .header {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .header {
    height: 116px;
    padding: 2rem 3rem;
  }
  .header-logo img {
    height: 50px;
  }
  .header-global-nav {
    padding: .85rem 2rem
  }
  .header-global-nav ul li {
    padding: 0 .5rem;
  }
  .header-contact-btn {
    padding: .875rem 2rem;
  }
}
@media (min-width: 1440px) {
  .header-global-nav ul li {
    padding: 0 .75rem;
  }
}
/* ========================================
   Footer
======================================== */
.footer {
  padding: 40px 14px;
}
.footer p {
  font-size: 16px
}
.footer p[itemprop="address"] {
  letter-spacing: 0;
}
.footer-logo img {
  height: 57px;
}
.footer-tel {
  position: relative;
  padding-left: 2rem;
  font-size: 2rem;
  transition: all ease-in 0.2s;
  -webkit-text-size-adjust: 100%;
  touch-action: manipulation;
  color: var(--bs-white);
}
.footer-tel:hover {
  color: var(--primary);
  opacity: 1;
}
.footer-tel::before {
  content: "";
  position: absolute;
  top:0.35em;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  mask: url("./library/images/icon/icon-tel.svg") center / contain no-repeat;
  -webkit-mask: url("./library/images/icon/icon-tel.svg") center / contain no-repeat;
}
.footer a[href^="tel"] {
  font-size: 16px;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
a[href^="tel"] {
  -webkit-touch-callout: none;
}
/* .footer-tel:hover::before {
  background-image: url(./library/images/icon/icon-tel-primary.svg);
} */
.footer-contact-btn {
  background-color: var(--bs-white);
  border-radius: 3rem;
  color: var(--neutral);
  font-size: 16px;
  padding: .65rem 2.5rem;
  text-decoration: none;
  transition: all ease-in 0.2s;
}
.footer-contact-btn:hover {
  background-color: var(--primary);
  color: var(--bs-white);
  opacity: 1;
}
.footer-menu ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  margin-bottom: 0;
  justify-content: space-between;
  gap: clamp(.5rem, 1.25vw, 1.5625rem);
}
.footer-menu li {
  width: auto;
}
.footer-menu li a {
  color: var(--bs-white);
  font-size: clamp(0.75rem, 1vw, 1rem);
}
.footer-menu li:hover a {
  color: var(--key);
  opacity: 1;
}
.footer-copy {
  font-size: clamp(10px, 1vw, 12px);
}
@media (min-width: 576px) {
  .footer-logo img {
    height: 5.25rem;
  }
}
@media (min-width: 768px) {
  .footer-contact-btn {
    font-size: 16px;
  }
  .footer-menu ul {
    grid-template-columns: 1fr;
  }
  .footer-menu li {
    width: auto;
  }
  .footer-menu-wrapper {
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 74px 0;
  }
  .footer-contact-btn {
    padding: .875rem 2rem;
  }
  .footer-menu-wrapper {
    gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .footer-contact-btn {
    padding: 1.0rem 2.5rem;
  }
}
/* ========================================
   Container - renewal
======================================== */
.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.gx-1 {
  --bs-gutter-x: calc(var(--sp-gutter-x) * 0.5);
}
.gx-2 {
  --bs-gutter-x: calc(var(--sp-gutter-x) * 0.75);
}
.gx-3 {
  --bs-gutter-x: var(--sp-gutter-x);
}
.gx-4 {
  --bs-gutter-x: calc(var(--sp-gutter-x) * 1.25);
}
.gx-5 {
  --bs-gutter-x: calc(var(--sp-gutter-x) * 1.5);
}
/* 専用ガッター: 24px / 40px / 56px（Bootstrapのrowと併用） */
.g-24.row {
  margin: calc(var(--space-24) / -2);
}
.g-24.row > * {
  padding: calc(var(--space-24) / 2);
}
.g-40.row {
  margin: calc(var(--space-40) / -2);
}
.g-40.row > * {
  padding: calc(var(--space-40) / 2);
}
.g-56.row {
  margin: calc(var(--space-56) / -2);
}
.g-56.row > * {
  padding: calc(var(--space-56) / 2);
}
@media (min-width: 768px) {
  .g-md-40.row {
    margin: calc(var(--space-40) / -2);
  }
  .g-md-40.row > * {
    padding: calc(var(--space-40) / 2);
  }
  .g-md-56.row {
    margin: calc(var(--space-56) / -2);
  }
  .g-md-56.row > * {
    padding: calc(var(--space-56) / 2);
  }
}
@media (min-width: 992px) {
  .g-lg-56.row {
    margin: calc(var(--space-56) / -2);
  }
  .g-lg-56.row > * {
    padding: calc(var(--space-56) / 2);
  }
}
.row {
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 576px) {
  .container {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1224px;
  }
}
/* contactページ：PC時はコンテンツ幅を最大800pxに */
@media (min-width: 1200px) {
  body.contact .container {
    max-width: 800px;
  }
}
/* ========================================
   フロントページ・共通用CSS
======================================== */
.hero {
  width: 100%;
  padding-top: var(--space-8);
}
.hero-slider {
  overflow: hidden;
}
.hero-slider .swiper {
  overflow: visible;
}
.hero-slider .swiper-slide {
  width: calc(100% - 2rem);
}
.hero-main {
  margin-inline: auto;
  max-width: 100%;
  overflow: hidden;
}
.hero-track {
  display: flex;
  overflow: hidden;
}
.hero-track img {
  aspect-ratio: 1 / 1;
}
.hero-card {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.hero-date {
  margin: var(--space-24) 0 0;
  color: var(--secondary);
  font-size: 18px;
}
.hero-main > section {
  min-width: 0;
  overflow: hidden;
}
.hero-copy {
  font-size: 24px;
  line-height: 1.46;
  letter-spacing: normal;
}
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-10);
  color: var(--secondary);
  font-size: 14px;
}
.hero-label-dot {
  width: 8px;
  height: 8px;
  border-radius: var(--radius-xs);
  background: var(--secondary);
}
.swiper-pagination {
  z-index: -1;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -4px;
}
.swiper-pagination-bullet {
  background: var(--bs-white);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: var(--black);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.hero-nav {
  display: flex;
  justify-content: space-between;
  max-width: 9.25rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.hero-nav-prev, .hero-nav-next {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  line-height: 1;
}
.hero-nav-prev img, .hero-nav-next img {
  width: 15px;
  height: 12px;
}
/* Information */
.news-bar {
  padding: .75rem 0;
  margin-top: var(--space-24);
}
.news-bar-title {
  font-size: 12px;
  white-space: nowrap;
}
.news-bar-content {
  position: relative;
  padding-left: var(--space-12);
}
.news-bar-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--black);
}
@media (min-width: 768px) {
  .news-bar-content::before {
    width: 1.5px;
  }
}
.news-bar-date, .news-bar-text {
  font-size: 12px;
  line-height: 1.5;
}
.news-bar-text {
  white-space: nowrap;
}
/* service */
.service {
  margin-top: var(--space-48);
  padding: var(--space-32) 0 var(--space-96);
  border-radius: var(--radius-md) var(--radius-md) 0 0;
}
.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-32);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.service-card {
  border-radius: var(--radius-md);
  background: var(--bs-white);
  padding: var(--space-24) var(--space-24) var(--space-32);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-24);
}
.service-icon {
  width: auto;
  height: 153px;
  object-fit: contain;
}
.service-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1.5rem;
  border-bottom: 6px dotted var(--gray05);
}
.service-text {
  line-height: 1.85;
  text-align: justify;
  margin: 0;
  letter-spacing: -0.02em;
}
.service-cta {
  margin-top: var(--space-32);
  padding: 0 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-24);
}
.service-cta-ttl {
  color: var(--bs-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 5rem;
}
.service-cta-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  display: block;
  background-image: url(./library/images/icon/icon-light-bulb.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* vision */
.vision {
  background-color: transparent;
}
.vision-offset {
  margin-top: -48px;
}
.vision-bg {
  position: relative;
  background: var(--base-color);
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  overflow: hidden;
}
.vision-inner {
  background: var(--base-color);
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  position: relative;
}
.vision::after {
  background: var(--base-color);
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  z-index: -1;
}
.vision .container {
  display: flex;
  flex-direction: column;
}
.vision-lead,
.vision-text,
.vision-tagline-en,
.vision-tagline-jp {
  margin: 0;
}
.vision-marquee {
  display: flex;
  width: max-content;
  animation: marquee 40s linear infinite;
}
.vision-lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
.vision-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.2;
}
.vision-tagline-en {
  color: var(--gray07);
  font-size: 3rem;
  line-height: 1;
  transform: translateY(-45%);
  white-space: nowrap;
  margin-right: 80px;
  white-space: nowrap;
}
.vision-tagline-jp {
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Flow */
.flow {
  padding: var(--space-48) 0 var(--space-96);
}
.flow-figure {
  margin-top: var(--space-30);
}
@media (max-width: 767px) {
  .flow-figure {
    padding-right: 44px;
    padding-left: 44px;
  }
} 
/* Seminar&Column */
.seminar {
  margin-top: -48px;
}
.seminar-inner {
  border-radius: var(--radius-md) var(--radius-md) 0 0;
}
.seminar-inner .container {
  padding-left: 25px;
  padding-right: 25px;
}
.seminar-feature {
  display: flex;
  flex-direction: column;
  gap: var(--space-24);
}
.seminar-feature-meta {
  display: flex;
  align-items: center;
  gap: var(--space-32);
  color: var(--secondary);
}
.seminar-feature-meta span:first-child {
  font-size: 18px;
  line-height: 1;
}
.seminar-card, .seminar-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}
.seminar-card-wrapper h3 {
  font-weight: 700;
}
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.seminar-card-wrapper p {
  font-weight: 400;
}
.seminar-card-image {
  width: 100%;
  border-radius: var(--radius-sm);
}
.seminar-card-date {
  color: var(--secondary);
  font-size: 14px;
  line-height: 1;
}
.seminar-card h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.46;
  letter-spacing: 0.04em;
}
.seminar-card p {
  font-size: 14px;
  line-height: 1.6;
}
.seminar-pill {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--secondary);
  font-size: 16px;
  line-height: 1;
}
.seminar-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: var(--radius-xs);
  background: var(--secondary);
  position: relative;
  top: 1px;
}
.seminar-meta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.seminar-featured {
  margin-top: var(--space-32);
}
.seminar-featured .seminar-card {
  flex-direction: column;
}
.seminar-featured .seminar-card h3 {
  font-size: 22px;
}
/* profile */
.profile {
  padding: var(--space-56) 0 var(--space-80);
}
.profile-company, .profile-name, .profile-bio, .profile-job, .profile-meta-card h4, .profile-meta-card p {
  margin: 0;
  color: var(--neutral);
}
.profile-inner {
  border: 3px solid var(--black);
  border-radius: var(--radius-md);
  padding: var(--space-48) var(--space-20);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-32);
}
.profile-main {
  display: flex;
  flex-direction: column;
  gap: var(--space-32);
  width: 100%;
}
.profile-photo {
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-md);
}
.profile-intro {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.profile-name {
  margin-top: 16px
}
.profile-job {
  margin-top: 10px;
  font-size: 16px;
}
.profile-bio {
  margin-top: 32px
}
.profile-name {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.07em;
}
.profile-bio {
  font-size: 14px;
  font-weight: 400;
}
.profile-meta {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--space-16);
}
.profile-meta-card {
  border-radius: 10px;
  padding: var(--space-16) var(--space-24);
}
.profile-meta-card h4 {
  font-size: 14px;
}
.profile-meta-card p {
  margin-top: var(--space-8);
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .profile-company,
  .profile-name,
  .profile-job {
    text-align: center;
  }
}
/* Faq */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-64);
}
.faq-question {
  border-bottom: 1px solid var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  padding-bottom: var(--space-24);
  padding-right: 44px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faq-question {
    border-bottom-width: 2px;
  }
}
.faq-question::before {
  content: "";
  position: absolute;
  bottom: calc(50% - .75rem);
  right: 0;
  width: 28px;
  height: 28px;
  background-image: url(./library/images/icon/icon-faq.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: height 0.4s ease, opacity 0.4s ease;
}
.faq-item.is-open .faq-question::before {
  transform: rotate(180deg);
}
.faq-answer {
  font-size: 14px;
  line-height: 1.9;
  padding-top: var(--space-24);
  margin-bottom: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.4s ease;
}
.faq-answer-inner {
  font-weight: 400;
}
.faq-item.is-open .faq-answer {
  opacity: 1;
}
/* 無限ループSlider */
.seminar-slider .seminar-card-date {
  margin-right: 1rem;
}
.seminarTicker {
  overflow: hidden;
  position: relative;
}
.seminarTicker-track {
  display: flex;
  gap: 24px;
  width: max-content;
  will-change: transform;
}
.seminarTicker-slide {
  flex: 0 0 158px;
}
/* ティッカー内：カテゴリ・日付・タイトル（SP） */
.seminarTicker .seminar-pill {
  font-size: 12px;
  gap: 2px;
}
.seminarTicker .seminar-card-date {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
}
.seminarTicker .seminar-card h3 {
  font-size: 16px;
}
/* Thanks */
.thanks-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.thanks-message-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-40);
}
.thanks-message-title, .thanks-message-lead {
  margin: 0;
}
.thanks-message-title {
  color: var(--primary-light);
  font-size: 4rem;
}
.thanks-message-lead {
  font-size: 1rem;
  letter-spacing: .64px;
  line-height: 1.5;
}
.thanks-message-people {
  width: 118px;
  display: block;
  object-fit: contain;
}
.contact-tel {
  position: relative;
  padding-left: 2rem;
  font-size: 2rem;
  transition: all ease-in 0.2s;
}
.contact-tel:hover {
  color: var(--primary);
  opacity: 1;
}
.contact-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(./library/images/icon/icon-tel-b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
  transition: all ease-in 0.2s;
}
.contact-tel:hover::before {
  background-image: url(./library/images/icon/icon-tel-primary.svg);
}
.circle-deco {
  border-radius: 50%;
  z-index: -1;
}
.circle-deco1 {
  width: 182.53px;
  height: 182.53px;
  right: -30px;
  top: -100px;
  transform: rotate(28.78deg);
}
.circle-deco2, .circle-deco6, .circle-deco10, .circle-deco11 {
  display: none;
}
.circle-deco3 {
  right: -67px;
  top: -79px;
  width: 220px;
  height: 220px;
}
.circle-deco4 {
  left: -40px;
  bottom: -30px;
  width: 134.66px;
  height: 134.66px;
  transform: rotate(-151.8deg);
  opacity: .75;
}
.circle-deco5 {
  width: 161.71px;
  height: 161.71px;
  top: -38px;
  right: -77px;
  transform: rotate(70.89deg);
  z-index: 0;
}
.circle-deco7 {
  width: 236px;
  height: 250px;
  bottom: -98px;
  left: -159px;
  transform: rotate(-59.87deg);
}
.circle-deco8 {
  width: 215.93px;
  height: 215.93px;
  top: -108px;
  right: -64px;
  transform: rotate(-59.87deg);
}
.circle-deco9 {
  width: 170.49px;
  height: 170.49px;
  bottom: 108px;
  left: -56px;
  transform: rotate(173.59deg);
}
@media (max-width: 767px) {
  .seminar .row > article:nth-child(n+4) {
    display: none;
  }
  .seminar-card-image img {
    width: 100%;
  }
  .seminar-featured .seminar-meta-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
  .seminar .seminar-card-wrapper > .seminar-pill {
    font-size: 12px;
  }
  .seminar .row > article:not(.seminar-featured) .seminar-meta-wrapper .seminar-pill {
    display: none;
  }
}
@media (min-width: 768px) {
  .seminar .seminar-card-wrapper > .seminar-pill {
    display: none;
  }
}
.section-bar {
  border-bottom: 1px solid var(--secondary);
}
@media (min-width: 768px) {
  .hero-slider .swiper-slide {
    width: calc(100% - 4rem);
  }
  .hero-main {
    width: min(calc(100% - 24px), 696px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    align-items: center;
  }
  .hero-track {
    overflow: visible;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 90px;
    left: calc((9.25rem - 90px) / 2); 
  }
  .hero-nav {
    margin-left: 0;
  }
  .news-bar {
    padding: 1rem 0;
  }
  .news-bar-icon {
    width: 1.5rem;
    height: 1.125rem;
  }
  .service {
    margin-top: var(--space-80);
    padding: var(--space-80) 0 var(--space-160);
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  }
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-24);
    padding-left: 0;
    padding-right: 0;
  }
  .service-card {
    padding-inline: var(--space-20);
  }
  .service-text {
    width: 100%;
  }
  .service-cta {
    padding: 1.25rem;
  }
  .vision-offset {
    margin-top: -80px;
  }
  .vision-bg {
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  }
  .vision-inner {
    border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  }
  .vision-tagline {
    margin: 0;
  }
  .flow {
    padding: var(--space-80) 0 var(--space-160);
  }
  .flow-figure {
    margin-top: var(--space-80);
  }
  .seminar-inner {
    border-radius: var(--radius-xl);
    margin-top: -80px;
  }
  .seminar-inner .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .seminar-featured {
    margin-top: var(--space-80);
  }
  .seminar-featured .seminar-card {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
  .seminar-featured header {
    display: flex;
  }
  .seminar-featured .seminar-card-image {
    width: 240px;
    min-width: 240px;
    flex-shrink: 0;
  }
  .seminar-featured .seminar-card-wrapper {
    flex: 1;
  }
  .seminar-featured .seminar-meta-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .seminar .row > article:not(.seminar-featured)
  .seminar-meta-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
  .profile {
    padding: var(--space-96) 0 var(--space-160);
  }
  .profile-inner {
    padding: var(--space-48);
  }
  .profile-main {
    flex-direction: row-reverse;
  }
  .profile-photo {
    width: 286px;
    min-width: 286px;
  }
  .profile-bio {
    margin-top: 56px;
  }
  .profile-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-16);
  }
  .profile-meta-card:first-child {
    grid-column: 1 / -1;
  }
  .seminarTicker-track {
    gap: 56px;
  }
  .seminarTicker-slide {
    flex: 0 0 340px;
  }
  .seminar-pill {
    gap: 6px;
  }
  .seminarTicker .seminar-pill {
    font-size: 16px;
    gap: 6px;
  }
  .seminarTicker .seminar-card-date {
    font-size: 18px;
  }
  .seminarTicker .seminar-card h3 {
    font-size: 20px;
  }
  .thanks-message {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }
  .thanks-message-text {
    align-items: flex-start;
    gap: 2rem;
  }
  .thanks-message-title {
    font-size: 6rem;
  }
  .thanks-message-lead {
    font-size: 1.25rem;
  }
  .thanks-message-people {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .hero-slider .swiper-slide {
    width: calc(100% - 6rem);
    transition: transform 0.6s ease;
    transform-origin: top center;
  }
  .hero-slider .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.85);
  }
  .hero-slider .swiper-slide-active {
    transform: scale(1);
  }
  .service-cta {
    border: 3px solid var(--bs-white);
    border-radius: var(--radius-md);
    flex-direction: row;
    padding: 2rem;
    gap: var(--space-48);
  }
  .service-cta-ttl {
    flex-direction: row;
    padding-top: 0;
    padding-left: 5rem;
    text-align: left;
  }
  .service-cta-ttl::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .seminar-inner .container {
    padding-left: 46px;
    padding-right: 46px;
  }
  .seminar-featured .seminar-card {
    display: flex;
    gap: 48px;
  }
  .seminar-featured .seminar-card-image {
    width: 420px;
    min-width: 420px;
    flex-shrink: 0;
  }
  .line-clamp {
    -webkit-line-clamp: 5;
  }
  .thanks-message-lead {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: .96px;
    white-space: nowrap;
  }
  .thanks-message-people {
    width: 180px;
  }
  .circle-deco1 {
    width: 480.95px;
    height: 480.95px;
    right: -88px;
    top: -250px;
  }
  .circle-deco2 {
    display: block;
    width: 325.26px;
    height: 325.26px;
    top: -77px;
    right: -88px;
  }
  .circle-deco3 {
    display: none;
  }
  .circle-deco4 {
    left: -15px;
    bottom: -220px;
    width: 537px;
    height: 537px;
    transform: rotate(0deg);
    opacity: 1;
  }
  .circle-deco5 {
    width: 328.13px;
    height: 328.13px;
    top: -80px;
    right: -24px;
  }
  .circle-deco6 {
    display: block;
    width: 424px;
    height: 424px;
    bottom: -180px;
    left: -120px;
    transform: rotate(173.59deg);
    z-index: 0;
  }
  .circle-deco7 {
    width: 537px;
    height: 537px;
    bottom: -40px;
    left: inherit;
    right: -96px;
  }
  .circle-deco8 {
    width: 537px;
    height: 537px;
    top: -154px;
    right: -96px;
    opacity: .75;
  }
  .circle-deco9 {
    width: 424px;
    height: 424px;
    bottom: 48px;
    left: -96px;
  }
  .circle-deco10 {
    display: block;
    width: 730.23px;
    height: 730.23px;
    bottom: -320px;
    right: -300px;
    transform: rotate(-59.87deg);
  }
  .circle-deco11 {
    display: block;
    width: 424px;
    height: 424px;
    bottom: -210px;
    left: -60px;
    transform: rotate(173.59deg);
  }
}
@media (min-width: 1200px) {
  .hero {
    padding-top: var(--space-32);
  }
  .hero-main {
    width: 1100px;
    grid-template-columns: 560px 492px;
    column-gap: 48px;
  }
  .hero-track {
    width: 100%;
    grid-row: 1 / 5;
    overflow: visible;
  }
  .hero-track img {
    width: 100%;
  }
  .hero-card-main {
    width: 100%;
    border-radius: var(--radius-md);
  }
  .hero-card-sub {
    display: none;
  }
  .hero-date {
    margin-top: 0;
    font-size: 32px;
  }
  .hero-copy {
    font-size: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
  .hero-label {
    font-size: 20px;
  }
  .hero-nav-prev img, .hero-nav-next img {
    width: 20px;
    height: 15px;
  }
  .news-bar-title {
    font-size: 16px;
  }
  .news-bar-content {
    padding-left: var(--space-32);
  }
  .news-bar-date, .news-bar-text {
    font-size: 1rem;
  }
  .service {
    margin-top: var(--space-120);
    padding: var(--space-120) 0 var(--space-240);
  }
  .service-grid {
    gap: var(--space-32);
  }
  .service-card {
    flex-direction: row;
    padding: var(--space-48) var(--space-48) var(--space-48);
  }
  .service-cta {
    padding: 4rem 4rem 4rem 5rem;
    margin-top: var(--space-80);
    gap: var(--space-64);
  }
  .service-cta-ttl {
    font-size: 36px;
  }
  .service-icon {
    height: 177px;
  }
  .vision-offset, .seminar-inner {
    margin-top: -120px;
  }
  .vision-lead {
    font-size: 32px;
  }
  .vision-text {
    width: 1000px;
    font-size: 16px;
  }
  .vision-tagline-en {
    font-size: 6rem;
  }
  .vision-tagline-jp {
    font-size: 3rem;
  }
  .flow {
    padding: var(--space-120) 0 var(--space-240);
  }
  .seminar-featured .seminar-card {
    gap: 64px;
  }
  .seminar-card, .seminar-card-wrapper {
    gap: var(--space-24);
  }
  .seminar-card-wrapper .seminar-feature-meta {
    gap: var(--space-40);
  }
  .seminar-card-image {
    aspect-ratio: 1 / 1;
    border-radius: var(--radius-md);
  }
  .seminar-feature-meta span:first-child {
    font-size: 2rem;
  }
  .seminar-card-date {
    font-size: 18px;
  }
  .seminar-feature-meta .seminar-pill {
    font-size: 1.25rem;
  }
  .seminar-card h3 {
    font-size: 1.5rem;
  }
  .seminar-featured .seminar-card h3 {
    font-size: 32px;
  }
  .seminar-card p, .seminar-pill {
    font-size: 1rem;
  }
  .seminar-featured .seminar-card p {
    padding-top: 1rem;
  }
  .seminar-pill::before {
    width: 10px;
    height: 10px;
  }
  .profile {
    padding: 11.125rem 0 13.6875rem;
  }
  .profile-inner {
    padding: var(--space-120) 160px;
    gap: var(--space-80);
  }
  .profile-main {
    align-items: flex-end;
    gap: 64px;
  }
  .profile-photo {
    width: 390px;
    height: 390px;
  }
  .profile-bio {
    font-size: 16px;
  }
  .profile-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-32);
  }
  .profile-meta-card:first-child {
    grid-column: 1 / -1;
  }
  .faq-list {
    gap: var(--space-80);
  }
  .faq-question {
    font-size: 1.5rem;
    padding-right: 5.75rem;
    padding-bottom: 2rem;
  }
  .faq-question::before {
    bottom: calc(50% - 1rem);
    right: 1.25rem;
    width: 3.5rem;
    height: 3.5rem;
  }
  .faq-answer {
    font-size: 1rem;
    line-height: 2.2;
    padding-top: 2rem;
  }
  .seminar-slider .seminar-card-date {
    margin-right: 2rem;
  }
  .seminar-slider .seminar-card h3 {
    font-size: 1.25rem;
  }
  .thanks-message {
    gap: 4.25rem;
  }
  .thanks-message-text {
    gap: 3rem;
  }
  .thanks-message-people {
    width: 239px;
  }
}
@media (min-width: 1400px) {
  .hero-main {
    min-width: 1167px;
    grid-template-columns: 600px 1fr;
  }
  .service-grid {
    gap: var(--space-56) var(--space-80);
  }
}

/* ========================================
   サイドバー用CSS
======================================== */
.sidebar-select {
  width: 100%;
  max-width: 342px;
  background: var(--bs-white);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .875rem;
}
.sidebar-select-label {
  color: var(--primary);
  flex-shrink: 0;
}
.sidebar-select-wrapper {
  position: relative;
  flex: 1;
}
.sidebar-select-input {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary);
  appearance: none;
  cursor: pointer;
  text-align: left;
  padding: 0 1.5rem 0 .5rem;
}
.sidebar-select-input:focus {
  outline: none;
}
.sidebar-select-wrapper::after {
  content: "";
  position: absolute;
  right: .45rem;
  top: 50%;
  width: 14px;
  height: 11px;
  background-image: url(./library/images/icon/arrow-right-gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(90deg) translateX(-50%);
  pointer-events: none;
}
/* ===== PC表示 ===== */
@media (min-width: 768px) {
  .sidebar-select {
    display: none;
  }
}
@media (min-width: 768px) {
  .sidebar-list-pc li {
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    transition: background-color 0.2s ease;
  }
  .sidebar-list-pc li:hover a, .sidebar-list-pc li a.active-archive {
    color: var(--primary);
    opacity: 1;
    padding-left: 1rem;
  }
  .sidebar-list-pc li:hover::before, .sidebar-list-pc li a.active-archive::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    background-color: var(--primary);
    width: 10px;
    height: 10px;
    transition: background-color 0.5s ease;
  }
}

/* ========================================
   検索バー用CSS
======================================== */
.information-hero-search-wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .information-hero-search-wrap {
    max-width: 66.66666667%;
    padding-top: 40px;
  }
}
.information-hero-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
/* SP: 検索窓を幅いっぱい、ボタンは必要幅のみ */
.information-hero-search input {
  padding: 11px 16px;
  font-weight: 700;
  line-height: 21px;
  background-color: var(--bs-white);
  border: 1px solid var(--gray02);
  border-radius: var(--radius-xl);
  flex: 1 1 0%;
  min-width: 0;
}
.information-hero-search .primary-btn03.small-btn {
  flex: 0 0 auto;
  width: auto;
}
.information-hero-search input::placeholder {
  color: var(--gray06);
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .information-hero-search {
    max-width: 100%;
    gap: 1rem;
  }
  .information-hero-search input {
    flex: 0 0 345px;
    width: 345px;
    min-width: 0;
    padding: .9375rem 1rem;
  }
  .information-hero-search .primary-btn03 {
    min-width: 108px;
  }
}
/* ========================================
   投稿用CSS
======================================== */
/* Archive関連 */
.g-post, .g-archive {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 2rem;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.information-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-24);
  width: 100%;
}
.information-card-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-sm);
  object-fit: cover;
}
.archives-list time,
.information-card-body time {
  font-size: 14px;
}
.information-card-body time {
  margin-bottom: var(--space-10);
}
.information-card-body h3 {
  font-size: 1rem;
  line-height: 1.46;
  margin-bottom: var(--space-8);
}
.information-card-excerpt {
  font-size: 14px;
  line-height: 1.46;
  margin-bottom: var(--space-8);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.information-card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 3px 6px;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
}
.information-category {
  padding: 32px 25px;
  border-radius: 20px;
}
.information-category-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: .5rem;
}
.information-category-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.information-category-item img {
  width: 100%;
  height: 3.5rem;
}
.information-category-item span {
  display: block;
  font-weight: 700;
  line-height: 1.2;
}
.information-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0 0 5rem;
  padding-left: 0;
}
.pagination li {
  min-width: 1.6875rem;
  margin-bottom: 0;
}
.pagination li::marker {
  content: none;
}
.pagination a, .pagination span, .page-links a, .page-links ul > li > span {
  font-size: 1rem;
  color: var(--gray02);
}
.pagination .current {
  color: var(--primary);
  cursor: default;
  background-color: transparent;
}
.pagination a, .pagination span, .page-links a {
  border: none;
  padding: 0;
}
.page-numbers .prev, .page-numbers .next {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pagination-arrow.prev::before,.pagination-arrow.next::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 11px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagination-arrow.prev::before {
  background-image: url(./library/images/icon/arrow-left-gray.svg);
}
.pagination-arrow.next::before {
  background-image: url(./library/images/icon/arrow-right-gray.svg);
}
/* Single関連 */
.g-single {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 2rem;
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}
.g-md {
  gap: 2rem;
}
.post-hero-image {
  border-radius: 21.55px;
}
.post-hero-image img {
  aspect-ratio: 1 / 1;
}
.post-meta, .post-meta-inner {
  display: flex;
  flex-direction: column;
}
.post-meta {
  gap: 2.5rem;
}
.post-meta-inner {
  gap: 1.5rem;
}
.post-meta-category {
  font-size: 1rem;
  padding-left: 12px;
}
.post-meta-category::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  border-radius: 2px;
  position: absolute;
  left: 0;
}
.post-meta .date {
  font-size: 18px;
}
.post-title {
  font-size: 22px;
  line-height: 1.5;
}
.post-info-title {
  position: relative;
}
.post-info-title span {
  background-color: var(--base-color);
  padding-right: 1rem;
}
.post-info-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: var(--black);
  width: 100%;
  height: 1px;
  z-index: -1;
}
.border-bottom-black {
  border-bottom: 1px solid var(--black);
}
.post-info-list {
  gap: 1.5rem;
  margin-bottom: 0;
}
.post-info-row dt {
  color: var(--secondary);
  font-size: 14px;
  min-width: 80px;
}
.post-info-col {
  font-size: 18px;
  line-height: 1.4;
}
.post-info-col span {
  display: flex;
  font-size: 1rem;
  line-height: 1;
}
.profile-outer {
  margin-top: -20px;
}
.single .entry-content p {
  line-height: 2.2 !important;
}
@media (min-width: 768px) {
  .g-post, .g-archive {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 4rem;
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
  }
  .information-category {
    padding: 2.5rem 2rem;
  }
  .information-category-list {
    margin: 0;
  }
  .post-meta-category {
    padding-left: 16px;
  }
  .post-info-col {
    line-height: 1.8;
    padding-left: 1rem;
    border-left: 1px solid var(--black);
  }
  .post-info-row dt {
    color: var(--black);
    font-size: 1rem;
  }
  .archives-list time,
  .information-card-body time {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .information-card {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }
  .information-card-thumb {
    border-radius: 10px;
    width: 50%;
    flex-shrink: 0;
  }
  .information-card-wrapper .information-card-thumb {
    width: 100%;
  }
  .information-card-body {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
  }
  .information-card-body time {
    margin-bottom: var(--space-16);
  }
  .information-card-body h3 {
    margin-bottom: 16px;
  }
  .information-card-excerpt {
    margin-bottom: 16px;
  }
  .information-card-tag {
    min-width: 65px;
  }
  .information-category {
    border-radius: 3rem;
    padding: 4rem;
  }
  .information-category-list {
    grid-template-columns: repeat(3, max-content);
    column-gap: 5rem;
  }
  .information-category-item img {
    height: 4rem;
  }
  .archives-list {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .g-single {
    --bs-gutter-x: 3rem;
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
  }
  .post-meta-inner {
    gap: 1.75rem;
  }
  .post-meta .date {
    font-size: 1.5rem;
  }
  .post-title {
    font-size: 2rem;
    line-height: 1.46;
  }
}
@media (min-width: 1200px) {
  .g-post, .g-archive {
    --bs-gutter-x: 2.3125rem;
    --bs-gutter-y: 4.625rem;
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
  }
  .information-card-body time {
    font-size: 18px;
  }
  .information-card-body h3 {
    font-size: 24px;
  }
  .information-card-tag {
    font-size: 14px;
  }
  .information-category-item a {
    gap: 2rem;
  }
  .information-category-item span {
    font-size: 1.2rem;
  }
  .pagination ul {
    margin: 0 0 7.5rem;
  }
  .g-single {
    --bs-gutter-x: 5rem;
    --bs-gutter-y: 2rem;
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
  }
  .post-meta-inner {
    padding-top: 75px;
    gap: 2.5rem;
  }
  .post-meta .date {
    font-size: 2rem;
  }
  .post-meta-category {
    font-size: 1.25rem;
    padding-left: 16px;
  }
}
@media (min-width: 1400px) {
  .g-post {
    --bs-gutter-x: 4.625rem;
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
  }
  .g-archive {
    --bs-gutter-x: 4.625rem;
    --bs-gutter-x: 4rem;
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
  }
  .information-category {
    padding: 4.625rem 5rem;
  }
  .archives-list {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
/* ========================================
   フォーム用CSS
======================================== */
.contact-form-table {
  width: 100%;
  margin-bottom: 1rem;
}
table.contact-form-table tr,
table.contact-form-table td {
  border-bottom: none;
}
.contact-form-table th {
  border-bottom: 0;
  padding: 1rem 0 0;
  vertical-align: top;
  font-size: clamp(14px, 4.5vw, 16px);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.contact-form-table td {
  padding: 1rem 0;
  align-items: center;
}
.contact-label-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
}
.contact-required,
.contact-optional {
  display: inline-block;
  padding: 0.5rem 1.57rem;
  border-radius: 1.3125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  width: 5.75rem;
  text-align: center;
}
.contact-required {
  font-size: 14px;
  background-color: var(--black);
  color: var(--bs-white);
}
.contact-optional {
  font-size: 14px;
  background-color: var(--gray03);
  color: var(--gray01);
}
.contact-form-table input[type="text"],
.contact-form-table input[type="email"],
.contact-form-table input[type="tel"],
.contact-form-table select,
.contact-form-table textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  background-color: var(--bs-white);
  border: none;
  font-size: 1rem;
  color: var(--black);
  border-radius: 5px;
}
.contact-form-table .mwform-tel-field input[type="text"] {
  display: inline-block;
  width: auto;
}
.contact-form-table textarea {
  min-height: 9.6875rem;
  resize: vertical;
}
select.is-hide-first option:first-child {
  display: none;
}
.contact-date-wrapper select {
  flex: 1;
  background-color: var(--bs-white);
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 8px;
  padding-right: 2rem;
  appearance: none;
  width: auto;
}
.contact-checkbox-wrapper {
  display: flex;
  gap: 1.5rem;
  position: relative;
  padding-bottom: 2rem;
}
.contact-checkbox-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 21.94px);
  height: 1px;
  background-color: var(--black);
}
.mwform-checkbox-field label,
.mwform-radio-field label {
  display: flex;
  align-items: center;
}
.contact-checkbox-wrapper {
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
.mw_wp_form
  .contact-checkbox-wrapper
  .horizontal-item
  + .horizontal-item {
  margin-left: 0;
}
.contact-form-table input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  margin-right: 0.75rem;
  accent-color: var(--primary);
  border: 1px solid var(--gray02);
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.contact-form-table input[type="checkbox"]:checked {
  background-color: var(--bs-white);
}
.contact-form-table input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--primary);
  border-radius: 2px;
  transform: translate(-50%, -50%);
}
.mw_wp_form_confirm .mwform-radio-field label,
.mw_wp_form_confirm .contact-checkbox-wrapper {
  padding-left: 0;
}
.contact-privacy-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
}
.contact-privacy-scroll {
  max-height: 10.5rem;
  overflow-y: auto;
  padding: 1rem 1.5rem;
  background-color: var(--bs-white);
  border: 0.0625rem solid var(--black);
  border-radius: 0.3125rem;
  letter-spacing: 0.02rem;
}
.contact-privacy-scroll h3 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.contact-privacy-scroll h4 {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.contact-privacy-scroll p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 0.5rem;
}
.contact-privacy-check {
  margin-bottom: 2rem;
  text-align: center;
}
.contact-privacy-check .mwform-checkbox-field {
  display: inline-block;
}
.contact-privacy-check input[type="checkbox"] {
  width: 0.8125rem;
  height: 0.8125rem;
  margin-right: 0.75rem;
  accent-color: var(--primary);
}
.contact-privacy-check label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.29;
  letter-spacing: 0.05em;
}
.contact-submit-wrapper {
  text-align: center;
}
.contact-back-submit-wrapper {
  display: none;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}
.mw_wp_form .error {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 480px) {
  .contact-required,
  .contact-optional {
    padding: 0.4375rem 1.375rem;
    width: 5.14rem;
  }
  .contact-form-table th {
    font-size: clamp(16px, 1.46vw, 1rem);
  }
}
@media (max-width: 767px) {
  .contact-submit-wrapper input {
    width: 100%;
  }
}
@media (min-width: 768px) {
  table.sp-block-table.contact-form-table th, 
  table.sp-block-table.contact-form-table td {
    display: block;
    width: 100%;
  }
  .contact-privacy-wrapper {
    margin-top: 56px;
    margin-bottom: 48px;
  }
  .contact-privacy-check {
    margin-bottom: 56px;
  }
  .contact-privacy-scroll p {
    line-height: 2;
  }
  .contact-form-table input[type="checkbox"] {
    width: 1.1875rem;
    height: 1.1875rem;
  }
  .contact-checkbox-wrapper::after {
    width: calc(100% - 27px);
  }
}
@media (min-width: 992px) {
  table.sp-block-table.contact-form-table th,
  table.sp-block-table.contact-form-table td {
    display: table-cell;
    vertical-align: middle;
  }
  table.sp-block-table.contact-form-table th.text-top {
    vertical-align: text-top;
  }
  table.sp-block-table.contact-form-table th {
    padding: 0.75rem 0;
    width: 33%;
  }
  table.sp-block-table.contact-form-table td {
    padding: 0.75rem 0 0.75rem 2rem;
    width: 67%;
  }
  .contact-label-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }
  .mw_wp_form .contact-checkbox-wrapper .horizontal-item + .horizontal-item {
    margin-left: 10px;
  }
}
@media (min-width: 1400px) {
  .contact-form-table {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
  table.sp-block-table.contact-form-table th {
    min-width: 33%;
  }
  table.sp-block-table.contact-form-table td {
    width: auto;
  }
}
