@charset "UTF-8";
/* ======================================
    Reset CSS
====================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
main,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

nav ul,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* form reset
------------------------------- */
input,
select {
  vertical-align: middle;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/* IE text マーク削除 */
input::-ms-clear {
  visibility: hidden;
}

/* IE password マーク削除 */
input::-ms-reveal {
  visibility: hidden;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  color: inherit;
  -webkit-appearance: none;
}

span {
  font-weight: inherit;
}

/* ======================================
    Base
====================================== */
html {
  overflow-x: hidden;
  margin: 0;
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.025em;
  background: #fff;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
  color: #2b2b2b;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: fadeInAnime 2s ease 0s 1 normal;
          animation: fadeInAnime 2s ease 0s 1 normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

p {
  line-height: 1.75;
}
p a:link {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  p {
    line-height: 1.75;
  }
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

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

a img {
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

small {
  text-align: center;
  font-size: 1rem;
  font-style: normal;
}

address {
  font-style: normal;
}

strong {
  font-weight: 700;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -moz-appearance: none;
       appearance: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
}

sub {
  font-size: 60%;
  vertical-align: sub;
}

sup {
  font-size: 60%;
  vertical-align: super;
}

a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-decoration: none;
}
a:link {
  color: #47468e;
}
a:visited {
  color: #888888;
}
a:hover, a:visited:hover {
  color: #47468e;
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a:hover img, a:focus img {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* =================================================
    .bl_header
=================================================== */
.bl_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 11000;
}
@media screen and (min-width: 1280px) {
  .bl_header {
    height: 85px;
  }
}
.bl_header_inner {
  position: relative;
  width: 89.3333333333%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_header_inner {
    width: 92.1875%;
  }
}
@media screen and (min-width: 1280px) {
  .bl_header_inner {
    width: 94.7368421053%;
  }
}
.bl_header_logo-sp {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 51.3432835821%;
  max-width: 172px;
  height: auto;
  margin-top: 13px;
  margin-left: 7px;
  z-index: 11000;
}
@media screen and (min-width: 1280px) {
  .bl_header_logo-sp {
    display: none;
  }
}
.bl_header_logo-sp a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.bl_header_logo-pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bl_header_logo-pc {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 7.7368421053%;
    max-width: 147px;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
.bl_header_logo-pc a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.is_btnHamburger__on .bl_header {
  background: #1a1a1a;
}

.bl_header.is_scroll {
  background: #fff;
}
.bl_header.is_scroll .bl_header_logo-pc {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  scale: 0.6;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.bl_header.is_open {
  background: #fff;
}

/* =================================================
    ly_container
=================================================== */
.ly_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 1710px;
  padding-top: clamp(60px, 21.8320610687px + 10.1781170483vw, 100px);
  padding-bottom: clamp(80px, 13.2061068702px + 17.8117048346vw, 150px);
  margin: 0 auto;
}
.ly_container.ly_topics {
  padding-top: clamp(40px, -17.2519083969px + 15.2671755725vw, 100px);
}
@media screen and (min-width: 1024px) {
  .ly_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.ly_container .ly_main {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .ly_container .ly_main {
    width: calc(100% - 280px - 40px);
    max-width: 1250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 280px - 40px);
            flex: 0 0 calc(100% - 280px - 40px);
  }
}
@media screen and (min-width: 1024px) {
  .ly_container .ly_main .ly_sec_inner {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.ly_container .ly_aside.bl_post {
  display: none;
}
.ly_container .ly_aside.bl_post.is_open {
  position: absolute;
  display: block;
  top: 165px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 288px;
  height: auto;
  margin: 0;
  height: 100%;
  max-height: calc(100dvh - 165px - 50px);
  background: #fff;
  padding: 25px 10px 90px;
  border-radius: 17px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  overflow: hidden;
  z-index: 11;
}
.ly_container .ly_aside.bl_post.is_open .ly_aside_inner {
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .ly_container .ly_aside.bl_post {
    display: block;
  }
}
.ly_container .el_btnNavi {
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #2b2b2b;
}
@media screen and (min-width: 1024px) {
  .ly_container .el_btnNavi {
    display: none;
  }
}
.ly_container .el_btnNavi::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 7px;
  background: url(../images/common/icon_navi_black.svg) no-repeat center center/contain;
  margin-right: 5px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.ly_container .el_btnNaviClose {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .ly_container .el_btnNaviClose {
    display: none;
  }
}
.ly_container .ly_aside {
  width: 100%;
  margin-top: 70px;
}
@media screen and (min-width: 1024px) {
  .ly_container .ly_aside {
    width: 280px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    margin-top: 0;
    position: sticky;
    top: 100px;
    z-index: 10;
    margin: 0;
    max-height: calc(100vh - 100px);
    overflow: hidden;
  }
}
.ly_container .ly_aside .ly_aside_inner {
  width: 89.3333333333%;
  margin: 0 auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.ly_container .ly_aside .ly_aside_inner::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
@media screen and (min-width: 1024px) {
  .ly_container .ly_aside .ly_aside_inner {
    max-height: 100%;
    overflow: auto;
    padding-right: 8px;
  }
}

/* =================================================
    layout section
=================================================== */
.ly_sec {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.ly_sec_inner {
  width: 89.3333333333%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ly_sec_inner {
    width: 92.1875%;
  }
}
@media screen and (min-width: 1024px) {
  .ly_sec_inner {
    width: 96.875%;
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* =================================================
    footer
=================================================== */
.bl_footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: clamp(18px, -22.0763358779px + 10.6870229008vw, 60px);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_footer {
    padding-bottom: 160px;
  }
}
.bl_footer_inner {
  width: 89.3333333333%;
  max-width: 700px;
  padding-bottom: 16px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .bl_footer_inner {
    width: 84.2105263158%;
    max-width: 1600px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.bl_footer_sitemap {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bl_footer_sitemap {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 560px;
  }
  .bl_footer_sitemap .el_sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .bl_footer_sitemap .el_sitemap ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 0px) / 3);
            flex: 0 0 calc((100% - 0px) / 3);
  }
  .bl_footer_sitemap .el_sitemap ul li {
    text-align: left;
  }
  .bl_footer_sitemap .el_sitemap ul li a {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.5;
    letter-spacing: 0.05em;
    text-align: left;
    color: #2b2b2b;
    font-weight: 500;
  }
  .bl_footer_sitemap .el_sitemap ul li a.el_txt-s {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.5;
    letter-spacing: 0.025em;
    font-weight: normal;
  }
}
.bl_footer_sitemap .el_btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 65px;
}
.bl_footer_sitemap .el_btnWrap .el_btnContact {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 130px;
  height: auto;
  padding: 10px;
  background: #111216;
  border-radius: 100vh;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.bl_footer_sitemap .el_btnWrap .el_btnFb {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 1280px) {
  .bl_footer_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
}
.bl_footer_cont .el_logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media screen and (min-width: 1280px) {
  .bl_footer_cont .el_logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 130px;
  }
}
.bl_footer_cont .el_logo::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 73px;
  height: 50px;
  background: url(../images/common/logo.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1280px) {
  .bl_footer_cont .el_logo::before {
    position: absolute;
    top: -22px;
    right: 0;
    width: 100px;
    height: 68px;
  }
}
.bl_footer_cont address {
  margin-top: 7px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px) {
  .bl_footer_cont address {
    margin-top: 10px;
    padding-right: 130px;
    text-align: right;
  }
}
.bl_footer_cont address .el_zip {
  display: block;
}
.bl_footer_cont .el_bannerWrap {
  max-width: 646px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 1280px) {
  .bl_footer_cont .el_bannerWrap {
    margin-top: 30px;
  }
}
.bl_footer_cont .el_bannerWrap .el_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .bl_footer_cont .el_bannerWrap .el_banner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.bl_footer_cont .el_bannerWrap .el_banner li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px) / 3);
          flex: 0 0 calc((100% - 30px) / 3);
}
@media screen and (min-width: 1280px) {
  .bl_footer_cont .el_bannerWrap .el_banner li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 60px) / 5);
            flex: 0 0 calc((100% - 60px) / 5);
  }
}
.bl_footer_cont .el_sdgs {
  margin-top: 15px;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .bl_footer_cont .el_sdgs {
    margin-top: 20px;
    text-align: right;
  }
}
.bl_footer_cont .el_sdgs a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 156px;
  height: auto;
}
.bl_footer_copyright {
  display: block;
  margin-top: 12px;
}
@media screen and (min-width: 1280px) {
  .bl_footer_copyright {
    width: 84.2105263158%;
    max-width: 1600px;
    margin: 77px auto 0;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.bl_footer_copyright .el_copyright {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #88888a;
}

/* =================================================
    layout Flex
=================================================== */
.ly_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ly_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ly_flex_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ly_flex_btw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ly_flex_ard {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ly_flex_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.ly_flex_row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ly_flex_nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ly_flex .ly_flexBox50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (min-width: 1280px) {
  .ly_flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ly_flex_pc_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ly_flex_pc_btw {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ly_flex_pc_ard {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ly_flex_pc_start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .ly_flex_pc_row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .ly_flex_pc_nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* =================================================
    layout grid 
=================================================== */
@media screen and (min-width: 1280px) {
  .ly_grid_pc {
    display: grid;
  }
}

/* ======================================
    .bl_headerNav
====================================== */
.bl_headerNav {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  position: fixed;
  top: 60px;
  right: -100%;
  height: auto;
  max-height: calc(100dvh - 60px);
  background: #1a1a1a;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: auto;
  z-index: 11100;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.bl_headerNav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav {
    width: 58.3333333333%;
    max-width: none;
    height: 100%;
    position: static;
    background: transparent;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    opacity: 1;
    overflow-y: visible;
  }
}
.bl_headerNav .bl_btnLangWrap_sp {
  width: 89.3333333333%;
  margin: 0 auto;
  padding: 20px 0 30px;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav .bl_btnLangWrap_sp {
    display: none;
  }
}
.bl_headerNav .bl_btnLangWrap_sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.bl_headerNav .bl_btnLangWrap_sp ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px) / 3);
          flex: 0 0 calc((100% - 10px) / 3);
}
.bl_headerNav .bl_btnLangWrap_sp ul li.is_current a {
  background-color: #f6f6f9;
  color: #47468e;
}
.bl_headerNav .bl_btnLangWrap_sp ul li a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 35px;
  background: #2b2b2b;
  border-radius: 100vh;
  text-align: center;
  font-weight: 500;
  color: #fff;
  line-height: 35px;
}
.bl_headerNav .ly_flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav .ly_flex {
    width: 100%;
    height: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bl_headerNav_global {
  width: 89.3333333333%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 100%;
    align-items: center;
    gap: clamp(30px, -46.8px + 6vw, 54px);
    margin: 0;
  }
}
@media screen and (min-width: 1680px) {
  .bl_headerNav_global {
    gap: 54px;
  }
}
.bl_headerNav_global > li {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  text-align: left;
}
.bl_headerNav_global > li.has_toggle .el_toggle {
  display: none;
  overflow-y: visible;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_global > li.has_toggle .el_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: fixed;
    top: 85px;
    right: 0;
    width: 100%;
    height: auto;
    overflow-y: auto;
    padding: 90px 7.8947368421% 70px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: auto;
    -webkit-transform: scaleY(0);
            transform: scaleY(0); /*デフォルトでは非表示の状態にしておく*/
    -webkit-transform-origin: center top;
            transform-origin: center top;
    /*Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
  }
  .bl_headerNav_global > li.has_toggle .el_toggle::-webkit-scrollbar {
    display: none;
  }
}
.bl_headerNav_global > li.has_toggle .el_toggle h2 {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_global > li.has_toggle .el_toggle h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.5263157895%;
            flex: 0 0 30.5263157895%;
    color: #2b2b2b;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 40px;
    font-size: 4rem;
    font-size: clamp(32px, 2.0833333333vw, 40px);
    letter-spacing: 0.075em;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_global > li.has_toggle .el_toggle .el_toggleList {
    width: 100%;
    max-width: 1150px;
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3; /* 2段に分ける */
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px; /* 段間の余白 */
  }
}
.bl_headerNav_global > li.has_toggle .el_toggle .el_toggleList li a {
  display: block;
  padding: 9px 9px 9px 25px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_global > li.has_toggle .el_toggle .el_toggleList li a {
    padding: 20px 30px 20px 5px;
    color: #2b2b2b;
    border-bottom: 1px solid #c3c4c5;
    font-size: 17px;
    font-size: 1.7rem;
    font-size: clamp(13.6px, 0.8947368421vw, 17px);
    font-weight: 500;
    background: url(../images/common/arrow_right.svg) no-repeat center right;
    background-size: 10px;
  }
  .bl_headerNav_global > li.has_toggle .el_toggle .el_toggleList li a:hover {
    opacity: 1;
    color: #47468e;
    background: url(../images/common/arrow_right__hover.svg) no-repeat center right;
    background-size: 10px;
    border-bottom: 1px solid #47468e;
  }
}
.bl_headerNav_global > li.el_10th a {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1538461538;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_global > li {
    display: inline-block;
    margin: 0;
    background: transparent;
    border-bottom: none;
    width: auto;
  }
  .bl_headerNav_global > li:hover {
    opacity: 1;
  }
  .bl_headerNav_global > li:hover .el_toggle {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  .bl_headerNav_global > li:hover::after {
    position: absolute;
    top: auto;
    right: auto;
    top: calc(100% + 9px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    display: block;
    width: 100%;
    height: 3px;
  }
  .bl_headerNav_global > li.el_10th {
    display: none;
  }
}
.bl_headerNav_global > li > a {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  padding: 15px 0;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: left;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_global > li > a {
    width: auto;
    height: 100%;
    background: transparent;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    border-bottom: none;
    color: #2b2b2b;
    font-size: 18px;
    font-size: 1.8rem;
    font-size: clamp(14.4px, 0.9375vw, 18px);
    letter-spacing: 0.075em;
    text-align: center;
  }
  .bl_headerNav_global > li > a:hover {
    opacity: 1;
    color: #47468e;
  }
}
.bl_headerNav_global > li > .el_iconToggle {
  position: relative;
  position: absolute;
  top: 0;
  right: 15%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  width: 60px;
  height: 60px;
}
.bl_headerNav_global > li > .el_iconToggle::before, .bl_headerNav_global > li > .el_iconToggle::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 17px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bl_headerNav_global > li > .el_iconToggle::before {
  width: 1px;
  height: 17px;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_global > li > .el_iconToggle {
    display: none;
  }
}
.bl_headerNav_global > li > .el_iconToggle.is_open::before {
  display: none;
}
.bl_headerNav .el_selectLang {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav .el_selectLang {
    display: block;
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .bl_headerNav .el_selectLang .el_btnSelect {
    display: block;
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.1578947368;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: center;
    color: #2b2b2b;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .bl_headerNav .el_selectLang .el_btnSelect::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/common/icon_lang.svg) no-repeat center center/contain;
    vertical-align: middle;
    margin-right: 5px;
  }
  .bl_headerNav .el_selectLang .el_btnSelect::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #2b2b2b;
    border-right: 1px solid #2b2b2b;
    -webkit-transform: translateY(-5px) rotate(135deg);
            transform: translateY(-5px) rotate(135deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .bl_headerNav .el_selectLang .el_btnSelect.is_open::after {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.bl_headerNav .el_selectLang h2 {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav .el_selectLang {
    display: block;
    position: absolute;
    top: 40%;
    right: 1.7%;
  }
  .bl_headerNav .el_selectLang .el_toggle {
    position: fixed;
    top: 85px;
    right: 0;
    width: 100%;
    height: auto;
    max-height: calc(100% - 85px);
    overflow-y: auto;
    padding: 30px 70px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: visible;
    -webkit-transform: scaleY(0);
            transform: scaleY(0); /*デフォルトでは非表示の状態にしておく*/
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  .bl_headerNav .el_selectLang .el_toggle .el_lang {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bl_headerNav .el_selectLang .el_toggle .el_lang li {
    width: 30%;
    overflow: hidden;
  }
  .bl_headerNav .el_selectLang .el_toggle .el_lang li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 9px 40px;
    border: 1px solid #c3c4c5;
    border-radius: 100vh;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-size: clamp(13.6px, 1.0119047619vw, 17px);
    color: #2b2b2b;
  }
  .bl_headerNav .el_selectLang .el_toggle .el_lang li a:hover {
    opacity: 1;
    background: #f6f6f9;
    border: 1px solid #47468e;
    color: #47468e;
  }
  .bl_headerNav .el_selectLang .el_toggle.is_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  .bl_headerNav .el_selectLang .el_toggle.is_open h2 {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex: 0 0 30.5263157895%;
        flex: 0 0 30.5263157895%;
    color: #2b2b2b;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 40px;
    font-size: 4rem;
    font-size: clamp(32px, 2.0833333333vw, 40px);
    letter-spacing: 0.075em;
    text-align: center;
  }
}
.bl_headerNav_sub {
  width: 89.3333333333%;
  height: auto;
  margin: 40px auto 0;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_sub {
    position: absolute;
    top: 50%;
    right: 7.4%;
    width: 130px;
    height: auto;
    margin: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.bl_headerNav_sub .el_btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_sub .el_btnWrap {
    display: block;
  }
}
.bl_headerNav_sub .el_btnWrap .el_btnContact {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 130px;
  height: auto;
  padding: 10px;
  background: #fff;
  border-radius: 100vh;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  color: #2b2b2b;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_sub .el_btnWrap .el_btnContact {
    width: clamp(110px, 46px + 5vw, 130px);
    margin-right: 10px;
    background: #111216;
    color: #fff;
  }
}
.bl_headerNav_sub .el_btnWrap .el_btnFb {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_sub .el_btnWrap .el_btnFb {
    display: none;
  }
}
.bl_headerNav_sub .el_navSp {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_sub .el_navSp {
    display: none;
  }
}
.bl_headerNav_sub .el_navSp li {
  position: relative;
}
.bl_headerNav_sub .el_navSp li a {
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0;
}

.is_btnHamburger__on .bl_headerNav {
  right: 0; /* 右から出す場合 */
  opacity: 1;
}

/* ==============================================
    form Reset
================================================= */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}
input,
select,
textarea,
label,
option,
input::placeholder,
textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus {
  outline-offset: 0;
  outline: 2px solid #3498db;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  color: #2b2b2b;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

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

#autozip {
  display: none !important;
}

/* ==============================================
   form module contactform7
================================================= */
.bl_post .el_required {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.1em 0.6em;
  font-size: 12px;
  font-size: 1.2rem;
  background: #d80a30;
  color: #fff;
}
.bl_post .wpcf7-response-output,
.bl_post .el_error_ttl,
.bl_post .wpcf7-not-valid-tip {
  display: block;
  color: #d80a30;
  font-weight: bold;
}
.bl_post input[type=text],
.bl_post input[type=email],
.bl_post input[type=password],
.bl_post input[type=number],
.bl_post input[type=tel],
.bl_post input[type=url],
.bl_post textarea {
  width: 100%;
  background: #fff;
  padding: 0.6em 0.9em;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #2b2b2b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.bl_post input[type=hidden],
.bl_post textarea[type=hidden],
.bl_post select[type=hidden],
.bl_post .form_preview .required {
  display: none;
}
.bl_post input::-webkit-input-placeholder, .bl_post textarea::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}
.bl_post input::-moz-placeholder, .bl_post textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}
.bl_post input:-ms-input-placeholder, .bl_post textarea:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}
.bl_post input::-ms-input-placeholder, .bl_post textarea::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}
.bl_post input::placeholder,
.bl_post textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ccc;
  font-weight: normal;
}
.bl_post .el_selectWrap {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
.bl_post .el_selectWrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #2b2b2b;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.bl_post .el_selectWrap select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 0.5em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #2b2b2b;
  border-radius: 3px;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
}
.bl_post .el_selectWrap select:focus {
  outline: 2px solid #3498db;
}
.bl_post .wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  display: inline-block;
  margin-top: 0.5em;
  font-size: 90%;
  z-index: -1;
}
.bl_post .wpcf7-checkbox label {
  cursor: pointer;
}
.bl_post .wpcf7-checkbox .wpcf7-list-item-label {
  padding-left: 2em;
  position: relative;
  margin-right: 20px;
}
.bl_post .wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 2px;
}
.bl_post .wpcf7-checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label {
  color: #000;
}
.bl_post .wpcf7-checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.bl_post .wpcf7-checkbox input[type=checkbox]:focus + span::before {
  outline: 2px solid #3498db; /* Outline color when focused */
}
.bl_post .wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.bl_post .wpcf7-radio label {
  display: inline-block;
  cursor: pointer;
  margin-right: 1em;
}
.bl_post .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 3em;
}
.bl_post .wpcf7-radio input[type=radio] + span::before,
.bl_post .wpcf7-radio input[type=radio] + span::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bl_post .wpcf7-radio input[type=radio] + span::before {
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_post .wpcf7-radio input[type=radio] + span::after {
  opacity: 0;
  top: 50%;
  left: 4px;
  width: 16px;
  height: 16px;
  background: #000;
  -webkit-transform: translateY(-50%) scale(1.6);
          transform: translateY(-50%) scale(1.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bl_post .wpcf7-radio input[type=radio]:checked + span::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.bl_post .wpcf7-radio input[type=radio]:focus + span::before {
  outline: 2px solid #3498db;
}
.bl_post input.wpcf7-submit,
.bl_post input.btn-check,
.bl_post input.btn-back,
.bl_post input.btn-send,
.bl_post input[type=submit],
.bl_post input[type=button] {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 6px 20px;
  margin-top: 60px;
  background: #111216;
  border: 2px solid #fff;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_post input.wpcf7-submit,
  .bl_post input.btn-check,
  .bl_post input.btn-back,
  .bl_post input.btn-send,
  .bl_post input[type=submit],
  .bl_post input[type=button] {
    padding: 9px 20px;
  }
  .bl_post input.wpcf7-submit:hover,
  .bl_post input.btn-check:hover,
  .bl_post input.btn-back:hover,
  .bl_post input.btn-send:hover,
  .bl_post input[type=submit]:hover,
  .bl_post input[type=button]:hover {
    background: #fff;
    border: 2px solid #111216;
    opacity: 1;
    color: #111216;
  }
}
.bl_post .wpcf7 .wpcf7-spinner {
  display: block;
}

/* ======================================
    .bl_breadcrumbs
====================================== */
.bl_breadcrumbs {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_breadcrumbs {
    display: block;
  }
  .bl_breadcrumbs li {
    display: inline;
    font-size: 15px;
    font-size: 1.5rem;
    color: #2b2b2b;
    letter-spacing: 0.05em;
  }
  .bl_breadcrumbs li::after {
    content: "―";
    display: inline-block;
    width: 1em;
    height: 12px;
    margin: 0 6px;
  }
  .bl_breadcrumbs li:last-of-type::after {
    content: none;
  }
  .bl_breadcrumbs li:first-of-type a {
    color: #959595;
  }
  .bl_breadcrumbs li a {
    font-size: inherit;
    color: #959595;
    letter-spacing: 0.05em;
  }
  .bl_breadcrumbs li a:hover {
    color: #111216;
  }
}

/* ======================================
    el_btnHamburger
====================================== */
.el_btnHamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  overflow: hidden;
  z-index: 100000;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .el_btnHamburger {
    display: none;
  }
}
.el_btnHamburger__animation {
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 10px;
  text-align: center;
}
.el_btnHamburger_line {
  /* 線色 */
  background: #111216;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.el_btnHamburger_line__top {
  top: 0;
}
.el_btnHamburger_line__bottom {
  top: 100%;
}

/* 背景 */
.js_wrapBg {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100vw;
  height: calc(100vh - 60px);
  z-index: 10100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.is_btnHamburger__on .el_btnHamburger_line__top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  background-color: #fff;
}
.is_btnHamburger__on .el_btnHamburger_line__bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
  background-color: #fff;
}
.is_btnHamburger__on .js_wrapBg {
  opacity: 0.3;
  visibility: visible;
}

/* ======================================
    font icomoon
====================================== */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/fonts/icomoon.eot?erygqh");
  src: url("../fonts/fonts/icomoon.eot?erygqh#iefix") format("embedded-opentype"), url("../fonts/fonts/icomoon.ttf?erygqh") format("truetype"), url("../fonts/fonts/icomoon.woff?erygqh") format("woff"), url("../fonts/fonts/icomoon.svg?erygqh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_close:before {
  content: "\e90c";
  color: #eee;
}

.icon-icon_tag:before {
  content: "\e90b";
}

.icon-icon_panel__minus:before {
  content: "\e907";
}

.icon-icon_panel__plus:before {
  content: "\e908";
}

.icon-icon_tableofcontents_list:before {
  content: "\e90a";
}

.icon-icon_flow:before {
  content: "\e906";
}

.icon-icon_jump:before {
  content: "\e909";
}

.icon-icon_search:before {
  content: "\e901";
}

.icon-icon_angle-d:before {
  content: "\e905";
}

.icon-icon_arrow:before {
  content: "\e900";
}

.icon-icon_access:before {
  content: "\e902";
}

.icon-icon_blank:before {
  content: "\e903";
}

.icon-icon_mail:before {
  content: "\e904";
}

/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  opacity: 1;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_fadeInTrigger,
.js_fadeUpTrigger,
.js_fadeDownTrigger,
.js_fadeLeftTrigger,
.js_fadeRightTrigger {
  opacity: 0;
}

/*==================================================
パタッ
===================================*/
/* 下へ */
.flipDown {
  -webkit-animation-name: flipDownAnime;
          animation-name: flipDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipDownAnime {
  from {
    -webkit-transform: perspective(2500px) rotateX(100deg);
            transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flipDownAnime {
  from {
    -webkit-transform: perspective(2500px) rotateX(100deg);
            transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}
/* 左へ */
.flipLeft {
  -webkit-animation-name: flipLeftAnime;
          animation-name: flipLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: left center;
          perspective-origin: left center;
  opacity: 0;
}

@-webkit-keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 左上へ */
.flipLeftTop {
  -webkit-animation-name: flipLeftTopAnime;
          animation-name: flipLeftTopAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipLeftTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(-15deg);
            transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(-15deg);
            transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
}
/* 右へ */
.flipRight {
  -webkit-animation-name: flipRightAnime;
          animation-name: flipRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: right center;
          perspective-origin: right center;
  opacity: 0;
}

@-webkit-keyframes flipRightAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipRightAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
/* 右上へ */
.flipRightTop {
  -webkit-animation-name: flipRightTopAnime;
          animation-name: flipRightTopAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipRightTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(25deg);
            transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 1) rotate(0deg);
            transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes flipRightTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(25deg);
            transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 1) rotate(0deg);
            transform: translate(0, 1) rotate(0deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_flipDownTrigger,
.js_flipLeftTrigger,
.js_flipLeftTopTrigger,
.js_flipRightTrigger,
.js_flipRightTopTrigger {
  opacity: 0;
}

/*==================================================
くるっ
===================================*/
/* X 軸（縦へ） */
.rotateX {
  -webkit-animation-name: rotateXAnime;
          animation-name: rotateXAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateXAnime {
  from {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
    opacity: 1;
  }
}

@keyframes rotateXAnime {
  from {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateX(-360deg);
            transform: rotateX(-360deg);
    opacity: 1;
  }
}
/*　Y軸（横へ） */
.rotateY {
  -webkit-animation-name: rotateYAnime;
          animation-name: rotateYAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateYAnime {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
    opacity: 1;
  }
}

@keyframes rotateYAnime {
  from {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
    opacity: 1;
  }
}
/* Z 軸（左へ） */
.rotateLeftZ {
  -webkit-animation-name: rotateLeftZAnime;
          animation-name: rotateLeftZAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateLeftZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
    opacity: 1;
  }
}

@keyframes rotateLeftZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
    opacity: 1;
  }
}
/*　Z 軸（右へ） */
.rotateRightZ {
  -webkit-animation-name: rotateRightZAnime;
          animation-name: rotateRightZAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateRightZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
    opacity: 1;
  }
}

@keyframes rotateRightZAnime {
  from {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
    opacity: 0;
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_rotateXTrigger,
.js_rotateYTrigger,
.js_rotateLeftZTrigger,
.js_rotateRightZTrigger {
  opacity: 0;
}

/*==================================================
ボンッ、ヒュッ
===================================*/
/* 拡大 */
.zoomIn {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* 縮小 */
.zoomOut {
  -webkit-animation-name: zoomOutAnime;
          animation-name: zoomOutAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes zoomOutAnime {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomOutAnime {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_zoomInTrigger,
.js_zoomOutTrigger {
  opacity: 0;
}

/*==================================================
じわっ
===================================*/
/* ぼかしから出現 */
.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0.1;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0.1;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_blurTrigger {
  opacity: 0.1;
}

/*==================================================
にゅーん
===================================*/
/* 滑らかに変形して出現 */
.smooth {
  -webkit-animation-name: smoothAnime;
          animation-name: smoothAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform-origin: left;
          transform-origin: left;
  opacity: 0;
}

@-webkit-keyframes smoothAnime {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

@keyframes smoothAnime {
  from {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
            transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
            transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_smoothTrigger {
  opacity: 0;
  opacity: 1;
}

/*==================================================
スーッ（枠線が伸びて出現）
===================================*/
/*枠線が伸びて出現*/
.js_lineTrigger {
  position: relative; /* 枠線が書かれる基点*/
  opacity: 0;
}

.js_lineTrigger.lineanime {
  -webkit-animation-name: lineAnimeBase;
          animation-name: lineAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lineAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*上下線*/
.js_lineTrigger::before,
.js_lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333; /* 枠線の色*/
}

/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333; /* 枠線の色*/
}

/*上線*/
.js_lineTrigger::before {
  top: 0;
  left: 0;
}

.js_lineTrigger.lineanime::before {
  -webkit-animation: lineAnime 0.5s linear 0s forwards;
          animation: lineAnime 0.5s linear 0s forwards; /*表示されて0秒後に上線が0.5秒かけて表示*/
}

/*右線*/
.js_line2::before {
  top: 0;
  right: 0;
}

.js_lineTrigger.lineanime .line2::before {
  -webkit-animation: lineAnime2 0.5s linear 0.5s forwards;
          animation: lineAnime2 0.5s linear 0.5s forwards; /*表示されて0.5秒後に右線が0.5秒かけて表示*/
}

/*下線*/
.js_lineTrigger::after {
  bottom: 0;
  right: 0;
}

.js_lineTrigger.lineanime::after {
  -webkit-animation: lineAnime 0.5s linear 1s forwards;
          animation: lineAnime 0.5s linear 1s forwards; /*表示されて1秒後に下線が0.5秒かけて表示*/
}

/*左線*/
.line2::after {
  bottom: 0;
  left: 0;
}

.js_lineTrigger.lineanime .line2::after {
  -webkit-animation: lineAnime2 0.5s linear 1.5s forwards;
          animation: lineAnime2 0.5s linear 1.5s forwards; /*表示されて1.5秒後に左線が0.5秒かけて表示*/
}

@-webkit-keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes lineAnime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineAnime2 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
/*枠線内側の要素*/
.js_lineTrigger.lineanime .lineinappear {
  -webkit-animation: lineInnerAnime 0.5s linear 1.5s forwards;
          animation: lineInnerAnime 0.5s linear 1.5s forwards; /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0; /*初期値を透過0にする*/
}

@-webkit-keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lineInnerAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
シャッ（背景色が伸びて出現）
===================================*/
/*背景色が伸びて出現（共通）*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*右から*/
.bgRLextend::before {
  -webkit-animation-name: bgRLextendAnime;
          animation-name: bgRLextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgRLextendAnime {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*下から*/
.bgDUextend::before {
  -webkit-animation-name: bgDUextendAnime;
          animation-name: bgDUextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgDUextendAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes bgDUextendAnime {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/*上から*/
.bgUDextend::before {
  -webkit-animation-name: bgUDextendAnime;
          animation-name: bgUDextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgUDextendAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes bgUDextendAnime {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.js_bgappearTrigger,
.js_bgUDextendTrigger,
.js_bgDUextendTrigger,
.js_bgRLextendTrigger,
.js_bgLRextendTrigger {
  opacity: 0;
}

/* =================================================
    アニメーション設定
=================================================== */
/* アニメーションの回数を決めるCSS*/
.count2 {
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2; /*この数字を必要回数分に変更*/
}

.countinfinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; /*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.hp_delay_time1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.hp_delay_time2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.hp_delay_time3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.hp_delay_time4 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.hp_delay_time5 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.hp_delay_time6 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.hp_delay_time7 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.hp_delay_time8 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.hp_delay_time9 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.hp_delay_time10 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.hp_delay_time11 {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.hp_delay_time12 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.hp_delay_time13 {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.hp_delay_time14 {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.hp_delay_time15 {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.hp_delay_time16 {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.hp_delay_time17 {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.hp_delay_time18 {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.hp_delay_time19 {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.hp_delay_time20 {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

/* アニメーション自体が変化する時間を決めるCSS*/
.hp_change_time1 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.hp_change_time2 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.hp_change_time3 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.hp_change_time4 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.hp_change_time5 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.hp_change_time6 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

.hp_change_time7 {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}

.hp_change_time8 {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.hp_change_time9 {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}

.hp_change_time10 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.hp_change_time11 {
  -webkit-animation-duration: 5.5s;
          animation-duration: 5.5s;
}

.hp_change_time12 {
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}

.hp_change_time13 {
  -webkit-animation-duration: 6.5s;
          animation-duration: 6.5s;
}

.hp_change_time14 {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}

.hp_change_time15 {
  -webkit-animation-duration: 7.5s;
          animation-duration: 7.5s;
}

.hp_change_time16 {
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}

.hp_change_time17 {
  -webkit-animation-duration: 8.5s;
          animation-duration: 8.5s;
}

.hp_change_time18 {
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}

.hp_change_time19 {
  -webkit-animation-duration: 9.5s;
          animation-duration: 9.5s;
}

.hp_change_time20 {
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

/* ======================================
    .mask
====================================== */
.js_mask {
  position: relative;
  display: block;
  overflow: hidden;
}

/* ======================================
    .js_pageTop
====================================== */
.bl_pageTop {
  width: 89.3333333333%;
  height: 40px;
  text-align: center;
  border-bottom: 1px solid #111216;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .bl_pageTop {
    width: 106px;
    height: auto;
    border-bottom: none;
    cursor: pointer;
    position: fixed;
    bottom: -200px;
    right: 7.5757575758%;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 10010;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .bl_pageTop.is_active {
    bottom: 50px;
  }
}
.bl_pageTop img {
  width: 106px;
  height: auto;
  margin: 0 auto;
}

/* ======================================
    .Swiper 初期化
====================================== */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

/* =================================================
    .bl_sample slide
=================================================== */
.bl_sample {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .bl_sample {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.bl_sample_slideWrap {
  position: relative;
  margin: 30px calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .bl_sample_slideWrap {
    margin: 50px auto;
  }
}
@media screen and (min-width: 1024px) {
  .bl_sample_slideWrap {
    max-width: 1140px;
    margin: 60px 0;
  }
}
.bl_sample_slideWrap .swiper {
  position: relative;
}
.bl_sample_slideWrap .swiper .swiper-slide > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #2b2b2b;
}
.bl_sample_slideWrap .swiper .swiper-slide > a .el_thum {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.bl_sample_slideWrap .swiper .swiper-slide > a .el_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_sample_slideWrap .swiper .swiper-slide > a .el_cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding: 10px;
}
.bl_sample_slideWrap .swiper .swiper-slide > a .el_cont time {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.bl_sample_slideWrap .swiper .swiper-slide > a .el_cont p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.025em;
}
.bl_sample_slideWrap .el_swiperButton {
  position: absolute;
  width: 100vw;
  height: 45px;
  top: 28.6458333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .bl_sample_slideWrap .el_swiperButton {
    top: 7.34375vw;
    height: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_sample_slideWrap .el_swiperButton {
    top: 85px;
    width: calc(100% + 120px);
  }
}
.bl_sample_slideWrap .el_swiperButton .swiper-button-prev,
.bl_sample_slideWrap .el_swiperButton .swiper-button-next {
  width: 45px;
  height: 45px;
  opacity: 1;
  margin-top: 0;
  top: 0;
  pointer-events: all;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .bl_sample_slideWrap .el_swiperButton .swiper-button-prev,
  .bl_sample_slideWrap .el_swiperButton .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_sample_slideWrap .el_swiperButton .swiper-button-prev,
  .bl_sample_slideWrap .el_swiperButton .swiper-button-next {
    cursor: pointer;
  }
  .bl_sample_slideWrap .el_swiperButton .swiper-button-prev:hover,
  .bl_sample_slideWrap .el_swiperButton .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.bl_sample_slideWrap .el_swiperButton .swiper-button-prev {
  left: 0;
  background: url("../images/top/slideleft_black.svg") no-repeat center center/contain;
}
.bl_sample_slideWrap .el_swiperButton .swiper-button-next {
  right: 0;
  background: url("../images/top/slideright_black.svg") no-repeat center center/contain;
}
.bl_sample_slideWrap .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 30px auto 0;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .bl_sample_slideWrap .swiper-pagination {
    margin: 50px auto 0;
  }
}
.bl_sample_slideWrap .swiper-pagination .swiper-pagination-bullet {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0;
  background: #cad2e2;
  border-radius: 100vh;
  opacity: 1;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  color: #111216;
  line-height: 30px;
  text-align: center;
}
.bl_sample_slideWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0092d9;
}
.bl_sample_slideWrap.is_noslide .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.bl_sample_slideWrap.is_noslide .swiper-wrapper .swiper-slide {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .bl_sample_slideWrap.is_noslide .swiper-wrapper .swiper-slide {
    max-width: 400px;
  }
}
.bl_sample_slideWrap.is_noslide .swiper-button-prev,
.bl_sample_slideWrap.is_noslide .swiper-button-next {
  display: none;
}
.bl_sample .el_btnWrap {
  text-align: center;
}

/* ======================================
    .js_pageTop
====================================== */
.js_tabBtn {
  cursor: pointer;
}

.js_tabCont {
  display: none;
}
.js_tabCont.is_show {
  display: block;
}

/* ======================================
    Common Class
====================================== */
/*  display
-------------------------------------- */
.hp_sp_none {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .hp_sp_none {
    display: block !important;
  }
}

.hp_sp_display {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .hp_sp_display {
    display: none !important;
  }
}

.hp_pc_none {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  .hp_pc_none {
    display: none !important;
  }
}

.hp_pc_display {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .hp_pc_display {
    display: block !important;
  }
}

/*  direction
-------------------------------------- */
.hp_row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

/*  text_align
-------------------------------------- */
.hp_text_center {
  text-align: center !important;
}

.hp_text_left {
  text-align: left !important;
}

.hp_text_right {
  text-align: right !important;
}

/*  margin padding
-------------------------------------- */
/* padding 部分的な設定*/
.hp_pb-0 {
  padding-bottom: 0px !important;
  padding-bottom: 0rem !important;
}

.hp_pb-5 {
  padding-bottom: 5px !important;
  padding-bottom: 0.5rem !important;
}

.hp_pb-10 {
  padding-bottom: 10px !important;
  padding-bottom: 1rem !important;
}

.hp_pb-15 {
  padding-bottom: 15px !important;
  padding-bottom: 1.5rem !important;
}

.hp_pb-20 {
  padding-bottom: 20px !important;
  padding-bottom: 2rem !important;
}

.hp_pb-25 {
  padding-bottom: 25px !important;
  padding-bottom: 2.5rem !important;
}

.hp_pb-30 {
  padding-bottom: 30px !important;
  padding-bottom: 3rem !important;
}

.hp_pb-35 {
  padding-bottom: 35px !important;
  padding-bottom: 3.5rem !important;
}

.hp_pb-40 {
  padding-bottom: 40px !important;
  padding-bottom: 4rem !important;
}

.hp_pb-45 {
  padding-bottom: 45px !important;
  padding-bottom: 4.5rem !important;
}

.hp_pb-50 {
  padding-bottom: 50px !important;
  padding-bottom: 5rem !important;
}

/* margin 部分的な設定*/
.mt-0 {
  margin-top: 0px !important;
}
@media screen and (min-width: 1024px) {
  .mt-0 {
    margin-top: 0px !important;
  }
}

.mt-10 {
  margin-top: 8px !important;
}
@media screen and (min-width: 1024px) {
  .mt-10 {
    margin-top: 10px !important;
  }
}

.mt-20 {
  margin-top: 16px !important;
}
@media screen and (min-width: 1024px) {
  .mt-20 {
    margin-top: 20px !important;
  }
}

.mt-30 {
  margin-top: 24px !important;
}
@media screen and (min-width: 1024px) {
  .mt-30 {
    margin-top: 30px !important;
  }
}

.mt-40 {
  margin-top: 32px !important;
}
@media screen and (min-width: 1024px) {
  .mt-40 {
    margin-top: 40px !important;
  }
}

.mt-50 {
  margin-top: 40px !important;
}
@media screen and (min-width: 1024px) {
  .mt-50 {
    margin-top: 50px !important;
  }
}

.mt-60 {
  margin-top: 48px !important;
}
@media screen and (min-width: 1024px) {
  .mt-60 {
    margin-top: 60px !important;
  }
}

.mt-70 {
  margin-top: 56px !important;
}
@media screen and (min-width: 1024px) {
  .mt-70 {
    margin-top: 70px !important;
  }
}

.mt-80 {
  margin-top: 64px !important;
}
@media screen and (min-width: 1024px) {
  .mt-80 {
    margin-top: 80px !important;
  }
}

.mt-90 {
  margin-top: 72px !important;
}
@media screen and (min-width: 1024px) {
  .mt-90 {
    margin-top: 90px !important;
  }
}

.mt-100 {
  margin-top: 80px !important;
}
@media screen and (min-width: 1024px) {
  .mt-100 {
    margin-top: 100px !important;
  }
}

.mt--0 {
  margin-top: 0px !important;
}
@media screen and (min-width: 1024px) {
  .mt--0 {
    margin-top: 0px !important;
  }
}

.mt--10 {
  margin-top: -8px !important;
}
@media screen and (min-width: 1024px) {
  .mt--10 {
    margin-top: -10px !important;
  }
}

.mt--20 {
  margin-top: -16px !important;
}
@media screen and (min-width: 1024px) {
  .mt--20 {
    margin-top: -20px !important;
  }
}

.mt--30 {
  margin-top: -24px !important;
}
@media screen and (min-width: 1024px) {
  .mt--30 {
    margin-top: -30px !important;
  }
}

.mt--40 {
  margin-top: -32px !important;
}
@media screen and (min-width: 1024px) {
  .mt--40 {
    margin-top: -40px !important;
  }
}

.mt--50 {
  margin-top: -40px !important;
}
@media screen and (min-width: 1024px) {
  .mt--50 {
    margin-top: -50px !important;
  }
}

.mt--60 {
  margin-top: -48px !important;
}
@media screen and (min-width: 1024px) {
  .mt--60 {
    margin-top: -60px !important;
  }
}

.mt--70 {
  margin-top: -56px !important;
}
@media screen and (min-width: 1024px) {
  .mt--70 {
    margin-top: -70px !important;
  }
}

.mt--80 {
  margin-top: -64px !important;
}
@media screen and (min-width: 1024px) {
  .mt--80 {
    margin-top: -80px !important;
  }
}

.mt--90 {
  margin-top: -72px !important;
}
@media screen and (min-width: 1024px) {
  .mt--90 {
    margin-top: -90px !important;
  }
}

.mt--100 {
  margin-top: -80px !important;
}
@media screen and (min-width: 1024px) {
  .mt--100 {
    margin-top: -100px !important;
  }
}

.mb-0 {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 1024px) {
  .mb-0 {
    margin-bottom: 0rem !important;
  }
}

.mb-10 {
  margin-bottom: 8px !important;
}
@media screen and (min-width: 1024px) {
  .mb-10 {
    margin-bottom: 10rem !important;
  }
}

.mb-20 {
  margin-bottom: 16px !important;
}
@media screen and (min-width: 1024px) {
  .mb-20 {
    margin-bottom: 20rem !important;
  }
}

.mb-30 {
  margin-bottom: 24px !important;
}
@media screen and (min-width: 1024px) {
  .mb-30 {
    margin-bottom: 30rem !important;
  }
}

.mb-40 {
  margin-bottom: 32px !important;
}
@media screen and (min-width: 1024px) {
  .mb-40 {
    margin-bottom: 40rem !important;
  }
}

.mb-50 {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 1024px) {
  .mb-50 {
    margin-bottom: 50rem !important;
  }
}

.mb-60 {
  margin-bottom: 48px !important;
}
@media screen and (min-width: 1024px) {
  .mb-60 {
    margin-bottom: 60rem !important;
  }
}

.mb-70 {
  margin-bottom: 56px !important;
}
@media screen and (min-width: 1024px) {
  .mb-70 {
    margin-bottom: 70rem !important;
  }
}

.mb-80 {
  margin-bottom: 64px !important;
}
@media screen and (min-width: 1024px) {
  .mb-80 {
    margin-bottom: 80rem !important;
  }
}

.mb-90 {
  margin-bottom: 72px !important;
}
@media screen and (min-width: 1024px) {
  .mb-90 {
    margin-bottom: 90rem !important;
  }
}

.mb-100 {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 1024px) {
  .mb-100 {
    margin-bottom: 100rem !important;
  }
}

.mb-110 {
  margin-bottom: 88px !important;
}
@media screen and (min-width: 1024px) {
  .mb-110 {
    margin-bottom: 110rem !important;
  }
}

.mb-120 {
  margin-bottom: 96px !important;
}
@media screen and (min-width: 1024px) {
  .mb-120 {
    margin-bottom: 120rem !important;
  }
}

.mb-130 {
  margin-bottom: 104px !important;
}
@media screen and (min-width: 1024px) {
  .mb-130 {
    margin-bottom: 130rem !important;
  }
}

.mb-140 {
  margin-bottom: 112px !important;
}
@media screen and (min-width: 1024px) {
  .mb-140 {
    margin-bottom: 140rem !important;
  }
}

.mb-150 {
  margin-bottom: 120px !important;
}
@media screen and (min-width: 1024px) {
  .mb-150 {
    margin-bottom: 150rem !important;
  }
}

.mb-160 {
  margin-bottom: 128px !important;
}
@media screen and (min-width: 1024px) {
  .mb-160 {
    margin-bottom: 160rem !important;
  }
}

.mb-170 {
  margin-bottom: 136px !important;
}
@media screen and (min-width: 1024px) {
  .mb-170 {
    margin-bottom: 170rem !important;
  }
}

.mb-180 {
  margin-bottom: 144px !important;
}
@media screen and (min-width: 1024px) {
  .mb-180 {
    margin-bottom: 180rem !important;
  }
}

.mb-190 {
  margin-bottom: 152px !important;
}
@media screen and (min-width: 1024px) {
  .mb-190 {
    margin-bottom: 190rem !important;
  }
}

.mb-200 {
  margin-bottom: 160px !important;
}
@media screen and (min-width: 1024px) {
  .mb-200 {
    margin-bottom: 200rem !important;
  }
}

.mb--0 {
  margin-bottom: 0px !important;
}
@media screen and (min-width: 1024px) {
  .mb--0 {
    margin-bottom: 0rem !important;
  }
}

.mb--10 {
  margin-bottom: -8px !important;
}
@media screen and (min-width: 1024px) {
  .mb--10 {
    margin-bottom: -10rem !important;
  }
}

.mb--20 {
  margin-bottom: -16px !important;
}
@media screen and (min-width: 1024px) {
  .mb--20 {
    margin-bottom: -20rem !important;
  }
}

.mb--30 {
  margin-bottom: -24px !important;
}
@media screen and (min-width: 1024px) {
  .mb--30 {
    margin-bottom: -30rem !important;
  }
}

.mb--40 {
  margin-bottom: -32px !important;
}
@media screen and (min-width: 1024px) {
  .mb--40 {
    margin-bottom: -40rem !important;
  }
}

.mb--50 {
  margin-bottom: -40px !important;
}
@media screen and (min-width: 1024px) {
  .mb--50 {
    margin-bottom: -50rem !important;
  }
}

.mb--60 {
  margin-bottom: -48px !important;
}
@media screen and (min-width: 1024px) {
  .mb--60 {
    margin-bottom: -60rem !important;
  }
}

.mb--70 {
  margin-bottom: -56px !important;
}
@media screen and (min-width: 1024px) {
  .mb--70 {
    margin-bottom: -70rem !important;
  }
}

.mb--80 {
  margin-bottom: -64px !important;
}
@media screen and (min-width: 1024px) {
  .mb--80 {
    margin-bottom: -80rem !important;
  }
}

.mb--90 {
  margin-bottom: -72px !important;
}
@media screen and (min-width: 1024px) {
  .mb--90 {
    margin-bottom: -90rem !important;
  }
}

.mb--100 {
  margin-bottom: -80px !important;
}
@media screen and (min-width: 1024px) {
  .mb--100 {
    margin-bottom: -100rem !important;
  }
}

.mb--110 {
  margin-bottom: -88px !important;
}
@media screen and (min-width: 1024px) {
  .mb--110 {
    margin-bottom: -110rem !important;
  }
}

.mb--120 {
  margin-bottom: -96px !important;
}
@media screen and (min-width: 1024px) {
  .mb--120 {
    margin-bottom: -120rem !important;
  }
}

.mb--130 {
  margin-bottom: -104px !important;
}
@media screen and (min-width: 1024px) {
  .mb--130 {
    margin-bottom: -130rem !important;
  }
}

.mb--140 {
  margin-bottom: -112px !important;
}
@media screen and (min-width: 1024px) {
  .mb--140 {
    margin-bottom: -140rem !important;
  }
}

.mb--150 {
  margin-bottom: -120px !important;
}
@media screen and (min-width: 1024px) {
  .mb--150 {
    margin-bottom: -150rem !important;
  }
}

.mb--160 {
  margin-bottom: -128px !important;
}
@media screen and (min-width: 1024px) {
  .mb--160 {
    margin-bottom: -160rem !important;
  }
}

.mb--170 {
  margin-bottom: -136px !important;
}
@media screen and (min-width: 1024px) {
  .mb--170 {
    margin-bottom: -170rem !important;
  }
}

.mb--180 {
  margin-bottom: -144px !important;
}
@media screen and (min-width: 1024px) {
  .mb--180 {
    margin-bottom: -180rem !important;
  }
}

.mb--190 {
  margin-bottom: -152px !important;
}
@media screen and (min-width: 1024px) {
  .mb--190 {
    margin-bottom: -190rem !important;
  }
}

.mb--200 {
  margin-bottom: -160px !important;
}
@media screen and (min-width: 1024px) {
  .mb--200 {
    margin-bottom: -200rem !important;
  }
}

/*  clearfix
-------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.hp_scrollbarNone {
  /*Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.hp_scrollbarNone::-webkit-scrollbar {
  display: none;
}

/* =================================================
    ボタン
=================================================== */
.el_btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(16px, 16px + 0vw, 16px);
  line-height: 1;
  color: #2b2b2b !important;
  text-decoration: none !important;
  font-family: "Inter", sans-serif;
}
.el_btn .el_icon_navi {
  display: inline-block;
  width: 16px;
  height: 11px;
  margin-right: 10px;
}
.el_btn.el_btn__line {
  height: auto;
  padding: 18px 48px 19px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #2b2b2b !important;
  font-weight: 500;
  text-decoration: none !important;
  text-align: center;
}
.el_btn.el_btn__line:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .el_btn.el_btn__line {
    padding: 20px 48px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .el_btn.el_btn__line:hover {
    opacity: 1;
    background-color: #2b2b2b;
    color: #fff !important;
  }
  .el_btn.el_btn__line:hover:before, .el_btn.el_btn__line:hover:after {
    width: 100%;
    height: 100%;
  }
  .el_btn.el_btn__line:hover:before {
    top: 0;
    left: 0;
    border-width: 1px 1px 0 0;
    z-index: 5;
  }
  .el_btn.el_btn__line:hover:after {
    bottom: 0;
    right: 0;
    border-width: 0 0 1px 1px;
  }
}
.el_btn.el_btn__line:before, .el_btn.el_btn__line:after {
  content: "";
  width: 92%;
  height: 38px;
  border-color: #111216;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.el_btn.el_btn__line:before {
  top: 0;
  left: 8%;
  border-width: 1px 1px 0 0;
  z-index: 5;
}
.el_btn.el_btn__line:after {
  bottom: 0;
  right: 8%;
  border-width: 0 0 1px 1px;
}
.el_btn.el_btn__line.el_btn__line--white {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff !important;
}
.el_btn.el_btn__line.el_btn__line--white:before, .el_btn.el_btn__line.el_btn__line--white:after {
  border-color: #fff;
}
.el_btn.el_btn__underLine {
  letter-spacing: 0.2em;
  --color-text: #333;
  --ease-in-out-quart: cubic-bezier(0.76, 0, 0.24, 1);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-text)), color-stop(50%, var(--color-text)), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(90deg, var(--color-text) 0%, var(--color-text) 50%, transparent 50%, transparent 100%);
  background-size: 200% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  padding-bottom: 12px;
}
@media (any-hover: hover) {
  .el_btn:hover {
    -webkit-animation-name: borderAnimation;
            animation-name: borderAnimation;
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-timing-function: var(--ease-in-out-quart);
            animation-timing-function: var(--ease-in-out-quart);
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

@-webkit-keyframes borderAnimation {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: -100% 100%;
  }
}

@keyframes borderAnimation {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: -100% 100%;
  }
}
.st_all {
  position: relative;
  width: 100vw;
  height: auto;
  background-color: #111216;
  overflow: hidden;
}

/* 共通：全レイヤー */
.layer {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  pointer-events: none;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  border-radius: 50%;
}

/* ブルー（最背面）— 一番大きい */
.layer-blue {
  width: 260vw;
  height: 260vw;
  top: -150vw;
  background: radial-gradient(ellipse farthest-corner at center, rgb(0, 131, 208) 40%, rgba(0, 131, 208, 0) 70%);
  -webkit-animation-name: fadeBlue;
          animation-name: fadeBlue;
  z-index: 1;
  opacity: 0.6;
}

/* エメラルド（中間）— 中くらい */
.layer-emerald {
  width: 220vw;
  height: 220vw;
  top: -130vw;
  background: radial-gradient(ellipse farthest-corner at center, rgb(0, 200, 178) 40%, rgba(0, 200, 178, 0) 60%);
  -webkit-animation-name: fadeEmerald;
          animation-name: fadeEmerald;
  z-index: 2;
}

/* ゴールド（最前面）— 一番小さい */
.layer-gold {
  width: 160vw;
  height: 160vw;
  top: -100vw;
  background: radial-gradient(ellipse farthest-corner at center, rgb(214, 171, 0) 40%, rgba(214, 171, 0, 0) 70%);
  -webkit-animation-name: fadeGold;
          animation-name: fadeGold;
  z-index: 3;
}

@-webkit-keyframes fadeBlue {
  0% {
    opacity: 0.6;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.6;
  }
}

@keyframes fadeBlue {
  0% {
    opacity: 0.6;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.6;
  }
}
@-webkit-keyframes fadeEmerald {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeEmerald {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeGold {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeGold {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
/* =================================================
    .bl_fv
=================================================== */
.bl_fv {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: clamp(110px, -35.0381679389px + 38.6768447837vw, 262px);
  padding-bottom: clamp(40px, -36.3358778626px + 20.3562340967vw, 120px);
  background: url(../images/top/bkg_fv_sp.jpg) no-repeat top center/cover;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .bl_fv {
    background: url(../images/top/bkg_fv.jpg) no-repeat top center/cover;
    height: 100%;
  }
}
.bl_fv .ly_flex {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
}
@media screen and (min-width: 1280px) {
  .bl_fv .ly_flex {
    width: 100%;
    max-width: 100%;
    gap: clamp(250px, -140.243902439px + 38.1097560976vw, 500px);
  }
}
.bl_fv .bl_fv_top h1 {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: clamp(50px, -7.2519083969px + 15.2671755725vw, 110px);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_fv .bl_fv_top h1 span {
    display: block;
  }
}
.bl_fv .bl_fv_top h1 span.el_span_sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .bl_fv .bl_fv_top h1 span.el_span_sp {
    display: inline-block;
  }
}
.bl_fv .bl_fv_top .el_lead {
  margin-top: clamp(16px, -31.7099236641px + 12.7226463104vw, 66px);
  color: #fff;
  font-size: clamp(20px, -0.9923664122px + 5.5979643766vw, 42px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
}
.bl_fv .el_10th {
  position: relative;
  width: 79.1044776119%;
  max-width: 340px;
  margin: 80px auto 140px;
}
@media screen and (min-width: 1280px) {
  .bl_fv .el_10th {
    position: absolute;
    top: clamp(300px, -12.1951219512px + 30.487804878vw, 500px);
    left: auto;
    right: 75px;
    -webkit-transform: none;
            transform: none;
    margin: 0;
  }
}
.bl_fv .el_10th a {
  display: block;
  width: 100%;
}
.bl_fv .el_10th button {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 19px;
  height: 19px;
  position: absolute;
  top: -10px;
  right: 10px;
  background-color: #111216;
  border-radius: 100vh;
  font-size: 10px;
  z-index: 11;
}
@media screen and (min-width: 1280px) {
  .bl_fv .el_10th button {
    width: 25px;
    height: 25px;
    top: -16px;
    right: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_fv .bl_fv_btm {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.bl_fv .bl_fv_btm h2 {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: clamp(40px, -36.3358778626px + 20.3562340967vw, 120px);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.bl_fv .bl_fv_btm h2 .el_span_sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .bl_fv .bl_fv_btm h2 .el_span_sp {
    display: inline-block;
  }
}
.bl_fv .bl_fv_btm .el_catch {
  margin-top: clamp(10px, 5.2290076336px + 1.272264631vw, 15px);
  font-weight: 700;
  color: #fff;
  font-size: clamp(18px, -2.9923664122px + 5.5979643766vw, 40px);
  line-height: 2.25;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: center;
}
.bl_fv .bl_fv_btm .el_catch .el_span_sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .bl_fv .bl_fv_btm .el_catch .el_span_sp {
    display: inline-block;
  }
}
.bl_fv .bl_fv_btm .el_lead {
  margin-top: clamp(40px, 30.4580152672px + 2.5445292621vw, 50px);
  color: #fff;
  font-size: clamp(16px, 14.0916030534px + 0.5089058524vw, 18px);
  line-height: 2.5;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1280px) {
  .bl_fv .bl_fv_btm .el_lead {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bl_fv .bl_fv_btm .el_btnWrap {
  margin-top: clamp(20px, -46.7938931298px + 17.8117048346vw, 90px);
  text-align: center;
}
.bl_fv .bl_fv_btm .el_btnWrap .el_btn {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.2em;
}

/* =================================================
    .bl_topTobetrusted
=================================================== */
.bl_topTobetrusted {
  padding-top: clamp(50px, -14.8854961832px + 17.3027989822vw, 118px);
  padding-bottom: clamp(40px, -7.7099236641px + 12.7226463104vw, 90px);
}
.bl_topTobetrusted .ly_sec_inner {
  max-width: 1660px;
}
.bl_topTobetrusted h2 {
  font-family: "Inter", sans-serif;
  color: #111216;
  font-size: clamp(40px, -36.3358778626px + 20.3562340967vw, 120px);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: left;
}
.bl_topTobetrusted h3 {
  margin-top: clamp(15px, 15px + 0vw, 15px);
  margin-bottom: 11px;
  color: #2b2b2b;
  font-size: clamp(18px, -2.9923664122px + 5.5979643766vw, 40px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: left;
}

/* =================================================
    .bl_topProduct
=================================================== */
.bl_topProduct {
  padding-top: clamp(0px, 0px + 0vw, 0px);
  padding-bottom: clamp(60px, -25.8778625954px + 22.9007633588vw, 150px);
  overflow: visible;
}
@media screen and (min-width: 1280px) {
  .bl_topProduct .ly_flex_pc {
    max-width: 1660px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_topProduct .ly_flex_ttl {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.875%;
            flex: 0 0 21.875%;
    position: sticky;
    left: 0;
    top: 85px;
    z-index: 1;
  }
  .bl_topProduct .ly_flex_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.25%;
            flex: 0 0 56.25%;
  }
}
.bl_topProduct .bl_topProduct_cont {
  margin-top: 10px;
}
@media screen and (min-width: 1280px) {
  .bl_topProduct .bl_topProduct_cont {
    margin-top: 0;
  }
}
.bl_topProduct .bl_topProduct_ttl h2 {
  font-family: "Inter", sans-serif;
  color: #111216;
  font-size: clamp(35px, -19.3893129771px + 14.5038167939vw, 92px);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .bl_topProduct .bl_topProduct_ttl h2 span {
    display: block;
  }
}
.bl_topProduct .bl_topProduct_ttl .el_subttl {
  color: #2b2b2b;
  font-size: clamp(16px, 14.0916030534px + 0.5089058524vw, 18px);
  letter-spacing: 0.025em;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .bl_topProduct .bl_topProduct_ttl .el_subttl {
    margin-top: 45px;
  }
}
.bl_topProduct .bl_topProduct_cont .el_card h3 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  background: #111216;
  color: #fff;
  font-size: clamp(18px, 1.7786259542px + 4.3256997455vw, 35px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.bl_topProduct .bl_topProduct_cont .el_card h3.is_open::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 1280px) {
  .bl_topProduct .bl_topProduct_cont .el_card h3.is_open::after {
    display: none;
  }
}
.bl_topProduct .bl_topProduct_cont .el_card h3::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .bl_topProduct .bl_topProduct_cont .el_card h3::after {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .bl_topProduct .bl_topProduct_cont .el_card h3 {
    pointer-events: none;
  }
  .bl_topProduct .bl_topProduct_cont .el_card h3 br {
    display: none;
  }
}
.bl_topProduct .bl_topProduct_cont .el_card .el_card_cont {
  padding-top: clamp(20px, 0.9160305344px + 5.0890585242vw, 40px);
  padding-bottom: clamp(20px, -46.7938931298px + 17.8117048346vw, 90px);
  padding-left: 15px;
  padding-right: 15px;
  background: #353639;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .bl_topProduct .bl_topProduct_cont .el_card .el_card_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 70px;
    background: #fff;
    color: #2b2b2b;
  }
}
.bl_topProduct .bl_topProduct_cont .el_card .el_card_cont .el_img {
  width: 66.2686567164%;
  max-width: 415px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .bl_topProduct .bl_topProduct_cont .el_card .el_card_cont .el_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 70px) / 2);
            flex: 0 0 calc((100% - 70px) / 2);
  }
}
.bl_topProduct .bl_topProduct_cont .el_card .el_card_cont .el_cont {
  padding-bottom: 12px;
}
@media screen and (min-width: 1280px) {
  .bl_topProduct .bl_topProduct_cont .el_card .el_card_cont .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 70px) / 2);
            flex: 0 0 calc((100% - 70px) / 2);
  }
}
.bl_topProduct .bl_topProduct_cont .el_card .el_card_cont .el_cont .el_btnWrap {
  text-align: right;
}
@media screen and (min-width: 1280px) {
  .bl_topProduct .bl_topProduct_cont .el_card .el_card_cont .el_cont .el_btnWrap {
    margin-top: 40px;
    text-align: left;
  }
}
.bl_topProduct .bl_topProduct_cont .el_card .el_card_cont .el_cont .el_btnWrap .el_btn__underLine {
  color: #fff !important;
}
@media screen and (min-width: 1280px) {
  .bl_topProduct .bl_topProduct_cont .el_card .el_card_cont .el_cont .el_btnWrap .el_btn__underLine {
    color: #2b2b2b !important;
  }
}
.bl_topProduct .bl_topProduct_cont_btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding-top: clamp(20px, 0.9160305344px + 5.0890585242vw, 40px);
}
@media screen and (min-width: 1280px) {
  .bl_topProduct .bl_topProduct_cont_btnWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 26px 30px;
  }
}
.bl_topProduct .bl_topProduct_cont_btnWrap .el_btnService {
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  place-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 85px;
  padding-left: 20px;
  padding-right: 24px;
  background: url(../images/common/arrow_right.svg) no-repeat center right 10px;
  background-size: 14px;
  border: 1px solid #111216;
  text-align: left;
  font-size: clamp(18px, 14.1832061069px + 1.0178117048vw, 22px);
  line-height: 1.5555555556;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #2b2b2b !important;
}
@media screen and (min-width: 1280px) {
  .bl_topProduct .bl_topProduct_cont_btnWrap .el_btnService {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
            flex: 0 0 calc((100% - 30px) / 2);
  }
}
.bl_topProduct .bl_topProduct_btnWrap {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bl_topProduct .bl_topProduct_btnWrap {
    display: block;
    text-align: center;
    padding-top: clamp(28px, -12.0763358779px + 10.6870229008vw, 70px);
    text-align: left;
  }
}
.bl_topProduct .bl_topProduct_btnWrap_sp {
  text-align: center;
  padding-top: clamp(28px, -12.0763358779px + 10.6870229008vw, 70px);
}
@media screen and (min-width: 1280px) {
  .bl_topProduct .bl_topProduct_btnWrap_sp {
    display: none;
  }
}

/* =================================================
    .bl_topGrow
=================================================== */
.bl_topGrow {
  aspect-ratio: 375/510;
  padding-top: 65px;
  padding-bottom: 40px;
  background: url(../images/top/map_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .bl_topGrow {
    padding-top: 122px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_topGrow {
    min-height: 846px;
    aspect-ratio: 1900/846;
    background: url(../images/top/map.jpg) no-repeat left center/cover;
  }
}
@media screen and (min-width: 1280px) {
  .bl_topGrow {
    min-height: 846px;
    aspect-ratio: 1900/846;
    background: url(../images/top/map.jpg) no-repeat left center/cover;
  }
}
.bl_topGrow .ly_sec_inner {
  max-width: 1660px;
}
.bl_topGrow h2 {
  font-family: "Inter", sans-serif;
  color: #2b2b2b;
  font-size: clamp(40px, 17.0114942529px + 6.1302681992vw, 120px);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: left;
}
.bl_topGrow h3 {
  font-size: clamp(18px, 11.6781609195px + 1.6858237548vw, 40px);
  letter-spacing: 0.125em;
}
.bl_topGrow p {
  font-size: clamp(16px, 15.4252873563px + 0.153256705vw, 18px);
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1280px) {
  .bl_topGrow p {
    margin-top: 10px;
  }
}

/* =================================================
    .bl_topStrengths
=================================================== */
.bl_topStrengths {
  position: relative;
  padding-top: clamp(65px, -6.5648854962px + 19.0839694656vw, 140px);
  padding-bottom: clamp(40px, -7.7099236641px + 12.7226463104vw, 90px);
  background: #111216;
  z-index: 11;
  overflow: visible;
}
.bl_topStrengths .ly_sec_inner {
  max-width: 1660px;
}
.bl_topStrengths .bl_topData {
  background: #fff;
  border-radius: clamp(6px, 0.702320888px + 1.4127144299vw, 20px);
  padding-top: clamp(34px, 10.9172552977px + 6.1553985873vw, 95px);
  padding-left: clamp(14px, -22.2068965517px + 9.6551724138vw, 140px);
  padding-right: clamp(14px, -22.2068965517px + 9.6551724138vw, 140px);
  padding-bottom: clamp(34px, 10.9172552977px + 6.1553985873vw, 95px);
  margin-top: -150px;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media screen and (min-width: 768px) {
  .bl_topStrengths .bl_topData {
    margin-top: -300px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_topStrengths .bl_topData {
    width: 96.3855421687%;
    margin-top: -300px;
  }
}
.bl_topStrengths .bl_topData h2 {
  font-family: "Inter", sans-serif;
  color: #2b2b2b;
  font-size: clamp(25px, 9.106962664px + 4.2381432896vw, 67px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: left;
}
.bl_topStrengths .bl_topData .bl_data_listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  row-gap: 30px;
  margin-top: clamp(20px, 1.0797174571px + 5.0454086781vw, 70px);
}
@media screen and (min-width: 768px) {
  .bl_topStrengths .bl_topData .bl_data_listWrap {
    row-gap: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_topStrengths .bl_topData .bl_data_listWrap {
    gap: 10px;
    row-gap: 50px;
  }
}
.bl_topStrengths .bl_topData .bl_data_listWrap .bl_data_list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px) / 2);
          flex: 0 0 calc((100% - 10px) / 2);
}
@media screen and (min-width: 1280px) {
  .bl_topStrengths .bl_topData .bl_data_listWrap .bl_data_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 3);
            flex: 0 0 calc((100% - 20px) / 3);
  }
}
.bl_topStrengths .bl_topData .bl_data_listWrap .bl_data_list h3 {
  font-weight: 500;
  font-size: clamp(16px, 13.351160444px + 0.7063572149vw, 23px);
  line-height: 1.4375;
  letter-spacing: 0.025em;
  text-align: center;
}
.bl_topStrengths .bl_topData .bl_data_listWrap .bl_data_list .el_data {
  text-align: center;
}
.bl_topStrengths .bl_topData .bl_data_listWrap .bl_data_list .el_data .el_data_num {
  font-family: "Tai Heritage Pro", serif;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .bl_topStrengths .bl_topData .bl_data_listWrap .bl_data_list .el_data .el_data_num {
    font-size: clamp(45px, 10.9434914228px + 9.0817356206vw, 135px);
  }
}
.bl_topStrengths .bl_topData .bl_data_listWrap .bl_data_list .el_data .el_data_unit {
  font-family: "Tai Heritage Pro", serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px) {
  .bl_topStrengths .bl_topData .bl_data_listWrap .bl_data_list .el_data .el_data_unit {
    font-size: clamp(16px, 10.702320888px + 1.4127144299vw, 30px);
  }
}
@media screen and (min-width: 1024px) {
  .bl_topStrengths .bl_topData .bl_data_listWrap .bl_data_list .el_data .el_data_unit {
    font-size: 30px;
  }
}
.bl_topStrengths .bl_strengths {
  margin-top: 60px;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .bl_topStrengths .bl_strengths {
    margin-top: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .bl_topStrengths .bl_strengths .bl_strengths_ttl {
    position: sticky;
    top: 85px;
  }
}
.bl_topStrengths .bl_strengths .bl_strengths_ttl h2 {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: clamp(35px, -19.3893129771px + 14.5038167939vw, 92px);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .bl_topStrengths .bl_strengths .bl_strengths_ttl h2 span {
    display: block;
  }
}
.bl_topStrengths .bl_strengths .bl_strengths_cont {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .bl_topStrengths .bl_strengths .bl_strengths_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.25%;
            flex: 0 0 56.25%;
  }
}
.bl_topStrengths .bl_strengths .bl_strengths_cont .el_cardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(30px, 25.2290076336px + 1.272264631vw, 35px);
}
.bl_topStrengths .bl_strengths .bl_strengths_cont .el_cardWrap .el_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 30px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: clamp(6px, 2.1832061069px + 1.0178117048vw, 10px);
}
@media screen and (min-width: 1280px) {
  .bl_topStrengths .bl_strengths .bl_strengths_cont .el_cardWrap .el_card {
    padding: 50px 55px 40px;
  }
}
.bl_topStrengths .bl_strengths .bl_strengths_cont .el_cardWrap .el_card h3 {
  color: #fff;
  font-size: clamp(18px, 0.8244274809px + 4.5801526718vw, 36px);
  line-height: 1.3333333333;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .bl_topStrengths .bl_strengths .bl_strengths_cont .el_cardWrap .el_card h3 br {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .bl_topStrengths .bl_strengths .bl_strengths_cont .el_cardWrap .el_card .el_card_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 45px;
  }
}
.bl_topStrengths .bl_strengths .bl_strengths_cont .el_cardWrap .el_card .el_card_flex .el_disc {
  margin-top: 20px;
}
.bl_topStrengths .bl_strengths .bl_strengths_cont .el_cardWrap .el_card .el_card_flex .el_disc p {
  color: #fff;
}
.bl_topStrengths .bl_strengths .bl_strengths_cont .el_cardWrap .el_card .el_card_flex .el_img {
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .bl_topStrengths .bl_strengths .bl_strengths_cont .el_cardWrap .el_card .el_card_flex .el_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.5555555556%;
            flex: 0 0 35.5555555556%;
  }
}

/* =================================================
    .bl_band
=================================================== */
.bl_band img {
  max-width: 100vw;
}

/* =================================================
    .bl_topTopics
=================================================== */
.bl_topTopics {
  position: relative;
  padding-top: clamp(50px, 35.6870229008px + 3.8167938931vw, 65px);
  padding-bottom: clamp(50px, 21.3740458015px + 7.6335877863vw, 80px);
  z-index: 1;
}
.bl_topTopics .ly_sec_inner {
  max-width: 1310px;
}
.bl_topTopics_header {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_topTopics_header h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-family: "Inter", sans-serif;
  color: #2b2b2b;
  font-size: clamp(35px, 16.8702290076px + 4.834605598vw, 54px);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: left;
}
.bl_topTopics_header .el_btnWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: right;
}
@media screen and (min-width: 1280px) {
  .bl_topTopics_header .el_btnWrap {
    padding-top: 16px;
  }
}
.bl_topTopics_listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: clamp(20px, 12.3664122137px + 2.0356234097vw, 28px);
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .bl_topTopics_listWrap {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bl_topTopics_listWrap .el_article {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #111216;
  padding-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .bl_topTopics_listWrap .el_article {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.bl_topTopics_listWrap .el_article .el_linkarea {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .bl_topTopics_listWrap .el_article .el_cont {
    display: grid;
    grid-template-columns: 145px 1fr; /* 2列 */
    grid-template-rows: auto auto; /* 2行 */
    grid-template-areas: "time catch" "time cont";
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px;
  }
}
.bl_topTopics_listWrap .el_article .el_time {
  float: left;
  grid-area: time;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .bl_topTopics_listWrap .el_article .el_time {
    width: 145px;
    border-right: 1px solid #1e1e1e;
    font-size: 31px;
  }
  .bl_topTopics_listWrap .el_article .el_time span {
    font-family: "Inter", sans-serif;
    display: block;
    font-size: 16px;
    line-height: 1;
  }
}
.bl_topTopics_listWrap .el_article .el_catch {
  grid-area: catch;
  font-weight: 700;
  line-height: 1.5;
  margin-left: -14px;
}
.bl_topTopics_listWrap .el_article .el_disc {
  grid-area: cont;
}

/* =================================================
    .bl_topPickup
=================================================== */
.bl_topPickup {
  position: relative;
  padding-top: clamp(55px, 45.4580152672px + 2.5445292621vw, 65px);
  padding-bottom: clamp(50px, 2.2900763359px + 12.7226463104vw, 100px);
  background-color: #f5f5f5;
  overflow-x: hidden;
}
.bl_topPickup .ly_sec_inner {
  max-width: 1310px;
}
.bl_topPickup h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(35px, 16.8702290076px + 4.834605598vw, 54px);
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: left;
}
.bl_topPickup_slideWrap {
  position: relative;
  margin-top: 20px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .bl_topPickup_slideWrap {
    max-width: 1310px;
    margin: 19px 0;
  }
}
.bl_topPickup_slideWrap .swiper {
  position: relative;
}
.bl_topPickup_slideWrap .swiper .swiper-slide > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #2b2b2b;
}
.bl_topPickup_slideWrap .swiper .swiper-slide > a .el_thum {
  width: 100%;
  height: auto;
  aspect-ratio: 760/460;
  overflow: hidden;
}
.bl_topPickup_slideWrap .swiper .swiper-slide > a .el_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_topPickup_slideWrap .swiper .swiper-slide > a .el_cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.bl_topPickup_slideWrap .swiper .swiper-slide > a .el_cont h3 {
  font-size: clamp(16px, 10.2748091603px + 1.5267175573vw, 22px);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.bl_topPickup_slideWrap .swiper-scrollbar {
  bottom: auto;
  top: 80%;
}
@media screen and (min-width: 1280px) {
  .bl_topPickup_slideWrap .swiper-scrollbar {
    display: none;
  }
}
.bl_topPickup_slideWrap .el_swiperButton {
  position: absolute;
  width: 100px;
  height: 45px;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 20;
}
@media screen and (min-width: 1280px) {
  .bl_topPickup_slideWrap .el_swiperButton {
    display: none;
  }
}
.bl_topPickup_slideWrap .el_swiperButton .swiper-button-prev,
.bl_topPickup_slideWrap .el_swiperButton .swiper-button-next {
  width: 45px;
  height: 45px;
  opacity: 1;
  margin-top: 0;
  top: 0;
  pointer-events: all;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bl_topPickup_slideWrap .el_swiperButton .swiper-button-prev {
  left: 0;
  background: url("../images/common/slide_left.svg") no-repeat center center/contain;
}
.bl_topPickup_slideWrap .el_swiperButton .swiper-button-next {
  right: 0;
  background: url("../images/common/slide_right.svg") no-repeat center center/contain;
}
.bl_topPickup_slideWrap.is_noslide {
  margin: 0 auto;
  padding-bottom: 0;
}
.bl_topPickup_slideWrap.is_noslide .swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px;
}
.bl_topPickup_slideWrap.is_noslide .swiper-wrapper .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 0px) / 1);
          flex: 0 0 calc((100% - 0px) / 1);
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .bl_topPickup_slideWrap.is_noslide .swiper-wrapper .swiper-slide {
    max-width: 380px;
  }
}
.bl_topPickup_slideWrap.is_noslide .swiper-button-prev,
.bl_topPickup_slideWrap.is_noslide .swiper-button-next {
  display: none;
}

/* =================================================
    .bl_topColumn
=================================================== */
.bl_topColumn {
  position: relative;
  padding-top: clamp(55px, 40.6870229008px + 3.8167938931vw, 70px);
  padding-bottom: clamp(60px, 31.3740458015px + 7.6335877863vw, 90px);
  overflow-x: hidden;
}
.bl_topColumn .ly_sec_inner {
  max-width: 1660px;
}
.bl_topColumn_header {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .bl_topColumn_header {
    display: block;
  }
}
.bl_topColumn_header h2 {
  font-family: "Inter", sans-serif;
  color: #2b2b2b;
  font-size: clamp(35px, 16.8702290076px + 4.834605598vw, 54px);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  .bl_topColumn_header h2 {
    width: 100%;
    text-align: center;
  }
}
.bl_topColumn_header .el_btnWrap {
  text-align: right;
}
@media screen and (min-width: 1280px) {
  .bl_topColumn_header .el_btnWrap {
    position: absolute;
    width: 105px;
    right: 0;
    top: 10px;
  }
}
.bl_topColumn_slideWrap {
  position: relative;
  padding-bottom: 100px;
  margin: 30px auto 0;
}
@media screen and (min-width: 1280px) {
  .bl_topColumn_slideWrap {
    max-width: 1660px;
    padding-bottom: 136px;
    margin: 46px 0 0;
  }
}
.bl_topColumn_slideWrap .swiper {
  position: relative;
  overflow: visible;
}
.bl_topColumn_slideWrap .swiper .swiper-slide {
  max-width: 320px;
  margin-right: 50px;
}
.bl_topColumn_slideWrap .swiper .swiper-slide .el_linkarea {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bl_topColumn_slideWrap .swiper .swiper-slide .el_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 10px;
}
.bl_topColumn_slideWrap .swiper .swiper-slide .el_cont .bl_column_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.bl_topColumn_slideWrap .swiper .swiper-slide .el_cont .bl_column_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_topColumn_slideWrap .swiper .swiper-slide .el_cont .el_header {
  position: relative;
  z-index: 2; /* カテゴリーリンクが前面になる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .bl_topColumn_slideWrap .swiper .swiper-slide .el_cont .el_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.bl_topColumn_slideWrap .swiper .swiper-slide .el_cont .el_header time {
  position: relative;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 1280px) {
  .bl_topColumn_slideWrap .swiper .swiper-slide .el_cont .el_header time::after {
    content: "|";
    padding: 0 10px;
  }
}
.bl_topColumn_slideWrap .swiper .swiper-slide .el_cont .el_header .el_cat {
  display: block;
}
.bl_topColumn_slideWrap .swiper .swiper-slide .el_cont .el_header .el_cat a {
  display: inline-block;
}
.bl_topColumn_slideWrap .swiper .swiper-slide .el_cont h3 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.bl_topColumn_slideWrap .swiper-scrollbar {
  bottom: auto;
  top: 84%;
}
@media screen and (min-width: 1280px) {
  .bl_topColumn_slideWrap .swiper-scrollbar {
    width: 84%;
    top: 100%;
  }
}
.bl_topColumn_slideWrap .swiper-scrollbar .swiper-scrollbar-drag {
  background: #2b2b2b;
}
.bl_topColumn_slideWrap .el_swiperButton {
  position: absolute;
  width: 100px;
  height: 45px;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .bl_topColumn_slideWrap .el_swiperButton {
    width: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_topColumn_slideWrap .el_swiperButton {
    width: 150px;
    top: 93%;
    left: 95%;
  }
}
.bl_topColumn_slideWrap .el_swiperButton .swiper-button-prev,
.bl_topColumn_slideWrap .el_swiperButton .swiper-button-next {
  width: 45px;
  height: 45px;
  opacity: 1;
  margin-top: 0;
  top: 0;
  pointer-events: all;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .bl_topColumn_slideWrap .el_swiperButton .swiper-button-prev,
  .bl_topColumn_slideWrap .el_swiperButton .swiper-button-next {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_topColumn_slideWrap .el_swiperButton .swiper-button-prev,
  .bl_topColumn_slideWrap .el_swiperButton .swiper-button-next {
    cursor: pointer;
  }
  .bl_topColumn_slideWrap .el_swiperButton .swiper-button-prev:hover,
  .bl_topColumn_slideWrap .el_swiperButton .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.bl_topColumn_slideWrap .el_swiperButton .swiper-button-prev {
  left: 0;
  background: url("../images/common/slide_left.svg") no-repeat center center/contain;
}
.bl_topColumn_slideWrap .el_swiperButton .swiper-button-next {
  right: 0;
  background: url("../images/common/slide_right.svg") no-repeat center center/contain;
}
.bl_topColumn_slideWrap.is_noslide .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.bl_topColumn_slideWrap.is_noslide .swiper-wrapper .swiper-slide {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .bl_topColumn_slideWrap.is_noslide .swiper-wrapper .swiper-slide {
    max-width: 320px;
  }
}
.bl_topColumn_slideWrap.is_noslide .swiper-button-prev,
.bl_topColumn_slideWrap.is_noslide .swiper-button-next {
  display: none;
}
.bl_topColumn .el_btnWrap {
  text-align: center;
}

/* =================================================
    .bl_recruit
=================================================== */
.bl_recruit {
  position: relative;
  padding-top: clamp(65px, -6.5648854962px + 19.0839694656vw, 140px);
  padding-bottom: clamp(40px, -7.7099236641px + 12.7226463104vw, 90px);
  background: url(../images/top/bkg_recruit_sp.jpg) no-repeat center center/cover;
}
.bl_recruit h2 {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: clamp(33px, -16.6183206107px + 13.2315521628vw, 85px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}
.bl_recruit p {
  margin-top: clamp(20px, 12.3664122137px + 2.0356234097vw, 28px);
  text-align: center;
  color: #fff;
}
.bl_recruit .el_btnWrap {
  margin-top: clamp(16px, -25.9847328244px + 11.1959287532vw, 60px);
  text-align: center;
}

/* =================================================
    .bl_message
=================================================== */
.bl_message {
  position: relative;
}
.bl_message .ly_sec_inner {
  max-width: 1630px;
  padding-top: clamp(50px, 59.5419847328px + -2.5445292621vw, 40px);
  padding-bottom: clamp(50px, 32.8244274809px + 4.5801526718vw, 68px);
}
@media screen and (min-width: 1280px) {
  .bl_message .ly_sec_inner {
    border-bottom: 1px solid #111216;
  }
}
.bl_message h2 {
  font-family: "Inter", sans-serif;
  color: #2b2b2b;
  font-size: clamp(26px, -14.0763358779px + 10.6870229008vw, 68px);
  line-height: 1.2307692308;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-align: center;
}
.bl_message h2 br {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bl_message h2 br {
    display: inline;
  }
}
.bl_message h2 span {
  display: block;
}
@media screen and (min-width: 1280px) {
  .bl_message h2 span {
    display: inline-block;
  }
  .bl_message h2 span + span {
    margin-left: 0.5em;
  }
}
.bl_message p {
  margin-top: clamp(38px, 17.0076335878px + 5.5979643766vw, 60px);
  text-align: center;
  font-size: clamp(16px, -2.1297709924px + 4.834605598vw, 35px);
  line-height: 1.625;
  letter-spacing: 0.1em;
  font-weight: 700;
}

/* =================================================
    .bl_bannerImgSlide
=================================================== */
.bl_bannerImgSlide {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .bl_bannerImgSlide {
    padding-top: 83px;
    padding-bottom: 83px;
  }
}
.bl_bannerImgSlide_slide {
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_bannerImgSlide_slide {
    width: 100%;
  }
}
.bl_bannerImgSlide_slide .el_pagination {
  width: 100%;
  height: 12px;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .bl_bannerImgSlide_slide .el_pagination {
    display: none;
  }
}
.bl_bannerImgSlide_slide .el_pagination .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin: 0 auto;
  gap: 10px;
}
.bl_bannerImgSlide_slide .el_pagination .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #cad2e2;
  border-radius: 100vh;
  opacity: 1;
}
.bl_bannerImgSlide_slide .el_pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0092d9;
}
@media screen and (min-width: 768px) {
  .bl_bannerImgSlide .swiper-wrapper {
    width: 92.1875%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
.bl_bannerImgSlide .swiper-wrapper .swiper-slide {
  width: auto;
  height: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_bannerImgSlide .swiper-wrapper .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px) / 3);
            flex: 0 0 calc((100% - 10px) / 3);
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_bannerImgSlide .swiper-wrapper .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 24px) / 4);
            flex: 0 0 calc((100% - 24px) / 4);
  }
}
.bl_bannerImgSlide .swiper-wrapper .swiper-slide a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

/* =================================================
    .bl_bannerImg
=================================================== */
.bl_bannerImg {
  padding-top: 40px;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .bl_bannerImg {
    padding-top: 83px;
    padding-bottom: 0;
  }
}
.bl_bannerImg .ly_sec_inner {
  width: 94.6666666667%;
}
@media screen and (min-width: 768px) {
  .bl_bannerImg .ly_sec_inner {
    width: 92.1875%;
  }
}
@media screen and (min-width: 1024px) {
  .bl_bannerImg .ly_sec_inner {
    width: 96.875%;
    max-width: 1260px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.bl_bannerImg ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .bl_bannerImg ul {
    gap: 8px;
  }
}
.bl_bannerImg ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 5px) / 2);
          flex: 0 0 calc((100% - 5px) / 2);
}
@media screen and (min-width: 768px) {
  .bl_bannerImg ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 16px) / 3);
            flex: 0 0 calc((100% - 16px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .bl_bannerImg ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 24px) / 4);
            flex: 0 0 calc((100% - 24px) / 4);
  }
}

/* =================================================
    .bl_bannerTxt
=================================================== */
.bl_bannerTxt {
  position: relative;
  padding-top: 83px;
  padding-bottom: 83px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .bl_bannerTxt {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.bl_bannerTxt .ly_sec_inner {
  max-width: 1200px;
}
@media screen and (min-width: 1280px) {
  .bl_bannerTxt .ly_sec_inner {
    width: 100%;
  }
}
.bl_bannerTxt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 5px;
}
.bl_bannerTxt ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 5px) / 2);
          flex: 0 0 calc((100% - 5px) / 2);
  height: auto;
}
@media screen and (min-width: 768px) {
  .bl_bannerTxt ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 16px) / 3);
            flex: 0 0 calc((100% - 16px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .bl_bannerTxt ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 27px) / 4);
            flex: 0 0 calc((100% - 27px) / 4);
    min-height: 80px;
  }
}
.bl_bannerTxt ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 25px 9px 8px;
  border: 1px solid #6781a5;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: #2b2b2b;
}
@media screen and (min-width: 1024px) {
  .bl_bannerTxt ul li a {
    padding: 16px 40px 16px 14px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4375;
    letter-spacing: 0.025em;
  }
}
.bl_bannerTxt ul li a::after {
  content: "\e90d";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  font-size: 1rem;
  color: #2b2b2b;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .bl_bannerTxt ul li a::after {
    font-size: 14px;
    font-size: 1.4rem;
    right: 16px;
  }
}

