@charset "UTF-8";
:root {
  --color-white: #fff;
  --color-contrast: #eaf0ff;
  --color-contrast02: #f8f4ea;
  --color-contrast03: #f9842a;
  --color-contrast04: #56423d;
  --color-contrast05: #fdeee2;
  --color-contrast06: #cfe7fe;
  --color-accent: #4d6fbe;
  --color-accent02: #f9842a;
  --color-black: #222;
  --color-link: #00f;
  --color-gray: #ccc;
  --color-gray02: #707070;
  --color-gray03: #b2b2b2;
  --color-gray04: #f7f7f7;
}

/* =======================================================
基本設定
======================================================= */
@font-face {
  font-family: noto-sans-jp;
  font-weight: normal;
  src: url("../fonts/Noto-Sans-JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: noto-sans-jp;
  font-weight: bold;
  src: url("../fonts/Noto-Sans-JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: noto-serif-jp;
  font-weight: normal;
  src: url("../fonts/Noto-Serif-JP/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: noto-serif-jp;
  font-weight: bold;
  src: url("../fonts/Noto-Serif-JP/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-style: normal;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  overflow-wrap: break-word;
  outline: none;
  box-shadow: none;
  line-break: strict;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:focus,
a:focus {
  outline: none;
}

body,
.ly-head,
.ly-main,
.ly-foot {
  min-width: 1024px;
}

body {
  font-family: noto-sans-jp, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  line-height: calc(25/17);
  color: #222;
  letter-spacing: 0.04em;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
}

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

table {
  border-spacing: 0;
  border-collapse: separate;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

p,
li,
dt,
dd,
th,
td {
  -ms-line-break: strict;
  line-break: strict;
  overflow-wrap: anywhere;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: optimize-contrast;
}

picture {
  line-height: 0;
}

input,
button,
select,
textarea {
  font-family: noto-sans-jp, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  line-height: calc(25/17);
  color: #222;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

input[type=checkbox] {
  display: none;
}

input[type=radio] {
  display: none;
}

button,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* PC SP */
.pc {
  display: initial;
}

.sp {
  display: none;
}

@media only screen and (device-width >= 1025px) {
  /* PCのみホバー効果 */
  a,
  .hp-hover {
    transition: all 0.3s ease;
  }
  a:hover,
  .hp-hover:hover {
    opacity: 0.7;
  }
  label:hover {
    cursor: pointer;
  }
}
@media screen and (width <= 750px) {
  body,
  .ly-head,
  .ly-main,
  .ly-foot {
    width: 100%;
    min-width: 750px;
    max-width: 750px;
  }
  body {
    font-size: 28px;
    line-height: 1.5;
  }
  input,
  button,
  select,
  textarea {
    font-size: 30px;
    line-height: 1.5;
  }
  .sp {
    display: initial;
  }
  .pc {
    display: none;
  }
}
/* =============================
共通レイアウト
============================== */
/* 全体のWrapper */
.ly-allWrapper {
  max-width: 2000px;
  margin: 0 auto;
  overflow: hidden;
}

/* inner */
.ly-head-inner,
.ly-foot-inner,
.ly-cont,
.ly-cont-inner {
  position: relative;
  width: 1024px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* 2カラム */
.ly-cont--col {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: space-between;
}

.ly-cont-main {
  width: 700px;
}

.ly-cont-side {
  width: 280px;
}

/* bl_media */
.bl-mediaList {
  display: grid;
  gap: 56px;
}

.bl-media {
  display: grid;
  grid-template: auto 1fr/496px auto;
  grid-template-areas: "imgWrapper body";
  gap: 0 32px;
}

.bl-media:has(.el-media-ttl) {
  grid-template-areas: "imgWrapper title" "imgWrapper body" "btm_txt btm_txt";
}

.bl-media:has(.bl-media-btmTxt) {
  grid-template: auto 1fr auto/496px auto;
  grid-template-areas: "imgWrapper title" "imgWrapper body" "btm_txt btm_txt";
}

.bl-media-imgWrapper {
  grid-area: imgWrapper;
}

.el-media-ttl {
  grid-area: title;
  margin-bottom: 16px;
  font-size: 26px;
}

.bl-media-body {
  display: flex;
  flex-direction: column;
  grid-area: body;
  gap: 1.3em;
}

.el-media-btmTxt {
  grid-area: btm_txt;
  margin-top: 1.3em;
}

/* bl_card */
.bl-cardUnit {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.bl-card {
  position: relative;
  width: 320px;
  padding: 24px;
}

.bl-card:has(.bl-card-link) {
  padding: 0;
}

.bl-card-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 24px;
}

.el-card-ttl {
  margin-bottom: 16px;
  font-size: 22px;
  text-align: center;
}

/* bl_btnList */
.bl-btnList {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}

@media screen and (width >= 751px) {
  .bl-media.reverse {
    /* grid-template: 1fr auto / auto 496px; */
    grid-template-areas: "title imgWrapper" "body imgWrapper";
  }
}
@media screen and (width <= 750px) {
  /* inner */
  .ly-cont,
  .ly-cont-inner,
  .ly-foot-inner {
    width: 690px;
  }
  /* 2カラム */
  .ly-cont--col {
    gap: 80px;
  }
  .ly-cont-main,
  .ly-cont-side {
    width: 100%;
  }
  /* bl_media */
  .bl-media {
    grid-template: auto/auto;
    grid-template-areas: "imgWrapper" "body";
  }
  .bl-media.img-first {
    grid-template: auto/auto;
    grid-template-areas: "imgWrapper" "title" "body";
  }
  .bl-media:has(.el-media-ttl) {
    grid-template: auto/auto;
    grid-template-areas: "title" "imgWrapper" "body";
  }
  .bl-media:has(.el-media-btmTxt) {
    grid-template: auto/auto;
    grid-template-areas: "title" "imgWrapper" "body" "btm_txt";
  }
  .bl-media-imgWrapper {
    margin-bottom: 32px;
  }
  .el-media-ttl {
    margin-bottom: 24px;
    font-size: 32px;
  }
  /* bl_card */
  .bl-card {
    width: 100%;
  }
  .el-card-ttl {
    font-size: 32px;
  }
}
/* =============================
下層MV - パンくず
============================== */
/* MV */
.bl-lower-mv {
  display: grid;
  place-content: center;
  min-height: 150px;
  padding: 48px 0;
  background: url("../images/common/lower-mv-bg.webp") center center/cover no-repeat;
}
.bl-lower-mv-box {
  padding-top: 8px;
}
.bl-lower-mv-box .bl-lower-mv-txt {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.5;
  color: var(--color-white);
  text-align: center;
}
.bl-lower-mv-box .bl-lower-mv-txt::before {
  content: "【";
}
.bl-lower-mv-box .bl-lower-mv-txt::after {
  content: "】";
}
.bl-lower-mv-box .bl-lower-mv-btn {
  margin: 36px auto 0;
}

.bl-lower-mv-ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: calc(41/28);
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.06em;
}
.bl-lower-mv-ttl-deco {
  font-size: 18px;
}
.bl-lower-mv-ttl-deco::before {
  content: "（";
}
.bl-lower-mv-ttl-deco::after {
  content: "）";
}

/* パンくず */
.bl-breadcrumbs-inner {
  display: flex;
  width: 1024px;
  padding-top: 16px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}

.bl-breadcrumbs-inner > li {
  font-size: 14px;
  line-height: calc(20/14);
}

.bl-breadcrumbs-inner > li:first-child {
  display: flex;
  align-items: center;
}

.bl-breadcrumbs-inner > li:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bl-breadcrumbs-inner > li:first-of-type ~ li::before {
  margin: 0 8px;
  content: ">";
}

.bl-breadcrumbs-inner .home {
  display: flex;
  align-items: center;
  width: 18px;
}

@media screen and (width <= 750px) {
  /* MV */
  .bl-lower-mv {
    min-height: 200px;
    padding: 56px 0;
    background: url("../images/common/lower-mv-bg-sp.webp") center center/cover no-repeat;
  }
  .bl-lower-mv-box {
    padding-top: 0;
  }
  .bl-lower-mv-box .bl-lower-mv-txt {
    font-size: 20px;
    line-height: calc(29/20);
  }
  .bl-lower-mv-box .bl-lower-mv-btn {
    margin-top: 40px;
  }
  .bl-lower-mv-ttl {
    font-size: 36px;
    line-height: calc(54/36);
  }
  .bl-lower-mv-ttl-deco {
    font-size: 20px;
  }
  /* パンくず */
  .bl-breadcrumbs-inner {
    width: 690px;
  }
  .bl-breadcrumbs-inner > li {
    font-size: 22px;
    line-height: calc(33/22);
  }
  .bl-breadcrumbs-inner > li:first-of-type ~ li::before {
    margin: 0 12px;
  }
  .bl-breadcrumbs-inner .home {
    width: 24px;
  }
}
/* =============================
共通パーツ
============================== */
/* 各sectionメイン見出し */
.el-sec-mainTtl {
  position: relative;
  margin-bottom: 32px;
  line-height: 1.5;
  text-align: center;
}

.bl-bullet-list {
  display: grid;
  gap: 16px;
}
.bl-bullet-item {
  display: grid;
  grid-template-columns: auto 1fr;
}
.bl-bullet-item::before {
  content: "・";
}

/* el_btn */
.el-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}

.el-btn.more {
  font-size: 18px;
  font-weight: bold;
}

.el-btn.more::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}

/* el_label */
.el-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  color: #fff;
  background: #000;
}

/* ※ */
.el-att {
  position: relative;
  display: flex;
  font-size: 14px;
  line-height: calc(20/14);
  text-align: left !important;
}
.el-att.--center {
  justify-content: center;
}

.el-att::before {
  flex: 0 1 auto;
  content: "※";
}

.el-att.--end {
  justify-content: end;
}

.el-att01,
.el-att02,
.el-att03 {
  padding-left: 2.5em;
}

.el-att01::before {
  content: "※1";
}

.el-att02::before {
  content: "※2";
}

.el-att03::before {
  content: "※3";
}

span.el-att {
  display: block;
}

.el-link {
  color: #00f;
  text-decoration: underline;
}

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

@media screen and (width <= 750px) {
  /* 各sectionメイン見出し */
  .el-sec-mainTtl {
    font-size: 34px;
  }
  /* el_btn */
  /* el_label */
  /* ※ */
  .el-att {
    font-size: 22px;
  }
  .el-att.--center {
    justify-content: start;
  }
}
/* =============================
ヘルプタグ
============================== */
/* ユニット */
.hp-unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 明朝体 */
.hp-mincho {
  font-family: noto-serif-jp, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}

/* bold */
.hp-bold {
  font-weight: bold !important;
}

.hp-normal {
  font-weight: 400;
}

/* italic */
.hp-italic {
  transform: skewX(-10deg);
}

/* 打ち消し線 */
.hp-strikethrough {
  padding: 3px 0 0 8px;
  letter-spacing: 0;
  background-image: linear-gradient(#222, #222);
  background-repeat: repeat-x;
  background-position: 0 50%;
  background-size: 100% 1px;
}

/* opacity1 */
.hp-opacity1 {
  opacity: 1 !important;
}

/* 電話リンク */
.hp-tel {
  pointer-events: none;
}

/* アクセントカラー */
.hp-color--accent02 {
  color: var(--color-accent02);
}

/* 影付き角丸白ボックス */
.hp-shadowRadiusWhiteBox {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.35);
}

.hp-scroll-y {
  overflow-y: scroll;
  /* スクロールバー非表示（IE・Edge） */
  -ms-overflow-style: none;
  /* スクロールバー非表示（Firefox） */
  scrollbar-width: none;
}

/* スクロールバー非表示（Chrome・Safari） */
.hp-scroll-y::-webkit-scrollbar {
  display: none;
}

@media screen and (width <= 750px) {
  /* ユニット */
  .hp-unit {
    display: block;
  }
  /* 電話リンク */
  .hp-tel {
    pointer-events: auto;
  }
}
/* =============================
header
============================== */
.ly-head {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 999;
  width: 100%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0823529412);
  transform: translateX(-50%);
}

.bl-head {
  background: var(--color-white);
}
.bl-head .ly-cont-inner {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 14px;
}
.bl-head-logo-link {
  display: flex;
  width: 380px;
}
.bl-head-btn {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 46px;
  padding-bottom: 3px;
  font-weight: 700;
}
.bl-head-btn-wrapper {
  display: flex;
  gap: 24px;
}
.bl-head-btn::before {
  content: "";
}
.bl-head-btn.--recruitment-of-staff {
  position: relative;
  padding-top: 7px;
  background: var(--color-contrast);
  border: 1px solid var(--color-accent);
}
.bl-head-btn.--recruitment-of-staff .bl-head-btn-deco {
  position: absolute;
  top: -11px;
  left: 50%;
  width: 110px;
  height: 27px;
  font-size: 14px;
  line-height: calc(20/14);
  color: var(--color-white);
  text-align: center;
  background: url("../images/common/head-btn-deco.svg") top center/contain no-repeat;
  transform: translateX(-50%);
}
.bl-head-btn.--recruitment-of-staff::before {
  width: 18px;
  height: 22px;
  background: url("../images/common/icon-staff.svg") top center/contain no-repeat;
}
.bl-head-btn.--contact {
  color: var(--color-white);
  background: var(--color-accent);
}
.bl-head-btn.--contact::before {
  width: 20px;
  height: 14px;
  background: url("../images/common/icon-mail.svg") top center/contain no-repeat;
}
.bl-head-link-wrapper {
  display: none;
}

.bl-burger {
  display: none;
}

.bl-gnav-outer {
  background: var(--color-contrast02);
}
.bl-gnav-list {
  display: flex;
  justify-content: center;
}
.bl-gnav-item .bl-item-link {
  position: relative;
  display: block;
  padding: 10.5px 24px 12.5px;
  font-weight: 700;
  letter-spacing: 0;
}
.bl-gnav-item .bl-item-link::before {
  position: absolute;
  top: 50%;
  left: -0.5px;
  width: 1px;
  height: 33px;
  content: "";
  background: var(--color-black);
  transform: translateY(-50%);
}
.bl-gnav-item:last-of-type .bl-item-link::after {
  position: absolute;
  top: 50%;
  right: -0.5px;
  width: 1px;
  height: 33px;
  content: "";
  background: var(--color-black);
  transform: translateY(-50%);
}
.bl-gnav-btn {
  display: none;
}

@media screen and (width <= 750px) {
  .ly-head {
    box-shadow: none;
  }
  .bl-head .ly-cont-inner {
    gap: 28px;
    align-items: center;
    justify-content: start;
    padding: 8px 94px 8px 0;
  }
  .bl-head-logo-link {
    width: 310px;
  }
  .bl-head-btn-wrapper {
    display: none;
  }
  .bl-head-link {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    line-height: calc(33/22);
    color: var(--color-accent);
  }
  .bl-head-link-wrapper {
    display: grid;
    place-content: center;
    width: 258px;
    padding: 6px 0;
    border: 2px solid var(--color-accent);
  }
  .bl-head-link.--recruitment-of-staff .bl-head-link-deco {
    display: grid;
    place-content: center;
    width: 128px;
    height: 28px;
    padding: 0 0 2px 9px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--color-white);
    background: url("../images/common/header-recruitment-of-staff-bg.svg") top center/contain no-repeat;
  }
  .bl-head-link.--contact, .bl-head-link.--access {
    margin-top: 8px;
  }
  .bl-head-link.--contact::after, .bl-head-link.--access::after {
    width: 22px;
    height: 22px;
    content: "";
    background: url("../images/common/header-link-arrow.svg") top center/contain no-repeat;
  }
  .bl-burger {
    position: absolute;
    top: 49px;
    right: 0;
    z-index: 9999;
    display: grid;
    grid-template-rows: 1fr auto;
    width: 76px;
    height: auto;
    padding-bottom: 4px;
    transition: all 0.3s ease;
  }
  .bl-burger.--js-active {
    top: 25px;
  }
  .bl-burger.--js-active .bl-burger-bars {
    height: 40px;
  }
  .bl-burger.--js-active .bl-burger-bars::before {
    top: 50%;
    width: 75%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .bl-burger.--js-active .bl-burger-bars::after {
    top: 50%;
    width: 75%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .bl-burger.--js-active .bl-burger-bar {
    display: none;
  }
  .bl-burger-bars {
    position: relative;
    display: block;
    align-self: end;
    height: 20px;
    margin-bottom: 13px;
    transition: all 0.3s ease;
  }
  .bl-burger-bar,
  .bl-burger-bars::before,
  .bl-burger-bars::after {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 2px;
    content: "";
    background: var(--color-accent);
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
  }
  .bl-burger-bars::before {
    top: 0;
  }
  .bl-burger-bars::after {
    top: 100%;
  }
  .bl-burger-bar {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bl-burger-txt {
    display: flex;
    width: 68px;
    margin: 0 auto;
  }
  .bl-gnav-outer {
    position: fixed;
    top: 0;
    left: 0;
    display: grid;
    place-content: center;
    width: 100%;
    height: 100vh;
    transition: all 0.5s ease;
    transform: translateX(100%);
  }
  .bl-gnav-outer.--js-active {
    transform: translateX(0);
  }
  .bl-gnav-wrapper {
    margin-bottom: 64px;
  }
  .bl-gnav-list {
    flex-direction: column;
    gap: 48px;
    align-items: center;
  }
  .bl-gnav-item .bl-item-link {
    padding: 0;
    font-size: 32px;
    line-height: calc(47/32);
  }
  .bl-gnav-item .bl-item-link::before {
    display: none;
  }
  .bl-gnav-item:last-of-type .bl-item-link::after {
    display: none;
  }
  .bl-gnav-btn.--recruitment-of-staff {
    position: relative;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: center;
    width: 258px;
    padding: 13px 0 10px;
    margin: 25px auto 56px;
    font-size: 32px;
    font-weight: 700;
    line-height: calc(47/32);
    background: var(--color-contrast);
    border: 2px solid var(--color-accent);
    border-radius: 4px;
  }
  .bl-gnav-btn.--recruitment-of-staff .bl-head-btn-deco {
    position: absolute;
    top: -25px;
    left: 50%;
    display: flex;
    justify-content: center;
    width: 150px;
    height: 40px;
    padding: 1px 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: calc(27/18);
    color: var(--color-white);
    background: url("../images/common/head-btn-deco.svg") top center/contain no-repeat;
    transform: translateX(-50%);
  }
  .bl-gnav-btn.--recruitment-of-staff::before {
    width: 30px;
    height: 36px;
    content: "";
    background: url("../images/common/icon-staff.svg") top center/contain no-repeat;
  }
  .bl-gnav-btn.--close {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    width: 233px;
    padding: 15px 0 18px;
    margin: 0 auto;
    font-size: 32px;
    line-height: calc(47/32);
    color: var(--color-white);
    letter-spacing: 0;
    background: var(--color-accent);
  }
  .bl-gnav-btn.--close::before {
    width: 24px;
    height: 24px;
    content: "";
    background: url("../images/common/burger-close.svg") top center/contain no-repeat;
    transform: translateY(3px);
  }
}
/* =============================
footer
============================= */
.ly-foot {
  background: var(--color-contrast02);
}

.bl-foot {
  display: grid;
  grid-template: "info fnav-outer" "info link-list" "expo expo";
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 512px 1fr;
  padding: 40px 0;
}
.bl-foot-info {
  grid-area: info;
}
.bl-foot-info .bl-info-logo {
  display: flex;
  width: 224px;
  margin-bottom: 22px;
}
.bl-foot-info .bl-info-address .bl-address-tel {
  display: flex;
  gap: 8px;
  align-items: end;
  margin-bottom: 24px;
}
.bl-foot-info .bl-info-address .bl-address-tel-num {
  width: 250px;
}
.bl-foot-info .bl-info-address .bl-address-tel-txt {
  font-size: 15px;
  line-height: calc(22/15);
}
.bl-foot-info .bl-info-address .bl-address-txt {
  font-size: 15px;
  line-height: calc(22/15);
}
.bl-foot .bl-fnav-outer {
  grid-area: fnav-outer;
}
.bl-foot .bl-fnav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 16px;
  font-weight: 700;
}
.bl-foot-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: calc(20/14);
}
.bl-foot-expo {
  grid-area: expo;
  margin-top: 40px;
}
.bl-foot-expo .bl-foot-expo-imgouter {
  display: flex;
  gap: 32px;
  margin-bottom: 24px;
}
.bl-foot-expo .bl-foot-expo-link:first-of-type {
  width: 110px;
}
.bl-foot-expo .bl-foot-expo-link:nth-of-type(2) {
  width: 276px;
}
.bl-foot-expo .bl-foot-expo-txt {
  font-size: 14px;
  line-height: calc(20/14);
}

/* コピーライト */
.bl-foot-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 10px;
  text-align: center;
  background: var(--color-contrast04);
}

.bl-foot-copyright small {
  font-family: Verdana; /* Android */
  font-size: 14px;
  line-height: calc(20/14);
  color: var(--color-white);
}

/* ページトップボタン */
.bl-pagetop {
  position: relative;
  width: 1024px;
  height: 0;
  margin: 0 auto;
  text-align: right;
}

.bl-pagetop span {
  z-index: 900;
  width: 66px;
  height: 66px;
}

.bl-pagetop img {
  opacity: 0;
}

.bl-pagetop .fade img {
  transition: all 0.5s ease-in-out;
}

.bl-pagetop .in img {
  cursor: pointer;
  opacity: 1;
}

@media screen and (width <= 1400px) {
  /* ページトップボタン */
  .bl-pagetop {
    width: 100%;
  }
  .bl-pagetop span {
    right: 30px;
  }
}
@media screen and (width <= 750px) {
  .bl-foot {
    grid-template: "info" "fnav-outer" "link-list" "expo";
    grid-template-rows: auto;
    grid-template-columns: auto;
    padding: 100px 0 87px;
  }
  .bl-foot-info {
    margin-bottom: 55px;
  }
  .bl-foot-info .bl-info-logo {
    width: 630px;
    margin-bottom: 64px;
  }
  .bl-foot-info .bl-info-address .bl-address-tel {
    gap: 24px;
    margin-bottom: 64px;
  }
  .bl-foot-info .bl-info-address .bl-address-tel-num {
    width: 488px;
  }
  .bl-foot-info .bl-info-address .bl-address-tel-txt {
    font-size: 28px;
    line-height: calc(41/28);
  }
  .bl-foot-info .bl-info-address .bl-address-txt {
    font-size: 28px;
    line-height: calc(41/28);
  }
  .bl-foot .bl-fnav {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  .bl-foot .bl-fnav-list {
    gap: 24px 40px;
    margin-bottom: 21px;
    font-weight: 400;
    line-height: calc(41/28);
  }
  .bl-foot .bl-fnav::before {
    width: 0;
    height: 0;
    content: "";
    border-color: transparent transparent transparent var(--color-black);
    border-style: solid;
    border-width: 10px 0 10px 18px;
  }
  .bl-foot-link-list {
    gap: 24px;
    font-size: 24px;
    font-weight: 400;
    line-height: calc(36/24);
  }
  .bl-foot-expo {
    margin-top: 56px;
  }
  .bl-foot-expo .bl-foot-expo-imgouter {
    gap: 48px;
  }
  .bl-foot-expo .bl-foot-expo-link:first-of-type {
    width: 166px;
  }
  .bl-foot-expo .bl-foot-expo-link:nth-of-type(2) {
    width: 416px;
  }
  .bl-foot-expo .bl-foot-expo-txt {
    font-size: 22px;
    line-height: calc(75/44);
  }
  /* コピーライト */
  .bl-foot-copyright {
    padding: 11px 0 13px;
  }
  .bl-foot-copyright small {
    font-size: 16px;
    line-height: calc(24/16);
  }
  /* ページトップボタン */
  .bl-pagetop {
    position: relative;
    width: 1024px;
    height: 0;
    margin: 0 auto;
    text-align: right;
  }
  /* ページトップボタン */
  .bl-pagetop {
    z-index: 90;
    width: 750px;
  }
  .bl-pagetop span {
    right: 25px;
    bottom: 25px;
    width: 117px;
    height: 117px;
    border-radius: 117px;
  }
}
/* =============================
新着
============================== */
.c-post-wrapper {
  margin-bottom: 40px;
}
.c-post:first-of-type .c-post-link {
  padding-top: 0;
}
.c-post-link {
  display: grid;
  grid-template-columns: 280px 1fr;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-gray);
}
.c-post-header {
  display: flex;
  gap: 25px;
  align-items: center;
}
.c-post-date {
  font-size: 14px;
  line-height: calc(20/14);
  letter-spacing: 0.06em;
}
.c-post-ttl {
  font-size: 17px;
  font-weight: 400;
}

.el-cat {
  display: grid;
  place-content: center;
  min-width: 100px;
  padding: 1px 8px 3px;
  font-size: 16px;
  line-height: calc(24/16);
  color: var(--color-white);
  letter-spacing: 0.02em;
}
.el-cat.news {
  background: var(--color-contrast03);
}
.el-cat.hyoka {
  background: var(--color-accent);
}
.el-cat.all {
  background: var(--color-contrast04);
}

@media screen and (width <= 750px) {
  .c-post-wrapper {
    margin-bottom: 64px;
  }
  .c-post-link {
    grid-template-columns: auto;
    padding: 40px 0 24px;
    border-width: 2px;
  }
  .c-post-header {
    gap: 24px;
    margin-bottom: 24px;
  }
  .c-post-date {
    font-size: 24px;
    line-height: calc(36/24);
    letter-spacing: 0.04em;
  }
  .c-post-ttl {
    font-size: 28px;
    line-height: calc(41/28);
  }
  .el-cat {
    min-width: 120px;
    padding: 1px 12px 5px;
    font-size: 22px;
  }
}
/* =============================
ページナビ
============================== */
/* wp-pagenavi */
.wp-pagenavi {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.wp-pagenavi > * {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 32px;
  padding-bottom: 3px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  border-radius: 4px;
}

.wp-pagenavi a {
  background: var(--color-gray02);
}

.wp-pagenavi .current {
  background: var(--color-contrast03);
}

/* 詳細ページの前へ 次へ */
.bl-pager {
  position: relative;
  margin-top: 40px;
}

.bl-pager-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bl-pager-link > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid var(--color-contrast03);
}

.bl-pager-prev > a::before,
.bl-pager-next > a::after {
  width: 34px;
  height: 8px;
  content: "";
  background: url("../images/common/c-btn-arrow--orange.svg") top center/contain no-repeat;
}

.bl-pager-prev > a {
  padding: 8px 16px 11px 22px;
  background: var(--color-white);
}

.bl-pager-prev > a::before {
  transform: scale(-1, 1);
}

.bl-pager-next > a {
  padding: 8px 22px 11px 16px;
  background: var(--color-contrast05);
}

/* カテゴリ */
.bl-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding: 8px 0;
  margin-bottom: 24px;
  background: #f0f0f0;
}

.el-cat-ttl {
  flex: 0 1 140px;
  font-size: 18px;
  text-align: center;
}

.bl-cat-list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 8px 16px;
}

