@charset "UTF-8";

:root {
  interpolate-size: allow-keywords;
  --bl: #000;
  --gray-02: #ccc;
  --grad-01: linear-gradient(90deg, var(--MAIN) 0%, var(--LMAIN) 100%);
  --grad-01-rev: linear-gradient(0deg, var(--MAIN) 0%, var(--LMAIN) 100%);
  --grad-02: linear-gradient(90deg, var(--ACC) 0%, var(--LACC) 100%);
  --grad-02-rev: linear-gradient(0deg, var(--ACC) 0%, var(--LACC) 100%);
  --grad-03: linear-gradient(90deg, var(--OTH) 0%, var(--LOTH) 100%);
  --grad-03-rev: linear-gradient(0deg, var(--OTH) 0%, var(--LOTH) 100%);
  --transition: all 0.3s ease-in-out;
  --oversize: calc((100% - 100vw) / 2);
}

/* ==================================
リセット・調整・ファンデーション
===================================== */
/* 高さを画像自体の高さにする */
:where(img) {
  /* max-width: 100%; */
  height: auto;
  vertical-align: bottom;
}
:where(.thumb),
:where([class*="__thumb"]) {
  vertical-align: bottom;
  background-color: unset;
}

/*---------- アクセシビリティ ----------*/
/* アイコンをスクリーンリーダーに読み上げられないようにする */
i,
[class*="material-icons"],
[class*="material-symbols"] {
  speak: none;
}

/*---------- BMパーツの調整 ----------*/
/* 疑似要素の削除 */
.no-before::before,
.no-after::after {
  content: unset !important;
}

/* スクロールした後のヘッダーのボタンの高さが変わるときにイージング */
.lib-induce__outer li:has(.lib-induce__btn) {
  transition: all 0.2s;
}

/* ボタンのアイコンを「→」に変更 */
/* :where(.lib-link__btn):not([class*="ico-after-"]):not([class*="ico-before-"]) > .txt:after {
  content: "\ea03";
  font-size: 1em;
} */

/* ボタンのアイコンに●の背景色を入れる */
/* .bg-wht[class*="__btn"] {
  color: var(--DEF);
}
:where(.lib-link__btn):not([class*="ico-after-"]):not([class*="ico-before-"]) > .txt::after {
  color: var(--MAIN);
  background-color: var(--WHT);
  padding: 0.5em;
  border-radius: 50%;
  margin-top: -0.875em;
  line-height: 1;
  font-size: 0.675em;
  transition: var(--transition);
}
:where(.lib-link__btn):not([class*="ico-after-"]):not([class*="ico-before-"]):hover > .txt::after {
  color: var(--WHT);
  background-color: var(--MAIN);
}
:where(.lib-link__btn.bg-wht):not([class*="ico-after-"]):not([class*="ico-before-"]) > .txt::after {
  color: var(--WHT);
  background-color: var(--MAIN);
}
:where(.lib-link__btn.bg-wht):not([class*="ico-after-"]):not([class*="ico-before-"]):hover > .txt::after {
  color: var(--MAIN);
  background-color: var(--WHT);
}
:where(.lib-link__btn.bg-accent):not([class*="ico-after-"]):not([class*="ico-before-"]) > .txt::after {
  color: var(--ACC);
} */

/*---------- BMパーツのパターン増設 ----------*/
/* ①②③...のリストマーカー */
:where(.lib-indent__list).--circle > li:before {
  content: counter(ol-bullet);
  text-align: center;
  border: 1px solid var(--DEF);
  border-radius: 50%;
  font-size: 0.75em;
  line-height: 1;
  width: 1.5em;
  height: 1.5em;
  aspect-ratio: 1/1;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.4%;
  /* margin-top: 2px; */
}

/* ※のリストマーカー */
:where(.lib-indent__list).--asterisk > li {
  padding-left: 1.8em;
  position: relative;
}
:where(.lib-indent__list).--asterisk > li::before {
  /* counter-increment: ol-bullet; */
  content: "※";
  display: block;
  width: 2em;
  text-align: center;
  text-align: right;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 0.5em;
}

