html,
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #313131;
  font-size: 16px;
  scroll-behavior: smooth;
}

a {
  width: inherit;
  height: inherit;
  display: inline-block;
  transition: 0.3s;
  cursor: pointer;
}
a :hover {
  opacity: 0.7;
}

button {
  transition: 0.3s;
  cursor: pointer;
}
button :hover {
  opacity: 0.7;
}

picture {
  display: block;
  width: 100%;
  height: auto;
}

img {
  width: 100%;
  height: auto;
}

p {
  line-height: 1;
}

.hp_pcNone {
  display: none;
}

.bl_pc_inner {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}

.bl_fixed {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: 106px;
  padding-top: 2px;
  bottom: -110px;
  background-color: rgba(238, 247, 252, 0.7);
  transition: all 0.5s;
  opacity: 0;
  z-index: 999;
}

.bl_fixed.is_active {
  bottom: 0;
  opacity: 1;
}

.bl_fixed_btn a {
  display: block;
  max-width: 410px;
  width: 41vw;
  height: 82px;
  margin: 0 auto 0;
}

.bl_wrapper {
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.ly_header {
  height: 80px;
  box-shadow: 0 0 54px 0 rgba(124, 114, 100, 0.2);
}
.ly_header .bl_pc_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 40px 0;
}

.bl_header_logo {
  max-width: 140px;
  margin-top: 4px;
}

.bl_header_nav {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 1px 0 0;
}

.bl_header_nav_btn a {
  max-width: 210px;
  width: 21lvw;
}

.ly_fv {
  background: url(../img/pc_fv_background_cover.jpg) no-repeat center top/cover;
  padding: 4.1% 0 3.6%;
}

.bl_fv_sub {
  max-width: 672px;
  width: 67.2vw;
  margin: 0 0 0 3.1%;
}

.bl_fv_main {
  max-width: 699px;
  width: 69.9vw;
  margin: 1.1% 0 0 1.9%;
}

.bl_fv_point {
  display: flex;
  gap: 1px;
  margin: 0 0 0 5.3%;
}

.bl_fv_point_item {
  max-width: 208px;
  width: 20.8vw;
}

.bl_fv_annTxt {
  max-width: 677px;
  width: 67.7vw;
  font-size: 13px;
  text-align: right;
  margin-top: 1%;
  text-shadow: #fff 0 0 3px,#fff 0 0 3px,#fff 0 0 3px,#fff 0 0 3px,#fff 0 0 3px,#fff 0 0 3px,#fff 0 0 3px,#fff 0 0 3px,#fff 0 0 3px,#fff 0 0 3px,#fff 0 0 3px,#fff 0 0 3px;
}


.bl_info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bl_fv_info {
  margin-top: 2.2%;
}

.bl_info_ttl01 {
  max-width: 852px;
  width: 85.2vw;
}

.bl_info_card {
  background-color: #eef7fc;
  max-width: 1000px;
  width: 100vw;
  height: 207px;
  border-radius: 103.5px;
  display: flex;
  justify-content: center;
  gap: 23px;
  margin-top: 1%;
  padding: 2.2% 20px 0;
}

.bl_info_item {
  max-width: 410px;
}

.bl_info_catch {
  text-align: center;
  margin-bottom: -1%;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.bl_info_catch__01 {
  color: #127c71;
}

.bl_info_catch__02 {
  color: #e32a44;
}

.bl_info_btn {
  max-width: 410px;
  margin: 15px auto 0;
}

@media screen and (max-width: 1000px) {
  .bl_info_card {
    height: 20vw;
  }
}
.ly_roles {
  background: url(../img/pc_roles_bg.jpg) no-repeat center top 43px/cover;
  padding: 48px 0 61px;
}

.bl_roles_ttl {
  max-width: 800px;
  width: 80vw;
  margin: 0 auto;
}

.splide {
  visibility: visible;
}

.splide__track {
  overflow: visible;
}

.splide__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.splide__slide {
  width: auto;
  flex-shrink: 0;
}

.splide__arrows,
.splidepagination {
  display: none;
}

.bl_roles_slider {
  max-width: 1000px;
  width: 100vw;
  margin: 60px auto 0;
}
.bl_roles_slider .splide__list {
  gap: 16px 80px;
}

.bl_roles_slide_item {
  max-width: 280px;
  width: 28vw;
}

.bl_roles_img {
  max-width: 280px;
  width: 28vw;
  margin: 0 auto;
}

.el_roles_item_ttl {
  text-align: center;
  color: #0e2e86;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin: 11px 0 0;
}

.el_roles_txt {
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.75;
  margin: 8px 0 0;
}

@media screen and (max-width: 1100px) {
  .bl_roles_slider .splide__list {
    gap: 30px 40px;
    padding: 0 10px;
  }
}
.bl_roles_info {
  margin: 0 0 89px;
}

.bl_info_ttl02 {
  max-width: 914px;
  width: 91.4vw;
  margin: 1px 0 0 12px;
}

.ly_skill {
  position: relative;
  z-index: 2;
  margin-bottom: -320px;
  padding: 72px 0 69px;
}
.ly_skill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 100%;
  background-color: #3e71e8;
  z-index: -1;
}
.bl_skill_bg {
  width: 1530px;
  height: 409px;
  position: absolute;
  left: 57%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 1529px) {
  .ly_skill {
    background: url(../img/pc_skill_background.jpg) no-repeat center top/cover;
  }
  .ly_skill::after {
    display: none;
  }
  .bl_skill_bg {
    display: none;
  }
}
.bl_skill_ttl {
  position: relative;
  width: 465px;
  margin: 0 auto;
  z-index: 2;
}

