@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
          box-sizing: border-box;
  word-break: normal;
     tab-size: 4;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  color: inherit;
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.h-hide-pc {
  display: none;
}
.h-mb0 {
  margin-bottom: 0 !important;
}

.h-mt0 {
  margin-top: 0 !important;
}

.h-pt0 {
  padding-top: 0 !important;
}

.h-tac {
  text-align: center;
}

.h-center {
  text-align: center;
}

.h-width100 {
  width: 100% !important;
}

.h-color-w {
  color: #fff;
}

.cf:after,
.cf:before {
  display: table;
  content: "";
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

html {
  color: #252525;
  font-size: 16px;
  line-height: 2.2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body {
  word-wrap: break-word;
}

a {
  -webkit-transition: all 0.3s;
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  text-decoration-color: transparent;
  opacity: 0.6;
}

:visited:hover,
a {
  text-decoration: none;
}

ul {
  list-style: none;
}

i {
  font-style: normal;
}

input[type=button]:not([disabled]),
input[type=submit]:not([disabled]),
input[type=reset]:not([disabled]),
button:not([disabled]) {
  cursor: pointer;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

img {
  height: auto;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
}

a[href*="tel:"] {
  cursor: default;
  pointer-events: none;
}

.ly-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-transition: background-color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  padding: 19px 32px 20px 38px;
  gap: 25px;
  transition: background-color 0.3s;
}
.ly-header.is-scroll {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.6);
}

.ly_footer {
  padding-top: 50px;
  padding-bottom: 64px;
  background-color: #ffe8cd;
}
.h-scrollAnim {
  -webkit-transform: translateY(50px);
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
          transform: translateY(50px);
  opacity: 0;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.h-scrollAnim.is-scrollIn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.animtextbox {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: flex-start;
          justify-content: flex-start;
  text-transform: uppercase;
}
.animtextbox__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.animtextbox__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.animtextbox .char {
  overflow: hidden;
}
.animtextbox .char-text {
  -webkit-transform: translateX(var(--x, -101%));
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: calc(0.05s * var(--char-index));
  display: inline-block;
          transform: translateX(var(--x, -101%));
  transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
          transition-delay: calc(0.05s * var(--char-index));
}

.animtextbox.is-scrollIn {
  --x: 0;
}

.bl_page-service_top {
  background-color: #ac8bfa;
}
.bl_page-service_top .bl_movieWrapperOuter {
  -webkit-box-shadow: 0 0 50px 50px #ac8bfa;
          box-shadow: 0 0 50px 50px #ac8bfa;
}
.bl_page-service_top .bl_breadcrumbs {
  max-width: 1455px;
  margin: 0 auto;
}

.bl_fixedBack {
  -webkit-clip-path: inset(0);
  position: relative;
  padding-top: 1px;
          clip-path: inset(0);
}

.bl_fixedBack_background {
  z-index: -2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/top/top_kv_back_pc.png");
  background-position: center;
  background-size: cover;
}
.bl_fixedBack_background__02 {
  background-image: url("../img/common/page_top_back.png");
}
.bl_fixedBack_background__03 {
  background-image: url("../img/service/header/header.png");
  background-position: 0 0;
  background-size: 100% auto;
}
.bl_fixedBack_background__04 {
  padding-top: 5px;
  background-image: url("../img/recruit/person/background.jpg");
  background-position: 0 0;
  background-size: cover;
}

.bl_fixedMember {
  z-index: -1;
  position: fixed;
  right: 165px;
  bottom: 38px;
}
.bl_fixedMember img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bl_fixedMember.is-lower img {
  width: 610px;
  opacity: 0;
}

.bl_purpleBack {
  color: #fff;
}

.bl_maxWidth {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1416px;
  margin: 0 auto;
  padding: 0 24px;
}
.bl_maxWidth__01 {
  max-width: 1624px;
}
.bl_maxWidth__02 {
  overflow: hidden;
}
.bl_maxWidth__03 {
  max-width: 1592px;
}
.bl_maxWidth__04 {
  max-width: 1654px;
}
.bl_maxWidth__05 {
  max-width: 1694px;
}
.bl_maxWidth__06 {
  max-width: 1000px;
}
.bl_maxWidth__07 {
  max-width: 1440px;
}
.bl_maxWidth__08 {
  max-width: 1440px;
  padding-right: 0;
  padding-left: 0;
}
.bl_maxWidth__09 {
  max-width: 1200px;
}
.bl_maxWidth__10 {
  max-width: 1678px;
}
.bl_maxWidth__10 .bl_cmsLayout {
  padding-right: 90px;
  padding-left: 90px;
}
.bl_maxWidth__11 {
  max-width: 1416px;
}
.bl_maxWidth__12 {
  max-width: 1309px;
}
.bl_maxWidth__13 {
  max-width: 1565px;
}
.bl_maxWidth__14 {
  max-width: 1347px;
}

.svg-sns-iconlist {
  display: none;
}

.bl_headerList {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
      flex-wrap: wrap;
          align-items: center;
  margin-right: clamp(10px, 3.5vw, 64px);
  gap: 5px clamp(10px, 2.53vw, 50px);
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
  white-space: nowrap;
}
.bl_headerList > li > a {
  position: relative;
}
.bl_headerList > li > a:hover {
  color: #003589;
  opacity: 1;
}
.bl_headerList > li > a:hover::after {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003589;
  content: "";
}

.bl_headerMenu {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}

.bl_menuSwitch {
  display: none;
  position: relative;
  aspect-ratio: 1;
  width: 36px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.bl_menuSwitch span,
.bl_menuSwitch::after,
.bl_menuSwitch::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1px;
          transform: translate(-50%, -50%);
  background-color: #003589;
  content: "";
  transition: all 0.3s;
}

.bl_menuSwitch::after {
  margin-top: -6px;
}

.bl_menuSwitch::before {
  margin-top: 6px;
}

.is-menu-open .bl_menuSwitch span {
  width: 0;
}
.is-menu-open .bl_menuSwitch::after,
.is-menu-open .bl_menuSwitch::before {
  width: 20px;
}
.is-menu-open .bl_menuSwitch::after {
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
  margin-top: 0;
          transform: translate(-50%, -50%) rotate(35deg);
}
.is-menu-open .bl_menuSwitch::before {
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
  margin-top: 0;
          transform: translate(-50%, -50%) rotate(-35deg);
}

.bl_headerMenu_btn {
  width: 229px;
  padding: 10.5px 0;
  border: 1px solid #003589;
  border-radius: 26px;
  background-color: #003589;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
.bl_headerMenu_btn svg {
  fill: currentColor;
  margin-right: 5px;
}
.bl_headerMenu_btn:hover {
  background-color: #fff;
  color: #003589;
  opacity: 1;
}

.bl_headerList_pullDown {
  position: relative;
}
.bl_headerList_pullDown > span::after {
  -webkit-transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  display: inline-block;
  aspect-ratio: 1;
  width: 7px;
  margin-top: -5px;
  margin-left: 5px;
          transform: rotate(45deg);
  border-right: 1.5px solid #003589;
  border-bottom: 1.5px solid #003589;
  content: "";
  vertical-align: middle;
  transition: all 0.3s;
}
.bl_headerList_pullDown::before {
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100%;
  height: 25px;
  content: "";
}
.bl_headerList_pullDown .bl_headerList_sub {
  -webkit-transform: translateY(100%);
  display: none;
  position: absolute;
  bottom: -16px;
  left: 0;
  padding: 10px 28px;
          transform: translateY(100%);
  background-color: #fff;
  font-size: 0.875rem;
}
.bl_headerList_pullDown .bl_headerList_sub li {
  font-weight: normal;
}
.bl_headerList_pullDown .bl_headerList_sub li:first-child {
  font-weight: bold;
  font-size: 1rem;
}
.bl_headerList_pullDown .bl_headerList_sub li a {
  display: block;
  position: relative;
  padding: 13.5px 0;
}
.bl_headerList_pullDown .bl_headerList_sub li a::after {
  -webkit-transform: rotate(-45deg);
  display: inline-block;
  aspect-ratio: 1;
  width: 6px;
  margin-top: -1px;
  margin-left: 6px;
          transform: rotate(-45deg);
  border-right: 1px solid #003589;
  border-bottom: 1px solid #003589;
  content: "";
  vertical-align: middle;
}
.bl_headerList_pullDown .bl_headerList_sub li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.bl_logo h1 {
  line-height: 1;
}

.bl_headerLogo {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  height: 63px;
}
.bl_footerInner {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  gap: 20px 30px;
}

.bl_footer_side {
  padding-left: 18px;
  font-size: 0.9375rem;
}

.bl_footer_address {
  margin-top: 10px;
  font-style: normal;
}

.bl_footer_number dt::after {
  content: ":";
}
.bl_footer_number dt,
.bl_footer_number dd {
  display: inline;
}
.bl_footer_number div {
  display: inline-block;
}

.bl_footer_nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 600px;
  max-width: 938px;
  padding-top: 8px;
  padding-right: 50px;
}
.bl_footer_nav dl {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  gap: 20px 40px;
  white-space: nowrap;
}
.bl_footer_nav dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.bl_footer_nav dl dd {
  margin-bottom: 14px;
  padding-left: 16px;
  font-weight: 500;
  font-size: 0.875rem;
}
.bl_footer_nav a {
  display: inline-block;
  position: relative;
}
.bl_footer_nav a:hover {
  color: #003589;
  opacity: 1;
}
.bl_footer_nav a:hover::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #003589;
  content: "";
}

.bl_copy {
  display: block;
  margin-top: 40px;
  font-size: 0.75rem;
  text-align: center;
}

.bl_kv_txt {
  font-weight: 900;
  font-size: 16.2vw;
  line-height: 1;
  font-family: "Libre Franklin", sans-serif;
  letter-spacing: -0.045em;
}
.bl_kv_txt span {
  -webkit-transform: translateX(30px);
  display: inline-block;
          transform: translateX(30px);
  color: #5632ac;
  opacity: 0;
}
.bl_kv_txt div:last-child {
  margin-left: 12vw;
}
.bl_kv_txt.is-scrollIn span {
  -webkit-transform: translateX(0);
  -webkit-transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), color 2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
          transform: translateX(0);
  color: #fff;
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), color 2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), color 2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), color 2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.bl_kv_txt.is-scrollIn:nth-child(1) span:nth-child(1) {
  -webkit-transition-delay: 0s, 0s, 0.2s;
          transition-delay: 0s, 0s, 0.2s;
}
.bl_kv_txt.is-scrollIn:nth-child(1) span:nth-child(2) {
  -webkit-transition-delay: 0.04s, 0.04s, 0.25s;
          transition-delay: 0.04s, 0.04s, 0.25s;
}
.bl_kv_txt.is-scrollIn:nth-child(1) span:nth-child(3) {
  -webkit-transition-delay: 0.08s, 0.08s, 0.3s;
          transition-delay: 0.08s, 0.08s, 0.3s;
}
.bl_kv_txt.is-scrollIn:nth-child(1) span:nth-child(4) {
  -webkit-transition-delay: 0.12s, 0.12s, 0.35s;
          transition-delay: 0.12s, 0.12s, 0.35s;
}
.bl_kv_txt.is-scrollIn:nth-child(1) span:nth-child(5) {
  -webkit-transition-delay: 0.16s, 0.16s, 0.4s;
          transition-delay: 0.16s, 0.16s, 0.4s;
}
.bl_kv_txt.is-scrollIn:nth-child(1) span:nth-child(6) {
  -webkit-transition-delay: 0.2s, 0.2s, 0.45s;
          transition-delay: 0.2s, 0.2s, 0.45s;
}
.bl_kv_txt.is-scrollIn:nth-child(1) span:nth-child(7) {
  -webkit-transition-delay: 0.24s, 0.24s, 0.5s;
          transition-delay: 0.24s, 0.24s, 0.5s;
}
.bl_kv_txt.is-scrollIn:nth-child(1) span:nth-child(8) {
  -webkit-transition-delay: 0.28s, 0.28s, 0.55s;
          transition-delay: 0.28s, 0.28s, 0.55s;
}
.bl_kv_txt.is-scrollIn:nth-child(1) span:nth-child(9) {
  -webkit-transition-delay: 0.32s, 0.32s, 0.6s;
          transition-delay: 0.32s, 0.32s, 0.6s;
}
.bl_kv_txt.is-scrollIn:nth-child(1) span:nth-child(10) {
  -webkit-transition-delay: 0.36s, 0.36s, 0.65s;
          transition-delay: 0.36s, 0.36s, 0.65s;
}
.bl_kv_txt.is-scrollIn:nth-child(1) span:nth-child(11) {
  -webkit-transition-delay: 0.4s, 0.4s, 0.7s;
          transition-delay: 0.4s, 0.4s, 0.7s;
}
.bl_kv_txt.is-scrollIn:nth-child(1) span:nth-child(12) {
  -webkit-transition-delay: 0.44s, 0.44s, 0.75s;
          transition-delay: 0.44s, 0.44s, 0.75s;
}
.bl_kv_txt.is-scrollIn:nth-child(1) span:nth-child(13) {
  -webkit-transition-delay: 0.48s, 0.48s, 0.8s;
          transition-delay: 0.48s, 0.48s, 0.8s;
}
.bl_kv_txt.is-scrollIn:nth-child(1) span:nth-child(14) {
  -webkit-transition-delay: 0.52s, 0.52s, 0.85s;
          transition-delay: 0.52s, 0.52s, 0.85s;
}
.bl_kv_txt.is-scrollIn:nth-child(2) span:nth-child(1) {
  -webkit-transition-delay: 0.05s, 0.05s, 0.25s;
          transition-delay: 0.05s, 0.05s, 0.25s;
}
.bl_kv_txt.is-scrollIn:nth-child(2) span:nth-child(2) {
  -webkit-transition-delay: 0.09s, 0.09s, 0.3s;
          transition-delay: 0.09s, 0.09s, 0.3s;
}
.bl_kv_txt.is-scrollIn:nth-child(2) span:nth-child(3) {
  -webkit-transition-delay: 0.13s, 0.13s, 0.35s;
          transition-delay: 0.13s, 0.13s, 0.35s;
}
.bl_kv_txt.is-scrollIn:nth-child(2) span:nth-child(4) {
  -webkit-transition-delay: 0.17s, 0.17s, 0.4s;
          transition-delay: 0.17s, 0.17s, 0.4s;
}
.bl_kv_txt.is-scrollIn:nth-child(2) span:nth-child(5) {
  -webkit-transition-delay: 0.21s, 0.21s, 0.45s;
          transition-delay: 0.21s, 0.21s, 0.45s;
}
.bl_kv_txt.is-scrollIn:nth-child(2) span:nth-child(6) {
  -webkit-transition-delay: 0.25s, 0.25s, 0.5s;
          transition-delay: 0.25s, 0.25s, 0.5s;
}
.bl_kv_txt.is-scrollIn:nth-child(2) span:nth-child(7) {
  -webkit-transition-delay: 0.29s, 0.29s, 0.55s;
          transition-delay: 0.29s, 0.29s, 0.55s;
}
.bl_kv_txt.is-scrollIn:nth-child(2) span:nth-child(8) {
  -webkit-transition-delay: 0.33s, 0.33s, 0.6s;
          transition-delay: 0.33s, 0.33s, 0.6s;
}
.bl_kv_txt.is-scrollIn:nth-child(2) span:nth-child(9) {
  -webkit-transition-delay: 0.37s, 0.37s, 0.65s;
          transition-delay: 0.37s, 0.37s, 0.65s;
}
.bl_kv_txt.is-scrollIn:nth-child(2) span:nth-child(10) {
  -webkit-transition-delay: 0.41s, 0.41s, 0.7s;
          transition-delay: 0.41s, 0.41s, 0.7s;
}
.bl_kv_txt.is-scrollIn:nth-child(2) span:nth-child(11) {
  -webkit-transition-delay: 0.45s, 0.45s, 0.75s;
          transition-delay: 0.45s, 0.45s, 0.75s;
}
.bl_kv_txt.is-scrollIn:nth-child(2) span:nth-child(12) {
  -webkit-transition-delay: 0.49s, 0.49s, 0.8s;
          transition-delay: 0.49s, 0.49s, 0.8s;
}
.bl_kv_txt.is-scrollIn:nth-child(2) span:nth-child(13) {
  -webkit-transition-delay: 0.53s, 0.53s, 0.85s;
          transition-delay: 0.53s, 0.53s, 0.85s;
}
.bl_kv_txt.is-scrollIn:nth-child(2) span:nth-child(14) {
  -webkit-transition-delay: 0.57s, 0.57s, 0.9s;
          transition-delay: 0.57s, 0.57s, 0.9s;
}
.bl_kv_txt.is-scrollIn:nth-child(3) span:nth-child(1) {
  -webkit-transition-delay: 0.1s, 0.1s, 0.3s;
          transition-delay: 0.1s, 0.1s, 0.3s;
}
.bl_kv_txt.is-scrollIn:nth-child(3) span:nth-child(2) {
  -webkit-transition-delay: 0.14s, 0.14s, 0.35s;
          transition-delay: 0.14s, 0.14s, 0.35s;
}
.bl_kv_txt.is-scrollIn:nth-child(3) span:nth-child(3) {
  -webkit-transition-delay: 0.18s, 0.18s, 0.4s;
          transition-delay: 0.18s, 0.18s, 0.4s;
}
.bl_kv_txt.is-scrollIn:nth-child(3) span:nth-child(4) {
  -webkit-transition-delay: 0.22s, 0.22s, 0.45s;
          transition-delay: 0.22s, 0.22s, 0.45s;
}
.bl_kv_txt.is-scrollIn:nth-child(3) span:nth-child(5) {
  -webkit-transition-delay: 0.26s, 0.26s, 0.5s;
          transition-delay: 0.26s, 0.26s, 0.5s;
}
.bl_kv_txt.is-scrollIn:nth-child(3) span:nth-child(6) {
  -webkit-transition-delay: 0.3s, 0.3s, 0.55s;
          transition-delay: 0.3s, 0.3s, 0.55s;
}
.bl_kv_txt.is-scrollIn:nth-child(3) span:nth-child(7) {
  -webkit-transition-delay: 0.34s, 0.34s, 0.6s;
          transition-delay: 0.34s, 0.34s, 0.6s;
}
.bl_kv_txt.is-scrollIn:nth-child(3) span:nth-child(8) {
  -webkit-transition-delay: 0.38s, 0.38s, 0.65s;
          transition-delay: 0.38s, 0.38s, 0.65s;
}
.bl_kv_txt.is-scrollIn:nth-child(3) span:nth-child(9) {
  -webkit-transition-delay: 0.42s, 0.42s, 0.7s;
          transition-delay: 0.42s, 0.42s, 0.7s;
}
.bl_kv_txt.is-scrollIn:nth-child(3) span:nth-child(10) {
  -webkit-transition-delay: 0.46s, 0.46s, 0.75s;
          transition-delay: 0.46s, 0.46s, 0.75s;
}
.bl_kv_txt.is-scrollIn:nth-child(3) span:nth-child(11) {
  -webkit-transition-delay: 0.5s, 0.5s, 0.8s;
          transition-delay: 0.5s, 0.5s, 0.8s;
}
.bl_kv_txt.is-scrollIn:nth-child(3) span:nth-child(12) {
  -webkit-transition-delay: 0.54s, 0.54s, 0.85s;
          transition-delay: 0.54s, 0.54s, 0.85s;
}
.bl_kv_txt.is-scrollIn:nth-child(3) span:nth-child(13) {
  -webkit-transition-delay: 0.58s, 0.58s, 0.9s;
          transition-delay: 0.58s, 0.58s, 0.9s;
}
.bl_kv_txt.is-scrollIn:nth-child(3) span:nth-child(14) {
  -webkit-transition-delay: 0.62s, 0.62s, 0.95s;
          transition-delay: 0.62s, 0.62s, 0.95s;
}

