@charset "UTF-8";
/* project */
.bl_top_head {
  padding: 0 60px 120px;
}
@media only screen and (max-width: 860px) {
  .bl_top_head {
    padding: 0 4vw 12vw;
  }
}

.bl_topDesc {
  position: relative;
  margin-top: -5.2083333333vw;
}
@media only screen and (max-width: 860px) {
  .bl_topDesc {
    margin-top: -8.7179487179vw;
  }
}
.bl_topDesc_bg {
  position: absolute;
  bottom: 215px;
  left: 0;
  width: 45.8%;
}
@media only screen and (max-width: 860px) {
  .bl_topDesc_bg {
    bottom: 0;
    width: 70%;
  }
}
.bl_topDesc_inner {
  padding: 140px 0 200px;
  background: linear-gradient(to right, rgba(var(--color-main-rgb), 0.05) 0%, rgba(var(--color-main-rgb), 0.05) 100%);
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 860px) {
  .bl_topDesc_inner {
    backdrop-filter: blur(4px);
    padding: 24% 0 59%;
    overflow: hidden;
  }
}
.bl_topDesc_heading {
  display: block;
  color: var(--color-main);
  line-height: 0.8;
  filter: blur(10px);
  opacity: 0.5;
  font-size: 15rem;
  font-weight: 400;
}
@media only screen and (max-width: 860px) {
  .bl_topDesc_heading {
    filter: blur(4px);
    font-size: 6.7rem;
  }
}
.bl_topDesc_box {
  max-width: 730px;
}
.bl_topDesc_box:nth-of-type(2n) {
  margin-left: auto;
}
.bl_topDesc_box:nth-of-type(n + 2) {
  margin-top: 180px;
}
@media only screen and (max-width: 860px) {
  .bl_topDesc_box:nth-of-type(n + 2) {
    margin-top: 24%;
  }
}
.bl_topDesc_body {
  background-image: url(../img/top/top_sec_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 388/399;
  padding-top: 183px;
  padding-left: 128px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 860px) {
  .bl_topDesc_body {
    margin-left: calc(50% - 50vw - 10px);
    margin-right: calc(50% - 50vw - 12px);
    padding-top: 14vw;
    padding-left: 64px;
    padding-right: 78px;
  }
}
.bl_topDesc_ttl {
  font-size: 3rem;
  line-height: 1.6;
}
.bl_topDesc_ttl::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
.bl_topDesc_ttl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
@media only screen and (max-width: 860px) {
  .bl_topDesc_ttl {
    font-size: 1.8rem;
    line-height: 1.83;
  }
}
.bl_topDesc_txt {
  line-height: 2.6;
  font-size: 1.6rem;
  margin-top: 5.5em;
  letter-spacing: 0;
  font-weight: 400;
}
@media only screen and (max-width: 860px) {
  .bl_topDesc_txt {
    font-size: 1.25rem;
    margin-top: 3.15em;
    line-height: 2.15;
  }
}
.bl_topDesc_btn {
  font-size: 1.8rem;
  margin-top: 185px;
  text-align: center;
}
@media only screen and (max-width: 860px) {
  .bl_topDesc_btn {
    margin-top: 24%;
    font-size: 1.3rem;
  }
}

.bl_topService {
  padding: 215px 0;
}
@media only screen and (max-width: 860px) {
  .bl_topService {
    padding: 21% 0;
  }
}
.bl_topService_item {
  display: grid;
  grid-template-columns: 1.3em 1fr;
  font-size: 6rem;
  column-gap: 1em;
  align-items: center;
  padding: 60px 0;
  border-top: 1px solid var(--color-table);
}
@media only screen and (max-width: 860px) {
  .bl_topService_item {
    font-size: 4.8rem;
    padding: 0.8em 4vw;
    column-gap: 0.5em;
  }
}
.bl_topService_item:last-of-type {
  border-bottom: 1px solid var(--color-table);
}
.bl_topService_item_num {
  font-weight: 500;
  text-align: center;
  display: block;
  line-height: 0.8;
}
.bl_topService_item_icon {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 0.3em;
}
.bl_topService_item_ttl {
  font-size: 3rem;
}
@media only screen and (max-width: 860px) {
  .bl_topService_item_ttl {
    font-size: 1.8rem;
  }
}
.bl_topService_item_txt {
  font-size: 1.5rem;
  margin-top: 1.5em;
  line-height: 2.1;
  font-weight: 400;
}
@media only screen and (max-width: 860px) {
  .bl_topService_item_txt {
    font-size: 1.2rem;
  }
}
.bl_topService_btn {
  font-size: 1.8rem;
  margin-top: 100px;
  text-align: center;
  font-weight: normal;
}
@media only screen and (max-width: 860px) {
  .bl_topService_btn {
    font-size: 1.3rem;
    margin-top: 14%;
  }
}

#mask {
  display: none;
}

