@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 {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0em;
  background: #fff;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  -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: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0em;
  }
}

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

p {
  margin-top: 0;
  text-align: justify;
  line-height: 2.1428571429;
}
p a:link {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  p {
    line-height: 1.875;
  }
}

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

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

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

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

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

address {
  font-style: normal;
}

strong {
  font-weight: 700;
}

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

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

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

a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-decoration: none;
}
a:link {
  color: #003ec7;
}
a:visited {
  color: #540082;
}
a:hover {
  color: #003ec7;
  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;
  }
}

/* =================================================
    .bl_header
=================================================== */
.bl_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #eceef0;
  z-index: 11000;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .bl_header {
    height: 90px;
  }
}
.bl_header_inner {
  width: 88.2666666667%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_header_inner {
    width: 92.1875%;
  }
}
@media screen and (min-width: 1024px) {
  .bl_header_inner {
    position: relative;
    width: 96.875%;
    max-width: 1180px;
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.bl_header_logo {
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.4179104478%;
  max-width: 55px;
  height: 100%;
  place-content: center;
  z-index: 11000;
}
@media screen and (min-width: 1024px) {
  .bl_header_logo {
    width: 7.6785714286%;
    max-width: 86px;
  }
}
.bl_header_logo a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.home .bl_header {
  background: transparent;
  border-bottom: none;
}
.home .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);
}
@media screen and (min-width: 1024px) {
  .home .bl_header.is_scroll .bl_headerNav_global li:hover {
    opacity: 1;
  }
  .home .bl_header.is_scroll .bl_headerNav_global li:hover::after {
    content: "";
    background: #001d79;
  }
}
.home .bl_header.is_scroll .bl_headerNav_global li a {
  color: #121c3c;
}
.home .bl_header.is_scroll .bl_headerNav .bl_headerNav_lang li a.glink span {
  color: #121c3c;
}
@media screen and (min-width: 1024px) {
  .home .bl_headerNav_global > li:hover {
    opacity: 1;
  }
  .home .bl_headerNav_global > li:hover::after {
    content: "";
    background: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .home .bl_headerNav_global > li a {
    color: #fff;
  }
  .home .bl_headerNav_global > li a:hover {
    color: #121c3c;
  }
}
@media screen and (min-width: 1024px) {
  .home .bl_headerNav .bl_headerNav_lang li a.glink span {
    color: #fff;
  }
  .home .bl_headerNav .bl_headerNav_lang li a.glink span:hover {
    color: #121c3c;
  }
}

.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:not(.page_frontpage) {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  main:not(.page_frontpage) {
    margin-top: 90px;
  }
}

/* =================================================
    layout section
=================================================== */
.ly_sec {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.ly_sec_inner {
  width: 88.2666666667%;
  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: 1180px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* =================================================
    footer
=================================================== */
.bl_footer {
  width: 100%;
  height: auto;
  padding-top: clamp(50px, 21.3740458015px + 7.6335877863vw, 80px);
  padding-bottom: clamp(25px, 20.2290076336px + 1.272264631vw, 30px);
  margin: 0 auto;
  background: #05213c;
  color: #fff;
}
.bl_footer_inner {
  width: 88.2666666667%;
  width: 96.875%;
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (min-width: 1024px) {
  .bl_footer_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bl_footer .bl_footer_logo {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 120px;
  margin-right: -16px;
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_logo {
    max-width: 140px;
    margin: 0;
    margin-top: 18px;
  }
}
.bl_footer .bl_footer_logo a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.bl_footer_sitemap {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_footer_sitemap {
    width: 41.0714285714%;
    max-width: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0;
  }
}
.bl_footer_sitemap .el_sitemap {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .bl_footer_sitemap .el_sitemap {
    margin: 0;
  }
}
.bl_footer_sitemap .el_sitemap > li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 15px;
}
.bl_footer_sitemap .el_sitemap > li > a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  letter-spacing: 0.06em;
  color: #fff;
}
.bl_footer_sitemap .el_sitemap > li > a::after {
  content: ">";
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  letter-spacing: 0.06em;
}
.bl_footer_sitemap .el_sitemap .sub-menu li {
  margin-top: 5px;
}
.bl_footer_sitemap .el_sitemap .sub-menu li > a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0em;
  color: #fff;
}
.bl_footer .bl_footer_btm {
  padding-top: 35px;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_btm {
    padding-top: 20px;
    margin-top: 65px;
  }
}
.bl_footer .bl_footer_btm .bl_footer_btmInner {
  width: 88.2666666667%;
  width: 96.875%;
  max-width: 1180px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_btm .bl_footer_btmInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_btm .bl_footer_btmInner ul {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    align-items: center;
    gap: 50px;
  }
}
.bl_footer .bl_footer_btm .bl_footer_btmInner ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0em;
  color: #fff;
}
.bl_footer .bl_footer_btm .bl_footer_btmInner ul li.el_insta {
  width: 21px;
  height: auto;
}
.bl_footer .bl_footer_btm .bl_footer_btmInner ul li + li {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_btm .bl_footer_btmInner ul li + li {
    margin-top: 0;
  }
}
.bl_footer .bl_footer_btm .bl_footer_copyright {
  display: block;
  margin: 70px auto 0;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .bl_footer .bl_footer_btm .bl_footer_copyright {
    margin: 0;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}

/* =================================================
    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_flexBox50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.ly_flex_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .ly_flex_pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .ly_flex_pc.ly_flex_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ly_flex_pc.ly_flex_btw {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ly_flex_pc.ly_flex_ard {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .ly_flex_pc.ly_flex_start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .ly_flex_pc.ly_flex_row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .ly_flex_pc.ly_flex_nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* ======================================
    .bl_headerNav
====================================== */
.bl_headerNav {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  height: 100dvh;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: auto;
  z-index: 1;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.bl_headerNav::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_headerNav {
    position: static;
    opacity: 1;
    height: auto;
    visibility: visible;
    background: transparent;
    overflow-y: visible;
    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: 30px;
  }
}
.bl_headerNav_global {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (min-width: 1024px) {
  .bl_headerNav_global {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    row-gap: 0;
  }
}
@media screen and (min-width: 1280px) {
  .bl_headerNav_global {
    gap: 40px;
  }
}
.bl_headerNav_global > li {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 1024px) {
  .bl_headerNav_global > li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 100%;
    padding: 0;
  }
  .bl_headerNav_global > li:hover {
    opacity: 1;
  }
  .bl_headerNav_global > li:hover::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #001d79;
  }
}
.bl_headerNav_global > li:not(.menu-item-has-children) > a::after {
  content: ">";
  display: inline-block;
  margin-left: 5px;
}
@media screen and (min-width: 1024px) {
  .bl_headerNav_global > li:not(.menu-item-has-children) > a::after {
    display: none;
  }
}
.bl_headerNav_global > li > a {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 auto;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3529411765;
  letter-spacing: 0.06em;
  text-align: left;
  color: #001455;
  font-weight: 450;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .bl_headerNav_global > li > a {
    display: grid;
    place-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.05em;
  }
}
.bl_headerNav_global > li .sub-menu {
  display: block;
  background: #fafafa;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .bl_headerNav_global > li .sub-menu {
    margin: 0;
  }
}
.bl_headerNav_global > li .sub-menu[hidden] {
  display: block;
}
.bl_headerNav_global > li .sub-menu > li {
  padding-left: 25px;
  padding-right: 25px;
}
.bl_headerNav_global > li .sub-menu > li > a {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  text-align: left;
  color: #001455;
  font-weight: 450;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bl_headerNav_global > li .sub-menu > li.el_list_pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_headerNav_global > li.current-menu-item::after {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #001d79;
  }
}
.bl_headerNav_global > li > .el_nav_toggle {
  position: relative;
  width: 53px;
  height: 53px;
  cursor: pointer;
  z-index: 11;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  .bl_headerNav_global > li > .el_nav_toggle {
    display: none;
  }
}
.bl_headerNav_global > li > .el_nav_toggle::before, .bl_headerNav_global > li > .el_nav_toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bl_headerNav_global > li > .el_nav_toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.bl_headerNav_global > li > .el_nav_toggle[aria-expanded=true]::after {
  display: none;
}
.bl_headerNav_global > li.is-open > .sub-menu {
  max-height: 1000px;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.bl_headerNav_global > li.is-closed > .sub-menu {
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.is_btnHamburger__on .bl_headerNav {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1024px) {
  .bl_headerNav_global > li > .sub-menu {
    display: block;
    position: fixed;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 50;
  }
  .bl_headerNav_global > li > .sub-menu > li > a {
    padding: 10px 16px;
    white-space: nowrap;
  }
  .bl_headerNav_global > li:hover > .sub-menu, .bl_headerNav_global > li:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .bl_headerNav_global > li.is_mega > .sub-menu {
    top: 0;
    left: 0;
    width: 100vw;
    padding: calc(90px + 130px) calc((100% - 1180px) / 2) 60px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.08);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px 52px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: -1;
  }
  .bl_headerNav_global > li.is_mega > .sub-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px 0px;
    border-bottom: 1px solid #001455;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0.05em;
    text-align: left;
    color: #001455;
  }
  .bl_headerNav_global > li.is_mega > .sub-menu > li > a::after {
    content: " →";
  }
  .bl_headerNav_global > li.is_mega > .sub-menu > li.el_list_pc {
    display: block;
    position: absolute;
    top: calc(90px + 40px);
    left: max((100% - 1230px) / 2, 0px);
  }
  .bl_headerNav_global > li.is_mega > .sub-menu > li.el_list_pc > a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: none;
    font-family: Arial, sans-serif;
    color: #001455;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1666666667;
    letter-spacing: 0em;
  }
  .bl_headerNav_global > li.is_mega:hover > .sub-menu, .bl_headerNav_global > li.is_mega:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .bl_headerNav_global > li.is_mega:hover > .sub-menu::after {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: calc(90px + 50px);
    left: calc((100% - 1180px) / 2);
    font-family: Arial, sans-serif;
    color: #001455;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1666666667;
    letter-spacing: 0em;
  }
}
/* ==============================================
    form Reset
================================================= */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
}
input,
select,
textarea,
label,
option,
input::placeholder,
textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
}

input,
select,
textarea,
label,
option {
  font-family: "Noto Sans JP", sans-serif;
}

input[type=submit] {
  -webkit-appearance: none !important;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

input[type=text],
input[type=email] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

input[type=checkbox]:checked + label {
  background: #967a7a;
}

input[type=radio]:checked + label {
  background: #ff0000;
}

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

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* ==============================================
   form module
================================================= */
.smf-form .el_required {
  font-size: 14px;
  font-size: 1.4rem;
}
.smf-form .el_error_ttl {
  margin-bottom: 0.4em;
  font-size: 120%;
  color: red;
  font-weight: bold;
}
.smf-form .bl_errorSec ul {
  text-align: left;
}
.smf-form .bl_errorSec li {
  line-height: 2;
}
.smf-form .bl_error {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: left;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.smf-form .el_errorItem {
  text-align: left;
  color: red;
}
.smf-form .el_errorItem::before {
  content: "・";
  display: inline-block;
  color: red;
}
.smf-form input[type=text],
.smf-form input[type=email],
.smf-form input[type=password],
.smf-form input[type=number],
.smf-form input[type=tel],
.smf-form input[type=url],
.smf-form textarea {
  width: 100%;
  background: #fafafa;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e2e2e2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.smf-form input::-webkit-input-placeholder, .smf-form textarea::-webkit-input-placeholder {
  color: #bfbfbf;
  font-weight: normal;
}
.smf-form input::-moz-placeholder, .smf-form textarea::-moz-placeholder {
  color: #bfbfbf;
  font-weight: normal;
}
.smf-form input:-ms-input-placeholder, .smf-form textarea:-ms-input-placeholder {
  color: #bfbfbf;
  font-weight: normal;
}
.smf-form input::-ms-input-placeholder, .smf-form textarea::-ms-input-placeholder {
  color: #bfbfbf;
  font-weight: normal;
}
.smf-form input::placeholder,
.smf-form textarea::placeholder {
  color: #bfbfbf;
  font-weight: normal;
}
.smf-form input[type=hidden],
.smf-form textarea[type=hidden],
.smf-form select[type=hidden],
.smf-form .form_preview .required {
  display: none;
}
.smf-form input::-webkit-input-placeholder, .smf-form textarea::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ccc;
  font-weight: normal;
}
.smf-form input::-moz-placeholder, .smf-form textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ccc;
  font-weight: normal;
}
.smf-form input:-ms-input-placeholder, .smf-form textarea:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ccc;
  font-weight: normal;
}
.smf-form input::-ms-input-placeholder, .smf-form textarea::-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ccc;
  font-weight: normal;
}
.smf-form input::placeholder,
.smf-form textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ccc;
  font-weight: normal;
}
.smf-form input[type=hidden],
.smf-form textarea[type=hidden],
.smf-form select[type=hidden],
.smf-form .form_preview .required {
  display: none;
}
.smf-form .smf-item__label__text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0em;
  color: #001455;
}
.smf-form.smf-form--letter .smf-item__col--label {
  padding-bottom: 0;
}
.smf-form .smf-textarea-control__control {
  width: 100%;
  background: #fafafa;
  padding: 0.9em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eceef0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.smf-form .smf-checkbox-control {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto 0;
  text-align: center;
}
.smf-form .smf-checkbox-control .smf-checkbox-control__label {
  line-height: 1.9;
}
.smf-form .smf-checkbox-control input[type=checkbox] {
  position: relative;
  width: 19px;
  height: 19px;
  border-radius: 100vw;
  border: 1px solid #222222;
  margin-top: 6px;
}
.smf-form .smf-checkbox-control input[type=checkbox]:checked {
  background: #001455;
}
.smf-form .smf-checkbox-control input[type=checkbox]:checked::before {
  position: absolute;
  top: 0px;
  left: 4px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

.smf-action {
  padding-top: 74px;
}
.smf-action .smf-button-control__control {
  font-family: inherit;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  height: auto;
  padding: 16px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #001455;
  background: #001455;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .smf-action .smf-button-control__control {
    padding: 22px 20px;
  }
  .smf-action .smf-button-control__control:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
  }
}

input[name=submitBack],
button[name=submitBack] {
  background: #898989;
  border: 1px solid #898989;
}
@media screen and (min-width: 1024px) {
  input[name=submitBack]:hover,
  button[name=submitBack]:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
  }
}

input[type=submit]:disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  input[type=submit]:disabled:hover {
    cursor: default;
    background-color: #ccc;
    border-color: #ccc;
  }
}

/* ======================================
    el_btnHamburger
====================================== */
.el_btnHamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px;
  margin: 0;
  overflow: hidden;
  z-index: 100000;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .el_btnHamburger {
    display: none;
  }
}
.el_btnHamburger__animation {
  position: absolute;
  top: 18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 10px;
  text-align: center;
}
.el_btnHamburger__animation::after {
  content: "MENU";
  position: absolute;
  top: 125%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.075em;
  font-weight: 700;
  color: #313131;
  white-space: nowrap;
  text-align: center;
}
.el_btnHamburger_line {
  /* 線色 */
  background: #313131;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.el_btnHamburger_line__top {
  top: 0;
}
.el_btnHamburger_line__bottom {
  top: 100%;
  left: 20%;
  width: 80%;
}

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