/* table 罫線パターン */
:where(table).--border > thead,
:where(table).--border th {
  background-color: unset;
}
:where(table).--border th,
:where(table).--border td {
  border: unset;
  border: 1px solid var(--GRY);
}
:where(table).--border th {
  color: var(--DEF);
}
:where(table).--border tbody > tr > th:first-child {
  border-left-color: var(--GRY);
}

/* table 下線パターン */
:where(table).--border-bottom {
  border: unset;
}
:where(table).--border-bottom th {
  background-color: unset;
}
:where(table).--border-bottom th,
:where(table).--border-bottom td {
  border: unset;
  border-bottom: 1px solid var(--GRY);
}
:where(table).--border-bottom th {
  color: var(--DEF);
}
:where(table).--even.--border-bottom tbody > tr:nth-child(even) > th {
  background-color: var(--LGRY);
}

/* table 見出し"列"だけグレー */
:where(table.--gry) tbody > tr > th {
  background-color: var(--GRY);
  color: var(--DEF);
}
:where(table.--gry) tbody > tr > th:first-child {
  border-left-color: var(--GRY);
}

/* table .lib-table__03に少し余白を入れる */
:where(.lib-table__03).--padding td,
:where(.lib-table__03).--padding th {
  padding: 0.5em;
}

/* ==================================
タイポ
===================================== */
/* ゴシックとか */
.ff-notosans {
  font-family: "Noto Sans JP", serif;
}
.ff-lato {
  font-family: "Lato", sans-serif;
  /* letter-spacing: 0.05rem; */
}
.ff-oswald {
  font-family: "Oswald", sans-serif;
}
.ff-poppins {
  font-family: "Poppins", sans-serif;
}
.ff-zenmarugo {
  font-family: "Staatliches", sans-serif;
}
.ff-montserrat {
  font-family: "Montserrat", sans-serif;
}
.ff-staatliches {
  font-family: "Zen Maru Gothic", sans-serif;
}
.ff-m-plus-rounded-1c {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.07deg);
}
.ff-inter {
  font-family: "Inter";
}
/* 明朝とか */
.ff-notoserif {
  font-family: "Noto Serif JP", serif;
}
.ff-yumincho {
  font-family: "Yu Mincho", "YuMincho", serif;
}
.ff-shippori-b1 {
  font-family: "Shippori Mincho B1", serif;
}

