@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%;
  min-height: 100dvh;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.025em;
  background: #fff;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  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: 15px;
    font-size: 1.5rem;
    line-height: 1.8666666667;
    letter-spacing: 0.05em;
  }
}

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

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

em,
cite {
  font-style: normal;
}

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 {
  text-decoration: none;
}
a:link {
  color: #35608e;
}
a:visited {
  color: #35608e;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #35608e;
    text-decoration: none;
    opacity: 0.7;
  }
}
@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;
  }
}

/* =================================================
    TOP
=================================================== */
.page_top .bl_header {
  background: transparent;
  color: #fff;
}
.page_top .bl_header .bl_header_logo a .el_logo {
  display: none;
}
.page_top .bl_header .bl_header_logo a .el_logo_white {
  display: block;
}
@media screen and (min-width: 1280px) {
  .page_top .bl_header .bl_headerNav_global > li:not(.el_contact) > a {
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6), 0 0 7px rgba(0, 0, 0, 0.6), 0 0 8px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 1280px) {
  .page_top .bl_header .bl_headerNav_global .el_contact a {
    background: transparent;
    border: 1px solid #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6), 0 0 7px rgba(0, 0, 0, 0.6), 0 0 8px rgba(0, 0, 0, 0.6);
  }
}
.page_top .bl_header .el_langBtn {
  border: 1px solid #fff;
}
.page_top .bl_header .el_langBtn a {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6), 0 0 7px rgba(0, 0, 0, 0.6), 0 0 8px rgba(0, 0, 0, 0.6);
}
.page_top .bl_header .el_btnHamburger_line {
  background: #fff;
}
.page_top .bl_header.is_scroll .bl_header_logo a .el_logo {
  display: block;
}
.page_top .bl_header.is_scroll .bl_header_logo a .el_logo_white {
  display: none;
}
.page_top .bl_header.is_scroll .el_langBtn {
  border: 1px solid #222;
}
.page_top .bl_header.is_scroll .el_langBtn a {
  color: #222;
  text-shadow: none;
}
.page_top .bl_header.is_scroll .el_btnHamburger_line {
  background: #009dd3;
}
@media screen and (min-width: 1280px) {
  .page_top .bl_header.is_scroll .bl_headerNav_global > li:not(.el_contact) > a {
    color: #222;
    text-shadow: none;
  }
}
@media screen and (min-width: 1280px) {
  .page_top .bl_header.is_scroll .bl_headerNav_global .el_contact a {
    background: #646464;
    border: none;
    text-shadow: none;
  }
}
.page_top.is_btnHamburger__on .el_btnHamburger_line, .page_top.is_scrollLocked .el_btnHamburger_line {
  background: #009dd3;
}
.page_top.is_btnHamburger__on .el_btnHamburger_line__middle, .page_top.is_scrollLocked .el_btnHamburger_line__middle {
  background: transparent;
}
.page_top.is_btnHamburger__on .el_langBtn, .page_top.is_scrollLocked .el_langBtn {
  border: 1px solid #222;
}
.page_top.is_btnHamburger__on .el_langBtn a, .page_top.is_scrollLocked .el_langBtn a {
  color: #222;
  text-shadow: none;
}
.page_top.is_btnHamburger__on .bl_header_logo a .el_logo, .page_top.is_scrollLocked .bl_header_logo a .el_logo {
  display: block;
}
.page_top.is_btnHamburger__on .bl_header_logo a .el_logo_white, .page_top.is_scrollLocked .bl_header_logo a .el_logo_white {
  display: none;
}
.page_top main {
  margin-top: 0;
}

/* =================================================
    .bl_header
=================================================== */
.bl_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  z-index: 11000;
}
@media screen and (min-width: 1280px) {
  .bl_header {
    height: 76px;
  }
}
.bl_header_inner {
  position: relative;
  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;
  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 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 64.1791044776%;
  max-width: 215px;
  height: auto;
  margin-left: -19px;
  z-index: 11000;
}
@media screen and (min-width: 1280px) {
  .bl_header_logo {
    width: 20.9166666667%;
    max-width: 251px;
    margin-left: -22px;
  }
}
.bl_header_logo a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.bl_header_logo a .el_logo_white {
  display: none;
}

.is_btnHamburger__on .bl_header,
.bl_header.is_scroll {
  background: #fff;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

/* =================================================
    main
=================================================== */
main {
  margin-top: 68px;
}
@media screen and (min-width: 1280px) {
  main {
    margin-top: 76px;
  }
}

/* =================================================
    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: calc(1200px + 60px);
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* =================================================
    footer
=================================================== */
.bl_footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: clamp(30px, 1.1093990755px + 7.7041602465vw, 80px);
  background: #88adc0;
  color: #fff;
}
.bl_footer .bl_footer_inner {
  width: 89.3333333333%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_inner {
    width: 89.8947368421%;
    max-width: 1708px;
    padding-left: 30px;
    padding-right: 30px;
    display: grid;
    grid-template-areas: "logo logo" "sitemap sitemap" "info info" "copy copy";
    grid-template-columns: auto auto;
  }
}
.bl_footer .bl_footer_logo {
  width: clamp(198px, 133.2850539291px + 17.2573189522vw, 310px);
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_logo {
    grid-area: logo;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_info {
    grid-area: info;
    text-align: left;
    margin-top: 50px;
  }
}
.bl_footer .bl_footer_info h2 {
  font-size: clamp(15px, 14.4221879815px + 0.1540832049vw, 16px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.8666666667 + -0.3666666667 * var(--_lh-t));
  letter-spacing: clamp(0.05em, 0.05em + 0vw, 0.05em);
  font-weight: 700;
  color: #fff;
}
.bl_footer .bl_footer_info address {
  margin-top: clamp(6px, 5.4221879815px + 0.1540832049vw, 7px);
  color: #fff;
}
.bl_footer .bl_footer_info address span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5333333333;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-size: 1.5rem;
  font-size: clamp(12px, 3.8461538462vw, 15px);
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_info address span {
    display: inline-block;
  }
}
.bl_footer .bl_footer_info address a {
  margin-top: 6px;
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_info address a {
    margin-left: 2em;
  }
}
.bl_footer .bl_footer_info .el_footer_sns {
  margin-top: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_info .el_footer_sns {
    margin-top: 17px;
  }
}
.bl_footer .bl_footer_info .el_footer_sns li:first-of-type {
  width: 21px;
}
.bl_footer .bl_footer_info .el_footer_sns li:nth-of-type(2) {
  width: 23px;
}
.bl_footer .bl_footer_info .el_footer_sns li:nth-of-type(3) {
  width: 32px;
}
.bl_footer .bl_footer_info .el_footer_sns li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
}
.bl_footer .bl_footer_info .el_footer_sns li a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_footer .bl_footer_sitemap {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_sitemap {
    width: 100%;
    margin-top: 50px;
    grid-area: sitemap;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, -webkit-max-content));
    grid-template-columns: repeat(4, minmax(0, max-content));
    grid-template-rows: 1fr;
    gap: 30px 8%;
  }
  .bl_footer .bl_footer_sitemap .el_sitemapList {
    max-width: 100%;
    min-width: 0;
    text-align: left;
  }
  .bl_footer .bl_footer_sitemap .el_sitemapList a {
    color: #fff;
  }
  .bl_footer .bl_footer_sitemap .el_sitemapList h3 {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .bl_footer .bl_footer_sitemap .el_sitemapList h3 + h3 {
    margin-top: 34px;
  }
  .bl_footer .bl_footer_sitemap .el_sitemapList .el_subMenu {
    margin-top: 26px;
  }
  .bl_footer .bl_footer_sitemap .el_sitemapList .el_subMenu li a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.025em;
  }
  .bl_footer .bl_footer_sitemap .el_sitemapList .el_subMenu li + li {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_footer .bl_footer_sitemap {
    grid-template-columns: repeat(4, -webkit-max-content);
    grid-template-columns: repeat(4, max-content);
    grid-template-rows: 1fr;
    gap: 30px 10%;
  }
}
.bl_footer .bl_footer_btm {
  margin-top: 23px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_btm {
    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;
    margin-top: 35px;
    padding-top: 24px;
    padding-bottom: 30px;
    grid-area: copy;
  }
}
.bl_footer .bl_footer_btm .el_footerNav_pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_btm .el_footerNav_pc {
    display: block;
    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;
  }
  .bl_footer .bl_footer_btm .el_footerNav_pc li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #fff;
  }
}
.bl_footer .bl_footer_btm .bl_footer_copyright {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_btm .bl_footer_copyright {
    margin-top: 10px;
  }
}

/* =================================================
    layout Flex
=================================================== */
.ly_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.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_flex_box50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (min-width: 1024px) {
  .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;
  }
}

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