.bl_kv {
  position: relative;
  margin-top: 105px;
  margin-bottom: 35px;
  padding-left: 4.6vw;
  color: #fff;
}
.bl_kv.is-scrollIn .bl_kv_subTxt {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.bl_kv.is-scrollIn .bl_kv_img {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.bl_kv.is-scrollIn .bl_kv_img__01 {
  -webkit-transition: opacity 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
}
.bl_kv.is-scrollIn .bl_kv_img__02 {
  -webkit-transition: opacity 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
  transition: opacity 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
  transition: opacity 0.5s ease 1s, transform 0.5s ease 1s;
  transition: opacity 0.5s ease 1s, transform 0.5s ease 1s, -webkit-transform 0.5s ease 1s;
}
.bl_kv.is-scrollIn .bl_kv_img__03 {
  -webkit-transition: opacity 0.5s ease 1.5s, -webkit-transform 0.5s ease 1.5s;
  transition: opacity 0.5s ease 1.5s, -webkit-transform 0.5s ease 1.5s;
  transition: opacity 0.5s ease 1.5s, transform 0.5s ease 1.5s;
  transition: opacity 0.5s ease 1.5s, transform 0.5s ease 1.5s, -webkit-transform 0.5s ease 1.5s;
}

.bl_kv_subTxt {
  -webkit-transition: opacity 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  -webkit-transform: translateX(20px);
  position: absolute;
  top: 25vw;
  left: 44.5vw;
          transform: translateX(20px);
  font-weight: bold;
  font-size: 2.291vw;
  letter-spacing: 0.1em;
  opacity: 0;
  transition: opacity 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s, transform 0.5s ease 0.5s, -webkit-transform 0.5s ease 0.5s;
}

.bl_kv_img {
  -webkit-transform: translateX(20px);
  position: absolute;
  height: auto;
          transform: translateX(20px);
  opacity: 0;
}
.bl_kv_img__01 {
  top: 1.5vw;
  left: 61.5vw;
  width: 10vw;
}
.bl_kv_img__02 {
  top: 17.5vw;
  left: 27.8vw;
  width: 14.27vw;
}
.bl_kv_img__03 {
  top: 34vw;
  left: 6.7vw;
  width: 9.27vw;
}

.bl_layoutBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 144px;
  letter-spacing: 0.12em;
}
.bl_layoutBox__02 {
  margin-top: -33px;
  padding-top: 136px;
  background-image: url("../img/top/top02_left.png"), url("../img/top/top02_right.png");
  background-position: -56px bottom, right -24px top 0;
  background-size: 500px auto, 452px auto;
}
.bl_layoutBox__03 {
  padding-top: 28px;
}
.bl_layoutBox__04 {
  padding-top: 170px;
}
.bl_layoutBox__06 {
  padding-top: 170px;
}
.bl_layoutBox__service01 {
  padding-top: 115px;
}

.bl_movieWrapperOuter {
  z-index: 1;
  position: relative;
}

.bl_top01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  gap: 20px;
}
.bl_top01 .bl_top_txtBox {
  width: 50%;
}
.bl_top01 .el_heading02 {
  width: 41.5%;
  text-align: right;
}

.bl_top_txtBox {
  font-weight: bold;
  font-size: 1.25rem;
}
.bl_top_txtBox p:not(:last-child) {
  margin-bottom: min(2.4vw, 44px);
}

.bl_autoScrollMessage {
  -webkit-animation: backgroundScroll 12s linear infinite;
  height: 197px;
  margin-top: 135px;
  background-image: url("../img/top/scroll.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
          animation: backgroundScroll 12s linear infinite;
}

@-webkit-keyframes backgroundScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2147px 0;
  }
}

@keyframes backgroundScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2147px 0;
  }
}
.bl_autoScrollMessage02 {
  -webkit-animation: backgroundScroll02 12s linear infinite;
  height: 197px;
  margin-top: 24px;
  background-image: url("../img/recruit/scroll.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
          animation: backgroundScroll02 12s linear infinite;
}

@-webkit-keyframes backgroundScroll02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2147px 0;
  }
}

@keyframes backgroundScroll02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2147px 0;
  }
}
.bl_autoScrollMessage03 {
  -webkit-animation: backgroundScroll03 12s linear infinite;
  height: 201px;
  margin-top: 100px;
  background-image: url("../img/recruit/scroll02.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
          animation: backgroundScroll03 12s linear infinite;
}

@-webkit-keyframes backgroundScroll03 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1161px 0;
  }
}

@keyframes backgroundScroll03 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1161px 0;
  }
}
.bl_autoScrollMessage04 {
  -webkit-animation: backgroundScroll04 50s linear infinite;
  height: 271.5px;
  background-image: url("../img/jobs/works.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
          animation: backgroundScroll04 50s linear infinite;
}

@-webkit-keyframes backgroundScroll04 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3893.5px 0;
  }
}

@keyframes backgroundScroll04 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3893.5px 0;
  }
}
.bl_btns {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: flex-end;
  margin-top: 54px;
  gap: 36px;
}

.bl_top02 {
  padding-bottom: 134px;
  text-align: center;
}
.bl_top02 .bl_top_txtBox {
  margin-bottom: 50px;
  padding-top: min(3vw, 58px);
}
.bl_top02__service {
  padding-bottom: 0px;
}

.bl_top03 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

.bl_top04 {
  margin-bottom: 112px;
  letter-spacing: 0.1em;
  text-align: center;
}
.bl_top04 .el_heading02 {
  margin-bottom: 64px;
}
.bl_top04 .bl_top_txtBox p:not(:last-child) {
  margin-bottom: 28px;
}

.bl_movieBox {
  width: 47.85%;
}

.bl_movieTxt {
  width: 47.4%;
  padding-top: min(260px, 13.4vw);
  padding-left: 24px;
  text-align: right;
}
.bl_movieTxt .el_heading02 {
  margin-bottom: min(3.5vw, 66px);
}

.bl_movieBox_heading {
  position: relative;
  margin-bottom: -40px;
  color: rgba(255, 255, 255, 0.38);
  font-weight: bold;
  font-size: min(12vw, 157px);
  line-height: 1;
  font-family: "Libre Franklin", sans-serif;
  text-align: right;
}

.bl_movieBox_youtube {
  aspect-ratio: 918/517;
  width: 100%;
  overflow: hidden;
}
.bl_movieBox_youtube iframe {
  width: 100%;
  height: 100%;
}
.bl_circleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 1061px;
  padding-top: 30px;
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(184, 150, 253, 0.6);
  text-align: center;
}
.bl_circleBox .el_heading02 {
  margin-bottom: 60px;
}
.bl_circleBox .bl_top_txtBox {
  margin-bottom: 70px;
}
.bl_circleBox::after, .bl_circleBox::before {
  display: block;
  position: absolute;
  aspect-ratio: 1;
  width: 313px;
  background-size: contain;
  content: "";
}
.bl_circleBox::after {
  top: 154px;
  left: -188px;
  background-image: url("../img/top/circle01.png");
}
.bl_circleBox::before {
  right: -178px;
  bottom: 158px;
  background-image: url("../img/top/circle02.png");
}

.bl_circleBoxWrapper {
  position: relative;
  height: 1061px;
}

.bl_top05Wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-top: 218px;
}
.bl_top05Wrapper .bl_top_txtBox {
  margin-bottom: 62px;
}

.bl_top05_imgWrapper {
  width: 43.4%;
  padding-top: 20px;
}
.bl_top05_imgWrapper img {
  width: 100%;
}

.bl_top05_txtWrapper {
  width: 47.4%;
  padding-top: 10px;
  padding-right: 24px;
}
.bl_top05_txtWrapper .el_heading02 {
  max-width: 200p;
  margin-bottom: min(3.5vw, 68px);
  margin-left: -10px;
  padding-left: 0;
}

.bl_top06 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  gap: 5vw;
}
.bl_top06 .el_heading02 {
  margin-bottom: min(3.4vw, 65px);
}

.bl_top06_imgWrapper {
  width: 45.92%;
  padding-top: 0px;
  padding-right: 40px;
}
.bl_top06_imgWrapper img {
  width: 100%;
}

.bl_top06_txtWrapper {
  padding-top: 15px;
}

.bl_newsBoxWrapper {
  margin-top: 64px;
  padding-bottom: 140px;
}
.bl_newsBoxWrapper__recruit .el_l_Heading {
  color: #5632ac;
}
.bl_newsBoxWrapper__recruit .bl_newsBox {
  border: 1px solid #5632ac;
}
.bl_newsBoxWrapper__recruit .bl_newsBox_front {
  padding-top: 4px;
}
.bl_newsBoxWrapper__recruit .bl_newsBox {
  gap: 40px;
}
.bl_newsBoxWrapper__recruit .bl_newsBox .el_btn01 {
  bottom: 12px;
}

.bl_newsBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -12px;
  padding: 35px 50px 67px;
  gap: 54px;
  background-color: #fff;
  color: #000;
}

.bl_news_heading {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 1.875rem;
}

.bl_newsBox_front {
  position: relative;
  width: 253px;
  padding-top: 30px;
}
.bl_newsBox_front .el_btn01 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bl_newsBox_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_newsUnit {
  max-width: 982px;
}
.bl_newsUnit__archive {
  margin-bottom: 72px;
}
.bl_newsUnit__archive .bl_newsItem:last-child {
  padding-bottom: 26px;
  border-bottom: 1px solid #bebebe;
}

.bl_newsItem {
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
  width: 100%;
  padding: 26px 0 32px 20px;
  transition: all 0.3s;
}
.bl_newsItem:first-child {
  padding-top: 15px;
}
.bl_newsItem:last-child {
  padding-bottom: 4px;
}
.bl_newsItem:not(:last-child) {
  border-bottom: 1px solid #bebebe;
}
.bl_newsItem time {
  width: 82px;
}
.bl_newsItem .bl_newsItem_cat {
  margin-right: 20px;
}
.bl_newsItem:hover {
  opacity: 1;
}
.bl_newsItem:hover .bl_newsItem_heading {
  color: #003589;
  text-decoration: underline;
}
.bl_newsItem:hover .bl_newsItem_cat {
  color: #fff;
}
.bl_newsItem:hover .bl_newsItem_cat .el_badge {
  -webkit-transition: all 0.3s;
  border-color: #003589;
  background-color: #003589;
  transition: all 0.3s;
}

.bl_newsItem_heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  -webkit-transition: all 0.3s;
  position: relative;
          flex: 1;
  padding-left: 30px;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.44;
  transition: all 0.3s;
}
.bl_newsItem_heading::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1;
  width: 12px;
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #003589;
  content: "";
}

.bl_industryWrapper {
  margin-top: 90px;
}

.bl_industryInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  gap: 50px;
}
.bl_industryInner img {
  width: 100%;
}
.bl_industryInner > div {
  font-size: 1.125rem;
}
.bl_industryInner > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_industryInner > div:last-child {
  width: 49.3%;
  padding-top: 0px;
  line-height: 2;
}

.bl_contact {
  margin-top: 90px;
  padding-top: 84px;
  padding-bottom: 76px;
  border-radius: 160px 160px 0 0;
  background-color: #f0b387;
  color: #fff;
}

.bl_contact__heading {
  font-size: min(14vw, 190px);
  line-height: 1;
  font-family: "Libre Franklin", sans-serif;
  text-align: center;
}

.bl_contact_body {
  -ms-flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  max-width: 853px;
  margin: 25px auto 0;
  gap: 30px;
}

.bl_contact_body_item {
  position: relative;
  max-width: 988px;
  margin: 0 auto;
  padding-left: 70px;
}
.bl_contact_body_item__form {
  font-weight: bold;
  font-size: 1.5rem;
}
.bl_contact_body_item__tel {
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 1.4;
  font-family: "Libre Franklin", sans-serif;
}
.bl_contact_body_item a::after {
  -webkit-transition: all 0.3s;
  position: absolute;
  bottom: 15px;
  left: 70px;
  width: 0;
  content: "";
  transition: all 0.3s;
}
.bl_contact_body_item a:hover {
  opacity: 1;
}
.bl_contact_body_item a:hover .bl_circleIcon {
  background-color: #fff;
}
.bl_contact_body_item a:hover .bl_circleIcon svg {
  fill: #f0b387;
}
.bl_contact_body_item a:hover::after {
  width: calc(100% - 70px);
  height: 2px;
  background-color: #fff;
}

.bl_circleIcon {
  -webkit-transition: all 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}

.bl_contact_body_item__time {
  font-size: 1.125rem;
  line-height: 1.2;
}

.bl_pageHeader {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1440px;
  margin: 0 auto;
  padding: 252px 24px 0;
}

.bl_breadcrumbs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: flex-end;
  font-size: 1.125rem;
}
.bl_breadcrumbs li {
  position: relative;
  color: #fff;
  font-weight: bold;
}
.bl_breadcrumbs li a {
  color: #5632ac;
  text-decoration: underline;
}
.bl_breadcrumbs li:not(:last-child) {
  margin-right: 24px;
  padding-right: 28px;
}
.bl_breadcrumbs li:not(:last-child)::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  aspect-ratio: 1;
  width: 7px;
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #5632ac;
  border-right: 2px solid #5632ac;
  content: "";
}
.bl_breadcrumbs__page {
  margin-bottom: 110px;
}
.bl_breadcrumbs__page li {
  color: #333;
}
.bl_breadcrumbs__service {
  margin-bottom: 92px;
}
.bl_breadcrumbs__service li {
  color: #333;
}

.bl_cmsLayout {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 110px auto 140px;
  padding: 120px 24px;
  border-radius: 60px;
  background-color: #fff;
}
.bl_cmsLayout .bl_newsUnit {
  max-width: 1000px;
}
.bl_cmsLayout__sustainability {
  max-width: 1635px;
  margin-top: 120px;
  margin-bottom: 120px;
}
.bl_cmsLayout__sustainability .el_dotHeading:not(:first-child), .bl_cmsLayout__sustainability .bl_blogBody h3:not(:first-child), .bl_blogBody .bl_cmsLayout__sustainability h3:not(:first-child) {
  margin-top: 100px;
}
.bl_cmsLayout__sustainability .bl_blogHeading + .el_dotHeading, .bl_cmsLayout__sustainability .bl_blogBody .bl_blogHeading + h3, .bl_blogBody .bl_cmsLayout__sustainability .bl_blogHeading + h3 {
  margin-top: 0;
}
.bl_cmsLayout__case {
  background-color: rgba(86, 50, 172, 0.5);
}
.bl_cmsLayout__case .bl_cmsLayout_inner {
  max-width: 1440px;
}
.bl_cmsLayout__company {
  padding-top: 162px;
  padding-bottom: 150px;
  background-color: rgba(137, 108, 206, 0.5);
}
.bl_cmsLayout__company .bl_cmsLayout_inner {
  max-width: 1440px;
}
.bl_cmsLayout .bl_contactWrapper {
  padding-bottom: 0;
}

.bl_newsItem0 {
  margin-top: 30px;
  padding: 90px 0;
  background-color: rgba(198, 194, 217, 0.3);
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
}

.bl_maxWidth:has(.bl_newsItem0) {
  margin-top: 110px;
}

.bl_cmsLayout_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.bl_catList {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  margin-bottom: 55px;
  gap: 10px 14px;
}
.bl_catList a,
.bl_catList span {
  display: block;
  width: 170px;
  padding: 5px;
  border: 1px solid currentColor;
  border-radius: 18px;
  background-color: #fff;
  color: #5632ac;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.bl_catList li.is-active a,
.bl_catList a:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
  opacity: 1;
}