/* font-weight */
.fw-600 {
  font-weight: 600 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* ==================================
ユーティリティー
===================================== */
/*---------- 画像の比率 ----------*/
.u-aspect img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-aspect.--4x3 img {
  aspect-ratio: 4 / 3;
}
.u-aspect.--3x2 img {
  aspect-ratio: 3 / 2;
}
.u-aspect.--16x9 img {
  aspect-ratio: 16 / 9;
}
.u-aspect.--21x9 img {
  aspect-ratio: 21 / 9;
}
.u-aspect.--1x1 img {
  aspect-ratio: 1 / 1;
}
.u-aspect.--2x1 img {
  aspect-ratio: 2 / 1;
}
.u-aspect.--3x1 img {
  aspect-ratio: 3 / 1;
}
.u-aspect.--4x1 img {
  aspect-ratio: 4 / 1;
}
.u-aspect.--7x8 img {
  aspect-ratio: 7 / 8;
}
.u-aspect.--9x16 img {
  aspect-ratio: 9 / 16;
}
.u-aspect.--2x3 img {
  aspect-ratio: 2 / 3;
}
.u-aspect.--3x4 img {
  aspect-ratio: 3 / 4;
}

/* 画像全体を枠内に入れたいとき */
.u-aspect.--contain img {
  object-fit: contain;
}

/*---------- 角丸 ----------*/
[class*="u-rounded-"] {
  overflow: hidden;
}
.u-rounded-_25 {
  border-radius: 0.25rem !important;
}
.u-rounded-_5 {
  border-radius: 0.5rem !important;
}
.u-rounded-_75 {
  border-radius: 0.75rem !important;
}
.u-rounded-1 {
  border-radius: 1rem !important;
}
.u-rounded-1_5 {
  border-radius: 1.5rem !important;
}
.u-rounded-1_25 {
  border-radius: 1.25rem !important;
}
.u-rounded-2 {
  border-radius: 2rem !important;
}
.u-rounded-3 {
  border-radius: 3rem !important;
}
[class*="u-rounded-"].--t-only {
  border-bottom-right-radius: unset !important;
  border-bottom-left-radius: unset !important;
}
[class*="u-rounded-"].--b-only {
  border-top-right-radius: unset !important;
  border-top-left-radius: unset !important;
}
[class*="u-rounded-"].--r-only {
  border-top-left-radius: unset !important;
  border-bottom-left-radius: unset !important;
}
[class*="u-rounded-"].--l-only {
  border-top-right-radius: unset !important;
  border-bottom-right-radius: unset !important;
}

/*---------- はみ出させる ----------*/
.u-over {
  margin-inline: var(--oversize);
}
/* 右に */
.u-r-over {
  margin-right: var(--oversize);
}
@media print, screen and (min-width: 768px) {
  .u-r-md-over {
    margin-right: var(--oversize);
  }
}
@media print, screen and (min-width: 992px) {
  .u-r-lg-over {
    margin-right: var(--oversize);
  }
}
/* 左に */
.u-l-over {
  margin-left: var(--oversize);
}
@media print, screen and (min-width: 768px) {
  .u-l-md-over {
    margin-left: var(--oversize);
  }
}
@media print, screen and (min-width: 992px) {
  .u-l-lg-over {
    margin-left: var(--oversize);
  }
}

/*---------- Swiper ----------*/
/* 滑らかに */
.u-swiper-liner .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

/* ========================================
パーツ
======================================== */
/*---------- アイコン（アイコンフォント想定。大きさはp-*やfs-*、個別にwidth・height指定して調整。） ----------*/
.c-icon {
  aspect-ratio: 1 / 1;
  speak: none;
}
.c-icon img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  speak: none;
}

/*---------- アイコンとテキスト（ボタンによく使う） ----------*/
/* 余白の微調整は「gap-*」 */
.c-icon-text {
  display: grid !important;
  grid-template-columns: repeat(2, auto);
  column-gap: 0.5em;
  justify-content: center;
  align-items: center;
}
/* アイコンだけ右寄せ */
.c-icon-text.--r {
  grid-template-columns: 1fr auto;
}
/* アイコンだけ左寄せ */
.c-icon-text.--l {
  grid-template-columns: auto 1fr;
}
@media print, screen and (min-width: 992px) {
  .c-icon-text {
    column-gap: 1em;
  }
}

/*---------- 背景のベース ----------*/
/* 背景画像を敷く場合、
   背景画像に各色のフィルターをかける場合
   疑似要素を配置したいときのベース */
.p-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
/* 疑似要素のファンデーション */
.p-bg::before,
.p-bg::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
}
/* 黒透明フィルター */
.p-bg.--bl::before {
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bl);
  opacity: 0.3;
}
/* 白透明フィルター */
.p-bg.--wh::before {
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--WHT);
  opacity: 0.3;
}
/* メインカラーフィルター */
.p-bg.--main::before {
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--MAIN);
  opacity: 0.3;
}
.p-bg.--lmain::before {
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--LMAIN);
  opacity: 0.3;
}
/* アクセントカラーフィルター */
.p-bg.--accent::before {
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ACC);
  opacity: 0.3;
}
.p-bg.--laccent::before {
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--LACC);
  opacity: 0.3;
}
/* 補助色カラーフィルター */
.p-bg.--other::before {
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--OTH);
  opacity: 0.3;
}
.p-bg.--lother::before {
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: var(--LOTH);
  opacity: 0.3;
}
/* 色の濃さ（opacity） */
.p-bg.--light::before {
  opacity: 0.1;
}
.p-bg.--md::before {
  opacity: 0.5;
}
.p-bg.--strong::before {
  opacity: 0.7;
}
.p-bg.--strongest::before {
  opacity: 0.9;
}
.p-bg.--opacity1::before {
  opacity: 1;
}