.is_btnHamburger__on .el_btnHamburger_line__top {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.is_btnHamburger__on .el_btnHamburger_line__middle {
  background: transparent;
}
.is_btnHamburger__on .el_btnHamburger_line__bottom {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
  top: 50%;
  left: 0%;
}
.is_btnHamburger__on .el_btnHamburger__animation::after {
  content: "CLOSE";
}
.is_btnHamburger__on .js_wrapBg {
  opacity: 0.3;
  visibility: visible;
}

.home .is_scroll .el_btnHamburger_line {
  /* 線色 */
  background: #313131;
}
.home .is_scroll .el_btnHamburger .el_btnHamburger__animation::after {
  color: #313131;
}
.home .el_btnHamburger .el_btnHamburger__animation::after {
  color: #fff;
}
.home .el_btnHamburger_line {
  /* 線色 */
  background: #fff;
}
.home.is_btnHamburger__on .el_btnHamburger_line__top {
  background: #313131;
}
.home.is_btnHamburger__on .el_btnHamburger_line__middle {
  background: transparent;
}
.home.is_btnHamburger__on .el_btnHamburger_line__bottom {
  background: #313131;
}
.home.is_btnHamburger__on .el_btnHamburger__animation::after {
  content: "CLOSE";
}
.home.is_btnHamburger__on .el_btnHamburger .el_btnHamburger__animation::after {
  color: #313131;
}

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

.bl_scalex.hp_delay_time1.is_scalex img {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.bl_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: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

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

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

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.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: 1.3s;
          animation-duration: 1.3s;
  -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: 1.3s;
          animation-duration: 1.3s;
  -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: 1.3s;
          animation-duration: 1.3s;
  -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: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipLeftTopAnime {
  from {
    -webkit-transform: translate(-20px, 80px) rotate(-30deg);
            transform: translate(-20px, 80px) rotate(-30deg);
    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(-30deg);
            transform: translate(-20px, 80px) rotate(-30deg);
    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: 1.3s;
          animation-duration: 1.3s;
  -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(-100deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-100deg);
    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(-100deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-100deg);
    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: 1.3s;
          animation-duration: 1.3s;
  -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: 1.3s;
          animation-duration: 1.3s;
  -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: 1.3s;
          animation-duration: 1.3s;
  -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: 1.3s;
          animation-duration: 1.3s;
  -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: 1.3s;
          animation-duration: 1.3s;
  -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: 1.5s;
          animation-duration: 1.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: 1.5s;
          animation-duration: 1.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: 1.3s;
          animation-duration: 1.3s;
  -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: 1.3s;
          animation-duration: 1.3s;
  -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: 1.3s;
          animation-duration: 1.3s;
  -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: #001d79; /*伸びる背景色の設定*/
}

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

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

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

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

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

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

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

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

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

/* アニメーションスタートの遅延時間を決めるCSS*/
.hp_delay_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;
}

/* ======================================
    .bl_pageTop
====================================== */
.bl_pageTop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -200px;
  right: 15px;
  width: 46px;
  height: 46px;
  background: #000f41;
  border: 1px solid #fff;
  text-align: center;
  padding-top: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10010;
}
.bl_pageTop::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* ← ここを変更 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .bl_pageTop {
    cursor: pointer;
    width: 55px;
    height: 55px;
    bottom: -200px;
    right: 48px;
    z-index: 10010;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .bl_pageTop.is_active {
    bottom: 50px;
  }
}
.bl_pageTop.is_active {
  bottom: 20px;
  opacity: 0.8;
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =================================================
    ボタン
=================================================== */
.el_btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-family: Arial, sans-serif;
  color: #001d79 !important;
  text-decoration: none !important;
}
@media screen and (min-width: 1024px) {
  .el_btn:hover {
    opacity: 1 !important;
  }
}
.el_btn.el_btn_large {
  padding-left: 25px;
  margin-top: 42px;
  z-index: 0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.1538461538;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_large {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.1333333333;
    letter-spacing: 0.04em;
  }
  .el_btn.el_btn_large:hover {
    opacity: 1;
  }
  .el_btn.el_btn_large:hover::before {
    border-color: #001d79;
  }
}
.el_btn.el_btn_large::before {
  content: "→";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: grid;
  place-content: center;
  width: 61px;
  height: 61px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 100%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #001d79;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_large::before {
    width: 75px;
    height: 75px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.el_btn.el_btn_small {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-top: 10px;
  z-index: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_small:hover {
    opacity: 1;
  }
  .el_btn.el_btn_small:hover::before {
    border-color: #001d79;
  }
}
.el_btn.el_btn_small::before {
  content: "→";
  display: grid;
  place-content: center;
  width: 43px;
  height: 43px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 100%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #001d79;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_small::before {
    width: 79px;
    height: 79px;
  }
}
.el_btn.el_btn_circle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  z-index: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_circle:hover {
    opacity: 1;
  }
  .el_btn.el_btn_circle:hover::before {
    border-color: #001d79;
  }
}
.el_btn.el_btn_circle::before {
  content: "→";
  display: grid;
  place-content: center;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 100%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #001d79;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.el_btn.el_btn_circle.el_btn_ourservices {
  gap: 11px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_circle.el_btn_ourservices {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.1538461538;
    letter-spacing: 0em;
  }
}
.el_btn.el_btn_circle.el_btn_ourservices::before {
  width: 43px;
  height: 43px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_circle.el_btn_ourservices::before {
    width: 45px;
    height: 45px;
  }
}
.el_btn.el_btn_circle.el_btn_c45 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0714285714;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_circle.el_btn_c45 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 0.9375;
    letter-spacing: 0em;
  }
}
.el_btn.el_btn_circle.el_btn_c45::before {
  width: 43px;
  height: 43px;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_circle.el_btn_c45::before {
    width: 45px;
    height: 45px;
  }
}
.el_btn.el_btn_circle.el_btn_c54 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0em;
}
.el_btn.el_btn_circle.el_btn_c54::before {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0em;
}
.el_btn.el_btn_circle.el_btn_c59 {
  padding-top: 43px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_circle.el_btn_c59 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.1538461538;
    letter-spacing: 0.04em;
  }
}
.el_btn.el_btn_circle.el_btn_c59::before {
  width: 61px;
  height: 61px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0em;
  position: absolute;
  left: -38px;
  bottom: -4px;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_circle.el_btn_c59::before {
    width: 59px;
    height: 59px;
  }
}
.el_btn.el_btn_circle.el_btn_c68 {
  padding-top: 50px;
  margin-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_circle.el_btn_c68 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.1333333333;
    letter-spacing: 0.04em;
  }
}
.el_btn.el_btn_circle.el_btn_c68::before {
  width: 41px;
  height: 41px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0em;
  position: absolute;
  left: -38px;
  bottom: -4px;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_circle.el_btn_c68::before {
    width: 68px;
    height: 68px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.el_btn.el_btn_circle.el_btn_c79 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_circle.el_btn_c79 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3571428571;
    letter-spacing: 0.04em;
  }
}
.el_btn.el_btn_circle.el_btn_c79::before {
  width: 43px;
  height: 43px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_circle.el_btn_c79::before {
    width: 79px;
    height: 79px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.el_btn.el_btn_circle.el_btn_outsourcing {
  gap: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_circle.el_btn_outsourcing {
    gap: 19px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0.04em;
  }
}
.el_btn.el_btn_circle.el_btn_outsourcing::before {
  width: 54px;
  height: 54px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .el_btn.el_btn_circle.el_btn_outsourcing::before {
    width: 79px;
    height: 79px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}

/* =================================================
    共通クラス
=================================================== */
.el_fontArial {
  font-family: Arial, sans-serif;
}

.el_bkg-gray {
  background-color: #fafafa;
}

.el_bkg-gray2 {
  background-color: #f6f7f8;
}

/* =================================================
    .bl_pageheader
=================================================== */
.bl_pageheader {
  padding-top: 35px;
  padding-bottom: 23px;
}
@media screen and (min-width: 1024px) {
  .bl_pageheader {
    padding-top: 50px;
    padding-bottom: 34px;
  }
}
.bl_pageheader .el_pageTitle {
  font-weight: 450;
  color: #001455;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1024px) {
  .bl_pageheader .el_pageTitle {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3846153846;
    letter-spacing: 0.05em;
  }
}
.bl_pageheader .el_pageTitle .el_secTtl_sub {
  display: block;
  font-family: Arial, sans-serif;
  color: #001d79;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_pageheader .el_pageTitle .el_secTtl_sub {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1666666667;
    letter-spacing: 0em;
  }
}
.bl_pageheader .bl_pageheader_lead {
  margin-top: 13px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_pageheader .bl_pageheader_lead {
    margin-top: 21px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6666666667;
    letter-spacing: 0.035em;
  }
}
.bl_pageheader.bl_pageheader_gray {
  background: #f6f7f8;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .bl_pageheader.bl_pageheader_gray {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
.bl_pageheader.bl_pageheader_gray .el_pageTitle {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.04em;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_pageheader.bl_pageheader_gray .el_pageTitle {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0em;
  }
}

/* =================================================
    .bl_page_link
=================================================== */
.bl_page_link {
  background: #fafafa;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .bl_page_link {
    padding-top: 79px;
    padding-bottom: 56px;
  }
}
.bl_page_link ul {
  min-width: 308px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.bl_page_link ul li {
  width: 100%;
  margin-top: 35px;
  border-bottom: 1px solid #dedede;
}
@media screen and (min-width: 1024px) {
  .bl_page_link ul li {
    margin-top: 35px;
  }
}
.bl_page_link ul li:first-of-type {
  margin-top: 0;
}
.bl_page_link ul li a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  letter-spacing: 0.061em;
  color: #001d79;
}
@media screen and (min-width: 1024px) {
  .bl_page_link ul li a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
    color: #001455;
  }
}
.bl_page_link ul li a::after {
  content: "→";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
}

/* =================================================
    .bl_pageWorks
=================================================== */
.bl_pageWorks {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .bl_pageWorks {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.bl_pageWorks_slideWrap {
  position: relative;
  margin: 43px calc(50% - 50vw) 100px;
}
@media screen and (min-width: 1024px) {
  .bl_pageWorks_slideWrap {
    max-width: 990px;
    margin: 26px auto 150px;
  }
}
.bl_pageWorks_slideWrap .swiper {
  position: relative;
}
.bl_pageWorks_slideWrap .swiper .swiper-slide {
  height: auto;
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  border: 6px solid #eceef0;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .bl_pageWorks_slideWrap .swiper .swiper-slide {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bl_pageWorks_slideWrap .swiper .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bl_pageWorks_slideWrap .swiper .swiper-slide.swiper-slide-active a .el_thum {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bl_pageWorks_slideWrap .swiper .swiper-slide > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  color: #222222;
}
.bl_pageWorks_slideWrap .swiper .swiper-slide > a .el_thum {
  width: 100%;
  height: auto;
  aspect-ratio: 269/206;
  overflow: hidden;
}
.bl_pageWorks_slideWrap .swiper .swiper-slide > a .el_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_pageWorks_slideWrap .swiper .swiper-slide > a .el_cont {
  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: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 100%;
}
.bl_pageWorks_slideWrap .swiper .swiper-slide > a .el_cont .el_tags {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 450;
  text-align: center;
  color: #001455;
}
@media screen and (min-width: 768px) {
  .bl_pageWorks_slideWrap .swiper .swiper-slide > a .el_cont .el_tags {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8571428571;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.bl_pageWorks_slideWrap .swiper .swiper-slide > a .el_cont .el_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3125;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .bl_pageWorks_slideWrap .swiper .swiper-slide > a .el_cont .el_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.bl_pageWorks_slideWrap .el_navigation {
  position: absolute;
  width: 100vw;
  height: 41px;
  top: 28.6458333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .bl_pageWorks_slideWrap .el_navigation {
    top: 11.71875vw;
    height: 41px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_pageWorks_slideWrap .el_navigation {
    top: 119.5px;
    width: calc(100% + 82px + 30px);
  }
}
.bl_pageWorks_slideWrap .el_navigation .swiper-button-prev,
.bl_pageWorks_slideWrap .el_navigation .swiper-button-next {
  width: 41px;
  height: 41px;
  opacity: 1;
  margin-top: 0;
  top: 0;
  pointer-events: all;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .bl_pageWorks_slideWrap .el_navigation .swiper-button-prev,
  .bl_pageWorks_slideWrap .el_navigation .swiper-button-next {
    width: 41px;
    height: 41px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_pageWorks_slideWrap .el_navigation .swiper-button-prev,
  .bl_pageWorks_slideWrap .el_navigation .swiper-button-next {
    cursor: pointer;
  }
  .bl_pageWorks_slideWrap .el_navigation .swiper-button-prev:hover,
  .bl_pageWorks_slideWrap .el_navigation .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.bl_pageWorks_slideWrap .el_navigation .swiper-button-prev {
  left: 0;
  background: url("../images/common/slideleft.svg") no-repeat center center/contain;
}
.bl_pageWorks_slideWrap .el_navigation .swiper-button-next {
  right: 0;
  background: url("../images/common/slideright.svg") no-repeat center center/contain;
}
.bl_pageWorks_slideWrap.is_noslide .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.bl_pageWorks_slideWrap.is_noslide .swiper-wrapper .swiper-slide {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .bl_pageWorks_slideWrap.is_noslide .swiper-wrapper .swiper-slide {
    max-width: 400px;
  }
}
.bl_pageWorks_slideWrap.is_noslide .swiper-button-prev,
.bl_pageWorks_slideWrap.is_noslide .swiper-button-next {
  display: none;
}
.bl_pageWorks .el_btnWrap {
  text-align: center;
}

/* =================================================
    .bl_business_contact
=================================================== */
.bl_business_contact {
  position: relative;
  padding-top: 55px;
  padding-bottom: 100px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .bl_business_contact {
    padding-top: 75px;
    padding-bottom: 70px;
  }
}
.bl_business_contact .ly_flex_pc {
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media screen and (min-width: 1024px) {
  .bl_business_contact .ly_flex_pc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
.bl_business_contact .el_cont {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
}
.bl_business_contact .el_cont p {
  position: relative;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 14px;
  font-size: 1.4rem;
  font-size: clamp(11.2px, 3.3333333333vw, 14px);
  font-weight: 450;
  color: #001455;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .bl_business_contact .el_cont p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.bl_business_contact .el_contact {
  position: relative;
  height: auto;
  z-index: 1;
}
.bl_business_contact .el_contact a {
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  place-content: center;
  width: 60.5970149254%;
  min-width: 203px;
  margin: 0 auto;
  aspect-ratio: 1/1;
  border: 1px solid #001455;
  border-radius: 100vw;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0em;
  font-weight: 450;
  color: #001455;
  text-align: center;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1024px) {
  .bl_business_contact .el_contact a {
    width: 277px;
    max-width: 277px;
  }
}

/* =================================================
    .bl_heading-underline
    下線付き見出し　about基準
=================================================== */
.bl_headingUnderline {
  position: relative;
}
.bl_headingUnderline .el_secTtl {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #001d79;
}
@media screen and (min-width: 1024px) {
  .bl_headingUnderline .el_secTtl {
    padding-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: 0em;
  }
}
.bl_headingUnderline .el_secTtl .el_secTtl_sub {
  display: block;
  font-family: Arial, sans-serif;
  color: #001d79;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_headingUnderline .el_secTtl .el_secTtl_sub {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.bl_headingUnderline .el_secTtl::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60vw;
  height: 1px;
  background: #001d79;
}

/* =================================================
    ご依頼やご相談のお問い合わせの円
=================================================== */
.el_btnContact {
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  place-content: center;
  width: 60.5970149254%;
  max-width: 203px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border: 1px solid #001d79;
  border-radius: 100vw;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6428571429;
  letter-spacing: 0em;
  color: #001d79 !important;
  font-weight: 450;
  text-align: center;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1024px) {
  .el_btnContact {
    width: 23.4745762712%;
    max-width: 277px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}

/* =================================================
    帯画像
=================================================== */
.bl_band {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.bl_band::before {
  position: absolute;
  top: -1px;
  right: -6px;
  pointer-events: none;
  opacity: 1;
  z-index: 2;
  content: "";
  display: inline-block;
  position: absolute;
  width: 101%;
  height: 102%;
  background-color: #fff;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.4, 0.4, 0.15, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.4, 0.4, 0.15, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0.4, 0.15, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0.4, 0.15, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0.4, 0.15, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.bl_band img {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.4, 0.4, 0.15, 1);
  transition: opacity 1.2s cubic-bezier(0.4, 0.4, 0.15, 1);
}
.bl_band.is_scalex img {
  opacity: 1;
}
.bl_band.is_scalex::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

/* =================================================
    .page_frontpage
=================================================== */
.page_frontpage .el_secTtl h2 {
  color: #000f41;
}
.page_frontpage .el_secTtl h2 .el_secTtl_sub {
  display: block;
  color: #001d79;
}

/* =================================================
    .bl_topFv
=================================================== */
.bl_topFv {
  width: 100%;
  height: 100dvh;
  aspect-ratio: 390/845;
}
.bl_topFv .bl_topFv_videoHero {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bl_topFv .bl_topFv_videoHero .el_video {
  width: auto;
  height: 100%;
  aspect-ratio: 1280/727;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .bl_topFv .bl_topFv_videoHero .el_video {
    width: 100%;
    position: static;
    -webkit-transform: none;
            transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bl_topFv .bl_topFv_videoHero .el_overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
  color: #fff;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
}
.bl_topFv .bl_topFv_videoHero .el_overlay .el_overlayTtl {
  width: 49.2307692308%;
  max-width: 192px;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .bl_topFv .bl_topFv_videoHero .el_overlay .el_overlayTtl {
    max-width: 272px;
  }
}
.bl_topFv .bl_topFv_videoHero .el_overlay .el_overlaySub {
  margin-top: 0.5em;
  font-size: clamp(14px, 2.5vw, 18px);
  opacity: 0.9;
}

/* =================================================
    .bl_topAbout
=================================================== */
.bl_topAbout {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .bl_topAbout {
    padding-top: 95px;
    padding-bottom: 90px;
  }
}
.bl_topAbout .el_secTtl h2 {
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1923076923;
  letter-spacing: 0.03em;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_topAbout .el_secTtl h2 {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 1.0322580645;
    letter-spacing: 0.01em;
  }
}
.bl_topAbout .el_secTtl h2 .el_secTtl_sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  letter-spacing: 0em;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_topAbout .el_secTtl h2 .el_secTtl_sub {
    margin-top: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}
.bl_topAbout .el_body {
  max-width: 695px;
  margin-top: 53px;
}
.bl_topAbout .el_body p {
  margin-top: 2em;
  font-weight: 450;
}
.bl_topAbout .el_body p:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .bl_topAbout .el_body p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.05em;
  }
}
.bl_topAbout .el_btnWrap {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_topAbout .el_btnWrap {
    margin-top: 70px;
  }
}

/* =================================================
    .bl_topBusiness
=================================================== */
.bl_topBusiness {
  position: relative;
  background: #fafafa;
  padding-top: 40px;
  padding-bottom: 73px;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .bl_topBusiness {
    padding-top: 62px;
    padding-bottom: 64px;
  }
}
.bl_topBusiness::before {
  content: "";
  position: absolute;
  top: -930px;
  left: -45%;
  width: 203.75%;
  height: auto;
  aspect-ratio: 26/30;
  background: url(../images/top/bl_topBusiness_circle.svg) no-repeat center top/contain;
  z-index: -1;
}
.bl_topBusiness .el_secTtl h2 {
  font-weight: 450;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .bl_topBusiness .el_secTtl h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3571428571;
    letter-spacing: 0.01em;
  }
}
.bl_topBusiness .el_secTtl h2 .el_secTtl_sub {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.0909090909;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_topBusiness .el_secTtl h2 .el_secTtl_sub {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1666666667;
    letter-spacing: 0em;
  }
}
.bl_topBusiness .bl_topBusiness_body {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .bl_topBusiness .bl_topBusiness_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 31px;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.bl_topBusiness .bl_topBusiness_body .el_mainImg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_topBusiness .bl_topBusiness_body .el_mainImg {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.015625%;
            flex: 0 0 36.015625%;
    aspect-ratio: 922/1384;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .bl_topBusiness .bl_topBusiness_body .el_mainImg .el_img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
  .bl_topBusiness .bl_topBusiness_body .el_mainImg .el_img.is_show {
    opacity: 1;
  }
}
.bl_topBusiness .bl_topBusiness_body .el_cont {
  width: 88.2666666667%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .bl_topBusiness .bl_topBusiness_body .el_cont {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.296875%;
            flex: 0 0 39.296875%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    padding-top: 24px;
  }
}
.bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row {
  display: block;
  color: #222222;
}
@media screen and (min-width: 1024px) {
  .bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 34px;
  }
}
.bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row .el_ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.8568588469%;
          flex: 0 0 23.8568588469%;
}
.bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row .el_ttl h3 {
  font-weight: 450;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row .el_ttl h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636363636;
    letter-spacing: 0.05em;
  }
}
.bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row .el_ttl h3 .el_secTtl_sub {
  display: block;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: 0;
          transform-origin: 0;
}
@media screen and (min-width: 1024px) {
  .bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row .el_ttl h3 .el_secTtl_sub {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: 0em;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row .el_body {
  margin-top: 29px;
}
@media screen and (min-width: 1024px) {
  .bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row .el_body {
    margin-top: 10px;
  }
}
.bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row .el_body .el_img_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 13.0769230769%;
  margin: 0 calc(50% - 50vw) 70px;
}
@media screen and (min-width: 1024px) {
  .bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row .el_body .el_img_sp {
    display: none;
  }
}
.bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row .el_body .el_img_sp div:last-of-type {
  margin-bottom: -55px;
}
.bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row .el_body p {
  width: 82%;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row .el_body p {
    width: 98%;
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8666666667;
    letter-spacing: 0.03em;
  }
}
.bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row .el_body .el_btnWrap {
  margin-top: 20px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row .el_body .el_btnWrap {
    margin-top: 22px;
  }
}
.bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row .el_body .el_btnWrap .el_btn {
  margin-left: auto;
  margin-right: 0;
}
.bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row + .el_cont_row {
  margin-top: 39px;
}
@media screen and (min-width: 1024px) {
  .bl_topBusiness .bl_topBusiness_body .el_cont .el_cont_row + .el_cont_row {
    margin-top: 18px;
  }
}
.bl_topBusiness .bl_topBusiness_body .el_subImg {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_topBusiness .bl_topBusiness_body .el_subImg {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.078125%;
            flex: 0 0 20.078125%;
    aspect-ratio: 514/834;
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .bl_topBusiness .bl_topBusiness_body .el_subImg .el_img {
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    bottom: -30px;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
  }
  .bl_topBusiness .bl_topBusiness_body .el_subImg .el_img.is_show {
    opacity: 1;
  }
}

/* =================================================
    .bl_topWorks
=================================================== */
.bl_topWorks {
  position: relative;
  padding-top: 39px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .bl_topWorks {
    padding-top: 58px;
    padding-bottom: 130px;
  }
}
.bl_topWorks .el_secTtl {
  text-align: center;
}
.bl_topWorks .el_secTtl h2 {
  font-weight: 450;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .bl_topWorks .el_secTtl h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3571428571;
    letter-spacing: 0.1em;
  }
}
.bl_topWorks .el_secTtl h2 .el_secTtl_sub {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_topWorks .el_secTtl h2 .el_secTtl_sub {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1666666667;
    letter-spacing: 0em;
  }
}

.bl_topWorks_slideWrap {
  margin: 40px calc(50% - 50vw) 0;
}
@media screen and (min-width: 1024px) {
  .bl_topWorks_slideWrap {
    max-width: 1140px;
    margin: 50px auto 0;
  }
}
.bl_topWorks_slideWrap .swiper {
  position: relative;
}
.bl_topWorks_slideWrap .swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.bl_topWorks_slideWrap .swiper .swiper-slide {
  height: auto;
  padding: 15px;
  background: #fff;
  border-radius: 3px;
  border: 6px solid #eceef0;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .bl_topWorks_slideWrap .swiper .swiper-slide {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bl_topWorks_slideWrap .swiper .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bl_topWorks_slideWrap .swiper .swiper-slide.swiper-slide-active a .el_thum {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.bl_topWorks_slideWrap .swiper .swiper-slide > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #222222;
}
.bl_topWorks_slideWrap .swiper .swiper-slide > a .el_thum {
  width: 100%;
  height: 100%;
  aspect-ratio: 335/283;
  overflow: hidden;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.bl_topWorks_slideWrap .swiper .swiper-slide > a .el_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_topWorks_slideWrap .swiper .swiper-slide > a .el_cont {
  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: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  height: 100%;
}
.bl_topWorks_slideWrap .swiper .swiper-slide > a .el_cont .el_cont_ttl {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.04em;
  font-weight: 450;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_topWorks_slideWrap .swiper .swiper-slide > a .el_cont .el_cont_ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    letter-spacing: 0.04em;
  }
}
.bl_topWorks_slideWrap .swiper .swiper-slide > a .el_cont .el_excerpt {
  width: 100%;
  height: 100%;
  display: grid;
  align-self: stretch;
  place-items: start start;
  margin-top: 12px;
}
.bl_topWorks_slideWrap .swiper .swiper-slide > a .el_cont .el_excerpt p {
  justify-self: start;
  -ms-flex-item-align: start;
      align-self: start;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
}
.bl_topWorks_slideWrap .swiper .swiper-slide > a .el_cont .el_btnWrap {
  width: 100%;
  margin-top: 10px;
}
.bl_topWorks_slideWrap .el_navigation {
  display: none;
  position: absolute;
  width: 100vw;
  max-width: 1230px;
  height: 38px;
  top: 28.6458333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .bl_topWorks_slideWrap .el_navigation {
    display: block;
    top: 50%;
  }
}
.bl_topWorks_slideWrap .el_navigation .swiper-button-prev,
.bl_topWorks_slideWrap .el_navigation .swiper-button-next {
  width: 38px;
  height: 38px;
  opacity: 1;
  margin-top: 0;
  top: 0;
  pointer-events: all;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .bl_topWorks_slideWrap .el_navigation .swiper-button-prev,
  .bl_topWorks_slideWrap .el_navigation .swiper-button-next {
    width: 38px;
    height: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_topWorks_slideWrap .el_navigation .swiper-button-prev,
  .bl_topWorks_slideWrap .el_navigation .swiper-button-next {
    cursor: pointer;
  }
  .bl_topWorks_slideWrap .el_navigation .swiper-button-prev:hover,
  .bl_topWorks_slideWrap .el_navigation .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.bl_topWorks_slideWrap .el_navigation .swiper-button-prev {
  left: 0;
  background: url("../images/common/slideleft.svg") no-repeat center center/contain;
}
.bl_topWorks_slideWrap .el_navigation .swiper-button-next {
  right: 0;
  background: url("../images/common/slideright.svg") no-repeat center center/contain;
}
.bl_topWorks_slideWrap.is_noslide .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.bl_topWorks_slideWrap.is_noslide .swiper-wrapper .swiper-slide {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .bl_topWorks_slideWrap.is_noslide .swiper-wrapper .swiper-slide {
    max-width: 400px;
  }
}
.bl_topWorks_slideWrap.is_noslide .swiper-button-prev,
.bl_topWorks_slideWrap.is_noslide .swiper-button-next {
  display: none;
}

/* =================================================
    .bl_topNews
=================================================== */
.bl_topNews {
  background: #fafafa;
  padding-top: 45px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .bl_topNews {
    padding-top: 86px;
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_topNews .bl_topNews_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
}
.bl_topNews .bl_topNews_wrap .el_secTtl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
}
.bl_topNews .bl_topNews_wrap .el_secTtl h2 {
  font-weight: 450;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .bl_topNews .bl_topNews_wrap .el_secTtl h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3571428571;
    letter-spacing: 0.1em;
  }
}
.bl_topNews .bl_topNews_wrap .el_secTtl h2 .el_secTtl_sub {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_topNews .bl_topNews_wrap .el_secTtl h2 .el_secTtl_sub {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1666666667;
    letter-spacing: 0em;
  }
}
.bl_topNews .bl_topNews_wrap .el_newsList {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 61.4285714286%;
          flex: 0 0 61.4285714286%;
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  .bl_topNews .bl_topNews_wrap .el_newsList {
    padding-top: 35px;
  }
}
.bl_topNews .bl_topNews_wrap .el_newsList ul {
  border-top: 1px solid #c3c3c3;
}
.bl_topNews .bl_topNews_wrap .el_newsList ul li {
  border-bottom: 1px solid #c3c3c3;
}
.bl_topNews .bl_topNews_wrap .el_newsList ul li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5px;
  padding-top: 33px;
  padding-bottom: 34px;
  color: #222222;
}
@media screen and (min-width: 1024px) {
  .bl_topNews .bl_topNews_wrap .el_newsList ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 55px;
  }
  .bl_topNews .bl_topNews_wrap .el_newsList ul li a:hover time,
  .bl_topNews .bl_topNews_wrap .el_newsList ul li a:hover .el_title {
    opacity: 1;
    color: #001d79;
  }
}
.bl_topNews .bl_topNews_wrap .el_newsList ul li a time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #6a6a6a;
}
@media screen and (min-width: 1024px) {
  .bl_topNews .bl_topNews_wrap .el_newsList ul li a time {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4166666667;
    letter-spacing: 0em;
  }
}
.bl_topNews .bl_topNews_wrap .el_newsList ul li a .el_title {
  color: #222222;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_topNews .bl_topNews_wrap .el_newsList ul li a .el_title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0.04em;
  }
}
.bl_topNews .el_btnWrap {
  margin-top: 28px;
}
@media screen and (min-width: 1024px) {
  .bl_topNews .el_btnWrap {
    margin-top: 31px;
  }
}
.bl_topNews .el_btnWrap .el_btn {
  margin-left: auto;
  margin-right: 0;
}

/* =================================================
    .bl_topEnvironment
=================================================== */
.bl_topEnvironment {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_topEnvironment {
    padding-top: 81px;
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_topEnvironment .el_secTtl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.3928571429%;
            flex: 0 0 13.3928571429%;
  }
}
.bl_topEnvironment .el_secTtl h2 {
  font-weight: 450;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_topEnvironment .el_secTtl h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3571428571;
    letter-spacing: 0.01em;
  }
}
.bl_topEnvironment .el_secTtl h2 .el_secTtl_sub {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_topEnvironment .el_secTtl h2 .el_secTtl_sub {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1666666667;
    letter-spacing: 0em;
  }
}
.bl_topEnvironment .bl_topEnvironment_body {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .bl_topEnvironment .bl_topEnvironment_body {
    margin-top: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.bl_topEnvironment .bl_topEnvironment_body .el_img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .bl_topEnvironment .bl_topEnvironment_body .el_img {
    margin-right: calc(50% - 50vw);
    margin-left: 0;
    padding-left: 41px;
  }
}
.bl_topEnvironment .bl_topEnvironment_body .el_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_topEnvironment .bl_topEnvironment_body .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 13px;
    padding-bottom: 0;
  }
}
.bl_topEnvironment .bl_topEnvironment_body .el_cont p {
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_topEnvironment .bl_topEnvironment_body .el_cont p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.25;
    letter-spacing: 0.04em;
  }
}
.bl_topEnvironment .bl_topEnvironment_body .el_cont .el_btnWrap {
  width: 100%;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_topEnvironment .bl_topEnvironment_body .el_cont .el_btnWrap {
    margin-top: 49px;
  }
}

/* =================================================
    .bl_instagram
=================================================== */
.bl_instagram {
  padding-top: 68px;
  padding-bottom: 130px;
  background: #fafafa;
  border-top: 5px solid #eceef0;
}
@media screen and (min-width: 1024px) {
  .bl_instagram {
    padding-top: 70px;
    padding-bottom: 112px;
  }
}
.bl_instagram .el_secTtl h2 {
  width: 140px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2142857143;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_instagram .el_secTtl h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.3571428571;
    letter-spacing: 0.1em;
  }
}
.bl_instagram .el_secTtl h3 {
  width: 37px;
  height: 36px;
  margin: 22px auto 0;
}

.bl_insta .el_instaLoad {
  display: grid;
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.bl_insta .el_instaLoad .post {
  width: 100%;
}
.bl_insta .el_instaLoad .post:nth-child(1) {
  grid-column: 1/-1;
}
.bl_insta .el_instaLoad .post a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.bl_insta .el_instaLoad .post a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .bl_insta .el_instaLoad {
    max-width: 750px;
    gap: 9px;
    grid-template-columns: 2fr 1fr 1fr;
  }
  .bl_insta .el_instaLoad .post:nth-child(1) {
    grid-column: 1;
    grid-row: 1/3;
  }
  .bl_insta .el_instaLoad .post:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .bl_insta .el_instaLoad .post:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
  }
  .bl_insta .el_instaLoad .post:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .bl_insta .el_instaLoad .post:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
  }
}

/* =================================================
    .bl_about
=================================================== */
.bl_about .el_secTtl {
  font-family: Arial, sans-serif;
}
.bl_about .bl_band {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bl_about .bl_band::before {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 1;
  z-index: 2;
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 101%;
  background-color: #fff;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.4, 0.4, 0.15, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.4, 0.4, 0.15, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0.4, 0.15, 1);
  transition: transform 1.2s cubic-bezier(0.4, 0.4, 0.15, 1), -webkit-transform 1.2s cubic-bezier(0.4, 0.4, 0.15, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.bl_about .bl_band picture,
.bl_about .bl_band img {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  -webkit-transition: opacity 1.2s cubic-bezier(0.4, 0.4, 0.15, 1);
  transition: opacity 1.2s cubic-bezier(0.4, 0.4, 0.15, 1);
}
.bl_about .bl_band.is_scalex::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
@media screen and (min-width: 768px) {
  .bl_about .bl_band1 {
    height: 520px;
  }
}
@media screen and (min-width: 768px) {
  .bl_about .bl_band2 {
    height: 442px;
  }
}
@media screen and (min-width: 768px) {
  .bl_about .bl_band3 {
    height: 430px;
  }
}
@media screen and (min-width: 768px) {
  .bl_about .bl_band3 {
    height: 384px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_about .ly_about_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bl_about .ly_about_flex .ly_about_flex_header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 185px;
            flex: 0 0 185px;
  }
  .bl_about .ly_about_flex .ly_about_flex_body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 695px;
            flex: 0 0 695px;
  }
}
.bl_about .bl_about_purpose {
  padding-top: 56px;
  padding-bottom: 81px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_purpose {
    padding-top: 90px;
    padding-bottom: 115px;
  }
}
.bl_about .bl_about_purpose .el_body {
  padding-top: 43px;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_purpose .el_body {
    padding-top: 0;
  }
}
.bl_about .bl_about_purpose h3 {
  margin-bottom: 34px;
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1923076923;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_purpose h3 {
    margin-bottom: 56px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1333333333;
    letter-spacing: 0.035em;
  }
}
.bl_about .bl_about_purpose h3 .el_secTtl_sub {
  display: block;
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_purpose h3 .el_secTtl_sub {
    margin-top: 6px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
.bl_about .bl_about_purpose p {
  margin-top: 2em;
  font-weight: 450;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.bl_about .bl_about_purpose p:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_purpose p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.bl_about .bl_about_vision {
  padding-bottom: 95px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_vision {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
.bl_about .bl_about_vision .el_body {
  padding-top: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_vision .el_body {
    padding-top: 0;
  }
}
.bl_about .bl_about_vision .el_body h3 {
  margin-bottom: 50px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
  color: #001455;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_vision .el_body h3 {
    margin-bottom: 47px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3846153846;
    letter-spacing: 0em;
  }
}
.bl_about .bl_about_vision p {
  margin-top: 2em;
  font-weight: 450;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.bl_about .bl_about_vision p:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_vision p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.bl_about .bl_about_spirit {
  padding-top: 71px;
  padding-bottom: 93px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_spirit {
    padding-top: 87px;
    padding-bottom: 120px;
  }
}
.bl_about .bl_about_spirit .ly_about_flex {
  gap: 78px;
}
.bl_about .bl_about_spirit .el_header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 456px;
          flex: 0 0 456px;
}
.bl_about .bl_about_spirit .el_img {
  width: 95%;
  max-width: 426px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_spirit .el_img {
    width: 426px;
  }
}
.bl_about .bl_about_spirit .el_body {
  margin-top: 39px;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_spirit .el_body {
    margin-top: 0;
  }
}
.bl_about .bl_about_spirit .el_body h3 {
  font-weight: 450;
  color: #001455;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_spirit .el_body h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545454545;
    letter-spacing: 0em;
  }
}
.bl_about .bl_about_spirit .el_body p {
  font-weight: 450;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_spirit .el_body p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}
.bl_about .bl_about_spirit .el_body p + h3 {
  margin-top: 62px;
}
.bl_about .bl_about_spirit .el_body h3 + p {
  margin-top: 12px;
}
.bl_about .bl_about_msg {
  position: relative;
  padding-top: 67px;
  padding-bottom: 95px;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_msg {
    padding-top: 87px;
    padding-bottom: 135px;
  }
  .bl_about .bl_about_msg::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    aspect-ratio: 24/23;
    width: 187.96875%;
    height: auto;
    background: url(../images/about/about_circle.svg) no-repeat center center/contain;
    z-index: -1;
  }
}
.bl_about .bl_about_msg .el_msg {
  margin-top: 0;
  font-weight: 450;
  color: #001455;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.0625;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_msg .el_msg {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.25;
    letter-spacing: 0.04em;
  }
}
.bl_about .bl_about_msg p:not(.el_msg) {
  margin-top: 2em;
  font-weight: 450;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_msg p:not(.el_msg) {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}
.bl_about .bl_about_msg .el_msg + p:not(.el_msg) {
  margin-top: 66px;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_msg .el_msg + p:not(.el_msg) {
    margin-top: 83px;
  }
}
.bl_about .bl_about_logo {
  padding-top: 73px;
  padding-bottom: 95px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_logo {
    padding-top: 102px;
    padding-bottom: 92px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_logo .el_cont {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 178px;
    padding-top: 27px;
  }
}
.bl_about .bl_about_logo .el_cont .el_img {
  max-width: 240px;
  margin: 46px auto 88px;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_logo .el_cont .el_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 355px;
            flex: 0 0 355px;
    max-width: none;
    padding-left: 62px;
    margin: 0;
    margin-top: 103px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_logo .el_cont .el_img .el_desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1fr;
            flex: 0 0 1fr;
  }
}
.bl_about .bl_about_logo .el_cont h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1px;
  border-bottom: 1px solid #222222;
  color: #222222;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_logo .el_cont h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.125;
    letter-spacing: 0.04em;
    padding-bottom: 0px;
  }
}
.bl_about .bl_about_logo .el_cont h4 {
  margin-top: 37px;
  color: #001455;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_logo .el_cont h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }
}
.bl_about .bl_about_logo .el_cont p {
  margin-top: 2em;
  font-weight: 450;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_logo .el_cont p {
    margin-top: 21px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.bl_about .bl_about_logo .el_cont p + h3 {
  margin-top: 54px;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_logo .el_cont p + h3 {
    margin-top: 80px;
  }
}
.bl_about .bl_about_logo .el_cont .el_blue {
  position: relative;
  width: 100%;
  max-width: 542px;
  height: auto;
  aspect-ratio: 340/97;
  background: #0e345a;
  padding: 1px 20px;
  margin: 36px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_about .bl_about_logo .el_cont .el_blue {
    max-width: none;
    aspect-ratio: 542/97;
  }
}
.bl_about .bl_about_logo .el_cont .el_blue img {
  width: 31.4705882353%;
  max-width: 107px;
}

/* =================================================
    .bl_business
=================================================== */
.bl_business .bl_pageLead {
  padding-top: 24px;
  padding-bottom: 33px;
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_pageLead {
    padding-top: 45px;
    padding-bottom: 84px;
  }
}
.bl_business .bl_pageLead p {
  margin-top: 2em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
}
.bl_business .bl_pageLead p:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_pageLead p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
}
.bl_business .bl_pageLead p.el_lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 450;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_pageLead p.el_lead {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.bl_business .bl_pageLead p + p {
  margin-top: 25px;
}
.bl_business .bl_pageLead .el_lead + p {
  margin-top: 28px;
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_pageLead .el_lead + p {
    margin-top: 37px;
  }
}
.bl_business .bl_bkg-gray {
  position: relative;
  background: #fafafa;
  z-index: 0;
  overflow: hidden;
}
.bl_business .bl_bkg-gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: auto;
  aspect-ratio: 2608/2172;
  background: url(../images/common/bkg_circle_white.svg) no-repeat center center/contain;
  z-index: -1;
}
.bl_business .bl_business_list .ly_sec_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
}
.bl_business .bl_business_list .ly_sec_inner .el_img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_business_list .ly_sec_inner .el_img {
    display: block;
    padding-right: 32px;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_business_list .ly_sec_inner .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-top: 40px;
    padding-left: 62px;
  }
}
.bl_business .bl_business_list .ly_sec_inner .el_cont h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_business_list .ly_sec_inner .el_cont h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3846153846;
    letter-spacing: 0.05em;
  }
}
.bl_business .bl_business_list .ly_sec_inner .el_cont h2 .el_subTtl {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_business_list .ly_sec_inner .el_cont h2 .el_subTtl {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1666666667;
    letter-spacing: 0em;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bl_business .bl_business_list .ly_sec_inner .el_cont p {
  width: 80.5970149254%;
  max-width: 420px;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_business_list .ly_sec_inner .el_cont p {
    margin-top: 50px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}
.bl_business .bl_business_list .ly_sec_inner .el_cont .el_img_sp {
  width: 86.9565217391%;
  margin: 20px auto 17px calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_business_list .ly_sec_inner .el_cont .el_img_sp {
    display: none;
  }
}
.bl_business .bl_business_list .ly_sec_inner .el_cont .el_btnWrap {
  margin-top: 22px;
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_business_list .ly_sec_inner .el_cont .el_btnWrap {
    margin-top: 90px;
  }
}
.bl_business .bl_business_cultural {
  position: relative;
  padding-top: 45px;
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_business_cultural {
    padding-top: 105px;
  }
}
.bl_business .bl_business_industrial {
  padding-top: 70px;
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_business_industrial {
    padding-top: 136px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_business_industrial .ly_sec_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_business_industrial .ly_sec_inner .el_img {
    padding-right: 0;
    padding-left: 54px;
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
.bl_business .bl_business_industrial .ly_sec_inner .el_cont {
  width: 86.9565217391%;
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_business_industrial .ly_sec_inner .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: auto;
    padding: 0;
    padding-left: 13%;
    padding-right: 30px;
  }
}
.bl_business .bl_business_industrial .ly_sec_inner .el_cont h2,
.bl_business .bl_business_industrial .ly_sec_inner .el_cont p,
.bl_business .bl_business_industrial .ly_sec_inner .el_cont .el_btnWrap {
  width: 100%;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_business_industrial .ly_sec_inner .el_cont h2,
  .bl_business .bl_business_industrial .ly_sec_inner .el_cont p,
  .bl_business .bl_business_industrial .ly_sec_inner .el_cont .el_btnWrap {
    width: auto;
    margin-right: auto;
  }
}
.bl_business .bl_business_industrial .ly_sec_inner .el_cont p {
  margin-top: 56px;
}
.bl_business .bl_business_industrial .ly_sec_inner .el_cont .el_img_sp {
  width: 100%;
  margin: 20px calc(50% - 50vw) 17px auto;
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_business_industrial .ly_sec_inner .el_cont .el_img_sp {
    display: none;
  }
}
.bl_business .bl_business_forestry {
  padding-top: 70px;
  padding-bottom: 113px;
}
@media screen and (min-width: 1024px) {
  .bl_business .bl_business_forestry {
    padding-top: 132px;
    padding-bottom: 223px;
  }
  .bl_business .bl_business_forestry .ly_sec_inner .el_cont {
    padding-top: 15px;
  }
}

/* =================================================
    .bl_business_child
=================================================== */
.bl_business_child .bl_pageheader {
  padding-bottom: 42px;
}
@media screen and (min-width: 1024px) {
  .bl_business_child .bl_pageheader {
    padding-bottom: 57px;
  }
}
.bl_business_child .el_mainImg {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .bl_business_child .el_mainImg {
    height: 540px;
  }
}
.bl_business_child .el_mainImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_business_child .bl_circle-gray {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.bl_business_child .bl_circle-gray::before {
  content: "";
  position: absolute;
  top: 53px;
  left: -88%;
  aspect-ratio: 1091/1668;
  width: 279.7435897436%;
  height: auto;
  z-index: -1;
  background: url(../images/business/bkg_circle_cultural_sp.svg) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .bl_business_child .bl_circle-gray::before {
    top: 83px;
    left: -30%;
    width: 190.078125%;
    height: auto;
    aspect-ratio: 2433/3504;
    background: url(../images/business/bkg_circle_cultural.svg) no-repeat center center/contain;
  }
}
.bl_business_child .el_desc {
  padding-top: 67px;
}
@media screen and (min-width: 1024px) {
  .bl_business_child .el_desc {
    max-width: 535px;
    padding-top: 76px;
    margin: 0 auto;
  }
}
.bl_business_child .el_desc p {
  margin-top: 2em;
  color: #001455;
}
.bl_business_child .el_desc p:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .bl_business_child .el_desc p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
.bl_business_child .el_imgWrap {
  position: relative;
  aspect-ratio: 390/413;
  margin: 65px auto 90px;
}
@media screen and (min-width: 1024px) {
  .bl_business_child .el_imgWrap {
    width: 81.25%;
    aspect-ratio: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 70px;
    margin: 103px auto 128px;
    overflow: visible;
  }
}
.bl_business_child .el_imgWrap .el_img img {
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .bl_business_child .el_imgWrap .el_img img {
    position: static;
  }
}
.bl_business_child .el_imgWrap .el_img .el_img_img1 {
  width: 50%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  .bl_business_child .el_imgWrap .el_img .el_img_img1 {
    width: 100%;
  }
}
.bl_business_child .el_imgWrap .el_img .el_img_img2 {
  width: 42.3076923077%;
  top: 13.0208333333vw;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .bl_business_child .el_imgWrap .el_img .el_img_img2 {
    width: 100%;
  }
}
.bl_business_child .el_imgWrap .el_img .el_img_img3 {
  width: 76.9230769231%;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .bl_business_child .el_imgWrap .el_img .el_img_img3 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .bl_business_child .el_imgWrap .el_img:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43.2692307692%;
            flex: 0 0 43.2692307692%;
  }
  .bl_business_child .el_imgWrap .el_img:nth-of-type(2) {
    margin-top: 68px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .bl_business_child .el_imgWrap .el_img:nth-of-type(2) .el_img_img3 {
    display: block;
    margin-top: 106px;
    margin-left: auto;
    margin-right: -28.3653846154%;
  }
}

/* =================================================
    .bl_business_cultural
=================================================== */
.bl_business_cultural {
  position: relative;
}
.bl_business_cultural .bl_contactBand {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 36px;
  color: #fff;
  background: url(../images/business/bkg_cultural_contact.jpg) no-repeat;
  background-size: cover;
  background-position: left 65% center;
}
@media screen and (min-width: 1024px) {
  .bl_business_cultural .bl_contactBand {
    height: 418px;
    padding: 0;
    background: url(../images/business/band_cultural_2.jpg) no-repeat center center/cover;
  }
  .bl_business_cultural .bl_contactBand::after {
    content: "";
    aspect-ratio: 515/416;
    width: 40%;
    height: 100%;
    background: url(../images/business/bkg_contact.png) no-repeat center center/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
.bl_business_cultural .bl_contactBand .ly_sec_inner {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .bl_business_cultural .bl_contactBand .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.146953405%;
            flex: 0 0 46.146953405%;
    position: relative;
    z-index: 1;
    padding-top: 99px;
    padding-left: 39px;
  }
}
.bl_business_cultural .bl_contactBand .el_cont p {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_business_cultural .bl_contactBand .el_cont p {
    color: #001d79;
    text-align: justify;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.625;
    letter-spacing: 0.04em;
  }
}
.bl_business_cultural .el_contact {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .bl_business_cultural .el_contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 90px;
  }
}
.bl_business_cultural .el_contact a {
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  place-content: center;
  width: 51.6417910448%;
  max-width: 173px;
  margin: 43px auto 0;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 100vw;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
  color: inherit;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_business_cultural .el_contact a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0em;
    max-width: 277px;
    margin: 0;
  }
}

/* =================================================
    .bl_ourServices
=================================================== */
.bl_ourServices {
  background-color: #fff;
  padding-top: 65px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .bl_ourServices {
    padding-top: 94px;
    padding-bottom: 108px;
  }
}
.bl_ourServices .bl_headingUnderline .el_secTtl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0em;
  font-family: Arial, sans-serif;
}
@media screen and (min-width: 1024px) {
  .bl_ourServices .bl_headingUnderline .el_secTtl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: 0em;
  }
}
.bl_ourServices ul {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_ourServices ul {
    margin-top: 57px;
  }
}
.bl_ourServices ul.ly_flex_pc {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_ourServices ul.ly_flex_pc {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .bl_ourServices ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 100px) / 3);
            flex: 0 0 calc((100% - 100px) / 3);
  }
}
.bl_ourServices ul li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bl_ourServices ul li a .el_thum {
  position: relative;
  aspect-ratio: 347/227;
  width: 100%;
  overflow: hidden;
}
.bl_ourServices ul li a .el_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_ourServices ul li a .el_cont {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .bl_ourServices ul li a .el_cont {
    margin-top: 17px;
  }
}
.bl_ourServices ul li a .el_cont h3 {
  color: #001455;
  font-weight: 450;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.04em;
}
.bl_ourServices ul li a .el_cont p {
  margin-top: 5px;
  color: #222222;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_ourServices ul li a .el_cont p {
    margin-top: 10px;
  }
}
.bl_ourServices ul li a .el_cont .el_btnWrap {
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .bl_ourServices ul li a .el_cont .el_btnWrap {
    margin-top: 18px;
  }
}