.bl_pagenav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  gap: 18px;
}
.bl_pagenav a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 36px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  color: #5632ac;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Libre Franklin", sans-serif;
}
.bl_pagenav .is-active a {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.bl_pagenav_arrow::after {
  aspect-ratio: 1;
  width: 12px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
}

.bl_pagenav__prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.bl_pagenav__next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bl_blogSideImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  gap: 3.26%;
}
.bl_blogSideImg > div:first-child {
  width: 48.4%;
}
.bl_blogSideImg > div:first-child img {
  width: 100%;
}
.bl_blogSideImg > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_blogSideImg > div:last-child p {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_blogSideImg .bl_card01Item_list {
  max-width: 564px;
  padding: 20px;
  background-color: #f5f0ff;
}

.el_dotHeading, .bl_blogBody h3 {
  position: relative;
  margin-bottom: 32px;
  padding-left: 40px;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.42;
  text-indent: -40px;
}
.el_dotHeading::before, .bl_blogBody h3::before {
  display: inline-block;
  width: 22px;
  height: 13px;
  margin-right: 18px;
  border-radius: 50%;
  background-color: #ac8bfa;
  content: "";
}

.bl_dotList, .bl_blogBody ul {
  margin-bottom: 40px;
  line-height: 1.44;
}
.bl_dotList li, .bl_blogBody ul li {
  position: relative;
  margin: 8px 0;
  padding-left: 35px;
  counter-increment: listcounter;
}
.bl_dotList li::before, .bl_blogBody ul li::before {
  display: block;
  position: absolute;
  top: 0.4em;
  left: 4px;
  aspect-ratio: 1;
  width: 12px;
  border-radius: 50%;
  background-color: #ac8bfa;
  content: "";
}

.bl_numberList, .bl_blogBody ol {
  margin-bottom: 42px;
  line-height: 1.44;
  list-style: none;
}
.bl_numberList li, .bl_blogBody ol li {
  position: relative;
  margin: 10px 0;
  padding-left: 35px;
  counter-increment: listcounter;
}
.bl_numberList li::before, .bl_blogBody ol li::before {
  position: absolute;
  top: 0em;
  left: 4px;
  content: counter(listcounter) ".";
  color: #ac8bfa;
  font-weight: bold;
  font-size: 1.25rem;
  font-family: "Libre Franklin", sans-serif;
}

.bl_lv4_heading, .bl_blogBody h4 {
  margin-bottom: 26px;
  color: #5632ac;
  font-weight: bold;
  font-size: 1.375rem;
}

.bl_blogBody {
  margin-bottom: 120px;
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_blogBody h5 {
  margin-bottom: 26px;
  font-size: 1.25rem;
}
.bl_blogBody p:not(:last-child) {
  margin-bottom: 32px;
}
.bl_blogBody a {
  display: inline-block;
  color: #5632ac;
  font-weight: bold;
  text-decoration: underline;
}
.bl_blogBody img,
.bl_blogBody iframe {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 68px auto;
}
.bl_blogBody iframe {
  aspect-ratio: 800/489;
}
.bl_blogBody table {
  width: 100%;
  max-width: 919px;
  margin: 120px auto;
}
.bl_blogBody tr,
.bl_blogBody th,
.bl_blogBody td {
  height: auto !important;
}
.bl_blogBody th {
  width: 200px;
  background-color: #e0d3ff;
  font-weight: bold;
}
.bl_blogBody td {
  background: #f8f8f8;
}
.bl_blogBody th,
.bl_blogBody td {
  padding: 15.5px 20px;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 1rem;
  line-height: 2;
}
.bl_blogBody .bl_blog_card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 64px 40px;
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_blogBody .bl_blog_card img {
  display: block;
  margin: 0;
}

.bl_blogWrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.bl_blogHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 67px;
  gap: 22px;
}
.bl_blogHeader .bl_catList {
  margin-bottom: 0;
}

.bl_blogHeader_time {
  font-weight: bold;
  font-size: 1.25rem;
  font-family: "Libre Franklin", sans-serif;
}

.bl_blogHeading {
  position: relative;
  margin-bottom: 72px;
  padding-bottom: 5px;
  border-bottom: 2px solid #c6c6c6;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.46;
}
.bl_blogHeading::after {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 80px;
  height: 2px;
  background-color: #5632ac;
  content: "";
}

.bl_caseCenterMessageBox {
  margin-top: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
}

.bl_headingLv3 {
  margin-bottom: 56px;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
}

.bl_card01Unit {
  -ms-flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-top: 74px;
  margin-bottom: 82px;
  gap: 40px 2.7%;
}
.bl_card01Item {
  display: block;
  width: 31.527%;
  padding: 20px;
  background-color: #fff;
}
.bl_card01Item .el_arrowLink {
  margin-left: auto;
}

.bl_card01Item_imgWrapper {
  position: relative;
  margin-bottom: 13px;
}
.bl_card01Item_imgWrapper img {
  display: block;
  width: 100%;
}

.bl_card01Item_cat {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4.5px 12px;
  border-radius: 0 10px 0 0;
  background-color: #fff;
  color: #5632ac;
  font-weight: 500;
  line-height: 1.2;
}

.bl_card01Item_heading {
  max-width: 100%;
  margin-bottom: 13px;
  overflow: hidden; /* 溢れた部分を隠す */
  color: #5632ac;
  font-weight: bold;
  font-size: 1.5rem;
  text-overflow: ellipsis;
  white-space: nowrap; /* 横幅のMAXに達しても改行しない */
}
.bl_card01Item_heading__02 {
  margin-bottom: 0px;
  font-size: 1.75rem;
}

.bl_card01Item_txt {
  padding-bottom: 14px;
  color: #333;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.22;
}

.bl_card01Item_list {
  margin-bottom: 22px;
}
.bl_card01Item_list > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 20px;
  font-weight: bold;
}
.bl_card01Item_list > div:not(:last-child) {
  margin-bottom: 8px;
}
.bl_card01Item_list > div dt {
  width: 132px;
  border-radius: 15px;
  background-color: #003589;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
}
.bl_card01Item_list > div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}

.bl_noPost {
  width: 100%;
  margin: 72px 0 60px;
  padding: 50.5px 0;
  background-color: rgba(255, 255, 255, 0.58);
  font-weight: bold;
  font-size: 1.125rem;
  text-align: center;
}

.bl_contactWrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.bl_pageNavi {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 64px;
  margin-bottom: 85px;
  font-size: 1.125rem;
}
.bl_pageNavi.bl_pageNavi__02 {
  -ms-flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 75px auto 110px;
  gap: 39px 0;
  font-weight: bold;
}
.bl_pageNavi.bl_pageNavi__02 .bl_pageNavi_item {
  width: 400px;
}
.bl_pageNavi.bl_pageNavi__02 .bl_pageNavi_item span {
  margin-right: 16px;
  color: #003589;
  font-weight: bold;
  font-size: 0.875rem;
  font-family: "Libre Franklin", sans-serif;
}
.bl_pageNavi.bl_pageNavi__03 {
  -webkit-box-sizing: border-box;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          box-sizing: border-box;
      flex-wrap: wrap;
          justify-content: flex-start;
  max-width: 912px;
  margin: 0 auto;
  margin-top: 64px;
  margin-bottom: 72px;
  gap: 39px 0;
}
.bl_pageNavi.bl_pageNavi__03 .bl_pageNavi_item {
  width: 304px;
}

.bl_pageNavi_item {
  display: block;
  width: 300px;
  padding: 4.5px 16px;
  border-left: 1px solid #707070;
  line-height: 1.5;
  text-align: center;
}
.bl_pageNavi_item svg {
  margin-left: 5px;
}
.bl_pageNavi_item:last-child {
  border-right: 1px solid #707070;
}
.bl_pageNavi_item:hover {
  color: #003589;
  text-decoration: underline;
  opacity: 1;
}

.bl_telData {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 80px;
  color: #5632ac;
}
.bl_telData a {
  font-weight: bold;
  font-size: 2.5rem;
  font-family: "Libre Franklin", sans-serif;
}
.bl_telData > div:last-child {
  margin-left: 20px;
  font-size: 1.125rem;
}
.bl_telData > div:first-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 50px;
  margin-right: 10px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.bl_formStep {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin: 62px 0 72px;
  gap: 72px;
}
.bl_formStep li {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 80px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  color: #ac8bfa;
  font-weight: bold;
  font-size: 1.25rem;
}
.bl_formStep li.is-active {
  background-color: #ac8bfa;
  color: #fff;
}
.bl_formStep li:nth-child(n+2).is-border::after {
  -webkit-transform: translate(-100%, -50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 73px;
  height: 2px;
          transform: translate(-100%, -50%);
  background-color: #ac8bfa;
  content: "";
}

.bl_formList {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bl_formList.bl_formList__confirm > div {
  margin-bottom: 30px;
}
.bl_formList.bl_formList__confirm > div .bl_formAddressList_item {
  margin-bottom: 0px;
  gap: 0;
}
.bl_formList.bl_formList__confirm > div .bl_formAddressList_item dt {
  width: auto;
}
.bl_formList.bl_formList__confirm > div .bl_formAddressList_item dt::after {
  margin: 0 8px;
  content: ":";
}
.bl_formList > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 47px;
}
.bl_formList .bl_formList_dt {
  width: 300px;
  padding-top: 8px;
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_formList .bl_formList_dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_formList .bl_formList_dd__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
          align-items: center;
  width: 100%;
  gap: 32px;
}
.bl_formList .bl_formList_dd__inner__name {
  max-width: 670px;
}
.bl_formList .bl_formList_dd_sub {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: calc(50% - 16px);
  gap: 16px;
  font-weight: 500;
  white-space: nowrap;
}
.bl_formList .bl_formList_dd_sub [type=text] {
  max-width: 285px;
}
.bl_formList .bl_error {
  margin-top: 5px;
  color: #f00;
}

.bl_radioList {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  max-width: 500px;
  gap: 5px 40px;
}
.bl_radioList label {
  position: relative;
  padding-left: 35px;
}
.bl_radioList label input {
  display: none;
}
.bl_radioList label input + span {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 1;
  width: 20px;
          transform: translateY(-50%);
  border: 1px solid #b5b5b5;
  border-radius: 50%;
}
.bl_radioList label input:checked + span::after {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1;
  width: 70%;
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ac8bfa;
  content: "";
}

form [type=text],
form [type=tel],
form [type=email] {
  width: 100%;
  padding: 9.5px 18px;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  background-color: #f6f6f6;
}
form select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 240px;
  padding: 14px 18px;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  background-color: #f6f6f6;
}
form textarea {
  width: 100%;
  height: 240px;
  padding: 9.5px 18px;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  background-color: #f6f6f6;
}
form .bl_input_post {
  width: 100px;
}

.bl_formAddressList {
  width: 100%;
}

.bl_formAddressList_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
}
.bl_formAddressList_item:not(:last-child) {
  margin-bottom: 16px;
}
.bl_formAddressList_item dt {
  width: 80px;
}
.bl_formAddressList_item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
          align-items: center;
  gap: 16px;
}

.bl_policy {
  text-align: center;
}

.bl_checkbox {
  font-weight: bold;
  font-size: 1.0625rem;
}
.bl_checkbox input {
  display: none;
}
.bl_checkbox input + span {
  display: inline-block;
  position: relative;
  aspect-ratio: 1;
  width: 24px;
  margin-top: -4px;
  border: 1px solid #b5b5b5;
  border-radius: 2px;
  vertical-align: middle;
}
.bl_checkbox input:checked + span::after {
  -webkit-transform: rotate(-45deg);
  -webkit-transform: translate(-50%, -60%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 8px;
          transform: rotate(-45deg);
          transform: translate(-50%, -60%) rotate(-45deg);
  border-bottom: 2px solid #ac8bfa;
  border-left: 2px solid #ac8bfa;
  content: "";
}
.bl_checkbox a {
  color: #5632ac;
  text-decoration: underline;
}

.bl_formBottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  margin-top: 70px;
  gap: 15px;
  text-align: center;
}

.bl_formBtn {
  position: relative;
  width: 372px;
  padding: 3px;
  border: 1px solid #333;
  border-radius: 30px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
.bl_formBtn::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  aspect-ratio: 1;
  width: 8px;
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
}
.bl_formBtn:hover {
  background-color: #fff;
  color: #333;
  opacity: 1;
}

.bl_formBack {
  padding: 0 20px;
  border-bottom: 1px solid currentColor;
  color: #5632ac;
  font-weight: bold;
}
.bl_formBack::before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  display: inline-block;
  aspect-ratio: 1;
  width: 8px;
  margin-top: 4px;
  margin-right: 15px;
          transform: translateY(-50%) rotate(-135deg);
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  vertical-align: middle;
}

.bl_formMessage {
  text-align: center;
}

.bl_formMessage_01 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.5rem;
}

.bl_formMessage_02 {
  font-size: 1.25rem;
}

.bl_pageHeader02 {
  position: relative;
  height: 451px;
  margin-top: 108px;
  margin-bottom: 5px;
  padding: 24px;
  background-image: url("../img/header/header_back.png");
  background-size: cover;
}
.bl_pageHeader02::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: right 0;
  background-size: auto 100%;
  content: "";
}
.bl_pageHeader02__entry::before {
  background-image: url("../img/header/header_front_entry.png");
}
.bl_pageHeader02__data::before {
  background-image: url("../img/header/header_front_data.png");
}
.bl_pageHeader02__jobs::before {
  background-image: url("../img/header/header_front_jobs.png");
}
.bl_pageHeader02__works::before {
  background-image: url("../img/header/header_front_workplace.png");
}
.bl_pageHeader02__person::before {
  background-image: url("../img/header/header_front_person.png");
}
.bl_pageHeader02.bl_pageHeader02__interview01 {
  margin-bottom: 0;
}
.bl_pageHeader02.bl_pageHeader02__interview01::before {
  background-image: url("../img/header/header_front_interview01.png");
}
.bl_pageHeader02.bl_pageHeader02__interview02 {
  margin-bottom: 0;
}
.bl_pageHeader02.bl_pageHeader02__interview02::before {
  background-image: url("../img/header/header_front_interview02.png");
}
.bl_pageHeader02.bl_pageHeader02__interview03 {
  margin-bottom: 0;
}
.bl_pageHeader02.bl_pageHeader02__interview03::before {
  background-image: url("../img/header/header_front_interview03.png");
}
.bl_pageHeader02__faq::before {
  background-image: url("../img/header/header_front_faq.png");
}
.bl_pageHeader02__requirements::before {
  background-image: url("../img/header/header_front_requirements.png");
}

.bl_pageHeader02_inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          justify-content: center;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding-top: 10px;
  color: #fff;
}

.bl_formCounter {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  gap: 0px 50px;
  white-space: nowrap;
}

.bl_formCounter_number {
  font-weight: bold;
}

.bl_pageHeaderSlide {
  position: relative;
  margin-top: 108px;
  color: #fff;
}
.bl_pageHeaderSlide .bl_pageHeader_item img {
  display: block;
  width: 100%;
}

.bl_pageHeaderSlide_heading {
  z-index: 2;
  position: absolute;
  top: 33%;
  left: 11%;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.bl_pageHeaderSlide_en {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: -1.5vw;
  left: 62px;
  font-weight: 900;
  font-size: 8.17vw;
  line-height: 1;
  font-family: "Libre Franklin", sans-serif;
}

.bl_blogBody__sustainability {
  margin-bottom: 0;
}
.bl_blogBody__sustainability .el_dotHeading, .bl_blogBody__sustainability .bl_blogBody h3, .bl_blogBody .bl_blogBody__sustainability h3 {
  margin-bottom: 13px;
}
.bl_blogBody__sustainability img {
  margin: 0;
}
.bl_blogBody__sustainability .bl_lv4_heading, .bl_blogBody__sustainability .bl_blogBody h4, .bl_blogBody .bl_blogBody__sustainability h4 {
  margin-bottom: 16px;
}
.bl_blogBody__sustainability .bl_sustainabilityImg04 {
  margin-bottom: 24px;
}
.bl_blogBody__sustainability .bl_sustainabilityImg05 {
  margin-bottom: 24px;
}
.bl_blogBody__sustainability .bl_sdgsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  margin-bottom: 8px;
  gap: 16px;
}
.bl_blogBody__sustainability .bl_sdgsList img {
  display: block;
}
.bl_blogBody__sustainability .bl_sdgsList li {
  margin: 0;
  padding: 0;
}
.bl_blogBody__sustainability .bl_sdgsList li:before {
  display: none;
}
.bl_blogBody__sustainability .bl_textBtnSet_txt {
  margin-bottom: 16px;
  line-height: 1.4;
}
.bl_blogBody__sustainability .bl_textBtnSet_btn {
  position: relative;
  padding: 8.5px 72px 8.5px 46px;
  border-radius: 30px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
}
.bl_blogBody__sustainability .bl_textBtnSet_btn::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  aspect-ratio: 1;
  width: 5px;
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
}

.bl_pageNaviWrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  margin: 112px auto 72px;
  padding: 42px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.bl_pageNaviWrapper .bl_pageNavi {
  margin: 0;
}
.bl_pageNaviWrapper .bl_pageNavi_item {
  width: 304px;
}
.bl_pageNaviWrapper__service {
  margin-top: 78px;
}

.bl_newsBox__sustainability {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1416px;
  margin: 0 auto;
  gap: min(54px, 3.2vw);
}
.bl_newsBox__sustainability .bl_newsBox_front {
  width: 27.4%;
}
.bl_newsBox__sustainability .bl_news_heading {
  margin-bottom: 0;
  font-size: clamp(12px, 1.8vw, 30px);
  line-height: 1.46;
}

.bl_bgColorWrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 26px 60px;
  background-color: #f5f0ff;
}
.bl_bgColorWrapper ul {
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: bold;
}
.bl_bgColorWrapper:has(.bl_dtList) {
  padding: 23px 46px;
}
.bl_bgColorWrapper__sdgs {
  max-width: 482px;
}
.bl_bgColorWrapper:not(:has(.bl_lv4_heading)) {
  padding-left: 15px;
}

.bl_sideTxt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 69px;
}
.bl_sideTxt01 p:not(:last-child) {
  margin-bottom: 8px;
}
.bl_sideTxt01 p:last-child {
  margin-bottom: 0px;
}

.bl_sideTxt01__front {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_sideTxt01_imgWrapper {
  display: block;
  margin-top: -15px;
}

.bl_dtList div {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  font-weight: bold;
  text-align: left;
}
.bl_dtList div dt {
  width: 5em;
  color: #5632ac;
  font-size: 1.375rem;
}

.bl_targetItem {
  margin-top: 100px;
  counter-increment: targetItem;
}

.bl_targetItem__heading {
  position: relative;
  margin-bottom: 27px;
  padding-left: 130px;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.42;
}
.bl_targetItem__heading::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 112px;
  padding: 5.5px 0;
          transform: translateY(-50%);
  background-color: #ac8bfa;
  content: "目標" counter(targetItem);
  color: #fff;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}

.bl_targetItem__list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
.bl_targetItem__list > div:not(:last-child) {
  margin-bottom: 18px;
}
.bl_targetItem__list > div dt {
  width: 245px;
  padding-left: 18px;
  border-bottom: 1px solid #ac8bfa;
  font-size: 1.25rem;
}
.bl_targetItem__list > div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 2px;
  padding-left: 32px;
  border-bottom: 1px solid #b3acc3;
  font-size: 1.125rem;
}
.bl_targetItem__list > div dt,
.bl_targetItem__list > div dd {
  padding-bottom: 14px;
}

.bl_sideTxt02 {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-top: 30px;
  gap: 30px;
}

.bl_sideTxt02_imgWrapper {
  max-width: 40%;
}