.bl_topWorks {
  padding-bottom: 180px;
}
@media only screen and (max-width: 860px) {
  .bl_topWorks {
    padding-bottom: 8%;
  }
}
.bl_topWorks_img {
  aspect-ratio: 548/562;
  width: 100%;
  mask: url("../img/common/mask.svg") center/contain no-repeat;
}
.bl_topWorks_img img {
  width: 100%;
  max-width: none;
}
.bl_topWorks_list_item {
  width: 546px;
}
@media only screen and (max-width: 860px) {
  .bl_topWorks_list_item {
    width: 264px;
  }
}
.bl_topWorks_list_info {
  padding-left: 47px;
}
@media only screen and (max-width: 860px) {
  .bl_topWorks_list_info {
    padding-left: 22px;
  }
}

.bl_catNav {
  margin-bottom: 150px;
  padding-top: 60px;
}
@media only screen and (max-width: 860px) {
  .bl_catNav {
    margin-bottom: 12%;
  }
}
.bl_catNav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2em;
  row-gap: 1.5em;
  font-size: 1.6rem;
  color: var(--color-sub);
  font-weight: 400;
}
@media only screen and (max-width: 860px) {
  .bl_catNav_list {
    font-size: 1.4rem;
    justify-content: flex-start;
  }
}
.bl_catNav_list_link {
  display: inline-block;
  padding-bottom: 0.25em;
  border-bottom: 6px solid var(--color-sub);
}
@media only screen and (max-width: 860px) {
  .bl_catNav_list_link {
    border-bottom-width: 4px;
  }
}
.bl_catNav_list_link.is_page {
  color: var(--color-black);
  border-bottom-color: var(--color-black);
}

.bl_postList {
  display: grid;
  grid-template-columns: repeat(var(--column_pc), 1fr);
  gap: calc(var(--gap-y_pc) * 1px) calc(var(--gap-x_pc) * 1px);
}
@media only screen and (max-width: 860px) {
  .bl_postList {
    grid-template-columns: repeat(var(--column_sp), 1fr);
    gap: calc(var(--gap-y_sp) * 1vw) calc(var(--gap-x_sp) * 1vw);
  }
}
.bl_postList img {
  width: 100%;
  max-width: none;
}
.bl_postList_ttl {
  font-size: 2rem;
  margin-top: 1em;
}
@media only screen and (max-width: 860px) {
  .bl_postList_ttl {
    font-size: 1.2rem;
    margin-top: 1.5em;
  }
}
.bl_postList_cats {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1em;
  margin-top: 1em;
  font-size: 1.3rem;
  margin-top: 0.5em;
  font-weight: 400;
  color: var(--color-sub);
}
@media only screen and (max-width: 860px) {
  .bl_postList_cats {
    font-size: 1rem;
  }
}

.bl_relation {
  margin-top: 150px;
}
@media only screen and (max-width: 860px) {
  .bl_relation {
    margin-top: 14vw;
  }
}
.bl_relation_heading {
  font-size: 2rem;
  margin-bottom: 3em;
}
@media only screen and (max-width: 860px) {
  .bl_relation_heading {
    font-size: 1.3rem;
  }
}

.bl_single {
  padding-top: 140px;
}
@media only screen and (max-width: 860px) {
  .bl_single {
    padding-top: 12vw;
  }
}
.bl_single_heading {
  font-size: 3.4rem;
  margin: 1.5em 0;
}
@media only screen and (max-width: 860px) {
  .bl_single_heading {
    font-size: 1.8rem;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
  }
}
.bl_single_head {
  font-size: 2rem;
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  align-items: flex-start;
  column-gap: 4em;
}
@media only screen and (max-width: 860px) {
  .bl_single_head {
    grid-template-columns: 1fr;
    row-gap: 16vw;
    font-size: 1.3rem;
  }
}
.bl_single_desc {
  line-height: 2;
}
.bl_single_desc::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.bl_single_desc::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
.bl_single_table {
  display: grid;
  font-size: 1.3rem;
  display: grid;
  grid-template-columns: 6em 1fr;
  column-gap: 1em;
}
@media only screen and (max-width: 860px) {
  .bl_single_table {
    font-size: 1rem;
  }
}
.bl_single_table + .bl_single_table {
  margin-top: 1.5em;
}
.bl_single_table_label {
  color: var(--color-sub);
  padding-top: 0.3em;
}
.bl_single_table_value {
  font-size: 1.153em;
}
.bl_single_table_link {
  display: block;
}
.bl_single_table_link + .bl_single_table_link {
  margin-top: 0.5em;
}
.bl_single_gallery {
  margin-top: 150px;
}
@media only screen and (max-width: 860px) {
  .bl_single_gallery {
    margin-top: 16vw;
  }
}
.bl_single_gallery_item + .bl_single_gallery_item {
  margin-top: 80px;
}
@media only screen and (max-width: 860px) {
  .bl_single_mv {
    margin: 0 calc(50% - 50vw);
  }
}
.bl_single_body {
  margin-top: 150px;
  font-size: 1.7rem;
  line-height: 2.3;
  font-weight: 400;
}
@media only screen and (max-width: 860px) {
  .bl_single_body {
    margin-top: 16vw;
    font-size: 1.3rem;
  }
}
.bl_single_body figcaption {
  font-size: 1.4rem;
  color: var(--color-sub);
  margin-top: 0.5em;
}
@media only screen and (max-width: 860px) {
  .bl_single_body figcaption {
    font-size: 1rem;
  }
}
.bl_single_body p {
  margin-top: 1.5em;
}
.bl_single_body h1 {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 1em 0;
}
.bl_single_body h2 {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 1em 0;
}
.bl_single_body h3 {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 1em 0;
}
.bl_single_body h4 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 1em 0;
}
.bl_single_body h5 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 1em 0;
}
.bl_single_body h6 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 1em 0;
}
.bl_single_body h1 {
  color: var(--color-main);
}
.bl_single_body h3 {
  display: inline-block;
  background: var(--color-main) 0;
  color: #fff;
  padding: 0.2em 0.5em;
}
.bl_single_body h4 {
  border-left: 3px solid var(--color-main);
  padding-left: 0.5em;
}
.bl_single_body ul {
  margin: 1em 0;
}
.bl_single_body ul li {
  position: relative;
  padding-left: 1em;
}
.bl_single_body ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
  background-color: var(--color-main);
}
.bl_single_body ol {
  margin: 1em 0;
  counter-reset: ol 0;
}
.bl_single_body ol li {
  position: relative;
  padding-left: 1em;
  counter-increment: ol 1;
}
.bl_single_body ol li::before {
  font-weight: bold;
  content: counter(ol) ".";
  display: block;
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.bl_single_body dl {
  margin: 1em 0;
  display: grid;
  grid-template-columns: minmax(120px, 30%) 1fr;
  gap: 0;
  border-top: 1px solid var(--color-main);
}
.bl_single_body dl dt,
.bl_single_body dl dd {
  padding: 1em;
  border-bottom: 1px solid var(--color-main);
}
.bl_single_body dl dt {
  font-weight: bold;
  background: rgba(var(--color-main-rgb), 0.1);
}
.bl_single_body .wp-block-mytheme-message-block {
  padding: 3em;
  background-color: rgba(var(--color-main-rgb), 0.07);
  border: none;
  margin-top: 2em;
}
@media only screen and (max-width: 860px) {
  .bl_single_body .wp-block-mytheme-message-block {
    padding: 1.5em;
  }
}
.bl_single_body .wp-block-mytheme-message-block p {
  margin-top: 0;
}
.bl_single_body blockquote {
  position: relative;
  margin: 2em 0;
  padding: 1.5em 1.5em 1.2em;
  background: rgba(var(--color-main-rgb), 0.07);
  color: var(--color-main);
}
.bl_single_body blockquote::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0.2em;
  font-size: 4em;
  color: #ccc;
  line-height: 1;
}
.bl_single_body blockquote p {
  margin: 0;
}
.bl_single_body blockquote p + p {
  margin-top: 0.8em;
}

@media only screen and (max-width: 860px) {
  .bl_company {
    padding-top: 0;
  }
}

.bl_page {
  font-size: 1.6rem;
  counter-reset: section 0;
  line-height: 1.8;
}
@media only screen and (max-width: 860px) {
  .bl_page {
    font-size: 1.3rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.bl_page h2 {
  font-size: 3rem;
  margin: 2em 0 1em;
}
@media only screen and (max-width: 860px) {
  .bl_page h2 {
    font-size: 2rem;
  }
}
.bl_page h2::before {
  counter-increment: section;
  content: counter(section) ".";
  display: inline-block;
}
.bl_page h6 {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 1.5em 0;
}
@media only screen and (max-width: 860px) {
  .bl_page h6 {
    font-size: 1.3rem;
  }
}
.bl_page p {
  line-height: 1.8;
  font-weight: 400;
}
.bl_page ul {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 860px) {
  .bl_page ul {
    font-size: 1.3rem;
  }
}
.bl_page ul li {
  position: relative;
  padding-left: 1.5em;
}
.bl_page ul li + li {
  margin-top: 1em;
}
.bl_page ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1em;
  height: 1em;
  background-color: var(--color-gray);
  border-radius: 100%;
}
.bl_page dl dt {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 1.5em;
}
@media only screen and (max-width: 860px) {
  .bl_page dl dt {
    font-size: 1.5rem;
  }
}
.bl_page dl dd {
  margin-top: 0.5em;
  font-weight: 400;
}
.bl_page .wp-block-mytheme-address-block {
  padding-left: 1em;
}
.bl_page .wp-block-mytheme-message-block {
  padding: 3em;
  background-color: rgba(var(--color-main-rgb), 0.07);
  border: none;
  margin-top: 2em;
}
@media only screen and (max-width: 860px) {
  .bl_page .wp-block-mytheme-message-block {
    padding: 1.5em;
  }
}
.bl_page_heading {
  font-size: 5rem;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 860px) {
  .bl_page_heading {
    font-size: 3rem;
  }
}
.bl_page_heading_en {
  font-weight: normal;
  display: block;
}
.bl_page_heading_ja {
  font-size: 1.6rem;
  display: block;
  color: var(--color-sub);
  margin-top: 0.25em;
}
@media only screen and (max-width: 860px) {
  .bl_page_heading_ja {
    font-size: 1.1rem;
  }
}
.bl_page_desc {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media only screen and (max-width: 860px) {
  .bl_page_desc {
    font-size: 1.3rem;
  }
}
.bl_page_table {
  font-size: 1.6rem;
  line-height: 2.5;
  width: 100%;
  margin-top: 1.5em;
}
@media only screen and (max-width: 860px) {
  .bl_page_table {
    font-size: 1.3rem;
  }
}
.bl_page_table tr {
  border-top: 1px solid var(--color-table);
}
.bl_page_table tr:last-of-type {
  border-bottom: 1px solid var(--color-table);
}
.bl_page_table th {
  font-weight: bold;
  font-size: 0.93em;
  padding: 3.95em 2em;
  vertical-align: top;
  width: 30%;
}
@media only screen and (max-width: 860px) {
  .bl_page_table th {
    padding: 1.5em 1em;
    padding-right: 0;
    width: 40%;
    line-height: 1.5;
  }
}
.bl_page_table td {
  font-weight: normal;
  padding: 3.5em 2em;
  vertical-align: top;
}
@media only screen and (max-width: 860px) {
  .bl_page_table td {
    padding: 1em 1em;
  }
}
.bl_page_contactTable {
  font-size: 1.6rem;
  line-height: 2.5;
  width: 100%;
  margin-top: 5em;
}
@media only screen and (max-width: 860px) {
  .bl_page_contactTable {
    font-size: 1.3rem;
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 860px) {
  .bl_page_contactTable tbody,
  .bl_page_contactTable td,
  .bl_page_contactTable th {
    display: block;
  }
  .bl_page_contactTable tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
    padding: 1.5em 0 3em;
    line-height: 1.5;
  }
}
.bl_page_contactTable tr {
  border-top: 1px solid var(--color-table);
}
.bl_page_contactTable tr:last-of-type {
  border-bottom: 1px solid var(--color-table);
}
.bl_page_contactTable th {
  font-weight: bold;
  font-size: 0.93em;
  padding: 2em 2em;
  vertical-align: top;
  width: 30%;
}
@media only screen and (max-width: 860px) {
  .bl_page_contactTable th {
    width: 100%;
    padding: 0;
  }
}
.bl_page_contactTable th strong {
  color: var(--color-red);
  font-size: 1rem;
  vertical-align: 0.2em;
  margin-left: 1em;
  display: inline-block;
}
.bl_page_contactTable th p {
  padding-top: 0.8em;
}
@media only screen and (max-width: 860px) {
  .bl_page_contactTable th p {
    padding: 0;
  }
}
.bl_page_contactTable td {
  font-weight: normal;
  padding: 2em 2em;
}
@media only screen and (max-width: 860px) {
  .bl_page_contactTable td {
    padding: 0;
  }
}

.bl_main_head {
  padding: 60px;
}
@media only screen and (max-width: 860px) {
  .bl_main_head {
    padding: 12vw 4vw;
  }
}
.bl_main_head__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  column-gap: 4%;
}
@media only screen and (max-width: 860px) {
  .bl_main_head__grid {
    grid-template-columns: 1fr;
    row-gap: 16vw;
    padding-bottom: 0;
  }
}
.bl_main_head_box {
  font-size: 1.6rem;
  line-height: 2.5;
  padding-top: 0.3em;
  font-weight: 400;
}
@media only screen and (max-width: 860px) {
  .bl_main_head_box {
    font-size: 1.3rem;
    line-height: 2.1;
  }
  .bl_main_head_box::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2.1) * 0.5em);
  }
  .bl_main_head_box::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 2.1) * 0.5em);
  }
}
.bl_main_ttl {
  font-size: 13rem;
  font-weight: 500;
}
@media only screen and (max-width: 860px) {
  .bl_main_ttl {
    font-size: 5rem;
  }
}
.bl_main_ttl_en {
  line-height: 1;
  display: block;
}
.bl_main_ttl_ja {
  font-size: 2.5rem;
  color: var(--color-sub);
  display: block;
  margin-top: 0.25em;
  font-weight: 400;
}
@media only screen and (max-width: 860px) {
  .bl_main_ttl_ja {
    font-size: 1.1rem;
  }
}

@counter-style circled-decimal-ja {
  system: fixed;
  symbols: "①" "②" "③" "④" "⑤" "⑥" "⑦" "⑧" "⑨" "⑩" "⑪" "⑫" "⑬" "⑭" "⑮" "⑯" "⑰" "⑱" "⑲" "⑳";
  suffix: " ";
}
.bl_aboutContent {
  margin-top: 80px;
}
@media only screen and (max-width: 860px) {
  .bl_aboutContent {
    margin-top: 16%;
  }
}
.bl_aboutContent_body {
  position: relative;
  padding: 90px 40px;
}
@media only screen and (max-width: 860px) {
  .bl_aboutContent_body {
    padding: 12vw 8vw;
  }
}
.bl_aboutContent_body::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 80px);
  height: 100%;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  background: linear-gradient(to right, rgba(var(--color-main-rgb), 0.1) 0%, rgba(var(--color-main-rgb), 0) 100%);
  filter: blur(15px);
  border-radius: 40px;
  z-index: -1;
}
@media only screen and (max-width: 860px) {
  .bl_aboutContent_body::before {
    width: 100%;
    border-radius: 25px;
    filter: blur(6px);
  }
}
.bl_aboutContent_lead {
  font-size: 8rem;
  margin-bottom: -0.7em;
  position: relative;
  z-index: 5;
  left: -20px;
  font-weight: 400;
}
@media only screen and (max-width: 860px) {
  .bl_aboutContent_lead {
    font-size: 3rem;
    left: 0;
  }
}
.bl_aboutContent_lead__num {
  font-weight: 500;
}
.bl_aboutContent_ttl {
  font-size: 3rem;
}
@media only screen and (max-width: 860px) {
  .bl_aboutContent_ttl {
    font-size: 1.8rem;
  }
}
.bl_aboutContent_ttl small {
  font-size: 100%;
}
@media only screen and (max-width: 860px) {
  .bl_aboutContent_ttl small {
    font-size: 0.7em;
  }
}
.bl_aboutContent_txt {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-top: 1.5em;
  font-weight: 400;
}
@media only screen and (max-width: 860px) {
  .bl_aboutContent_txt {
    font-size: 1.3rem;
  }
}
.bl_aboutContent_list {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1.5em;
  counter-reset: number 0;
  font-weight: 400;
}
@media only screen and (max-width: 860px) {
  .bl_aboutContent_list {
    font-size: 1.3rem;
  }
}
.bl_aboutContent_list_item {
  padding-left: 1.5em;
  position: relative;
  counter-increment: number 1;
}
.bl_aboutContent_list_item strong {
  display: block;
  font-weight: 600;
}
.bl_aboutContent_list_item + .bl_aboutContent_list_item {
  margin-top: 1em;
}
.bl_aboutContent_list_item::before {
  position: absolute;
  left: 0;
  top: 0.1em;
  content: counter(number, circled-decimal-ja);
  flex-direction: column;
  text-align: center;
}

.bl_message {
  position: relative;
  font-weight: 500;
}
.bl_message_inner {
  background: linear-gradient(to right, rgba(var(--color-main-rgb), 0.1) 0%, rgba(var(--color-main-rgb), 0) 100%);
  backdrop-filter: blur(14px);
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 860px) {
  .bl_message_inner {
    backdrop-filter: blur(4px);
    padding-bottom: 39vw;
  }
}
.bl_message_bg {
  position: absolute;
  right: 0;
  top: 3.5416666667vw;
  aspect-ratio: 842/878;
  z-index: -1;
}
@media only screen and (max-width: 860px) {
  .bl_message_bg {
    aspect-ratio: 246/257;
    top: auto;
    bottom: 11.5vw;
    width: 65%;
  }
}
.bl_message_lv3heading {
  font-size: 4rem;
}
@media only screen and (max-width: 860px) {
  .bl_message_lv3heading {
    font-size: 2.6rem;
  }
}
.bl_message_lv4heading {
  font-size: 2rem;
}
.bl_message_txt {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-top: 1.5em;
}
@media only screen and (max-width: 860px) {
  .bl_message_txt {
    font-size: 1.3rem;
  }
}
.bl_message_sign {
  text-align: right;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 1.5em;
}
@media only screen and (max-width: 860px) {
  .bl_message_sign {
    font-size: 2.5rem;
  }
}
.bl_message_sign_post {
  font-size: 0.5em;
  letter-spacing: 0;
  margin-bottom: 0.5em;
  display: block;
}
@media only screen and (max-width: 860px) {
  .bl_message_sign_post {
    font-size: 1.2rem;
  }
}
.bl_message_profile {
  font-size: 1.3rem;
  line-height: 2.3;
  margin-top: 80px;
  padding-top: 48px;
  border-top: 1px solid var(--color-gray);
  color: var(--color-main);
}
@media only screen and (max-width: 860px) {
  .bl_message_profile {
    font-size: 1.2rem;
    margin-top: 10%;
    padding-top: 10%;
  }
}
@media only screen and (max-width: 860px) {
  .bl_message_profile_info {
    margin-top: 2em;
  }
}
.bl_message_profile_name {
  font-weight: bold;
}
.bl_message_profile_txt + .bl_message_profile_txt {
  margin-top: 1.5em;
}

.bl_whyDesc {
  font-weight: 500;
}
.bl_whyDesc_ttl {
  font-size: 4rem;
}
@media only screen and (max-width: 860px) {
  .bl_whyDesc_ttl {
    font-size: 2rem;
  }
}
.bl_whyDesc_logo {
  margin: 60px 0;
}
@media only screen and (max-width: 860px) {
  .bl_whyDesc_logo {
    margin: 8% auto;
    width: 90%;
  }
}
.bl_whyDesc_txt {
  font-size: 1.6rem;
  line-height: 2.5;
  margin-top: 1.5em;
}
@media only screen and (max-width: 860px) {
  .bl_whyDesc_txt {
    font-size: 1.3rem;
  }
}

.bl_service_inner {
  position: relative;
  width: 94%;
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
  padding: 110px 0;
}
@media only screen and (max-width: 860px) {
  .bl_service_inner {
    padding: 16vw 0;
  }
}
.bl_service_inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to right, rgba(var(--color-main-rgb), 0.1) 0%, rgba(var(--color-main-rgb), 0) 100%);
  filter: blur(14px);
  border-radius: 350px;
}
@media only screen and (max-width: 860px) {
  .bl_service_inner::before {
    border-radius: 25px;
  }
}
.bl_service_content {
  z-index: 5;
  position: relative;
  max-width: 1300px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 860px) {
  .bl_service_content {
    padding: 4vw;
  }
}
.bl_service_heading {
  position: relative;
  text-align: center;
  font-size: 13rem;
  color: rgba(var(--color-main-rgb), 0.3);
}
@media only screen and (max-width: 860px) {
  .bl_service_heading {
    font-size: 6rem;
  }
}
.bl_service_heading_en {
  display: block;
  filter: blur(10px);
}
@media only screen and (max-width: 860px) {
  .bl_service_heading_en {
    filter: blur(6px);
  }
}
.bl_service_heading_img {
  position: absolute;
  width: 1.3em;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}
.bl_serviceHead {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 54px;
  margin-top: 40px;
}
@media only screen and (max-width: 860px) {
  .bl_serviceHead {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 2vw;
  }
}
.bl_serviceHead_lead {
  text-align: center;
}
.bl_serviceHead_num {
  display: block;
  line-height: 1;
  letter-spacing: 0;
  font-size: 9.1rem;
}
@media only screen and (max-width: 860px) {
  .bl_serviceHead_num {
    font-size: 4.1rem;
  }
}
.bl_serviceHead_label {
  font-size: 2rem;
  display: block;
}
@media only screen and (max-width: 860px) {
  .bl_serviceHead_label {
    font-size: 1rem;
  }
}
.bl_serviceHead_ttl {
  font-size: 4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 860px) {
  .bl_serviceHead_ttl {
    font-size: 2rem;
    text-align: center;
    margin-top: 0.5em;
  }
}
.bl_serviceHead_txt {
  font-size: 2rem;
  line-height: 2;
  margin-top: 1em;
  font-weight: 400;
}
.bl_serviceHead_txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.bl_serviceHead_txt::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media only screen and (max-width: 860px) {
  .bl_serviceHead_txt {
    font-size: 1.3rem;
  }
}
.bl_service_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  color: var(--color-main);
  column-gap: 30px;
  margin-top: 80px;
}
@media only screen and (max-width: 860px) {
  .bl_service_list {
    margin-top: 8%;
    grid-template-columns: 1fr;
    row-gap: 6vw;
  }
}
.bl_service_list_item {
  position: relative;
  padding: 30px;
}
@media only screen and (max-width: 860px) {
  .bl_service_list_item {
    padding: 8vw;
  }
}
.bl_service_list_item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(var(--color-white-rgb), 1);
  filter: blur(10px);
  border-radius: 40px;
}
.bl_service_list_heading {
  position: relative;
  z-index: 5;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 860px) {
  .bl_service_list_heading {
    font-size: 1.8rem;
  }
}
.bl_service_list_txt {
  position: relative;
  z-index: 5;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1em;
  font-weight: 400;
}
@media only screen and (max-width: 860px) {
  .bl_service_list_txt {
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=maps/style.css.map */