.bl_skill_list {
  position: relative;
  max-width: 1000px;
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 9px 6px;
  margin: 20px auto 0;
  z-index: 2;
}

.bl_skill_list_item {
  width: 195px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fdfefe;
}

.el_skill_list_item_txt {
  color: #0e2e86;
  font-size: 18px;
  letter-spacing: 0;
}

.ly_why {
  position: relative;
  background: url(../img/pc_why_background.png) no-repeat center top;
  padding: 420px 0 0;
  z-index: 1;
}

.bl_why_ttl {
  width: 357px;
  margin: 0 auto;
}

.bl_why_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1080px;
  width: 100vw;
  padding: 0 40px;
  margin: 40px auto 0;
}

.bl_why_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 0;
}

.bl_why_list_item:first-child {
  margin-top: -10px;
}

.bl_why_list_item:nth-child(2n) {
  margin-top: 30px;
}

.bl_why_list_icon {
  width: 180px;
}

.bl_why_list_txtArea {
  margin: -6px 0 0;
}

.el_why_list_txt {
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.5625;
}

.bl_why_arrow {
  width: 150px;
  margin: -6px auto 0;
}

.bl_why_telework {
  background: url(../img/pc_why_deco01.png) no-repeat center top/contain;
  background-color: #f3faff;
  max-width: 1300px;
  width: 100vw;
  margin: -32px auto 0;
  padding: 57px 0 40px;
}

.bl_why_telework_ttl {
  max-width: 876px;
  width: 87.6vw;
  margin: 0 auto;
}

.bl_why_telework_company {
  max-width: 500px;
  width: 50vw;
  margin: 25px auto 0;
}

.bl_why_telework_arrow {
  position: relative;
  max-width: 430px;
  width: 43vw;
  margin: -22px auto 0;
  z-index: 2;
}

.bl_why_telework_thankslab {
  position: relative;
  max-width: 900px;
  width: 90vw;
  margin: -22px auto 0;
  z-index: 1;
}

.ly_comparison {
  position: relative;
  background-color: #f3faff;
  padding: 100px 0 105px;
  margin-top: 99px;
}
.ly_comparison .bl_comparison_deco {
  position: absolute;
  top: -31px;
  left: 0;
  width: 100vw;
  z-index: 1;
}
.ly_comparison .bl_pc_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ly_comparison .bl_comparison_ttl {
  position: relative;
  max-width: 398px;
  width: 39.8vw;
  margin: 0 0 0 auto;
  z-index: 2;
}
.ly_comparison .el_comparison_txt {
  text-align: end;
  position: relative;
  padding: 28px 0 0;
  letter-spacing: 0;
  line-height: 1.75;
  z-index: 2;
}
.ly_comparison .bl_comparison_table {
  position: relative;
  display: flex;
  max-width: 1080px;
  width: 100vw;
  padding: 0 40px;
  margin: 17px auto 0;
  z-index: 2;
}
.ly_comparison .bl_comparison_table_left {
  margin-top: 10.3%;
  max-width: 240px;
  width: 24vw;
}
.ly_comparison .bl_comparison_table_center {
  max-width: 420px;
  width: 42vw;
  margin-left: -1px;
}
.ly_comparison .bl_comparison_table_right {
  max-width: 340px;
  width: 34vw;
  margin: 30px 0 0;
}
.ly_comparison .bl_comparison_info {
  margin: 2.4% auto 0;
  background-color: #fff;
  box-shadow: 0 0 27px 0 rgba(227, 227, 227, 0.41);
}