.bl_headerNav {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  position: fixed;
  top: 68px;
  right: -100%;
  height: auto;
  max-height: calc(100dvh - 68px);
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: auto;
  z-index: 11100;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bl_headerNav::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav {
    width: calc(79.0833333333% - 20px);
    max-width: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: transparent;
    height: 100%;
    max-height: none;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    overflow-y: visible;
  }
}
.bl_headerNav_global {
  width: 89.3333333333%;
  height: auto;
  margin: 0 auto;
  background: #fff;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_global {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.1%;
    background: transparent;
    margin: 0 57px 0 auto;
  }
}
.bl_headerNav_global > li:not(.el_contact) {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  padding-bottom: 14px;
  border-bottom: 1px solid #a7a7a7;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_global > li:not(.el_contact) {
    display: inline-block;
    margin: 0;
    background: transparent;
    border-bottom: none;
    width: auto;
    padding-bottom: 0;
  }
  .bl_headerNav_global > li:not(.el_contact):hover {
    opacity: 1;
  }
  .bl_headerNav_global > li:not(.el_contact):hover .bl_headerNav_toggle {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  .bl_headerNav_global > li:not(.el_contact):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:not(.el_contact) > a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 14px 0 0;
  padding-right: 40px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
  text-align: left;
  color: #222;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_global > li:not(.el_contact) > a {
    width: auto;
    height: 100%;
    background: transparent;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    border-bottom: none;
    font-size: 17px;
    font-size: 1.7rem;
    font-size: clamp(13.6px, 0.8854166667vw, 17px);
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
.bl_headerNav_global > li:not(.el_contact) > .el_iconToggle {
  position: absolute;
  top: 0;
  right: -15px;
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  place-items: center;
  width: 45px;
  height: 57px;
}
.bl_headerNav_global > li:not(.el_contact) > .el_iconToggle::before, .bl_headerNav_global > li:not(.el_contact) > .el_iconToggle::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #222;
}
.bl_headerNav_global > li:not(.el_contact) > .el_iconToggle::before {
  inline-size: 2px;
  block-size: 15px;
}
.bl_headerNav_global > li:not(.el_contact) > .el_iconToggle::after {
  inline-size: 15px;
  block-size: 2px;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_global > li:not(.el_contact) > .el_iconToggle {
    display: none;
  }
}
.bl_headerNav_global > li:not(.el_contact) > .el_iconToggle.is_open::before {
  display: none;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_global > li:not(.el_contact) > .el_iconToggle {
    display: none;
  }
}
.bl_headerNav_global .el_contact a {
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 190px;
  height: 43px;
  margin: 30px auto;
  place-items: center;
  border-radius: 100vw;
  background: #646464;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_global .el_contact a {
    width: 120px;
    height: 32px;
    margin: 0;
  }
}
.bl_headerNav_toggle {
  display: none;
  overflow-y: visible;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_toggle {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_toggle > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.bl_headerNav_toggle > ul > li {
  position: relative;
  margin-top: 1px;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_toggle > ul > li {
    width: 33%;
    margin-top: 0;
    background: transparent;
    border: none;
    padding-right: 1em;
  }
}
.bl_headerNav_toggle > ul > li > a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 6px 21px;
  padding-right: 30px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  color: #222;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_toggle > ul > li > a {
    width: 100%;
    padding: 5px 0;
    padding-right: 30px;
    margin: 0;
    border-bottom: none;
    background: transparent;
  }
}
.bl_headerNav_toggle > ul > li.has_child > .el_iconToggle {
  position: absolute;
  top: 0;
  right: 17px;
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  place-items: center;
  width: 45px;
  height: 37px;
}
.bl_headerNav_toggle > ul > li.has_child > .el_iconToggle::before, .bl_headerNav_toggle > ul > li.has_child > .el_iconToggle::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #222;
}
.bl_headerNav_toggle > ul > li.has_child > .el_iconToggle::before {
  inline-size: 2px;
  block-size: 15px;
}
.bl_headerNav_toggle > ul > li.has_child > .el_iconToggle::after {
  inline-size: 15px;
  block-size: 2px;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_toggle > ul > li.has_child > .el_iconToggle {
    display: none;
  }
}
.bl_headerNav_toggle > ul > li.has_child > .el_iconToggle.is_open::before {
  display: none;
}
.bl_headerNav_toggle > ul > li.has_child > ul {
  display: none;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
  background: #fff;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_toggle > ul > li.has_child > ul {
    display: none;
  }
}
.bl_headerNav_toggle > ul > li.has_child > ul > li {
  background: #fff;
  padding: 0 55px;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_toggle > ul > li.has_child > ul > li {
    border-bottom: none;
    overflow: visible;
  }
}
.bl_headerNav_toggle > ul > li.has_child > ul > li + li {
  margin-top: 7px;
}
.bl_headerNav_toggle > ul > li.has_child > ul > li > a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1px 0;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #222;
  font-weight: 400;
  text-align: left;
}
.bl_headerNav_toggle > ul > li.has_child > ul > li > a::before {
  content: "-";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 4px;
  left: -1em;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_toggle > ul > li.has_child > ul > li > a:hover {
    opacity: 1;
    color: #35608e;
  }
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_toggle > ul > li.has_child > ul > li > a {
    width: 100%;
    height: 100%;
    padding: 5px 20px;
    font-size: 15px;
    font-size: 1.5rem;
    font-size: clamp(12px, 4vw, 15px);
    letter-spacing: 0.05em;
    color: #222;
    overflow: visible;
    color: #fff;
  }
}
.bl_headerNav .bl_headerNav_sp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 10px;
  padding-top: 0px;
  padding-bottom: 30px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .bl_headerNav .bl_headerNav_sp {
    display: none;
  }
}
.bl_headerNav .bl_headerNav_sp li {
  width: 100%;
  text-align: center;
  height: 1em;
}
.bl_headerNav .bl_headerNav_sp li:first-of-type {
  border-right: 0;
}
.bl_headerNav .bl_headerNav_sp li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #222;
  text-align: center;
}
.bl_headerNav .bl_headerNav_sp li:nth-child(3) {
  grid-column: 1/-1;
  justify-self: center;
}

.el_langBtn {
  position: fixed;
  top: 21px;
  right: 70px;
  width: 26px;
  height: 26px;
  border-radius: 100vw;
  border: 1px solid #222;
  z-index: 11101;
}
@media screen and (min-width: 1280px) {
  .el_langBtn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 35px;
    height: 35px;
  }
}
.el_langBtn a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #222;
}
@media screen and (min-width: 1280px) {
  .el_langBtn a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.0625;
    letter-spacing: 0.05em;
  }
}

/* ==============================================
    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 #35608e;
}

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

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 #222;
  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 #222;
  -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 #222;
  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 #35608e;
}
.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 #35608e;
}
.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: #009dd3;
  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 #009dd3;
    opacity: 1;
    color: #009dd3;
  }
}
.bl_post .wpcf7 .wpcf7-spinner {
  display: block;
}

/* ======================================
    .bl_breadcrumbs
====================================== */
.bl_breadcrumbs {
  display: none;
}
@media screen and (min-width: 768px) {
  .bl_breadcrumbs {
    display: block;
    width: 100%;
    padding-right: 110px;
    margin: 15px auto 0;
    text-align: right;
  }
  .bl_breadcrumbs li {
    display: inline;
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.025em;
  }
  .bl_breadcrumbs li::after {
    content: "-";
    display: inline-block;
    width: 7px;
    height: 1em;
    margin: 0 4px;
  }
  .bl_breadcrumbs li:last-of-type::after {
    content: none;
  }
  .bl_breadcrumbs li a {
    font-size: inherit;
    color: #909090;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .bl_breadcrumbs li a:hover {
    color: #009dd3;
  }
}

/* ======================================
    el_btnHamburger
====================================== */
.el_btnHamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 68px;
  height: 68px;
  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: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 28px;
  height: 22px;
  text-align: center;
}
.el_btnHamburger_line {
  /* 線色 */
  background: #009dd3;
  width: 100%;
  height: 1px;
  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: 68px;
  width: 100vw;
  height: calc(100vh - 68px);
  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%;
}
.is_btnHamburger__on .el_btnHamburger_line__middle {
  background: transparent;
}
.is_btnHamburger__on .el_btnHamburger_line__bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}
.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";
}