/* =================================================
    .bl_page
=================================================== */
.bl_page {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .bl_page {
    padding-top: 32px;
    padding-bottom: 80px;
  }
}

/* =================================================
    .bl_pageheader
=================================================== */
.page_editor .bl_pageheader {
  background: none;
}

.bl_pageheader {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  padding-top: 30px;
  margin: 0 auto;
  max-width: 1710px;
}
@media screen and (min-width: 1280px) {
  .bl_pageheader {
    padding-top: 85px;
  }
}
.bl_pageheader .ly_sec_inner {
  width: 89.3333333333%;
  height: auto;
  margin: 0 auto;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .bl_pageheader .ly_sec_inner {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_pageheader .ly_sec_inner {
    max-width: 1710px;
  }
}
.bl_pageheader .bl_pageheader_ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bl_pageheader .bl_pageheader_ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media screen and (min-width: 1024px) {
  .bl_pageheader .bl_pageheader_ttl {
    padding-top: 11px;
    padding-bottom: 90px;
  }
}
.bl_pageheader .bl_pageheader_ttl h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-size: clamp(40px, 28.5057471264px + 3.0651340996vw, 80px);
  line-height: clamp(50px, 41.3793103448px + 2.2988505747vw, 80px);
  text-align: left;
  font-family: "Inter", sans-serif;
  color: #2b2b2b;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .bl_pageheader .bl_pageheader_ttl h1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    letter-spacing: 0.05em;
  }
}
.bl_pageheader .bl_pageheader_ttl h1 span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(18px, 6.5496183206px + 3.0534351145vw, 30px);
  line-height: clamp(18px, 6.5496183206px + 3.0534351145vw, 30px);
  font-weight: 500;
}
.bl_pageheader .bl_pageheader_ttl .ly_breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_pageheader .bl_pageheader_ttl .el_btnWrap {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_pageheader .bl_pageheader_ttl .el_btnWrap {
    display: none;
  }
}
.bl_pageheader .bl_pageheader_ttl .el_btnWrap .el_btnNavi {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 35px;
  border-radius: 100vh;
  background: #111216;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
.bl_pageheader .bl_pageheader_ttl .el_btnWrap .el_btnNavi::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 7px;
  background: url(../images/common/icon_navi.svg) no-repeat center center/contain;
  margin-right: 5px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.bl_pageheader .bl_pageheader_img {
  width: 100vw;
  height: auto;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .bl_pageheader .bl_pageheader_img {
    width: 100%;
    margin: 0 auto;
  }
}
.bl_pageheader .bl_pageheader_img img {
  max-width: 100vw;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .bl_pageheader .bl_pageheader_img img {
    max-width: 100%;
  }
}

/* =================================================
    カテゴリー
=================================================== */
/* =================================================
    .bl_contactsection
=================================================== */
.bl_contactsection {
  padding-top: clamp(60px, 2.7480916031px + 15.2671755725vw, 120px);
  padding-bottom: clamp(60px, -23.9694656489px + 22.3918575064vw, 148px);
  background: url(../images/common/bkg_contact_sp.jpg) no-repeat center center/cover;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_contactsection {
    background: url(../images/common/bkg_contact.jpg) no-repeat center center/cover;
  }
}
.bl_contactsection h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(33px, -16.6183206107px + 13.2315521628vw, 85px);
  line-height: clamp(33px, -16.6183206107px + 13.2315521628vw, 85px);
  letter-spacing: 0.075em;
}
.bl_contactsection .el_lead {
  margin-top: clamp(15px, -13.6259541985px + 7.6335877863vw, 45px);
  line-height: 1.625;
}
.bl_contactsection_link {
  max-width: 840px;
  margin: 0 auto;
  margin-top: clamp(15px, -47.0229007634px + 16.5394402036vw, 80px);
}
.bl_contactsection_link.ly_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.bl_contactsection_link .el_tel {
  position: relative;
}
.bl_contactsection_link .el_tel a {
  font-family: "Inter", sans-serif;
  font-size: clamp(38px, 35.1374045802px + 0.7633587786vw, 41px);
  line-height: clamp(38px, 35.1374045802px + 0.7633587786vw, 41px);
  color: #fff;
  font-weight: 500;
}
.bl_contactsection_link .el_tel::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 37px;
  height: 37px;
  background: url(../images/common/icon_tel.svg) no-repeat center center/contain;
  margin-right: 5px;
}
.bl_contactsection_link .el_tel .el_officeHours {
  margin-top: 5px;
  margin-left: 45px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
/* =================================================
    .bl_archiveTopics
=================================================== */
.bl_archiveTopics_listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: clamp(20px, 0.9160305344px + 5.0890585242vw, 40px);
}
@media screen and (min-width: 1024px) {
  .bl_archiveTopics_listWrap {
    row-gap: 30px;
  }
}
.bl_archiveTopics_listWrap .el_article {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #111216;
}
@media screen and (min-width: 1024px) {
  .bl_archiveTopics_listWrap .el_article {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.bl_archiveTopics_listWrap .el_article .el_linkarea {
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .bl_archiveTopics_listWrap .el_article .el_cont {
    display: grid;
    grid-template-columns: 145px 1fr; /* 2列 */
    grid-template-rows: auto auto; /* 2行 */
    grid-template-areas: "time catch" "time cont";
    -webkit-column-gap: 65px;
       -moz-column-gap: 65px;
            column-gap: 65px;
  }
}
.bl_archiveTopics_listWrap .el_article .el_time {
  float: left;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1024px) {
  .bl_archiveTopics_listWrap .el_article .el_time {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.bl_archiveTopics_listWrap .el_article .el_time span {
  position: relative;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .bl_archiveTopics_listWrap .el_article .el_time span {
    display: block;
    line-height: 1;
  }
}
.bl_archiveTopics_listWrap .el_article .el_time span::after {
  content: ".";
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .bl_archiveTopics_listWrap .el_article .el_time {
    grid-area: time;
    width: 145px;
    border-right: 1px solid #1e1e1e;
  }
}
.bl_archiveTopics_listWrap .el_article .el_catch {
  position: relative;
  font-weight: 700;
  line-height: 1.625;
}
.bl_archiveTopics_listWrap .el_article .el_catch::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 1024px) {
  .bl_archiveTopics_listWrap .el_article .el_catch {
    grid-area: catch;
  }
}
.bl_archiveTopics_listWrap .el_article .el_disc {
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .bl_archiveTopics_listWrap .el_article .el_disc {
    grid-area: cont;
    margin-top: 0;
  }
}

/* =================================================
    .bl_column
=================================================== */
.bl_archiveColumn_listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: clamp(70px, 50.9160305344px + 5.0890585242vw, 90px);
}
@media screen and (min-width: 768px) {
  .bl_archiveColumn_listWrap {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bl_archiveColumn_listWrap .el_article {
  position: relative;
  width: 100%;
  max-width: 560px;
}
@media screen and (min-width: 768px) {
  .bl_archiveColumn_listWrap .el_article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 2);
            flex: 0 0 calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .bl_archiveColumn_listWrap .el_article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 3);
            flex: 0 0 calc((100% - 80px) / 3);
  }
}
@media screen and (min-width: 1280px) {
  .bl_archiveColumn_listWrap .el_article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 120px) / 4);
            flex: 0 0 calc((100% - 120px) / 4);
  }
}
.bl_archiveColumn_listWrap .el_article .el_linkarea {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bl_archiveColumn_listWrap .el_article .el_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 10px;
}
.bl_archiveColumn_listWrap .el_article .el_cont .el_header {
  position: relative;
  z-index: 2; /* カテゴリーリンクが前面になる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_archiveColumn_listWrap .el_article .el_cont .el_header time {
  position: relative;
  font-family: "Inter", sans-serif;
}
.bl_archiveColumn_listWrap .el_article .el_cont .el_header time::after {
  content: "|";
  padding: 0 10px;
}
.bl_archiveColumn_listWrap .el_article .el_cont .el_header .el_cat {
  display: inline-block;
}
.bl_archiveColumn_listWrap .el_article .el_cont .el_header .el_cat a {
  display: inline-block;
}
.bl_archiveColumn_listWrap .el_article .el_cont h3 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.4736842105;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.bl_archiveColumn_aside .bl_searchWrap {
  width: 100%;
  max-width: 280px;
}
.bl_archiveColumn_aside .bl_searchWrap .bl_searchform {
  position: relative;
  width: 100%;
}
.bl_archiveColumn_aside .bl_searchWrap .bl_searchform .input_search {
  width: 100%;
  height: 50px;
  padding: 5px 30px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #2b2b2b;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 50px;
  background: #fff;
}
.bl_archiveColumn_aside .bl_searchWrap .bl_searchform .el_btnSearch {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 17px;
}
.bl_archiveColumn_aside .bl_searchWrap .bl_searchform .el_btnSearch .icon-icon_search {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #2b2b2b;
}
.bl_archiveColumn_aside .bl_popularArticle {
  margin-top: 70px;
}
.bl_archiveColumn_aside .bl_popularArticle h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.bl_archiveColumn_aside .bl_popularArticle .bl_popularArticle_listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 30px;
  counter-reset: num;
  list-style: none;
}
.bl_archiveColumn_aside .bl_popularArticle .bl_popularArticle_listWrap .el_linkarea {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bl_archiveColumn_aside .bl_popularArticle .bl_popularArticle_listWrap .el_article {
  position: relative;
  width: 100%;
}
.bl_archiveColumn_aside .bl_popularArticle .bl_popularArticle_listWrap .el_article::before {
  content: counter(num);
  counter-increment: num;
  display: block;
  width: 23px;
  height: 23px;
  background: #2b2b2b;
  line-height: 23px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.bl_archiveColumn_aside .bl_popularArticle .bl_popularArticle_listWrap .el_article .el_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 14px;
}
.bl_archiveColumn_aside .bl_popularArticle .bl_popularArticle_listWrap .el_article .el_cont .el_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}
.bl_archiveColumn_aside .bl_popularArticle .bl_popularArticle_listWrap .el_article .el_cont .el_disc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.bl_archiveColumn_aside .bl_popularArticle .bl_popularArticle_listWrap .el_article .el_cont .el_disc .el_cat {
  font-weight: 400;
}
.bl_archiveColumn_aside .bl_category {
  margin-top: 100px;
}
.bl_archiveColumn_aside .bl_category h2 {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.bl_archiveColumn_aside .bl_category .bl_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  gap: 7px;
}
.bl_archiveColumn_aside .bl_category .bl_category_list li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  background-color: #ededed;
  border-radius: 5px;
}

/* =================================================
    .bl_columnArticle
=================================================== */
.bl_columnArticle .bl_columnArticle_header {
  padding: 30px 20px 20px;
  background: #2b2b2b;
}
@media screen and (min-width: 1280px) {
  .bl_columnArticle .bl_columnArticle_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    gap: clamp(50px, -12.4390243902px + 6.0975609756vw, 90px);
    padding: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_columnArticle .bl_columnArticle_header .el_cont {
    padding-left: 40px;
  }
}
.bl_columnArticle .bl_columnArticle_header .el_cont .el_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.bl_columnArticle .bl_columnArticle_header .el_cont .el_meta time {
  font-family: "Inter", sans-serif;
  color: #fff;
}
.bl_columnArticle .bl_columnArticle_header .el_cont .el_meta .el_cat a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px;
  background-color: #ededed;
  border-radius: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #2b2b2b;
  text-decoration: none !important;
}
.bl_columnArticle .bl_columnArticle_header .el_cont .el_article_ttl {
  margin-top: 20px;
  font-size: clamp(24px, 11.5954198473px + 3.3078880407vw, 37px);
  line-height: clamp(32px, 14.8244274809px + 4.5801526718vw, 50px);
  font-weight: 700;
  color: #fff;
}
.bl_columnArticle .bl_columnArticle_header .el_cont .el_article_subttl {
  margin-top: clamp(15px, -18.3969465649px + 8.9058524173vw, 50px);
  font-size: clamp(15px, 7.3664122137px + 2.0356234097vw, 23px);
  line-height: 1.6;
  color: #fff;
}
.bl_columnArticle .bl_columnArticle_header .el_img {
  margin-top: 20px;
}
.bl_columnArticle .bl_columnArticle_header .el_img img {
  width: 53.7313432836%;
  max-width: 390px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .bl_columnArticle .bl_columnArticle_header .el_img img {
    width: 100%;
  }
}
.bl_columnArticle .el_btnPageWrap {
  padding-top: 50px;
  margin: 80px auto 150px;
  border-top: 1px solid #959595;
}
@media screen and (min-width: 1024px) {
  .bl_columnArticle .el_btnPageWrap {
    margin: 80px auto 90px;
  }
}
.bl_columnArticle .el_btnPageWrap_inner {
  position: relative;
  width: 62.4%;
  max-width: 780px;
  margin: 0 auto;
}
.bl_columnArticle .el_btnPageWrap_inner a {
  position: relative;
  display: block;
  font-family: "Inter", sans-serif;
  color: #2b2b2b;
  text-decoration: none !important;
}
.bl_columnArticle .el_btnPageWrap_inner a.el_btnPage {
  width: 240px;
  padding: 18px 18px 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bl_columnArticle .el_btnPageWrap_inner a.el_btnPage span {
  position: relative;
  display: block;
}
@media screen and (min-width: 1024px) {
  .bl_columnArticle .el_btnPageWrap_inner a.el_btnPage span::before {
    content: "";
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16px;
    height: 11px;
    background: url(../images/common/icon_navi_black.svg) no-repeat center center/contain;
    margin-right: 15px;
  }
}
.bl_columnArticle .el_btnPageWrap_inner a.el_prevPage {
  position: absolute;
  top: 50px;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .bl_columnArticle .el_btnPageWrap_inner a.el_prevPage {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.bl_columnArticle .el_btnPageWrap_inner a.el_prevPage::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.5em;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 1em;
  background: url(../images/common/arrow_left.svg) no-repeat center center/contain;
}
.bl_columnArticle .el_btnPageWrap_inner a.el_nextPage {
  position: absolute;
  top: 50px;
  right: 0;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .bl_columnArticle .el_btnPageWrap_inner a.el_nextPage {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.bl_columnArticle .el_btnPageWrap_inner a.el_nextPage::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.5em;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 1em;
  background: url(../images/common/arrow_right.svg) no-repeat center center/contain;
}
.bl_columnArticle .bl_popularArticle h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px;
  padding: 15px;
  margin: 15px auto 0;
  background: #f2f2f2;
  counter-reset: num;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap {
    padding: 30px;
  }
}
.bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap .el_linkarea {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap .el_article {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap .el_article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 18px) / 2);
            flex: 0 0 calc((100% - 18px) / 2);
  }
}
.bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap .el_article::before {
  content: counter(num);
  counter-increment: num;
  display: block;
  width: 23px;
  height: 23px;
  background: #2b2b2b;
  line-height: 23px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap .el_article .el_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap .el_article .el_cont {
    gap: 30px;
  }
}
.bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap .el_article .el_cont .el_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
}
.bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap .el_article .el_cont .el_disc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap .el_article .el_cont .el_disc .el_header {
  position: relative;
  z-index: 2; /* カテゴリーリンクが前面になる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap .el_article .el_cont .el_disc .el_header time {
  position: relative;
  font-family: "Inter", sans-serif;
}
.bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap .el_article .el_cont .el_disc .el_header time::after {
  content: "|";
  padding: 0 10px;
}
.bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap .el_article .el_cont .el_disc .el_header .el_cat {
  display: inline-block;
}
.bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap .el_article .el_cont .el_disc .el_header .el_cat a {
  display: inline-block;
}
.bl_columnArticle .bl_popularArticle .bl_popularArticle_listWrap .el_article .el_cont .el_disc h3 {
  font-size: clamp(16px, 13.1374045802px + 0.7633587786vw, 19px);
  line-height: 1.4736842105;
  font-weight: 700;
}
.bl_columnArticle .bl_category {
  margin-top: 100px;
}
.bl_columnArticle .bl_category h2 {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.bl_columnArticle .bl_category .bl_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  gap: 7px;
}
@media screen and (min-width: 768px) {
  .bl_columnArticle .bl_category .bl_category_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bl_columnArticle .bl_category .bl_category_list li a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
  background-color: #ededed;
  border-radius: 5px;
}

/* =================================================
    .bl_single
=================================================== */
@media screen and (min-width: 768px) {
  .bl_single_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.bl_single_header .el_catch {
  font-size: clamp(24px, 18.2748091603px + 1.5267175573vw, 30px);
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-transform: translateX(-0.5em);
          transform: translateX(-0.5em);
}
.bl_single .bl_btnWrap {
  margin-top: clamp(80px, 41.8320610687px + 10.1781170483vw, 120px);
  text-align: center;
}

/* =================================================
    .bl_sitemap
=================================================== */
.bl_sitemap > .ly_sec_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: ceter;
      -ms-flex-pack: ceter;
          justify-content: ceter;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_sitemap > .ly_sec_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: ceter;
        -ms-flex-pack: ceter;
            justify-content: ceter;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 6.4%;
       -moz-column-gap: 6.4%;
            column-gap: 6.4%;
    row-gap: 50px;
  }
}
.bl_sitemap_list {
  width: 100%;
  list-style: none;
}
.bl_sitemap_list:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .bl_sitemap_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.8%;
            flex: 0 0 46.8%;
    margin-bottom: 0;
  }
}
.bl_sitemap_list > li > a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 15px;
  padding-left: 46px;
  background: #f2f2f2;
  font-size: clamp(18px, 15.1374045802px + 0.7633587786vw, 21px);
  line-height: 1.4444444444;
  font-weight: 500;
  color: #2b2b2b;
}
.bl_sitemap_list > li > a::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon/icon_arrow_linkBtn.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 19px;
}
.bl_sitemap_list > li > ul {
  margin-top: 21px;
}
.bl_sitemap_list > li > ul > li {
  margin-top: 10px;
}
.bl_sitemap_list > li > ul > li > a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #111216;
}
@media screen and (min-width: 1024px) {
  .bl_sitemap_list > li > ul > li > a {
    padding-left: 45px;
  }
}
.bl_sitemap_list > li > ul > li > a::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25px;
  height: 25px;
  background: url(../images/common/icon_sitemap.svg) no-repeat center center/contain;
  position: absolute;
  top: 5px;
  left: 1px;
}
@media screen and (min-width: 1024px) {
  .bl_sitemap_list > li > ul > li > a::before {
    left: 5px;
  }
}
.bl_sitemap_list > li > ul > li > ul {
  padding-left: 35px;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .bl_sitemap_list > li > ul > li > ul {
    padding-left: 42px;
    margin-top: 10px;
  }
}
.bl_sitemap_list > li > ul > li > ul > li {
  margin-bottom: 8px;
}
.bl_sitemap_list > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 14px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  color: #2b2b2b;
}
.bl_sitemap_list > li > ul > li > ul > li > a::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6px;
  height: 10px;
  background: url(../images/common/icon_sitemap-arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 8px;
  left: 3px;
}
.bl_sitemap_list > li > ul > li > ul > li > ul {
  padding-left: 55px;
  margin-top: 5px;
}
.bl_sitemap_list > li > ul > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  color: #2b2b2b;
  font-size: 14px;
  font-size: 1.4rem;
}
.bl_sitemap_list > li > ul > li > ul > li > ul > li > a::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6px;
  height: 10px;
  background: url(../images/common/icon_sitemap-arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 8px;
  left: 5px;
}