/* =================================================
    .bl_business_industrial
=================================================== */
.bl_business_industrial .bl_products_pick .ly_sec_inner .bl_productsPick_list {
  display: grid;
  margin: 20px auto 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .bl_business_industrial .bl_products_pick .ly_sec_inner .bl_productsPick_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.bl_business_industrial .bl_products_pick .ly_sec_inner .bl_productsPick_item .bl_card {
  display: block;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .bl_business_industrial .bl_products_pick .ly_sec_inner .bl_productsPick_item .bl_card:hover {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  }
}
.bl_business_industrial .bl_products_pick .ly_sec_inner .bl_productsPick_item .el_thumb {
  aspect-ratio: 1/1;
}
.bl_business_industrial .bl_products_pick .ly_sec_inner .bl_productsPick_item .el_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.bl_business_industrial .bl_products_pick .ly_sec_inner .bl_productsPick_item .el_ttl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 450;
  color: #001455;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .bl_business_industrial .bl_products_pick .ly_sec_inner .bl_productsPick_item .el_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}

/* =================================================
    .bl_business_industrialEsd
=================================================== */
.bl_business_industrialEsd {
  background-color: #fafafa;
  padding-top: 38px;
  padding-bottom: 40px;
  border-top: 5px solid #eceef0;
  border-bottom: 5px solid #eceef0;
}
@media screen and (min-width: 1024px) {
  .bl_business_industrialEsd {
    padding-top: 69px;
    padding-bottom: 122px;
  }
}
.bl_business_industrialEsd h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  color: #001d79;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_business_industrialEsd h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636363636;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1024px) {
  .bl_business_industrialEsd .ly_flex_pc {
    margin-top: 78px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 54px;
  }
}
.bl_business_industrialEsd .el_img {
  margin: 40px auto 42px;
}
@media screen and (min-width: 1024px) {
  .bl_business_industrialEsd .el_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.8392857143%;
            flex: 0 0 48.8392857143%;
    margin: 0 auto;
  }
}
.bl_business_industrialEsd .el_img img {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .bl_business_industrialEsd .el_img img {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_business_industrialEsd .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46.4285714286%;
            flex: 0 0 46.4285714286%;
  }
}
.bl_business_industrialEsd .el_cont .el_lead {
  margin-top: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.04em;
  color: #001455;
}
.bl_business_industrialEsd .el_cont .el_lead strong {
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_business_industrialEsd .el_cont .el_lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
  }
}
.bl_business_industrialEsd .el_cont p:not(.el_lead) {
  margin-top: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
}
.bl_business_industrialEsd .el_cont p:not(.el_lead):first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .bl_business_industrialEsd .el_cont p:not(.el_lead) {
    margin-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9285714286;
    letter-spacing: 0em;
  }
}
.bl_business_industrialEsd .bl_headingUnderline {
  margin-top: 115px;
}

/* =================================================
    .bl_business_forestryGps
=================================================== */
.bl_business_forestryGps {
  background-color: #fafafa;
  padding-top: 35px;
  padding-bottom: 50px;
  border-top: 5px solid #eceef0;
  border-bottom: 5px solid #eceef0;
}
@media screen and (min-width: 1024px) {
  .bl_business_forestryGps {
    padding-top: 69px;
    padding-bottom: 45px;
  }
}
.bl_business_forestryGps h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  color: #001d79;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_business_forestryGps h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
  }
}
.bl_business_forestryGps .el_img_sp {
  margin: 50px auto 45px;
}
@media screen and (min-width: 1024px) {
  .bl_business_forestryGps .el_img_sp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .bl_business_forestryGps .ly_flex_pc {
    margin-top: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 52px;
  }
}
.bl_business_forestryGps .el_img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_business_forestryGps .el_img {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60.2678571429%;
            flex: 0 0 60.2678571429%;
  }
}
.bl_business_forestryGps .el_img img {
  display: block;
  width: 100%;
  max-width: 683px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .bl_business_forestryGps .el_cont {
    margin-top: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.bl_business_forestryGps .el_cont p {
  margin-top: 2em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
}
.bl_business_forestryGps .el_cont p:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .bl_business_forestryGps .el_cont p {
    margin-top: 29px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}
.bl_business_forestryGps .el_cont .el_btnWrap {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .bl_business_forestryGps .el_cont .el_btnWrap {
    margin-top: 45px;
  }
}

/* =================================================
    .bl_forestry
=================================================== */
.bl_forestry {
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_forestry {
    padding-top: 58px;
  }
}
.bl_forestry .bl_forestry_lead {
  padding-top: 30px;
  padding-bottom: 49px;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_lead {
    padding-top: 38px;
    padding-bottom: 40px;
  }
}
.bl_forestry .bl_forestry_lead h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  font-weight: 450;
  color: #222222;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_lead h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    letter-spacing: 0.061em;
  }
}
.bl_forestry .bl_forestry_lead .el_lead {
  margin-top: 13px;
  margin-bottom: 28px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_lead .el_lead {
    margin-top: 26px;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}
.bl_forestry .bl_forestry_lead .el_lead span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 3.1;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_lead .el_lead span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.5833333333;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_lead .el_img {
    margin: 22px auto 0;
  }
}
.bl_forestry .bl_forestry_point {
  padding-top: 28px;
  padding-bottom: 53px;
  background: #f6f7f8;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_point {
    padding-top: 29px;
    padding-bottom: 39px;
  }
}
.bl_forestry .bl_forestry_point .ly_sec_inner {
  max-width: 852px;
  background: #fff;
  padding: 30px 15px 40px;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_point .ly_sec_inner {
    padding: 23px 29px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_point .ly_sec_inner.ly_flex_pc {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
  }
}
.bl_forestry .bl_forestry_point .ly_sec_inner h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_point .ly_sec_inner h3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 188px;
            flex: 0 0 188px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0em;
  }
}
.bl_forestry .bl_forestry_point .ly_sec_inner ul {
  margin-top: 23px;
  padding-left: 22px;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_point .ly_sec_inner ul {
    margin-top: 0;
    padding-left: 30px;
  }
}
.bl_forestry .bl_forestry_point .ly_sec_inner ul li {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_point .ly_sec_inner ul li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: 0.04em;
  }
}
.bl_forestry .bl_forestry_point .ly_sec_inner ul li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: -25px;
  color: #001d79;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.bl_forestry .bl_forestry_point .ly_sec_inner ul li + li {
  margin-top: 27px;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_point .ly_sec_inner ul li + li {
    margin-top: 28px;
  }
}
.bl_forestry .bl_forestry_point .el_msg {
  width: 88.2666666667%;
  margin: 40px auto 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 450;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_point .el_msg {
    margin-top: 23px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8333333333;
    letter-spacing: 0em;
  }
}
.bl_forestry .bl_forestry_set {
  padding-top: 42px;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_set {
    padding-top: 85px;
    padding-bottom: 81px;
  }
}
.bl_forestry .bl_forestry_set .el_secTtl {
  padding-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_set .el_secTtl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
.bl_forestry .bl_forestry_set .el_setWrap.el_setWrapA {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_set .el_setWrap.el_setWrapA {
    margin-top: 53px;
  }
}
.bl_forestry .bl_forestry_set .el_setWrap.el_setWrapB {
  margin-top: 78px;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_set .el_setWrap.el_setWrapB {
    margin-top: 68px;
  }
}
.bl_forestry .bl_forestry_set .el_setWrap h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_set .el_setWrap h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.bl_forestry .bl_forestry_set .el_setWrap .el_img_sp {
  max-width: 500px;
  margin: 30px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_set .el_setWrap .el_img_sp {
    display: none;
  }
}
.bl_forestry .bl_forestry_set .el_setWrap p {
  margin-top: 27px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_set .el_setWrap p {
    margin-top: 21px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}
.bl_forestry .bl_forestry_set .el_setWrap .el_img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_set .el_setWrap .el_img {
    display: block;
    margin-top: 55px;
  }
}
.bl_forestry .bl_forestry_set .el_msg {
  padding-top: 33px;
  padding-bottom: 33px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_set .el_msg {
    padding-top: 33px;
    padding-bottom: 33px;
    margin-top: 116px;
  }
}
.bl_forestry .bl_forestry_set .el_msg p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0em;
  color: #001d79;
  font-weight: 450;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_set .el_msg p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.65;
    letter-spacing: 0em;
  }
}
.bl_forestry .bl_forestry_contact {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .bl_forestry .bl_forestry_contact {
    padding-top: 72px;
    padding-bottom: 120px;
    border-top: 5px solid #eceef0;
  }
}