.js_scalex {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.js_scalex::before {
  position: absolute;
  top: 0;
  right: -3px;
  pointer-events: none;
  opacity: 1;
  z-index: 111;
  content: "";
  display: inline-block;
  position: absolute;
  width: 101%;
  height: 101%;
  background-color: #88adc0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right;
          transform-origin: right;
  pointer-events: none;
}
.js_scalex img {
  opacity: 0;
}
.js_scalex.is_scalex img {
  -webkit-animation: fadeInAnime 0.5s cubic-bezier(0.4, 0.4, 0.15, 1) 1 forwards;
          animation: fadeInAnime 0.5s cubic-bezier(0.4, 0.4, 0.15, 1) 1 forwards;
}
.js_scalex.is_scalex::before {
  -webkit-animation: scaleXAnime 0.5s cubic-bezier(0.4, 0.4, 0.15, 1) 1 forwards;
          animation: scaleXAnime 0.5s cubic-bezier(0.4, 0.4, 0.15, 1) 1 forwards;
}

.js_scalex.hp_delay_time1.is_scalex img {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.js_scalex.hp_delay_time1.is_scalex::before {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.js_scalex.hp_delay_time2.is_scalex img {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.js_scalex.hp_delay_time2.is_scalex::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.js_scalex.hp_delay_time3.is_scalex img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.js_scalex.hp_delay_time3.is_scalex::before {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.js_scalex.hp_delay_time4.is_scalex img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.js_scalex.hp_delay_time4.is_scalex::before {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes scaleXAnime {
  from {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes scaleXAnime {
  from {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*==================================================
ふわっ
===================================*/
/* その場で */
.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: fadeUpAnime 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: fadeUpAnime 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  opacity: 0;
}

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -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: 0.5s;
          animation-duration: 0.5s;
  -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: 0.5s;
          animation-duration: 0.5s;
  -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: #88adc0; /*伸びる背景色の設定*/
}

@-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: #88adc0; /*伸びる背景色の設定*/
}

@-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: #88adc0; /*伸びる背景色の設定*/
}

@-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: #88adc0; /*伸びる背景色の設定*/
}

@-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_time0 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.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;
}

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

.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;
}

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

/* ======================================
    .js_pageTop
====================================== */
.bl_pageTop {
  width: 102px;
  height: auto;
  cursor: pointer;
  position: fixed;
  bottom: 47px;
  right: 20px;
  background: transparent;
  z-index: 10010;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 1024px) {
  .bl_pageTop {
    bottom: 130px;
    right: 8%;
  }
}
@media screen and (min-width: 1280px) {
  .bl_pageTop {
    right: 120px;
  }
}
.bl_pageTop img {
  width: 100%;
  height: auto;
}
.bl_pageTop.is_active {
  bottom: 50px;
}

/* ======================================
    .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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  inline-size: 100%;
  max-inline-size: 190px;
  block-size: 43px;
  padding: 8px 40px 8px 32px;
  background: #fff;
  border-radius: 100vw;
  font-size: clamp(15px, 14.4221879815px + 0.1540832049vw, 16px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1 + 0 * var(--_lh-t));
  letter-spacing: clamp(0.1em, 0.1em + 0vw, 0.1em);
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  color: #222 !important;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (min-width: 1024px) {
  .el_btn {
    max-inline-size: 230px;
    block-size: 50px;
    padding: 8px 40px 8px 44px;
  }
}
.el_btn:focus-visible {
  outline: 2px solid #35608e;
  outline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .el_btn:hover {
    background: #f8f8f8;
    opacity: 1;
  }
  .el_btn:hover .el_btnIcon::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.el_btn.el_btn_line {
  border: 1px solid #a7a7a7;
}
.el_btn.el_btn_lineWite {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}
.el_btn.el_btn_lineWite .el_btnIcon::before {
  background: #fff;
}
.el_btn.el_btn_lineWite .el_btnIcon::after {
  background-color: #009dd3;
}
.el_btn.el_btn_backtolist {
  max-inline-size: 100%;
  block-size: 61px;
  padding: 8px 40px 8px 32px;
  margin: 0 auto;
  border: 1px solid #a7a7a7;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 600px) {
  .el_btn.el_btn_backtolist {
    max-inline-size: -webkit-fit-content;
    max-inline-size: -moz-fit-content;
    max-inline-size: fit-content;
    padding: 8px 70px 8px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_backtolist {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
}
.el_btn.el_btn_backtolist .el_iconList {
  display: inline-block;
  margin-right: 18px;
}
.el_btn.el_btn_backtolist .el_btnIcon {
  inset-inline-end: 23px;
}

.el_btnIcon {
  background: transparent;
  border-radius: 100%;
  display: block;
  inline-size: 30px;
  block-size: 30px;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .el_btnIcon {
    inset-inline-end: 19px;
  }
}
.el_btnIcon::before {
  content: "";
  background: #009dd3;
  border-radius: 50%;
  display: block;
  inline-size: 100%;
  block-size: 100%;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.33);
          transform: translate(-50%, -50%) scale(0.33);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.el_btnIcon::after {
  content: "";
  display: inline-block;
  /* デフォルト：右向き矢印 */
  inline-size: 7px;
  block-size: 11px;
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 8"><path d="M5.5 4 1.33 0 .5.798 3.833 4 .5 7.202 1.33 8l3.334-3.197L5.5 4Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 8"><path d="M5.5 4 1.33 0 .5.798 3.833 4 .5 7.202 1.33 8l3.334-3.197L5.5 4Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

@media (hover: hover) and (pointer: fine) {
  .el_btn:hover .el_btnIcon::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
/* タッチ主体ではJSで .is-anim を付ける想定 */
.el_btn.is-anim .el_btnIcon::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/* 低モーション環境 */
@media (prefers-reduced-motion: reduce) {
  .el_btn,
  .el_btnIcon::before,
  .el_btnIcon::after {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/* =================================================
    .bl_fv
=================================================== */
#sec_fv {
  position: relative;
  width: 100%;
  height: 100dvh;
  aspect-ratio: 375/606;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #sec_fv {
    aspect-ratio: 1900/967;
  }
}
#sec_fv .bl_fv_slideWrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#sec_fv .bl_fv_slide {
  position: relative;
  width: 100%;
  height: 100%;
}
#sec_fv .bl_fv_slide .swiper-slide,
#sec_fv .bl_fv_slide .bl_fv_bg {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #sec_fv .bl_fv_slide .swiper-slide,
  #sec_fv .bl_fv_slide .bl_fv_bg {
    aspect-ratio: auto;
  }
}
#sec_fv .bl_fv_slide .swiper-slide img,
#sec_fv .bl_fv_slide .swiper-slide .el_fv_video,
#sec_fv .bl_fv_slide .bl_fv_bg img,
#sec_fv .bl_fv_slide .bl_fv_bg .el_fv_video {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec_fv .ly_sec_inner {
  position: absolute;
  inset: 0;
  height: 100%;
  z-index: 111;
}
@media screen and (min-width: 1024px) {
  #sec_fv .ly_sec_inner {
    max-width: 1710px;
  }
}
#sec_fv .bl_fv_content {
  position: absolute;
  left: 20px;
  bottom: 50px;
  width: 89.3333333333%;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  #sec_fv .bl_fv_content {
    width: 96.875%;
    left: calc(30px + 30px);
    top: 35%;
    bottom: auto;
  }
}
#sec_fv .bl_fv_content .bl_fv_ttl {
  font-size: clamp(23px, 8.5546995378px + 3.8520801233vw, 48px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.652173913 + -0.027173913 * var(--_lh-t));
  letter-spacing: clamp(0.05em, 0.05em + 0vw, 0.05em);
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6), 0 0 7px rgba(0, 0, 0, 0.6), 0 0 8px rgba(0, 0, 0, 0.6);
}
#sec_fv .bl_fv_content .bl_fv_lead {
  margin: 10px 0 27px;
  font-size: clamp(12px, 7.3775038521px + 1.2326656394vw, 20px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.8333333333 + -0.1333333333 * var(--_lh-t));
  letter-spacing: clamp(0.08em, 0.08em + 0vw, 0.08em);
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6), 0 0 7px rgba(0, 0, 0, 0.6), 0 0 8px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 1024px) {
  #sec_fv .bl_fv_content .bl_fv_lead {
    margin: 18px 0 120px;
  }
}
#sec_fv .bl_fv_content .bl_fv_lead span {
  display: block;
}
@media screen and (min-width: 768px) {
  #sec_fv .bl_fv_content .bl_fv_lead span {
    display: inline-block;
    margin-left: 1em;
  }
}
@media screen and (min-width: 1024px) {
  #sec_fv .bl_fv_content .el_btn {
    margin-left: auto;
    margin-right: 44px;
    max-width: 230px;
    height: 50px;
    padding-left: 35px;
  }
  #sec_fv .bl_fv_content .el_btn .el_btnIcon {
    inset-inline-end: 18px;
  }
}

/* =================================================
    #sec_topTechnology
=================================================== */
#sec_topTechnology {
  padding-top: clamp(50px, 38.4437596302px + 3.0816640986vw, 70px);
  padding-bottom: clamp(50px, 38.4437596302px + 3.0816640986vw, 70px);
  background: url(../images/top/bkg_technology_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  #sec_topTechnology {
    background: url(../images/top/bkg_technology.jpg) no-repeat center center/cover;
  }
}
#sec_topTechnology .ly_sec_inner {
  max-width: 1708px;
}
#sec_topTechnology h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 23.3328197227px + 2.311248074vw, 47px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1 + 0 * var(--_lh-t));
  letter-spacing: clamp(0.05em, 0.0211093991em + 0.0077041602vw, 0.1em);
  color: #fff;
}
#sec_topTechnology .ly_flex {
  margin-top: clamp(33px, 17.3990755008px + 4.1602465331vw, 60px);
}
@media screen and (min-width: 1024px) {
  #sec_topTechnology .ly_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: 1024px) {
  #sec_topTechnology .ly_flex .ly_flex_box.ly_flex_box1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.0388349515%;
            flex: 0 0 57.0388349515%;
  }
}
@media screen and (min-width: 1024px) {
  #sec_topTechnology .ly_flex .ly_flex_box.ly_flex_box2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.8883495146%;
            flex: 0 0 32.8883495146%;
  }
}
@media screen and (min-width: 1024px) {
  #sec_topTechnology .el_fixCard {
    position: sticky;
    top: 76px;
  }
}
#sec_topTechnology .el_fixCard .el_fixCard_thum {
  border-radius: 7px;
  aspect-ratio: 335/235;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #sec_topTechnology .el_fixCard .el_fixCard_thum {
    aspect-ratio: 940/650;
    border-radius: 10px;
  }
}
#sec_topTechnology .el_fixCard .el_fixCard_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec_topTechnology .el_fixCard h3 {
  margin-top: clamp(30px, 18.4437596302px + 3.0816640986vw, 50px);
  font-size: clamp(26px, 17.9106317411px + 2.157164869vw, 40px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1 + 0 * var(--_lh-t));
  letter-spacing: clamp(0.025em, -0.0038906009em + 0.0077041602vw, 0.075em);
  color: #fff;
}
#sec_topTechnology .el_fixCard p {
  margin-top: clamp(20px, 14.2218798151px + 1.5408320493vw, 30px);
  font-size: clamp(15px, 15px + 0vw, 15px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.8666666667 + 0.2666666667 * var(--_lh-t));
  letter-spacing: clamp(0.075em, 0.1038906009em + -0.0077041602vw, 0.025em);
  color: #fff;
}
#sec_topTechnology .el_fixCard .el_btnWrap {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  #sec_topTechnology .el_fixCard .el_btnWrap {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
#sec_topTechnology .el_fixCard .el_btnWrap .el_btn {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #sec_topTechnology .el_fixCard .el_btnWrap .el_btn {
    margin: 0;
  }
}
#sec_topTechnology .bl_topTechnology_sub ul {
  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: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  #sec_topTechnology .bl_topTechnology_sub ul {
    gap: 100px;
  }
}
#sec_topTechnology .bl_topTechnology_sub .el_card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  background: transparent;
  width: 100%;
  height: auto;
}
@media (hover: hover) and (pointer: fine) {
  #sec_topTechnology .bl_topTechnology_sub .el_card a:hover {
    opacity: 1;
  }
  #sec_topTechnology .bl_topTechnology_sub .el_card a:hover .el_cont h3 .el_btnIcon::before {
    border: 1px solid white;
  }
}
#sec_topTechnology .bl_topTechnology_sub .el_card a .el_thum {
  aspect-ratio: 335/160;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #sec_topTechnology .bl_topTechnology_sub .el_card a .el_thum {
    aspect-ratio: 542/320;
    border-radius: 10px;
  }
}
#sec_topTechnology .bl_topTechnology_sub .el_card a .el_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec_topTechnology .bl_topTechnology_sub .el_card a .el_cont {
  width: 100%;
  margin-top: clamp(17px, 14.1109399076px + 0.7704160247vw, 22px);
}
#sec_topTechnology .bl_topTechnology_sub .el_card a .el_cont h3 {
  position: relative;
  padding-right: 50px;
  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;
  font-size: clamp(21px, 15.7996918336px + 1.3867488444vw, 30px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.4761904762 + 0.0238095238 * var(--_lh-t));
  letter-spacing: clamp(0.075em, 0.075em + 0vw, 0.075em);
  color: #fff;
}
#sec_topTechnology .bl_topTechnology_sub .el_card a .el_cont h3 .el_btnIcon {
  width: 43px;
  height: 43px;
  inset-inline-end: 0;
  border: 1px solid white;
}
@media screen and (min-width: 1024px) {
  #sec_topTechnology .bl_topTechnology_sub .el_card a .el_cont h3 .el_btnIcon {
    border: 1px solid rgba(255, 255, 255, 0.7);
  }
}
#sec_topTechnology .bl_topTechnology_sub .el_card a .el_cont h3 .el_btnIcon::before {
  background: #fff;
  -webkit-transform: translate(-50%, -50%) scale(0.22);
          transform: translate(-50%, -50%) scale(0.22);
}

