body {
  font-family: "Noto Sans JP"!important;
}

h1 {
  font-family: "Noto Sans JP"!important;
}

h2 {
  font-family: "Noto Sans JP"!important;
}

h3 {
  font-family: "Noto Sans JP"!important;
}

.u-desktop {
  display: none;
}
@media screen and (max-width: 781px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (max-width: 781px) {
  .u-mobile {
    display: none;
  }
}

.wp-block-snow-monkey-blocks-btn .smb-btn {
  height: 4rem;
  align-items: center;
}

.header_number span span {
  margin-right: 1.3125rem;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 781px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 1246px) {
  .c-row__col--auto {
    width: 16%;
  }
  header .menu-item a {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
}
#menu-home-1 .menu-item-1343 + a {
  pointer-events: none;
}

footer {
  border-top: none !important;
  background-color: #fbf8f6;
}

.footer_inner {
  width: 1080px;
  max-width: 100%;
}

.footer_content {
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .footer_content {
    margin-top: 2rem;
  }
}

.footer_logo {
  width: 10.625rem;
}
@media screen and (max-width: 781px) {
  .footer_logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .footer_logo {
    width: 11.25rem;
  }
}

.footer_bar-upper {
  background-color: #000;
}

.footer_bar-bottom {
  background-color: #000;
  margin-top: 1.75rem;
}
@media screen and (max-width: 600px) {
  .footer_bar-bottom {
    margin-top: 2rem;
  }
}

.footer_columns {
  display: flex;
  align-items: center;
  margin-top: 1.75rem;
}
@media screen and (max-width: 781px) {
  .footer_columns {
    flex-direction: column;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .footer_columns {
    margin-top: 2rem;
  }
}

.footer_info {
  list-style: none;
  padding-left: 0;
  flex-basis: 25%;
}
@media screen and (max-width: 1024px) {
  .footer_info {
    text-align: left;
  }
}

@media screen and (max-width: 1024px) {
  .footer_info br {
    display: none;
  }
}
.footer_info-item {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .footer_info-item {
    text-align: left;
  }
}
@media screen and (max-width: 781px) {
  .footer_info-item {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .footer_info-item br {
    display: block;
  }
}

.footer_info-item a {
  color: #000;
  text-decoration: none;
}

.footer_menu {
  display: flex;
  list-style: none;
  flex-basis: 75%;
}
@media screen and (max-width: 781px) {
  .footer_menu {
    margin-left: 0rem;
    flex-direction: column;
    text-align: center;
    margin-top: 2rem;
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .footer_menu-item {
    text-align: center;
  }
}
.footer_menu-item a {
  color: #000;
  text-decoration: none;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.footer_menu + footer_menu {
  margin-left: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .footer_menu + footer_menu {
    margin-left: 2.625rem;
  }
}

.footer_submenu {
  padding-left: 0;
  list-style: none;
}

.footer_submenu li a {
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  .footer_submenu li a {
    padding-right: 0;
  }
}

.c-copyright {
  background-color: #fbf8f6 !important;
}

.c-copyright {
  color: #000 !important;
}

.c-copyright .c-container {
  width: 984px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .c-copyright .c-container {
    max-width: 100% !important;
    width: 100% !important;
    text-align: center;
    padding-left: 0;
  }
}

.footer_icon-menu {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 781px) {
  .footer_icon-menu {
    flex-direction: column;
    justify-content: center !important;
    margin-top: 1rem;
    padding-left: 0;
  }
}

.footer_icon-menu li {
  list-style: none;
}

.footer_icon {
  width: 3.5rem;
  height: 3.5rem;
}
@media screen and (max-width: 575px) {
  .footer_icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.footer_icon-menu {
  align-items: end;
}
@media screen and (max-width: 1024px) {
  .footer_icon-menu {
    align-items: center;
  }
}

.footer_submenu-item a {
  font-size: 0.875rem;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .footer_submenu-item a {
    font-size: 1rem;
  }
}

.footer_icon-menu-item {
  margin-left: 1rem;
}
@media screen and (max-width: 1024px) {
  .footer_icon-menu-item {
    margin-top: 0.75rem;
    margin-left: 0;
  }
}

.footer_submenu-item + .footer_submenu-item {
  padding-left: 2rem !important;
}
@media screen and (max-width: 781px) {
  .footer_submenu-item + .footer_submenu-item {
    padding-left: 0 !important;
  }
}

.top_kv .kv_title {
  line-height: 1.2 !important;
}

@media screen and (max-width: 600px) {
  .top_kv .kv_title span {
    font-size: 2rem !important;
  }
}

.kv {
  min-height: 70vh !important;
}
@media screen and (max-width: 1024px) {
  .kv {
    min-height: 60vh !important;
  }
}
@media screen and (max-width: 781px) {
  .kv {
    min-height: 50vh !important;
  }
}
@media screen and (max-width: 600px) {
  .kv {
    min-height: 40vh !important;
  }
}

.kv .smb-section__title:after {
  display: none !important;
}

@media screen and (max-width: 600px) {
  .top-kv_button a {
    height: 3rem !important;
  }
}

.kv {
  margin-bottom: 8rem !important;
}
@media screen and (max-width: 781px) {
  .kv {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .kv {
    margin-bottom: 4.25rem !important;
  }
}

.kv h1 {
  font-weight: 400;
}

@media screen and (max-width: 600px) {
  .kv h1 span:nth-child(1) span {
    font-size: 2rem !important;
  }
}

@media screen and (max-width: 600px) {
  .kv h1 span:nth-child(3) span {
    font-size: 1.5rem !important;
  }
}

.kv .smb-section__title {
  font-weight: 400;
}

.page-template-one-column .c-entry__title {
  display: none;
}

.page-template-right-sidebar .c-entry__title {
  display: none;
}

@media screen and (max-width: 600px) {
  .kv .smb-section__title span {
    line-height: 1;
  }
}
@media screen and (max-width: 600px) {
  .kv .smb-section__title span:nth-child(1) {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .kv .smb-section__title span:nth-child(3) span {
    font-size: 24px;
  }
}
.c-site-branding.c-site-branding--has-logo {
  width: 170px;
}

.service .wp-block-heading {
  margin-bottom: 6.25rem !important;
}

@media screen and (max-width: 781px) {
  .service .smb-section__title span:nth-child(3) {
    font-size: 1.125rem !important;
  }
}

.service .feature_header span:nth-child(6) {
  position: relative;
}

.service .feature_header span:nth-child(6):before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: #a88a52;
  position: absolute;
  bottom: -55px;
  left: calc(50% - 2px);
}

.service .feature_header span:nth-child(6):after {
  content: "";
  width: 1px;
  height: 40px;
  background: #a88a52;
  position: absolute;
  bottom: -52px;
  left: 50%;
}

@media screen and (min-width: 476px) {
  .feature_header br:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 475px) {
  .feature_header {
    line-height: 1.4;
  }
}

@media screen and (max-width: 781px) {
  .feature_columns {
    gap: 48px !important;
  }
}

@media screen and (max-width: 781px) {
  .feature_columns .wp-block-image {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .feature_columns .wp-block-image {
    width: 100%;
  }
}

@media screen and (max-width: 781px) {
  .feature_columns .wp-block-image img {
    width: 100% !important;
  }
}

@media screen and (max-width: 781px) {
  .feature_columns img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 781px) {
  .feature_columns .wp-block-heading {
    margin-bottom: 2.25rem !important;
  }
}

@media screen and (max-width: 781px) {
  .feature_columns .wp-block-heading + p {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .feature_columns .wp-block-heading + p {
    text-align: left;
  }
}

.other-content_columns {
  gap: 0 !important;
  transform: translateY(50px);
}

.other-content_columns .wp-block-column {
  overflow: hidden;
}

@media screen and (max-width: 781px) {
  .other-content_columns .wp-block-column:nth-child(1) {
    transform: translateY(10px);
  }
}

.c-bnr.zoom {
  transition-duration: 0.5s;
}

.c-bnr.zoom:hover {
  transform: scale(1.1);
}

.top-business {
  margin-top: 9.875rem !important;
}
@media screen and (max-width: 781px) {
  .top-business {
    margin-top: 4rem !important;
  }
}

@media screen and (max-width: 781px) {
  .top-business .c-container {
    padding-left: 0;
  }
}

@media screen and (max-width: 2500px) {
  .top-business .smb-section__background {
    transform: translate(32vw, 0%);
  }
}
@media screen and (max-width: 2282px) {
  .top-business .smb-section__background {
    transform: translate(29vw, 0%);
  }
}
@media screen and (max-width: 1932px) {
  .top-business .smb-section__background {
    transform: translate(24vw, 0%);
  }
}
@media screen and (max-width: 1710px) {
  .top-business .smb-section__background {
    transform: translate(20vw, 0%);
  }
}
@media screen and (max-width: 1554px) {
  .top-business .smb-section__background {
    transform: translate(20vw, 0%);
  }
}
@media screen and (max-width: 1453px) {
  .top-business .smb-section__background {
    transform: translate(17vw, 0%);
  }
}
@media screen and (max-width: 1340px) {
  .top-business .smb-section__background {
    transform: translate(15vw, 0%);
  }
}
@media screen and (max-width: 1339px) {
  .top-business .smb-section__background {
    transform: translate(14vw, 0%);
  }
}
@media screen and (max-width: 920px) {
  .top-business .smb-section__background {
    transform: translate(18vw, 0%);
  }
}
@media screen and (max-width: 781px) {
  .top-business .smb-section__background {
    transform: translate(11vw, 0%);
  }
}
.top-business .smb-section__title span:nth-child(3) {
  margin-left: 6%;
}
@media screen and (max-width: 781px) {
  .top-business .smb-section__title span:nth-child(3) {
    margin-left: 0;
  }
}

.top-business .c-container {
  max-width: 1280px !important;
}

@media screen and (max-width: 781px) {
  .top-business .smb-section__title {
    padding-left: 44px;
  }
}

@media screen and (max-width: 639px) {
  .top-business .smb-section__title {
    padding-left: 30.4px;
  }
}
@media screen and (max-width: 781px) {
  .top-business .smb-section__title span {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 575px) {
  .top-business .smb-section__title span:nth-child(3) {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 781px) {
  .top-business_header {
    width: 70%;
  }
}
@media screen and (max-width: 475px) {
  .top-business_header {
    width: 73%;
  }
}

@media screen and (max-width: 781px) {
  .top-business_text {
    width: 70%;
  }
}
@media screen and (max-width: 475px) {
  .top-business_text {
    width: 73%;
  }
}

@media screen and (max-width: 920px) and (min-width: 782px) {
  .top-business_text br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .top-business_text br {
    display: none;
  }
}
.top-business_button {
  margin-top: 10.75rem !important;
  margin-right: 64px !important;
}
@media screen and (max-width: 781px) {
  .top-business_button {
    margin-top: 3rem !important;
  }
}

@media screen and (max-width: 781px) {
  .top_lead {
    padding-top: 3rem !important;
  }
}

@media screen and (max-width: 781px) {
  .top_lead .smb-section__contents-wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.top-lead_blocks {
  display: flex;
  align-items: center !important;
}

@media screen and (max-width: 781px) {
  .top-lead_blocks .wp-block-image img {
    width: 11.25rem !important;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 600px) {
  .top-pege_sec {
    padding-bottom: 1rem !important;
  }
}

.top-pege_sec .c-container {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

@media screen and (max-width: 781px) {
  .pege_sec_columns {
    margin-top: 2.80675rem !important;
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width: 600px) {
  .pege_sec_columns {
    margin-top: 1.5rem !important;
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .sm_reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 781px) {
  .pege_sec_columns .common_button_wrapper {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 600px) {
  .pege_sec_columns .common_button_wrapper {
    margin-top: 3rem !important;
  }
}

.top-pege_sec {
  padding-top: 4rem !important;
}
@media screen and (max-width: 600px) {
  .top-pege_sec {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media screen and (max-width: 600px) {
  .top-news_sec .top-news_title {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .top-news_sec .top-news_title span {
    font-size: 5rem !important;
  }
}
@media screen and (max-width: 475px) {
  .top-news_sec .top-news_title span {
    font-size: 3.9rem !important;
  }
}

.top-news .c-entries__item a {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.top-news_title {
  transform: translateY(-30px);
  line-height: 1.2;
}

.smb-section__title:after {
  display: none;
}

.home .smb-section__title {
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .home .smb-section__title {
    text-align: center;
  }
}
@media screen and (max-width: 781px) {
  .home .columns_upper_title {
    text-align: center !important;
  }
}

@media screen and (max-width: 781px) {
  .home .smb-section__title span {
    font-size: 5.9375rem !important;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .home .smb-section__title span {
    font-size: 5rem !important;
  }
}
@media screen and (max-width: 475px) {
  .home .smb-section__title span {
    font-size: 3.9rem !important;
  }
}

@media screen and (max-width: 781px) {
  .home .columns_upper_title span {
    font-size: 5.9375rem !important;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .home .columns_upper_title span {
    font-size: 5rem !important;
  }
}
@media screen and (max-width: 475px) {
  .home .columns_upper_title span {
    font-size: 3.9rem !important;
  }
}

.common_button {
  border: 1px solid #144099;
  border-radius: 50px;
}

@media screen and (max-width: 600px) {
  .l-contents__container {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }
}

.l-contents__inner {
  margin-top: 0 !important;
}

@media screen and (max-width: 781px) {
  .home .common-cta .smb-section__title span {
    font-size: 1.852175rem !important;
  }
}

.common-cta {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.common-cta .smb-section__body {
  margin-top: 1.5rem !important;
}

@media screen and (max-width: 781px) {
  .common-cta_lede {
    text-align: left;
  }
}

.common-cta_button a {
  width: 15rem;
  text-align: center;
}

@media screen and (max-width: 781px) {
  .common-cta .common-cta_button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.worries {
  padding-bottom: 3.875rem !important;
}
@media screen and (max-width: 1024px) {
  .worries {
    padding-bottom: 2rem !important;
  }
}

@media screen and (max-width: 475px) {
  .worries .smb-section__title {
    font-size: 1.375rem !important;
  }
}

.worries .smb-section__title:after {
  display: none;
}

@media screen and (max-width: 600px) {
  .worries .c-container {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}
@media screen and (max-width: 475px) {
  .worries .c-container {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .worries_columns {
    flex-wrap: wrap !important;
    justify-content: center;
  }
}
@media screen and (max-width: 781px) {
  .worries_columns {
    flex-direction: initial;
  }
}
@media screen and (max-width: 600px) {
  .worries_columns {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 1024px) {
  .worries_columns .worries_column:nth-child(1) {
    flex-basis: 52% !important;
    max-width: 51%;
  }
}
@media screen and (max-width: 600px) {
  .worries_columns .worries_column:nth-child(1) {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 475px) {
  .worries_columns .worries_column:nth-child(1) {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .worries_columns .worries_column:nth-child(2) {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 781px) {
  .worries_columns .worries_column:nth-child(2) {
    max-width: 47%;
  }
}
@media screen and (max-width: 600px) {
  .worries_columns .worries_column:nth-child(2) {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 475px) {
  .worries_columns .worries_column:nth-child(2) {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .worries_columns .worries_column:nth-child(3) {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 781px) {
  .worries_columns .worries_column:nth-child(3) {
    max-width: 47%;
  }
}
@media screen and (max-width: 600px) {
  .worries_columns .worries_column:nth-child(3) {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 475px) {
  .worries_columns .worries_column:nth-child(3) {
    max-width: 100%;
    width: 100%;
  }
}

.worries_column {
  background-color: #fbf8f6 !important;
  border-radius: 1rem;
  padding-top: 1.8rem !important;
  padding-right: 0.875rem !important;
  padding-bottom: 1.8rem !important;
  padding-left: 3.875rem !important;
}

.worries_text {
  position: relative;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  .worries_text {
    text-align: left;
    line-height: 1.4;
    height: 40px;
  }
}
@media screen and (max-width: 781px) {
  .worries_text {
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .worries_text {
    height: auto;
    max-width: 100%;
    width: 21.875rem;
  }
}
@media screen and (max-width: 475px) {
  .worries_text {
    max-width: 100%;
    width: 100%;
  }
}

.worries_text br {
  display: none;
}

.worries_text:before {
  position: absolute;
  top: 0%;
  left: -18%;
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../../../../../wp-content/uploads/2023/11/check.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .worries_text:before {
    top: -6%;
    left: -10%;
  }
}

@media screen and (max-width: 950px) {
  .worries_text:before {
    left: -13%;
  }
}
@media screen and (max-width: 781px) {
  .worries_text:before {
    left: -40px;
    top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .worries_text:before {
    left: -50px;
    top: -4px;
  }
}
@media screen and (max-width: 475px) {
  .worries_text:before {
    left: -42px;
    top: -5px;
  }
}

.other-content {
  background-color: #fff !important;
}

@media screen and (max-width: 475px) {
  .other-content .wp-block-cover {
    min-height: 130px !important;
  }
}
.other-content_hedaer a span {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 576px) {
  .other-content .smb-section__title br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .other-content .smb-section__title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 826px) {
  .common-contact-inner_text br {
    display: none;
  }
}
.other-content_last {
  justify-content: center;
}

@media screen and (max-width: 600px) {
  .service2 .smb-section__body .service2_wrapper:nth-child(n+2) {
    margin-top: 3rem !important;
  }
}

.service2 .smb-section__title span:nth-child(3) {
  position: relative;
}

@media print, screen and (min-width: 751px) {
  .service2 .smb-section__title span:nth-child(3):after {
    content: "";
    width: 1px;
    height: 40px;
    background: #a88a52;
    position: absolute;
    bottom: -52px;
    left: 50%;
  }
}
@media screen and (max-width: 750px) {
  .service2 .smb-section__title span:nth-child(3):after {
    width: 1px;
    height: 40px;
    content: "";
    background: #a88a52;
    position: absolute;
    bottom: -52px;
    left: 50%;
  }
}
@media print, screen and (min-width: 751px) {
  .service2 .smb-section__title span:nth-child(3):before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background: #a88a52;
    position: absolute;
    bottom: -55px;
    left: calc(50% - 2px);
  }
}
@media print, screen and (max-width: 751px) {
  .service2 .smb-section__title span:nth-child(3):before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background: #a88a52;
    position: absolute;
    bottom: -55px;
    left: calc(50% - 2px);
  }
}
.service2 .smb-section__body {
  margin-top: 2rem !important;
}

@media screen and (max-width: 1024px) {
  .service2_wrapper {
    padding-bottom: 3rem !important;
  }
}
@media screen and (max-width: 600px) {
  .service2_wrapper {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .service2_wrapper .smb-section__body {
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: column;
  }
}

@media screen and (max-width: 781px) {
  .service2_wrapper .c-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper2 {
    padding-top: 0 !important;
  }
}

.service2_inner {
  width: 48.75rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service2_inner {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .service2_inner .wp-block-column {
    flex-basis: 100% !important;
    background-color: transparent !important;
    color: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .service2_inner .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.service2_header {
  position: relative;
  padding-bottom: 1rem !important;
  border-bottom: 1px solid #b49445 !important;
}

.service2_header:before {
  content: "";
  height: 60px;
  width: 1px;
  background: #b49445;
  position: absolute;
  top: -35px;
  right: -40px;
}
@media screen and (max-width: 600px) {
  .service2_header:before {
    right: -20px;
  }
}

.service2_header:after {
  content: "";
  height: 1px;
  width: 20px;
  background: #b49445;
  position: absolute;
  top: -35px;
  right: -40px;
}
@media screen and (max-width: 600px) {
  .service2_header:after {
    right: -20px;
  }
}

.service2_header span:nth-child(1) {
  font-family: "Libre Baskerville", serif !important;
}

@media print, screen and (max-width: 750px) {
  .service2_header span:nth-child(1) {
    font-size: 3.125rem !important;
    padding-left: 0;
  }
}
.service2_lede {
  line-height: 25.6px;
  font-family: "Noto Sans Japanese", sans-serif;
}

@media screen and (max-width: 1024px) {
  .service2_lede span {
    color: #fff !important;
  }
}

@media screen and (max-width: 1024px) {
  .service2_lede span br {
    display: none;
  }
}

.service2_inner .service2_header {
  margin-bottom: 1rem !important;
  text-align: left !important;
}

.service2_inner .service2_header span:nth-child(1) {
  font-family: "Libre Baskerville", serif;
}

.service2_inner .service2_header span:nth-child(2):after {
  content: "";
  width: 620px;
  height: 1px;
  background-color: #a88a52;
  position: absolute;
  bottom: 10px;
  z-index: 100;
  left: 92px;
}
@media screen and (max-width: 1024px) {
  .service2_inner .service2_header span:nth-child(2):after {
    width: 92%;
    background-color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .service2_inner .service2_header span:nth-child(2):after {
    width: 80%;
  }
}
@media screen and (max-width: 475px) {
  .service2_inner .service2_header span:nth-child(2):after {
    width: 70%;
  }
}

@media print, screen and (max-width: 751px) {
  .service2_inner .service2_header span:nth-child(2):after {
    left: 72px;
  }
}
.service2_list {
  margin-top: 0.625rem !important;
}

.service2_text {
  line-height: 22.4px;
  font-family: "Noto Sans Japanese", sans-serif;
}

@media screen and (max-width: 1024px) {
  .service2_text br {
    display: none;
  }
}

.service2_img {
  position: absolute;
  right: -10%;
  top: 10%;
  width: 46%;
}
@media screen and (max-width: 1024px) {
  .service2_img {
    position: static;
    right: initial;
    top: initial;
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .service2_img {
    right: 36% !important;
  }
}
.service2_img img {
  width: 552px !important;
  z-index: 50;
}

@media screen and (max-width: 1280px) {
  .service2_img img {
    width: 450px !important;
  }
}
@media screen and (max-width: 1024px) {
  .service2_img img {
    width: 100% !important;
    height: auto !important;
  }
}

.service2_inner2 {
  width: 48.75rem;
  margin-left: auto !important;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .service2_inner2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 781px) {
  .service2_inner2 {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .service2_inner2 {
    width: 100%;
  }
}

.service2_inner2 .wp-block-column {
  position: relative;
  padding-left: 18.75rem !important;
  padding-right: 4rem !important;
}

.service2_inner2 .wp-block-column:before {
  content: "";
  height: 60px;
  width: 1px;
  background: #b49445;
  position: absolute;
  bottom: -10px;
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .service2_inner2 .wp-block-column:before {
    display: none;
  }
}

.service2_inner2 .wp-block-column:after {
  content: "";
  height: 1px;
  width: 20px;
  background: #b49445;
  position: absolute;
  bottom: -10px;
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .service2_inner2 .wp-block-column:after {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .service2_inner2 .wp-block-column {
    padding-left: 18.75rem !important;
    flex-basis: 100% !important;
    padding-bottom: 7.125rem !important;
  }
}
.service2_inner2 .wp-block-column {
  padding-left: 11.25rem;
}
@media screen and (max-width: 1024px) {
  .service2_inner2 .wp-block-column {
    flex-basis: 100% !important;
    background-color: transparent !important;
    color: #fff;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 600px) {
  .service2_inner2 .wp-block-column {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

.service2_inner2 .service2_header {
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 1024px) {
  .service2_inner2 .service2_header {
    display: flex;
    align-items: baseline;
  }
}

@media screen and (max-width: 1024px) {
  .service2_inner2 .service2_header span:nth-child(1) {
    order: 2;
    font-size: 1.25rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .service2_inner2 .service2_header span:nth-child(2) {
    order: 1;
    font-size: 3.125rem !important;
  }
}

@media screen and (max-width: 390px) {
  .service2_inner2 .service2_header span:nth-child(2) {
    order: 1;
    font-size: 2.3125rem !important;
  }
}
.service2_inner2 .service2_header span:nth-child(2) {
  font-family: "Libre Baskerville", serif;
}

.service2_inner2 .service2_header span:nth-child(2):before {
  content: "";
  width: 699px;
  height: 1px;
  background-color: #a88a52;
  position: absolute;
  bottom: 10px;
  z-index: 100;
  right: 2px;
}
@media screen and (max-width: 1024px) {
  .service2_inner2 .service2_header span:nth-child(2):before {
    width: 92%;
    background-color: #fff;
  }
}

@media print, screen and (max-width: 751px) {
  .service2_inner2 .service2_header span:nth-child(2):before {
    width: 88%;
  }
}
.service2_img2 {
  position: absolute;
  left: 0%;
  top: -16%;
  width: 46%;
}
@media screen and (max-width: 1024px) {
  .service2_img2 {
    position: static;
    right: initial;
    top: initial;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 781px) {
  .service2_img2 {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .service2_img2 {
    width: 100%;
  }
}

.service2_img2 img {
  height: auto !important;
}

@media screen and (max-width: 1280px) {
  .service2_img2 {
    right: 52%;
  }
}
.service2_img2 img {
  width: 552px !important;
  z-index: 50;
}

@media screen and (max-width: 1280px) {
  .service2_img2 img {
    width: 400px !important;
  }
}
@media screen and (max-width: 1024px) {
  .service2_img2 img {
    width: 100% !important;
    height: auto !important;
  }
}

.service2_inner3 {
  margin-left: 0 !important;
}
@media screen and (max-width: 1024px) {
  .service2_inner3 {
    margin-left: auto !important;
  }
}

.service2_inner3 .wp-block-column {
  padding-left: 4rem !important;
  padding-right: 18.75rem !important;
  padding-bottom: 9rem !important;
}

.service2_inner3 .wp-block-column:before {
  display: none;
}

.service2_inner3 .wp-block-column:after {
  display: none;
}

.service2_inner3 .service2_header:before {
  content: "";
  height: 60px;
  width: 1px;
  background: #b49445;
  position: absolute;
  top: -35px;
  left: -40px;
}
@media screen and (max-width: 600px) {
  .service2_inner3 .service2_header:before {
    left: -20px;
  }
}

.service2_inner3 .service2_header:after {
  content: "";
  height: 1px;
  width: 20px;
  background: #b49445;
  position: absolute;
  top: -35px;
  left: -40px;
}
@media screen and (max-width: 600px) {
  .service2_inner3 .service2_header:after {
    left: -20px;
  }
}

.service2_img3 {
  position: relative;
}

.service2_img3 {
  position: absolute;
  right: -59% !important;
  top: 20% !important;
}
@media screen and (max-width: 1024px) {
  .service2_img3 {
    position: static;
    right: initial;
    top: initial;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 781px) {
  .service2_img3 {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .service2_img3 {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .service2_img3 {
    top: 30% !important;
  }
}
@media screen and (max-width: 1024px) {
  .service2_inner3 .wp-block-column {
    flex-basis: 100% !important;
    background-color: transparent !important;
    color: #fff;
    padding-left: 4rem !important;
    padding-right: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media screen and (max-width: 600px) {
  .service2_inner3 .wp-block-column {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}

.contact_kv {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 600px) {
  .contact_kv {
    min-height: 40vh !important;
  }
}

@media screen and (max-width: 1024px) {
  .contact_kv img {
    object-position: 100% 49% !important;
  }
}
@media screen and (max-width: 600px) {
  .contact_kv img {
    object-position: 90% 49% !important;
  }
}
@media screen and (max-width: 475px) {
  .contact_kv img {
    object-position: 60% 49% !important;
  }
}

.contact_content {
  padding-top: 5rem;
}
@media screen and (max-width: 600px) {
  .contact_content {
    padding-top: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  .contact_content .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .contact_content p {
    text-align: left;
  }
}

.contact_tel {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.contact_tel-columns {
  align-items: center !important;
}

@media screen and (max-width: 781px) {
  .contact_tel-columns-header {
    text-align: center;
  }
}

@media screen and (max-width: 475px) {
  .contact_tel-button .wp-block-snow-monkey-blocks-btn {
    max-width: 100%;
  }
}

@media screen and (max-width: 781px) {
  .contact_tel-text {
    text-align: center;
  }
}

@media screen and (max-width: 475px) {
  .contact_content .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.contact_tel-button a {
  background-color: #c49a6c;
  border: none !important;
}
@media screen and (max-width: 475px) {
  .contact_tel-button a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.contact_content {
  padding-bottom: 0 !important;
  padding-top: 2.25rem !important;
}
@media screen and (max-width: 781px) {
  .contact_content {
    text-align: left;
  }
}

@media screen and (max-width: 781px) {
  .contact_content p {
    text-align: left;
  }
}

.wpcf7-select {
  background-color: #fff;
}

.contact_form {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 600px) {
  .contact_form .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.wpcf7-select {
  width: 23.1875rem;
  max-width: 100%;
  border-color: #ccc;
  height: 45px;
  border-radius: 5px;
}

.wpcf7-submit {
  background-color: #b49445 !important;
  border-radius: 0 !important;
  color: #fff !important;
}

.required-item {
  background-color: #b81529;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #fff !important;
  margin-right: 0.375rem !important;
  font-weight: 700;
  margin-bottom: 0.375rem !important;
}

.optional-item {
  background-color: #bbb5b6;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  color: #fff !important;
  margin-right: 0.375rem !important;
  font-weight: 700;
  margin-bottom: 0.375rem !important;
}

.wpcf7-submit {
  width: 240px;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  border-radius: 6px !important;
  background-color: #b49445 !important;
  color: #fff !important;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .wpcf7-submit {
    width: 240px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media screen and (max-width: 475px) {
  .wpcf7-submit {
    width: 180px !important;
  }
}

.contact_description {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media screen and (max-width: 600px) {
  .wpcf7-form-control {
    width: 100%;
  }
}

.label-wapper + p {
  margin-top: 1rem !important;
}

.term-of-use_center {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem !important;
}

.term-of-use_text {
  margin-top: 0.375rem !important;
  font-weight: 700;
}

@media screen and (max-width: 600px) {
  .term-of-use_text br {
    display: none;
  }
}

.term-of-use_text_last + p {
  text-align: center;
  font-weight: 700;
}

.wpcf7-form p:nth-child(20) {
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form p:nth-child(4) .wpcf7-textarea {
  width: 23.1875rem;
  height: 6rem;
}
@media screen and (max-width: 600px) {
  .wpcf7-form p:nth-child(4) .wpcf7-textarea {
    width: 100%;
  }
}

.wpcf7-form p:nth-child(21) {
  text-align: center;
}

.business {
  margin-bottom: 0 !important;
}

.business-overview {
  padding-top: 3.25rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 575px) {
  .business-overview {
    padding-bottom: 2.5rem;
  }
}

.business-overview .smb-section__title {
  margin-bottom: 6.25rem !important;
}

.business-overview .smb-section__title span:nth-child(3) {
  position: relative;
}

.business-overview .smb-section__title span:nth-child(3):before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: #a88a52;
  position: absolute;
  bottom: -55px;
  left: calc(50% - 2px);
}

.business-overview .smb-section__title span:nth-child(3):after {
  content: "";
  width: 1px;
  height: 40px;
  background: #a88a52;
  position: absolute;
  bottom: -52px;
  left: 50%;
}

.business-overview .smb-section__title:after {
  display: none;
}

.business-overview_table {
  border: none;
}

@media screen and (max-width: 781px) {
  .business-overview .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.business-overview_table tbody td:nth-child(1) {
  width: 133px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .business-overview_table tbody td:nth-child(1) {
    width: 100px;
  }
}
@media screen and (max-width: 475px) {
  .business-overview_table tbody td:nth-child(1) {
    width: 100%;
  }
}

@media screen and (min-width: 601px) {
  .business-overview_table tbody tr:nth-child(2) td:nth-child(2) br {
    display: none;
  }
}
.business-overview_table tbody td {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #3c3c3c;
}

@media screen and (max-width: 781px) {
  .business-overview_table tr:nth-child(6) td:nth-child(2) br {
    display: none;
  }
}

@media screen and (max-width: 475px) {
  .business-overview_table tbody tr {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 475px) {
  .business-overview_table tbody td:nth-child(1) {
    background: linear-gradient(135deg, rgb(0, 41, 107) 0%, rgb(0, 83, 149) 100%);
    color: #fff;
  }
}

@media screen and (max-width: 575px) {
  .business-overview_table tbody td:nth-child(2) {
    text-align: center !important;
  }
}

@media screen and (max-width: 575px) {
  .business-overview_table tbody td:nth-child(2) br {
    display: block;
  }
}

@media screen and (max-width: 475px) {
  .business-overview_table tbody td {
    width: 100%;
    text-align: center;
    border-bottom: none;
  }
}

@media screen and (min-width: 782px) {
  .business-overview_table tr:nth-child(8) td:nth-child(2) br {
    display: none;
  }
}
@media screen and (max-width: 781px) {
  .business-overview_table tr:nth-child(8) td:nth-child(2) br {
    display: block;
  }
}

.business-concept {
  padding-bottom: 22.5rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.business-concept .c-container {
  max-width: 1248px !important;
}

@media screen and (max-width: 1280px) {
  .business-concept .smb-section-with-bgimage__bgimage img {
    object-position: 75% 50%;
  }
}

.business-concept_lead {
  border-bottom: none !important;
}

.business-concept_columns {
  width: 1280px;
}

.business-concept .smb-section__background:before {
  position: absolute;
  top: 16%;
  content: "";
  display: inline-block;
  width: 522px;
  height: 522px;
  background-image: url(../../../uploads/2023/01/Concept-1-988x1024.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: none;
  background-repeat: no-repeat;
  left: 82%;
}

@media screen and (min-width: 515px) {
  .business-greeting_header_line br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .business-concept_header-sp span span:nth-child(3) {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 475px) {
  .business-concept_header-sp {
    padding-left: 0 !important;
  }
}
.business-concept_header-sp .has-sm-xxlarge-font-size {
  font-size: 56px !important;
}

.business-concept_lead-sp {
  border-bottom: none !important;
  font-size: 1.375rem;
}

.business-concept_lead-sp .has-sm-large-font-size span {
  font-size: 1.375rem;
}

@media screen and (max-width: 781px) {
  .business-concept-columns-sp-text {
    text-align: center;
    padding-left: 0.905rem !important;
    padding-right: 0.905rem !important;
  }
}

@media screen and (max-width: 480px) {
  .business-concept-columns-sp-text {
    text-align: left;
  }
}
.page-id-74 .other-content .wp-block-columns {
  gap: 1.75rem !important;
}

.business-greeting {
  padding-bottom: 2.625rem;
}

.business-greeting .smb-section__title {
  margin-bottom: 6.25rem !important;
}

.business-greeting .smb-section__title span:nth-child(3) {
  position: relative;
}

.business-greeting .smb-section__title span:nth-child(3):before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: #a88a52;
  position: absolute;
  bottom: -55px;
  left: calc(50% - 2px);
}

.business-greeting .smb-section__title span:nth-child(3):after {
  content: "";
  width: 1px;
  height: 40px;
  background: #a88a52;
  position: absolute;
  bottom: -52px;
  left: 50%;
}

.business-greeting .smb-section__title span:nth-child(3) {
  position: relative;
}

.business-greeting_header {
  margin-top: 1.75rem !important;
}

@media screen and (max-width: 600px) {
  .business-greeting_header_center {
    text-align: center;
  }
}
.greeting_columns {
  align-items: flex-end !important;
}
@media screen and (max-width: 1024px) {
  .greeting_columns {
    gap: 24px !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 600px) {
  .greeting_columns {
    text-align: center;
    flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 781px) {
  .greeting_columns .wp-block-column:nth-child(1) {
    flex-basis: 50% !important;
  }
}
@media screen and (max-width: 600px) {
  .greeting_columns .wp-block-column:nth-child(1) {
    flex-basis: 100% !important;
  }
}

@media screen and (max-width: 781px) {
  .greeting_columns .wp-block-image img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 781px) {
  .greeting_name {
    text-align: center !important;
  }
}

.business-greeting_name {
  transform: translate(-25px, 10px);
  width: 80%;
}
@media screen and (max-width: 781px) {
  .business-greeting_name {
    margin-top: 0.75rem !important;
    text-align: center !important;
    transform: translateY(5px);
  }
}

@media screen and (max-width: 781px) {
  .business-greeting_name img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 781px) {
  .business-greeting_name-columns {
    margin-top: 0.875rem !important;
    flex-direction: column;
    flex-wrap: nowrap !important;
  }
}

@media screen and (max-width: 781px) {
  .business-greeting_name-columns p {
    text-align: center;
    line-height: 1 !important;
  }
}

@media screen and (max-width: 575px) {
  .business-greeting_name-columns p span span {
    font-size: 1.375rem;
    line-height: 1;
  }
}

@media screen and (max-width: 475px) {
  .career_lede {
    text-align: left;
  }
}

.career_table td {
  border: none !important;
}

.career_table td:nth-child(1) {
  width: 5rem;
  vertical-align: top !important;
}

@media screen and (max-width: 475px) {
  .career_table td:nth-child(2) {
    text-align: left;
  }
}

.business-access {
  padding-top: 0;
  margin-top: 0 !important;
}

.business-access .smb-section__title {
  margin-bottom: 6.25rem !important;
}

.business-access .smb-section__title span:nth-child(3) {
  position: relative;
}

.business-access .smb-section__title span:nth-child(3):before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: #a88a52;
  position: absolute;
  bottom: -55px;
  left: calc(50% - 2px);
}

.business-access .smb-section__title span:nth-child(3):after {
  content: "";
  width: 1px;
  height: 40px;
  background: #a88a52;
  position: absolute;
  bottom: -52px;
  left: 50%;
}

@media screen and (max-width: 600px) {
  .business-access .c-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .privacy-policy {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .terms-of-service {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .recruit img {
    object-position: 76% 50%;
  }
}

.recruit-greeting {
  padding-bottom: 0;
}

.recruit-greeting .smb-section__title {
  margin-bottom: 6.25rem !important;
}

.recruit-greeting .smb-section__title span:nth-child(3) {
  position: relative;
}

.recruit-greeting .smb-section__title span:nth-child(3):before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: #a88a52;
  position: absolute;
  bottom: -55px;
  left: calc(50% - 2px);
}

.recruit-greeting .smb-section__title span:nth-child(3):after {
  content: "";
  width: 1px;
  height: 40px;
  background: #a88a52;
  position: absolute;
  bottom: -52px;
  left: 50%;
}

@media screen and (max-width: 781px) {
  .recruit-greeting .recruit-greeting_copy span {
    font-size: 1.75rem !important;
  }
}
@media screen and (max-width: 575px) {
  .recruit-greeting .recruit-greeting_copy span {
    font-size: 1.125rem !important;
  }
}

.recruit-greeting .smb-section__title br {
  display: none;
}

.recruit-greeting .smb-section__title:after {
  display: none !important;
}

.recruit-greeting .smb-section__title span {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .recruit-greeting .smb-section__title span {
    font-size: 1.5rem !important;
  }
}

.application .smb-section__title {
  margin-bottom: 6.25rem !important;
}

.application .smb-section__title span:nth-child(3) {
  position: relative;
}

.application .smb-section__title span:nth-child(3):before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background: #a88a52;
  position: absolute;
  bottom: -55px;
  left: calc(50% - 2px);
}

.application .smb-section__title span:nth-child(3):after {
  content: "";
  width: 1px;
  height: 40px;
  background: #a88a52;
  position: absolute;
  bottom: -52px;
  left: 50%;
}

@media screen and (max-width: 781px) {
  .application_job-name {
    text-align: center;
  }
}

@media screen and (min-width: 476px) {
  .application_job-name br {
    display: none;
  }
}
.application-columns {
  margin-top: 0.75rem !important;
  align-items: center;
  gap: 0 !important;
}

@media screen and (max-width: 781px) {
  .application-columns_first {
    margin-top: 0 !important;
  }
}

.application-columns_title {
  width: 12.875rem;
  background-color: #f3f8fc;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 1rem;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 781px) {
  .application-columns_title {
    text-align: center;
    border-bottom: none !important;
  }
}

.application-columns_content {
  display: flex;
  align-items: center;
  text-align: left;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 0.9375rem;
  padding-left: 1.8125rem;
  padding-bottom: 0.9375rem;
  padding-right: 1.8125rem;
}
@media screen and (max-width: 781px) {
  .application-columns_content {
    text-align: center;
    border-left: 1px solid #ccc;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.application-columns_content p {
  width: 100%;
}

.application-columns_title p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.application_button a {
  background-color: #c49a6c !important;
}

#drawer-nav {
  opacity: 0.9;
}

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