/* =================================================
    .bl_outsourcing
=================================================== */
.bl_outsourcing {
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing {
    padding-top: 50px;
  }
}
.bl_outsourcing .bl_outsourcing_lead {
  margin-bottom: 51px;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_lead {
    margin-bottom: 110px;
  }
}
.bl_outsourcing .bl_outsourcing_lead p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_lead p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.04em;
    font-weight: 450;
    color: #001455;
  }
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_lead p::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 50vw;
    height: 1px;
    background: #001455;
  }
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_01 {
    padding-top: 14px;
    padding-bottom: 80px;
  }
}
.bl_outsourcing .bl_outsourcing_01 .bl_headingUnderline .el_secTtl::after {
  width: 50vw;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_01 .ly_grid {
    display: grid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    grid-template-columns: minmax(0, 1fr) minmax(0, 600px);
    grid-template-areas: "cont img" "btn  img";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .bl_outsourcing .bl_outsourcing_01 .ly_grid .el_cont {
    grid-area: cont;
    max-width: 416px;
  }
  .bl_outsourcing .bl_outsourcing_01 .ly_grid .el_btnWrap {
    grid-area: btn;
  }
  .bl_outsourcing .bl_outsourcing_01 .ly_grid .el_img {
    grid-area: img;
  }
  .bl_outsourcing .bl_outsourcing_01 .ly_grid.bl_syutsudoitaku {
    margin-top: 125px;
  }
}
.bl_outsourcing .bl_outsourcing_01 .ly_grid .el_img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_01 .ly_grid .el_img {
    margin-top: 35px;
    display: block;
  }
}
.bl_outsourcing .bl_outsourcing_01 .el_img_sp {
  margin-top: 33px;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_01 .el_img_sp {
    display: none;
  }
}
.bl_outsourcing .bl_outsourcing_01 .el_img_sp + p {
  margin-top: 33px;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_01 .el_img_sp + p {
    margin: 0;
  }
}
.bl_outsourcing .bl_outsourcing_01 .el_cont {
  margin-top: 77px;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_01 .el_cont {
    margin-top: 0;
  }
}
.bl_outsourcing .bl_outsourcing_01 .el_cont h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  color: #001d79;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_01 .el_cont h2 {
    margin-bottom: 40px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
  }
}
.bl_outsourcing .bl_outsourcing_01 .el_cont .el_img_sp {
  margin-top: 36px;
}
.bl_outsourcing .bl_outsourcing_01 .el_cont .el_img_sp + P {
  margin-top: 37px;
}
.bl_outsourcing .bl_outsourcing_01 .el_cont p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_01 .el_cont p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: 0.04em;
  }
}
.bl_outsourcing .bl_outsourcing_01 .el_cont p + p {
  margin-top: 2em;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_01 .el_cont p + p {
    margin-top: 27px;
  }
}
.bl_outsourcing .bl_outsourcing_01 .el_btnWrap {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_01 .el_btnWrap {
    margin-top: 40px;
  }
}
.bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc {
  margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc {
    margin-top: 121px;
  }
}
.bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
  font-weight: 450;
  color: #001d79;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
  }
}
.bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc .bl_outsourcing_etc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 49px;
}
@media screen and (min-width: 768px) {
  .bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc .bl_outsourcing_etc_list {
    display: grid;
    margin-top: 75px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "a b" "c d " "e e";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 60px;
  }
  .bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc .bl_outsourcing_etc_list .el_card-a {
    grid-area: a;
  }
  .bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc .bl_outsourcing_etc_list .el_card-b {
    grid-area: b;
  }
  .bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc .bl_outsourcing_etc_list .el_card-c {
    grid-area: c;
  }
  .bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc .bl_outsourcing_etc_list .el_card-d {
    grid-area: d;
  }
  .bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc .bl_outsourcing_etc_list .el_card-e {
    grid-area: e;
  }
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc .bl_outsourcing_etc_list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "a b c" "d e e";
  }
}
.bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc .bl_outsourcing_etc_list .el_card.el_card-e > .el_thum {
  aspect-ratio: 689/234;
}
.bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc .bl_outsourcing_etc_list .el_card .el_thum {
  width: 100%;
  height: auto;
  aspect-ratio: 307/221;
  overflow: hidden;
}
.bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc .bl_outsourcing_etc_list .el_card .el_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc .bl_outsourcing_etc_list .el_card h3 {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 450;
  color: #001d79;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc .bl_outsourcing_etc_list .el_card h3 {
    margin-top: 20px;
    margin-top: auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
.bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc .bl_outsourcing_etc_list .el_card p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5833333333;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing .bl_outsourcing_01 .bl_outsourcing_etc .bl_outsourcing_etc_list .el_card p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.02em;
  }
}

.bl_outsourcing_flow {
  padding-top: 110px;
  padding-bottom: 55px;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing_flow {
    padding-top: 71px;
    background: #fafafa;
  }
}
.bl_outsourcing_flow h2 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.0909090909;
  letter-spacing: 0em;
  color: #001455;
  font-weight: 450;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing_flow h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3636363636;
    letter-spacing: 0.04em;
  }
}
.bl_outsourcing_flow .el_img {
  margin: 26px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing_flow .el_img {
    margin: 56px auto 0;
  }
}

.bl_areaMarker {
  padding-bottom: 70px;
}
.bl_areaMarker .el_img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_areaMarker .el_img {
    display: block;
  }
}
.bl_areaMarker .ly_flex_pc {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_areaMarker .ly_flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 44px;
    gap: 74px;
  }
  .bl_areaMarker .ly_flex_pc .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 417px;
            flex: 0 0 417px;
  }
  .bl_areaMarker .ly_flex_pc .el_img {
    margin-top: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 533px;
            flex: 0 0 533px;
  }
}
.bl_areaMarker .ly_flex_pc .el_cont h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 450;
  color: #001d79;
}
@media screen and (min-width: 1024px) {
  .bl_areaMarker .ly_flex_pc .el_cont h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3888888889;
    letter-spacing: 0.04em;
  }
}
.bl_areaMarker .ly_flex_pc .el_cont p {
  margin-top: 44px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_areaMarker .ly_flex_pc .el_cont p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
}
.bl_areaMarker .ly_flex_pc .el_cont p + p {
  margin-top: 2em;
}
.bl_areaMarker .el_img_sp {
  margin: 42px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 1024px) {
  .bl_areaMarker .el_img_sp {
    display: none;
  }
}
.bl_areaMarker .el_img_sp.el_img_sp_1 {
  width: 100%;
  max-width: 510px;
}
.bl_areaMarker .bl_areaMarker_step {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 75px;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_areaMarker .bl_areaMarker_step {
    margin-top: 66px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 58px;
  }
}
.bl_areaMarker .bl_areaMarker_step li {
  max-width: 330px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .bl_areaMarker .bl_areaMarker_step li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 116px) / 3);
            flex: 0 0 calc((100% - 116px) / 3);
  }
}
.bl_areaMarker .bl_areaMarker_step li .el_thum {
  width: 100%;
  height: auto;
  aspect-ratio: 330/217;
  overflow: hidden;
}
.bl_areaMarker .bl_areaMarker_step li .el_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_areaMarker .bl_areaMarker_step li .el_cont h3 {
  margin-top: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2727272727;
  letter-spacing: 0em;
  font-weight: 450;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_areaMarker .bl_areaMarker_step li .el_cont h3 {
    margin-top: 22px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2727272727;
    letter-spacing: 0em;
  }
}
.bl_areaMarker .bl_areaMarker_step li .el_cont p {
  margin-top: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_areaMarker .bl_areaMarker_step li .el_cont p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}

.bl_outsourcing_jetMarker .el_img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing_jetMarker .el_img {
    display: block;
  }
}
.bl_outsourcing_jetMarker .ly_flex_pc {
  padding-bottom: 47px;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing_jetMarker .ly_flex_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 42px;
    padding-bottom: 97px;
  }
  .bl_outsourcing_jetMarker .ly_flex_pc .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 456px;
            flex: 0 0 456px;
  }
  .bl_outsourcing_jetMarker .ly_flex_pc .el_img {
    margin-top: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 533px;
            flex: 0 0 533px;
  }
}
.bl_outsourcing_jetMarker .el_img_sp {
  margin: 86px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing_jetMarker .el_img_sp {
    display: none;
  }
}
.bl_outsourcing_jetMarker .el_img_sp.el_img_sp_1 {
  width: 53.7313432836%;
}
.bl_outsourcing_jetMarker .el_cont h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #001d79;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing_jetMarker .el_cont h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5555555556;
    letter-spacing: 0.04em;
  }
}
.bl_outsourcing_jetMarker .el_cont h2 + p {
  margin-top: 20px;
}
.bl_outsourcing_jetMarker .el_cont p + h2 {
  margin-top: 58px;
}
.bl_outsourcing_jetMarker .el_cont p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing_jetMarker .el_cont p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}
.bl_outsourcing_jetMarker .el_cont p + p {
  margin-top: 2em;
}
.bl_outsourcing_jetMarker .el_cont .el_img_sp {
  margin: 28px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing_jetMarker .el_cont .el_img_sp {
    display: none;
  }
}

.bl_leaseSummary {
  background: #f6f7f8;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .bl_leaseSummary .ly_sec_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 28px;
  }
}
.bl_leaseSummary .el_cont {
  padding: 31px 15px 30px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .bl_leaseSummary .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69.4444444444%;
            flex: 0 0 69.4444444444%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 49px 25px 40px;
  }
}
.bl_leaseSummary .el_cont h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.04em;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_leaseSummary .el_cont h2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 111px;
            flex: 0 0 111px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}
.bl_leaseSummary .el_cont ul {
  padding-left: 1em;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_leaseSummary .el_cont ul {
    padding-left: 20px;
    margin-top: 0;
  }
}
.bl_leaseSummary .el_cont ul li {
  position: relative;
  text-indent: -1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_leaseSummary .el_cont ul li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}
.bl_leaseSummary .el_cont ul li::before {
  content: "・";
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0em;
  margin-right: 3px;
}
.bl_leaseSummary .el_cont ul li + li {
  margin-top: 23px;
}
.bl_leaseSummary .el_list {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .bl_leaseSummary .el_list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.8518518519%;
            flex: 0 0 26.8518518519%;
  }
}
.bl_leaseSummary .el_list h3 {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6363636364;
  letter-spacing: 0em;
  color: #222222;
}
.bl_leaseSummary .el_list ul {
  padding-left: 1em;
}
@media screen and (min-width: 1024px) {
  .bl_leaseSummary .el_list ul {
    margin-top: 6px;
  }
}
.bl_leaseSummary .el_list ul li {
  text-indent: -1em;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6363636364;
  letter-spacing: 0em;
}
.bl_leaseSummary .el_list ul li::before {
  content: "・";
}

.bl_outsourcing_contact {
  padding-top: 0px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .bl_outsourcing_contact {
    padding-top: 57px;
    padding-bottom: 113px;
  }
}

.bl_lease_contact {
  padding-top: 47px;
  padding-bottom: 110px;
}
@media screen and (min-width: 1024px) {
  .bl_lease_contact {
    padding-top: 57px;
    padding-bottom: 113px;
  }
}

/* =================================================
    .bl_reier
=================================================== */
.bl_reier {
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_reier {
    padding-top: 58px;
  }
}
.bl_reier .bl_pageheader .el_pageTitle {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_pageheader .el_pageTitle {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }
}
.bl_reier .bl_reier_lead {
  padding-top: 7px;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_lead {
    padding-top: 17px;
  }
}
.bl_reier .bl_reier_lead p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_lead p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.025em;
  }
}
.bl_reier .bl_reier_mainImg {
  margin-top: 43px;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_mainImg {
    margin-top: 54px;
    max-width: 1180px;
    margin: 55px auto 0;
  }
}
.bl_reier .bl_reier_story {
  padding-bottom: 90px;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_story {
    padding-bottom: 150px;
  }
}
.bl_reier .bl_reier_story .el_cont {
  padding-top: 45px;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_story .el_cont {
    padding-top: 69px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.6851851852%;
            flex: 0 0 47.6851851852%;
  }
}
.bl_reier .bl_reier_story .el_cont h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  color: #001d79;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_story .el_cont h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
  }
}
.bl_reier .bl_reier_story .el_cont h2::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90px;
  height: 57px;
  background: url(../images/reier-display-cases/reier-logo.jpg) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_story .el_cont h2::after {
    display: none;
  }
}
.bl_reier .bl_reier_story .el_cont h2 + p {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_story .el_cont h2 + p {
    margin-top: 48px;
  }
}
.bl_reier .bl_reier_story .el_cont p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_story .el_cont p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}
.bl_reier .bl_reier_story .el_cont p + p {
  margin-top: 2em;
}
.bl_reier .bl_reier_story .el_img {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_story .el_img {
    margin-top: 70px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.962962963%;
            flex: 0 0 47.962962963%;
  }
}
.bl_reier .bl_reier_story .el_img .el_img-logo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_story .el_img .el_img-logo {
    display: block;
    width: 23.9382239382%;
    max-width: 124px;
    margin: 25px 0 15px auto;
  }
}
.bl_reier .bl_reier_patarn {
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_patarn {
    padding-bottom: 123px;
  }
}
.bl_reier .bl_reier_patarn .el_secTtl {
  padding-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_patarn .el_secTtl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
.bl_reier .bl_reier_patarn .bl_reier_order {
  padding-bottom: 48px;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_patarn .bl_reier_order {
    padding-bottom: 99px;
    margin-top: 65px;
  }
}
.bl_reier .bl_reier_patarn .bl_reier_order h3 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.6842105263;
  letter-spacing: 0.04em;
  color: #001455;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_patarn .bl_reier_order h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
  }
}
.bl_reier .bl_reier_patarn .bl_reier_order .el_lead {
  margin-top: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_patarn .bl_reier_order .el_lead {
    margin-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6111111111;
    letter-spacing: 0.04em;
  }
}
.bl_reier .bl_reier_patarn .bl_reier_order .el_lead + p {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_patarn .ly_grid {
    display: grid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    grid-template-columns: minmax(0, 1fr) minmax(0, 572px);
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "ttl ga" "lead  ga" "p  ga";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 39px;
  }
  .bl_reier .bl_reier_patarn .ly_grid .ly_ttl {
    grid-area: ttl;
  }
  .bl_reier .bl_reier_patarn .ly_grid .ly_ga {
    grid-area: ga;
  }
  .bl_reier .bl_reier_patarn .ly_grid .ly_lead {
    grid-area: lead;
  }
  .bl_reier .bl_reier_patarn .ly_grid .ly_p {
    grid-area: p;
  }
}
.bl_reier .bl_reier_patarn .bl_gallery {
  width: min(100%, 800px);
  margin: 15px auto;
  /* ユーザーが動きを減らす設定なら瞬時切替 */
  /* 選択中のビジュアル */
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_patarn .bl_gallery {
    margin: 0;
  }
}
.bl_reier .bl_reier_patarn .bl_gallery .bl_gallery_main {
  margin-bottom: 12px;
}
.bl_reier .bl_reier_patarn .bl_gallery .bl_gallery_mainFrame {
  position: relative;
  width: 100%;
  aspect-ratio: 572/313;
  overflow: hidden;
  background: #f4f4f4;
}
.bl_reier .bl_reier_patarn .bl_gallery .bl_gallery_mainImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* センター切り抜き */
  -o-object-position: center;
     object-position: center;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 320ms ease;
  transition: opacity 320ms ease;
  pointer-events: none;
}
.bl_reier .bl_reier_patarn .bl_gallery .bl_gallery_mainImg.is-top {
  opacity: 1;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .bl_reier .bl_reier_patarn .bl_gallery .bl_gallery_mainImg {
    -webkit-transition: none;
    transition: none;
  }
}
.bl_reier .bl_reier_patarn .bl_gallery .bl_gallery_mainFrame > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 比率が違う画像はセンター基準でトリミング */
  -o-object-position: center;
     object-position: center;
  display: block;
}
.bl_reier .bl_reier_patarn .bl_gallery .bl_gallery_thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.bl_reier .bl_reier_patarn .bl_gallery .bl_gallery_thumb {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  overflow: hidden;
  outline-offset: 1px;
}
.bl_reier .bl_reier_patarn .bl_gallery .bl_gallery_thumb:focus-visible {
  outline: 1px solid #333;
}
.bl_reier .bl_reier_patarn .bl_gallery .bl_gallery_thumbFrame {
  display: block;
  width: 100%;
  aspect-ratio: 135/97;
  background: #eee;
}
.bl_reier .bl_reier_patarn .bl_gallery .bl_gallery_thumbFrame > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.bl_reier .bl_reier_patarn .bl_gallery .bl_gallery_thumb.is-active {
  -webkit-box-shadow: 0 0 0 2px #111 inset;
          box-shadow: 0 0 0 2px #111 inset;
}
.bl_reier .bl_modular .ly_grid {
  padding-bottom: 61px;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_modular .ly_grid {
    padding-bottom: 36px;
    display: grid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    grid-template-columns: minmax(0, 1fr) minmax(0, 572px);
    grid-template-rows: auto 1fr;
    grid-template-areas: "ttl ttl" "cont  img";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 50px;
  }
  .bl_reier .bl_modular .ly_grid .ly_ttl {
    grid-area: ttl;
  }
  .bl_reier .bl_modular .ly_grid .ly_img {
    grid-area: img;
  }
  .bl_reier .bl_modular .ly_grid .ly_cont {
    grid-area: cont;
  }
}
.bl_reier .bl_modular h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  color: #001455;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_modular h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
  }
}
.bl_reier .bl_modular .el_img {
  margin: 22px auto;
}
.bl_reier .bl_modular .el_img img {
  max-width: 450px;
}
.bl_reier .bl_modular p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_modular p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}
.bl_reier .bl_modular p.el_lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_modular p.el_lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
  }
}
.bl_reier .bl_modular .el_lead + p {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_modular .el_lead + p {
    margin-top: 40px;
  }
}
.bl_reier .bl_modular p + p {
  margin-top: 2em;
}
.bl_reier .bl_modular h4 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5px;
  border-bottom: 1px solid #001455;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #001455;
  font-weight: 450;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_modular h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7777777778;
    letter-spacing: 0.04em;
    text-align: left;
  }
}
.bl_reier .bl_modular h4 + p {
  margin-top: 4px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5833333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_modular h4 + p {
    margin-top: 10px;
    text-align: left;
  }
}
.bl_reier .bl_modular .bl_modular1_slideWrap {
  position: relative;
  margin: 40px calc(-50vw + 50%) 0;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_modular .bl_modular1_slideWrap {
    margin: 60px auto 0;
  }
}
.bl_reier .bl_modular .bl_modular2_slideWrap {
  position: relative;
  margin: 76px calc(-50vw + 50%) 0;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_modular .bl_modular2_slideWrap {
    margin: 90px auto 0;
  }
}
.bl_reier .bl_modular .el_thum {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.bl_reier .bl_modular .el_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_reier .bl_modular .el_swiperButton {
  display: none;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_modular .el_swiperButton {
    display: block;
    position: absolute;
    width: 100vw;
    height: 34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    z-index: 20;
    top: 7.34375vw;
    height: 34px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_reier .bl_modular .el_swiperButton {
    top: 98px;
    width: calc(100% + 102px);
  }
}
.bl_reier .bl_modular .el_swiperButton .swiper-button-prev,
.bl_reier .bl_modular .el_swiperButton .swiper-button-next {
  width: 34px;
  height: 34px;
  opacity: 1;
  margin-top: 0;
  top: 0;
  pointer-events: all;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_modular .el_swiperButton .swiper-button-prev,
  .bl_reier .bl_modular .el_swiperButton .swiper-button-next {
    width: 34px;
    height: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_modular .el_swiperButton .swiper-button-prev,
  .bl_reier .bl_modular .el_swiperButton .swiper-button-next {
    cursor: pointer;
  }
  .bl_reier .bl_modular .el_swiperButton .swiper-button-prev:hover,
  .bl_reier .bl_modular .el_swiperButton .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.bl_reier .bl_modular .el_swiperButton .swiper-button-prev {
  left: 0;
  background: url("../images/common/slideleft.svg") no-repeat center center/contain;
}
.bl_reier .bl_modular .el_swiperButton .swiper-button-next {
  right: 0;
  background: url("../images/common/slideright.svg") no-repeat center center/contain;
}
.bl_reier .bl_standard {
  padding-top: 74px;
}
.bl_reier .bl_standard h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.04em;
  color: #001455;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_standard h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545454545;
    letter-spacing: 0.04em;
  }
}
.bl_reier .bl_standard .el_lead {
  margin-top: 22px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_standard .el_lead {
    margin-top: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
  }
}
.bl_reier .bl_standard .el_lead + P {
  margin-top: 8px;
}
.bl_reier .bl_standard .bl_standard_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  row-gap: 24px;
  margin: 0;
  margin-top: 40px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_standard .bl_standard_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 41px;
    row-gap: 45px;
  }
}
.bl_reier .bl_standard .bl_standard_list h4 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #001d79;
  font-weight: 450;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_standard .bl_standard_list h4 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2857142857;
    letter-spacing: 0em;
    color: #222222;
    text-align: left;
  }
}
.bl_reier .bl_standard .bl_standard_list h4 span {
  display: block;
}
.bl_reier .bl_standard .is-hidden {
  display: none;
}
.bl_reier .bl_standard .bl_standard_more {
  text-align: center;
  margin-top: 45px;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_standard .bl_standard_more {
    margin-top: 82px;
  }
}
.bl_reier .bl_standard .bl_standard_more .el_viewMore {
  min-width: 205px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #001d79;
  background: #fff;
  padding: 10px 20px;
  border-radius: 100vw;
  cursor: pointer;
  color: #001d79;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_standard .bl_standard_more .el_viewMore {
    width: 274px;
  }
}
.bl_reier .bl_reier_orderInfo {
  background: #f6f7f8;
  padding-top: 38px;
  padding-bottom: 55px;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_orderInfo {
    padding-top: 50px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_orderInfo .ly_flex_pc {
    gap: 66px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_orderInfo .bl_headingUnderline {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
}
.bl_reier .bl_reier_orderInfo .bl_headingUnderline .el_secTtl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_orderInfo .bl_headingUnderline .el_secTtl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.bl_reier .bl_reier_orderInfo ol {
  padding-left: 8px;
  margin-top: 25px;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_orderInfo ol {
    margin-top: 0;
  }
}
.bl_reier .bl_reier_orderInfo .el_row h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_orderInfo .el_row h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-weight: 450;
  }
}
.bl_reier .bl_reier_orderInfo .el_row p {
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_orderInfo .el_row p {
    margin-top: 2px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.bl_reier .bl_reier_orderInfo li + li {
  margin-top: 24px;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_orderInfo li + li {
    margin-top: 40px;
  }
}
.bl_reier .bl_reier_contact {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .bl_reier .bl_reier_contact {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}

/* =================================================
    .bl_environment
=================================================== */
@media screen and (min-width: 1024px) {
  .bl_environment {
    padding-top: 32px;
  }
}
.bl_environment .bl_pageheader {
  padding-bottom: 38px;
}
@media screen and (min-width: 1024px) {
  .bl_environment .bl_pageheader {
    padding-top: 20px;
  }
}
.bl_environment .bl_environment_lead {
  margin-bottom: clamp(80px, 59.0076335878px + 5.5979643766vw, 102px);
}
@media screen and (min-width: 1024px) {
  .bl_environment .bl_environment_lead {
    padding-top: 15px;
  }
}
.bl_environment .bl_environment_lead p {
  margin-top: 2em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_environment .bl_environment_lead p {
    margin-top: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
.bl_environment .bl_environment_lead p:first-of-type {
  margin-top: 0;
}
.bl_environment .bl_band1 {
  height: clamp(150px, 58.3969465649px + 24.427480916vw, 246px);
}
.bl_environment .bl_environment_policy {
  padding-top: clamp(37px, -8.8015267176px + 12.213740458vw, 85px);
  padding-bottom: clamp(55px, 23.5114503817px + 8.3969465649vw, 88px);
}
@media screen and (min-width: 1024px) {
  .bl_environment .bl_environment_policy .ly_sec_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 130px;
  }
}
.bl_environment .bl_environment_policy .ly_sec_inner h3 {
  font-size: clamp(18px, 16.0916030534px + 0.5089058524vw, 20px);
  font-weight: 450;
  color: #001455;
}
.bl_environment .bl_environment_policy .ly_sec_inner ol {
  margin-top: 22px;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .bl_environment .bl_environment_policy .ly_sec_inner ol {
    margin-top: 0;
  }
}
.bl_environment .bl_environment_policy .ly_sec_inner ol li {
  margin-top: 38px;
}
@media screen and (min-width: 1024px) {
  .bl_environment .bl_environment_policy .ly_sec_inner ol li {
    margin-top: 40px;
  }
}
.bl_environment .bl_environment_policy .ly_sec_inner ol li:first-of-type {
  margin-top: 0;
}
.bl_environment .bl_environment_policy .ly_sec_inner ol li h4 {
  font-size: clamp(16px, 14.0916030534px + 0.5089058524vw, 18px);
  font-weight: 450;
  color: #001d79;
}
.bl_environment .bl_environment_policy .ly_sec_inner ol li p {
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 12.0916030534px + 0.5089058524vw, 16px);
}
@media screen and (min-width: 1024px) {
  .bl_environment .bl_environment_policy .ly_sec_inner ol li p {
    margin-top: 6px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}
.bl_environment .bl_band2 {
  width: 100%;
  height: clamp(145px, 35.2671755725px + 29.262086514vw, 260px);
}
.bl_environment .bl_environment_guidelines {
  padding-top: clamp(40px, 2.786259542px + 9.9236641221vw, 79px);
  padding-bottom: clamp(65px, 44.0076335878px + 5.5979643766vw, 87px);
}
.bl_environment .bl_environment_guidelines h2 {
  margin-bottom: 23px;
  font-size: clamp(18px, 16.0916030534px + 0.5089058524vw, 20px);
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 450;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_environment .bl_environment_guidelines h2 {
    margin-bottom: 58px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
.bl_environment .bl_environment_guidelines h3 {
  font-size: clamp(16px, 14.0916030534px + 0.5089058524vw, 18px);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.04em;
  font-weight: 450;
  color: #001d79;
}
@media screen and (min-width: 1024px) {
  .bl_environment .bl_environment_guidelines h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2222222222;
    letter-spacing: 0.05em;
  }
}
.bl_environment .bl_environment_guidelines h3 + p {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 12.0916030534px + 0.5089058524vw, 16px);
}
@media screen and (min-width: 1024px) {
  .bl_environment .bl_environment_guidelines h3 + p {
    margin-top: 19px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}
.bl_environment .bl_environment_guidelines ul + h3 {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .bl_environment .bl_environment_guidelines ul + h3 {
    margin-top: 55px;
  }
}
.bl_environment .bl_environment_guidelines p + ul {
  margin-top: clamp(4px, -4.5877862595px + 2.2900763359vw, 13px);
}
.bl_environment .bl_environment_guidelines ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: clamp(12px, 10.0916030534px + 0.5089058524vw, 14px);
}
@media screen and (min-width: 1024px) {
  .bl_environment .bl_environment_guidelines ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.9285714286;
    letter-spacing: 0.04em;
  }
}
.bl_environment .bl_environment_guidelines ul li + li {
  margin-top: 10px;
}

/* =================================================
    .bl_sitepolicy
=================================================== */
.bl_sitepolicy {
  padding-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_sitepolicy {
    padding-top: 44px;
  }
}
.bl_sitepolicy > .ly_sec_inner {
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_sitepolicy > .ly_sec_inner {
    padding-bottom: 100px;
  }
}
.bl_sitepolicy .bl_sitepolicy_row {
  margin-top: 87px;
}
.bl_sitepolicy .bl_sitepolicy_row:first-of-type {
  margin-top: 70px;
}
@media screen and (min-width: 1024px) {
  .bl_sitepolicy .bl_sitepolicy_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.bl_sitepolicy .bl_sitepolicy_row h2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 450;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_sitepolicy .bl_sitepolicy_row h2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    letter-spacing: 0em;
  }
}
.bl_sitepolicy .bl_sitepolicy_row .el_cont {
  margin-top: 23px;
}
@media screen and (min-width: 1024px) {
  .bl_sitepolicy .bl_sitepolicy_row .el_cont {
    margin-top: 0;
  }
}
.bl_sitepolicy .bl_sitepolicy_row .el_cont h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_sitepolicy .bl_sitepolicy_row .el_cont h3 {
    margin-top: 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0em;
  }
}
.bl_sitepolicy .bl_sitepolicy_row .el_cont p + h3 {
  margin-top: 27px;
}
.bl_sitepolicy .bl_sitepolicy_row .el_cont h3 + p {
  margin-top: 1px;
}
.bl_sitepolicy .bl_sitepolicy_row .el_cont ol {
  list-style-position: inside;
}
.bl_sitepolicy .bl_sitepolicy_row .el_cont ol > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 13.0458015267px + 0.2544529262vw, 15px);
}
@media screen and (min-width: 1024px) {
  .bl_sitepolicy .bl_sitepolicy_row .el_cont ol > li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}