/*---------- ホバーアクション ----------*/
.c-hover {
  transition: var(--transition);
  color: inherit;
  text-decoration: none;
}
.c-hover:hover {
  text-decoration: none;
}
.c-hover.--underline:hover {
  text-decoration: underline;
}
.c-hover.--bg-main:hover {
  background-color: var(--MAIN);
}
.c-hover.--bg-accent:hover {
  background-color: var(--ACC);
}
.c-hover.--bg-other:hover {
  background-color: var(--OTH);
}
.c-hover.--bg-lmain:hover {
  background-color: var(--LMAIN);
}
.c-hover.--bg-laccent:hover {
  background-color: var(--LACC);
}
.c-hover.--bg-lother:hover {
  background-color: var(--LOTH);
}
.c-hover.--bg-gry:hover {
  background-color: var(--GRY);
}
.c-hover.--bg-lgry:hover {
  background-color: var(--LGRY);
}
.c-hover.--opacity:hover {
  opacity: 0.8;
}
.c-hover.--up:hover {
  transform: translateY(-0.125rem);
}
.c-hover.--scale-up img {
  transition: var(--transition);
}
.c-hover.--scale-up:hover img {
  transform: scale(1.1);
}

/*---------- レイアウト ----------*/
/* display: grid;で重ねる */
.l-overlap {
  display: grid;
}
.l-overlap > * {
  grid-area: 1 / -1;
}
.c-hover.--overlap .--after {
  opacity: 0;
  transition: var(--transition);
}
.c-hover.--overlap:hover .--after {
  opacity: 1;
}
#tinymce .l-overlap > *,
.editor_block .l-overlap > * {
  grid-area: unset !important;
  z-index: 1 !important;
  opacity: 1 !important;
}

/* 子要素を中央配置 */
/* 縦 */
.l-v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* 縦横中央 */
.l-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lib-title__outer {
	margin: 1rem 0;
}

.lib-title__outer.--typeA :where(.title) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--DEF);
}

.lib-title__outer.--typeA :where(.title):before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 5px;
    position: relative;
    top: .07em;
    background-color: #F58549;
    margin-right: 10px;
    display: block;
}

.column {
	flex-direction: column;
}

.row > * {
    margin-top: 0;
}

.cb_blog_list:nth-child(even) {
    background: #fff;
}

.cb_blog_list {
    padding: 100px 0;
}

 .lib-flow-001__col:nth-child(3n):after {
        display: block
    }

.border-main {
	border: var(--MAIN) 2px solid;
}

:where(table) th, :where(table)>thead {
    border: var(--WHT) 1px solid;
    background-color: var(--MAIN);
    color: var(--DEF);
}

:where(table) tbody>tr>th:first-child {
    border-left-color: var(--LMAIN);
}

.post_content th {
    background: var(--LMAIN);
    font-weight: normal;
}
:where(.badge),:where(.chip) {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    font-size: .75rem;
    text-decoration: none!important;
    padding: 5px 8px;
    line-height: 1.25
}

:where(.badge).bg-def,:where(.chip).bg-def {
    background-color: var(--DEF);
    border-color: var(--DEF);
    color: var(--WHT)
}

:where(.badge).bg-main,:where(.chip).bg-main {
    background-color: var(--MAIN);
    border-color: var(--MAIN);
    color: var(--WHT)
}

:where(.badge).bg-accent,:where(.chip).bg-accent {
    background-color: var(--ACC);
    border-color: var(--ACC);
    color: var(--WHT)
}

:where(.badge).bg-other,:where(.chip).bg-other {
    background-color: var(--OTH);
    border-color: var(--OTH);
    color: var(--WHT)
}

:where(.badge).bg-link,:where(.chip).bg-link {
    background-color: var(--LINK);
    border-color: var(--LINK);
    color: var(--WHT)
}

:where(.badge).bg-gry,:where(.chip).bg-gry {
    background-color: var(--GRY);
    border-color: var(--GRY);
    color: var(--WHT)
}

:where(.badge).bg-dgry,:where(.chip).bg-dgry {
    background-color: var(--DGRY);
    border-color: var(--DGRY);
    color: var(--WHT)
}