.bl_sideTxt02_front {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_sideTxt02_front__misalignment {
  padding-top: 40px;
}
.bl_sideTxt02_front__advance {
  max-width: 816px;
}
.bl_sideTxt02_front__partnership {
  max-width: 758px;
}

.bl_textBtnSet {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-top: 70px;
  gap: 40px 100px;
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
}

.bl_fixContact {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 40px;
  bottom: 40px;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  aspect-ratio: 1;
  width: 142px;
  border-radius: 50%;
  background-color: #003589;
          box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.44;
  text-align: center;
}
.bl_fixContact svg {
  display: block;
  width: 32px;
  height: auto;
  margin: 0 auto 10px;
}

.bl_pageHeaderServoce {
  height: 640px;
  padding: 24px;
  background-position: right bottom;
  background-size: min(47.8%, 918px) auto, cover;
}
.bl_pageHeaderServoce__facility {
  background-image: url("../img/service/header/facility.png"), url("../img/service/header/header.png");
}
.bl_pageHeaderServoce__traffic {
  background-image: url("../img/service/header/traffic.png"), url("../img/service/header/header.png");
}
.bl_pageHeaderServoce__event {
  background-image: url("../img/service/header/event.png"), url("../img/service/header/header.png");
}
.bl_pageHeaderServoce__planning {
  background-image: url("../img/service/header/planning.png"), url("../img/service/header/header.png");
}
.bl_pageHeaderServoce__railway {
  background-image: url("../img/service/header/railway.png"), url("../img/service/header/header.png");
}
.bl_pageHeaderServoce__parking {
  background-image: url("../img/service/header/parking.png"), url("../img/service/header/header.png");
}

.bl_pageHeaderServoce_inner {
  max-width: 1440px;
  height: 100%;
  margin: 168px auto 0;
  color: #fff;
}

.bl_pageHeaderServoce_heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 35px;
  padding: 2.5px 18px;
  background-color: #fff;
  color: #5632ac;
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 1.4545;
  letter-spacing: 0.1em;
}

.bl_pageHeaderServoce_txt01 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.57;
  letter-spacing: 0.28em;
}

.bl_pageHeaderServoce_txt02 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.22;
}

.bl_pageHeaderServoce_link {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  padding: 3.5px 49px 3.5px 38px;
  border-radius: 26px;
  background-color: #003589;
  font-size: 1.25rem;
}
.bl_pageHeaderServoce_link svg {
  margin-right: 5px;
}
.bl_pageHeaderServoce_link::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  aspect-ratio: 1;
  width: 8px;
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
}

.bl_centerHeading {
  margin-bottom: 68px;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}

.bl_worries {
  -webkit-box-sizing: border-box;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  max-width: 1183px;
  margin: 0 auto 183px;
  gap: 32px;
}
.bl_worries li {
  width: calc(33.33% - 23.5px);
  padding: 32px 18px 28px 18px;
  border: 1px solid #5632ac;
  border-radius: 10px;
  text-align: center;
}

.bl_worries_icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  min-height: 84px;
}

.bl_worries_icon_txt {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.88;
}

.bl_serviceBody {
  position: relative;
  margin-bottom: 78px;
  padding: 128px 24px 120px;
  border-radius: 160px;
  background-color: #e0d3ff;
}
.bl_serviceBody .bl_centerHeading {
  margin-bottom: 50px;
}
.bl_serviceBody .el_dotHeading, .bl_serviceBody .bl_blogBody h3, .bl_blogBody .bl_serviceBody h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 114px auto 0;
  font-size: 1.875rem;
}
.bl_serviceBody__02 {
  margin-bottom: 145px;
  padding-top: 140px;
  border-radius: 160px 160px 0 0;
}
.bl_serviceBody .bl_card01Unit {
  margin-top: 50px;
}
.bl_serviceBody__top {
  margin-top: 120px;
  margin-bottom: 0;
  background-image: url("../img/common/page_top_back.png");
  background-position: center 0;
  background-size: cover;
  background-attachment: fixed;
  background-color: #ab99d5;
  color: #fff;
}
.bl_serviceBody__top .bl_serviceBody_heading {
  color: rgba(255, 255, 255, 0.38);
}

.bl_serviceBody_heading {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  left: 50%;
          transform: translate(-50%, -50%);
  color: rgba(86, 50, 172, 0.38);
  font-weight: 900;
  font-size: min(157px, 11vw);
  font-family: "Libre Franklin", sans-serif;
}

.bl_sideSircleImg {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  max-width: 1167px;
  margin-left: auto;
  gap: 72px;
}

.bl_sideSircleImg_txt01 {
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_sideSircleImg_txt01:not(:last-child) {
  margin-bottom: 42px;
}

.bl_serviceDetailUnit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 72px;
  gap: 100px;
}

.bl_serviceDetailItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
.bl_serviceDetailItem img {
  display: block;
}
.bl_serviceDetailItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.bl_serviceDetailItem .bl_serviceDetailItem_imgWrapper {
  width: 40%;
  max-width: 426px;
}
.bl_serviceDetailItem .bl_serviceDetailItem_imgWrapper img {
  width: 100%;
}

.bl_serviceDetailItem_heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 33px;
  padding: 4px 9px;
  background-color: #fff;
  color: #5632ac;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.bl_serviceDetailItem_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_serviceDetailItem_data:has(.bl_serviceDetailItem_txt02) .bl_serviceDetailItem_heading {
  margin-bottom: 15px;
}

.bl_serviceDetailItem_txt {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.2;
}

.bl_serviceDetailItem_txt02 {
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.42;
}

.bl_request {
  max-width: 1438px;
  margin: 120px auto 0;
  padding: 75px 24px 80px;
  background-color: #fff;
}
.bl_request .el_dotHeading, .bl_request .bl_blogBody h3, .bl_blogBody .bl_request h3 {
  margin: 0;
  padding-top: 5px;
}

.bl_request_list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-flex: 1;
      -ms-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1;
      flex-wrap: wrap;
          justify-content: space-between;
  max-width: 860px;
  gap: 10px 0;
  font-weight: bold;
  font-size: 1.25rem;
}
.bl_request_list li {
  width: 45%;
  padding-bottom: 12px;
  border-bottom: 1px solid #bebebe;
}

.bl_request_inner {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  max-width: 1198px;
  margin: 0 auto;
  gap: 30px;
}

.bl_headingWrapper {
  margin-bottom: 72px;
}
.bl_headingWrapper .el_dotHeading, .bl_headingWrapper .bl_blogBody h3, .bl_blogBody .bl_headingWrapper h3 {
  margin-top: 0;
  font-size: 1.875rem;
}
.bl_headingWrapper__02 {
  margin-bottom: 60px;
}

.bl_headingWrapper_en {
  color: rgba(172, 139, 250, 0.38);
  font-weight: 900;
  font-size: min(157px, 11vw);
  line-height: 1;
  font-family: "Libre Franklin", sans-serif;
}
.bl_headingWrapper_en__02 {
  color: rgba(86, 50, 172, 0.38);
}

.bl_numberValueListWrapper {
  margin-bottom: 120px;
}

.bl_numberValueList {
  -webkit-box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  max-width: 1072px;
  margin: 0 auto;
  gap: 60px 70px;
}
.bl_numberValueList > div {
  position: relative;
  width: 500px;
  min-height: 232px;
  padding: 60px 65px 26px 65px;
  border-radius: 140px;
  background: #e0d3ff;
  counter-increment: valueNumber;
}
.bl_numberValueList > div:last-child {
  width: 642px;
}
.bl_numberValueList > div::after {
  position: absolute;
  top: -80px;
  left: 0;
  content: counter(valueNumber, decimal-leading-zero);
  color: rgba(86, 50, 172, 0.38);
  font-weight: 900;
  font-size: 5.625rem;
  font-family: "Libre Franklin", sans-serif;
}
.bl_numberValueList dt {
  min-height: 2.1em;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.16;
}
.bl_numberValueList dd {
  font-weight: 500;
  font-weight: bold;
  line-height: 2;
}
.bl_numberValueList__misalignment:not(:last-child) {
  margin-bottom: 60px;
  margin-left: 0;
}
.bl_numberValueList__misalignment:last-child {
  margin-right: 0;
  counter-reset: valueNumber 2;
}
.bl_numberValueList__misalignment > div:last-child {
  width: 500px;
}

.bl_faq {
  max-width: 1014px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.25rem;
}
.bl_faq.bl_faq__recruit > div {
  padding: 36px 32px 36px 50px;
}
.bl_faq > div {
  padding: 27px 32px 27px 50px;
  border-top: 1px solid rgba(106, 106, 106, 0.4);
}
.bl_faq > div:last-child {
  border-bottom: 1px solid rgba(106, 106, 106, 0.4);
}
.bl_faq dt {
  position: relative;
  padding: 3px 0;
  cursor: pointer;
}
.bl_faq dt span {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  aspect-ratio: 1;
  width: 27px;
          transform: translateY(-50%);
}
.bl_faq dt span::after, .bl_faq dt span::before {
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
          transform: translate(-50%, -50%);
  background-color: #003589;
  content: "";
  transition: all 0.3s;
}
.bl_faq dt span::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.bl_faq dt::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
          transform: translateY(-50%);
  content: "Q";
  color: #5632ac;
  font-size: 2.625rem;
  font-family: "Libre Franklin", sans-serif;
}
.bl_faq dt.is-active span::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.bl_faq dt.is-active + dd {
  display: block;
}
.bl_faq dd {
  display: none;
  position: relative;
  margin-top: 24px;
}
.bl_faq dd::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-text-stroke-color: #5632ac;
  -webkit-text-stroke-width: 2px;
          transform: translateY(-50%);
  content: "A";
  color: transparent;
  font-size: 2.625rem;
  font-family: "Libre Franklin", sans-serif;
}
.bl_faq dt,
.bl_faq dd {
  padding-right: 35px;
  padding-left: 92px;
}

.bl_movieWrapper {
  margin-top: 104px;
}

.bl_movieWrapper_heading {
  font-weight: bold;
  font-size: 1.875rem;
}

.bl_movieWrapper_videoWrapper {
  width: 800px;
  max-width: 100%;
  margin: 10px auto 0;
}
.bl_movieWrapper_videoWrapper iframe {
  display: block;
  aspect-ratio: 800/453;
  width: 100%;
  border: none;
}

.bl_card02Unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 64px auto 0;
  gap: 6.6%;
  font-weight: bold;
}
.bl_card02Unit .bl_card02ITem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_card02ITem_imgWrapper {
  margin-bottom: 28px;
}
.bl_card02ITem_imgWrapper img {
  display: block;
  width: 100%;
}

.bl_card02ITem_heading {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 1.75rem;
}

.bl_card02ITem_txt {
  font-size: 1.125rem;
  line-height: 2.22;
}

.bl_otherWrapper {
  margin-top: -200px;
  padding-top: 280px;
  padding-bottom: 120px;
  background-color: #fff;
}

.bl_borderBox {
  padding: 42px 42px 77px;
  border: 3px solid #5632ac;
}

.bl_borderBox_heading {
  position: relative;
  margin-bottom: 58px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
.bl_borderBox_heading::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 153px;
  height: 2px;
          transform: translateX(-50%);
  background-color: #ac8bfa;
  content: "";
}

.bl_borderBox_numberList {
  max-width: 1040px;
  margin: 0 auto;
}
.bl_borderBox_numberList dt {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.45;
}
.bl_borderBox_numberList dt::before {
  position: absolute;
  top: 0.1em;
  left: 20px;
  content: counter(otherNumber, cjk-ideographic) "、";
  color: #5632ac;
  font-weight: bold;
  font-size: 24px;
}
.bl_borderBox_numberList dd {
  font-size: 18px;
  line-height: 2.2;
}
.bl_borderBox_numberList dt,
.bl_borderBox_numberList dd {
  padding-left: 85px;
}
.bl_borderBox_numberList > div {
  counter-increment: otherNumber;
}
.bl_borderBox_numberList > div:not(:last-child) {
  margin-bottom: 29px;
  padding-bottom: 31px;
  border-bottom: 1px solid #bebebe;
}

.bl_personWrapper {
  margin-bottom: -290px;
  padding: 120px 24px 320px;
  background-image: url("../img/common/page_top_back.png");
  background-position: center 0;
  background-size: cover;
  background-attachment: fixed;
}

.bl_personInner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 72px 24px 80px;
  background-color: rgba(255, 255, 255, 0.67);
}

.bl_personInner_content {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
}
.bl_personInner_content .el_dotHeading, .bl_personInner_content .bl_blogBody h3, .bl_blogBody .bl_personInner_content h3 {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
}
.bl_personInner_content .el_dotHeading:before, .bl_personInner_content .bl_blogBody h3:before, .bl_blogBody .bl_personInner_content h3:before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.bl_personHeader {
  padding-top: 10px;
}

.bl_personBody {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 835px;
}

.bl_personList {
  -ms-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
      flex-wrap: wrap;
  height: 333px;
  gap: 0 7%;
}
.bl_personList li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
          justify-content: space-between;
  width: 46.5%;
  padding-bottom: 12px;
  border-bottom: 1px solid #bebebe;
  font-weight: bold;
  font-size: 1.25rem;
}
.bl_personList li:not(:nth-child(5n)) {
  margin-bottom: 12px;
}

.bl_card03Unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1100px;
  margin: 0 auto;
  gap: 60px 5%;
}

.bl_card03Item {
  display: block;
  padding: 30px 30px 35px;
  background-color: #fff;
}
.bl_card03Item .el_arrowLink {
  color: #5632ac;
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.4;
}
.bl_card03Item .el_arrowLink::after {
  -webkit-transform: translate(0);
  top: -1px;
          transform: translate(0);
}
.bl_card03Item .el_arrowLink::before {
  -webkit-transform: translate(0) rotate(45deg);
  top: 14px;
          transform: translate(0) rotate(45deg);
}

.bl_card03Item_imgWrapper {
  margin-bottom: 20px;
}
.bl_card03Item_imgWrapper img {
  display: block;
  width: 100%;
}

.bl_messageSection {
  max-width: 1440px;
  margin: 148px auto 120px;
  padding: 1px 24px 50px;
  background-image: url("../img/company/message/back.png");
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.bl_messageSection .bl_headingWrapper {
  margin-top: -60px;
  margin-bottom: 28px;
}

.bl_messageSection_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.bl_message_body {
  width: 72%;
}
.bl_message_body .bl_headingLv3 {
  margin-bottom: 38px;
}

.bl_message_txt {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.44;
}
.bl_message_txt:not(:last-child) {
  margin-bottom: 44px;
}

.bl_message_name {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: right;
}
.bl_message_name strong {
  margin-left: 18px;
  font-size: 1.5625rem;
}

.bl_message_imgWrapper {
  position: absolute;
  top: 40px;
  right: max(-8.7vw, -168px);
  width: 35.5%;
}
.bl_message_imgWrapper img {
  display: block;
  width: 100%;
}

.bl_philosophyList {
  margin-bottom: 116px;
  font-weight: bold;
  text-align: center;
}
.bl_philosophyList > div:not(:last-child) {
  margin-bottom: 52px;
}
.bl_philosophyList dt {
  margin-bottom: 8px;
  color: #5632ac;
  font-size: 1.625rem;
  line-height: 1.46;
}
.bl_philosophyList dd {
  font-size: 1.125rem;
  line-height: 2.22;
}

.bl_arrowWquareLinks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  max-width: 1226px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  gap: 32px;
}
.bl_arrowWquareLinks a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  height: 99px;
  padding-right: 17%;
  padding-left: 17%;
  border: 1px solid #5632ac;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.38;
}
.bl_arrowWquareLinks a svg {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 12%;
          transform: translateY(-50%) rotate(-90deg);
}

.bl_outSquareLinks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  max-width: 1226px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  gap: 38px;
}
.bl_outSquareLinks a,
.bl_outSquareLinks span {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
          justify-content: center;
  height: 70px;
  padding: 0 12%;
  border: 1px solid #5632ac;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.38;
  text-align: center;
}
.bl_outSquareLinks a svg,
.bl_outSquareLinks span svg {
  fill: #5632ac;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 4%;
  width: 22px;
  height: 22px;
          transform: translateY(-50%) rotate(-90deg);
}
.bl_outSquareLinks li:last-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-end;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
}

.bl_wideImg img {
  display: block;
  width: 100%;
}

.bl_aboutTable {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 24px;
  font-size: 1.125rem;
  line-height: 1.44;
}
.bl_aboutTable__recruit {
  margin-bottom: 150px;
}
.bl_aboutTable th {
  width: 245px;
  padding: 24px 24px 10px;
  border-bottom: 2px solid #ac8bfa;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: left;
  vertical-align: top;
}
.bl_aboutTable td {
  padding: 25px 35px;
  border-bottom: 2px solid #b3acc3;
}
.bl_aboutTable .bl_position > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_aboutTable .bl_position__01 > div {
  gap: 1em;
}
.bl_aboutTable .bl_position__01 dt {
  width: 4em;
}
.bl_aboutTable .bl_position__02 > div {
  gap: 2em;
}
.bl_aboutTable .bl_position__02 dt {
  width: 5em;
}

.bl_btnMap {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 246px;
  max-width: 100%;
  height: 44px;
  margin-top: 10px;
  gap: 10px;
  border-radius: 22px;
  background-color: #333;
  color: #fff;
  font-size: 1rem;
}

.bl_btnMap svg {
  fill: currentColor;
}

.bl_aboutSection:not(:last-child) {
  margin-bottom: 140px;
}

.bl_educationSection:not(:last-child) {
  margin-bottom: 120px;
}

.bl_educationSection02:not(:last-child) {
  margin-bottom: 140px;
}

.bl_chronology {
  position: relative;
  line-height: 1.44;
}
.bl_chronology > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 95px;
}
.bl_chronology > div:not(:last-child) {
  margin-bottom: 25.2px;
}
.bl_chronology > div:last-child dt::before {
  display: none;
}
.bl_chronology dt {
  position: relative;
  width: 135px;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: right;
}
.bl_chronology dt::before {
  display: block;
  position: absolute;
  top: 10px;
  left: 180px;
  width: 1px;
  height: calc(100% + 30px);
  background-color: #ac8bfa;
  content: "";
}
.bl_chronology dt::after {
  display: block;
  position: absolute;
  top: 7px;
  right: -52.5px;
  aspect-ratio: 1;
  width: 14px;
  border-radius: 50%;
  background-color: #ac8bfa;
  content: "";
}
.bl_chronology dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 2px;
  font-size: 1.125rem;
}