@media screen and (width <= 750px) {
  /* wp-pagenavi */
  .wp-pagenavi {
    gap: 24px;
    margin-top: 64px;
  }
  .wp-pagenavi > * {
    min-width: 40px;
    height: 48px;
    padding-bottom: 4.5px;
    font-size: 28px;
  }
  .wp-pagenavi .extend {
    display: none;
  }
  /* 前へ 次へ */
  .bl-pager {
    margin-top: 64px;
  }
  .bl-pager-link > a {
    width: 300px;
    font-size: 28px;
    border-width: 2px;
  }
  .bl-pager-prev > a::before,
  .bl-pager-next > a::after {
    width: 51px;
    height: 12px;
  }
  .bl-pager-prev > a {
    padding: 12px 18px 16.5px 27px;
  }
  .bl-pager-next > a {
    padding: 12px 27px 16.5px 18px;
  }
  /* カテゴリ */
  .bl-cat {
    gap: 16px;
    padding: 24px;
    margin-bottom: 40px;
  }
  .el-cat-ttl {
    flex: 100%;
    padding-top: 0;
    font-size: 30px;
  }
  .bl-cat-list {
    flex: 100%;
    gap: 20px 16px;
  }
}
/* =======================================================
c-article
======================================================= */
.c-article {
  position: relative;
  display: grid;
  place-content: center;
  height: 129px;
  padding: 0 0 1px;
  background: var(--color-white);
  border: 2px solid var(--color-accent);
}
.c-article-outer {
  padding-bottom: 80px;
}
.c-article-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}
.c-article.--accent {
  border-color: var(--color-contrast03);
}
.c-article.--accent::after {
  background-image: url("../images/common/c-article-arrow--accent.svg");
}
.c-article::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../images/common/c-article-arrow.svg") top center/contain no-repeat;
}
.c-article-inner {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(32/20);
  text-align: center;
}
.c-article-bracket, .c-article-deco {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}
.c-article-bracket::before {
  content: "（";
}
.c-article-bracket::after {
  content: "）";
}
.c-article-deco::before {
  content: "【";
}
.c-article-deco::after {
  content: "】";
}
.c-article-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-bottom: 32px;
}
.c-article-link {
  display: inline-flex;
  gap: 0.25em;
  justify-content: center;
  line-height: calc(20/17);
  color: var(--color-link);
  border-bottom: 1px solid;
}
.c-article-link-wrapper {
  text-align: center;
}
.c-article-link::before {
  content: "＞";
}