/* =================================================
    .bl_pageContact
=================================================== */
.bl_pageContact {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .bl_pageContact {
    padding-top: 0px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_pageContact .ly_sec_inner {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1280px) {
  .bl_pageContact .ly_sec_inner {
    padding: 0 100px;
  }
}
.bl_pageContact .ly_sec_inner h3 {
  margin-top: 0;
}

/* =================================================
    .記事詳細ページ 
=================================================== */
.bl_post .txt_aliginLeft {
  text-align: left !important;
}
.bl_post .txt_aliginRight {
  text-align: right !important;
}
.bl_post .txt_aliginCenter {
  text-align: center !important;
}
.bl_post .block_alignLeft {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .bl_post .block_alignLeft {
    margin-left: 0;
    margin-right: 0;
  }
}
.bl_post .block_alignRight {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .bl_post .block_alignRight {
    margin-left: 0;
    margin-right: 0;
    margin-left: auto;
  }
}
.bl_post .block_alignCenter {
  margin-left: auto;
  margin-right: auto;
}
.bl_post .el_postjumpNavi_ttl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_postjumpNavi_ttl {
    margin: 0;
    text-align: left;
  }
}
.bl_post .el_postjumpNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_postjumpNavi {
    row-gap: 15px;
  }
}
.bl_post .el_postjumpNavi li {
  width: 100%;
}
.bl_post .el_postjumpNavi li a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #959595;
  text-decoration: none !important;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.025em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_postjumpNavi li a {
    text-align: left;
  }
  .bl_post .el_postjumpNavi li a.is_active {
    padding-left: 30px;
    font-weight: 500;
    color: #2b2b2b;
  }
  .bl_post .el_postjumpNavi li a.is_active::before, .bl_post .el_postjumpNavi li a.is_active::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100vh;
  }
  .bl_post .el_postjumpNavi li a.is_active::before {
    width: 16px;
    height: 16px;
    background: #e6e6e6;
  }
  .bl_post .el_postjumpNavi li a.is_active::after {
    width: 10px;
    height: 10px;
    background: #2b2b2b;
    left: 3px;
  }
}
.bl_post h2:not(.el_article_ttl) {
  position: relative;
  padding-top: clamp(10px, 0.4580152672px + 2.5445292621vw, 20px);
  padding-bottom: clamp(10px, 0.4580152672px + 2.5445292621vw, 20px);
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
  background: #2b2b2b;
  font-size: clamp(24px, 18.2748091603px + 1.5267175573vw, 30px);
  line-height: clamp(30px, 24.2748091603px + 1.5267175573vw, 36px);
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.bl_post h2:not(.el_article_ttl) + *:not(.el_tableofcontents_wrap):not(.bl_accordion):not(.bl_qanda) {
  margin-top: clamp(15px, -4.0839694656px + 5.0890585242vw, 35px) !important;
}
.bl_post * + h2:not(.el_singleTtl) {
  margin-top: clamp(60px, 31.3740458015px + 7.6335877863vw, 90px);
}
.bl_post h3:not(.el_postjumpNavi_ttl):not(.el_article_subttl) {
  position: relative;
  margin-top: clamp(50px, 40.4580152672px + 2.5445292621vw, 60px);
  padding-bottom: 10px;
  border-bottom: 1px solid #959595;
  font-size: clamp(22px, 20.0916030534px + 0.5089058524vw, 24px);
  line-height: clamp(23px, 14.4122137405px + 2.2900763359vw, 32px);
  color: #2b2b2b;
  font-weight: 700;
  line-height: 1.2727272727;
}
@media screen and (min-width: 1024px) {
  .bl_post h3:not(.el_postjumpNavi_ttl):not(.el_article_subttl) {
    line-height: 1.3333333333;
  }
}
.bl_post h3:not(.el_postjumpNavi_ttl):not(.el_article_subttl)::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: clamp(120px, -99.465648855px + 58.524173028vw, 350px);
  height: 3px;
  background: #2b2b2b;
}
.bl_post h3:not(.el_postjumpNavi_ttl):not(.el_article_subttl) + *:not(.el_tableofcontents_wrap):not(.bl_accordion):not(.bl_qanda) {
  margin-top: clamp(15px, 10.2290076336px + 1.272264631vw, 20px) !important;
}
.bl_post * + h3 {
  margin-top: clamp(50px, 40.4580152672px + 2.5445292621vw, 60px);
}
.bl_post h4 {
  position: relative;
  margin-top: clamp(40px, 30.4580152672px + 2.5445292621vw, 50px);
  margin-bottom: 15px;
  padding: 5px 12px;
  background: #757575;
  font-size: clamp(19px, 19px + 0vw, 19px);
  line-height: clamp(30px, 21.4122137405px + 2.2900763359vw, 39px);
  color: #fff;
  font-weight: 500;
  line-height: 1.3684210526;
}
@media screen and (min-width: 1024px) {
  .bl_post h4 {
    line-height: 1.3684210526;
  }
}
.bl_post h4 + *:not(.el_tableofcontents_wrap):not(.bl_accordion):not(.bl_qanda) {
  margin-top: clamp(13px, 6.320610687px + 1.7811704835vw, 20px) !important;
}
.bl_post h5 {
  margin-top: clamp(35px, 35px + 0vw, 35px);
  color: #2b2b2b;
  font-weight: 700;
  font-size: clamp(18px, 18px + 0vw, 18px);
  line-height: clamp(25px, 20.2290076336px + 1.272264631vw, 30px);
  letter-spacing: 0;
  line-height: 1.3888888889;
}
.bl_post h5 + *:not(.el_tableofcontents_wrap):not(.bl_accordion):not(.bl_qanda) {
  margin-top: clamp(13px, 6.320610687px + 1.7811704835vw, 20px) !important;
}
.bl_post p {
  margin-top: 18px;
  text-align: left;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) {
  .bl_post p {
    margin-top: 30px;
    line-height: 1.75;
  }
}
.bl_post p:first-of-type {
  margin-top: 0;
}
.bl_post .el_postLead {
  font-size: clamp(20px, 17.1374045802px + 0.7633587786vw, 23px);
  line-height: clamp(28px, 20.3664122137px + 2.0356234097vw, 36px);
  font-weight: 700;
}
.bl_post strong {
  font-weight: 700;
}
.bl_post a:not(.el_linkBtn):not(.el_postjumpNavi a):not(.el_tableofcontents a):not(.el_figureFlex a) {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .bl_post a:not(.el_linkBtn):not(.el_postjumpNavi a):not(.el_tableofcontents a):not(.el_figureFlex a):hover {
    text-decoration: none;
  }
}
.bl_post iframe {
  max-width: 100%;
  display: block;
}
.bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) {
  padding-left: 20px;
}
.bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) li {
  position: relative;
  padding-left: 25px;
  margin-top: 0;
  color: #2b2b2b;
  line-height: 1.6;
}
.bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) li::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #2b2b2b;
}
.bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) li + li {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) li + li {
    margin-top: 20px;
  }
}
.bl_post * + ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) {
  margin-top: clamp(30px, 20.4580152672px + 2.5445292621vw, 40px);
}
.bl_post ol:not(.el_flow):not(.el_flowNo) {
  list-style-type: none;
  counter-reset: cnt;
  padding-left: 20px;
}
@media screen and (min-width: 1024px) {
  .bl_post ol:not(.el_flow):not(.el_flowNo) {
    padding-left: 18px;
  }
}
.bl_post ol:not(.el_flow):not(.el_flowNo) li {
  position: relative;
  counter-increment: cnt;
  padding-left: 23px;
  margin-top: 0;
  color: #2b2b2b;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .bl_post ol:not(.el_flow):not(.el_flowNo) li {
    padding-left: 25px;
  }
}
.bl_post ol:not(.el_flow):not(.el_flowNo) li:before {
  content: counter(cnt);
  display: inline-block;
  margin-left: -22px;
  width: 2em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.bl_post ol:not(.el_flow):not(.el_flowNo) li + li {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .bl_post ol:not(.el_flow):not(.el_flowNo) li + li {
    margin-top: 20px;
  }
}
.bl_post * + ol:not(.el_flow):not(.el_flowNo) {
  margin-top: clamp(30px, 20.4580152672px + 2.5445292621vw, 40px);
}
.bl_post table:not(table.el_table_responsive):not(table.tbl_scroll) {
  width: 100% !important;
}
.bl_post table th p:last-of-type,
.bl_post table th ul:last-of-type,
.bl_post table th ol:last-of-type,
.bl_post table th img:last-of-type,
.bl_post table th figure:last-of-type,
.bl_post table th ol:not(.el_flow):not(.el_flowNo):last-of-type,
.bl_post table th ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul):last-of-type,
.bl_post table td p:last-of-type,
.bl_post table td ul:last-of-type,
.bl_post table td ol:last-of-type,
.bl_post table td img:last-of-type,
.bl_post table td figure:last-of-type,
.bl_post table td ol:not(.el_flow):not(.el_flowNo):last-of-type,
.bl_post table td ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul):last-of-type {
  margin-bottom: 0;
}
.bl_post table {
  background: #fff;
  border-collapse: collapse;
}
.bl_post table th,
.bl_post table td {
  padding: 13px 20px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.625;
}
.bl_post table td {
  vertical-align: top;
}
.bl_post table thead th {
  position: relative;
  background: #eeeeee;
  border: none;
  height: 100%;
  font-weight: 700;
  color: #2b2b2b;
  text-align: center;
  vertical-align: middle;
}
.bl_post table thead th + th::before {
  content: "";
  position: absolute;
  top: 27%;
  left: 0;
  width: 1px;
  background: #ccc;
  height: 46%;
}
.bl_post table tbody th {
  background: #fff;
  border-bottom: 2px solid #2b2b2b;
  color: #2b2b2b;
  font-weight: 500;
}
.bl_post table tbody td {
  background: #fff;
  border-bottom: 1px solid #959595;
}
.bl_post * + table {
  margin-top: 30px;
}
.bl_post table.el_table_none {
  border: none !important;
}
.bl_post table.el_table_none > thead > tr > th,
.bl_post table.el_table_none > thead > tr > td,
.bl_post table.el_table_none > tbody > tr > th,
.bl_post table.el_table_none > tbody > tr > td {
  color: #2b2b2b;
  background: transparent;
  border: none !important;
}
.bl_post table.el_table_none > thead > tr,
.bl_post table.el_table_none > tbody > tr {
  border: none !important;
}
.bl_post table.el_table_responsive {
  width: 100%;
}
.bl_post table.el_table_responsive th,
.bl_post table.el_table_responsive td {
  display: block;
}
@media screen and (min-width: 768px) {
  .bl_post table.el_table_responsive th,
  .bl_post table.el_table_responsive td {
    display: table-cell;
  }
}
@media screen and (max-width: 767px) {
  .bl_post table.el_table_responsive th,
  .bl_post table.el_table_responsive td {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .bl_post table.el_table_responsive th {
    border-top: 2px solid #2b2b2b;
    border-bottom: 1px solid #959595;
  }
}
.bl_post table.el_table_fix {
  table-layout: fixed !important;
}
.bl_post * + .bl_overflowSP {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .bl_post .bl_overflowSP {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .bl_post .bl_overflowSP table {
    max-width: 767px !important;
    width: 767px !important;
  }
  .bl_post .bl_overflowSP::before {
    content: "→スクロールできます。";
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1;
  }
}
.bl_post .el_tableofcontents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_tableofcontents_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 70px 46px;
    margin-top: 40px;
  }
}
.bl_post .el_tableofcontents {
  background: #f2f2f2;
  padding: 8px 8px 25px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_tableofcontents {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 46px) / 2);
            flex: 0 0 calc((100% - 46px) / 2);
    padding: 15px;
    padding-bottom: 25px;
  }
}
.bl_post .el_tableofcontents > .el_tableofcontents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  color: #2b2b2b;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_tableofcontents > .el_tableofcontents_inner {
    gap: 35px;
  }
}
.bl_post .el_tableofcontents > .el_tableofcontents_inner .el_tableofcontents_cont {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_tableofcontents > .el_tableofcontents_inner .el_tableofcontents_cont {
    gap: 40px;
  }
}
.bl_post .el_tableofcontents > .el_tableofcontents_inner .el_tableofcontents_cont .el_ttl {
  width: 100%;
  padding-right: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.bl_post .el_tableofcontents > .el_tableofcontents_inner .el_tableofcontents_cont .el_ttl p {
  font-size: clamp(20px, 16.1832061069px + 1.0178117048vw, 24px);
  line-height: clamp(28px, 24.1832061069px + 1.0178117048vw, 32px);
  font-weight: 700;
  text-align: left;
}
.bl_post .el_tableofcontents > .el_tableofcontents_inner .el_tableofcontents_cont .el_ttl::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon/icon_tableofcontents.svg) no-repeat center center/contain;
  position: absolute;
  top: -2px;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_tableofcontents > .el_tableofcontents_inner .el_tableofcontents_cont .el_ttl::after {
    width: 45px;
    height: 45px;
    right: 12px;
  }
}
.bl_post .el_tableofcontents > .el_tableofcontents_inner .el_tableofcontents_cont .el_cont p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.025em;
  text-align: justify;
}
.bl_post .el_tableofcontents_small {
  width: 100%;
  padding: 15px;
  background: #f2f2f2;
  border-radius: 10px;
}
.bl_post .el_tableofcontents_small > .el_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  color: #2b2b2b;
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  .bl_post .el_tableofcontents_small > .el_inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.bl_post .el_tableofcontents_small > .el_inner::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url(../images/common/icon/icon_tableofcontents.svg) no-repeat center center/contain;
  position: absolute;
  top: 13.0208333333vw;
  right: 0;
}
@media screen and (min-width: 768px) {
  .bl_post .el_tableofcontents_small > .el_inner::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .bl_post .el_tableofcontents_small > .el_inner::after {
    width: 45px;
    height: 45px;
    right: 12px;
  }
}
.bl_post .el_tableofcontents_small > .el_inner .el_img {
  width: 65.671641791%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_tableofcontents_small > .el_inner .el_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.2295081967%;
            flex: 0 0 26.2295081967%;
  }
}
.bl_post .el_tableofcontents_small_cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_tableofcontents_small_cont {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    padding-right: 9.8360655738%;
  }
}
@media screen and (min-width: 1024px) {
  .bl_post .el_tableofcontents_small_cont {
    padding-right: 120px;
  }
}
.bl_post .el_tableofcontents_small_cont .el_ttl {
  width: 100%;
  padding-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #959595;
}
.bl_post .el_tableofcontents_small_cont .el_ttl p {
  font-size: clamp(20px, 16.1832061069px + 1.0178117048vw, 24px);
  line-height: clamp(28px, 24.1832061069px + 1.0178117048vw, 32px);
  font-weight: 700;
  text-align: left;
}
.bl_post .el_tableofcontents_small_cont .el_cont p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.025em;
  text-align: justify;
}
.bl_post .el_linkBtn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 12px 35px 14px;
  margin-right: 20px;
  margin-bottom: 30px;
  color: #2b2b2b;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.075em;
}
.bl_post .el_linkBtn:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .bl_post .el_linkBtn {
    padding: 15px 48px 15px;
  }
}
@media screen and (min-width: 1025px) {
  .bl_post .el_linkBtn:hover {
    opacity: 1;
    background-color: #2b2b2b;
    color: #fff;
  }
  .bl_post .el_linkBtn:hover:before, .bl_post .el_linkBtn:hover:after {
    width: 100%;
    height: 100%;
  }
  .bl_post .el_linkBtn:hover:before {
    top: 0;
    left: 0;
    border-width: 1px 1px 0 0;
    z-index: 5;
  }
  .bl_post .el_linkBtn:hover:after {
    bottom: 0;
    right: 0;
    border-width: 0 0 1px 1px;
  }
}
.bl_post .el_linkBtn:before, .bl_post .el_linkBtn:after {
  content: "";
  width: 92%;
  height: 38px;
  height: 70%;
  border-color: #2b2b2b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bl_post .el_linkBtn:before {
  top: 0;
  left: 8%;
  border-width: 1px 1px 0 0;
  z-index: 5;
}
.bl_post .el_linkBtn:after {
  bottom: 0;
  right: 8%;
  border-width: 0 0 1px 1px;
}
.bl_post .bl_accordion,
.bl_post .bl_qanda {
  margin-top: 20px;
  background: #f2f2f2;
}
.bl_post .bl_accordion_ttl,
.bl_post .bl_qanda_ttl {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 44px 16px 15px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .bl_post .bl_accordion_ttl,
  .bl_post .bl_qanda_ttl {
    padding: 24px 55px 24px 20px;
  }
}
.bl_post .bl_accordion_ttl p,
.bl_post .bl_qanda_ttl p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  font-weight: 500;
}
.bl_post .bl_accordion_ttl::before, .bl_post .bl_accordion_ttl::after,
.bl_post .bl_qanda_ttl::before,
.bl_post .bl_qanda_ttl::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 15px;
  height: 2px;
  background-color: #2b2b2b;
  position: absolute;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .bl_post .bl_accordion_ttl::before, .bl_post .bl_accordion_ttl::after,
  .bl_post .bl_qanda_ttl::before,
  .bl_post .bl_qanda_ttl::after {
    right: 24px;
  }
}
.bl_post .bl_accordion_ttl::before,
.bl_post .bl_qanda_ttl::before {
  width: 2px;
  height: 15px;
  right: 25px;
}
@media screen and (min-width: 1024px) {
  .bl_post .bl_accordion_ttl::before,
  .bl_post .bl_qanda_ttl::before {
    right: 30px;
  }
}
.bl_post .bl_accordion_ttl.is_open::before,
.bl_post .bl_qanda_ttl.is_open::before {
  display: none;
}
.bl_post .bl_accordion_body,
.bl_post .bl_qanda_body {
  position: relative;
  display: none;
  padding: 6px 18px 15px;
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .bl_post .bl_accordion_body,
  .bl_post .bl_qanda_body {
    padding: 6px 20px 16px;
  }
}
.bl_post .bl_accordion_body *:last-of-type,
.bl_post .bl_qanda_body *:last-of-type {
  margin-bottom: 0;
}
.bl_post .bl_qanda_ttl {
  padding-left: 47px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .bl_post .bl_qanda_ttl {
    padding-left: 55px;
  }
}
.bl_post .bl_qanda_ttl p::before {
  position: absolute;
  top: 16px;
  left: 10px;
  content: "Q";
  font-family: "Inter", sans-serif;
  color: #2b2b2b;
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .bl_post .bl_qanda_ttl p::before {
    top: 24px;
    left: 20px;
  }
}
.bl_post .bl_qanda_body {
  padding: 0;
  position: relative;
}
.bl_post .bl_qanda_body .bl_qanda_bodyInner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 85px;
  padding: 12px 18px 15px;
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .bl_post .bl_qanda_body .bl_qanda_bodyInner {
    padding: 20px 66px;
  }
}
.bl_post .el_flow {
  list-style: none;
  counter-reset: num;
}
.bl_post .el_flow li {
  position: relative;
  padding: 14px 16px;
  background: #f2f2f2;
  margin-bottom: 54px;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_flow li {
    padding: 23px 27px 20px;
  }
}
.bl_post .el_flow li:last-of-type::after {
  display: none;
}
.bl_post .el_flow li::after {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/common/icon/icon_flow.svg) no-repeat center center/contain;
}
.bl_post .el_flow li > p:first-of-type {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_flow li > p:first-of-type {
    margin-bottom: 14px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.bl_post .el_flow li .el_flow_cont p {
  margin-bottom: 1em;
}
.bl_post .el_flow li .el_flow_cont *:last-of-type {
  margin-bottom: 0;
}
.bl_post .el_flow_num li > p:first-of-type {
  position: relative;
  padding-left: 74px;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_flow_num li > p:first-of-type {
    padding-left: 102px;
  }
}
.bl_post .el_flow_num li > p:first-of-type::before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  display: block;
  width: 56px;
  border-right: 1px solid #111216;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #111216;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0px;
  display: inline-block;
  padding-right: 1px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_flow_num li > p:first-of-type::before {
    width: 71px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_post .el_flow_num li .el_flow_cont {
    padding-left: 102px;
  }
}
.bl_post img {
  display: block;
}
.bl_post figure,
.bl_post .el_figure {
  display: table !important;
}
.bl_post figure figcaption,
.bl_post figure .el_caption,
.bl_post .el_figure figcaption,
.bl_post .el_figure .el_caption {
  display: table-caption !important;
  caption-side: bottom;
  margin-top: 6px;
  line-height: 1.5;
}
.bl_post * + figure,
.bl_post .el_figure_fluid {
  margin-top: 20px;
}
.bl_post .el_figure_fluid {
  margin: 0 calc(50% - 50vw) 25px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figure_fluid {
    margin: 0 auto 50px;
  }
}
.bl_post .el_figure_fluid img {
  border-radius: 0;
}
.bl_post .el_figure_fluid figcaption {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figure_fluid figcaption {
    width: 100%;
  }
}
.bl_post .alignleft {
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .bl_post .alignleft {
    float: left;
    margin-right: 2em;
    margin-bottom: 5px;
  }
}
.bl_post .alignright {
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .bl_post .alignright {
    float: right;
    margin-left: 2em;
    margin-bottom: 5px;
  }
}
.bl_post .aligncenter {
  margin-bottom: 10px;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bl_post .el_figureFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.bl_post .el_figureFlex > div {
  width: 47%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex > div {
    width: calc(50% - 20px);
  }
}
.bl_post .el_figureFlex > div .wp-caption,
.bl_post .el_figureFlex > div img {
  width: 100% !important;
}
.bl_post .el_figureFlex > div figcaption,
.bl_post .el_figureFlex > div p {
  line-height: 1.8666666667;
}
.bl_post .el_figureFlex > div figure img {
  margin-bottom: 0;
}
.bl_post .el_figureFlex > div .wp-caption-dd,
.bl_post .el_figureFlex > div img + p,
.bl_post .el_figureFlex > div img + figcaption {
  margin-top: 10px;
}
.bl_post .el_figureFlex > div a {
  color: #2b2b2b;
}
.bl_post .el_figureFlex__half {
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__half {
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_post .el_figureFlex__half {
    gap: 80px;
  }
}
.bl_post .el_figureFlex__half > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 15px) / 2);
          flex: 0 0 calc((100% - 15px) / 2);
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__half > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 2);
            flex: 0 0 calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .bl_post .el_figureFlex__half > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 2);
            flex: 0 0 calc((100% - 80px) / 2);
  }
}
.bl_post .el_figureFlex__onethird {
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__onethird {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_post .el_figureFlex__onethird {
    gap: 45px;
  }
}
.bl_post .el_figureFlex__onethird > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 15px) / 2);
          flex: 0 0 calc((100% - 15px) / 2);
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__onethird > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 3);
            flex: 0 0 calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .bl_post .el_figureFlex__onethird > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 90px) / 3);
            flex: 0 0 calc((100% - 90px) / 3);
  }
}
.bl_post .el_figureFlex__quarter {
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__quarter {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_post .el_figureFlex__quarter {
    gap: 36px;
  }
}
.bl_post .el_figureFlex__quarter > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 15px) / 2);
          flex: 0 0 calc((100% - 15px) / 2);
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__quarter > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 60px) / 4);
            flex: 0 0 calc((100% - 60px) / 4);
  }
}
@media screen and (min-width: 1024px) {
  .bl_post .el_figureFlex__quarter > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 108px) / 4);
            flex: 0 0 calc((100% - 108px) / 4);
  }
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__halfTitle {
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_post .el_figureFlex__halfTitle {
    gap: 80px;
  }
}
.bl_post .el_figureFlex__halfTitle > div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__halfTitle > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 40px) / 2);
            flex: 0 0 calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .bl_post .el_figureFlex__halfTitle > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 80px) / 2);
            flex: 0 0 calc((100% - 80px) / 2);
  }
}
.bl_post .el_figureFlex__halfTitle > div + div {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_figureFlex__halfTitle > div + div {
    margin-top: 0;
  }
}
.bl_post .el_figureFlex__halfTitle + * {
  margin-top: 40px;
}
.bl_post * + .el_figureFlex {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .bl_post * + .el_figureFlex {
    margin-top: 50px;
  }
}