.bl_nagano {
  -webkit-transform: translateX(70px);
  position: relative;
  width: 565px;
  max-width: 100%;
  margin: 0 auto 34px;
          transform: translateX(70px);
}
.bl_nagano img {
  width: 100%;
}
.bl_nagano .bl_nagano_point01 {
  top: 22.5%;
  left: -24%;
  width: 52%;
}
.bl_nagano .bl_nagano_point02 {
  top: 28.8%;
  left: -2.5%;
  width: 29.5%;
}
.bl_nagano .bl_nagano_point03 {
  top: 35%;
  left: -11.5%;
  width: 39%;
}
.bl_nagano .bl_nagano_point04 {
  top: 44%;
  left: -15.8%;
  width: 39%;
}
.bl_nagano .bl_nagano_point05 {
  top: 54%;
  left: -5.5%;
  width: 39%;
}
.bl_nagano .bl_nagano_point06 {
  top: 64%;
  left: 23.2%;
  width: 39%;
}
.bl_nagano .bl_nagano_point07 {
  top: 75.6%;
  left: 25.5%;
  width: 39%;
}
.bl_nagano .bl_nagano_point08 {
  top: 8.6%;
  left: 45.5%;
  width: 39.2%;
}
.bl_nagano .bl_nagano_point09 {
  top: 25.6%;
  left: 51.5%;
  width: 39.2%;
}
.bl_nagano .bl_nagano_point10 {
  top: 38.6%;
  left: 43.5%;
  width: 39.2%;
}
.bl_nagano .bl_nagano_point11 {
  top: 49.6%;
  left: 53%;
  width: 39.2%;
}

.bl_nagano_point {
  position: absolute;
  height: auto;
}

.bl_officeBox {
  padding: 64px 24px 62px;
  border: 1px solid #5632ac;
  border-radius: 60px;
}
.bl_officeBox:not(:last-child) {
  margin-bottom: 60px;
}
.bl_officeBox .bl_headingWrapper {
  margin-bottom: 35px;
}
.bl_officeBox .bl_aboutTable {
  margin-top: 0;
}
.bl_officeBox .bl_aboutTable th {
  width: 210px;
}
.bl_officeBox .bl_aboutTable td {
  padding-left: 100px;
}
.bl_officeBox .bl_aboutTable td span {
  display: inline-block;
}

.bl_officeBox_inner {
  max-width: 1029px;
  margin: 0 auto;
}

.bl_officeBoxUnit {
  margin-bottom: 140px;
}

.bl_sideImg {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-bottom: 12px;
  padding-right: 10px;
  padding-left: 10px;
}
.bl_sideImg figure {
  display: block;
  width: 47.65%;
  padding-top: 5px;
}
.bl_sideImg figure img {
  display: block;
  width: 100%;
}
.bl_sideImg .bl_sideImg_txt {
  width: 47.7%;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.2;
}
.bl_sideImg__02 figure {
  width: 48.8%;
}
.bl_sideImg__02 .bl_sideImg_txt {
  width: 47.9%;
}
.bl_sideImg__02 .bl_sideImg_txt p:not(:last-child) {
  margin-bottom: 50px;
}

.bl_officeBox_map {
  margin-top: 35px;
}
.bl_officeBox_map iframe {
  display: block;
  width: 100%;
  height: 330px;
  border: none;
  border: none;
}

.bl_educationSection .el_dotHeading, .bl_educationSection .bl_blogBody h3, .bl_blogBody .bl_educationSection h3 {
  margin-bottom: 20px;
}
.bl_educationSection .bl_lv4_heading, .bl_educationSection .bl_blogBody h4, .bl_blogBody .bl_educationSection h4 {
  margin-top: 30px;
  margin-bottom: 5px;
}

.bl_gallery2Clumn {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 120px;
}
.bl_gallery2Clumn img {
  display: block;
  width: 100%;
}
.bl_gallery2Clumn > div {
  width: 47.95%;
}

.bl_horizontalList {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px 40px;
  background-color: #f5f0ff;
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_horizontalList > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 24px;
}
.bl_horizontalList > div dt {
  color: #5632ac;
  font-size: 1.375rem;
}
.bl_horizontalList > div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_privacySection .el_dotHeading, .bl_privacySection .bl_blogBody h3, .bl_blogBody .bl_privacySection h3 {
  margin-bottom: 15px;
}
.bl_privacySection .bl_dotList, .bl_privacySection .bl_blogBody ul, .bl_blogBody .bl_privacySection ul {
  font-weight: bold;
  font-size: 1.125rem;
}
.bl_privacySection:not(:last-child) {
  margin-bottom: 72px;
}
.bl_privacySection small {
  display: block;
  font-size: 0.9em;
}

.bl_recruitMessage {
  margin-top: -28px;
  margin-bottom: 85px;
  color: #000;
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-align: center;
}

.bl_pageNavi__recruit {
  -webkit-box-sizing: border-box;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          box-sizing: border-box;
      flex-wrap: wrap;
          justify-content: center;
  max-width: 912px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  gap: 40px 0;
}
.bl_pageNavi .bl_pageNavi_item {
  width: 304px;
  margin-right: -1px;
  border-right: 1px solid #707070;
}

.bl_managerMessage {
  -webkit-box-align: start;
      -ms-flex-align: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
          justify-content: space-between;
  padding-left: 24px;
  gap: 4vw;
  background-image: url("../img/recruit/jobs/achieve_back.png");
  background-size: cover;
  color: #fff;
}
.bl_managerMessage .bl_managerMessage_movie {
  aspect-ratio: 940/517;
  width: 49.5%;
  overflow: hidden;
}
.bl_managerMessage iframe {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
  border: none;
}

.bl_managerMessage_front {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}

.bl_managerMessage_heading {
  max-width: 840px;
  margin-left: auto;
  padding-top: 5px;
  color: rgba(255, 255, 255, 0.38);
  font-weight: 900;
  font-size: min(157px, 8.17vw);
  line-height: 1.21;
  font-family: "Libre Franklin", sans-serif;
}

.bl_managerMessage_txtbox {
  max-width: 660px;
  margin-left: auto;
  padding-bottom: 20px;
}

.bl_managerMessage_txt01 {
  margin-bottom: 2.5vw;
  font-size: 1.875rem;
  line-height: 1.76;
}

.bl_managerMessage_txt02 {
  margin-bottom: 2.3vw;
  font-size: 1.125rem;
  line-height: 2.44;
}

.bl_managerMessage_name {
  font-size: 1.5625rem;
  line-height: 1.6;
}
.bl_managerMessage_name span {
  display: block;
  font-size: 1.25rem;
}
.bl_background_paleColor {
  padding-bottom: 322px;
  background-color: #f5f9fb;
}
.bl_background_paleColor.bl_background_paleColor__faq {
  margin-top: 100px;
  padding-top: 128px;
  padding-bottom: 125px;
}

.bl_headerWrapper {
  margin-bottom: 62px;
  padding-top: 80px;
  text-align: center;
}

.bl_header_en {
  font-weight: bold;
  font-size: 5.0625rem;
  line-height: 1.2;
  font-family: "Libre Franklin", sans-serif;
}

.bl_header_ja {
  font-size: 2rem;
  line-height: 1.43;
  letter-spacing: 0.1em;
}

.bl_2clumImgUnit {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  max-width: 1334px;
  margin: 80px auto 0;
}
.bl_2clumImgUnit img {
  display: block;
  width: 100%;
}
.bl_2clumImgUnit > a {
  display: block;
  width: 46.3%;
}

.bl_rectangle {
  margin-top: -180px;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 100px;
  border-radius: 160px;
  background-color: #f0b387;
}
.bl_rectangle .bl_header_en {
  color: #fff;
}
.bl_rectangle__02 {
  margin-top: 120px;
}

.bl_whiteBottom {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0+57,0+57,1+60,1+100 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(57%, rgba(255, 255, 255, 0)), color-stop(60%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 57%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bl_cardUnit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
  gap: 5.4%;
  font-weight: 500;
}
.bl_cardUnit:not(:has(.bl_cardItem:nth-child(3n))) {
  grid-template-columns: repeat(2, 1fr);
  max-width: 849px;
  margin-right: auto;
  margin-left: auto;
}
.bl_cardUnit__02 {
  gap: 71px;
}

.bl_cardItem_imgWrapper {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 37px;
}
.bl_cardItem_imgWrapper img {
  display: block;
  width: 100%;
}
.bl_cardItem_heading span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 70px;
  margin-right: 6px;
  padding: 1px 10px;
  background-color: #333;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2;
  text-align: center;
}
.bl_cardItem_heading__02 {
  margin-top: 16px;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.44;
}
.bl_cardItem_heading__02 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  padding: 2px 14px;
  font-size: 1rem;
}

.bl_cardItem_initial {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1;
}

.bl_cardItem_initial02 {
  font-weight: bold;
  font-size: 1.25rem;
}
.bl_cardItem_initial02 span {
  font-size: 1rem;
}

.bl_cardItem_link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 253px;
  margin: 8px auto 0;
  padding: 8.5px 0;
  border: 1px solid #333333;
  border-radius: 28px;
  background-color: #333333;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
}
.bl_cardItem_link::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  vertical-align: middle;
}
.bl_cardItem_link:hover {
  background-color: #fff;
  color: #333;
  opacity: 1;
}

.bl_benefitList {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  margin-top: -20px;
  margin-bottom: 63px;
  gap: 20px;
}

.bl_benefitList_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  width: 297px;
  height: 297px;
  margin-top: 10px;
  padding: 10px 10px 10px;
  border: 1px solid #5632ac;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75;
  text-align: center;
}

.bl_benefitList_heading {
  margin-top: 22px;
}

.bl_faqBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.bl_faqBox_back {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_faqBox_heading {
  margin-bottom: 40px;
}

.bl_entryCta_body {
  margin-top: -28px;
  padding: 0px 24px 10px;
}

.bl_entryCta_bodyInner {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  max-width: 1323px;
  margin: 0 auto;
  padding: 48px 24px 50px;
  gap: 50px 142px;
  border: 1px solid #5632ac;
  background-color: #fff;
}

.bl_entryCta_item {
  text-align: center;
}
.bl_entryCta_item .el_btn01 {
  width: 325px;
  padding: 4.5px 0;
  border-radius: 36px;
  font-size: 1.75rem;
}
.bl_entryCta_item .el_btn01::after {
  width: 10px;
}

.bl_entryCta_item_icon img {
  display: block;
  width: auto;
  height: 74px;
  margin: 0 auto 13px;
}

.bl_entryCta_item_heading {
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
}

.bl_aboutCompanyItem {
  padding: 0 20px 20px;
  border: 1px solid #5632ac;
  border-radius: 20px;
  text-align: center;
}
.bl_aboutCompanyItem img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.bl_aboutCompanyItem:nth-child(4) .bl_aboutCompanyItem_heading {
  margin-bottom: 35px;
}
.bl_aboutCompanyUnit__01 .bl_aboutCompanyItem:last-child {
  grid-row: 2/4;
  grid-column: 2/3;
}
.bl_aboutCompanyUnit__01 .bl_aboutCompanyItem:last-child .bl_aboutCompanyItem_heading {
  margin-bottom: 30px;
}
.bl_aboutCompanyUnit__02 .bl_aboutCompanyItem {
  padding: 0 30px 23px;
}
.bl_aboutCompanyUnit__02 .bl_aboutCompanyItem:first-child {
  grid-row: 1/3;
  grid-column: 1/2;
}
.bl_aboutCompanyUnit__02 .bl_aboutCompanyItem:first-child .bl_aboutCompanyItem_heading {
  margin-bottom: 78px;
}
.bl_aboutCompanyUnit__02 .bl_aboutCompanyItem img {
  margin-right: 0;
}

.bl_aboutCompanyUnit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  margin: 76px auto 60px;
  gap: 20px;
}
.bl_aboutCompanyUnit__02 {
  grid-template-rows: repeat(2, 1fr);
  margin-top: 70px;
}
.bl_aboutCompanyUnit__03 {
  grid-template-rows: repeat(2, auto);
  margin-top: 70px;
}
.bl_aboutCompanyUnit__03 .bl_aboutCompanyItem:last-child .bl_aboutCompanyItem_heading {
  margin-bottom: 10px;
}

.bl_aboutCompanyItem_heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 39px auto 10px;
  padding: 1px 40px;
  border-radius: 20px;
  background-color: #ac8bfa;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
}

.bl_recruitNavi {
  margin-top: 140px;
  padding-right: 24px;
  padding-left: 24px;
}
.bl_recruitNavi .bl_arrowWquareLinks {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: center;
  max-width: 950px;
}
.bl_recruitNavi .bl_arrowWquareLinks li {
  width: 282px;
}

.bl_achievebox {
  margin-top: 122px;
  margin-bottom: 60px;
  padding: 87px 0 85px;
  background-image: url("../img/recruit/jobs/achieve_back.png");
  background-size: cover;
}

.bl_achieve_body {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
          justify-content: space-between;
  gap: min(9.5vw, 182px);
  color: #fff;
}

.bl_achieve_imgWrapper {
  position: relative;
  position: relative;
  width: 29.86%;
  padding-top: 62px;
}
.bl_achieve_imgWrapper img {
  display: block;
  width: 100%;
  border-radius: 40px;
}
.bl_achieve_imgWrapper::after {
  display: block;
  position: absolute;
  right: -17.8%;
  bottom: -120px;
  aspect-ratio: 161/338;
  width: 37.5%;
  background-image: url("../img/character/policewoman01.png");
  background-size: contain;
  content: "";
}

.bl_achieve_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_achieve_heading {
  font-weight: bold;
  font-size: 5.0625rem;
  line-height: 1.2;
  font-family: "Libre Franklin", sans-serif;
}

.bl_achieve_subHeading {
  margin-bottom: 55px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}

.bl_bl_achieve_list {
  font-weight: bold;
}
.bl_bl_achieve_list > div:not(:last-child) {
  margin-bottom: 53px;
}
.bl_bl_achieve_list dt {
  font-size: 1.5rem;
}
.bl_bl_achieve_list dd {
  font-size: 1.125rem;
  line-height: 2.22;
}

.bl_storyItem_inner {
  max-width: 1440px;
  margin: 0 auto;
}

.bl_storyItem_type {
  margin-bottom: 5px;
  color: #5632ac;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.45;
}

.bl_storyItem_heading {
  margin-bottom: 38px;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.46;
}

.bl_storyItem {
  padding: 0 24px;
  counter-increment: story;
}
.bl_storyItem:not(:last-child) {
  margin-bottom: 83px;
}
.bl_storyItem .bl_storyItem_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1320px;
  padding: 100px 0 100px;
  gap: min(77px, 4vw);
}
.bl_storyItem .bl_storyItem_body::before {
  position: absolute;
  top: -35px;
  content: "STORY " counter(story, decimal-leading-zero);
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
  font-family: "Libre Franklin", sans-serif;
}
.bl_storyItem:nth-child(odd) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe8cd+0,ffe8cd+100&0+0,0+46,1+53,1+100 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 232, 205, 0)), color-stop(46%, rgba(255, 232, 205, 0)), color-stop(53%, rgb(255, 232, 205)), to(rgb(255, 232, 205)));
  background: linear-gradient(to right, rgba(255, 232, 205, 0) 0%, rgba(255, 232, 205, 0) 46%, rgb(255, 232, 205) 53%, rgb(255, 232, 205) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bl_storyItem:nth-child(odd) .bl_storyItem_inner {
  padding-left: 24px;
  border-radius: 120px 0 0 120px;
  background-color: #ffe8cd;
}
.bl_storyItem:nth-child(odd) .bl_storyItem_body {
  margin-left: auto;
}
.bl_storyItem:nth-child(odd) .bl_storyItem_body::before {
  left: 0;
  color: #f0b486;
}
.bl_storyItem:nth-child(even) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe8cd+0,ffe8cd+100&0+0,0+46,1+53,1+100 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(224, 211, 255)), color-stop(49%, rgb(224, 211, 255)), color-stop(50%, rgba(224, 211, 255, 0)), to(rgba(224, 211, 255, 0)));
  background: linear-gradient(to right, rgb(224, 211, 255) 0%, rgb(224, 211, 255) 49%, rgba(224, 211, 255, 0) 50%, rgba(224, 211, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.bl_storyItem:nth-child(even) .bl_storyItem_inner {
  padding-right: 24px;
  border-radius: 0 120px 120px 0;
  background-color: rgb(224, 211, 255);
}
.bl_storyItem:nth-child(even) .bl_storyItem_body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 0;
}
.bl_storyItem:nth-child(even) .bl_storyItem_body::before {
  right: 19.5%;
  color: #ac8bfa;
}
.bl_storyItem#story04 {
  position: relative;
}
.bl_storyItem#story04::before {
  z-index: 1;
  position: absolute;
  top: -334px;
  left: 97px;
  aspect-ratio: 243/435;
  width: 243px;
  background-image: url("../img/character/policewoman02.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.bl_storyItem#story06 {
  position: relative;
}
.bl_storyItem#story06::before {
  z-index: 1;
  position: absolute;
  right: 138px;
  bottom: -130px;
  aspect-ratio: 185/364;
  width: 185px;
  background-image: url("../img/character/policewoman03.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.bl_storyItem_txtBox {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.2;
}
.bl_storyItem_txtBox p:not(:last-child) {
  margin-bottom: 27px;
}

.bl_storyItem_data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_storyItem_imgWrapper {
  width: 44%;
}
.bl_storyItem_imgWrapper img {
  display: block;
  width: 100%;
  border-radius: 40px;
}

.bl_separator {
  margin-top: 205px;
  margin-bottom: -52px;
  padding: 88px 24px 90px;
  background-image: url("../img/jobs/separator_back.png");
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: center;
}

.bl_separator_heading {
  margin-bottom: 40px;
  font-size: 1.875rem;
}

.bl_separator_txt {
  font-size: 1.25rem;
}
.bl_profilebox {
  margin-bottom: 140px;
  padding: 80px 0 70px;
  background-image: url("../img/recruit/jobs/achieve_back.png");
  background-size: cover;
  color: #fff;
  font-weight: bold;
}

.bl_profile_heading {
  margin-bottom: 42px;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.46;
  letter-spacing: 0.1em;
}