.ly_plan {
  background: url(../img/pc_plan_background.png) no-repeat center top/contain;
  padding: 98px 0 0;
}

.bl_plan_ttl {
  max-width: 550px;
  width: 55vw;
  margin: 0 auto;
}

.bl_plan_list {
  max-width: 1080px;
  width: 100vw;
  padding: 0 40px;
  margin: 61px auto 0;
  display: flex;
  gap: 20px;
}

.bl_plan_list_item {
  display: flex;
  flex-direction: column;
  width: 32%;
  border: #0e2e86 solid 10px;
  padding: 0 0 26px;
}

.bl_plan_list_item_ttl {
  max-width: 280px;
  width: 28vw;
  margin: -38px auto 0;
}

.bl_plan_list_item_list {
  padding: 11px 0 5px;
}

.bl_plan_list_item_listItem {
  max-width: 270px;
  width: 27vw;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  border-bottom: rgba(121, 121, 121, 0.57) solid 1px;
}

.bl_plan_list_item_listItem:last-of-type {
  border: none;
}

.bl_plan_list_item_icon {
  width: 28px;
  margin-top: 11px;
}

.el_plan_list_item_txt {
  width: 236px;
  letter-spacing: 0.05em;
  line-height: 1.4375;
  padding: 5px 0 6px;
}

.bl_plan_list_item_img {
  width: 230px;
  margin-top: 19px;
}

.bl_plan_list_item_btn {
  position: relative;
  max-width: 260px;
  width: 26vw;
  margin: auto auto 0;
  background-color: #e7e9ee;
  border: #c3c3c3 solid 2px;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #c3c3c3;
}
.bl_plan_list_item_btn a {
  width: 100%;
}

.bl_plan_list_item_btn_txt {
  position: relative;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.2105;
  padding: 12px 0;
}
.bl_plan_list_item_btn_txt::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 18px;
}

.bl_plan_list_item_btn_txt__01 {
  color: #0a9472;
  margin-left: -16px;
}
.bl_plan_list_item_btn_txt__01::after {
  border: 5px solid transparent;
  border-top: 10px solid #0a9472;
}

.bl_plan_list_item_btn_txt__02 {
  color: #db4178;
  margin-left: -18px;
  letter-spacing: 0;
}
.bl_plan_list_item_btn_txt__02::after {
  border: 5px solid transparent;
  border-top: 10px solid #db4178;
  right: 14px;
}

.bl_plan_list_item_btn_txt__03 {
  color: #ff7f47;
}
.bl_plan_list_item_btn_txt__03::after {
  border: 5px solid transparent;
  border-top: 10px solid #ff7f47;
}

.bl_plan_practice {
  max-width: 1000px;
  margin: 48px auto 0;
  border: #19b18c solid 1px;
  background-color: #f3faff;
  padding: 0 0 39px;
}

.bl_plan_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 19px 0 39px;
}

.el_plan_header_ttl {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.bl_plan_back_btn {
  width: 228px;
  height: 40px;
  border-radius: 20px;
}
.bl_plan_back_btn .el_plan_back_btn_txt {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.25;
  padding: 10px 0;
}

.bl_plan_practice .bl_plan_header {
  background-color: #19b18c;
}
.bl_plan_practice .bl_plan_back_btn {
  background-color: #e9fef9;
}
.bl_plan_practice .bl_plan_back_btn .el_plan_back_btn_txt {
  color: #19b18c;
}

.bl_plan_practice_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 21px;
  margin-top: 39px;
  padding: 0 0 0 51px;
}

.bl_plan_practice_list_item {
  display: flex;
  width: 278px;
}