.bl_sitepolicy .bl_sitepolicy_row .el_cont ol > li + li {
  margin-top: 2em;
}
.bl_sitepolicy .bl_sitepolicy_row .el_cont * + ol {
  margin-top: 1em;
}
.bl_sitepolicy .bl_sitepolicy_row .el_cont ul > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_sitepolicy .bl_sitepolicy_row .el_cont ul > li {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}
.bl_sitepolicy .bl_sitepolicy_row .el_cont ul > li::before {
  content: "・";
}
.bl_sitepolicy .bl_sitepolicy_row .el_cont p {
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  letter-spacing: 0.04em;
  word-break: break-all;
}
@media screen and (min-width: 1024px) {
  .bl_sitepolicy .bl_sitepolicy_row .el_cont p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}
.bl_sitepolicy .bl_sitepolicy_row .el_cont p a {
  color: inherit;
}
.bl_sitepolicy .bl_sitepolicy_row .el_cont p.el_note {
  padding-left: 1em;
  text-indent: -1em;
}
.bl_sitepolicy .bl_sitepolicy_row .el_cont p.el_lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_sitepolicy .bl_sitepolicy_row .el_cont p.el_lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

/* =================================================
    .bl_company
=================================================== */
.bl_company {
  padding-top: 35px;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .bl_company {
    padding-top: 38px;
  }
}
.bl_company .bl_company_profile {
  padding-top: 20px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .bl_company .bl_company_profile {
    padding-top: 47px;
    padding-bottom: 88px;
  }
}
@media screen and (min-width: 768px) {
  .bl_company .bl_company_profile dl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bl_company .bl_company_profile .el_row {
  padding-top: 23px;
  padding-bottom: 26px;
  padding-left: 7px;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (min-width: 768px) {
  .bl_company .bl_company_profile .el_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 33px;
    padding-left: 0;
  }
}
.bl_company .bl_company_profile .el_row dt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.04em;
  font-size: clamp(12px, 8.1832061069px + 1.0178117048vw, 16px);
}
@media screen and (min-width: 768px) {
  .bl_company .bl_company_profile .el_row dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.6296296296%;
            flex: 0 0 34.6296296296%;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1024px) {
  .bl_company .bl_company_profile .el_row dt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}
.bl_company .bl_company_profile .el_row dd {
  margin-top: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 12.0916030534px + 0.5089058524vw, 16px);
}
@media screen and (min-width: 768px) {
  .bl_company .bl_company_profile .el_row dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.3703703704%;
            flex: 0 0 65.3703703704%;
    margin-top: 0;
    line-height: 1.75;
  }
}
.bl_company .bl_company_profile .el_row dd a {
  color: inherit;
  text-decoration: underline;
}
.bl_company .bl_company_profile .el_row dd span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.25;
  letter-spacing: 0em;
}

/* =================================================
    .ly_bgFixed
=================================================== */
.ly_bgFixed {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("../images/about/bkg_history.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: transform;
  pointer-events: none;
}

.ly_main {
  position: relative;
  z-index: 0;
}

/* =================================================
    .bl_history
=================================================== */
@media screen and (min-width: 1024px) {
  .bl_history {
    width: 96.875%;
    max-width: 1180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 115px auto 55px;
  }
}
.bl_history .bl_pageheader {
  padding-top: 43px;
  padding-bottom: 29px;
}
@media screen and (min-width: 1024px) {
  .bl_history .bl_pageheader {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.7118644068%;
            flex: 0 0 22.7118644068%;
    padding: 0;
  }
  .bl_history .bl_pageheader .el_pageTitle {
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .bl_history .bl_pageheader .el_pageTitle {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3846153846;
    letter-spacing: 0.061em;
    color: #001d79;
    font-weight: 450;
    text-align: center;
  }
}
.bl_history .bl_history_list {
  padding-bottom: 100px;
}
.bl_history .bl_history_list ul {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .bl_history .bl_history_list ul {
    margin-top: 10px;
  }
}
.bl_history .bl_history_list ul::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #001d79;
  left: 16px;
  top: 6px;
}
@media screen and (min-width: 1024px) {
  .bl_history .bl_history_list ul::before {
    left: 11px;
  }
}
.bl_history .bl_history_list .el_row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 23px;
  padding-left: 30px;
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .bl_history .bl_history_list .el_row {
    padding-left: 24px;
    margin-top: 40px;
    gap: 9px;
  }
}
.bl_history .bl_history_list .el_row:first-of-type {
  margin-top: 0;
}
.bl_history .bl_history_list .el_row::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #001d79;
  position: absolute;
  left: 12px;
  top: 4px;
  border-radius: 100%;
}
@media screen and (min-width: 1024px) {
  .bl_history .bl_history_list .el_row::before {
    width: 11px;
    height: 11px;
    left: 5px;
  }
}
.bl_history .bl_history_list .el_row h2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.061em;
  color: #001d79;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .bl_history .bl_history_list .el_row h2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95px;
            flex: 0 0 95px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3571428571;
    letter-spacing: 0.061em;
  }
}
.bl_history .bl_history_list .el_row p {
  margin-top: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  letter-spacing: 0.061em;
}
@media screen and (min-width: 1024px) {
  .bl_history .bl_history_list .el_row p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
    letter-spacing: 0.061em;
    font-weight: 450;
  }
}

/* =================================================
    .bl_archiveNews
=================================================== */
.bl_archiveNews {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .bl_archiveNews {
    padding-top: 72px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_archiveNews .ly_sec_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .bl_archiveNews .bl_pageheader {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .bl_archiveNews .bl_pageheader .el_pageTitle {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1024px) {
  .bl_archiveNews_wrap {
    padding-top: 30px;
  }
}
.bl_archiveNews_wrap .bl_postList {
  border-top: 1px solid #e2e2e2;
}
.bl_archiveNews_wrap .bl_postList .el_newsList {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #e2e2e2;
}
.bl_archiveNews_wrap .bl_postList .el_newsList a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 25px;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .bl_archiveNews_wrap .bl_postList .el_newsList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 55px;
  }
}
.bl_archiveNews_wrap .bl_postList .el_newsList a .el_date {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #707070;
}
.bl_archiveNews_wrap .bl_postList .el_newsList a .el_title {
  font-size: clamp(14px, 12.0916030534px + 0.5089058524vw, 16px);
}

/* =================================================
    .bl_archiveSolution
=================================================== */
@media screen and (min-width: 1024px) {
  .bl_archiveSolution .bl_pageheader {
    padding-bottom: 50px;
  }
}
.bl_archiveSolution .bl_archiveSolution_wrap {
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .bl_archiveSolution .bl_archiveSolution_wrap {
    padding-bottom: 120px;
  }
}
.bl_archiveSolution .bl_cardList {
  display: grid;
  gap: 10px;
  row-gap: 44px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 782px) {
  .bl_archiveSolution .bl_cardList {
    gap: 27px;
    row-gap: 90px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.bl_archiveSolution .bl_card {
  background: #fff;
  border: 4px solid #eceef0;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 782px) {
  .bl_archiveSolution .bl_card {
    border: 7x solid #eceef0;
  }
}
.bl_archiveSolution .bl_card a.el_cardLink {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px 8px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 782px) {
  .bl_archiveSolution .bl_card a.el_cardLink {
    padding: 20px;
    padding-bottom: 60px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .bl_archiveSolution .bl_card a.el_cardLink:hover .el_thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.bl_archiveSolution .bl_card .el_cardLink {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bl_archiveSolution .bl_card .el_thumb {
  aspect-ratio: 300/230;
  background: #f6f6f6;
  overflow: hidden;
}
.bl_archiveSolution .bl_card .el_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 5px;
}
.bl_archiveSolution .bl_card .el_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_archiveSolution .bl_card .el_tag {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  color: #001d79;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_archiveSolution .bl_card .el_tag {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8571428571;
    letter-spacing: 0em;
  }
}
.bl_archiveSolution .bl_card .el_ttl {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3076923077;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_archiveSolution .bl_card .el_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4375;
    letter-spacing: 0.04em;
  }
}

/* =================================================
    .bl_archiveProductsheader
=================================================== */
@media screen and (min-width: 1024px) {
  .bl_archiveProducts .ly_flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 95px;
  }
}
.bl_archiveProducts .bl_archiveProductsheader {
  padding-top: 34px;
}
@media screen and (min-width: 1024px) {
  .bl_archiveProducts .bl_archiveProductsheader {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 270px;
            flex: 0 0 270px;
  }
}
.bl_archiveProducts .bl_archiveProductsheader .el_pageTitle {
  font-weight: 450;
  color: #001455;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1024px) {
  .bl_archiveProducts .bl_archiveProductsheader .el_pageTitle {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.375;
    letter-spacing: 0.05em;
  }
}
.bl_archiveProducts .bl_archiveProductsheader .el_pageTitle .el_secTtl_sub {
  display: block;
  font-family: Arial, sans-serif;
  color: #001d79;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media screen and (min-width: 1024px) {
  .bl_archiveProducts .bl_archiveProductsheader .el_pageTitle .el_secTtl_sub {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1666666667;
    letter-spacing: 0em;
  }
}
.bl_archiveProducts .bl_archiveProductsheader .el_lead {
  margin-top: 35px;
}
@media screen and (min-width: 1024px) {
  .bl_archiveProducts .bl_archiveProductsheader .el_lead {
    margin-top: 42px;
  }
}
.bl_archiveProducts .bl_archiveProductsheader .el_downloadLit {
  margin-top: 35px;
}
@media screen and (min-width: 1024px) {
  .bl_archiveProducts .bl_archiveProductsheader .el_downloadLit {
    margin-top: 40px;
  }
}
.bl_archiveProducts .bl_archiveProductsheader .el_downloadLit li {
  width: 220px;
  margin-top: 30px;
  border-bottom: 1px solid #001455;
}
@media screen and (min-width: 1024px) {
  .bl_archiveProducts .bl_archiveProductsheader .el_downloadLit li {
    margin-top: 35px;
  }
}
.bl_archiveProducts .bl_archiveProductsheader .el_downloadLit li:first-of-type {
  margin-top: 0;
}
.bl_archiveProducts .bl_archiveProductsheader .el_downloadLit li a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  letter-spacing: 0.04em;
  color: #001d79;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_archiveProducts .bl_archiveProductsheader .el_downloadLit li a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3846153846;
    letter-spacing: 0em;
    color: #001455;
  }
}
.bl_archiveProducts .bl_archiveProductsheader .el_downloadLit li a::after {
  content: "→";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0em;
}
.bl_archiveProducts .bl_productsList {
  padding-top: 65px;
  padding-bottom: 92px;
}
.bl_archiveProducts .bl_productsList .bl_cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .bl_archiveProducts .bl_productsList .bl_cardList {
    gap: 37px;
  }
}
.bl_archiveProducts .bl_productsList .bl_cardList .bl_card {
  margin-top: 41px;
  -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_archiveProducts .bl_productsList .bl_cardList .bl_card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 74px) / 3);
            flex: 0 0 calc((100% - 74px) / 3);
  }
}
.bl_archiveProducts .bl_productsList .bl_cardList .bl_card .el_cardLink {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bl_archiveProducts .bl_productsList .bl_cardList .bl_card .el_thumb {
  aspect-ratio: 1/1;
  background: #f6f6f6;
  overflow: hidden;
}
.bl_archiveProducts .bl_productsList .bl_cardList .bl_card .el_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.bl_archiveProducts .bl_productsList .bl_cardList .bl_card .el_ttl {
  margin-top: 15px;
  color: #001455;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  letter-spacing: 0em;
}
@media (hover: hover) and (pointer: fine) {
  .bl_archiveProducts .bl_productsList .bl_cardList .bl_card:hover .el_thumb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.bl_archiveProducts .bl_archiveProducts_catList .bl_productsList {
  padding-bottom: 125px;
}
.bl_archiveProducts .bl_archiveProducts_catList .bl_productsList h2 {
  font-weight: 450;
  color: #001455;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .bl_archiveProducts .bl_archiveProducts_catList .bl_productsList h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3846153846;
    letter-spacing: 0.05em;
  }
}
.bl_archiveProducts .bl_archiveProducts_catList .bl_productsList h2 span {
  display: block;
  font-family: Arial, sans-serif;
  color: #001d79;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_archiveProducts .bl_archiveProducts_catList .bl_productsList h2 span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1666666667;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 1024px) {
  .bl_archiveProducts .bl_archiveProducts_catList .bl_productsList .bl_cardList .bl_card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 111px) / 4);
            flex: 0 0 calc((100% - 111px) / 4);
  }
}

/* =================================================
    .bl_pageSingle
=================================================== */
.bl_pageSingle {
  padding-top: 41px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .bl_pageSingle {
    padding-top: 63px;
    padding-bottom: 80px;
  }
}
.bl_pageSingle .bl_post {
  max-width: 680px;
  margin: 0 auto;
}
.bl_pageSingle .bl_pageSingle_header time {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0em;
  color: #707070;
}
.bl_pageSingle .bl_pageSingle_header h1 {
  margin-top: 27px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  color: #001455;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_pageSingle .bl_pageSingle_header h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }
}
.bl_pageSingle .bl_pageSingle_thumb {
  margin-top: 50px;
}
.bl_pageSingle .bl_pageSingle_body {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .bl_pageSingle .bl_pageSingle_body {
    padding-top: 37px;
    padding-bottom: 50px;
  }
}
.bl_pageSingle .el_btnWrap {
  margin-top: 100px;
}
.bl_pageSingle .el_btnWrap .el_btn {
  margin: 0 auto;
}

/* =================================================
    .bl_interview
=================================================== */
.bl_interview {
  padding-top: 68px;
}
@media screen and (min-width: 1024px) {
  .bl_interview {
    padding-top: 53px;
  }
}
.bl_interview .post-type-interview > .ly_sec_inner {
  max-width: 810px;
}
@media screen and (min-width: 1024px) {
  .bl_interview .post-type-interview > .ly_sec_inner {
    position: relative;
    padding: 0;
    padding-left: 88px;
    padding-right: 38px;
  }
}
.bl_interview .post-type-interview > .ly_sec_inner.ly_flex_pc {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.bl_interview .bl_interview_header .ly_sec_inner {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 67px;
}
@media screen and (min-width: 1024px) {
  .bl_interview .bl_interview_header .ly_sec_inner {
    max-width: 810px;
    padding: 0;
    padding-bottom: 13px;
    margin-bottom: 92px;
  }
}
.bl_interview .bl_interview_header .ly_sec_inner .el_cont {
  position: absolute;
  top: 0;
  left: 2px;
  padding-top: 25px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .bl_interview .bl_interview_header .ly_sec_inner .el_cont {
    padding-top: 30px;
    left: -40px;
  }
}
.bl_interview .bl_interview_header h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1666666667;
  letter-spacing: 0.06em;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .bl_interview .bl_interview_header h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.125;
    letter-spacing: 0.06em;
  }
}
.bl_interview .bl_interview_header h1 span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_interview .bl_interview_header h1 span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4666666667;
    letter-spacing: 0em;
  }
}
.bl_interview .bl_interview_header .bl_interviewCatch {
  position: relative;
  z-index: 1;
  margin-top: 48px;
}
@media screen and (min-width: 1024px) {
  .bl_interview .bl_interview_header .bl_interviewCatch {
    margin-top: 40px;
  }
}
.bl_interview .bl_interview_header .bl_interviewCatch li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.bl_interview .bl_interview_header .bl_interviewCatch li span {
  display: inline-block;
  padding: 6px 5px;
  background: #001d79;
  color: #fff;
  font-weight: 450;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_interview .bl_interview_header .bl_interviewCatch li span {
    padding: 10px 15px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.bl_interview .bl_interview_header .bl_interviewCatch li + li {
  margin-top: 6px;
}
@media screen and (min-width: 1024px) {
  .bl_interview .bl_interview_header .bl_interviewCatch li + li {
    margin-top: 10px;
  }
}
.bl_interview .bl_interview_header .el_boxWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .bl_interview .bl_interview_header .el_boxWrap {
    bottom: 4;
  }
}
.bl_interview .bl_interview_header .el_box {
  min-width: 110px;
  background: #fff;
  padding: 6px 11px;
  border: 1px solid #000;
}
@media screen and (min-width: 1024px) {
  .bl_interview .bl_interview_header .el_box {
    min-width: 130px;
    padding: 8px 15px;
  }
}
.bl_interview .bl_interview_header .el_box .el_name {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_interview .bl_interview_header .el_box .el_name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}
.bl_interview .bl_interview_header .el_box li {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6363636364;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_interview .bl_interview_header .el_box li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
.bl_interview .bl_interview_header .el_box + .el_box {
  margin-top: 6px;
}
.bl_interview .bl_interview_header .el_thum {
  width: 92.5373134328%;
  margin: 0 calc(50% - 50vw) 0 auto;
}
@media screen and (min-width: 1024px) {
  .bl_interview .bl_interview_header .el_thum {
    width: 95.8024691358%;
    margin: 0 -13px 0 auto;
  }
}

/* =================================================
    .bl_contact
=================================================== */
.bl_contact {
  padding-top: 30px;
  padding-bottom: 0px;
}
@media screen and (min-width: 1024px) {
  .bl_contact {
    padding-top: 32px;
    padding-bottom: 100px;
  }
}
.bl_contact > .ly_sec_inner {
  padding-top: 23px;
}
@media screen and (min-width: 1024px) {
  .bl_contact > .ly_sec_inner {
    padding-top: 100px;
  }
}
.bl_contact .bl_pageheader.bl_pageheader_gray {
  padding-top: 21px;
  padding-bottom: 21px;
}
.bl_contact .bl_pageheader.bl_pageheader_gray .el_pageTitle {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.07em;
  color: #000f41;
}
@media screen and (min-width: 1024px) {
  .bl_contact .bl_pageheader.bl_pageheader_gray .el_pageTitle {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.375;
    letter-spacing: 0.04em;
  }
}
.bl_contact .bl_pageheader.bl_pageheader_gray p {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5833333333;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_contact .bl_pageheader.bl_pageheader_gray p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0.04em;
  }
}
.bl_contact .smf-progress-tracker {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_contact .smf-progress-tracker {
    margin-bottom: 50px;
  }
}
.bl_contact .smf-progress-tracker .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number {
  background-color: #001455;
}
.bl_contact .smf-progress-tracker .smf-progress-tracker__item__number {
  width: 30px;
  height: 30px;
}
.bl_contact .smf-progress-tracker .smf-progress-tracker__item__text {
  margin-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_contact .smf-progress-tracker .smf-progress-tracker__item__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
    letter-spacing: 0.04em;
  }
}
.bl_contact .smf-progress-tracker .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
  color: #001455;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_contact .smf-progress-tracker .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
    letter-spacing: 0.04em;
  }
}
.bl_contact form.snow-monkey-form {
  margin: 0 auto;
}
.bl_contact form[data-screen=input] {
  max-width: 578px;
}
.bl_contact .smf-form .smf-item__label__text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0em;
  color: #001455;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_contact .smf-form .smf-item__label__text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0.04em;
  }
}
.bl_contact .smf-form .el_policy {
  width: 100%;
  background: #fafafa;
  padding: 22px 20px;
  margin-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eceef0;
  font-family: "Noto Sans JP", sans-serif;
}
.bl_contact .smf-form .el_policy h3 {
  margin-bottom: 26px;
  text-align: center;
}
.bl_contact .smf-form .el_policy p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 450;
}
.bl_contact .smf-form .el_policy p + p {
  margin-top: 19px;
}
.bl_contact form[data-screen=confirm] {
  max-width: 695px;
}
.bl_contact form[data-screen=confirm] .smf-form--letter .smf-item {
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (min-width: 1024px) {
  .bl_contact form[data-screen=confirm] .smf-form--letter .smf-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
.bl_contact form[data-screen=confirm] .smf-form--letter .smf-item__col--label {
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .bl_contact form[data-screen=confirm] .smf-form--letter .smf-item__col--label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}
.bl_contact form[data-screen=confirm] .smf-action .smf-button-control__control[data-action=back] {
  background: #bfbfbf;
  border: 1px solid #e2e2e2;
}
.bl_contact form[data-screen=complete] {
  max-width: 695px;
}
.bl_contact form[data-screen=complete] .smf-complete-content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_contact form[data-screen=complete] .smf-complete-content p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1024px) {
  .bl_contact form[data-screen=complete] > .ly_sec_inner {
    max-width: 695px;
  }
}
.bl_contact form[data-screen=complete] .el_note {
  width: 100%;
  background: #fafafa;
  padding: 22px 20px;
  margin-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eceef0;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1024px) {
  .bl_contact form[data-screen=complete] .el_note {
    margin-top: 110px;
    padding: 37px 24px;
  }
}
.bl_contact form[data-screen=complete] .el_note p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_contact form[data-screen=complete] .el_note p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0.04em;
  }
}
.bl_contact form[data-screen=complete] .el_note p + p {
  margin-top: 19px;
}