.bl_profile {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

.bl_profile_place {
  margin-bottom: 5px;
  font-size: 1.125rem;
  line-height: 1.44;
}
.bl_profile_place span {
  display: inline-block;
  margin-right: 20px;
  padding: 1.5px 10px;
  background-color: #333333;
}

.bl_profile_name {
  margin-bottom: 24px;
}
.bl_profile_name span {
  margin-right: 20px;
  font-size: 1.875rem;
}

.bl_profile_txt {
  font-size: 1.125rem;
  line-height: 2.44;
}

.bl_profile_data {
  width: 41%;
}

.bl_profile_imgWrapper {
  width: 47.2%;
  margin-top: 55px;
}
.bl_profile_imgWrapper img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.bl_interviewbox {
  margin-top: 142px;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.46;
}
.bl_interviewbox section:not(:last-child) {
  margin-bottom: 112px;
}
.bl_interviewbox h2 {
  position: relative;
  margin-bottom: 16px;
  padding-left: 20px;
  color: #5632ac;
  font-size: 1.125rem;
  line-height: 1.44;
}
.bl_interviewbox h2::after {
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 18px;
  height: 2px;
  background-color: currentColor;
  content: "";
}
.bl_interviewbox h3 {
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 1.875rem;
}
.bl_interviewbox h4 {
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 1.5rem;
}
.bl_interviewbox p {
  line-height: 2.44;
}

.bl_interviewSection2clum {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}
.bl_interviewSection2clum:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bl_interviewSection2clum_imgWrapper {
  width: 47.2%;
}
.bl_interviewSection2clum_imgWrapper img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.bl_interviewSection2clum_txtbox {
  width: 48%;
}
.bl_schedule {
  position: relative;
  margin-top: 24px;
}
.bl_schedule::after {
  display: block;
  position: absolute;
  top: 0;
  left: 150px;
  width: 2px;
  height: 100%;
  background-color: #ec8637;
  content: "";
}
.bl_schedule > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  margin-bottom: 24px;
  gap: 100px;
}
.bl_schedule dt {
  position: relative;
  width: 102px;
  margin-top: 12px;
  border: 1px solid currentColor;
  border-radius: 15px;
  background-color: #fff;
  color: #ec8637;
  font-size: 1.25rem;
  line-height: 1.3;
  font-family: "Libre Franklin", sans-serif;
  text-align: center;
}
.bl_schedule dt::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: -55px;
  aspect-ratio: 1;
  width: 14px;
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ec8637;
  content: "";
}
.bl_schedule dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
  -webkit-box-shadow: 0 1px 6px 0 rgba(67, 62, 57, 0.1);
          flex: 1;
  padding: 18px 38px;
  border-radius: 12px;
  background-color: #fff;
          box-shadow: 0 1px 6px 0 rgba(67, 62, 57, 0.1);
  font-size: 1.125rem;
  line-height: 1.44;
}
.bl_schedule dd p {
  line-height: 1.44;
}
.bl_schedule dd strong {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.25rem;
}

.bl_benefitSection {
  margin-bottom: 100px;
}

.bl_benefitUnit {
  -ms-flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  margin-top: -14px;
  gap: 20px 32px;
}

.bl_benefitItem {
  width: 276px;
  padding: 24px 11px 19px;
  border: 1px solid #5632ac;
}

.bl_benefitItem_imgWrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 74px;
  margin-bottom: 24px;
}
.bl_benefitItem_imgWrapper img {
  max-width: 100%;
  max-height: 100%;
}

.bl_benefitItem_heading {
  margin-bottom: 15px;
  color: #5632ac;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
}

.bl_benefitItem_txt {
  font-weight: 500;
  line-height: 2;
}

.bl_SideImg02 {
  -webkit-box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  margin-top: -15px;
  gap: 50px;
}

.bl_SideImg02_txtbox {
  width: 51.2%;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2.2;
}
.bl_SideImg02_txtbox .bl_bgColorWrapper {
  width: 100%;
  margin-top: 32px;
  padding: 25px 43px 20px;
}
.bl_SideImg02_txtbox .bl_lv4_heading, .bl_SideImg02_txtbox .bl_blogBody h4, .bl_blogBody .bl_SideImg02_txtbox h4 {
  margin-bottom: 16px;
}

.bl_SideImg02_imgWrapper {
  width: 41.7%;
}
.bl_SideImg02_imgWrapper img {
  display: block;
  width: 100%;
}

.bl_dlList {
  margin-top: 40px;
  margin-bottom: 100px;
  padding: 24px 40px 26px;
  background-color: #f5f0ff;
  font-weight: bold;
}
.bl_dlList dt {
  color: #5632ac;
  font-size: 1.375rem;
}
.bl_dlList dd {
  font-size: 1.125rem;
  line-height: 2.22;
}

.el_heading02 {
  font-size: 2rem;
  line-height: 1.46;
  letter-spacing: 0.1em;
}

.el_btn01 {
  display: inline-block;
  position: relative;
  width: 253px;
  padding: 8.5px 0;
  border-radius: 30px;
  background-color: #fff;
  color: #5632ac;
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
}
.el_btn01::after {
  -webkit-transition: all 0.3s;
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  aspect-ratio: 1;
  width: 6px;
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transition: all 0.3s;
}
.el_btn01:hover {
  background-color: #5632ac;
  color: #fff;
  opacity: 1;
}
.el_btn01__black {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
}
.el_btn01__black::after {
  border-color: #fff;
}
.el_btn01__black:hover {
  background-color: #fff;
  color: #333;
  opacity: 1;
}
.el_btn01__black:hover::after {
  border-color: #333;
}
.el_btn01__back {
  background-color: #333;
  color: #fff;
}
.el_btn01__back::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  right: auto;
  left: 20px;
          transform: translateY(-50%) rotate(-135deg);
  border-color: #fff;
}

.el_l_Heading {
  color: rgba(255, 255, 255, 0.68);
  font-weight: bold;
  font-size: 5.0625rem;
  line-height: 1;
  font-family: "Libre Franklin", sans-serif;
}

.el_pageHeading {
  position: relative;
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.1;
}
.el_pageHeading::after {
  display: block;
  content: attr(data-en);
  font-size: 9.8125rem;
  font-family: "Libre Franklin", sans-serif;
}

.el_badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 9.5px;
  border: 1px solid #000;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
}

.el_subTxtHeader {
  padding-bottom: 94px;
  color: #fff;
  font-weight: 900;
  font-size: clamp(50px, 10vw, 160px);
  line-height: 1.45;
  font-family: "Libre Franklin", sans-serif;
}
.el_subTxtHeader::after {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8.5px 55px;
  border-radius: 28px;
  background-color: #fff;
  content: attr(data-jp);
  color: #5632ac;
  font-weight: bold;
  font-size: clamp(14px, 1.8vw, 28px);
  line-height: 1.42;
  letter-spacing: 0em;
}

.el_arrowLink {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 58px;
  font-weight: bold;
  font-size: 1.125rem;
}
.el_arrowLink::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  aspect-ratio: 1;
  width: 42px;
          transform: translateY(-50%);
  border-radius: 50%;
  background-color: #5632ac;
  content: "";
}
.el_arrowLink::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 18px;
  aspect-ratio: 1;
  width: 12px;
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.el_txt01 {
  font-weight: bold;
  font-size: 1.125rem;
}
.el_txt01__mb {
  margin-bottom: 40px;
}

.el_required::after {
  content: "＊";
  color: #c93434;
  font-size: 0.75rem;
  vertical-align: super;
}

@media only screen and (min-width: 1542px){
  .bl_headerList_pullDown:hover > span::after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .bl_headerList_pullDown:hover .bl_headerList_sub {
    display: block;
  }
}

@media only screen and (max-width: 1835px){
  .bl_storyItem#story06::before {
    right: 0px;
  }
}

@media only screen and (max-width: 1700px){
  .bl_storyItem#story04::before {
    top: -190px;
    left: 30px;
    width: 160px;
  }
}

@media only screen and (max-width: 1555px){
  .bl_storyItem#story06::before {
    right: 0px;
    width: 130px;
  }
}

@media only screen and (max-width: 1542px){
  .is-menu-open .ly-header.is-scroll {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    background-color: transparent;
  }
  .ly-header {
    padding: 11px 13px 11px 12px;
  }
  .bl_headerList > li > a:hover::after {
    display: none;
  }
  .bl_menuSwitch {
    display: block;
  }
  .bl_headerMenu_btn {
    aspect-ratio: 1;
    width: 36px;
    height: 36px;
    padding: 0;
    line-height: 32px;
  }
  .bl_headerMenu_btn svg {
    width: 16px;
    height: auto;
    margin: 0;
  }
  .bl_headerMenu_btn span {
    display: none;
  }
  .bl_headerList_pullDown > span::after {
    -webkit-transition: all 0.3s;
    margin-left: 10px;
    transition: all 0.3s;
  }
  .bl_headerList_pullDown .bl_headerList_sub {
    padding: 10px 0px 0;
    background-color: transparent;
  }
  .bl_headerList_pullDown .bl_headerList_sub li {
    border-bottom-color: rgba(255, 255, 255, 0.4) !important;
  }
  .bl_headerList_pullDown .bl_headerList_sub li:last-child a {
    padding-bottom: 0;
  }
  .bl_headerList_pullDown .bl_headerList_sub a {
    font-size: 14px;
  }
  .bl_headerList_pullDown .bl_headerList_sub a::after {
    -webkit-transform: rotate(-45deg);
    display: inline-block;
    aspect-ratio: 1;
    width: 6px;
    margin-top: -2px;
    margin-left: 5px;
            transform: rotate(-45deg);
    border-right: 1.5px solid #003589;
    border-bottom: 1.5px solid #003589;
    content: "";
    vertical-align: middle;
  }
  .is-active.bl_headerList_pullDown .bl_headerList_sub {
    -webkit-transform: translate(0);
    display: block;
    position: static;
            transform: translate(0);
  }
  .is-active.bl_headerList_pullDown.is-active > span::after {
    -webkit-transform: rotate(-135deg);
    margin-top: -2px;
            transform: rotate(-135deg);
  }
  .bl_headerLogo {
    height: auto;
  }
  .bl_headerList {
    font-size: 1rem;
  }
  .bl_headerMenu_btn {
    position: relative;
  }
  .bl_logo {
    z-index: 1;
    position: relative;
  }
  .bl_logo img {
    width: 190px;
  }
  .bl_headerList {
    -webkit-transition: all 0.3s;
    -webkit-backdrop-filter: blur(30px);
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100dvh;
    padding: 80px 24px 24px;
    overflow: auto;
            backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s;
  }
  .bl_headerList li {
    width: 100%;
    line-height: 1.44;
  }
  .bl_headerList li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .bl_headerList a,
  .bl_headerList .bl_headerList_pullDown {
    display: block;
    padding: 24px 20px;
    font-size: 1.125rem;
  }
  .is-menu-open .ly-header {
    background-color: rgba(255, 255, 255, 0.75);
  }
  .is-menu-open .bl_headerList {
    left: 0;
  }
  .bl_pageHeader02 {
    margin-top: 60px;
  }
  .bl_pageHeaderSlide {
    margin-top: 68px;
  }
}

@media only screen and (max-width: 1470px){
  .bl_layoutBox__02 {
    background-position: calc(50% - 550px) bottom, right calc(50% - 500px) top 0;
  }
}

@media only screen and (max-width: 1300px){
  .bl_pageHeader02.bl_pageHeader02__interview01 {
    height: 230px;
  }
  .bl_pageHeader02.bl_pageHeader02__interview01 .el_pageHeading::after {
    font-size: 3.75rem;
  }
  .bl_pageHeader02.bl_pageHeader02__interview02 {
    height: 230px;
  }
  .bl_pageHeader02.bl_pageHeader02__interview02 .el_pageHeading::after {
    font-size: 3.75rem;
  }
  .bl_pageHeader02.bl_pageHeader02__interview03 {
    height: 230px;
  }
  .bl_pageHeader02.bl_pageHeader02__interview03 .el_pageHeading::after {
    font-size: 3.75rem;
  }
  .bl_pageHeader02 {
    height: 230px;
  }
  .bl_pageHeader02 .el_pageHeading::after {
    font-size: 3.75rem;
  }
}

@media only screen and (max-width: 1200px){
  .bl_textBtnSet {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px;
    gap: 25px 50px;
  }
}

@media only screen and (max-width: 1000px){
  .bl_card01Item {
    width: 49%;
  }
  .bl_card01Unit {
    gap: 20px 2%;
  }
}

@media only screen and (max-width: 950px){
  .bl_movieTxt {
    padding-left: 0;
  }
  .bl_top03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            flex-direction: column-reverse;
            align-items: flex-end;
  }
  .bl_movieBox {
    width: 90%;
  }
  .bl_movieTxt {
    width: 100%;
    padding: 0 24px;
    padding-top: 40px;
  }
  .bl_movieTxt .el_heading02 {
    margin-bottom: 0px;
  }
  .bl_personInner_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}