@media screen and (width <= 750px) {
  .c-article {
    height: 200px;
    border-width: 4px;
  }
  .c-article-outer {
    padding: 80px 0;
  }
  .c-article-wrapper {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 64px;
  }
  .c-article::after {
    width: 22px;
    height: 22px;
  }
  .c-article-inner {
    font-size: 30px;
  }
  .c-article-bracket, .c-article-deco {
    font-size: 21px;
    letter-spacing: 0.03em;
  }
  .c-article-btn-wrapper {
    margin-bottom: 56px;
  }
  .c-article-link {
    font-size: 26px;
    line-height: calc(38/26);
  }
}
/* =======================================================
c-btn
======================================================= */
.c-btn {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 320px;
  padding: 13px 24px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(27/18);
  color: var(--color-white);
}
.c-btn::before, .c-btn::after {
  content: "";
}
.c-btn.--contrast {
  color: var(--color-black);
  border: 1px solid var(--color-accent);
}
.c-btn.--arrow {
  text-align: center;
  background: var(--color-accent);
}
.c-btn.--arrow.--contrast {
  background: var(--color-contrast);
}
.c-btn.--arrow.--contrast::after {
  background: url("../images/common/c-btn-arrow--blue.svg") top center/contain no-repeat;
}
.c-btn.--arrow::before, .c-btn.--arrow::after {
  width: 34px;
  height: 8px;
}
.c-btn.--arrow::after {
  background: url("../images/common/c-btn-arrow.svg") top center/contain no-repeat;
}
.c-btn.--contact {
  display: flex;
  gap: 14px;
  justify-content: center;
  padding: 10px 71px 13px;
  background: var(--color-contrast03);
}
.c-btn.--contact::before {
  width: 26px;
  height: 18px;
  background: url("../images/common/icon-mail.svg") top center/contain no-repeat;
}
.c-btn.--web-application {
  display: flex;
  gap: 14px;
  justify-content: center;
  padding: 13px 27px 16px 0;
  background: var(--color-contrast03);
}
.c-btn.--web-application::before {
  width: 48px;
  height: 32px;
  background: url("../images/common/icon-pc.svg") top center/contain no-repeat;
}
.c-btn.--download-application-form {
  display: flex;
  gap: 14px;
  justify-content: center;
  padding: 11px 24px 13px;
  background: var(--color-accent);
}
.c-btn.--download-application-form::before {
  width: 32px;
  height: 32px;
  background: url("../images/common/icon-document.svg") top center/contain no-repeat;
}
.c-btn.--download-application-form.--contrast {
  color: var(--color-white);
  background: var(--color-contrast03);
}