:where(.badge).bg-lgry,:where(.chip).bg-lgry {
    background-color: var(--LGRY);
    border-color: var(--LGRY);
    color: var(--WHT)
}

:where(.badge).bg-wht,:where(.chip).bg-wht {
    background-color: var(--WHT);
    border-color: var(--WHT);
    color: var(--WHT)
}

:where(.badge).bg-lmain,:where(.chip).bg-lmain {
    background-color: var(--LMAIN);
    border-color: var(--LMAIN);
    color: var(--WHT)
}

:where(.badge).bg-laccent,:where(.chip).bg-laccent {
    background-color: var(--LACC);
    border-color: var(--LACC);
    color: var(--WHT)
}

:where(.badge).bg-lother,:where(.chip).bg-lother {
    background-color: var(--LOTH);
    border-color: var(--LOTH);
    color: var(--WHT)
}

:where(.badge).border-def,:where(.chip).border-def {
    border-color: var(--DEF)
}

:where(.badge).border-main,:where(.chip).border-main {
    border-color: var(--MAIN)
}

:where(.badge).border-accent,:where(.chip).border-accent {
    border-color: var(--ACC)
}

:where(.badge).border-other,:where(.chip).border-other {
    border-color: var(--OTH)
}

:where(.badge).border-link,:where(.chip).border-link {
    border-color: var(--LINK)
}

:where(.badge).border-gry,:where(.chip).border-gry {
    border-color: var(--GRY)
}

:where(.badge).border-dgry,:where(.chip).border-dgry {
    border-color: var(--DGRY)
}

:where(.badge).border-lgry,:where(.chip).border-lgry {
    border-color: var(--LGRY)
}

:where(.badge).border-wht,:where(.chip).border-wht {
    border-color: var(--WHT)
}

:where(.badge).border-lmain,:where(.chip).border-lmain {
    border-color: var(--LMAIN)
}

:where(.badge).border-laccent,:where(.chip).border-laccent {
    border-color: var(--LACC)
}

:where(.badge).border-lother,:where(.chip).border-lother {
    border-color: var(--LOTH)
}

:where(.chip) {
    background-color: var(--MAIN);
    border-color: var(--MAIN);
    color: var(--WHT)
}

:where(.badge).border-def,:where(.chip).border-def {
    color: var(--DEF)
}

:where(.badge).border-main,:where(.chip).border-main {
    color: var(--MAIN)
}

:where(.badge).border-accent,:where(.chip).border-accent {
    color: var(--ACC)
}

:where(.badge).border-other,:where(.chip).border-other {
    color: var(--OTH)
}

:where(.badge).border-link,:where(.chip).border-link {
    color: var(--LINK)
}

:where(.badge).border-gry,:where(.chip).border-gry {
    color: var(--GRY)
}

:where(.badge).border-dgry,:where(.chip).border-dgry {
    color: var(--DGRY)
}

:where(.badge).border-lgry,:where(.chip).border-lgry {
    color: var(--LGRY)
}

:where(.badge).border-wht,:where(.chip).border-wht {
    color: var(--WHT)
}

:where(.badge).border-lmain,:where(.chip).border-lmain {
    color: var(--LMAIN)
}

:where(.badge).border-laccent,:where(.chip).border-laccent {
    color: var(--LACC)
}

:where(.badge).border-lother,:where(.chip).border-lother {
    color: var(--LOTH)
}

:where(a.badge).bg-def,:where(a.chip).bg-def {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).bg-main,:where(a.chip).bg-main {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).bg-accent,:where(a.chip).bg-accent {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).bg-other,:where(a.chip).bg-other {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).bg-link,:where(a.chip).bg-link {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).bg-gry,:where(a.chip).bg-gry {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).bg-dgry,:where(a.chip).bg-dgry {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).bg-lgry,:where(a.chip).bg-lgry {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).bg-wht,:where(a.chip).bg-wht {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).bg-lmain,:where(a.chip).bg-lmain {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).bg-laccent,:where(a.chip).bg-laccent {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).bg-lother,:where(a.chip).bg-lother {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).border-def,:where(a.chip).border-def {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).border-main,:where(a.chip).border-main {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).border-accent,:where(a.chip).border-accent {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).border-other,:where(a.chip).border-other {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).border-link,:where(a.chip).border-link {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).border-gry,:where(a.chip).border-gry {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).border-dgry,:where(a.chip).border-dgry {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).border-lgry,:where(a.chip).border-lgry {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).border-wht,:where(a.chip).border-wht {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).border-lmain,:where(a.chip).border-lmain {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).border-laccent,:where(a.chip).border-laccent {
    -webkit-transition: .3s;
    transition: .3s
}