/* =================================================
    .bl_greeting
=================================================== */
.bl_greeting {
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .bl_greeting {
    padding-top: 32px;
    padding-bottom: 124px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_greeting .bl_pageheader {
    padding-top: 7px;
    padding-bottom: 37px;
  }
}

.bl_greeting_ceo {
  position: relative;
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  .bl_greeting_ceo {
    padding-top: 49px;
  }
  .bl_greeting_ceo .ly_sec_inner {
    position: relative;
    padding-top: 24px;
    padding-left: 66px;
  }
  .bl_greeting_ceo .ly_sec_inner::after {
    content: "";
    display: block;
    width: 68.75%;
    height: 100%;
    background: #fafafa;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .bl_greeting_ceo .ly_grid {
    display: grid;
    grid-template-areas: "ttl img" "msg img";
    gap: 0 55px;
  }
  .bl_greeting_ceo .ly_grid .ly_ttl {
    grid-area: ttl;
  }
  .bl_greeting_ceo .ly_grid .ly_img {
    grid-area: img;
  }
  .bl_greeting_ceo .ly_grid .ly_msg {
    grid-area: msg;
    max-width: 545px;
  }
}
.bl_greeting_ceo h2 {
  width: 135px;
}
@media screen and (min-width: 1024px) {
  .bl_greeting_ceo h2 {
    width: 153px;
    margin-bottom: 49px;
  }
}
.bl_greeting_ceo h2 span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 450;
  color: #222222;
}
@media screen and (min-width: 1024px) {
  .bl_greeting_ceo h2 span {
    margin-bottom: 6px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}
.bl_greeting_ceo .el_img {
  max-width: 480px;
  margin: 17px calc(50% - 50vw) 0;
}
@media screen and (min-width: 480px) {
  .bl_greeting_ceo .el_img {
    margin: 17px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  .bl_greeting_ceo .el_img {
    margin: 0;
    padding-top: 50px;
  }
}
.bl_greeting_ceo .el_msg {
  position: relative;
  padding-top: 32px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .bl_greeting_ceo .el_msg {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.bl_greeting_ceo .el_msg::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: #fafafa;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .bl_greeting_ceo .el_msg::after {
    display: none;
  }
}
.bl_greeting_ceo .el_msg p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_greeting_ceo .el_msg p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.03em;
  }
}
.bl_greeting_ceo .el_msg p + p {
  margin-top: 2em;
}

.bl_ceoInterview {
  position: relative;
  padding-top: 59px;
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview {
    padding-top: 128px;
    overflow-x: hidden;
  }
}
.bl_ceoInterview::before {
  content: "";
  display: block;
  width: 659px;
  height: 659px;
  background: url(../images/recruit/interview_circle.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: -120%;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview::before {
    aspect-ratio: 1/1;
    width: 61.171875%;
    height: auto;
    top: 33px;
    left: -34%;
  }
}
.bl_ceoInterview .bl_ceoInterview_header h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
  border-bottom: 1px solid #001455;
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1333333333;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_header h2 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.1111111111;
    letter-spacing: 0.05em;
  }
}
.bl_ceoInterview .bl_ceoInterview_header h2 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_header h2 span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3571428571;
    letter-spacing: 0em;
  }
}
.bl_ceoInterview .bl_ceoInterview_header p {
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_header p {
    margin-top: 17px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: 0.04em;
  }
}
.bl_ceoInterview .bl_ceoInterview_row {
  position: relative;
  margin-top: 107px;
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_row {
    margin-top: 155px;
    display: grid;
    grid-template-columns: 1fr 47.734375%;
    grid-template-areas: "ttl img" "cnt img";
    gap: 0 76px;
  }
}
.bl_ceoInterview .bl_ceoInterview_row h3 {
  margin-bottom: 34px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
  font-weight: 450;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_row h3 {
    grid-area: ttl;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3846153846;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_row .el_img {
    grid-area: img;
  }
}
.bl_ceoInterview .bl_ceoInterview_row .el_content {
  padding-top: 33px;
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_row .el_content {
    padding-top: 11px;
    grid-area: cnt;
  }
}
.bl_ceoInterview .bl_ceoInterview_row .el_content p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.03em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_row .el_content p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8666666667;
    letter-spacing: 0.03em;
  }
}
.bl_ceoInterview .bl_ceoInterview_row .el_content p + p {
  margin-top: 2em;
}
.bl_ceoInterview .bl_ceoInterview_row.el_row1 {
  margin-top: 91px;
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_row.el_row1 .el_content {
    max-width: 513px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_row.el_row1 .el_img {
    margin-left: auto;
    margin-right: calc(560px - 50vw);
  }
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_row.el_row2 .el_img {
    margin-top: 120px;
  }
}
.bl_ceoInterview .bl_ceoInterview_row.el_row2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150vw;
  height: 300px;
  background: #fafafa;
  -webkit-transform: translate(-50%, -50%) rotate(10deg);
          transform: translate(-50%, -50%) rotate(10deg);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_row.el_row2::before {
    top: 42%;
    height: 560px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_row.el_row3 {
    display: grid;
    grid-template-columns: 1fr 51.1607142857%;
    grid-template-areas: "img ttl" "img cnt";
    gap: 0 76px;
    margin-top: 108px;
  }
  .bl_ceoInterview .bl_ceoInterview_row.el_row3 h3 {
    margin-top: 55px;
  }
  .bl_ceoInterview .bl_ceoInterview_row.el_row3 .el_img {
    max-width: 470px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_row.el_row4 {
    margin-top: 159px;
  }
}
.bl_ceoInterview .bl_ceoInterview_row.el_row4 h3 {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_row.el_row4 h3 {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_row.el_row4 .el_content {
    max-width: 445px;
    padding-top: 15px;
  }
}
.bl_ceoInterview .bl_ceoInterview_row.el_row4 .el_img {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_row.el_row4 .el_img {
    display: grid;
    place-items: center;
    margin: 0;
    margin-left: auto;
    margin-right: calc(560px - 50vw);
  }
}
.bl_ceoInterview .bl_ceoInterview_row.el_row4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150vw;
  height: 300px;
  background: #fafafa;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
          transform: translate(-50%, -50%) rotate(-15deg);
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .bl_ceoInterview .bl_ceoInterview_row.el_row4::before {
    height: 310px;
    top: 31%;
    -webkit-transform: translate(-50%, -50%) rotate(-10deg);
            transform: translate(-50%, -50%) rotate(-10deg);
  }
}

/* =================================================
    座談会セクション
=================================================== */
.com_recruit_talk {
  padding-top: 54px;
  padding-bottom: 96px;
}
.com_recruit_talk .ly_sec_inner {
  position: relative;
  width: 94.1333333333%;
  max-width: none;
  border: 7px solid #eceef0;
  border-right: none;
  padding: 38px 0 40px 20px;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .com_recruit_talk .ly_sec_inner {
    width: 96.875%;
    padding: 56px 0 40px 20px;
    border: 10px solid #eceef0;
    border-right: none;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1024px) {
  .com_recruit_talk .ly_grid {
    display: grid;
    grid-template-columns: 1fr 69.375%;
    grid-template-rows: auto 1fr;
    grid-template-areas: "ttl img" "cont img";
  }
  .com_recruit_talk .ly_grid .ly_ttl {
    grid-area: ttl;
  }
  .com_recruit_talk .ly_grid .ly_img {
    grid-area: img;
  }
  .com_recruit_talk .ly_grid .ly_cont {
    grid-area: cont;
  }
}
.com_recruit_talk .el_header h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #001455;
  font-family: Arial, sans-serif;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.1515151515;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .com_recruit_talk .el_header h2 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.1555555556;
    letter-spacing: 0em;
  }
}
.com_recruit_talk .el_header h2 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .com_recruit_talk .el_header h2 span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3571428571;
    letter-spacing: 0em;
  }
}
.com_recruit_talk .el_header p {
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .com_recruit_talk .el_header p {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: 0.04em;
  }
}
.com_recruit_talk .el_img {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .com_recruit_talk .el_img {
    margin-top: 0;
  }
}
.com_recruit_talk .el_cont {
  width: 88.2666666667%;
  margin-top: 34px;
  margin-left: 0;
}
.com_recruit_talk .el_cont p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 450;
  color: #001d79;
}
@media screen and (min-width: 1024px) {
  .com_recruit_talk .el_cont p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6875;
    letter-spacing: 0.04em;
  }
}
.com_recruit_talk .el_cont p + p {
  margin-top: 2em;
}
.com_recruit_talk .el_btn_arrow {
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  place-items: center;
  width: 41px;
  height: 41px;
  margin-top: 30px;
  border-radius: 100vw;
  background: #fff;
  border: 1px solid #001d79;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .com_recruit_talk .el_btn_arrow:hover {
    -webkit-transform: scale(1.2) !important;
            transform: scale(1.2) !important;
  }
}
.com_recruit_talk .el_btn_arrow img {
  width: 8px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* =================================================
    .bl_recruit
=================================================== */
.bl_recruit {
  position: relative;
  padding-top: 65px;
}
@media screen and (min-width: 1024px) {
  .bl_recruit {
    padding-top: 101px;
  }
}
.bl_recruit::before {
  content: "";
  display: block;
  position: absolute;
  top: -261px;
  left: -213%;
  aspect-ratio: 1717/1804;
  width: 440.2564102564%;
  max-width: 1717px;
  height: auto;
  background: url(../images/recruit/bkg_circle_recruit_sp.svg) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .bl_recruit::before {
    top: -61px;
    left: -13%;
    aspect-ratio: 2800/1964;
    width: 218.75%;
    background: url(../images/recruit/bkg_circle_recruit.svg) no-repeat center center/contain;
  }
}
.bl_recruit .bl_recruit_fv {
  padding-bottom: 36px;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruit_fv {
    padding-bottom: 108px;
  }
}
.bl_recruit .bl_recruit_fv .el_pageTitle {
  font-family: "Yu Mincho", "YuMincho", "游明朝";
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  color: #001455;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruit_fv .el_pageTitle {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.0526315789;
    letter-spacing: 0.04em;
  }
}
.bl_recruit .bl_recruit_fv .el_cont {
  margin-top: 56px;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruit_fv .el_cont {
    margin-top: 91px;
  }
}
.bl_recruit .bl_recruit_fv .el_cont p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.035em;
  font-weight: 450;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruit_fv .el_cont p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.0625;
    letter-spacing: 0.035em;
  }
}
.bl_recruit .bl_recruit_fv .el_cont p + p {
  margin-top: 2em;
}
.bl_recruit .bl_recruit_job {
  position: relative;
  z-index: 1;
  padding-top: 38px;
  padding-bottom: 66px;
  /* すべての基準となるステージ（正方形） */
  /* 中央タイトル（必ず中央） */
  /* 円周上のボタン */
  /* aspect-ratio未対応ブラウザのフォールバック */
  /* SP調整 */
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruit_job {
    padding-top: 38px;
    padding-bottom: 188px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruit_job .ly_sec_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 87px;
  }
}
.bl_recruit .bl_recruit_job .el_cont {
  margin-top: 73px;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruit_job .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.bl_recruit .bl_recruit_job .el_cont h3 {
  border-bottom: 1px solid #001d79;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #001d79;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruit_job .el_cont h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0.04em;
  }
}
.bl_recruit .bl_recruit_job .el_cont p + h3 {
  margin-top: 46px;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruit_job .el_cont p + h3 {
    margin-top: 60px;
  }
}
.bl_recruit .bl_recruit_job .el_cont p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruit_job .el_cont p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.02em;
  }
}
.bl_recruit .bl_recruit_job .el_cont p.el_lead {
  margin-top: 14px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 450;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruit_job .el_cont p.el_lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    letter-spacing: 0.04em;
  }
}
.bl_recruit .bl_recruit_job .el_cont p.el_lead + p {
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruit_job .el_cont p.el_lead + p {
    margin-top: 6px;
  }
}
.bl_recruit .bl_recruit_job .el_cont p + p {
  margin-top: 2em;
}
.bl_recruit .bl_recruit_job .bl_job {
  width: 420px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruit_job .bl_job {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px;
    margin: 0;
  }
}
.bl_recruit .bl_recruit_job .bl_job_stage {
  --orbit: 295px; /* 外周円の直径 */
  --btn: 130px; /* ボタン直径 */
  --r: calc(var(--orbit) / 2); /* 半径 */
  position: relative;
  width: 100%;
  aspect-ratio: 1/1; /* 正方形（fallbackは下に） */
  margin: 60px 0;
  isolation: isolate; /* z-indexの基準を作る */
  /* 外周の薄い円 */
}
.bl_recruit .bl_recruit_job .bl_job_stage::before {
  content: "";
  position: absolute;
  inset: 50%;
  width: var(--orbit);
  height: var(--orbit);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #d9d9d9;
  border-radius: 50%;
  z-index: 0;
}
.bl_recruit .bl_recruit_job .bl_job_center {
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  color: #0b1a3a;
  text-decoration: underline;
  z-index: 2;
  pointer-events: none;
  white-space: nowrap;
}
.bl_recruit .bl_recruit_job .bl_job_item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--btn);
  height: var(--btn);
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* 中心に集めた後に回転で配置 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: #d7d7d7;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  gap: 4px;
  z-index: 1;
  /* 角度で配置（中心→回転→半径分だけ外へ→回転戻し） */
}
.bl_recruit .bl_recruit_job .bl_job_item .bl_job_name {
  font-size: 16px;
  text-align: center;
}
.bl_recruit .bl_recruit_job .bl_job_item .bl_job_detail {
  font-size: 12px;
  opacity: 0.95;
}
.bl_recruit .bl_recruit_job .bl_job_item::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgba(255, 255, 255, 0.9);
  margin-top: 4px;
}
.bl_recruit .bl_recruit_job .bl_job_item.is-active {
  background: #092a69;
}
.bl_recruit .bl_recruit_job .bl_job_item.is-active::after {
  content: "";
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-right: 2px solid transparent;
  border-top: 2px solid #fff;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 2px;
}
.bl_recruit .bl_recruit_job .bl_job_item--top {
  --deg: 0deg;
}
.bl_recruit .bl_recruit_job .bl_job_item--right {
  --deg: 90deg;
}
.bl_recruit .bl_recruit_job .bl_job_item--bottom {
  --deg: 180deg;
}
.bl_recruit .bl_recruit_job .bl_job_item--left {
  --deg: 270deg;
}
.bl_recruit .bl_recruit_job .bl_job_item--top, .bl_recruit .bl_recruit_job .bl_job_item--right, .bl_recruit .bl_recruit_job .bl_job_item--bottom, .bl_recruit .bl_recruit_job .bl_job_item--left {
  -webkit-transform: translate(-50%, -50%) rotate(var(--deg)) translate(0, calc(-1 * var(--r))) rotate(calc(-1 * var(--deg)));
          transform: translate(-50%, -50%) rotate(var(--deg)) translate(0, calc(-1 * var(--r))) rotate(calc(-1 * var(--deg)));
}
@supports not (aspect-ratio: 1/1) {
  .bl_recruit .bl_recruit_job .bl_job_stage {
    height: 0;
    padding-top: 100%;
  }
}
@media (max-width: 480px) {
  .bl_recruit .bl_recruit_job .bl_job {
    width: 320px;
  }
  .bl_recruit .bl_recruit_job .bl_job_stage {
    --orbit: 260px;
    --btn: 100px;
    margin: 40px 0;
  }
}
.bl_recruit .bl_recruitmentInfo {
  padding-top: 40px;
  padding-bottom: 100px;
  background: #fafafa;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruitmentInfo {
    padding-top: 0;
    background: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap {
    background: #fafafa;
    max-width: 967px;
    margin: 0 auto;
    padding: 131px 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 58px;
  }
}
.bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0.025em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap h2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 107px;
            flex: 0 0 107px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2083333333;
    letter-spacing: 0.025em;
  }
}
.bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap table {
  margin: 40px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap table {
    border-top: 1px solid #e2e2e2;
    margin: 0;
    margin-top: 15px;
  }
}
.bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap table th,
.bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap table td {
  display: block;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap table th,
  .bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap table td {
    display: table-cell;
  }
}
.bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap table th {
  padding-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.025em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap table th {
    width: 9em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.1875;
    letter-spacing: 0.025em;
    border-bottom: 1px solid #e2e2e2;
    padding: 26px 13px;
  }
}
.bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap table td {
  padding: 17px 3px 39px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap table td {
    padding: 26px 10px 26px 46px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5625;
    letter-spacing: 0.025em;
  }
}
.bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap table td span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
  letter-spacing: 0.025em;
}
.bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap .el_btnWrap {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap .el_btnWrap {
    margin-top: 86px;
  }
}
.bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap .el_btnWrap a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap .el_btnWrap a figure img {
  width: 192px;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap .el_btnWrap a figure img {
    width: 239px;
  }
}
.bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap .el_btnWrap a figure figcaption {
  margin-top: 19px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 450;
  color: #001d79;
}
@media screen and (min-width: 1024px) {
  .bl_recruit .bl_recruitmentInfo .bl_recruitmentInfo_wrap .el_btnWrap a figure figcaption {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.0555555556;
    letter-spacing: 0.04em;
  }
}

.bl_recruit_interview {
  position: relative;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 15px;
  background: #fafafa;
}
@media screen and (min-width: 1024px) {
  .bl_recruit_interview {
    padding-bottom: 38px;
  }
}
.bl_recruit_interview::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -50%;
  left: 6%;
  aspect-ratio: 1/1;
  width: 288.4615384615%;
  max-width: 1125px;
  height: auto;
  background: url(../images/recruit/bkg_circle_recruitInterviewSlide_sp.svg) no-repeat center center/contain;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .bl_recruit_interview::before {
    bottom: -50%;
    left: -53%;
    aspect-ratio: 1871/2076;
    width: 146.171875%;
    max-width: 1871px;
    background: url(../images/recruit/bkg_circle_recruitInterviewSlide.svg) no-repeat center center/contain;
  }
}
.bl_recruit_interview .el_secTtl h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3px;
  border-bottom: 1px solid #001455;
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.15625;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #001455;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_recruit_interview .el_secTtl h2 {
    font-size: 47px;
    font-size: 4.7rem;
    line-height: 1.0638297872;
    letter-spacing: 0.05em;
    margin-top: -83px;
  }
}
.bl_recruit_interview .el_secTtl h2 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_recruit_interview .el_secTtl h2 span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
    letter-spacing: 0em;
  }
}
.bl_recruit_interview .el_secTtl p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 3px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_recruit_interview .el_secTtl p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8666666667;
    letter-spacing: 0.04em;
    margin: 16px auto 0px;
  }
}