.icon_pdf::after,
.icon_excel::after,
.icon_word::after,
.icon_ppt::after,
.icon_blank::after,
.icon_new::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1em;
  margin: 0 5px 3px;
  margin-right: 5px;
  vertical-align: middle;
}

.icon_pdf::after {
  background: url(../images/common/icon/icon_pdf.svg) no-repeat center center/contain;
}

.icon_excel::after {
  background: url(../images/common/icon/icon_excel.svg) no-repeat center center/contain;
}

.icon_word::after {
  background: url(../images/common/icon/icon_word.svg) no-repeat center center/contain;
}

.icon_ppt::after {
  height: 15px;
  background: url(../images/common/icon/icon_ppt.svg) no-repeat center center/contain;
}

.icon_blank::after {
  width: 15px;
  background: url(../images/common/icon/icon_blank.svg) no-repeat center center/contain;
}

.icon_new:not(.icon_pdf)::after,
.icon_pdf.icon_new::after {
  content: "NEW";
  display: inline-block;
  width: auto;
  height: 1em;
  vertical-align: middle;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.025em;
  color: #0060b2;
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}

.icon_new:not(.icon_pdf)::after {
  margin: 0 0 5px;
}

.icon_pdf.icon_new::after {
  display: inline-block;
  width: 30px;
  height: 15px;
  padding-left: 35px;
  margin: 0 0px 2px;
  background: url(../images/common/icon/icon_pdf.svg) no-repeat left center/contain;
}

/* ======================================
  .wp-pagenavi
======================================= */
.bl_pagenation {
  margin-top: clamp(80px, 41.8320610687px + 10.1781170483vw, 120px);
}

.wp-pagenavi {
  width: calc(100% - 30px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  gap: 1px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  color: #2b2b2b;
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.wp-pagenavi .page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 45px;
  width: 45px;
  height: 45px;
  color: #2b2b2b;
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi .page:hover {
    background-color: #2b2b2b;
    color: #fff;
    opacity: 1;
  }
}
.wp-pagenavi span.current {
  line-height: 45px;
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: #2b2b2b;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  font-size: 17px;
  font-size: 1.7rem;
  color: #2b2b2b;
  font-weight: 700;
}
.wp-pagenavi .previouspostslink {
  margin-right: 1em;
}
.wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.5em;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 1em;
  background: url(../images/common/arrow_left.svg) no-repeat center center/contain;
}
.wp-pagenavi .nextpostslink {
  margin-left: 1em;
}
.wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -1.5em;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 1em;
  background: url(../images/common/arrow_right.svg) no-repeat center center/contain;
}/*# sourceMappingURL=style.css.map */