@media screen and (width <= 750px) {
  .c-btn {
    width: 630px;
    padding: 17px 21px 21px;
    font-size: 30px;
  }
  .c-btn.--arrow::before, .c-btn.--arrow::after {
    width: 54px;
    height: 13px;
  }
  .c-btn.--contact {
    gap: 24px;
    padding: 15px 40px 18px;
  }
  .c-btn.--contact::before {
    width: 39px;
    height: 27px;
  }
  .c-btn.--web-application {
    gap: 24px;
    padding: 17px 21px 21px;
  }
  .c-btn.--web-application::before {
    width: 60px;
    height: 40px;
  }
  .c-btn.--download-application-form {
    gap: 24px;
    padding: 17px 21px 21px;
  }
  .c-btn.--download-application-form::before {
    width: 40px;
    height: 40px;
  }
}
/* =======================================================
news
======================================================= */
.ly-include-news {
  padding: 64px 0 56px;
  background: var(--color-contrast02);
}

.c-news-hgroup {
  margin-bottom: 32px;
  text-align: center;
}
.c-news-hgroup-txt {
  width: 116px;
  height: 28px;
  margin: 0 auto 14px;
}
.c-news-hgroup-ttl {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-accent);
}
.c-news-btn {
  margin: 0 auto;
}