:where(a.badge).border-lother,:where(a.chip).border-lother {
    -webkit-transition: .3s;
    transition: .3s
}

:where(.border-set) {
    border: var(--borderColumnColor) 1px solid
}

.border-none {
    border: none!important
}

.border-none-left {
    border-left: none!important
}

.border-none-sm-left {
    border-left: none!important
}

.border-none-md-left {
    border-left: none!important
}

.border-none-lg-left {
    border-left: none!important
}

.border-none-xl-left {
    border-left: none!important
}

.border-none-xxl-left {
    border-left: none!important
}

.border-none-right {
    border-right: none!important
}

.border-none-sm-right {
    border-right: none!important
}

.border-none-md-right {
    border-right: none!important
}

.border-none-lg-right {
    border-right: none!important
}

.border-none-xl-right {
    border-right: none!important
}

.border-none-xxl-right {
    border-right: none!important
}

.border-none-top {
    border-top: none!important
}

.border-none-sm-top {
    border-top: none!important
}

.border-none-md-top {
    border-top: none!important
}

.border-none-lg-top {
    border-top: none!important
}

.border-none-xl-top {
    border-top: none!important
}

.border-none-xxl-top {
    border-top: none!important
}

.border-none-bottom {
    border-bottom: none!important
}

.border-none-sm-bottom {
    border-bottom: none!important
}

.border-none-md-bottom {
    border-bottom: none!important
}

.border-none-lg-bottom {
    border-bottom: none!important
}

.border-none-xl-bottom {
    border-bottom: none!important
}

.border-none-xxl-bottom {
    border-bottom: none!important
}

.fs-h1 {
    font-size: 1.875rem;
    line-height: 1.25
}

.fs-h2 {
    font-size: 1.5rem;
    line-height: 1.25
}

.fs-h3 {
    font-size: 1.375rem;
    line-height: 1.25
}

.fs-h4 {
    font-size: 1.25rem;
    line-height: 1.25
}

.fs-h5 {
    font-size: 1.125rem;
    line-height: 1.25
}

.fs-h6 {
    font-size: 1rem;
    line-height: 1.25
}

.fs-10 {
    font-size: .625rem
}

.fs-12 {
    font-size: .75rem
}

.fs-14 {
    font-size: .875rem
}

.fs-16 {
    font-size: 1rem
}

.fs-18 {
    font-size: 1.125rem
}

.fs-20 {
    font-size: 1.25rem
}

.fs-22 {
    font-size: 1.375rem
}

.fs-24 {
    font-size: 1.5rem
}

.fs-26 {
    font-size: 1.625rem
}

.fs-28 {
    font-size: 1.75rem
}

.fs-30 {
    font-size: 1.875rem
}

.fs-32 {
    font-size: 2rem
}

.fs-34 {
    font-size: 2.125rem
}

.fs-36 {
    font-size: 2.25rem
}

.fs-38 {
    font-size: 2.375rem
}

.fs-40 {
    font-size: 2.5rem
}


/* ==================================
ヘッダー
===================================== */
@media print,screen and (max-width: 440px)  {
#header_logo img,
		#header_logo2 img{
    display: block;
    transition: all 0.25s ease;
    max-height: calc(100% - 20px);
    width: 200px;
}
}

#bread_crumb {
	margin-bottom: 2rem;
}

/* ========================================
フッター
======================================== */
#copyright {
	text-align: center;
}

@media print,screen and (max-width: 440px)  {
	#copyright {
	font-size: 12px;
}
}