/* =================================================
    #sec_topProducts
=================================================== */
#sec_topProducts {
  padding-top: clamp(45px, 30.5546995378px + 3.8520801233vw, 70px);
  padding-bottom: clamp(50px, 32.6656394453px + 4.6224961479vw, 80px);
  /* =================================================　*/
}
#sec_topProducts h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 23.3328197227px + 2.311248074vw, 47px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1 + 0 * var(--_lh-t));
  letter-spacing: clamp(0.05em, 0.05em + 0vw, 0.05em);
  color: #222;
}
#sec_topProducts .ly_sec_inner {
  position: relative;
  max-width: 1708px;
}
#sec_topProducts .bl_products_slideWrap {
  position: relative;
  margin-top: clamp(38px, 29.3328197227px + 2.311248074vw, 53px);
  overflow: hidden;
  margin-right: calc(50% - 50vw);
}
#sec_topProducts .bl_products_slideWrap .swiper {
  overflow: visible;
}
#sec_topProducts .bl_products_slideWrap .swiper .swiper-slide {
  border-radius: 6px;
  overflow: hidden;
}
#sec_topProducts .bl_products_slideWrap .swiper .swiper-slide a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ededed;
}
#sec_topProducts .bl_products_slideWrap .swiper .swiper-slide .el_thum {
  aspect-ratio: 246/164;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#sec_topProducts .bl_products_slideWrap .swiper .swiper-slide .el_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec_topProducts .bl_products_slideWrap .swiper .swiper-slide .el_cont {
  text-align: center;
  padding: 8px;
}
@media screen and (min-width: 1024px) {
  #sec_topProducts .bl_products_slideWrap .swiper .swiper-slide .el_cont {
    padding: 18px 18px 11px;
  }
}
#sec_topProducts .bl_products_slideWrap .swiper .swiper-slide .el_cont h3 {
  font-size: clamp(15px, 13.844375963px + 0.3081664099vw, 17px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.4666666667 + 0.062745098 * var(--_lh-t));
  letter-spacing: clamp(0.025em, 0.0105546995em + 0.0038520801vw, 0.05em);
  font-weight: 500;
  color: #222;
}
#sec_topProducts .bl_products_slideWrap .swiper-pagination {
  position: static;
  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;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 43px;
}
@media screen and (min-width: 1024px) {
  #sec_topProducts .bl_products_slideWrap .swiper-pagination {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 49px auto 14px;
  }
}
#sec_topProducts .bl_products_slideWrap .swiper-pagination .swiper-pagination-bullet {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 38px;
  height: 1px;
  background: #222;
  margin: 0 !important;
  border-radius: 0;
  opacity: 1;
}
#sec_topProducts .bl_products_slideWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  min-width: 15px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100vw;
  border: 2px solid #222;
}
#sec_topProducts .bl_products_slideWrap.is_noslide {
  margin-right: auto;
}
#sec_topProducts .bl_products_slideWrap.is_noslide .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 38px;
}
#sec_topProducts .bl_products_slideWrap.is_noslide .swiper-wrapper .swiper-slide {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  max-width: 246px;
}
@media screen and (min-width: 768px) {
  #sec_topProducts .bl_products_slideWrap.is_noslide .swiper-wrapper .swiper-slide {
    max-width: 384px;
  }
}
#sec_topProducts .bl_products_slideWrap.is_noslide .swiper-button-prev,
#sec_topProducts .bl_products_slideWrap.is_noslide .swiper-button-next,
#sec_topProducts .bl_products_slideWrap.is_noslide .swiper-pagination {
  display: none;
}
@media screen and (min-width: 1024px) {
  #sec_topProducts .el_btnWrap {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 230px;
  }
}
#sec_topProducts .el_btnWrap .el_btn {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #sec_topProducts .el_btnWrap .el_btn {
    margin: 0;
  }
}
#sec_topProducts .slider__scrollbar {
  width: 40%;
  max-width: 230px;
  height: 100%;
  position: relative;
  margin: 30px auto 43px 0;
}
@media screen and (min-width: 1024px) {
  #sec_topProducts .slider__scrollbar {
    width: 30%;
    margin: 49px auto 14px 0;
  }
}
#sec_topProducts .slider__scrollbar::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sec_topProducts .slider__btn {
  min-width: 15px;
  width: 15px;
  height: 15px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 50%;
  cursor: pointer;
}

/* =================================================
    #sec_news
=================================================== */
#sec_topNews {
  position: relative;
  z-index: 1;
  padding-top: clamp(50px, 25.1540832049px + 6.625577812vw, 93px);
  padding-bottom: clamp(40px, 11.1093990755px + 7.7041602465vw, 90px);
  background: #f2f2f2;
}
#sec_topNews .ly_sec_inner {
  position: relative;
  max-width: 1708px;
}
#sec_topNews .ly_flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
}
@media screen and (min-width: 1024px) {
  #sec_topNews .ly_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 89px;
  }
}
#sec_topNews .bl_topNews_menu {
  display: grid;
  grid-template-areas: "ttl btn" "menu menu";
}
@media screen and (min-width: 1024px) {
  #sec_topNews .bl_topNews_menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    display: block;
    row-gap: 16px;
  }
}
#sec_topNews .bl_topNews_menu h2 {
  grid-area: ttl;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: clamp(30px, 23.0662557781px + 1.8489984592vw, 42px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1 + 0 * var(--_lh-t));
  letter-spacing: clamp(0.05em, 0.05em + 0vw, 0.05em);
  color: #222;
}
#sec_topNews .bl_topNews_menu ul {
  grid-area: menu;
  display: grid;
  grid-template-columns: 46% 50%;
  gap: 15px;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