@media screen and (width <= 750px) {
  .ly-include-news {
    padding: 80px 0;
  }
  .c-news-hgroup {
    margin-bottom: 56px;
  }
  .c-news-hgroup-txt {
    width: 146px;
    height: 36px;
  }
  .c-news-hgroup-ttl {
    font-size: 22px;
    line-height: calc(33/22);
  }
}
/* =======================================================
cta
======================================================= */
.ly-cta {
  padding: 64px 0;
  background: url("../images/common/cta-bg.webp") top center/cover no-repeat;
}
.ly-cta.--info .bl-cta-lbl {
  color: var(--color-accent);
}

.bl-cta-ttl {
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: 700;
  line-height: calc(45/32);
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.06em;
}
.bl-cta-lbl {
  display: inline-block;
  padding: 1px 20px 4px;
  margin-bottom: 12px;
  font-weight: 700;
  color: var(--color-contrast03);
  background: var(--color-white);
  border: 1px solid;
}
.bl-cta-lbl-wrapper {
  text-align: center;
}
.bl-cta-def {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  justify-content: center;
  margin-bottom: 24px;
}
.bl-cta-def-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.bl-cta-def-wrapper .bl-cta-def {
  margin-bottom: 0;
}
.bl-cta-dwrap {
  display: flex;
  gap: 13px;
  align-items: end;
}
.bl-cta-dttl {
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(36/24);
  color: var(--color-white);
  letter-spacing: 0.06em;
}
.bl-cta-ditem {
  font-size: 32px;
  font-weight: 700;
  line-height: calc(47/32);
  color: var(--color-white);
}
.bl-cta-info {
  display: grid;
  place-content: center;
  margin-bottom: 24px;
}
.bl-cta-info .bl-info-def {
  display: grid;
  gap: 8px;
}
.bl-cta-info .bl-info-dwrap {
  display: flex;
  color: var(--color-white);
}
.bl-cta-address {
  color: var(--color-white);
  text-align: center;
}