@media print,screen and (min-width: 440px)  {
#footer_logo img {
    display: block;
    transition: all 0.25s ease;
	width: 400px
}
}

/* ========================================
CTA
======================================== */

/* ========================================
TOP
======================================== */

/* ========================================
下層
======================================== */
/*---------- 下層MV ----------*/
.large_height {
background-color: var(--MAIN);
}

.large_headline {
    font-family: "Noto Sans JP", serif !important;
}

#page_header .design_header {
max-width: calc(1120px + .75rem * 2);
color: var(--WHT);
    margin: 0px auto 120px;
    padding: 40px 20px;
}

@media screen and (max-width: 800px) {
	#page_header .design_header {
 padding: 24px 20px;
}
	
body:not(.show_sidebar) #page_header.large_height {
    height: auto;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
}



body {
	font-family: "Noto Sans JP", serif !important;
}

#page_contents .post_content {
  max-width: 100vw;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
	color: var(--DEF);
}



:is(.design_header, .tcdce-body .design_header) .sub_title {
    overflow: hidden;
    padding: 0;
    font-size: 24px;
    line-height: 1.4;
}

.large_headline {
  display: flex;
/*   justify-content: center; /* 水平方向の中央揃え */ */
  align-items: center; /* 垂直方向の中央揃え */
  height: 40px; /* 親要素の高さ。必要に応じて調整 */
}

@media screen and (max-width: 768px) {
.large_headline {
  height: 24px; /* 親要素の高さ。必要に応じて調整 */
}
}

.large_headline span {
    font-size: clamp( 1.5rem, calc( 1.0945945945945945rem + 1.7297297297297298vw ), 2.5rem ) !important;
	vertical-align: top;
}

/*---企業理念---*/
.lib-cnt-015__title {
    color: var(--ACC);
}

.lib-wide__outer {
    margin-left: calc((100vw - 100%)/ 2 * -1);
    margin-right: calc((100vw - 100%)/ 2 * -1);
    padding-left: calc((100vw - 100%)/ 2);
    padding-right: calc((100vw - 100%)/ 2);
}

.lib-cnt-015__title .title:after {
    background-color: var(--ACC);
}


/*---会社概要---*/
.va-middle {
	vertical-align: middle;
}

:where(table)>thead th:first-child {
    border-left-color: var(--LMAIN);
}

:where(table)>thead th {
    border-top-color: var(--LMAIN);
}

:where(table)>thead th:last-child {
    border-right-color: var(--LMAIN);
}

:where(ul:not([class*=lib]))>li:before {
    display: none;
}

#footer .swiper-wrapper>li,
.menu>li{
	margin-top: 0;
}

/*-----サイトマップ-----*/
.aioseo-html-page-sitemap h4 {
	display: none;
}

/*-----お問い合わせ-----*/
/*お問い合わせ*/
.badge.bg-accent.me-2 {
    background-color: #CE052C;
    padding: 5px;
    color: #fff;
    font-weight: 500;
}

.badge.bg-accent.me-2.--gry {
    background-color: #C5C5C5;
    padding: 5px;
    color: #fff;
    font-weight: 500;
}

.wpcf7 {
    width: 100%;
    margin: 0 0 2.5em !important;
    padding: 0;
    border: 0;
    background: #fff;
    font-size: 14px;
}

.wpcf7 textarea {
    height: 150px;
}

.wpcf7 .wpcf7-list-item {
    display: inline-block;
}

.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
    border: 3px solid var(--MAIN) !important;
    background-color: var(--MAIN);
}

.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover {
    background-color: var(--WHT);
    color: var(--MAIN);
}

@media print,screen and (min-width: 1200px)  {
.w-contents {
	width: calc(1120px + .75rem * 2);
	margin: 0 auto;
}
}

/* @media print,screen and (max-width: 768px)  {
.w-contents {
	width: 100%;
	margin: 0 auto;
}
} */

/*-----送信完了-----*/
.thanks {
	color: var(--WHT) !important;
	background-color: var(--MAIN);
		border: 3px solid var(--MAIN);
}

.thanks:hover {
	color: var(--MAIN) !important;
	background-color: var(--WHT);
}