@media screen and (min-width: 1024px) {
  #sec_topNews .bl_topNews_menu ul {
    grid-template-columns: repeat(1, auto);
    margin-top: 40px;
    display: block;
  }
}
#sec_topNews .bl_topNews_menu ul li {
  width: 90%;
  padding-left: 26px;
}
@media screen and (min-width: 1024px) {
  #sec_topNews .bl_topNews_menu ul li {
    margin-top: 21px;
  }
}
#sec_topNews .bl_topNews_menu ul li a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(14px, 12.844375963px + 0.3081664099vw, 16px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1 + 0 * var(--_lh-t));
  letter-spacing: clamp(0.025em, 0.025em + 0vw, 0.025em);
  color: #646464;
}
#sec_topNews .bl_topNews_menu ul li a.is-active {
  color: #009dd3;
}
#sec_topNews .bl_topNews_menu ul li a.is-active::before {
  content: "ー";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sec_topNews .bl_topNews_menu .el_btnWrap {
  grid-area: btn;
}
@media screen and (min-width: 1024px) {
  #sec_topNews .bl_topNews_menu .el_btnWrap {
    margin-top: 37px;
  }
}
#sec_topNews .bl_topNews_menu .el_btnWrap .el_btn {
  width: 143px;
  height: 35px;
  margin-left: auto;
  margin-right: 0;
  font-size: clamp(14px, 13.4221879815px + 0.1540832049vw, 15px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1 + 0 * var(--_lh-t));
  letter-spacing: clamp(0.075em, 0.075em + 0vw, 0.075em);
  padding: 8px 20px;
}
@media screen and (min-width: 1024px) {
  #sec_topNews .bl_topNews_menu .el_btnWrap .el_btn {
    width: 150px;
    margin: 0;
  }
}
#sec_topNews .bl_topNews_menu .el_btnWrap .el_btn .el_btnIcon {
  inset-inline-end: 7px;
}
#sec_topNews .bl_topNews_list {
  display: none;
}
#sec_topNews .bl_topNews_list.is-active {
  display: block;
}
#sec_topNews .bl_topNews_list[hidden] {
  display: none !important;
}
#sec_topNews .bl_topNews_menu .js_tab {
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  cursor: pointer;
}
#sec_topNews .bl_topNews_menu .js_tab.is-active {
  color: #009dd3;
}
#sec_topNews .bl_topNews_list > 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: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  #sec_topNews .bl_topNews_list > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    row-gap: 20px;
  }
}
#sec_topNews .bl_topNews_list > ul .el_card {
  position: relative;
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  grid-template-areas: "cont thum";
  grid-template-columns: 67.2131147541% 29.5081967213%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  padding: 15px;
  gap: 3.2786885246%;
}
@media screen and (min-width: 1024px) {
  #sec_topNews .bl_topNews_list > ul .el_card {
    grid-template-areas: "thum cont";
    grid-template-columns: 21.1678832117% 1fr;
    grid-template-rows: 1fr 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    row-gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  #sec_topNews .bl_topNews_list > ul .el_card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 28px) / 2);
            flex: 0 0 calc((100% - 28px) / 2);
  }
}
@media (hover: hover) and (pointer: fine) {
  #sec_topNews .bl_topNews_list > ul .el_card > a:hover {
    opacity: 1;
  }
  #sec_topNews .bl_topNews_list > ul .el_card > a:hover::after {
    z-index: 0;
    background: rgba(231, 239, 242, 0.3);
  }
}
#sec_topNews .bl_topNews_list > ul .el_card > a::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sec_topNews .bl_topNews_list > ul .el_card > a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sec_topNews .bl_topNews_list > ul .el_card .el_thum {
  grid-area: thum;
  aspect-ratio: 1/1;
  border-radius: 6px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #sec_topNews .bl_topNews_list > ul .el_card .el_thum {
    width: 100%;
    height: 100%;
    border-radius: 7px 0 0 7px;
  }
}
#sec_topNews .bl_topNews_list > ul .el_card .el_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec_topNews .bl_topNews_list > ul .el_card .el_cont {
  grid-area: cont;
}
@media screen and (min-width: 1024px) {
  #sec_topNews .bl_topNews_list > ul .el_card .el_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 22px 20px 15px 0;
  }
}
#sec_topNews .bl_topNews_list > ul .el_card .el_cont .fadeIn {
  pointer-events: none;
}
#sec_topNews .bl_topNews_list > ul .el_card .el_cont time {
  display: block;
  margin-top: -6px;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: clamp(15px, 14.4221879815px + 0.1540832049vw, 16px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.5333333333 + -0.0333333333 * var(--_lh-t));
  letter-spacing: clamp(0em, 0em + 0vw, 0em);
}
#sec_topNews .bl_topNews_list > ul .el_card .el_cont p {
  margin-top: 10px;
  font-size: clamp(15px, 14.4221879815px + 0.1540832049vw, 16px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.5333333333 + -0.0333333333 * var(--_lh-t));
  letter-spacing: clamp(0em, 0em + 0vw, 0em);
}
@media screen and (min-width: 1024px) {
  #sec_topNews .bl_topNews_list > ul .el_card .el_cont p {
    margin-top: 6px;
    margin-bottom: 18px;
  }
}
#sec_topNews .bl_topNews_list > ul .el_card .el_cont .el_catList {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 6px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 20px;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  #sec_topNews .bl_topNews_list > ul .el_card .el_cont .el_catList {
    margin-top: auto;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
#sec_topNews .bl_topNews_list > ul .el_card .el_cont .el_catList > li.is_current a {
  background: #35608e;
  color: #fff;
}
#sec_topNews .bl_topNews_list > ul .el_card .el_cont .el_catList > li a {
  padding: 2px 8px 4px;
  border: 1px solid #35608e;
  border-radius: 4px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(14px, 13.4221879815px + 0.1540832049vw, 15px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1 + 0 * var(--_lh-t));
  letter-spacing: clamp(0.025em, 0.025em + 0vw, 0.025em);
}
@media screen and (min-width: 1024px) {
  #sec_topNews .bl_topNews_list > ul .el_card .el_cont .el_catList > li a {
    padding: 1px 5px 3px;
  }
}
#sec_topNews .bl_topNews_list > ul .el_card .el_cont .el_catList > li a:hover {
  opacity: 1;
  background: #35608e;
  color: #fff;
}

/* =================================================
    #sec_topRecruit
=================================================== */
#sec_topRecruit {
  padding-top: clamp(36px, -43.1602465331px + 21.1093990755vw, 173px);
  padding-bottom: clamp(40px, -36.2711864407px + 20.3389830508vw, 172px);
  background: url(../images/top/top_band_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  #sec_topRecruit {
    background: url(../images/top/top_band.jpg) no-repeat center center/cover;
  }
}
#sec_topRecruit .ly_sec_inner {
  position: relative;
  max-width: 1460px;
}
#sec_topRecruit .ly_flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  #sec_topRecruit .ly_flex {
    -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;
  }
}
@media screen and (min-width: 1024px) {
  #sec_topRecruit .ly_flex .ly_flex_box:first-of-type {
    padding-left: 96px;
  }
  #sec_topRecruit .ly_flex .ly_flex_box:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
    padding-top: 28px;
  }
}
#sec_topRecruit h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 23.3328197227px + 2.311248074vw, 47px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1 + 0 * var(--_lh-t));
  letter-spacing: clamp(0.05em, 0.05em + 0vw, 0.05em);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #sec_topRecruit h2 {
    text-align: left;
  }
}
#sec_topRecruit p {
  margin-top: 20px;
  font-size: clamp(15px, 12.1109399076px + 0.7704160247vw, 20px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.8666666667 + -0.2666666667 * var(--_lh-t));
  letter-spacing: clamp(0.05em, 0.05em + 0vw, 0.05em);
  color: #fff;
}
@media screen and (min-width: 1024px) {
  #sec_topRecruit p {
    margin-top: 28px;
    text-align: left;
  }
}
#sec_topRecruit .el_btn {
  margin: 0 auto;
}

/* =================================================
    .bl_pageheader
=================================================== */
.bl_pageheader {
  position: relative;
  padding-top: clamp(20px, -32.0030816641px + 13.8674884438vw, 110px);
  padding-bottom: clamp(20px, -32.0030816641px + 13.8674884438vw, 110px);
}
.bl_pageheader .ly_sec_inner {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1710px;
}
@media screen and (min-width: 1024px) {
  .bl_pageheader .ly_sec_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.bl_pageheader picture {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .bl_pageheader picture {
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
  }
}
.bl_pageheader picture img {
  max-width: 100vw;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9px;
}
@media screen and (min-width: 1024px) {
  .bl_pageheader picture img {
    max-width: 100%;
    border-radius: 10px;
  }
}
.bl_pageheader h1 {
  font-size: clamp(24px, 12.4437596302px + 3.0816640986vw, 44px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.3333333333 + -0.3333333333 * var(--_lh-t));
  letter-spacing: clamp(0.05em, 0.05em + 0vw, 0.05em);
  font-weight: 500;
  color: #222;
}

/* =================================================
    #sec_archiveNews 
=================================================== */
#sec_archiveNews {
  position: relative;
  z-index: 1;
  padding-top: 36px;
  padding-bottom: clamp(30px, -39.3374422188px + 18.4899845917vw, 150px);
}
@media screen and (min-width: 1024px) {
  #sec_archiveNews {
    padding-top: 12px;
  }
}
#sec_archiveNews .ly_sec_inner {
  position: relative;
}
#sec_archiveNews .ly_flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 1024px) {
  #sec_archiveNews .ly_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
    overflow: visible;
  }
  #sec_archiveNews .ly_flex .ly_flex_box:nth-of-type(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-height: 100%;
    overflow: visible;
  }
}
@media screen and (min-width: 1024px) {
  #sec_archiveNews .bl_news_menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    margin-top: 40px;
    position: sticky;
    top: 140px;
    left: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 1;
  }
}
#sec_archiveNews .bl_news_menu ul {
  grid-area: menu;
  display: grid;
  grid-template-columns: 46% 50%;
  gap: 15px;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