/* =================================================
    　インタビュースライド
=================================================== */
.bl_interview_slideWrap {
  position: relative;
  width: 100dvw;
  margin: 36px calc(50% - 50vw);
}
@media screen and (min-width: 1024px) {
  .bl_interview_slideWrap {
    max-width: 1140px;
    margin: 52px 0;
  }
}
.bl_interview_slideWrap .swiper {
  position: relative;
}
.bl_interview_slideWrap .swiper .el_noSlideTxt {
  text-align: center;
}
.bl_interview_slideWrap .swiper .swiper-slide > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #222222;
}
.bl_interview_slideWrap .swiper .swiper-slide > a .el_thum {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 6px;
}
@media screen and (min-width: 1024px) {
  .bl_interview_slideWrap .swiper .swiper-slide > a .el_thum {
    padding-left: 20px;
  }
}
.bl_interview_slideWrap .swiper .swiper-slide > a .el_thum picture {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 283/266;
  overflow: hidden;
}
.bl_interview_slideWrap .swiper .swiper-slide > a .el_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.bl_interview_slideWrap .swiper .swiper-slide > a .el_thum .bl_interviewCatch {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
}
.bl_interview_slideWrap .swiper .swiper-slide > a .el_thum .bl_interviewCatch li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #001d79;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_interview_slideWrap .swiper .swiper-slide > a .el_thum .bl_interviewCatch li {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.bl_interview_slideWrap .swiper .swiper-slide > a .el_thum .bl_interviewCatch li span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 8px;
  background: #fff;
}
.bl_interview_slideWrap .swiper .swiper-slide > a .el_thum .bl_interviewCatch li + li {
  margin-top: 5px;
}
.bl_interview_slideWrap .swiper .swiper-slide > a .el_cont {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.bl_interview_slideWrap .swiper .swiper-slide > a .el_cont .el_cont_ttl {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_interview_slideWrap .swiper .swiper-slide > a .el_cont .el_cont_ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.125;
    letter-spacing: 0em;
  }
}
.bl_interview_slideWrap .swiper .swiper-slide > a .el_cont ul li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5833333333;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1024px) {
  .bl_interview_slideWrap .swiper .swiper-slide > a .el_cont ul li {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
    letter-spacing: 0em;
  }
}
.bl_interview_slideWrap .swiper .swiper-slide > a .el_cont .el_btn_arrow {
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  place-items: center;
  width: 41px;
  height: 41px;
  border-radius: 100vw;
  background: #fff;
  border: 1px solid #dedede;
  position: absolute;
  right: 18px;
  bottom: 0;
}
.bl_interview_slideWrap .swiper .swiper-slide > a .el_cont .el_btn_arrow img {
  width: 8px;
  height: auto;
}
.bl_interview_slideWrap .el_swiperButton {
  position: absolute;
  width: 100vw;
  height: 45px;
  top: 28.6458333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .bl_interview_slideWrap .el_swiperButton {
    top: 7.34375vw;
    height: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_interview_slideWrap .el_swiperButton {
    top: 85px;
    width: calc(100% + 120px);
  }
}
.bl_interview_slideWrap .el_swiperButton .swiper-button-prev,
.bl_interview_slideWrap .el_swiperButton .swiper-button-next {
  width: 45px;
  height: 45px;
  opacity: 1;
  margin-top: 0;
  top: 0;
  pointer-events: all;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .bl_interview_slideWrap .el_swiperButton .swiper-button-prev,
  .bl_interview_slideWrap .el_swiperButton .swiper-button-next {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_interview_slideWrap .el_swiperButton .swiper-button-prev,
  .bl_interview_slideWrap .el_swiperButton .swiper-button-next {
    cursor: pointer;
  }
  .bl_interview_slideWrap .el_swiperButton .swiper-button-prev:hover,
  .bl_interview_slideWrap .el_swiperButton .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.bl_interview_slideWrap .el_swiperButton .swiper-button-prev {
  left: 0;
  background: url("../images/top/slideleft.svg") no-repeat center center/contain;
}
.bl_interview_slideWrap .el_swiperButton .swiper-button-next {
  right: 0;
  background: url("../images/top/slideright.svg") no-repeat center center/contain;
}
.bl_interview_slideWrap.is_noslide {
  width: 100%;
  margin: 36px auto;
}
.bl_interview_slideWrap.is_noslide .swiper {
  width: 100%;
  margin: 0 auto;
}
.bl_interview_slideWrap.is_noslide .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.bl_interview_slideWrap.is_noslide .swiper-wrapper .swiper-slide {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 72.5641025641%;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .bl_interview_slideWrap.is_noslide .swiper-wrapper .swiper-slide {
    max-width: 360px;
  }
}
.bl_interview_slideWrap.is_noslide .swiper-button-prev,
.bl_interview_slideWrap.is_noslide .swiper-button-next {
  display: none;
}
.bl_interview .el_btnWrap {
  text-align: center;
}

/* =================================================
    座談会ページ
=================================================== */
.bl_talk {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .bl_talk {
    padding-top: 47px;
    padding-bottom: 168px;
  }
}
.bl_talk .bl_band {
  width: 100vw;
  max-width: 900px;
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .bl_talk .bl_band {
    width: 100%;
    margin: 0 auto;
  }
}
.bl_talk .bl_band img {
  width: 100vw;
  max-width: 100vw;
}
@media screen and (min-width: 768px) {
  .bl_talk .bl_band img {
    width: 100%;
    max-width: 100%;
  }
}
.bl_talk .bl_talk_header .ly_sec_inner {
  width: 100%;
  border: 7px solid #eceef0;
  border-right: none;
  padding-top: 33px;
  padding-left: 20px;
  padding-bottom: 58px;
  margin: 0 calc(50% - 50vw) 0 5.3333333333%;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_header .ly_sec_inner {
    width: 96.875%;
    max-width: 1120px;
    border: 10px solid #eceef0;
    padding: 36px 0 50px 28px;
    margin: 0 auto;
  }
  .bl_talk .bl_talk_header .ly_sec_inner.ly_grid {
    display: grid;
    grid-template-areas: "ttl img" "list img";
    gap: 0 25px;
    grid-template-columns: 37.1428571429% auto;
    grid-template-rows: auto 1fr;
  }
  .bl_talk .bl_talk_header .ly_sec_inner.ly_grid .ly_ttl {
    grid-area: ttl;
  }
  .bl_talk .bl_talk_header .ly_sec_inner.ly_grid .ly_img {
    grid-area: img;
  }
  .bl_talk .bl_talk_header .ly_sec_inner.ly_grid .ly_list {
    grid-area: list;
  }
}
.bl_talk .bl_talk_header h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 2px;
  border-bottom: 1px solid #001455;
  font-family: Arial, sans-serif;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.0303030303;
  letter-spacing: 0em;
  font-weight: 700;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_header h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.125;
    letter-spacing: 0.05em;
  }
}
.bl_talk .bl_talk_header h1 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_header h1 span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3571428571;
    letter-spacing: 0em;
  }
}
.bl_talk .bl_talk_header .el_img {
  position: relative;
  margin-top: 20px;
  margin-right: calc((1.5625% + 20px) * -1);
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_header .el_img img {
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 105%;
  }
}
.bl_talk .bl_talk_header ul {
  padding-left: 30px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_header ul {
    padding-left: 45px;
    margin-top: 60px;
  }
}
.bl_talk .bl_talk_header ul li {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.04em;
  font-weight: 450;
  color: #001455;
}
@media screen and (min-width: 1280px) {
  .bl_talk .bl_talk_header ul li {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3333333333;
    letter-spacing: 0.04em;
  }
}
.bl_talk .bl_talk_header ul li::after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../images/recruit/icon_check.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_header ul li::after {
    width: 20px;
    height: 17px;
    left: -42px;
  }
}
.bl_talk .bl_talk_header ul li + li {
  margin-top: 29px;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_header ul li + li {
    margin-top: 46px;
  }
}
.bl_talk .bl_talk_content {
  position: relative;
  z-index: 1;
  margin-top: 37px;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_content {
    max-width: 990px;
    margin: 19.53125vw auto 0;
  }
}
@media screen and (min-width: 1280px) {
  .bl_talk .bl_talk_content {
    margin-top: 142px;
  }
}
.bl_talk .bl_talk_content::after {
  content: "";
  display: block;
  aspect-ratio: 3989/5995;
  width: 400%;
  height: auto;
  background: url(../images/recruit/circle_talk_pc.svg) no-repeat center center/contain;
  position: absolute;
  top: 19%;
  left: -70%;
  z-index: -1;
}
.bl_talk .bl_talk_content .el_header {
  position: relative;
  background: #fafafa;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
  padding: 30px 15px 15px;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_content .el_header {
    padding: 52px 15px 23px;
    border-radius: 10px;
  }
}
.bl_talk .bl_talk_content .el_header h2 {
  width: 150px;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_content .el_header h2 {
    width: 220px;
    top: -35px;
  }
}
.bl_talk .bl_talk_content .el_header .ly_flex {
  gap: 30px;
  max-width: 710px;
  margin: 0 auto;
}
.bl_talk .bl_talk_content .el_header .el_card {
  text-align: center;
  max-width: 140px;
}
.bl_talk .bl_talk_content .el_header .el_card p {
  margin: 0;
  line-height: 1;
}
.bl_talk .bl_talk_content .el_header .el_card .el_position {
  margin-top: 7px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_content .el_header .el_card .el_position {
    margin-top: 18px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.0714285714;
    letter-spacing: 0.04em;
  }
}
.bl_talk .bl_talk_content .el_header .el_card .el_name {
  margin-top: 3px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  letter-spacing: 0.1em;
  color: #001455;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_content .el_header .el_card .el_name {
    margin-top: 13px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 0.1em;
  }
}
.bl_talk .bl_talk_content .el_header .el_card .el_kana {
  max-width: 160px;
  margin: 3px auto 0;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_content .el_header .el_card .el_kana {
    margin: 3px auto 0;
  }
}
.bl_talk .bl_talk_content .el_catch {
  margin-top: 40px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5384615385;
  letter-spacing: 0em;
  font-size: 26px;
  font-size: 2.6rem;
  font-size: clamp(20.8px, 6.6666666667vw, 26px);
  font-weight: 500;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_content .el_catch {
    max-width: 800px;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.4375;
    letter-spacing: 0em;
    margin: 116px auto 0;
  }
}
.bl_talk .bl_talk_content .el_catch + h3 {
  margin-top: 45px;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_content .el_catch + h3 {
    margin: 69px auto 0;
  }
}
.bl_talk .bl_talk_content h3 {
  position: relative;
  padding-left: 40px;
  margin-top: 56px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.025em;
  font-weight: 450;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_content h3 {
    max-width: 800px;
    padding-left: 107px;
    margin: 96px auto 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: 0.025em;
  }
}
.bl_talk .bl_talk_content h3::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  margin-right: 10px;
  background: #001455;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_content h3::before {
    width: 90px;
  }
}
.bl_talk .bl_talk_content .el_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_content .el_row {
    max-width: 793px;
    margin: 40px auto 0;
  }
}
.bl_talk .bl_talk_content .el_row .el_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_content .el_row .el_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
}
.bl_talk .bl_talk_content .el_row .el_img figcaption {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 450;
}
.bl_talk .bl_talk_content .el_row .el_desc p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_content .el_row .el_desc p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.04em;
  }
}
.bl_talk .bl_talk_content .el_row > .ly_flex {
  gap: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.bl_talk .bl_talk_content .el_row + .el_rows {
  margin-top: 60px;
}
.bl_talk .bl_talk_content .bl_band {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_talk .bl_talk_content .bl_band {
    margin-top: 83px;
  }
}

/* =================================================
.post-type-solution_case 
=================================================== */
.post-type-solution_case {
  padding-top: 30px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .post-type-solution_case {
    padding-top: 32px;
    padding-bottom: 80px;
  }
}
.post-type-solution_case .el_tags {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
  color: #001d79;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .post-type-solution_case .el_tags {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.04em;
  }
}
.post-type-solution_case p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .post-type-solution_case p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.04em;
  }
}
.post-type-solution_case .bl_solution_main,
.post-type-solution_case .bl_solution_main-mono {
  padding-bottom: 50px;
  margin: 0 calc(50% - 50vw);
  margin-top: 60px;
  border-top: 4px solid #eceef0;
  border-bottom: 4px solid #eceef0;
}
@media screen and (min-width: 768px) {
  .post-type-solution_case .bl_solution_main,
  .post-type-solution_case .bl_solution_main-mono {
    border-top: 7px solid #eceef0;
    border-bottom: 7px solid #eceef0;
  }
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_main,
  .post-type-solution_case .bl_solution_main-mono {
    padding-bottom: 107px;
    margin-top: 115px;
  }
  .post-type-solution_case .bl_solution_main .is-layout-flex,
  .post-type-solution_case .bl_solution_main-mono .is-layout-flex {
    width: 88.2666666667%;
    height: auto;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media screen and (min-width: 782px) and (min-width: 768px) {
  .post-type-solution_case .bl_solution_main .is-layout-flex,
  .post-type-solution_case .bl_solution_main-mono .is-layout-flex {
    width: 92.1875%;
  }
}
@media screen and (min-width: 782px) and (min-width: 1024px) {
  .post-type-solution_case .bl_solution_main .is-layout-flex,
  .post-type-solution_case .bl_solution_main-mono .is-layout-flex {
    width: 96.875%;
    max-width: 1180px;
    padding-left: 30px;
    padding-right: 30px;
    gap: 78px;
  }
}
.post-type-solution_case .bl_solution_main .el_img,
.post-type-solution_case .bl_solution_main-mono .el_img {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_main .el_img,
  .post-type-solution_case .bl_solution_main-mono .el_img {
    margin: -65px 0 0 calc(50% - 50vw);
  }
}
.post-type-solution_case .bl_solution_main .el_img img,
.post-type-solution_case .bl_solution_main-mono .el_img img {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-solution_case .bl_solution_main .el_cont,
.post-type-solution_case .bl_solution_main-mono .el_cont {
  position: relative;
  padding: 50px 5.8666666667%;
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_main .el_cont,
  .post-type-solution_case .bl_solution_main-mono .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
            flex: 0 0 calc((100% - 30px) / 2);
    padding-bottom: 57px;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-solution_case .bl_solution_main .el_cont,
  .post-type-solution_case .bl_solution_main-mono .el_cont {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 78px) / 2);
            flex: 0 0 calc((100% - 78px) / 2);
  }
}
.post-type-solution_case .bl_solution_main .el_cont p,
.post-type-solution_case .bl_solution_main-mono .el_cont p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .post-type-solution_case .bl_solution_main .el_cont p,
  .post-type-solution_case .bl_solution_main-mono .el_cont p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.9333333333;
    letter-spacing: 0.03em;
  }
}
.post-type-solution_case .bl_solution_main .el_cont p + p,
.post-type-solution_case .bl_solution_main-mono .el_cont p + p {
  margin-top: 2em;
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_main-mono .el_img {
    margin: 0 0 0 calc(50% - 50vw);
  }
}
.post-type-solution_case .bl_solution_main-mono .el_img img {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-type-solution_case .bl_solution_main-mono .el_cont {
  color: #222222;
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_main-mono .el_cont {
    padding-top: 0;
  }
}
.post-type-solution_case .bl_solution_main-mono .el_cont::after {
  display: none;
}
.post-type-solution_case .bl_solution_point {
  padding-bottom: 60px;
  margin-top: 95px;
}
.post-type-solution_case .bl_solution_point h2 {
  position: relative;
  width: 147px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #001d79;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 700;
  color: #001d79;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_point h2 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.9333333333;
    letter-spacing: 0.03em;
    margin: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .post-type-solution_case .bl_solution_point h2 {
    margin: 0 0 0 10px !important;
  }
}
.post-type-solution_case .bl_solution_point .el_cont {
  max-width: 1032px;
  margin-top: -15px;
  padding: 34px 25px;
  border-radius: 7px;
  border: 1px solid #001d79;
}
.post-type-solution_case .bl_solution_point .el_cont p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_point .el_cont p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.9375;
    letter-spacing: 0.04em;
  }
}
.post-type-solution_case .bl_solution_point .el_cont p + p {
  margin-top: 2em;
}
.post-type-solution_case .bl_solution_point .is-layout-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 60px;
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_point .is-layout-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.post-type-solution_case .bl_solution_voice {
  padding-top: 47px;
  padding-bottom: 72px;
}
.post-type-solution_case .bl_solution_voice::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #fafafa;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.post-type-solution_case .bl_solution_voice h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  background: #fafafa;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0em;
  font-weight: 500;
  z-index: 1;
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_voice h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0em;
  }
}
.post-type-solution_case .bl_solution_voice .el_cont {
  max-width: 725px;
  margin: -12px auto 0;
  padding: 61px 10px;
  border-top: 1px solid #001d79;
  border-bottom: 1px solid #001d79;
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_voice .el_cont {
    padding: 59px 25px 39px;
  }
}
.post-type-solution_case .bl_solution_voice .el_cont p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_voice .el_cont p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.9375;
    letter-spacing: 0.04em;
    font-weight: 450;
  }
}
.post-type-solution_case .bl_solution_voice .el_cont p + p {
  margin-top: 2em;
}
.post-type-solution_case .bl_solution_method {
  padding-top: 60px;
  padding-bottom: 60px;
}
.post-type-solution_case .bl_solution_method h2 {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  color: #001d79;
  font-weight: 450;
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_method h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538461538;
    letter-spacing: 0.05em;
  }
}
.post-type-solution_case .bl_solution_method h2::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-radius: 100vw;
  background: #001d79;
  position: absolute;
  top: 50%;
  left: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-type-solution_case .bl_solution_method h2::after {
  content: "";
  width: calc(100% - 100px);
  height: 1px;
  background: #001d79;
  position: absolute;
  top: 50%;
  right: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_method h2::after {
    width: calc(100% - 150px);
  }
}
.post-type-solution_case .bl_solution_method .is-layout-flex {
  margin-top: 40px;
  gap: 20px;
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_method .is-layout-flex {
    margin-top: 76px;
  }
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_method .is-layout-flex .is-layout-flow {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.post-type-solution_case .bl_solution_method .is-layout-flex .is-layout-flow h3 {
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2272727273;
  letter-spacing: 0em;
  font-weight: 700;
  color: #001d79;
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_method .is-layout-flex .is-layout-flow h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538461538;
    letter-spacing: 0.05em;
    text-align: center;
  }
}
.post-type-solution_case .bl_solution_method .is-layout-flex .is-layout-flow p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_method .is-layout-flex .is-layout-flow p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.9375;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 782px) {
  .post-type-solution_case .bl_solution_method .is-layout-flex .is-layout-flow h3 + p {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.post-type-solution_case .bl_solution_method .is-layout-flex .is-layout-flow p + figure {
  margin-top: 20px;
}
.post-type-solution_case .bl_solution_method .is-layout-flex .is-layout-flow figure {
  margin-top: auto;
}

.el_btnCatalog {
  position: fixed;
  bottom: 300px;
  right: 5.3333333333%;
  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: 15px;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #001d79;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0em;
  font-weight: 450;
  color: #001d79 !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
  z-index: 11000;
}
@media screen and (min-width: 782px) {
  .el_btnCatalog {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2142857143;
    letter-spacing: 0em;
    right: 8%;
    cursor: pointer;
    gap: 15px;
  }
}
.el_btnCatalog span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* =================================================
    .post-type-product
=================================================== */
.post-type-products {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .post-type-products {
    padding-top: 32px;
    padding-bottom: 80px;
  }
}
.post-type-products .el_tags {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
  color: #001d79;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .post-type-products .el_tags {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.04em;
  }
}
.post-type-products p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.04em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .post-type-products p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.04em;
  }
}
.post-type-products .bl_singleheader_gray {
  background: #f6f7f8;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 0 calc(50% - 50vw) 30px;
}
@media screen and (min-width: 1024px) {
  .post-type-products .bl_singleheader_gray {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
.post-type-products .bl_singleheader_gray h1 {
  width: 88.2666666667%;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.04em;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .post-type-products .bl_singleheader_gray h1 {
    width: 96.875%;
    max-width: 1180px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0em;
  }
}
* + .post-type-products .bl_singleheader_gray {
  margin-top: 100px;
}
.post-type-products .bl_productGalleryWrap {
  margin-top: 35px;
}
@media screen and (min-width: 782px) {
  .post-type-products .bl_productGalleryWrap {
    margin-top: 65px;
  }
}
@media screen and (min-width: 782px) {
  .post-type-products .bl_productGalleryWrap .is-layout-flex {
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-products .bl_productGalleryWrap .is-layout-flex {
    gap: 70px;
  }
}
.post-type-products .bl_productGalleryWrap .bl_productGallery__main {
  position: relative;
  margin-bottom: clamp(12px, 2.5vw, 20px);
  aspect-ratio: 1/1;
  background: #f6f6f6;
  overflow: hidden;
}
.post-type-products .bl_productGalleryWrap .bl_productGallery__main .el_mainImg {
  position: absolute;
  inset: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 1;
}
.post-type-products .bl_productGalleryWrap .bl_productGallery__main .el_mainImg.is_show {
  pointer-events: auto;
  z-index: 2;
  opacity: 1;
}
.post-type-products .bl_productGalleryWrap .bl_productGallery__thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.post-type-products .bl_productGalleryWrap .bl_productGallery__thumbs .el_thumb {
  position: relative;
  aspect-ratio: 1/1;
  padding: 0;
  background: #fff;
  cursor: pointer;
  -webkit-transition: border-color 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: border-color 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, -webkit-transform 0.15s ease, -webkit-box-shadow 0.15s ease;
  overflow: hidden;
}
.post-type-products .bl_productGalleryWrap .bl_productGallery__thumbs .el_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.post-type-products .bl_productGalleryWrap .bl_productGallery__thumbs .el_thumb:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.post-type-products .bl_productGalleryWrap .bl_productGallery__thumbs .el_thumb:hover {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.post-type-products .bl_productGalleryWrap .bl_productGallery__thumbs .el_thumb.is_active {
  border-color: #333;
  border: 1px solid #333;
  outline-offset: 2px;
}
.post-type-products .bl_productGalleryWrap .el_desc {
  padding-top: 60px;
}
@media screen and (min-width: 782px) {
  .post-type-products .bl_productGalleryWrap .el_desc {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.post-type-products .bl_productGalleryWrap .el_desc p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 782px) {
  .post-type-products .bl_productGalleryWrap .el_desc p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8666666667;
    letter-spacing: 0.035em;
  }
}
.post-type-products .bl_productGalleryWrap .el_desc p + p {
  margin-top: 2em;
}
.post-type-products .bl_productGallery-hWrap .bl_productGalleryH {
  display: grid;
  grid-template-columns: 57.2321428571% 37.9464285714%; /* 左広め・右狭め */
  margin-top: 45px;
  /* メイン画像（クロスフェード用に2レイヤー） */
  /* 右側サムネ（2×2） */
}
@media screen and (min-width: 782px) {
  .post-type-products .bl_productGallery-hWrap .bl_productGalleryH {
    gap: 53px;
  }
}
.post-type-products .bl_productGallery-hWrap .bl_productGalleryH .bl_productGalleryH__main {
  position: relative;
  width: 100%;
  aspect-ratio: 1282/854; /* product_ga_main_1282x854 に合わせる */
  overflow: hidden;
  background: #f5f5f5;
  border: 1px solid #dedede;
}
.post-type-products .bl_productGallery-hWrap .bl_productGalleryH .bl_productGalleryH__main .el_mainImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
.post-type-products .bl_productGallery-hWrap .bl_productGalleryH .bl_productGalleryH__main .el_mainImg.is_show {
  opacity: 1;
}
.post-type-products .bl_productGallery-hWrap .bl_productGalleryH .bl_productGalleryH__thumbs {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr); /* ← 4等分 */
  gap: 13px;
}
.post-type-products .bl_productGallery-hWrap .bl_productGalleryH .bl_productGalleryH__thumbs .el_thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1; /* product_ga_thum_414x414 に合わせる正方形 */
  padding: 0;
  border: 0;
  background: transparent;
  border: 1px solid #dedede;
  cursor: pointer;
  overflow: hidden;
  /* 選択中の見た目 */
}
.post-type-products .bl_productGallery-hWrap .bl_productGalleryH .bl_productGalleryH__thumbs .el_thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
}
.post-type-products .bl_productGallery-hWrap .bl_productGalleryH .bl_productGalleryH__thumbs .el_thumb:hover img, .post-type-products .bl_productGallery-hWrap .bl_productGalleryH .bl_productGalleryH__thumbs .el_thumb:focus-visible img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.post-type-products .bl_productGallery-hWrap .bl_productGalleryH .bl_productGalleryH__thumbs .el_thumb.is_active {
  outline: 1px solid #333;
  outline-offset: 2px;
}
.post-type-products .bl_featuresRow {
  position: relative;
  padding-top: 54px;
  padding-bottom: 20px;
}
@media screen and (min-width: 782px) {
  .post-type-products .bl_featuresRow {
    padding: 80px 0 0;
  }
}
.post-type-products .bl_featuresRow:last-of-type {
  padding-bottom: 100px;
}
.post-type-products .bl_featuresRow .is-layout-flex {
  gap: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 782px) {
  .post-type-products .bl_featuresRow .is-layout-flex {
    gap: 60px;
  }
}
.post-type-products .bl_featuresRow h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #001d79;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .post-type-products .bl_featuresRow h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.post-type-products .bl_featuresRow h2::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 60vw;
  height: 1px;
  background: #dedede;
}
.post-type-products .bl_featuresRow h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #001d79;
}
.post-type-products .bl_featuresRow .el_desc {
  margin-bottom: 2em;
}
.post-type-products .bl_featuresRow .el_desc h3 {
  margin-top: 45px;
  margin-bottom: 35px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.04em;
  color: #001455;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .post-type-products .bl_featuresRow .el_desc h3 {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.0416666667;
    letter-spacing: 0em;
  }
}
.post-type-products .bl_featuresRow .el_desc .el_lead p {
  font-weight: 450;
  color: #001455;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .post-type-products .bl_featuresRow .el_desc .el_lead p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.035em;
  }
}
.post-type-products .bl_featuresRow .el_desc p {
  margin-top: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .post-type-products .bl_featuresRow .el_desc p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.post-type-products .bl_gridinRow {
  position: relative;
  padding-top: 54px;
  padding-bottom: 20px;
}
@media screen and (min-width: 782px) {
  .post-type-products .bl_gridinRow {
    padding: 80px 0 0;
  }
}
.post-type-products .bl_gridinRow:last-of-type {
  padding-bottom: 100px;
}
.post-type-products .bl_gridinRow .is-layout-flex {
  gap: 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 782px) {
  .post-type-products .bl_gridinRow .is-layout-flex {
    gap: 60px;
  }
}
@media screen and (min-width: 782px) {
  .post-type-products .bl_gridinRow .el_ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 fit-content;
            flex: 0 0 fit-content;
    min-width: 240px;
  }
}
.post-type-products .bl_gridinRow h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #001d79;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .post-type-products .bl_gridinRow h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.post-type-products .bl_gridinRow h2::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 60vw;
  height: 1px;
  background: #dedede;
}
.post-type-products .bl_gridinRow h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 100%;
  height: 2px;
  background: #001d79;
}
.post-type-products .bl_gridinRow .el_desc {
  padding-top: 40px;
  padding-bottom: 2em;
}
@media screen and (min-width: 782px) {
  .post-type-products .bl_gridinRow .el_desc {
    padding-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.post-type-products .bl_gridinRow .el_desc h3 {
  margin-top: 45px;
  margin-bottom: 35px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  letter-spacing: 0.04em;
  color: #001455;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .post-type-products .bl_gridinRow .el_desc h3 {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.0416666667;
    letter-spacing: 0em;
  }
}
.post-type-products .bl_gridinRow .el_desc p {
  margin-top: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .post-type-products .bl_gridinRow .el_desc p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.post-type-products .bl_gridinRow .el_desc p + p {
  margin-top: 1em;
}
.post-type-products .bl_gridinRow .el_desc .bl_productGrid {
  padding-top: 40px;
}
.post-type-products .bl_gridinRow .el_desc .bl_productGrid .is-layout-grid {
  gap: 20px;
}
.post-type-products .bl_productGrid {
  padding-top: 60px;
}
@media screen and (min-width: 782px) {
  .post-type-products .bl_productGrid {
    padding-top: 120px;
  }
}
.post-type-products .bl_productGrid .is-layout-grid {
  max-width: 100%;
  margin: 0 auto;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  gap: 16px;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .post-type-products .bl_productGrid .is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    row-gap: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-products .bl_productGrid .is-layout-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.post-type-products .bl_productGrid .el_card {
  max-width: 335px;
}
.post-type-products .bl_productGrid .el_card .wp-block-image {
  border: 1px solid #dedede;
}
.post-type-products .bl_productGrid .el_card h3 {
  margin-top: 10px;
  color: #001455;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 782px) {
  .post-type-products .bl_productGrid .el_card h3 {
    margin-top: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-products .bl_productGrid .el_card h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2222222222;
    letter-spacing: 0.04em;
  }
}
.post-type-products .bl_productGrid .el_card p {
  margin-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
@media screen and (min-width: 782px) {
  .post-type-products .bl_productGrid .el_card p {
    margin-top: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-products .bl_productGrid .el_card p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    letter-spacing: 0em;
  }
}
.post-type-products .bl_productGridOverlay {
  margin-top: 60px;
}
@media screen and (min-width: 1024px) {
  .post-type-products .bl_productGridOverlay {
    margin-top: 120px;
  }
}
.post-type-products .bl_productGridOverlay .is-layout-grid {
  max-width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (min-width: 782px) {
  .post-type-products .bl_productGridOverlay .is-layout-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 37px;
  }
}
.post-type-products .bl_productGridOverlay .el_card {
  /* ===== クロスフェード用 keyframes ===== */
  /* PC: hover時のみ2枚目を表示（アニメはしない） */
  /* スマホ/タブレット: 画面に入ったら自動交互切替（.is_playをJSで付与） */
  /* 動きを抑えたいユーザー設定に配慮 */
}
.post-type-products .bl_productGridOverlay .el_card .bl_imgSwap {
  --swap-dur: 2000ms;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: inline-block;
  overflow: hidden;
}
.post-type-products .bl_productGridOverlay .el_card .bl_imgSwap figure {
  position: absolute;
  inset: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.post-type-products .bl_productGridOverlay .el_card .bl_imgSwap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.post-type-products .bl_productGridOverlay .el_card .bl_imgSwap figure:first-of-type {
  opacity: 1;
}
.post-type-products .bl_productGridOverlay .el_card .bl_imgSwap figure:last-of-type {
  opacity: 0;
}
@-webkit-keyframes imgSwapA {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgSwapA {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes imgSwapB {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imgSwapB {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .post-type-products .bl_productGridOverlay .el_card .bl_imgSwap:hover figure:first-of-type {
    opacity: 0;
  }
  .post-type-products .bl_productGridOverlay .el_card .bl_imgSwap:hover figure:last-of-type {
    opacity: 1;
  }
}
@media (hover: none), (pointer: coarse) {
  .post-type-products .bl_productGridOverlay .el_card .bl_imgSwap.is_play figure:first-of-type {
    -webkit-animation: imgSwapA 5s ease-in-out infinite;
            animation: imgSwapA 5s ease-in-out infinite;
  }
  .post-type-products .bl_productGridOverlay .el_card .bl_imgSwap.is_play figure:last-of-type {
    -webkit-animation: imgSwapB 5s ease-in-out infinite;
            animation: imgSwapB 5s ease-in-out infinite;
  }
}
@media (prefers-reduced-motion: reduce) {
  .post-type-products .bl_productGridOverlay .el_card .bl_imgSwap .el_img {
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none !important;
            animation: none !important;
  }
}
.post-type-products .bl_productCardWrap {
  margin-top: 60px;
}
.post-type-products .bl_productCardWrap .is-layout-flex {
  gap: 40px;
}
.post-type-products .bl_productCardWrap .bl_productCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  padding: 44px 30px;
  border: 7px solid #eceef0;
}
.post-type-products .bl_productCardWrap .bl_productCard h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #001455;
}
.post-type-products .bl_productCardWrap .bl_productCard p {
  margin-top: 0;
}
.post-type-products .bl_productCardWrap .bl_productCard p + p {
  margin-top: 2em;
}

/* =================================================
  インタビュー投稿
=================================================== */
.post-type-interview {
  padding-bottom: 163px;
}
@media screen and (min-width: 1024px) {
  .post-type-interview {
    padding-bottom: 124px;
  }
}
.post-type-interview .bl_chapter {
  padding-left: 17.2839506173%;
}
.post-type-interview h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0 !important;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  color: #001d79;
  font-weight: 700;
  border-bottom: 1px solid #001d79;
}
@media screen and (min-width: 1024px) {
  .post-type-interview h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.125;
    letter-spacing: 0em;
    position: absolute;
    left: 0;
    margin-top: -15px !important;
    margin-left: -127px !important;
  }
}
.post-type-interview h3 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 27px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  letter-spacing: 0em;
  font-weight: 450;
  color: #001455;
}
@media screen and (min-width: 1024px) {
  .post-type-interview h3 {
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.3846153846;
    letter-spacing: 0em;
  }
}
.post-type-interview p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  .post-type-interview p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.9333333333;
    letter-spacing: 0.03em;
  }
}
.post-type-interview p + p {
  margin-top: 2em;
}
.post-type-interview .wp-block-image {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .post-type-interview .wp-block-image {
    margin-top: 56px;
    margin-bottom: 114px;
  }
}
.post-type-interview .wp-block-image + h2 {
  margin-top: 89px;
}
@media screen and (min-width: 1024px) {
  .post-type-interview .wp-block-image + h2 {
    margin-top: -24px;
  }
}
.post-type-interview .bl_timetable {
  margin: 123px auto 0;
}
@media screen and (min-width: 1024px) {
  .post-type-interview .bl_timetable {
    margin: 134px auto 0;
  }
}
.post-type-interview .bl_timetable .bl_timetable_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (min-width: 1024px) {
  .post-type-interview .bl_timetable .bl_timetable_header {
    gap: 178px;
  }
}
.post-type-interview .bl_timetable .bl_timetable_header h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  font-family: Arial, sans-serif;
  color: #afafaf;
  text-align: center;
  font-weight: 700;
  border-bottom: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .post-type-interview .bl_timetable .bl_timetable_header h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1333333333;
    letter-spacing: 0.03em;
  }
}
.post-type-interview .bl_timetable .bl_timetable_header h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .post-type-interview .bl_timetable .bl_timetable_header h2 span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3571428571;
    letter-spacing: 0em;
  }
}
.post-type-interview .bl_timetable .bl_timetable_header h2::after {
  --w: 47px;
  --h: 6px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 8px auto 20px;
  border-left: 23.5px solid transparent;
  border-right: 23.5px solid transparent;
  border-top: 6px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-type-interview .bl_timetable .bl_timetable_header h2.is_show {
  color: #001455;
}
.post-type-interview .bl_timetable .bl_timetable_header h2.is_show::after {
  border-top: 6px solid #001455;
}
.post-type-interview .bl_timetable .el_tabCont {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .post-type-interview .bl_timetable .el_tabCont::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #001455;
    position: absolute;
    top: 0;
    left: 22px;
  }
}
.post-type-interview .bl_timetable .el_listTime,
.post-type-interview .bl_timetable .el_listDay {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  border-top: 1px solid #001455;
  border-bottom: 1px solid #001455;
  padding-top: 58px;
  padding-bottom: 63px;
  margin: 0 calc(50% - 50vw) !important;
}
.post-type-interview .bl_timetable .el_listTime::after,
.post-type-interview .bl_timetable .el_listDay::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #001455;
  position: absolute;
  top: 0;
  left: 86px;
}
@media screen and (min-width: 1024px) {
  .post-type-interview .bl_timetable .el_listTime::after,
  .post-type-interview .bl_timetable .el_listDay::after {
    display: none;
  }
}
.post-type-interview .bl_timetable .el_listTime .el_listTime_list,
.post-type-interview .bl_timetable .el_listTime .el_listDay_list,
.post-type-interview .bl_timetable .el_listDay .el_listTime_list,
.post-type-interview .bl_timetable .el_listDay .el_listDay_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .post-type-interview .bl_timetable .el_listTime .el_listTime_list,
  .post-type-interview .bl_timetable .el_listTime .el_listDay_list,
  .post-type-interview .bl_timetable .el_listDay .el_listTime_list,
  .post-type-interview .bl_timetable .el_listDay .el_listDay_list {
    max-width: 810px;
    gap: 63px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.125;
    letter-spacing: 0em;
  }
}
.post-type-interview .bl_timetable .el_listTime .el_listTime_list .el_time,
.post-type-interview .bl_timetable .el_listTime .el_listDay_list .el_time,
.post-type-interview .bl_timetable .el_listDay .el_listTime_list .el_time,
.post-type-interview .bl_timetable .el_listDay .el_listDay_list .el_time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4em;
          flex: 0 0 4em;
  position: relative;
  display: block;
  width: 4em;
  margin: 0;
  margin-left: 17px;
  text-align: right;
  font-family: Arial, sans-serif;
  color: #001455;
  font-weight: 400;
}
.post-type-interview .bl_timetable .el_listTime .el_listTime_list .el_time::after,
.post-type-interview .bl_timetable .el_listTime .el_listDay_list .el_time::after,
.post-type-interview .bl_timetable .el_listDay .el_listTime_list .el_time::after,
.post-type-interview .bl_timetable .el_listDay .el_listDay_list .el_time::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #001455;
  border-radius: 100vh;
  position: absolute;
  right: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .post-type-interview .bl_timetable .el_listTime .el_listTime_list .el_time::after,
  .post-type-interview .bl_timetable .el_listTime .el_listDay_list .el_time::after,
  .post-type-interview .bl_timetable .el_listDay .el_listTime_list .el_time::after,
  .post-type-interview .bl_timetable .el_listDay .el_listDay_list .el_time::after {
    right: -22px;
  }
}
.post-type-interview .bl_timetable .el_listTime .el_listTime_list .el_time:empty::after,
.post-type-interview .bl_timetable .el_listTime .el_listDay_list .el_time:empty::after,
.post-type-interview .bl_timetable .el_listDay .el_listTime_list .el_time:empty::after,
.post-type-interview .bl_timetable .el_listDay .el_listDay_list .el_time:empty::after {
  content: none;
}
.post-type-interview .bl_timetable .el_listTime .el_listTime_list .el_cont,
.post-type-interview .bl_timetable .el_listTime .el_listDay_list .el_cont,
.post-type-interview .bl_timetable .el_listDay .el_listTime_list .el_cont,
.post-type-interview .bl_timetable .el_listDay .el_listDay_list .el_cont {
  position: relative;
  display: block;
  margin: 0;
  font-weight: 450;
}
.post-type-interview .bl_timetable .el_listTime .el_listTime_list + .el_listTime_list,
.post-type-interview .bl_timetable .el_listTime .el_listDay_list + .el_listTime_list,
.post-type-interview .bl_timetable .el_listDay .el_listTime_list + .el_listTime_list,
.post-type-interview .bl_timetable .el_listDay .el_listDay_list + .el_listTime_list {
  margin-top: 30px;
}
.post-type-interview .bl_timetable .el_listTime .el_listTime_list + .el_listDay_list,
.post-type-interview .bl_timetable .el_listTime .el_listDay_list + .el_listDay_list,
.post-type-interview .bl_timetable .el_listDay .el_listTime_list + .el_listDay_list,
.post-type-interview .bl_timetable .el_listDay .el_listDay_list + .el_listDay_list {
  margin-top: 30px;
}
.post-type-interview .bl_timetable .el_listDay .el_listDay_list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* =================================================
    .bl_interview_slide