.el_plan_list_item_ttl {
  width: 39px;
  height: 160px;
  background-color: #c3e7ff;
  padding: 20px 11px;
  color: #2b4fa2;
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.bl_plan_practice .bl_plan_practice_list_item:nth-child(4) .el_plan_list_item_ttl,
.bl_plan_practice .bl_plan_practice_list_item:nth-child(5) .el_plan_list_item_ttl,
.bl_plan_practice .bl_plan_practice_list_item:nth-child(6) .el_plan_list_item_ttl {
  height: 175px;
}
.bl_plan_practice .bl_plan_practice_list_item:nth-child(4) .el_plan_list_item_listTxt,
.bl_plan_practice .bl_plan_practice_list_item:nth-child(5) .el_plan_list_item_listTxt,
.bl_plan_practice .bl_plan_practice_list_item:nth-child(6) .el_plan_list_item_listTxt {
  margin-top: -6px;
}

.el_plan_list_item_listTxt {
  padding: 0 0 0 10px;
  line-height: 1.875;
  letter-spacing: 0.06em;
  margin-top: -2px;
}

.bl_plan_cdp {
  max-width: 1000px;
  margin: 49px auto 0;
  border: #fe70a3 solid 1px;
  background-color: #f3faff;
  padding: 0 0 40px;
}
.bl_plan_cdp .bl_plan_header {
  background-color: #fe70a3;
}
.bl_plan_cdp .bl_plan_back_btn {
  background-color: #fef3f7;
}
.bl_plan_cdp .bl_plan_back_btn .el_plan_back_btn_txt {
  color: #fe70a3;
}

.el_plan_cdp_txt {
  text-align: center;
  padding: 39px 0 21px;
  letter-spacing: 0.06em;
}

.bl_plan_cdp_img01 {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

.bl_plan_cdp_list {
  display: flex;
  gap: 6px;
  margin: 9px 0 0 50px;
}
.bl_plan_cdp_list .bl_plan_cdp_list_item {
  display: flex;
  gap: 9px;
  width: 31%;
}
.bl_plan_cdp_list .bl_plan_cdp_list_item:nth-child(2) {
  margin-right: 18px;
}
.bl_plan_cdp_list .el_plan_list_item_ttl {
  height: 200px;
}
.bl_plan_cdp_list .el_plan_list_item_listTxt {
  padding: 2px 0 0;
  line-height: 1.4375;
}
.bl_plan_cdp_list span {
  display: inline-block;
  margin-top: 10px;
}

.bl_plan_video_wrapper {
  margin: 30px 0 0;
}

.bl_plan_video {
  position: relative;
  max-width: 533px;
  width: 100%;
  margin: 0 auto;
}
.bl_plan_video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.bl_plan_video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bl_plan_coral {
  max-width: 1000px;
  margin: 49px auto 0;
  border: #ff7f47 solid 1px;
  background-color: #f3faff;
}
.bl_plan_coral .bl_plan_header {
  background-color: #ff7f47;
}
.bl_plan_coral .bl_plan_back_btn {
  background-color: #fceee7;
}
.bl_plan_coral .bl_plan_back_btn .el_plan_back_btn_txt {
  color: #ff7f47;
}

.bl_plan_coral_item {
  margin: 39px 0 0;
}

.bl_plan_coral_item:last-of-type {
  margin: 27px 0 43px;
}

.bl_plan_coral_item_header {
  max-width: 900px;
  width: 90vw;
  padding: 10px 20px 12px;
  background-color: #2b4fa2;
  margin: 0 auto;
}

.el_plan_coral_item_header_txt {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.el_plan_coral_item_txt {
  padding: 9px 69px 0;
  letter-spacing: 0.06em;
}

.bl_plan_slide {
  margin-top: 17px;
}
.bl_plan_slide .splide__list {
  gap: 14px;
}

.bl_plan_coral_img {
  width: 290px;
  margin: 0 auto;
}

.bl_plan_slider_txtArea {
  width: 290px;
  height: 30px;
  background-color: #c3e7ff;
  margin: 0 auto;
}

.el_plan_slider_txt {
  text-align: center;
  padding: 6px 0;
  color: #2b4fa2;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.ly_support {
  background: url(../img/pc_support_background.jpg) no-repeat center top/cover;
  padding: 87px 0 100px;
  margin: 112px 0 0;
}

.bl_support_ttl {
  max-width: 628px;
  width: 62.8vw;
  margin: 0 auto;
}

.el_support_txt01 {
  text-align: center;
  padding: 32px 0 0;
  color: #fff;
  letter-spacing: 0;
}

.bl_support_contents {
  max-width: 1000px;
  margin: 23px auto 0;
  background-color: #fff;
  box-shadow: 0 0 27px 0 rgba(40, 77, 162, 0.6);
  padding: 38px 25px 35px;
}

.el_support_contents_ttl {
  max-width: 900px;
  height: 50px;
  background-color: #ff7f47;
  border-radius: 25px;
  margin: 0 auto 20px;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.bl_support_item_wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
}

.bl_support_item {
  max-width: 430px;
  width: 47.7%;
  height: 300px;
  margin: 0 0 19px;
  background: url(../img/pc_support_check.png) no-repeat right bottom/216px 216px;
  background-color: #fceee7;
  padding: 18px 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

.bl_support_item_ttl {
  max-width: 370px;
  width: 86.04%;
  border: #2b4fa2 solid 2px;
  background-color: #fff;
  padding: 13px 0 13px;
}

.el_support_item_ttl_txt {
  text-align: center;
  color: #2b4fa2;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.bl_support_item_txtImage {
  max-width: 360px;
  width: 36vw;
  margin-top: 18px;
}

.bl_support_item:last-of-type .bl_support_item_txtImage {
  max-width: 328px;
  width: 32.8vw;
}

.el_support_item_line {
  max-width: 370px;
  width: 37vw;
  height: 2px;
  background-color: #2b4fa2;
  margin: 11px 0 14px;
}

.el_support_item_txt {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.625;
}

.el_support_note {
  padding: 0 0 10px 26px;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.el_support_txt02 {
  text-align: center;
  padding: 36px 0 0;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.bl_support_info {
  margin: 15px auto 0;
  padding: 2% 20px 0;
}

.ly_flow {
  background: url(../img/pc_flow_background.png) no-repeat center top/cover;
  padding: 100px 0 99px;
}

.bl_flow_ttl {
  max-width: 758px;
  width: 75.8vw;
  margin: 0 auto 0;
}

.el_flow_txt {
  padding: 27px 32px 0;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.75;
}

.bl_flow_list {
  max-width: 1000px;
  display: flex;
  margin: 28px 0 0 10px;
  gap: 2%;
}

.bl_flow_item {
  width: 18%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bl_flow_item_step {
  width: 100%;
}

.el_flow_item_txt {
  text-align: center;
  color: #0e2e86;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3636;
  letter-spacing: 0.06em;
  margin-top: -46px;
}

.bl_flow_item:nth-child(3) .el_flow_item_txt,
.bl_flow_item:nth-child(4) .el_flow_item_txt,
.bl_flow_item:nth-child(5) .el_flow_item_txt {
  font-size: 25px;
  margin-top: -32px;
}

.bl_flow_term {
  max-width: 960px;
  margin: 18px auto 0;
}

.ly_faq {
  background-color: #f3faff;
  padding: 100px 0 55px;
}

.bl_faq_ttl {
  max-width: 302px;
  width: 30.2vw;
  margin: 0 auto;
}

.bl_faq_list {
  max-width: 1000px;
  margin: 34px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}

.bl_faq_list_item {
  max-width: 480px;
  width: 48vw;
}

.bl_faq_ask {
  width: 100%;
  height: 60px;
  background-color: #2b4fa2;
  display: flex;
  gap: 18px;
  padding: 0 0 0 20px;
  align-items: center;
}

.bl_faq_icon {
  width: 30px !important;
}

.el_faq_ask_txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.el_faq_answer_txt {
  padding: 3px 13px 19px;
  letter-spacing: 0.06em;
  line-height: 1.5625;
}

@media screen and (max-width: 1080px) {
  .bl_faq_list_item {
    width: 90vw;
  }
  .bl_faq_ask {
    width: 90vw;
  }
  .el_faq_answer_txt {
    width: 90vw;
  }
}
.ly_footer {
  padding: 39px 0 0;
}

.bl_footer_logo {
  max-width: 283px;
  width: 28.3vw;
  margin: 0 auto;
}

.bl_footer_company {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px 0;
  margin-top: 19px;
  padding: 0 26px 37px;
}

.bl_company_item {
  display: flex;
}

.bl_company_item:first-child {
  width: 100%;
  justify-content: center;
}

.bl_company_item:nth-child(2) {
  width: 52%;
  justify-content: flex-end;
  padding-right: 20px;
}

.bl_company_item:nth-child(3) {
  width: 48%;
  justify-content: flex-start;
}

.bl_company_item:nth-child(4) {
  width: 42%;
  justify-content: flex-end;
  padding-right: 20px;
}

.bl_company_item:last-child {
  width: 57%;
}

.bl_company_item_name {
  color: #12376c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.bl_company_item_detail {
  color: #12376c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 942px) {
  .bl_footer_company {
    flex-direction: column;
    align-items: center;
  }
  .bl_footer_company .bl_company_item {
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.bl_footer_copy {
  background-color: #12376c;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 100vw;
}

.el_footer_copy_txt {
  color: #5092eb;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
}/*# sourceMappingURL=top_pc.css.map */