@media screen and (width <= 750px) {
  .ly-cta {
    padding: 56px 0 180px;
    background: url("../images/common/cta-bg-sp.webp") top center/cover no-repeat;
  }
  .bl-cta-ttl {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: calc(59/40);
  }
  .bl-cta-lbl {
    padding: 1px 22px 2px;
    margin-bottom: 32px;
    border-width: 2px;
  }
  .bl-cta-def {
    flex-direction: column;
    gap: 0;
    align-items: center;
    margin-bottom: 32px;
  }
  .bl-cta-def-wrapper {
    gap: 32px;
    margin-bottom: 32px;
  }
  .bl-cta-dwrap {
    gap: 8px;
  }
  .bl-cta-dttl {
    margin-bottom: 9px;
    font-size: 28px;
    line-height: calc(41/28);
  }
  .bl-cta-ditem {
    font-size: 40px;
    line-height: calc(59/40);
  }
  .bl-cta-address {
    text-align: left;
  }
  .bl-cta-address-wrapper {
    display: grid;
    place-content: center;
  }
}
/* =======================================================
eval-related
======================================================= */
.ly-eval-related {
  padding: 56px 0;
  background: var(--color-contrast02);
}

.bl-eval-related-ttl {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  line-height: calc(41/28);
  text-align: center;
  letter-spacing: 0.06em;
}
.bl-eval-related-article {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 32px 24px 24px;
  background: var(--color-white);
  border: 1px solid var(--color-accent);
}
.bl-eval-related-article-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.bl-eval-related-article.--accent {
  border-color: var(--color-contrast03);
}
.bl-eval-related-article.--accent .bl-eval-related-article-ttl {
  border-color: var(--color-contrast03);
}
.bl-eval-related-article.--accent .bl-eval-related-article-link {
  color: var(--color-contrast03);
}
.bl-eval-related-article.--accent .bl-eval-related-article-link::after {
  background-image: url("../images/common/eval-related-article-arrow--accent.svg");
}
.bl-eval-related-article-ttl {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
  align-items: center;
  padding-bottom: 17px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: calc(29/20);
  border-bottom: 1px solid var(--color-accent);
}
.bl-eval-related-article-ttl .--bracket,
.bl-eval-related-article-ttl .--deco {
  font-size: 16px;
  font-weight: 400;
}
.bl-eval-related-article-ttl .--bracket::before {
  content: "（";
}
.bl-eval-related-article-ttl .--bracket::after {
  content: "）";
}
.bl-eval-related-article-ttl .--deco::before {
  content: "【";
}
.bl-eval-related-article-ttl .--deco::after {
  content: "】";
}
.bl-eval-related-article-txt {
  margin-bottom: 24px;
}
.bl-eval-related-article-link {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: end;
  font-size: 15px;
  font-weight: 700;
  line-height: calc(22/15);
  color: var(--color-accent);
}
.bl-eval-related-article-link::after {
  width: 34px;
  height: 8px;
  content: "";
  background: url("../images/common/eval-related-article-arrow.svg") top center/contain no-repeat;
}

.bl-post-link-outer {
  margin-bottom: 40px;
}

@media screen and (width <= 750px) {
  .ly-eval-related {
    padding: 80px 0;
  }
  .bl-eval-related-ttl {
    margin-bottom: 64px;
    font-size: 40px;
  }
  .bl-eval-related-article {
    padding: 32px 32px 40px;
    border-width: 2px;
  }
  .bl-eval-related-article-wrapper {
    grid-template-columns: auto;
    gap: 48px;
  }
  .bl-eval-related-article-ttl {
    padding-bottom: 25px;
    margin-bottom: 24px;
    font-size: 30px;
    border-width: 2px;
  }
  .bl-eval-related-article-ttl .--bracket,
  .bl-eval-related-article-ttl .--deco {
    font-size: 26px;
  }
  .bl-eval-related-article-txt {
    margin-bottom: 36px;
  }
  .bl-eval-related-article-link {
    gap: 24px;
    font-size: 25px;
  }
  .bl-eval-related-article-link::after {
    width: 51px;
    height: 12px;
  }
  .bl-post-link-outer {
    margin-bottom: 64px;
  }
}
/* =======================================================
hgroup
======================================================= */
.c-hgroup {
  text-align: center;
}
.c-hgroup-txt {
  margin: 0 auto 14px;
}
.c-hgroup-ttl {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-accent);
}

@media screen and (width <= 750px) {
  .c-hgroup-ttl {
    font-size: 22px;
    line-height: calc(33/22);
  }
}
/* =======================================================
c-cat
======================================================= */
.c-cat-outer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  width: 100%;
  padding: 10px 32px 13px;
  background: var(--color-contrast02);
}
.c-cat-ttl {
  font-size: 18px;
  font-weight: 700;
}
.c-cat-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media screen and (width <= 750px) {
  .c-cat-outer {
    grid-template-columns: auto;
    gap: 16px;
    padding: 24px 32px 32px;
  }
  .c-cat-ttl {
    font-size: 30px;
  }
  .c-cat-wrapper {
    gap: 24px;
  }
}
/* =======================================================
aside
======================================================= */
.bl-aside {
  border: 1px solid var(--color-accent);
}
.bl-aside-ttl {
  padding: 8px 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  background: var(--color-accent);
}
.bl-aside-inner {
  background: var(--color-white);
}
.bl-aside-article {
  position: relative;
}
.bl-aside-article-wrapper {
  margin-bottom: 32px;
}
.bl-aside-article::after {
  position: absolute;
  bottom: -0.5px;
  left: 50%;
  width: calc(100% - 32px);
  height: 1px;
  content: "";
  background: var(--color-gray02);
  transform: translateX(-50%);
}
.bl-aside-article .bl-article-link {
  position: relative;
  display: block;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.5;
}
.bl-aside-article .bl-article-link-inner {
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bl-aside.--popular-column .bl-aside-article:last-of-type::after {
  display: none;
}
.bl-aside-btn {
  width: 180px;
  padding: 8px 16px 11px;
  margin: 0 auto 32px;
  background: var(--color-accent);
}

@media screen and (width <= 750px) {
  .bl-aside {
    border-width: 2px;
  }
  .bl-aside-ttl {
    padding: 12px 0 15px;
    font-size: 32px;
  }
  .bl-aside-article-wrapper {
    margin-bottom: 48px;
  }
  .bl-aside-article::after {
    bottom: -0.75px;
    width: calc(100% - 48px);
    height: 1.5px;
  }
  .bl-aside-article .bl-article-link {
    padding: 24px 32px;
    font-size: 26px;
  }
  .bl-aside-btn {
    width: 320px;
    padding: 12px 24px 16.5px;
    margin: 0 auto 48px;
  }
}
/* =======================================================
fixed
======================================================= */
@media screen and (width <= 750px) {
  .bl-foot.--fixed-news {
    padding-bottom: 144px;
  }
}
.bl-fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 9000;
  width: 100%;
  max-width: 1024px;
  background: var(--color-contrast06);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0823529412);
  transform: translateX(-50%);
}
.bl-fixed-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9100;
  display: flex;
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
}
@media (hover: hover) {
  .bl-fixed-close:hover {
    opacity: 0.7;
  }
}
.bl-fixed .c-post-link {
  padding: 19px 48px 20px !important;
}

@media screen and (width <= 750px) {
  .bl-fixed-close {
    width: 50px;
    height: 50px;
  }
  .bl-fixed .c-post-link {
    padding: 24px 32px !important;
  }
  .bl-fixed.--z-index {
    z-index: 1;
  }
}