=================================================== */
.bl_interview_slide {
  padding-top: 0;
  padding-bottom: 53px;
  background: #fafafa;
}
@media screen and (min-width: 1024px) {
  .bl_interview_slide {
    padding-top: 100px;
    padding-bottom: 124px;
  }
}
@media screen and (min-width: 1024px) {
  .bl_interview_slide .ly_flex_pc {
    gap: 60px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bl_interview_slide header {
  text-align: center;
  margin-top: -40px;
}
@media screen and (min-width: 1024px) {
  .bl_interview_slide header {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24.5762711864%;
            flex: 0 0 24.5762711864%;
  }
}
.bl_interview_slide header h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #001455;
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.15625;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #001455;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .bl_interview_slide header h2 {
    font-size: 47px;
    font-size: 4.7rem;
    line-height: 1.0638297872;
    letter-spacing: 0.05em;
    margin: 0;
    margin-bottom: 4px;
  }
}
.bl_interview_slide header h2 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 450;
}
@media screen and (min-width: 1024px) {
  .bl_interview_slide header h2 span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1428571429;
    letter-spacing: 0em;
  }
}
.bl_interview_slide header p {
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bl_interview_slide .bl_interview_slideWrap {
    margin: 0;
    margin-top: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.3389830508%;
            flex: 0 0 70.3389830508%;
  }
}

/* =================================================
    英語ページ設定
=================================================== */
html[lang=en] body p:not[class] {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  html[lang=en] body .bl_footer_sitemap {
    width: 63.3928571429%;
    max-width: 710px;
  }
}
html[lang=en] body .post-type-solution_case .bl_solution_method h2::after {
  display: none;
}

/* =================================================
    韓国語ページ設定
=================================================== */
html[lang=ko] body p:not[class] {
  text-align: left;
}

/* =================================================
    ボタン設定
=================================================== */
.bl_headerNav_lang {
  position: relative;
  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;
  padding-left: 10px;
  margin-top: 75px;
  z-index: 111;
}
@media screen and (min-width: 1024px) {
  .bl_headerNav_lang {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin: 0;
  }
}
.bl_headerNav_lang li a[data-gt-lang] img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  display: none;
}
.bl_headerNav_lang li a.glink {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  padding: 0 8px;
}
.bl_headerNav_lang li a.glink span {
  font-family: Arial, sans-serif;
  color: #001455;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0em;
}
@media screen and (min-width: 1024px) {
  .bl_headerNav_lang li a.glink span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0em;
    color: #fff;
  }
}
.bl_headerNav_lang li a.glink::before {
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #001455;
}
@media screen and (min-width: 1024px) {
  .bl_headerNav_lang li a.glink::before {
    top: 55%;
    background: #fff;
    height: 12px;
  }
}
.bl_headerNav_lang li:first-of-type a.glink::before {
  display: none;
}

/* ======================================
  .wp-pagenavi
======================================= */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
.wp-pagenavi .pages {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-box-ordinal-group: 1000;
      -ms-flex-order: 999;
          order: 999;
}
.wp-pagenavi span.current {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-weight: 400;
  color: #fff;
  background-color: #000f41;
  border: 1px solid #000f41;
}
.wp-pagenavi a.page {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2em;
  height: 2em;
  border: 1px solid #707070;
  line-height: 2em;
}
.wp-pagenavi a.page:hover {
  background: rgba(0, 15, 65, 0.3);
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first {
  font-size: 15px;
  font-size: 1.5rem;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border: 1px solid #707070;
}

/* =================================================
    setup-style-block.phpで設定した項目のCSS
=================================================== */
.is-style-section_title {
  padding-bottom: 20px;
  margin-bottom: 50px;
  background-size: 5px 1px;
  background-image: linear-gradient(to right, #333333 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  letter-spacing: 0.05em;
  color: #222222;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .is-style-section_title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4666666667;
    letter-spacing: 0.05em;
  }
}

* + .is-style-section_title {
  margin-top: 50px;
}

.is-style-decoration-square {
  position: relative;
  padding-left: 24px;
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  color: #222222;
  font-weight: 700;
  text-align: left;
}
.is-style-decoration-square::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  background: #222222;
  position: absolute;
  top: 8px;
  left: 0;
}

* + .is-style-decoration-square {
  margin-top: 30px;
}

.is-style-post_title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  letter-spacing: 0.05em;
  color: #222222;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .is-style-post_title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.4666666667;
    letter-spacing: 0.05em;
  }
}

* + .is-style-post_title {
  margin-top: 30px;
}

.is-style-flex_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 782px) {
  .is-style-flex_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wp-block-button.is-style-fill .wp-element-button {
  background: #000f41;
  padding: 13px 20px;
  border: 1px solid #000f41;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .wp-block-button.is-style-fill .wp-element-button:hover {
    opacity: 1;
    background: rgba(34, 34, 34, 0.1);
    color: #000f41;
    font-weight: 700;
  }
}

.wp-block-button.is-style-outline {
  background: transparent;
}
.wp-block-button.is-style-outline .wp-element-button {
  position: relative;
  padding: 15px 17.5%;
  padding-right: 26%;
  background: transparent;
  border: 1px solid #222222;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(12.8px, 4.2666666667vw, 16px);
  font-weight: 400;
  color: #222222;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .wp-block-button.is-style-outline .wp-element-button {
    padding: 15px 60px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-button.is-style-outline .wp-element-button:hover {
    opacity: 1;
    background: #000f41;
    color: #fff;
    font-weight: 700;
  }
  .wp-block-button.is-style-outline .wp-element-button:hover::after {
    background: url(../images/common/btn_arrow_white.svg) no-repeat center center/contain;
  }
}
.wp-block-button.is-style-outline .wp-element-button::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 18%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 12px;
  background: url(../images/common/btn_arrow_black.svg) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .wp-block-button.is-style-outline .wp-element-button::after {
    right: 60px;
  }
}

.wp-block-button.is-style-button_catalogdl {
  display: block !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 177px;
  background: transparent;
  margin-top: 30px;
}
.wp-block-button.is-style-button_catalogdl .wp-element-button {
  position: relative;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  border: 1px solid #001d79;
  background: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 450;
  color: #001d79;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .wp-block-button.is-style-button_catalogdl .wp-element-button:hover {
    opacity: 1;
    background: #001d79;
    color: #fff;
  }
}

.wp-block-button.is-style-button_link-blank {
  background: transparent;
}
.wp-block-button.is-style-button_link-blank .wp-element-button {
  width: 220px;
  position: relative;
  padding: 4px 30px;
  padding-right: 50px;
  border: 1px solid #222222;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: clamp(12.8px, 4.2666666667vw, 16px);
  font-weight: 450;
  color: #222222;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .wp-block-button.is-style-button_link-blank .wp-element-button:hover {
    opacity: 1;
    background: #000f41;
    color: #fff;
    font-weight: 700;
  }
  .wp-block-button.is-style-button_link-blank .wp-element-button:hover::after {
    background: url(../images/common/btn_arrow_white.svg) no-repeat center center/contain;
  }
}
.wp-block-button.is-style-button_link-blank .wp-element-button::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 12px;
  background: url(../images/common/btn_arrow_black.svg) no-repeat center center/contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wp-block-button.is-style-button_normal {
  display: block !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  height: 70px;
  position: relative;
}
.wp-block-button.is-style-button_normal .wp-element-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  padding-right: 50px;
  border: none;
  border-radius: 0;
  background: linear-gradient(-67deg, #000f41 22%, #000000 0);
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .wp-block-button.is-style-button_normal .wp-element-button:hover {
    opacity: 1;
    font-weight: 700;
  }
  .wp-block-button.is-style-button_normal .wp-element-button:hover::before {
    left: 65.5%;
  }
  .wp-block-button.is-style-button_normal .wp-element-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: linear-gradient(-67deg, transparent 40%, #000000 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.wp-block-button.is-style-button_normal .wp-element-button::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 12px;
  background: url(../images/common/btn_arrow_white.svg) no-repeat center center/contain;
}

.wp-block-image.is-style-image_round img {
  border-radius: 10px;
  display: block;
  width: 100%;
}

.wp-block-image.is-style-image_round-line img {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #ccc;
}
@media screen and (min-width: 768px) {
  .wp-block-image.is-style-image_round-line img {
    border: 1px solid #ccc;
  }
}

.wp-block-list.is-style-default li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
.wp-block-list.is-style-default li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
}

.wp-block-list.is-style-liststyle-circle_defult li {
  padding-left: 1em;
}
.wp-block-list.is-style-liststyle-circle_defult li:before {
  border-radius: 100vh;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  background: #222222;
}

.wp-block-list.is-style-liststyle-circle_brand li {
  padding-left: 1em;
}
.wp-block-list.is-style-liststyle-circle_brand li:before {
  border-radius: 100vh;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  background: #000f41;
}

.wp-block-list.is-style-liststyle-square_default li {
  padding-left: 1em;
}
.wp-block-list.is-style-liststyle-square_default li:before {
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  background: #222222;
}

.wp-block-table.is-style-no-border {
  overflow: visible;
}
.wp-block-table.is-style-no-border table,
.wp-block-table.is-style-no-border thead,
.wp-block-table.is-style-no-border th,
.wp-block-table.is-style-no-border td {
  border: none;
}

.is-style-block-file_pdf__defult {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 10px !important;
}
.is-style-block-file_pdf__defult a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 20px;
  padding-right: 100px;
  border: 2px solid #222222;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #222222;
}
@media screen and (min-width: 768px) {
  .is-style-block-file_pdf__defult a {
    padding: 13px 40px;
  }
}
@media screen and (min-width: 1025px) {
  .is-style-block-file_pdf__defult a:hover {
    opacity: 1;
    background: rgba(34, 34, 34, 0.1);
  }
}
.is-style-block-file_pdf__defult::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 20px;
  background: url(../images/common/icon/icon_pdf.svg) no-repeat center center/contain;
}

.is-style-block-file_pdf {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-top: 10px !important;
}
.is-style-block-file_pdf a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 20px;
  padding-right: 100px;
  border: 2px solid #000f41;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000f41;
}
@media screen and (min-width: 768px) {
  .is-style-block-file_pdf a {
    padding: 13px 40px;
  }
}
@media screen and (min-width: 1025px) {
  .is-style-block-file_pdf a:hover {
    opacity: 1;
    background: rgba(0, 15, 65, 0.1);
  }
}
.is-style-block-file_pdf::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 20px;
  background: url(../images/common/icon/icon_pdf__blue.svg) no-repeat center center/contain;
}

.wp-block-post-title {
  padding: 50px 0 25px;
  margin-bottom: 50px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #222222;
  border-bottom: 1px solid #222222;
}

/* =================================================
    .bl_post
=================================================== */
.post-type-post h1:not(.wp-block-post-title) {
  padding: 4px 20px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
}
.post-type-post h2:not(.is-style-section_title):not(.is-style-decoration-square):not(.is-style-post_title) {
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #001d79;
}
.post-type-post * + h2:not(.is-style-section_title):not(.is-style-decoration-square):not(.is-style-post_title) {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.post-type-post h3:not(.is-style-section_title):not(.is-style-decoration-square):not(.is-style-post_title) {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
  border-bottom: 1px solid #001d79;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #001d79;
}
.post-type-post * + h3:not(.is-style-section_title):not(.is-style-decoration-square):not(.is-style-post_title) {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.post-type-post h4:not(.is-style-section_title):not(.is-style-decoration-square):not(.is-style-post_title) {
  padding: 10px 20px;
  background: #001d79;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  color: #fff;
}
.post-type-post * + h4:not(.is-style-section_title):not(.is-style-decoration-square):not(.is-style-post_title) {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.post-type-post h5:not(.is-style-section_title):not(.is-style-decoration-square):not(.is-style-post_title) {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  color: #222222;
  font-weight: 700;
}
.post-type-post * + h5:not(.is-style-section_title):not(.is-style-decoration-square):not(.is-style-post_title) {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.post-type-post h6:not(.is-style-section_title):not(.is-style-decoration-square):not(.is-style-post_title) {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #222222;
  font-weight: 700;
}
.post-type-post * + h6:not(.is-style-section_title):not(.is-style-decoration-square):not(.is-style-post_title) {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.post-type-post p {
  word-break: break-all;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .post-type-post p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 0em;
  }
}
.post-type-post * + p {
  -webkit-margin-before: 1em !important;
          margin-block-start: 1em !important;
}
.post-type-post strong {
  font-weight: bold;
  color: #000f41;
}
.post-type-post a {
  color: #222222;
  text-decoration: underline;
  font-weight: bold;
}
@media screen and (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .post-type-post a:hover {
    opacity: 0.7;
  }
}
.post-type-post a:visited {
  color: #540082;
}
.post-type-post ul:not(.el_cat) li {
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 0.3em;
}
.post-type-post ul:not(.el_cat) li::before {
  content: "・";
  color: #001d79;
  position: absolute;
  top: 0px;
  left: 0;
}
.post-type-post * + ul {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.post-type-post ol {
  list-style: none;
  counter-reset: count 0;
}
.post-type-post ol li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.3em;
}
.post-type-post ol li::before {
  content: counter(count, decimal-leading-zero) ". ";
  counter-increment: count 1;
  position: absolute;
  top: 0px;
  left: 0;
}
.post-type-post * + ol {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.post-type-post .wp-block-table table {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-collapse: collapse;
}
.post-type-post .wp-block-table table th,
.post-type-post .wp-block-table table td {
  padding: 10px 20px;
  border: 1px solid #e2e2e2;
}
.post-type-post .wp-block-table table thead {
  border-bottom: none;
}
.post-type-post .wp-block-table table thead th {
  background: #001d79;
  border: 1px solid #e2e2e2;
  text-align: left;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.post-type-post .wp-block-table table tbody th {
  background: #fafafa;
  color: #222222;
  font-weight: 450;
}
.post-type-post .wp-block-table table tfoot {
  border-top: none;
  text-align: center;
}
.post-type-post * + .wp-block-table {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.post-type-post iframe {
  max-width: 100%;
  display: block;
}
.post-type-post .wp-block-image .wp-element-caption {
  margin-top: 6px;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}
.post-type-post * + .wp-block-image {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
}
@media screen and (min-width: 1024px) {
  .post-type-post * + .wp-block-image {
    -webkit-margin-before: 100px;
            margin-block-start: 100px;
    -webkit-margin-after: 100px;
            margin-block-end: 100px;
  }
}

/* ======================================
    page 404
====================================== */
.bl_page404 {
  padding-bottom: 8rem;
}
.bl_page404 .bl_page404_body .el_btnBacktoTop {
  position: relative;
  width: 220px;
  height: 50px;
  margin: 100px auto;
  text-align: center;
}
.bl_page404 .bl_page404_body .el_btnBacktoTop a {
  position: absolute;
  width: 100%;
  height: 50px;
  background: #001d79;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
}
@media screen and (min-width: 1024px) {
  .bl_page404 .bl_page404_body .el_btnBacktoTop a {
    background: #fff;
    color: #001d79;
    border: 1px solid #001d79;
    opacity: 1;
  }
  .bl_page404 .bl_page404_body .el_btnBacktoTop a:hover {
    background: #001d79;
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */