@charset "UTF-8";
:root {
  --color-main: #fc685a;
  --color-white: #fff;
  --color-accent01: #0097f4;
  --color-accent02: #4c5a6c;
  --color-accent03: #004fc4;
  --color-accent04: #31cfeb;
  --color-accent05: #e5f4fd;
  --color-accent06: #79ccff;
  --color-accent07: #dbff12;
  --color-accent08: #3ddec6;
  --color-plan01: #178962;
  --color-plan01-bg: #eafff7;
  --color-plan02: #87d951;
  --color-plan02-bg: #f0ffe6;
  --color-black: #2c3540;
  --color-txt: #222;
  --color-gray: #ddd;
  --color-gray02: #929dac;
  --color-link: #00f;
}

/* =======================================================
　基本設定
======================================================= */
@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-break: break-word;
  word-wrap: break-word;
  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: 1.6;
  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;
}

ul,
ol {
  list-style: none;
}

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

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

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

picture {
  line-height: 0;
}

iframe {
  border: 0;
}

input,
button,
select,
textarea,
::placeholder {
  font-family: noto-sans-jp, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  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%;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

::placeholder {
  color: #b2b2b2;
}

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

.sp {
  display: none;
}

@media (hover: hover) {
  /* PCのみホバー効果 */
  a,
  .hp-hover,
  button {
    transition: all 0.3s ease;
  }
  a:hover,
  .hp-hover:hover,
  button: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,
  ::placeholder {
    font-size: 30px;
  }
  .sp {
    display: initial;
  }
  .pc {
    display: none;
  }
}
/* =============================
　共通レイアウト
============================== */
/* 全体のWrapper */
.ly-all-wrapper {
  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 title" "imgWrapper body";
  gap: 0 40px;
}

.bl-media:has(.bl-media-tt) {
  gap: 24px 32px;
}

.bl-media--rev {
  grid-template: 1fr auto/auto 496px;
  grid-template-areas: "title imgWrapper " "body imgWrapper";
}

.bl-media.el-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;
}

.bl-media-ttl {
  grid-area: title;
  padding-bottom: 16px;
}

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

.bl-media-btmTxt {
  grid-area: btm-txt;
  margin-top: 25px;
}

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

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

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

@media screen and (width >= 751px) {
  .bl-media.el-reverse {
    grid-template-areas: "title imgWrapper" "body imgWrapper";
  }
}
@media screen and (width <= 750px) {
  /* inner */
  .ly-cont,
  .ly-cont-inner,
  .ly-head-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" "title" "body";
  }
  .bl-media.el-btmTxt {
    grid-template: auto/auto;
    grid-template-areas: "imgWrapper" "title" "body" "btm-txt";
  }
  .bl-media-imgWrapper {
    margin-bottom: 24px;
  }
  .bl-media-ttl {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .bl-media-body {
    gap: 42px;
  }
  /* bl-card */
  .bl-card {
    width: 100%;
  }
}
/* =============================
　下層MV - パンくず
============================== */
/* MV */
.bl-lower-mv {
  height: 140px;
  background: url("../images/common/lower-mv.jpg") top center/cover no-repeat;
}

.bl-lower-mv-ttl {
  display: grid;
  font-size: 24px;
  font-weight: 700;
}
.bl-lower-mv-ttl-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.bl-lower-mv-ttl-wrapper::after {
  position: absolute;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}
.bl-lower-mv-ttl::before {
  justify-self: center;
  content: "";
}

/* パンくず */
.bl-breadcrumbs-inner {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 1024px;
  padding-top: 16px;
  margin: 0 auto;
}

.bl-breadcrumbs-inner > li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
}

.bl-breadcrumbs-inner > li:first-of-type ~ li::before {
  flex: 0 1 auto;
  width: 6px;
  height: 11px;
  content: "";
  background: url("../images/common/breadcrumbs-arrow.svg") top center/contain no-repeat;
}

.bl-breadcrumbs-inner > li:nth-of-type(n + 2) {
  margin-top: 2px;
}

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

@media screen and (width <= 750px) {
  /* MV */
  .bl-lower-mv {
    height: 200px;
    background: url("../images/common/lower-mv-sp.jpg") top center/cover no-repeat;
  }
  .bl-lower-mv-ttl {
    font-size: 36px;
  }
  /* パンくず */
  .bl-breadcrumbs-inner {
    gap: 12px;
    width: 690px;
    padding-top: 12px;
  }
  .bl-breadcrumbs-inner > li {
    gap: 12px;
    font-size: 24px;
  }
  .bl-breadcrumbs-inner > li:first-of-type ~ li::before {
    width: 9px;
    height: 16.5px;
    margin-top: 4px;
  }
  .bl-breadcrumbs-inner > li:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .bl-breadcrumbs-inner .home {
    width: 27px;
  }
}
/* =============================
　共通パーツ
============================== */
/* 各sectionメイン見出し */
.el-sec-main-ttl {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.06em;
}
.el-sec-main-ttl.--deco-up::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}

.bl-bullet-list {
  display: grid;
  gap: 4px;
}

.bl-bullet-list > li {
  display: flex;
}

.bl-bullet-list > li::before {
  flex: 0 1 auto;
  content: "・";
}

.bl-bulletList.bl-bulletList--square > li {
  padding-left: calc(1em + 8px);
}

.bl-bulletList.bl-bulletList--square > li::before {
  content: "■";
}

/* bl-num-list */
.bl-num-list {
  display: grid;
  gap: 8px;
  counter-reset: num;
}

.bl-num-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
}
.bl-num-item-inner {
  display: grid;
  gap: 8px;
}

.bl-num-item::before {
  content: counter(num) ".";
  counter-increment: num;
}

.bl-num-list.bl-num-list--circle > li:first-of-type::before {
  content: "①";
}

.bl-num-list.bl-num-list--circle > li:nth-of-type(2)::before {
  content: "②";
}

.bl-num-list.bl-num-list--circle > li:nth-of-type(3)::before {
  content: "③";
}

.bl-num-list.bl-num-list--circle > li:nth-of-type(4)::before {
  content: "④";
}

.bl-num-list.bl-num-list--circle > li:nth-of-type(5)::before {
  content: "⑤";
}

.bl-num-list.--brackets {
  counter-reset: cnt;
}

.bl-num-list.--brackets .bl-num-item {
  gap: 0;
  counter-increment: cnt;
}

.bl-num-list.--brackets .bl-num-item::before {
  content: "（" counter(cnt) "）";
}

/* el-btn */
.el-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
}
.el-btn.--arrow {
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  padding: 13px 12px 17px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 4px;
}
.el-btn.--arrow::before {
  content: "";
}
.el-btn.--reverse {
  color: var(--color-main);
  background: var(--color-white);
  border: 1px solid var(--color-main);
}
.el-btn.--reverse .el-btn-arrow {
  background: var(--color-main);
}
.el-btn.--reverse .el-btn-arrow::before, .el-btn.--reverse .el-btn-arrow::after {
  background-color: var(--color-white);
}
.el-btn-arrow {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  background: var(--color-white);
  border-radius: 50%;
}
.el-btn-arrow::before, .el-btn-arrow::after {
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 3px);
  width: 5.6px;
  height: 1px;
  content: "";
  background-color: var(--color-main);
  border-radius: 9999px;
  transform-origin: calc(100% - 0.5px) 50%;
}
.el-btn-arrow::before {
  transform: rotate(49.4deg);
}
.el-btn-arrow::after {
  transform: rotate(-49.4deg);
}

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

/* ※ */
.el-att {
  display: flex;
  font-size: 14px;
}

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