@media only screen and (max-width: 900px){
  .bl_newsItem_heading {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px){
  .h-hide-sp {
    display: none !important;
  }
  .h-hide-pc {
    display: block !important;
  }
  .h-sp-center {
    text-align: center !important;
  }
  body {
    font-size: 14px;
  }
  a[href*="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .ly_footer {
    padding: 20px 10px 18px;
  }
  .animtextbox__spCenter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_page-service_top .bl_movieWrapperOuter {
    -webkit-box-shadow: 0 0 25px 25px #ac8bfa;
            box-shadow: 0 0 25px 25px #ac8bfa;
  }
  .bl_fixedBack_background {
    background-image: url("../img/top/top_kv_back_sp.png");
  }
  .bl_fixedBack_background__02 {
    background-image: url("../img/common/page_top_back.png");
  }
  .bl_fixedBack_background__03 {
    background-image: url("../img/service/header/header.png");
  }
  .bl_fixedBack_background__04 {
    background-image: url("../img/recruit/person/background.jpg");
  }
  .bl_fixedMember {
    -webkit-transform: translateX(50%);
    right: 50%;
            transform: translateX(50%);
  }
  .bl_fixedMember img {
    width: 344px;
  }
  .bl_fixedMember.is-lower img {
    width: 250px;
  }
  .bl_maxWidth__02 {
    padding-bottom: 120px;
  }
  .bl_maxWidth__06 {
    padding-right: 0;
    padding-left: 0;
  }
  .bl_maxWidth__10 .bl_cmsLayout {
    padding-right: 24px;
    padding-left: 24px;
  }
  .bl_footer_side {
    padding-left: 0;
    font-size: 0.75rem;
  }
  .bl_footer_side img {
    width: 217px;
  }
  .bl_footer_address {
    margin-top: 0;
  }
  .bl_footer_nav {
    display: none;
  }
  .bl_copy {
    font-size: 0.5625rem;
  }
  .bl_kv_txt {
    font-size: 22.8vw;
    line-height: 1.01;
    letter-spacing: -0.04em;
  }
  .bl_kv_txt div:last-child {
    margin-left: 26.5vw;
  }
  .bl_kv {
    margin-top: 211px;
    margin-bottom: 282px;
    padding-left: 2.3vw;
    overflow: hidden;
  }
  .bl_kv_subTxt {
    position: static;
    margin-top: 14px;
    font-size: 5.6vw;
    text-align: center;
  }
  .bl_kv_img__01 {
    top: 2.8vw;
    right: 0;
    left: auto;
    width: 17vw;
  }
  .bl_kv_img__02 {
    top: 25vw;
    left: 37.5vw;
    width: 43.4vw;
  }
  .bl_kv_img__03 {
    top: 49vw;
    left: 0vw;
    width: 27.2vw;
  }
  .bl_layoutBox {
    padding-top: 21px;
  }
  .bl_layoutBox__02 {
    padding: 128vw 22px 0;
    background-image: url("../img/top/top02_sp.png");
    background-position: 0 top;
    background-size: 100% auto;
  }
  .bl_layoutBox__04 {
    margin-top: 160px;
  }
  .bl_top01 {
    display: block;
  }
  .bl_top01 .el_heading02 {
    margin-bottom: 28px;
  }
  .bl_top01 .bl_top_txtBox {
    width: 100%;
    font-size: 0.875rem;
    line-height: 2.14;
    text-align: left;
  }
  .bl_top01 .bl_top_txtBox p:not(:last-child) {
    margin-bottom: 28px;
  }
  .bl_top01 .el_heading02 {
    width: 100%;
    font-size: 1.25rem;
    text-align: left;
  }
  .bl_top_txtBox {
    font-size: 0.875rem;
  }
  .bl_top_txtBox p:not(:last-child) {
    margin-bottom: 27px;
  }
  .bl_autoScrollMessage {
    height: 60px;
    margin: 50px 0 66px;
  }
  @-webkit-keyframes backgroundScroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -653.9px 0;
    }
  }
  @keyframes backgroundScroll {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -653.9px 0;
    }
  }
  .bl_autoScrollMessage02 {
    height: 60px;
    margin: 10px 0 0;
  }
  @-webkit-keyframes backgroundScroll02 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -653.9px 0;
    }
  }
  @keyframes backgroundScroll02 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -653.9px 0;
    }
  }
  .bl_autoScrollMessage03 {
    height: 60px;
    margin: 30px 0 0;
  }
  @-webkit-keyframes backgroundScroll03 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -345px 0;
    }
  }
  @keyframes backgroundScroll03 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -345px 0;
    }
  }
  .bl_autoScrollMessage04 {
    height: 130px;
  }
  @-webkit-keyframes backgroundScroll04 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1864.29px 0;
    }
  }
  @keyframes backgroundScroll04 {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -1864.29px 0;
    }
  }
  .bl_btns {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
        flex-wrap: wrap;
            justify-content: center;
    margin-top: 35px;
    gap: 28px;
  }
  .bl_top02 .bl_top_txtBox {
    margin-bottom: 40px;
    padding-top: 40px;
  }
  .bl_top02 {
    padding-bottom: 64px;
  }
  .bl_top04 {
    margin-bottom: 50px;
  }
  .bl_top04 .el_heading02 {
    margin-bottom: 32px;
  }
  .bl_top04 .bl_top_txtBox p:not(:last-child) {
    margin-bottom: 14px;
  }
  .bl_movieBox_heading {
    margin-bottom: -15px;
    font-size: 3.8125rem;
  }
  .bl_top03 .el_heading02 {
    margin-bottom: 45px;
    text-align: center;
  }
  .bl_movieTxt {
    padding-top: 85px;
  }
  .bl_movieBox {
    width: 95.3%;
  }
  .bl_circleBox {
    width: 821px;
    padding-top: 62px;
  }
  .bl_circleBox .el_heading02 {
    margin-bottom: 45px;
  }
  .bl_circleBox .bl_top_txtBox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100vw;
    margin-bottom: 45px;
    padding-right: 22px;
    padding-left: 22px;
  }
  .bl_circleBox::after, .bl_circleBox::before {
    width: 200px;
  }
  .bl_circleBox::after {
    top: -63.5px;
    left: 23.2%;
  }
  .bl_circleBox::before {
    right: 190px;
    bottom: -120px;
  }
  .bl_circleBox {
    width: 821px;
  }
  .bl_circleBoxWrapper {
    height: 821px;
  }
  .bl_top05Wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 65px;
    margin-bottom: 72px;
  }
  .bl_top05Wrapper .bl_top_txtBox {
    margin-bottom: 42px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .bl_top05_imgWrapper {
    width: 100%;
    padding-top: 40px;
  }
  .bl_top05_txtWrapper {
    width: 100%;
    padding: 0;
  }
  .bl_top05_txtWrapper .el_heading02 {
    margin-bottom: 36px;
    margin-left: 0;
    text-align: center;
  }
  .bl_top06 {
    display: block;
  }
  .bl_top06 .el_heading02 {
    margin-bottom: 38px;
    text-align: center;
  }
  .bl_top06_imgWrapper {
    width: 86%;
    margin-left: 7.5%;
    padding-right: 0;
  }
  .bl_top06_txtWrapper {
    margin-bottom: 76px;
  }
  .bl_newsBoxWrapper {
    margin-top: 56px;
    padding-bottom: 76px;
  }
  .bl_newsBox {
    display: block;
    position: relative;
    margin-top: -7px;
    padding: 25px 15px 50px;
    padding-bottom: 116px;
    background-color: rgba(255, 255, 255, 0.67);
  }
  .bl_news_heading {
    margin-bottom: 2px;
    font-size: 1.25rem;
  }
  .bl_newsBox_front {
    position: static;
    padding-top: 0;
  }
  .bl_newsBox_front .el_btn01 {
    -webkit-transform: translateX(-50%);
    bottom: 39px;
    left: 50%;
            transform: translateX(-50%);
  }
  .bl_newsUnit__archive {
    margin-bottom: 30px;
  }
  .bl_newsItem {
    padding: 16px 0 17px;
  }
  .bl_newsItem time {
    width: 62px;
    font-size: 0.75rem;
  }
  .bl_newsItem .bl_newsItem_cat {
    font-size: 0.75rem;
  }
  .bl_newsItem_heading {
    padding-left: 20px;
    font-size: 0.875rem;
  }
  .bl_newsItem_heading::after {
    -webkit-transform: translateY(0%);
    top: 7px;
    width: 10px;
            transform: translateY(0%);
  }
  .bl_industryWrapper {
    margin-top: 23px;
  }
  .bl_industryInner {
    display: block;
    margin-top: 10px;
  }
  .bl_industryInner > div:last-child {
    width: 100%;
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 2.14;
  }
  .bl_contact {
    margin-top: 52px;
    padding-top: 36px;
    padding-bottom: 50px;
    border-radius: 30px 30px 0 0;
  }
  .bl_contact__heading {
    font-size: 3.6875rem;
  }
  .bl_contact_body {
    justify-self: center;
    gap: 85px;
  }
  .bl_contact_body_item {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
            align-items: center;
    padding-left: 0px;
    font-size: 0;
    text-align: center;
  }
  .bl_contact_body_item__tel {
    display: none;
  }
  .bl_circleIcon {
    position: static;
  }
  .bl_contact_body_item__time {
    -webkit-transform: translateX(-50%);
    position: absolute;
    bottom: -20px;
    left: 50%;
            transform: translateX(-50%);
    font-size: 0.625rem;
    white-space: nowrap;
  }
  .bl_pageHeader {
    padding-top: 90px;
  }
  .bl_breadcrumbs li:not(:last-child) {
    margin-right: 12px;
    padding-right: 14px;
  }
  .bl_breadcrumbs {
    font-size: 0.875rem;
  }
  .bl_breadcrumbs li:not(:last-child)::after {
    width: 6px;
  }
  .bl_breadcrumbs__page {
    margin-bottom: 30px;
  }
  .bl_breadcrumbs__service {
    margin-bottom: 30px;
  }
  .bl_cmsLayout {
    margin-top: 50px;
    margin-bottom: 70px;
    padding: 24px;
    border-radius: 15px;
  }
  .bl_cmsLayout__sustainability {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .bl_cmsLayout__sustainability .el_dotHeading:not(:first-child), .bl_cmsLayout__sustainability .bl_blogBody h3:not(:first-child), .bl_blogBody .bl_cmsLayout__sustainability h3:not(:first-child) {
    margin-top: 50px;
  }
  .bl_cmsLayout__sustainability .bl_blogHeading + .el_dotHeading, .bl_cmsLayout__sustainability .bl_blogBody .bl_blogHeading + h3, .bl_blogBody .bl_cmsLayout__sustainability .bl_blogHeading + h3 {
    margin-top: 0;
  }
  .bl_maxWidth:has(.bl_newsItem0) {
    margin-top: 50px;
  }
  .bl_catList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px 0px;
  }
  .bl_catList li {
    width: 48%;
    font-size: 0.875rem;
  }
  .bl_catList li a {
    width: 100%;
    font-size: 0.875rem;
  }
  .bl_pagenav {
    gap: 8px;
  }
  .bl_pagenav a {
    width: 28px;
    font-size: 0.875rem;
  }
  .bl_pagenav_arrow::after {
    width: 8px;
  }
  .bl_blogSideImg {
    margin-bottom: 50px;
  }
  .bl_blogSideImg {
    display: block;
  }
  .bl_blogSideImg > div:first-child {
    width: 100%;
  }
  .bl_blogSideImg > div:last-child p {
    font-size: 1rem;
  }
  .bl_blogSideImg .bl_card01Item_list {
    max-width: 100%;
  }
  .el_dotHeading, .bl_blogBody h3 {
    margin-bottom: 25px;
    padding-left: 25px;
    font-size: 1.375rem;
    text-indent: -30px;
  }
  .el_dotHeading::before, .bl_blogBody h3::before {
    margin-right: 10px;
  }
  .el_dotHeading::after, .bl_blogBody h3::after {
    width: 18px;
    height: 10px;
  }
  .bl_lv4_heading, .bl_blogBody h4 {
    margin-bottom: 25px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .bl_blogBody {
    margin-bottom: 60px;
    font-size: 1rem;
  }
  .bl_blogBody h5 {
    margin-bottom: 25px;
    font-size: 1.125rem;
  }
  .bl_blogBody ol li {
    padding-left: 25px;
  }
  .bl_blogBody ol li::before {
    left: 0px;
    font-size: 1.125rem;
  }
  .bl_blogBody ul li {
    padding-left: 25px;
  }
  .bl_blogBody ul li::before {
    top: 0.5em;
    left: 2px;
    width: 10px;
  }
  .bl_blogBody img,
  .bl_blogBody iframe {
    margin: 35px auto;
  }
  .bl_blogBody col {
    width: 100% !important;
  }
  .bl_blogBody table {
    margin: 60px auto;
  }
  .bl_blogBody table th,
  .bl_blogBody table td {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
  .bl_blogBody table td {
    line-height: 1.5;
  }
  .bl_blogBody .bl_blog_card {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px 40px;
    font-size: 1rem;
  }
  .bl_blogHeader {
    margin-bottom: 40px;
  }
  .bl_blogHeader_time {
    font-size: 1rem;
  }
  .bl_blogHeading {
    margin-bottom: 30px;
    font-size: 1.375rem;
  }
  .bl_caseCenterMessageBox {
    font-size: 1rem;
  }
  .bl_headingLv3 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .bl_card01Unit {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .bl_card01Item {
    padding: 15px;
  }
  .bl_card01Item_imgWrapper {
    margin-bottom: 10px;
  }
  .bl_card01Item_heading {
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
  .bl_card01Item_list > div {
    gap: 15px;
  }
  .bl_card01Item_list > div dt {
    width: 100px;
    font-size: 0.75rem;
  }
  .bl_card01Item_list > div dd {
    font-size: 0.75rem;
  }
  .bl_noPost {
    margin: 35px 0 30px;
    padding: 25px 0;
    font-size: 1rem;
  }
  .bl_contactWrapper {
    padding-bottom: 0;
  }
  .bl_pageNavi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 34px;
    margin-bottom: 35px;
    gap: 5px;
    font-size: 1rem;
  }
  .bl_pageNavi.bl_pageNavi__02 {
    margin-top: 30px;
    margin-bottom: 50px;
    gap: 20px 0;
  }
  .bl_pageNavi.bl_pageNavi__02 .bl_pageNavi_item {
    width: 100%;
  }
  .bl_pageNavi.bl_pageNavi__03 {
    margin-top: 32px;
    margin-bottom: 35px;
    gap: 5px 0;
  }
  .bl_pageNavi.bl_pageNavi__03 .bl_pageNavi_item {
    width: 100%;
  }
  .bl_pageNavi_item {
    width: 100%;
    border-right: 1px solid #707070;
  }
  .bl_telData {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .bl_telData > div:last-child {
    margin-left: 0px;
  }
  .bl_telData > div:first-child {
    margin-right: 0px;
  }
  .bl_telData a {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .bl_formStep li:nth-child(n+2).is-border::after {
    width: 36px;
  }
  .bl_formStep {
    margin: 35px 0;
    gap: 35px;
  }
  .bl_formStep li {
    width: 50px;
    font-size: 1rem;
  }
  .bl_formList.bl_formList__confirm > div {
    margin-bottom: 20px;
  }
  .bl_formList > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .bl_formList .bl_formList_dt {
    padding-top: 0;
  }
  .bl_formList .bl_formList_dd__inner {
    gap: 16px;
  }
  .bl_formList .bl_formList_dd_sub {
    width: calc(50% - 4px);
    gap: 8px;
  }
  .bl_formList .bl_formList_dt {
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .bl_radioList label {
    padding-left: 25px;
  }
  .bl_radioList label input + span {
    width: 15px;
  }
  form [type=text],
  form [type=tel],
  form [type=email] {
    padding: 5px 18px;
  }
  form select {
    width: 100%;
    padding: 9px 18px;
  }
  form textarea {
    height: 150px;
    padding: 5px 18px;
  }
  form .bl_input_post {
    width: 80px;
  }
  .bl_formAddressList_item dd {
    gap: 8px;
  }
  .bl_checkbox {
    font-size: 0.875rem;
  }
  .bl_checkbox input + span {
    width: 20px;
  }
  .bl_formBottom {
    margin-top: 35px;
  }
  .bl_formBtn {
    width: 250px;
    font-size: 1.125rem;
  }
  .bl_formBtn::after {
    right: 20px;
    width: 6px;
  }
  .bl_formMessage_01 {
    margin-bottom: 20px;
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .bl_formMessage_02 {
    font-size: 1rem;
  }
  .bl_pageHeader02.bl_pageHeader02__interview01 {
    height: 150px;
  }
  .bl_pageHeader02.bl_pageHeader02__interview01::before {
    background-position: right -90px top 0;
  }
  .bl_pageHeader02.bl_pageHeader02__interview01 .el_pageHeading::after {
    font-size: 2.5rem;
  }
  .bl_pageHeader02.bl_pageHeader02__interview02 {
    height: 150px;
  }
  .bl_pageHeader02.bl_pageHeader02__interview02::before {
    background-position: right -90px top 0;
  }
  .bl_pageHeader02.bl_pageHeader02__interview02 .el_pageHeading::after {
    font-size: 2.5rem;
  }
  .bl_pageHeader02.bl_pageHeader02__interview03 {
    height: 150px;
  }
  .bl_pageHeader02.bl_pageHeader02__interview03::before {
    background-position: right -90px top 0;
  }
  .bl_pageHeader02.bl_pageHeader02__interview03 .el_pageHeading::after {
    font-size: 2.5rem;
  }
  .bl_pageHeader02 {
    height: 250px;
  }
  .bl_pageHeader02 {
    height: 150px;
  }
  .bl_pageHeader02::before {
    background-position: right -90px top 0;
  }
  .bl_pageHeader02 .el_pageHeading {
    font-size: 1.375rem;
  }
  .bl_pageHeader02 .el_pageHeading::after {
    font-size: 2.5rem;
  }
  .bl_pageHeaderSlide_heading {
    top: 15%;
    left: 5%;
    font-size: 1.5rem;
  }
  .bl_pageHeaderSlide_en {
    left: 20px;
  }
  .bl_blogBody__sustainability {
    margin-bottom: 0;
  }
  .bl_blogBody__sustainability img {
    margin: 0;
  }
  .bl_blogBody__sustainability .bl_sdgsList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .bl_blogBody__sustainability .bl_sdgsList img {
    width: 90px;
  }
  .bl_blogBody__sustainability .bl_textBtnSet_btn {
    width: 100%;
    padding: 8.5px 35px 8.5px 15px;
    font-size: 0.875rem;
  }
  .bl_blogBody__sustainability .bl_textBtnSet_btn::after {
    right: 15px;
  }
  .bl_pageNaviWrapper {
    margin-bottom: 40px;
    padding: 20px;
  }
  .bl_pageNaviWrapper .bl_pageNavi_item {
    width: 100%;
  }
  .bl_pageNaviWrapper__service {
    margin-top: 0px;
  }
  .bl_newsBox__sustainability {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    gap: 8px;
  }
  .bl_newsBox__sustainability .bl_news_heading {
    font-size: 1.375rem;
  }
  .bl_newsBox__sustainability .bl_newsBox_front {
    width: 100%;
  }
  .bl_bgColorWrapper {
    padding: 26px 15px;
  }
  .bl_bgColorWrapper ul {
    padding-left: 10px;
  }
  .bl_bgColorWrapper:has(.bl_dtList) {
    padding: 15px 20px;
  }
  .bl_sideTxt01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .bl_sideTxt01_imgWrapper {
    margin-top: 0;
  }
  .bl_dtList div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_dtList div dt {
    width: 100%;
    font-size: 1.125rem;
  }
  .bl_targetItem {
    margin-top: 50px;
  }
  .bl_targetItem__heading {
    padding-left: 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .bl_targetItem__heading::before {
    -webkit-transform: translateY(0%);
    position: static;
    margin-bottom: 5px;
            transform: translateY(0%);
    font-size: 1.125rem;
  }
  .bl_targetItem__list > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_targetItem__list > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .bl_targetItem__list > div dt {
    padding-bottom: 5px;
    padding-left: 0;
    font-size: 1.125rem;
  }
  .bl_targetItem__list > div dd {
    padding-bottom: 5px;
    padding-left: 0;
    font-size: 1rem;
  }
  .bl_targetItem__list > div dt,
  .bl_targetItem__list > div dd {
    width: 100%;
  }
  .bl_sideTxt02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    gap: 18px;
  }
  .bl_sideTxt02_imgWrapper {
    max-width: 100%;
  }
  .bl_sideTxt02_front {
    padding-top: 0;
  }
  .bl_fixContact {
    right: 20px;
    bottom: 20px;
    width: 110px;
    font-size: 0.875rem;
  }
  .bl_fixContact svg {
    width: 28px;
  }
  .bl_pageHeaderServoce {
    height: auto;
    padding-bottom: 200px;
    background-size: 300px auto, cover;
  }
  .bl_pageHeaderServoce_inner {
    margin-top: 50px;
  }
  .bl_pageHeaderServoce_heading {
    margin-bottom: 20px;
    font-size: 1.875rem;
  }
  .bl_pageHeaderServoce_txt01 {
    font-size: 1.125rem;
  }
  .bl_pageHeaderServoce_txt02 {
    font-size: 0.875rem;
  }
  .bl_pageHeaderServoce_link {
    padding: 4px 30px 4px 20px;
    font-size: 0.875rem;
  }
  .bl_pageHeaderServoce_link svg {
    width: 17px;
    margin-top: -2px;
    vertical-align: middle;
  }
  .bl_centerHeading {
    margin-bottom: 30px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .bl_worries {
    margin-bottom: 90px;
    gap: 2%;
  }
  .bl_worries li {
    width: 49%;
    padding: 18px;
  }
  .bl_worries li:not(:last-child) {
    margin-bottom: 20px;
  }
  .bl_worries_icon {
    min-height: 20px;
    margin-bottom: 5px;
  }
  .bl_worries_icon_txt {
    font-size: 1rem;
  }
  .bl_serviceBody .el_dotHeading, .bl_serviceBody .bl_blogBody h3, .bl_blogBody .bl_serviceBody h3 {
    margin-top: 57px;
    font-size: 1.375rem;
  }
  .bl_serviceBody {
    padding-top: 64px;
    padding-bottom: 60px;
    border-radius: 30px;
  }
  .bl_serviceBody .bl_card01Unit {
    margin-top: 20px;
  }
  .bl_serviceBody__02 {
    margin-bottom: 70px;
    border-radius: 30px 30px 0 0;
  }
  .bl_serviceBody__top {
    margin-top: 60px;
  }
  .bl_serviceBody_heading {
    font-size: 2rem;
  }
  .bl_sideSircleImg {
    display: block;
  }
  .bl_sideSircleImg .bl_sideSircleImg_imgWrapper {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .bl_sideSircleImg .bl_sideSircleImg_imgWrapper img {
    width: 100%;
  }
  .bl_sideSircleImg_txt01 {
    font-size: 1rem;
  }
  .bl_sideSircleImg_txt01:not(:last-child) {
    margin-bottom: 20px;
  }
  .bl_serviceDetailUnit {
    margin-top: 35px;
    gap: 50px;
  }
  .bl_serviceDetailItem {
    display: block;
  }
  .bl_serviceDetailItem .bl_serviceDetailItem_imgWrapper {
    width: calc(100% + 24px);
    max-width: calc(100% + 24px);
    margin-bottom: 24px;
  }
  .bl_serviceDetailItem .bl_serviceDetailItem_imgWrapper img {
    width: 100%;
  }
  .bl_serviceDetailItem:nth-child(odd) .bl_serviceDetailItem_imgWrapper {
    margin-right: -24px;
  }
  .bl_serviceDetailItem:nth-child(even) .bl_serviceDetailItem_imgWrapper {
    margin-left: -24px;
  }
  .bl_serviceDetailItem_heading {
    margin-bottom: 20px;
    font-size: 1.375rem;
  }
  .bl_serviceDetailItem_txt {
    font-size: 1rem;
  }
  .bl_serviceDetailItem_txt02 {
    margin-bottom: 20px;
    font-size: 1.375rem;
  }
  .bl_request {
    margin-top: 60px;
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .bl_request .el_dotHeading, .bl_request .bl_blogBody h3, .bl_blogBody .bl_request h3 {
    margin: 0;
  }
  .bl_request_list {
    margin-top: 10px;
  }
  .bl_request_list li {
    width: 100%;
    padding-bottom: 6px;
    font-size: 1rem;
  }
  .bl_request_inner {
    display: block;
    gap: 15px;
  }
  .bl_headingWrapper {
    margin-bottom: 30px;
  }
  .bl_headingWrapper .el_dotHeading, .bl_headingWrapper .bl_blogBody h3, .bl_blogBody .bl_headingWrapper h3 {
    margin-top: 0;
    font-size: 1.5625rem;
  }
  .bl_headingWrapper_en {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
  .bl_numberValueListWrapper {
    margin-bottom: 60px;
  }
  .bl_numberValueList > div {
    width: 100%;
    min-height: 0;
    border-radius: 20px;
  }
  .bl_numberValueList > div:last-child {
    width: 100%;
  }
  .bl_numberValueList {
    gap: 40px;
  }
  .bl_numberValueList > div {
    padding: 20px 30px;
  }
  .bl_numberValueList > div::after {
    top: -50px;
    font-size: 2.8125rem;
  }
  .bl_numberValueList dt {
    min-height: 0;
    margin-bottom: 5px;
    font-size: 1.125rem;
  }
  .bl_numberValueList__misalignment:first-child {
    margin-bottom: 40px;
  }
  .bl_faq.bl_faq__recruit > div {
    padding: 16px 0px 16px 0px;
  }
  .bl_faq dt::after {
    font-size: 1.75rem;
  }
  .bl_faq dd::after {
    font-size: 1.75rem;
  }
  .bl_faq dd {
    margin-top: 6px;
  }
  .bl_faq {
    font-size: 1rem;
  }
  .bl_faq > div {
    padding: 10px 0px 10px 0px;
  }
  .bl_faq dt span {
    width: 20px;
  }
  .bl_faq dt span::after, .bl_faq dt span::before {
    height: 2px;
  }
  .bl_faq dt,
  .bl_faq dd {
    padding-right: 30px;
    padding-left: 35px;
  }
  .bl_movieWrapper {
    margin-top: 40px;
  }
  .bl_movieWrapper_heading {
    font-size: 1.5rem;
  }
  .bl_movieWrapper_heading img {
    width: 24px;
  }
  .bl_card02Unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
    gap: 24px;
  }
  .bl_card02ITem_imgWrapper {
    margin-bottom: 14px;
  }
  .bl_card02ITem_heading {
    font-size: 1.375rem;
  }
  .bl_card02ITem_txt {
    font-size: 0.875rem;
  }
  .bl_otherWrapper {
    padding-bottom: 60px;
  }
  .bl_borderBox {
    padding: 20px;
  }
  .bl_borderBox_heading {
    margin-bottom: 25px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .bl_borderBox_numberList dt {
    padding-left: 35px;
    font-size: 1rem;
  }
  .bl_borderBox_numberList dt::before {
    top: 0em;
    left: 0px;
    font-size: 18px;
  }
  .bl_borderBox_numberList dd {
    padding-left: 0;
    font-size: 0.875rem;
  }
  .bl_borderBox_numberList > div:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .bl_personWrapper {
    padding-top: 60px;
    padding-bottom: 290px;
  }
  .bl_personInner {
    padding: 30px 24px 30px;
  }
  .bl_personInner_content .el_dotHeading, .bl_personInner_content .bl_blogBody h3, .bl_blogBody .bl_personInner_content h3 {
    font-size: 1.375rem;
  }
  .bl_personInner_content .el_dotHeading:before, .bl_personInner_content .bl_blogBody h3:before, .bl_blogBody .bl_personInner_content h3:before {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .bl_personList {
    height: auto;
  }
  .bl_personList li {
    width: 100%;
    margin-bottom: 6px;
    padding-bottom: 6px;
    font-size: 1rem;
  }
  .bl_card03Item {
    padding: 15px 15px;
  }
  .bl_card03Item .el_arrowLink {
    font-size: 1rem;
  }
  .bl_card03Item .el_arrowLink::after {
    top: -4px;
  }
  .bl_card03Item .el_arrowLink::before {
    top: 7px;
  }
  .bl_card03Item_imgWrapper {
    margin-bottom: 15px;
  }
  .bl_messageSection {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .bl_messageSection .bl_headingWrapper {
    margin-top: -20px;
    margin-bottom: 18px;
  }
  .bl_message_body {
    width: 100%;
  }
  .bl_message_body .bl_headingLv3 {
    margin-bottom: 10px;
  }
  .bl_message_txt {
    font-size: 1rem;
  }
  .bl_message_txt:not(:last-child) {
    margin-bottom: 25px;
  }
  .bl_message_name {
    font-size: 1rem;
  }
  .bl_message_name strong {
    font-size: 1.25rem;
  }
  .bl_message_imgWrapper {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
  .bl_message_imgWrapper img {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
  .bl_philosophyList {
    margin-bottom: 60px;
  }
  .bl_philosophyList > div:not(:last-child) {
    margin-bottom: 30px;
  }
  .bl_philosophyList dt {
    font-size: 1.125rem;
  }
  .bl_philosophyList dd {
    font-size: 1rem;
  }
  .bl_arrowWquareLinks {
    gap: 24px;
  }
  .bl_arrowWquareLinks a {
    height: 65px;
    padding-right: 10%;
    padding-left: 10%;
    font-size: 1rem;
  }
  .bl_arrowWquareLinks a svg {
    right: 6%;
  }
  .bl_outSquareLinks {
    gap: 20px;
  }
  .bl_outSquareLinks li:last-child {
    font-size: 1rem;
  }
  .bl_outSquareLinks a,
  .bl_outSquareLinks span {
    height: 55px;
    padding: 0 14%;
    font-size: 1rem;
  }
  .bl_outSquareLinks a svg,
  .bl_outSquareLinks span svg {
    right: 3%;
    width: 18px;
  }
  .bl_aboutTable__recruit {
    margin-bottom: 60px;
  }
  .bl_aboutTable th {
    padding: 15px;
  }
  .bl_aboutTable td {
    padding: 15px;
  }
  .bl_aboutTable {
    font-size: 1rem;
  }
  .bl_aboutTable tr:last-child td {
    margin-bottom: 0;
  }
  .bl_aboutTable th {
    padding: 12px 12px 10px;
    font-size: 1.125rem;
  }
  .bl_aboutTable td {
    padding: 12px 12px 10px;
  }
  .bl_aboutTable th,
  .bl_aboutTable td {
    display: block;
    width: 100%;
  }
  .bl_aboutTable td {
    margin-bottom: 25px;
  }
  .bl_btnMap {
    font-size: 0.875rem;
  }
  .bl_aboutSection:not(:last-child) {
    margin-bottom: 60px;
  }
  .bl_educationSection:not(:last-child) {
    margin-bottom: 60px;
  }
  .bl_educationSection02:not(:last-child) {
    margin-bottom: 60px;
  }
  .bl_chronology > div {
    gap: 30px;
  }
  .bl_chronology dt {
    width: 108px;
  }
  .bl_chronology dt::before {
    left: 122px;
  }
  .bl_chronology dt {
    font-size: 1rem;
  }
  .bl_chronology dt::after {
    right: -22px;
  }
  .bl_chronology dd {
    font-size: 0.875rem;
  }
  .bl_nagano {
    -webkit-transform: translateX(20px);
    width: 279px;
            transform: translateX(20px);
  }
  .bl_officeBox .bl_aboutTable td span:last-child {
    display: block;
  }
  .bl_officeBox {
    padding: 32px 12px;
    border-radius: 20px;
  }
  .bl_officeBox:not(:last-child) {
    margin-bottom: 30px;
  }
  .bl_officeBox .bl_headingWrapper {
    margin-bottom: 0px;
  }
  .bl_officeBox .el_dotHeading, .bl_officeBox .bl_blogBody h3, .bl_blogBody .bl_officeBox h3 {
    margin-bottom: 12px;
  }
  .bl_officeBox .bl_aboutTable th {
    width: 100%;
  }
  .bl_officeBox .bl_aboutTable td {
    padding-left: 12px;
  }
  .bl_officeBoxUnit {
    margin-bottom: 70px;
  }
  .bl_sideImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }
  .bl_sideImg figure {
    width: 100%;
    margin-bottom: 16px;
  }
  .bl_sideImg .bl_sideImg_txt {
    width: 100%;
    font-size: 0.875rem;
  }
  .bl_sideImg__02 .bl_sideImg_txt p:not(:last-child) {
    margin-bottom: 30px;
  }
  .bl_officeBox_map iframe {
    height: 200px;
  }
  .bl_gallery2Clumn {
    margin-bottom: 60px;
    gap: 15px;
  }
  .bl_gallery2Clumn > div {
    width: 100%;
  }
  .bl_horizontalList {
    padding: 20px;
    font-size: 1rem;
  }
  .bl_horizontalList > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .bl_horizontalList > div:not(:last-child) {
    margin-bottom: 15px;
  }
  .bl_horizontalList > div dt {
    font-size: 1.125rem;
  }
  .bl_privacySection .bl_dotList, .bl_privacySection .bl_blogBody ul, .bl_blogBody .bl_privacySection ul {
    font-size: 1rem;
  }
  .bl_privacySection:not(:last-child) {
    margin-bottom: 35px;
  }
  .bl_recruitMessage {
    margin-top: -15px;
    margin-bottom: 40px;
    font-size: 1.375rem;
  }
  .bl_pageNavi .bl_pageNavi_item {
    width: 100%;
  }
  .bl_managerMessage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 20px;
    background-position: center center;
  }
  .bl_managerMessage .bl_managerMessage_movie {
    width: 100%;
  }
  .bl_managerMessage_front {
    padding-right: 20px;
  }
  .bl_managerMessage_heading {
    margin-bottom: 25px;
    font-size: 3.125rem;
  }
  .bl_managerMessage_txt01 {
    font-size: 1.25rem;
  }
  .bl_managerMessage_txt02 {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 2.44;
  }
  .bl_managerMessage_name {
    font-size: 1.25rem;
  }
  .bl_managerMessage_name span {
    font-size: 1rem;
  }
  .bl_background_paleColor.bl_background_paleColor__faq {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bl_background_paleColor {
    padding-bottom: 180px;
    padding-bottom: 127px;
  }
  .bl_headerWrapper {
    margin-bottom: 30px;
    padding-top: 40px;
  }
  .bl_header_en {
    font-size: 2.5rem;
  }
  .bl_header_ja {
    font-size: 1rem;
  }
  .bl_2clumImgUnit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    gap: 20px;
  }
  .bl_2clumImgUnit > a {
    width: 100%;
  }
  .bl_rectangle {
    margin-top: -72px;
    padding-bottom: 50px;
    border-radius: 80px;
  }
  .bl_rectangle__02 {
    margin-top: 60px;
  }
  .bl_cardUnit:not(:has(.bl_cardItem:nth-child(3n))) {
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_cardUnit {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    margin-top: 32px;
    gap: 40px;
  }
  .bl_cardItem_imgWrapper {
    border-radius: 20px;
  }
  .bl_cardItem {
    max-width: 330px;
  }
  .bl_cardItem_link {
    font-size: 1rem;
  }
  .bl_benefitList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0px;
    gap: 8px 0;
  }
  .bl_benefitList_item {
    width: 49%;
    height: 160px;
    margin-top: 0px;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.4;
  }
  .bl_benefitList_item img {
    width: 80px;
  }
  .bl_benefitList_heading {
    margin-top: 10px;
  }
  .bl_faqBox {
    display: block;
  }
  .bl_faqBox_back {
    margin-top: 30px;
  }
  .bl_faqBox_heading {
    margin-bottom: 20px;
  }
  .bl_entryCta_body {
    margin-top: -5px;
  }
  .bl_entryCta_bodyInner {
    padding: 25px 24px;
  }
  .bl_entryCta_item .el_btn01 {
    width: 240px;
    font-size: 1.25rem;
  }
  .bl_entryCta_item .el_btn01::after {
    width: 8px;
  }
  .bl_entryCta_item_heading {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .bl_aboutCompanyUnit__02 .bl_aboutCompanyItem img {
    margin-right: auto;
  }
  .bl_aboutCompanyItem {
    width: 100%;
  }
  .bl_aboutCompanyItem:not(:last-child) {
    margin-bottom: 15px;
  }
  .bl_aboutCompanyUnit {
    display: block;
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .bl_aboutCompanyUnit__02 {
    margin-top: 30px;
  }
  .bl_aboutCompanyUnit__03 {
    margin-top: 35px;
  }
  .bl_aboutCompanyItem_heading {
    font-size: 1.125rem;
  }
  .bl_recruitNavi {
    margin-top: 70px;
  }
  .bl_achievebox {
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 40px 0;
    background-position: center;
  }
  .bl_achieve_body {
    display: block;
  }
  .bl_achieve_imgWrapper {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
  }
  .bl_achieve_imgWrapper img {
    border-radius: 20px;
  }
  .bl_achieve_imgWrapper::after {
    right: -10px;
    bottom: -10px;
    width: 100px;
  }
  .bl_achieve_data {
    margin-top: 40px;
  }
  .bl_achieve_heading {
    font-size: 2.5rem;
  }
  .bl_achieve_subHeading {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
  .bl_bl_achieve_list > div:not(:last-child) {
    margin-bottom: 25px;
  }
  .bl_bl_achieve_list dt {
    font-size: 1.125rem;
  }
  .bl_bl_achieve_list dd {
    font-size: 0.875rem;
  }
  .bl_storyItem_type {
    font-size: 1.125rem;
  }
  .bl_storyItem_heading {
    margin-bottom: 18px;
    font-size: 1.375rem;
  }
  .bl_storyItem:not(:last-child) {
    margin-bottom: 40px;
  }
  .bl_storyItem .bl_storyItem_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0;
  }
  .bl_storyItem .bl_storyItem_body::before {
    top: -20px;
    font-size: 40px;
  }
  .bl_storyItem:nth-child(odd) .bl_storyItem_inner {
    border-radius: 60px 0 0 60px;
  }
  .bl_storyItem:nth-child(even) .bl_storyItem_inner {
    border-radius: 0 60px 60px 0;
  }
  .bl_storyItem:nth-child(even) .bl_storyItem_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bl_storyItem#story04::before {
    top: -15px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .bl_storyItem#story04::before {
    display: none;
  }
  .bl_storyItem#story06::before {
    top: -15px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .bl_storyItem#story06::before {
    display: none;
  }
  .bl_storyItem_txtBox {
    font-size: 1rem;
  }
  .bl_storyItem_txtBox p:not(:last-child) {
    margin-bottom: 18px;
  }
  .bl_storyItem_imgWrapper {
    width: 100%;
    border-radius: 20px;
  }
  .bl_storyItem_imgWrapper img {
    border-radius: 20px;
  }
  .bl_separator {
    margin-top: 80px;
    margin-bottom: 0px;
    padding: 40px 20px 40px;
  }
  .bl_separator_heading {
    margin-bottom: 20px;
    font-size: 1.375rem;
    line-height: 1.4;
  }
  .bl_separator_txt {
    font-size: 1rem;
  }
  .bl_profilebox {
    margin-bottom: 70px;
    padding: 40px 0 35px;
    background-position: center center;
  }
  .bl_profile_heading {
    margin-bottom: 22px;
    font-size: 1.5rem;
  }
  .bl_profile {
    display: block;
  }
  .bl_profile_place {
    font-size: 1rem;
  }
  .bl_profile_name {
    margin-bottom: 12px;
  }
  .bl_profile_name span {
    font-size: 1.25rem;
  }
  .bl_profile_txt {
    font-size: 1rem;
  }
  .bl_profile_data {
    width: 100%;
  }
  .bl_profile_imgWrapper {
    width: 100%;
    margin-top: 25px;
  }
  .bl_interviewbox {
    margin-top: 70px;
    font-size: 1rem;
  }
  .bl_interviewbox h2 {
    font-size: 1rem;
  }
  .bl_interviewbox h3 {
    margin-bottom: 18px;
    font-size: 1.5rem;
  }
  .bl_interviewbox section:not(:last-child) {
    margin-bottom: 50px;
  }
  .bl_interviewSection2clum {
    display: block;
  }
  .bl_interviewSection2clum_imgWrapper {
    width: 100%;
  }
  .bl_interviewSection2clum_txtbox {
    width: 100%;
    margin-bottom: 10px;
  }
  .bl_interviewSection2clum_imgWrapper img {
    border-radius: 20px;
  }
  .bl_schedule > div {
    gap: 40px;
  }
  .bl_schedule::after {
    left: 84px;
  }
  .bl_schedule dt {
    width: 60px;
    margin-top: 6px;
    font-size: 0.875rem;
  }
  .bl_schedule dt::after {
    right: -28px;
    width: 12px;
    content: "";
  }
  .bl_schedule dd {
    padding: 18px 15px;
    border-radius: 6px;
    font-size: 0.875rem;
  }
  .bl_schedule dd strong {
    margin-bottom: 4px;
    font-size: 1.125rem;
  }
  .bl_benefitSection {
    margin-bottom: 50px;
  }
  .bl_benefitUnit {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .bl_benefitItem {
    width: 100%;
  }
  .bl_benefitItem_imgWrapper {
    margin-bottom: 14px;
  }
  .bl_benefitItem_heading {
    margin-bottom: 8px;
  }
  .bl_SideImg02 {
    display: block;
    margin-top: 0;
  }
  .bl_SideImg02_txtbox {
    width: 100%;
    font-size: 1rem;
  }
  .bl_SideImg02_txtbox .bl_bgColorWrapper {
    margin-top: 16px;
    padding: 20px;
  }
  .bl_SideImg02_txtbox .bl_lv4_heading, .bl_SideImg02_txtbox .bl_blogBody h4, .bl_blogBody .bl_SideImg02_txtbox h4 {
    margin-bottom: 8px;
  }
  .bl_SideImg02_imgWrapper {
    width: 100%;
    margin-top: 20px;
  }
  .bl_dlList {
    margin-bottom: 50px;
    padding: 20px;
  }
  .bl_dlList dt {
    font-size: 1.25rem;
  }
  .bl_dlList dd {
    font-size: 1rem;
  }
  .el_heading02 {
    font-size: 1.25rem;
    letter-spacing: 0em;
  }
  .el_btn01 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 220px;
    font-size: 0.9375rem;
  }
  .el_l_Heading {
    font-size: 3rem;
  }
  .el_pageHeading {
    font-size: 1.5625rem;
    line-height: 1.4;
  }
  .el_pageHeading::after {
    font-size: 2.5rem;
  }
  .el_badge {
    padding: 3px 8.5px;
    font-size: 0.75rem;
  }
  .el_subTxtHeader {
    padding-bottom: 40px;
    font-size: clamp(35px, 9.3vw, 50px);
  }
  .el_subTxtHeader::after {
    font-size: 1.125rem;
    font-size: clamp(12px, 3.2vw, 18px);
  }
  .el_arrowLink {
    padding-right: 40px;
    font-size: 1rem;
  }
  .el_arrowLink::after {
    width: 30px;
  }
  .el_arrowLink::before {
    right: 12px;
    width: 8px;
  }
  .el_txt01 {
    font-size: 1rem;
  }
  .el_txt01__mb {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 600px){
  .bl_card01Item {
    width: 100%;
  }
  .bl_card03Unit {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 5%;
  }
}

@media only screen and (max-width: 500px){
  .bl_worries li {
    width: 100%;
  }
}

@media screen{
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/*# sourceMappingURL=style.css.map */