@media screen and (min-width: 1024px) {
  #sec_archiveNews .bl_news_menu ul {
    margin-top: 20px;
    display: block;
  }
}
#sec_archiveNews .bl_news_menu ul li {
  padding-left: 18px;
}
@media screen and (min-width: 1024px) {
  #sec_archiveNews .bl_news_menu ul li {
    padding-left: 28px;
  }
  #sec_archiveNews .bl_news_menu ul li + li {
    margin-top: 34px;
  }
}
#sec_archiveNews .bl_news_menu ul li a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(14px, 12.844375963px + 0.3081664099vw, 16px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1 + 0 * var(--_lh-t));
  letter-spacing: clamp(0.025em, 0.025em + 0vw, 0.025em);
  color: #646464;
  cursor: pointer;
}
#sec_archiveNews .bl_news_menu ul li a.is-active {
  color: #35608e;
}
#sec_archiveNews .bl_news_menu ul li a.is-active::before {
  content: "ー";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  #sec_archiveNews .bl_news_menu ul li a.is-active::before {
    left: -29px;
  }
}
#sec_archiveNews .bl_topNews_list > 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: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px;
}
@media screen and (min-width: 1024px) {
  #sec_archiveNews .bl_topNews_list > ul {
    gap: 0;
  }
}
#sec_archiveNews .bl_topNews_list > ul .el_card {
  width: 100%;
  position: relative;
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  grid-template-areas: "cont thum";
  grid-template-columns: 65.671641791% 26.8656716418%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  overflow: hidden;
  gap: 7.4626865672%;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
}
@media screen and (min-width: 1024px) {
  #sec_archiveNews .bl_topNews_list > ul .el_card {
    grid-template-areas: "thum cont";
    grid-template-columns: 21.1678832117% 78.8321167883%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 14px);
            flex: 0 0 calc(50% - 14px);
    padding: 30px;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #sec_archiveNews .bl_topNews_list > ul .el_card > a:hover {
    opacity: 1;
  }
  #sec_archiveNews .bl_topNews_list > ul .el_card > a:hover::after {
    background: #e7eff2;
  }
  #sec_archiveNews .bl_topNews_list > ul .el_card > a:hover ~ .el_btnIcon::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  #sec_archiveNews .bl_topNews_list > ul .el_card > a:hover ~ .el_btnIcon::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
#sec_archiveNews .bl_topNews_list > ul .el_card > a::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sec_archiveNews .bl_topNews_list > ul .el_card > a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sec_archiveNews .bl_topNews_list > ul .el_card .el_thum {
  grid-area: thum;
  aspect-ratio: 1/1;
  border-radius: 6px;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  #sec_archiveNews .bl_topNews_list > ul .el_card .el_thum {
    border-radius: 7px;
  }
}
#sec_archiveNews .bl_topNews_list > ul .el_card .el_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec_archiveNews .bl_topNews_list > ul .el_card .el_cont {
  grid-area: cont;
}
@media screen and (min-width: 1024px) {
  #sec_archiveNews .bl_topNews_list > ul .el_card .el_cont {
    padding: 7px 70px 15px 10px;
  }
}
#sec_archiveNews .bl_topNews_list > ul .el_card .el_cont time {
  display: block;
  margin-top: -6px;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  font-size: clamp(15px, 14.4221879815px + 0.1540832049vw, 16px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.5333333333 + -0.0333333333 * var(--_lh-t));
  letter-spacing: clamp(0em, 0em + 0vw, 0em);
}
#sec_archiveNews .bl_topNews_list > ul .el_card .el_cont p {
  margin-top: 10px;
  font-size: clamp(15px, 14.4221879815px + 0.1540832049vw, 16px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.5333333333 + -0.0333333333 * var(--_lh-t));
  letter-spacing: clamp(0em, 0em + 0vw, 0em);
}
@media screen and (min-width: 1024px) {
  #sec_archiveNews .bl_topNews_list > ul .el_card .el_cont p {
    margin-top: 6px;
  }
}
#sec_archiveNews .bl_topNews_list > ul .el_card .el_cont .el_catList {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 6px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-top: 20px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #sec_archiveNews .bl_topNews_list > ul .el_card .el_cont .el_catList {
    margin-top: 26px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
#sec_archiveNews .bl_topNews_list > ul .el_card .el_cont .el_catList > li.is_current a {
  background: #35608e;
  color: #fff;
}
#sec_archiveNews .bl_topNews_list > ul .el_card .el_cont .el_catList > li a {
  padding: 2px 8px 4px;
  border: 1px solid #35608e;
  border-radius: 4px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(14px, 13.4221879815px + 0.1540832049vw, 15px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1 + 0 * var(--_lh-t));
  letter-spacing: clamp(0.025em, 0.025em + 0vw, 0.025em);
}
@media screen and (min-width: 1024px) {
  #sec_archiveNews .bl_topNews_list > ul .el_card .el_cont .el_catList > li a {
    padding: 1px 5px 3px;
  }
}
#sec_archiveNews .bl_topNews_list > ul .el_card .el_cont .el_catList > li a:hover {
  opacity: 1;
  background: #35608e;
  color: #fff;
}
#sec_archiveNews .bl_topNews_list > ul .el_card .el_btnIcon {
  display: none;
}
@media screen and (min-width: 1024px) {
  #sec_archiveNews .bl_topNews_list > ul .el_card .el_btnIcon {
    display: block;
    z-index: -1;
  }
}
#sec_archiveNews .bl_btnWrap {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  #sec_archiveNews .bl_btnWrap {
    margin-top: 120px;
  }
}

/* =================================================
    .bl_single
=================================================== */
.bl_single {
  padding-top: clamp(30px, 21.9106317411px + 2.157164869vw, 44px);
  padding-bottom: clamp(50px, 26.8875192604px + 6.1633281972vw, 90px);
}
.bl_single .ly_grid__post {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_single .ly_grid {
    display: grid;
    grid-template-areas: "header header" "post post" "btn btn";
  }
  .bl_single .ly_grid .ly_grid__header {
    grid-area: header;
  }
  .bl_single .ly_grid .ly_grid__post {
    grid-area: post;
    margin-top: 55px;
  }
  .bl_single .ly_grid .ly_grid__btn {
    grid-area: btn;
  }
}
@media screen and (min-width: 1280px) {
  .bl_single .ly_grid {
    grid-template-areas: "header header" "post post" "btn btn";
  }
}
.bl_single_header {
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .bl_single_header {
    margin-bottom: 0;
  }
}
.bl_single_header time {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .bl_single_header time {
    margin-bottom: 18px;
  }
}
.bl_single_header .el_singleTtl {
  position: relative;
  margin-bottom: 16px;
  font-size: clamp(21px, 11.1771956857px + 2.6194144838vw, 38px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.5238095238 + -0.1027568922 * var(--_lh-t));
  letter-spacing: clamp(0.05em, 0.05em + 0vw, 0.05em);
  color: #222;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .bl_single_header .el_singleTtl {
    margin-bottom: 52px;
  }
}
.bl_single_header .el_catList {
  position: relative;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 3px;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  margin-top: 23px;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .bl_single_header .el_catList {
    margin-top: 18px;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
.bl_single_header .el_catList > li.is_current a {
  background: #35608e;
  color: #fff;
}
.bl_single_header .el_catList > li a {
  padding: 2px 8px 4px;
  border: 1px solid #35608e;
  border-radius: 4px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(14px, 13.4221879815px + 0.1540832049vw, 15px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1 + 0 * var(--_lh-t));
  letter-spacing: clamp(0.025em, 0.025em + 0vw, 0.025em);
}
@media screen and (min-width: 1024px) {
  .bl_single_header .el_catList > li a {
    padding: 1px 5px 3px;
  }
}
.bl_single_header .el_catList > li a:hover {
  opacity: 1;
  background: #35608e;
  color: #fff;
}
.bl_single .el_thum {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 350px;
  height: 100%;
  margin-top: 30px;
  border-radius: 17px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .bl_single .el_thum {
    margin-top: 4px;
    border-radius: 18px;
  }
}
.bl_single .el_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_single .bl_btnWrap {
  margin-top: 100px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_single .bl_btnWrap {
    margin-top: 120px;
  }
}
.bl_single .bl_btnWrap .el_btn_line {
  width: 200px;
  height: 55px;
}
@media screen and (min-width: 768px) {
  .bl_single .bl_btnWrap .el_btn_line {
    width: 360px;
    height: 70px;
  }
}

/* =================================================
    .bl_sitemap
=================================================== */
.bl_sitemap {
  padding-top: clamp(27px, 15.4437596302px + 3.0816640986vw, 47px);
  padding-bottom: clamp(40px, -9.1140215716px + 13.0970724191vw, 125px);
}
@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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 7.5%;
    row-gap: 20px;
  }
}
.bl_sitemap_list {
  margin-bottom: 35px;
}
.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 calc((100% - 90px) / 2);
            flex: 0 0 calc((100% - 90px) / 2);
    margin-bottom: 0;
  }
}
.bl_sitemap_list > li {
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  .bl_sitemap_list > li {
    margin-bottom: 32px;
  }
}
.bl_sitemap_list > li > a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 11px;
  border-bottom: 1px solid #88adc0;
  font-size: clamp(19px, 17.844375963px + 0.3081664099vw, 21px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.4736842105 + -0.0927318296 * var(--_lh-t));
  letter-spacing: clamp(0.025em, 0.025em + 0vw, 0.025em);
  color: #222;
  font-weight: 500;
}
.bl_sitemap_list > li > ul {
  margin-top: 17px;
}
@media screen and (min-width: 1024px) {
  .bl_sitemap_list > li > ul {
    margin-top: 23px;
  }
}
.bl_sitemap_list > li > ul > li > a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
  font-size: clamp(17px, 16.4221879815px + 0.1540832049vw, 18px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.4705882353 + 0.1960784314 * var(--_lh-t));
  letter-spacing: clamp(0.05em, 0.05em + 0vw, 0.05em);
  color: #222;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .bl_sitemap_list > li > ul > li > a {
    padding-left: 24px;
  }
}
.bl_sitemap_list > li > ul > li > ul {
  padding-left: 15px;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .bl_sitemap_list > li > ul > li > ul {
    padding-left: 25px;
  }
}
.bl_sitemap_list > li > ul > li > ul > li {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .bl_sitemap_list > li > ul > li > ul > li {
    margin-bottom: 12px;
  }
}
.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: clamp(15px, 15px + 0vw, 15px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.7333333333 + 0 * var(--_lh-t));
  letter-spacing: clamp(0em, 0em + 0vw, 0em);
  color: #222;
}
.bl_sitemap_list > li > ul > li > ul > li > a::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.bl_sitemap_list > li > ul > li > ul > li > ul {
  padding-left: 40px;
  margin-top: 7px;
}
@media screen and (min-width: 1024px) {
  .bl_sitemap_list > li > ul > li > ul > li > ul {
    padding-left: 50px;
    margin-top: 9px;
  }
}
.bl_sitemap_list > li > ul > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0em;
  padding-left: 20px;
  color: #222;
}