.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-main-ttl {
    font-size: 40px;
  }
  .el-att {
    font-size: 24px;
  }
  .bl-num-item {
    gap: 12px;
  }
  .bl-num-item-inner {
    gap: 12px;
  }
  .el-btn {
    padding-bottom: 4px;
  }
  .el-btn.--arrow {
    gap: 38px;
    padding: 20px 24px 24px;
    font-size: 30px;
  }
  .el-btn-arrow {
    width: 32px;
    height: 32px;
    margin-top: 3px;
  }
  .el-btn-arrow::before, .el-btn-arrow::after {
    top: calc(50% - 0.5px);
    left: calc(50% - 4px);
    width: 8.4px;
    height: 2px;
  }
  .el-btn-arrow::before {
    transform: rotate(47.75deg);
  }
  .el-btn-arrow::after {
    transform: rotate(-47.75deg);
  }
}
/* =============================
　ヘルプタグ
============================== */
/* ユニット */
.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;
}

/* 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--accent {
  color: #fc685a;
}

.hp-color--accent02 {
  color: #06e6e6;
}

.hp-color--accent03 {
  color: #dbff12;
}

.hp-color--accent04 {
  color: #0097f4;
}

.hp-link {
  color: var(--color-link);
}

@media screen and (width <= 750px) {
  /* ユニット */
  .hp-unit {
    display: block;
  }
  /* 電話リンク */
  .hp-tel {
    pointer-events: auto;
  }
}
/* =============================
　header
============================== */
.ly-head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
}
.ly-head.is-scroll {
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

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

/* ロゴ */
.bl-head-logo {
  display: flex;
  width: 218px;
}

.bl-head-container {
  display: flex;
  gap: 30px;
  align-items: center;
}

/* ナビ */
.bl-gnav-inner {
  display: flex;
  gap: 24px;
  align-items: center;
}

.bl-gnav-link {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
}

.bl-head-btn {
  position: relative;
  padding-top: 13px;
}
.bl-head-btn-deco {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  place-content: center;
  width: calc(100% - 16px);
  padding: 4px 0 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-main);
  background: var(--color-white);
  border: 1px solid var(--color-main);
  border-radius: 14px;
  transform: translateX(-50%);
}
.bl-head-btn-inner {
  display: grid;
  place-content: center;
  min-width: 224px;
  padding: 21px 16px 11px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
  background: var(--color-main);
  border-radius: 4px;
}

/* スマホ用非表示 */
.bl-burger {
  display: none;
}

@media screen and (width <= 750px) {
  .ly-head {
    height: 120px;
  }
  /* ロゴ */
  .bl-head-logo {
    position: relative;
    z-index: 9999;
    width: 348px;
  }
  .bl-head-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 64px;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background: url("../images/common/nav-bg.jpg") top center/cover no-repeat;
    transition: all 0.3s ease;
    transform: translateX(100%);
  }
  .bl-head-container::after {
    position: absolute;
    bottom: 64px;
    left: 50%;
    width: 254px;
    height: 120px;
    content: "";
    background: url("../images/common/nav-deco.svg") top center/contain no-repeat;
    transform: translateX(-50%);
  }
  .bl-head-container.is-active {
    transform: translateX(0);
  }
  /* ナビ */
  .bl-gnav-inner {
    flex-direction: column;
    gap: 64px;
  }
  .bl-gnav-link {
    font-size: 32px;
  }
  .bl-head-btn {
    padding-top: 0;
  }
  .bl-head-btn-deco {
    display: none;
  }
  .bl-head-btn-inner {
    min-width: auto;
    padding: 0;
    font-size: 32px;
    color: var(--color-txt);
    letter-spacing: 0;
    background: transparent;
    border-radius: 0;
  }
  .bl-burger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    display: grid;
    grid-template-rows: 1fr auto;
    width: 120px;
    height: 120px;
    padding: 19px 15px 13px;
    background: var(--color-white);
    border: 3px solid var(--color-accent01);
  }
  .bl-burger.is-active .bl-burger-bars::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .bl-burger.is-active .bl-burger-bars::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .bl-burger.is-active .bl-burger-bar {
    display: none;
  }
  .bl-burger-bars {
    position: relative;
    display: block;
    height: 44px;
    margin-bottom: 16px;
  }
  .bl-burger-bars::before,
  .bl-burger-bars::after {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 4px;
    content: "";
    background: var(--color-accent01);
    transition: all 0.3s ease;
    transform: translateX(-50%);
  }
  .bl-burger-bars::before {
    top: 0;
  }
  .bl-burger-bars::after {
    bottom: 0;
  }
  .bl-burger-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 4px;
    background: var(--color-accent01);
    transform: translate(-50%, -50%);
  }
  .bl-burger-menu {
    display: flex;
    width: 82px;
    margin: 0 auto;
  }
  .bl-head-close {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    padding: 14px 48px 17px;
    font-size: 34px;
    font-weight: 700;
    color: var(--color-white);
    background: var(--color-main);
    border-radius: 6px;
  }
  .bl-head-close-deco {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
  }
  .bl-head-close-deco::before, .bl-head-close-deco::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    height: 4px;
    margin-top: 2px;
    content: "";
    background: var(--color-white);
  }
  .bl-head-close-deco::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .bl-head-close-deco::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
/* =============================
　footer
============================= */
.ly-foot {
  background: var(--color-accent02);
}

.bl-foot {
  position: relative;
  padding: 56px 0 16px;
}
.bl-foot-conts {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.bl-foot-logo {
  width: 218px;
}
.bl-foot-fnav-list {
  display: grid;
  grid-template-rows: repeat(7, auto);
  grid-template-columns: repeat(3, auto);
  grid-auto-flow: column;
  gap: 8px 108px;
}
.bl-foot-fnav-item {
  font-size: 15px;
  line-height: calc(21/15);
  color: var(--color-white);
}
.bl-foot-sns-list {
  position: absolute;
  top: 130px;
  right: 36px;
  display: flex;
  gap: 24px;
}
.bl-foot-sns-item {
  width: 34px;
}
.bl-foot-copyright {
  font-size: 12px;
  color: var(--color-white);
  text-align: center;
}
.bl-foot-relation .bl-relation-summary {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  align-items: center;
  padding: 5px 0 6px;
  font-size: 15px;
  line-height: calc(21/15);
  color: var(--color-white);
  text-align: center;
  cursor: pointer;
  background: var(--color-black);
}
.bl-foot-relation .bl-relation-summary::before {
  content: "";
}
.bl-foot-relation .bl-relation-summary::after {
  width: 0;
  height: 0;
  content: "";
  border-color: var(--color-white) transparent transparent transparent;
  border-style: solid;
  border-width: 10px 6px 0;
}
.bl-foot-relation .bl-relation-summary.--open::after {
  border-color: transparent transparent var(--color-white) transparent;
  border-width: 0 6px 10px;
}
.bl-foot-relation .bl-relation-list {
  display: grid;
  grid-template-rows: repeat(10, auto);
  grid-template-columns: 1fr auto;
  grid-auto-flow: column;
  gap: 8px 0;
  justify-content: space-between;
}
.bl-foot-relation .bl-relation-item {
  font-size: 15px;
  line-height: calc(21/15);
  color: var(--color-white);
}
.bl-foot-relation .bl-relation-answer {
  display: none;
}
.bl-foot-relation .ly-cont-inner {
  padding: 40px 0;
}

/* ページトップボタン */
.bl-pagetop {
  position: relative;
  width: 1020px;
  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 <= 750px) {
  .bl-foot {
    padding: 64px 0 16px;
  }
  .bl-foot-conts {
    display: grid;
    gap: 64px;
    justify-content: normal;
    margin-bottom: 64px;
  }
  .bl-foot-logo {
    order: 2;
    width: 392px;
    margin: 0 auto;
  }
  .bl-foot-fnav-wrapper {
    order: 1;
  }
  .bl-foot-fnav-list {
    grid-template-rows: repeat(8, auto);
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }
  .bl-foot-fnav-item {
    font-size: 26px;
  }
  .bl-foot-sns-list {
    position: relative;
    top: initial;
    right: initial;
    gap: 56px;
    justify-content: center;
    order: 3;
  }
  .bl-foot-sns-item {
    width: 64px;
  }
  .bl-foot-copyright {
    font-size: 16px;
  }
  .bl-foot-relation .bl-relation-summary {
    gap: 16px;
    padding: 13px 0 16px;
    font-size: 24px;
  }
  .bl-foot-relation .bl-relation-summary::after {
    border-width: 16px 10px 0;
  }
  .bl-foot-relation .bl-relation-summary.--open::after {
    border-width: 0 10px 16px;
  }
  .bl-foot-relation .bl-relation-list {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-flow: row;
    gap: 16px 0;
  }
  .bl-foot-relation .bl-relation-item {
    font-size: 24px;
  }
  /* ページトップボタン */
  .bl-pagetop {
    width: 690px;
  }
  .bl-pagetop span {
    width: 108px;
    height: 108px;
  }
}
/* =============================
新着
============================== */
.bl-vertPosts {
  border-bottom: 1px solid #bfbfbf;
}

.bl-vertPosts > a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 16px;
  color: #222;
}

.bl-vertPosts:not(:first-of-type) > a {
  padding-top: 16px;
}

.bl-vertPosts-header {
  display: flex;
  flex: 0 1 280px;
  gap: 16px;
  align-items: center;
}

.bl-vertPosts-date {
  font-size: 14px;
  letter-spacing: 0;
}

.el-catLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  max-width: 144px;
  min-height: 28px;
  padding: 0 8px 2px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0;
  background: #ccc;
}

.el-catLabel.all {
  background: #5e5e5e;
}

.el-catLabel.news {
  background: #41b3b2;
}

.el-catLabel.media {
  background: #ac96cf;
}

.bl-vertPosts-ttl {
  flex: 1;
  font-size: 17px;
  font-weight: normal;
}

@media screen and (width <= 750px) {
  .bl-vertPosts > a {
    gap: 16px;
    padding-bottom: 24px;
  }
  .bl-vertPosts:not(:first-of-type) > a {
    padding-top: 24px;
  }
  .bl-vertPosts-header {
    flex: 100%;
  }
  .bl-vertPosts-date {
    font-size: 22px;
  }
  .el-catLabel {
    min-width: 128px;
    max-width: 480px;
    min-height: 42px;
    padding: 0 16px;
    font-size: 22px;
  }
  .bl-vertPosts-ttl {
    font-size: 28px;
  }
}
/* =============================
aside
============================== */
.bl-aside {
  padding-bottom: 25px;
  border: 1px solid #a79178;
}

.bl-aside-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #464646;
}

.bl-aside-postList {
  margin-bottom: 20px;
}

.bl-aside-postList > li {
  border-bottom: 1px solid #c6c6c6;
}

.bl-aside-postList > li > a {
  display: block;
  padding: 16px 25px;
  font-size: 16px;
}

@media screen and (width <= 750px) {
  /* aside */
  .bl-aside {
    padding-bottom: 40px;
  }
  .bl-aside-ttl {
    height: 76px;
    margin-bottom: 15px;
    font-size: 28px;
  }
  .bl-aside-postList {
    margin-bottom: 35px;
  }
  .bl-aside-postList > li > a {
    padding: 24px 30px;
    font-size: 26px;
  }
}
/* =============================
ページナビ
============================== */
/* 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: 26px;
  height: 32px;
  padding: 0 5px 1px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0;
  border-radius: 4px;
}

.wp-pagenavi a {
  background: #d4d4d4;
}

.wp-pagenavi .current {
  background: #b18f33;
}

.wp-pagenavi .extend {
  font-size: 16px;
  color: #545454;
}

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

.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: center;
  width: 170px;
  height: 40px;
  padding-bottom: 1px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
}

.bl-pager-prev > a::before,
.bl-pager-next > a::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 17px;
  display: block;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  border-style: solid;
}

.bl-pager-prev > a {
  padding-left: 10px;
  background: #0e5351;
}

.bl-pager-prev > a::before {
  border-color: transparent #fff transparent transparent;
  border-width: 5px 9px 5px 0;
}

.bl-pager-next > a {
  padding-right: 10px;
  color: #808080;
  border: 1px solid #808080;
}

.bl-pager-next > a::after {
  right: 17px;
  left: initial;
  border-color: transparent transparent transparent #808080;
  border-width: 5px 0 5px 9px;
}

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

.bl-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 {
    margin-top: 50px;
  }
  .wp-pagenavi > * {
    min-width: 40px;
    height: 48px;
    padding-bottom: 2px;
    font-size: 28px;
  }
  .wp-pagenavi .extend {
    display: none;
  }
  /* 前へ 次へ */
  .bl-pager {
    height: 60px;
    margin-top: 60px;
  }
  .bl-pager-link > a {
    width: 230px;
    height: 60px;
    font-size: 26px;
    border-radius: 30px;
  }
  .bl-pager-prev > a {
    padding-left: 20px;
  }
  .bl-pager-prev > a::before {
    border-width: 7.5px 11px 7.5px 0;
  }
  .bl-pager-next > a {
    padding-right: 20px;
  }
  .bl-pager-next > a::after {
    border-width: 7.5px 0 7.5px 11px;
  }
  /* カテゴリ */
  .bl-cat {
    gap: 16px;
    padding: 24px;
    margin-bottom: 40px;
  }
  .bl-cat-ttl {
    flex: 100%;
    padding-top: 0;
    font-size: 30px;
  }
  .bl-cat-list {
    flex: 100%;
    gap: 20px 16px;
  }
}
/* =======================================================
cta
======================================================= */
.bl-cta {
  padding: 40px 0;
  background: var(--color-accent05);
}
.bl-cta-conts {
  padding: 48px 0;
  margin-bottom: 40px;
  color: var(--color-white);
  text-align: center;
  background: url("../images/common/cta-bg.jpg") top center/cover no-repeat;
  border-radius: 16px;
}
.bl-cta .el-sec-main-ttl {
  margin-bottom: 24px;
}
.bl-cta-txt {
  margin-bottom: 24px;
  font-weight: 700;
}
.bl-cta .bl-star-list {
  display: grid;
  place-content: center;
  margin-bottom: 24px;
}
.bl-cta .bl-star-item {
  display: flex;
}
.bl-cta .bl-star-item::before {
  flex: 0 1 auto;
  content: "★";
}
.bl-cta-subttl {
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.bl-cta-bnr-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.bl-cta-bnr-item .bl-item-link {
  cursor: pointer;
  opacity: 1;
}
.bl-cta-bnr-item .bl-item-link img {
  transition: all 0.5s ease;
}
.bl-cta-bnr-item .bl-item-link:hover img {
  opacity: 0.7;
}

@media screen and (width <= 750px) {
  .bl-cta {
    padding: 64px 0;
  }
  .bl-cta-conts {
    padding: 80px 0;
    margin-bottom: 56px;
    background: url("../images/common/cta-bg.jpg") top center/cover no-repeat;
    border-radius: 24px;
  }
  .bl-cta .el-sec-main-ttl {
    margin-bottom: 48px;
  }
  .bl-cta-txt {
    margin-bottom: 48px;
  }
  .bl-cta .bl-star-list {
    margin-bottom: 48px;
  }
  .bl-cta-subttl {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .bl-cta-bnr-list {
    grid-template-columns: auto;
  }
}