/* =================================================
    .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_pageContact .wpcf7 {
  margin-top: clamp(40px, 34.2218798151px + 1.5408320493vw, 50px);
}

/* =================================================
    .記事詳細ページ 
=================================================== */
.bl_post {
  /* -----------------------------------------------------
    クリック/ホバー時のアイコンアニメ（出現）
  ----------------------------------------------------- */
  /* 低モーション環境 */
}
.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_alignCenter, .bl_post .block_alignRight, .bl_post .block_alignLeft {
  margin-inline: auto !important;
}
@media screen and (min-width: 768px) {
  .bl_post .block_alignLeft {
    margin-inline: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .bl_post .block_alignRight {
    margin-inline: 0 0 0 auto !important;
  }
}
.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;
  gap: 15px;
  row-gap: 10px;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_postjumpNavi {
    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;
    gap: 22px;
    text-align: center;
  }
}
.bl_post .el_postjumpNavi li {
  padding-right: 24px;
  border-right: 1px solid #d3d3d3;
}
.bl_post .el_postjumpNavi li:last-of-type {
  border-right: none;
}
.bl_post .el_postjumpNavi li a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
  text-decoration: none !important;
  padding: 0;
  padding-right: 23px;
  line-height: 1.6;
}
.bl_post .el_postjumpNavi li a::after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-right: solid 2px #009dd3;
  border-bottom: solid 2px #009dd3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.bl_post * + .el_postjumpNavi {
  margin-top: 20px;
}
.bl_post h2:not(.el_singleTtl) {
  position: relative;
  font-size: clamp(22px, 12.7550077042px + 2.4653312789vw, 38px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.4545454545 + -0.033492823 * var(--_lh-t));
  letter-spacing: clamp(0.05em, 0.05em + 0vw, 0.05em);
  overflow: hidden;
  font-weight: 500;
  color: #222;
  text-align: center;
}
.bl_post h2:not(.el_singleTtl)::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.4545454545) * 0.5em);
}
.bl_post h2:not(.el_singleTtl)::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.4545454545) * 0.5em);
}
.bl_post h2:not(.el_singleTtl) + *:not(.el_tableofcontents) {
  margin-top: 30px !important;
}
@media screen and (min-width: 1024px) {
  .bl_post h2:not(.el_singleTtl) + *:not(.el_tableofcontents) {
    margin-top: 60px !important;
  }
}
.bl_post h2:not(.el_singleTtl)::after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  background: #009dd3;
  margin: 20px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_post h2:not(.el_singleTtl)::after {
    width: 70px;
    height: 6px;
    margin: 18px auto 0;
  }
}
.bl_post * + h2:not(.el_singleTtl) {
  margin-top: 55px;
}
@media screen and (min-width: 1024px) {
  .bl_post * + h2:not(.el_singleTtl) {
    margin-top: 100px;
  }
}
.bl_post h3 {
  position: relative;
  padding: 11px 10px;
  margin-top: 10px;
  background: #88adc0;
  font-size: clamp(20px, 18.2665639445px + 0.4622496148vw, 23px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.5 + -0.1086956522 * var(--_lh-t));
  letter-spacing: clamp(0.05em, 0.05em + 0vw, 0.05em);
  overflow: hidden;
  color: #fff;
  font-weight: 500;
}
.bl_post h3::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.bl_post h3::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (min-width: 1024px) {
  .bl_post h3 {
    padding: 16px 21px;
    margin-top: 10px;
  }
}
.bl_post h3 + *:not(.el_tableofcontents) {
  margin-top: 11px !important;
}
@media screen and (min-width: 1024px) {
  .bl_post h3 + *:not(.el_tableofcontents) {
    margin-top: 25px !important;
  }
}
.bl_post * + h3 {
  margin-top: 44px;
}
@media screen and (min-width: 1024px) {
  .bl_post * + h3 {
    margin-top: 66px;
  }
}
.bl_post h4 {
  position: relative;
  margin-top: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #88adc0;
  font-size: clamp(19px, 17.844375963px + 0.3081664099vw, 21px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.4736842105 + -0.0927318296 * var(--_lh-t));
  letter-spacing: clamp(0.025em, 0.025em + 0vw, 0.025em);
  color: #222;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .bl_post h4 {
    margin-top: 10px;
  }
}
.bl_post h4 + * {
  margin-top: 13px !important;
}
@media screen and (min-width: 1024px) {
  .bl_post h4 + * {
    margin-top: 24px !important;
  }
}
.bl_post * + h4 {
  margin-top: 44px;
}
@media screen and (min-width: 1024px) {
  .bl_post * + h4 {
    margin-top: 52px;
  }
}
.bl_post h5 {
  margin-top: 26px;
  color: #222;
  font-weight: 500;
  font-size: clamp(16px, 15.4221879815px + 0.1540832049vw, 17px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.875 + -0.1102941176 * var(--_lh-t));
  letter-spacing: clamp(0em, 0em + 0vw, 0em);
}
@media screen and (min-width: 1024px) {
  .bl_post h5 {
    margin-top: 51px;
  }
}
.bl_post h5 + * {
  margin-top: 5px !important;
}
@media screen and (min-width: 1024px) {
  .bl_post h5 + * {
    margin-top: 16px !important;
  }
}
.bl_post p:not([class]) {
  margin-top: clamp(30px, 18.4437596302px + 3.0816640986vw, 50px);
  text-align: left;
  line-height: 1.8666666667;
}
@media screen and (min-width: 1024px) {
  .bl_post p:not([class]) {
    line-height: 1.8666666667;
  }
}
.bl_post p:not([class]):first-of-type {
  margin-top: 0;
}
.bl_post * + p {
  margin-top: clamp(30px, 18.4437596302px + 3.0816640986vw, 50px);
}
.bl_post .el_postLead {
  margin-top: clamp(20px, 6.7103235747px + 3.5439137134vw, 43px);
  font-size: clamp(20px, 18.2665639445px + 0.4622496148vw, 23px);
  --_lh-t: clamp(0, calc((100vw - 375px) / (1024px - 375px)), 1);
  line-height: calc(1.4 + -0.0086956522 * var(--_lh-t));
  letter-spacing: clamp(0em, -0.0288906009em + 0.0077041602vw, 0.05em);
  font-weight: 500;
}
.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: none;
}
.bl_post a:not(.el_linkBtn):not(.el_postjumpNavi a):not(.el_tableofcontents a):not(.el_figureFlex a):link {
  color: #35608e;
}
@media (hover: hover) and (pointer: fine) {
  .bl_post a:not(.el_linkBtn):not(.el_postjumpNavi a):not(.el_tableofcontents a):not(.el_figureFlex a):hover {
    opacity: 1;
    text-decoration: underline;
  }
}
.bl_post iframe {
  max-width: 100%;
  display: block;
}
.bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) {
  padding-left: 8px;
}
@media screen and (min-width: 1024px) {
  .bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) {
    padding-left: 19px;
  }
}
.bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) li {
  position: relative;
  margin-top: 15px;
  padding-left: 25px;
  color: #222;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) li {
    padding-left: 22px;
    margin-top: 10px;
  }
}
.bl_post ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) li:first-of-type {
  margin-top: 0;
}
.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: #222;
}
.bl_post * + ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_post * + ul:not(.el_postjumpNavi):not(.el_tableofcontents):not(.el_tableofcontents ul) {
    margin-top: 37px;
  }
}
.bl_post ol:not(.el_flow):not(.el_flowNo) {
  list-style-type: none;
  counter-reset: cnt;
  padding-left: 8px;
}
@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: 15px;
  color: #222;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .bl_post ol:not(.el_flow):not(.el_flowNo) li {
    padding-left: 25px;
    margin-top: 10px;
  }
}
.bl_post ol:not(.el_flow):not(.el_flowNo) li:first-of-type {
  margin-top: 0;
}
.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) {
  margin-top: 23px;
}
@media screen and (min-width: 1024px) {
  .bl_post * + ol:not(.el_flow):not(.el_flowNo) {
    margin-top: 33px;
  }
}
.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: 10px;
  text-align: left;
  word-break: break-all;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .bl_post table th,
  .bl_post table td {
    padding: 16px 20px;
  }
}
.bl_post table td {
  vertical-align: top;
}
.bl_post table thead th {
  position: relative;
  background: #e7eff2;
  font-weight: 500;
  color: #222;
  text-align: center;
  vertical-align: top;
}
.bl_post table thead th + th::before {
  content: "";
  position: absolute;
  top: 27%;
  left: 0;
  width: 1px;
  background: #a7a7a7;
  height: 46%;
}
.bl_post table tbody th {
  background: #fff;
  border-bottom: 2px solid #86a0bb;
  color: #222;
  font-weight: 500;
  vertical-align: top;
}
.bl_post table tbody td {
  background: #fff;
  border-bottom: 1px solid #a7a7a7;
}
.bl_post * + table {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_post * + table {
    margin-top: 50px;
  }
}
.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: #222;
  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_none thead th + th::before {
  display: none;
}
.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 #35608e;
    border-bottom: 1px solid #a7a7a7;
  }
}
@media screen and (max-width: 767px) {
  .bl_post table.el_table_responsive td {
    border-bottom: none;
  }
}
.bl_post table.el_table_fix {
  table-layout: fixed !important;
}
.bl_post * + .bl_overflowSP {
  margin-top: 26px;
}
@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: 14px;
    line-height: 1;
  }
}
.bl_post table.el_table_none.el_table_border thead th {
  background: #88adc0;
  color: #fff;
  font-weight: 700;
}
.bl_post table.el_table_none.el_table_border thead th + th::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 27%;
  left: 0;
  width: 1px;
  background: #fff;
  height: 46%;
}
.bl_post table.el_table_none.el_table_border tbody tr:nth-of-type(even) {
  background: #f4f4f4;
}
.bl_post .el_linkBtn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  min-width: 255px;
  padding: 16px 73px 16px 29px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #a7a7a7;
  border-radius: 33px;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.bl_post .el_linkBtn:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .bl_post .el_linkBtn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_post .el_linkBtn {
    max-width: 100%;
    padding: 16px 116px 16px 40px;
  }
}
.bl_post .el_linkBtn span:not(.el_btnIcon) {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #222 !important;
  text-align: left !important;
}
.bl_post .el_linkBtn:focus-visible {
  outline: 2px solid #35608e;
  outline-offset: 2px;
}
@media (hover: hover) and (pointer: fine) {
  .bl_post .el_linkBtn:hover {
    background: #f8f8f8;
    opacity: 1;
  }
  .bl_post .el_linkBtn:hover .el_btnIcon::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.bl_post .el_linkBtn .el_btnIcon {
  background: transparent;
  border-radius: 100%;
  display: block;
  inline-size: 30px;
  block-size: 30px;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 17px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* アクセントの内側ドット（拡大アニメ用） */
  /* 矢印/外部アイコンなど（maskで差し替え） */
}
@media screen and (min-width: 1024px) {
  .bl_post .el_linkBtn .el_btnIcon {
    inset-inline-end: 19px;
  }
}
.bl_post .el_linkBtn .el_btnIcon::before {
  content: "";
  background: #009dd3;
  border-radius: 50%;
  display: block;
  inline-size: 100%;
  block-size: 100%;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.33);
          transform: translate(-50%, -50%) scale(0.33);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.bl_post .el_linkBtn .el_btnIcon::after {
  content: "";
  display: inline-block;
  /* デフォルト：右向き矢印 */
  inline-size: 7px;
  block-size: 11px;
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 8"><path d="M5.5 4 1.33 0 .5.798 3.833 4 .5 7.202 1.33 8l3.334-3.197L5.5 4Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 8"><path d="M5.5 4 1.33 0 .5.798 3.833 4 .5 7.202 1.33 8l3.334-3.197L5.5 4Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
@media (hover: hover) and (pointer: fine) {
  .bl_post .el_linkBtn:hover .el_btnIcon::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .bl_post .el_linkBtn,
  .bl_post .el_btnIcon::before,
  .bl_post .el_btnIcon::after {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.bl_post .bl_accordion,
.bl_post .bl_qanda {
  border-bottom: 1px solid #a7a7a7;
}
.bl_post .bl_accordion_ttl,
.bl_post .bl_qanda_ttl {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 44px 16px 0;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .bl_post .bl_accordion_ttl,
  .bl_post .bl_qanda_ttl {
    padding: 27px 55px 26px 20px;
  }
}
.bl_post .bl_accordion_ttl *:last-of-type,
.bl_post .bl_qanda_ttl *:last-of-type {
  margin-bottom: 0;
}
.bl_post .bl_accordion_ttl p,
.bl_post .bl_qanda_ttl p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.6470588235;
  letter-spacing: 0.025em;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .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: 0.025em;
  }
}
.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: #222;
  position: absolute;
  top: 50%;
  right: 0;
  -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: 25px;
  }
}
.bl_post .bl_accordion_ttl::before,
.bl_post .bl_qanda_ttl::before {
  width: 2px;
  height: 15px;
  right: 6px;
}
@media screen and (min-width: 1024px) {
  .bl_post .bl_accordion_ttl::before,
  .bl_post .bl_qanda_ttl::before {
    right: 31px;
  }
}
.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: 0;
  padding-right: 30px;
  padding-bottom: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .bl_post .bl_accordion_body,
  .bl_post .bl_qanda_body {
    padding: 0 60px 16px 20px;
  }
}
.bl_post .bl_accordion_body > *:first-child,
.bl_post .bl_qanda_body > *:first-child {
  margin-top: -9px !important;
}
.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: 27px;
  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;
  display: block;
  top: 16px;
  left: 0;
  content: "Q";
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  color: #009dd3;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1024px) {
  .bl_post .bl_qanda_ttl p::before {
    top: 31px;
    left: 27px;
  }
}
.bl_post .bl_qanda_body {
  padding: 0;
  position: relative;
}
.bl_post .bl_qanda_body .bl_qanda_bodyInner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .bl_post .bl_qanda_body .bl_qanda_bodyInner {
    padding: 0 60px 16px 40px;
  }
}
.bl_post .el_flow {
  list-style: none;
  counter-reset: num;
  margin-top: 20px;
}
.bl_post .el_flow li {
  position: relative;
  padding: 13px 20px;
  background: #f2f6f9;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_flow li {
    padding: 26px 30px;
  }
}
.bl_post .el_flow li + li {
  margin-top: 42px;
}
.bl_post .el_flow li:last-of-type::after {
  display: none;
}
.bl_post .el_flow li::after {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  color: #009dd3;
  display: block;
  width: 21px;
  height: 12px;
  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: 9px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6470588235;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_flow li > p:first-of-type {
    margin-bottom: 8px;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.3913043478;
  }
}
.bl_post .el_flow li .el_flow_cont p {
  margin-bottom: 1em;
  line-height: 1.6;
}
.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: 65px;
}
@media screen and (min-width: 768px) {
  .bl_post .el_flow_num li > p:first-of-type {
    padding-left: 100px;
  }
}
.bl_post .el_flow_num li > p:first-of-type::before {
  content: counter(num, decimal-leading-zero);
  counter-increment: num;
  display: block;
  width: 46px;
  margin-bottom: 9px;
  border-right: 1px solid #222;
  line-height: 1;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  color: #222;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 0px;
  display: inline-block;
  padding-right: 1px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .bl_post .el_flow_num li > p:first-of-type::before {
    width: 68px;
    margin-bottom: 0;
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .bl_post .el_flow_num li .el_flow_cont {
    padding-left: 100px;
  }
}
.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.8666666667;
}
.bl_post * + figure,
.bl_post .el_figure_fluid {
  margin-top: 20px;
}
.bl_post .el_flexImg {
  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: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_flexImg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bl_post .el_flexImg > .el_img {
  display: grid;
  place-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_flexImg > .el_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.bl_post .el_flexImg > .el_img img {
  width: 100%;
  max-width: 100%;
}
.bl_post .el_flexImg > .el_img figcaption {
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_flexImg > .el_text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.bl_post .el_flexImg.el_flexImg__rightImg {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1024px) {
  .bl_post .el_flexImg.el_flexImg__rightImg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bl_post * + .el_flexImg {
  margin-top: 50px;
}
.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 15px;
}
@media screen and (min-width: 768px) {
  .bl_post .alignleft {
    float: left;
    margin-right: 2em;
    margin-bottom: 15px;
  }
}
.bl_post .alignright {
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .bl_post .alignright {
    float: right;
    margin-left: 2em;
    margin-bottom: 15px;
  }
}
.bl_post .aligncenter {
  margin-bottom: 15px;
  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: #222;
}
.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 2px;
  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: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: #d80a30;
  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
======================================= */
.wp-pagenavi {
  width: 100%;
  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;
  margin: 30px auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi {
    margin: 90px auto 0;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 200;
  color: #222;
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.wp-pagenavi .page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100vh;
  color: #222;
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi .page {
    line-height: 48px;
    width: 48px;
    height: 48px;
  }
  .wp-pagenavi .page:hover {
    background-color: #222;
    color: #fff;
    opacity: 1;
  }
}
.wp-pagenavi span.current {
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100vh;
  color: #fff;
  background-color: #222;
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi span.current {
    line-height: 48px;
    width: 48px;
    height: 48px;
  }
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid;
  padding: 0;
  border-radius: 50px;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    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;
    width: 125px;
    height: 54px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-family: "Manrope", sans-serif;
    font-weight: 200;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .wp-pagenavi .nextpostslink:hover,
  .wp-pagenavi .previouspostslink:hover {
    background-color: #222;
    color: #fff;
    opacity: 1;
  }
}
.wp-pagenavi .previouspostslink {
  margin-right: 18px;
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 57px;
  }
}
.wp-pagenavi .previouspostslink::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f053";
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi .previouspostslink::before {
    position: static;
    -webkit-transform: none;
            transform: none;
    display: block;
  }
}
.wp-pagenavi .nextpostslink {
  margin-left: 18px;
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 57px;
  }
}
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .wp-pagenavi .nextpostslink::after {
    position: static;
    -webkit-transform: none;
            transform: none;
    display: block;
  }
}/*# sourceMappingURL=style.css.map */