@charset "UTF-8";
/*
Theme Name: 松本自動車工業採用サイト
Theme URI:
Author: miyamoto
Author URI:
Description:
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 松本自動車工業採用サイト
Tags:
*/
html {
  scrollbar-gutter: stable;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

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

main {
  margin-top: 0px;
}

.u_max_width350 {
  max-width: 350px !important;
}

@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .u_max_widthSp100 {
    max-width: 100% !important;
  }
  .u_max_widthSpBase {
    max-width: calc(100vw - 40px) !important;
  }
}
.wp-block-template-part:has(.ly_header) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s;
}

.custom-logo {
  transition: all 0.3s;
}

.ly_header.is-type2 .custom-logo {
  filter: invert(100%);
}

.bl_header_inner {
  max-width: 1340px;
  margin: 0 auto;
}

.bl_header_navi {
  border-radius: 8px;
  overflow: hidden;
  padding: 0 20px;
  gap: 0 15px;
  flex: 1;
}
.bl_header_navi a {
  padding: 8px;
}
.bl_header_navi a[target=_blank] span::after {
  content: "";
  background-image: url("./assets/images/icon/link.svg");
  background-size: contain;
  width: 8px;
  margin-left: 4px;
  aspect-ratio: 1/1;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .bl_header_navi {
    overflow: auto;
  }
}

.bl_header_inner .bl_header-right {
  max-width: 973px;
  width: calc(100% - 160px);
}

.bl_header_navi .wp-block-navigation__container {
  min-height: 56px;
}

.bl_contactBtn {
  width: 168px;
}
@media only screen and (max-width: 1000px) {
  .bl_contactBtn {
    width: 135px;
  }
}

.bl_contactBtn .wp-block-button a {
  height: 76px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .bl_contactBtn {
    width: 100%;
    margin-top: 26px !important;
  }
  .bl_contactBtn .wp-block-button a {
    font-size: 16px;
    text-align: left;
    padding: 35px;
    display: block;
    position: relative;
  }
  .bl_contactBtn .wp-block-button a::after {
    content: "";
    width: 21px;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
  .bl_contactBtn .wp-block-button a::before {
    content: "";
    width: 5px;
    aspect-ratio: 1;
    top: 50%;
    right: 38px;
    z-index: 1;
    position: absolute;
    display: block;
    transform: translateY(-50%) rotate(45deg);
    border-top: solid 1px var(--wp--preset--color--secondary);
    border-right: solid 1px var(--wp--preset--color--secondary);
  }
  nav.bl_header_navi {
    position: fixed;
    width: 100%;
    border-radius: 0;
    height: calc(100dvh - 78px);
    left: -110%;
    transition: all 0.3s;
    top: 78px;
    background-color: #384ad3;
    display: block;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  nav.bl_header_navi {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  nav.bl_header_navi ul {
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
  }
  nav.bl_header_navi ul li [aria-expanded=true] + .wp-block-navigation__submenu-icon::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  nav.bl_header_navi ul li .wp-block-navigation__submenu-icon {
    width: 21px;
    height: 21px;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 36px;
    transform: translateY(-50%);
    background-color: #fff;
  }
  nav.bl_header_navi ul li .wp-block-navigation__submenu-icon::after, nav.bl_header_navi ul li .wp-block-navigation__submenu-icon::before {
    transition: all 0.3s;
    content: "";
    width: 8px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #384ad3;
  }
  nav.bl_header_navi ul li .wp-block-navigation__submenu-icon::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  nav.bl_header_navi ul li .wp-block-navigation__submenu-icon svg {
    display: none;
  }
  nav.bl_header_navi ul li {
    flex-wrap: wrap;
    width: 100%;
    font-weight: 500;
    border-bottom: 1px dotted currentColor;
  }
  nav.bl_header_navi ul li > a span {
    border-right: 1px dotted #fff;
    width: calc(100% - 32px);
    display: inline-block;
    line-height: 1;
  }
  nav.bl_header_navi ul li > a,
  nav.bl_header_navi ul li > button {
    width: 100%;
    padding: 21px 0;
  }
  nav.bl_header_navi ul li > a::after {
    content: "";
    width: 21px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    aspect-ratio: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  nav.bl_header_navi ul li > a::before {
    content: "";
    width: 6px;
    aspect-ratio: 1;
    display: block;
    position: absolute;
    z-index: 1;
    right: 9px;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    border-right: 1px solid #384ad3;
    border-top: 1px solid #384ad3;
  }
  nav.bl_header_navi ul .wp-block-navigation-submenu {
    position: static !important;
    color: #fff !important;
    width: 100% !important;
  }
  nav.bl_header_navi ul .wp-block-navigation-submenu li:last-child {
    padding-bottom: 15px;
  }
  nav.bl_header_navi ul .wp-block-navigation-submenu li {
    border-bottom: none;
  }
  nav.bl_header_navi ul .wp-block-navigation-submenu li a::after {
    display: none;
  }
  nav.bl_header_navi ul .wp-block-navigation-submenu li a::before {
    right: 60px;
    border-color: #fff;
  }
  nav.bl_header_navi ul .wp-block-navigation-submenu li a span {
    border-right: none;
  }
  nav.bl_header_navi > ul > li.wp-block-navigation-submenu {
    position: relative !important;
  }
  .bl_header_inner .bl_header-right {
    width: auto;
  }
  .wp-block-site-logo {
    width: 294px;
  }
  .bl_header_inner {
    padding-top: 20px !important;
  }
  body .bl_memuClass a {
    font-size: 10px;
    width: 58px !important;
    aspect-ratio: 1/1;
    display: block;
    position: relative;
    padding-top: 22px;
  }
  body .bl_memuClass a:hover {
    opacity: 1;
  }
  body .bl_memuClass a::after, body .bl_memuClass a::before {
    content: "";
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    transition: all 0.3s;
    width: 27px;
    height: 2px;
    display: block;
    background-color: currentColor;
  }
  body .bl_memuClass a::after {
    top: 24px;
  }
  body .bl_memuClass a::before {
    top: 17px;
  }
  body .bl_memuClass.is-active a {
    background-color: #fff !important;
    color: #384ad3;
  }
  body .bl_memuClass.is-active a::after {
    top: 20px;
    transform: translateX(-50%) rotate(15deg);
  }
  body .bl_memuClass.is-active a::before {
    top: 20px;
    transform: translateX(-50%) rotate(-15deg);
  }
}
@media only screen and (max-width: 767px) {
  .is-menuActive {
    overflow: hidden;
  }
  .is-menuActive .custom-logo {
    filter: invert(100%);
  }
  .is-menuActive .wp-block-template-part:has(.ly_header) {
    background-color: #384ad3;
  }
  .is-menuActive .wp-block-template-part:has(.ly_header) nav.bl_header_navi {
    left: 0;
  }
}
.bl_top_front {
  padding-top: 167px;
  background-image: url("./assets/images/kv.png");
  background-size: 1418px auto;
  background-repeat: no-repeat;
  background-position: calc(50% + 145px) 100px;
  position: relative;
  min-height: 1950px;
}
.bl_top_front_layout {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-image: url("./assets/images/kv_pics_pc.png");
  background-size: 1700px auto;
  background-position: calc(50% + 39px) -36px;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media only screen and (max-width: 1120px) {
  .bl_top_front_layout {
    background-position: calc(50% - 100px) -36px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_top_front_layout {
    background-image: url("./assets/images/kv_pics_sp_left.png"), url("./assets/images/kv_pics_sp_right.png");
    background-size: 238px auto, 198.5px auto;
    background-position: -70px 128px, right -62px top 46px;
  }
}

.bl_kv_wrapper {
  min-height: 890px;
}

body .bl_kv_txt {
  writing-mode: vertical-rl;
  font-size: 64px;
  letter-spacing: -0.08em;
}

.bl_kv_cover img {
  width: 1418px !important;
}

.bl_top_front_bottom {
  margin-top: 130px;
}
.bl_top_front_bottom .wp-block-heading {
  font-size: 46px;
  line-height: 1.3;
  margin-bottom: 8px;
  width: min(715px, 85vw);
}
.bl_top_front_bottom p {
  line-height: 2.7;
  font-size: 20px;
}
.bl_top_front_bottom .wp-block-paragraph {
  margin-top: 0px;
  text-shadow: 0px 0px 4px rgb(255, 255, 255), 0px 0px 4px rgb(255, 255, 255), 0px 0px 4px rgb(255, 255, 255), 0px 0px 4px rgb(255, 255, 255);
  margin-bottom: 54px;
  width: min(715px, 85vw);
}

@media only screen and (max-width: 767px) {
  .bl_top_front {
    padding-top: 70px;
    background-size: max(447px, 80%);
    background-position: calc(50% + 41px) 90px;
    min-height: 1120px;
  }
  .bl_kv_wrapper {
    min-height: 325px;
  }
  body .bl_kv_txt {
    font-size: 24px;
    margin-left: 17vw !important;
  }
  .bl_top_front_bottom {
    margin-top: 40px;
    padding-left: var(--wp--preset--spacing--50);
    padding-right: var(--wp--preset--spacing--50);
  }
  .bl_top_front_bottom .wp-block-heading {
    font-size: 32px;
    line-height: 1.5;
    width: auto;
  }
  .bl_top_front_bottom p {
    line-height: 2.7;
    font-size: 20px;
  }
  .bl_top_front_bottom .wp-block-paragraph {
    width: auto;
    margin-bottom: 32px;
    line-height: 2;
    font-size: 16px;
  }
}
.bl_recruitment_banner {
  margin-bottom: 100px;
}
.bl_recruitment_banner img {
  display: block;
  border-radius: 0 8px 8px 0;
}

.bl_recruitment_banner_txt p {
  padding: 12px 15px 0 0;
}

.bl_recruitment_banner_img {
  position: relative;
}
.bl_recruitment_banner_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .bl_recruitment_banner img {
    border-radius: 0 0 8px 8px;
  }
  .bl_recruitment_banner > div {
    border-width: 1px !important;
    margin-top: 28px !important;
  }
  .bl_recruitment_banner_txt p {
    padding: 31px 0px;
    font-size: min(40px, 9vw) !important;
  }
}
.bl_stickily_item {
  position: sticky;
  top: 140px;
  overflow: hidden;
}
.bl_stickily_item img {
  display: block;
}
.bl_stickily_item:last-child {
  margin-top: 1200px !important;
}
@media only screen and (max-width: 767px) {
  .bl_stickily_item:last-child {
    margin-top: 20px !important;
  }
}

.bl_stickily_wrapper {
  position: relative;
  min-height: 4000px;
}

.bl_stickily_item_txt01 {
  line-height: 2;
  padding-left: 20px;
  padding-right: 20px;
}

.bl_stickily_item_txt02 {
  margin-bottom: 102px;
}

@media only screen and (max-width: 767px) {
  .bl_stickily_item {
    position: static;
  }
  .bl_stickily_item:last-child {
    padding-bottom: 30px !important;
  }
  .bl_stickily_wrapper {
    padding-bottom: 0px;
    min-height: 0px;
  }
  .bl_stickily_item_txt01 {
    font-size: 16px !important;
  }
  .bl_stickily_item_txt02 {
    font-size: 24px !important;
    margin-bottom: 40px;
    margin-top: 8px;
    line-height: 2;
  }
  .bl_stickily_item {
    padding-top: 49px !important;
  }
}
h3.bl_headingLv03 {
  padding: 5.5px 8px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 12px;
}

.wp-block-buttons.bl_link_btn .wp-block-button {
  max-width: 100%;
}

.wp-block-buttons.bl_link_btn a {
  width: 390px;
  max-width: 100%;
  position: relative;
  text-align: left;
  padding: 30px 40px;
}
.wp-block-buttons.bl_link_btn a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 38px;
  border-radius: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 40px;
  height: 62px;
  background-color: #384ad3;
}
.wp-block-buttons.bl_link_btn a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 55px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  aspect-ratio: 1/1;
  border-top: #fff solid 3px;
  border-right: #fff solid 3px;
}
.wp-block-buttons.bl_link_btn.__blue a::before {
  background-color: #fff;
}
.wp-block-buttons.bl_link_btn.__blue a::after {
  border-color: #384ad3;
}
.wp-block-buttons.bl_link_btn.__width730 .wp-block-button,
.wp-block-buttons.bl_link_btn.__width730 a {
  max-width: 100%;
  width: 730px;
}
.wp-block-buttons.bl_link_btn.__iconLink a::after {
  background-image: url("./assets/images/icon/link02.svg");
  background-size: contain;
  width: 16px;
  margin-left: 4px;
  aspect-ratio: 1/1;
  display: inline-block;
  border: none;
  right: 48px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .wp-block-buttons.bl_link_btn.__iconLink a::after {
    right: 32px;
    width: 11px;
  }
}
.wp-block-buttons.bl_link_btn._arrow_bottom a::after {
  transform: translateY(-50%) rotate(135deg);
}

.bl_card01Item {
  padding: 23px min(30px, 2vw) 50px;
  counter-increment: card;
  position: relative;
}
.bl_card01Item::before {
  content: counter(card, decimal-leading-zero);
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.bl_card01Item_heading {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  h3.bl_headingLv03 {
    font-size: 24px !important;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
  .bl_card01Unit {
    margin-top: 24px !important;
  }
  .bl_card01Item {
    padding: 20px;
  }
  .bl_card01Item figure {
    aspect-ratio: 308/146;
    overflow: hidden;
  }
  .bl_card01Item figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bl_card01Item .bl_card01Item_heading {
    font-size: 18px !important;
    margin-top: 10px !important;
  }
  .bl_card01Item .bl_card01Item_txt {
    margin-top: 3px !important;
  }
  .wp-block-buttons.bl_link_btn a {
    font-size: 16px !important;
    padding: 20px 40px;
  }
  .wp-block-buttons.bl_link_btn a::before {
    right: 24px;
    width: 28px;
    height: 43px;
  }
  .wp-block-buttons.bl_link_btn a::after {
    right: 34px;
  }
  .bl_media01 figure {
    margin-bottom: 0px !important;
  }
  .bl_media01 > div {
    gap: 0;
  }
  .bl_media01_txt {
    line-height: 2;
    margin-top: 16px !important;
  }
  .bl_media01_wrapper .wp-block-separator {
    margin-top: 24px !important;
    margin-bottom: 30px !important;
  }
  .bl_media01_sub_heading {
    font-size: 14px;
  }
  .bl_media01_heading {
    font-size: 24px !important;
    line-height: 2;
  }
}
.bl_media02 h3 {
  margin-top: 8px;
  letter-spacing: 0.1em;
}
.bl_media02 .wp-block-column:first-child {
  padding-right: 50px;
}
.bl_media02 .wp-block-column:last-child {
  padding-left: 50px;
  border-left: solid 1px #707070;
}

@media only screen and (max-width: 767px) {
  .bl_media02 {
    margin-top: 0px !important;
  }
  .bl_media02 hr {
    margin-top: 27px !important;
    margin-bottom: 30px !important;
  }
  .bl_media02 .bl_media02_inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .bl_media02 .bl_media02_inner p {
    font-size: 14px;
  }
  .bl_media02 .bl_media02_inner h3 {
    letter-spacing: 0em;
    font-size: 24px !important;
  }
  .bl_media02 .wp-block-column:first-child {
    padding: 0 20px 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #707070;
  }
  .bl_media02 .wp-block-column:last-child {
    padding: 0 20px;
    border-left: none;
  }
}
.bl_message_wrapper {
  overflow: hidden;
  min-height: calc((50vw - 80px) * 1.0156);
}

.bl_message_img {
  position: relative;
  display: block;
}
.bl_message_img img {
  position: absolute;
  left: 80px;
  border-radius: 20px 0 0 20px;
  top: 0;
  width: calc(50vw - 80px);
  max-width: 50vw;
}

.bl_message_txt01 {
  margin-top: 35px;
  line-height: 2.22;
}

.bl_message_txt02 + .bl_message_txt03 {
  margin-top: 30px;
}

.bl_message_txt03 {
  line-height: 2;
  margin-top: 31px;
}

@media only screen and (max-width: 767px) {
  body .bl_message {
    display: block;
  }
  .bl_message_wrapper {
    margin-top: 80px !important;
    min-height: auto;
  }
  .bl_message_txt01 {
    font-size: 24px !important;
    margin-top: 22px !important;
    line-height: 2;
  }
  .bl_message_txt02 {
    margin-top: 16px !important;
    font-size: 18px !important;
  }
  .bl_message_img img {
    margin-top: 30px;
    position: static;
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
  }
  .bl_message_txt02 + .bl_message_txt03 {
    margin-top: 25px;
  }
}
.bl_member_slider.swiper {
  padding-top: 70px;
}
.bl_member_slider .swiper-slide {
  padding-left: min(50px, 3.5vw);
  padding-right: min(50px, 3.5vw);
  transition: all 0.4s;
}
.bl_member_slider .swiper-slide-active {
  transform: translateY(-70px);
}
.bl_member_slider .swiper-button-next,
.bl_member_slider .swiper-button-prev {
  display: none;
}
.bl_member_slider .swiper-pagination {
  position: static;
  margin-top: 40px;
}
.bl_member_slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
}
.bl_member_slider .swiper-pagination .swiper-pagination-bullet:nth-child(n+5) {
  display: none;
}
.bl_member_slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.bl_member_slider_badge {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 8.5px;
  line-height: 1;
  margin: 0;
  border-radius: 14px;
}

.bl_member_slider_heading {
  margin: 10px 0 5px;
  line-height: 1.83;
}

.bl_member_slider_name {
  font-size: 20px;
}

.bl_member_slider_img {
  margin-left: 4px;
  position: relative;
}

.bl_member_slider_number {
  margin: -96px 0 27px;
  font-size: 40px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100px;
  background-size: contain;
  aspect-ratio: 1;
  background-image: url("./assets/images/number_back.svg");
}

.bl_member_slider_heading {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .bl_member_slider {
    margin-top: 0 !important;
  }
  .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bl_member_slider.swiper {
    padding-top: 15px;
  }
  .bl_member_slider .swiper-slide-active {
    transform: translateY(-15px);
  }
  .bl_member_slider .swiper-pagination {
    margin-top: 28px;
  }
  .bl_member_slider_badge {
    font-size: 18px !important;
  }
  .bl_member_slider_name,
  .bl_member_slider_year {
    font-size: 16px !important;
  }
  .bl_member_slider_number {
    width: 72px;
    margin: -67px 0 12px;
    font-size: 24px;
  }
  .bl_member_slider_heading {
    margin-top: 10px;
  }
  .bl_sub_heading {
    line-height: 2;
    font-size: 24px !important;
    margin-top: 6px;
  }
}
.bl_slideMessage {
  background-image: url("./assets/images/slide01.png");
  height: 201px;
  position: relative;
  z-index: 1;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: 0 0;
  animation: 20s linear 1s infinite running bganim;
}

@keyframes bganim {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1578px 0;
  }
}
.bl_newsListbox {
  flex: 1 !important;
}

.bl_newsList h3 {
  margin-top: 20px !important;
  display: block;
}

.bl_newsList h3 a {
  text-decoration: underline;
  line-height: 2;
  font-weight: normal;
}

.bl_newsList li {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 13px;
}
.bl_newsList li:not(:last-child) {
  margin-bottom: 20px !important;
}

.bl_newsList_badge {
  padding: 0px 10px;
  border-radius: 12px;
}

.bl_news_wrapper {
  margin-bottom: -120px !important;
}

@media only screen and (max-width: 767px) {
  .bl_slideMessage {
    height: 90px;
  }
  @keyframes bganim {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -706.5px 0;
    }
  }
  .bl_news_wrapper {
    margin-top: -45px !important;
    padding-top: 64px !important;
    margin-bottom: -145px !important;
  }
  .bl_newsList_wrapper {
    padding: 18px 20px 20px !important;
  }
  .bl_newsList li {
    margin-bottom: 12px;
    margin-top: 0;
  }
  .bl_newsList li time {
    font-size: 18px;
  }
  .bl_news_wrapper_heading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .bl_news_wrapper_heading h3,
  .bl_news_wrapper_heading p {
    margin-right: 0 !important;
  }
  .bl_newsList h3 {
    font-size: 16px !important;
    margin-top: 18px !important;
  }
  .bl_newsListbox .bl_link_btn {
    margin-top: 30px !important;
  }
  .bl_newsListbox .bl_link_btn .wp-block-button {
    max-width: 100% !important;
  }
}
.bl__bottom_recruitment {
  background-image: url("./assets/images/recruitment_back_pc.png");
  background-size: cover;
  background-position: center 0;
  position: relative;
  z-index: 1;
  padding-top: 160px;
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
  .bl__bottom_recruitment {
    padding-top: 250px;
    background-image: url("./assets/images/recruitment_back_sp.png");
    border-radius: 50px;
    padding-bottom: 70px !important;
  }
}

.bl__bottom_recruitment_txt,
.bl__bottom_recruitment_heading {
  text-shadow: -3px 0 2px #fff, 3px 0 2px #fff, -3px 0 2px #fff, 3px 0 2px #fff, -3px 0 2px #fff, 3px 0 2px #fff, -3px 0 2px #fff, 3px 0 2px #fff, -3px 0 2px #fff, 3px 0 2px #fff, 0 -3px 2px #fff, 0 3px 2px #fff, -3px -3px 2px #fff, 3px -3px 2px #fff, -3px 3px 2px #fff, 3px 3px 2px #fff;
}

@media only screen and (max-width: 767px) {
  .bl__bottom_recruitment_heading {
    font-size: 36px !important;
  }
  .bl__bottom_recruitment_txt {
    margin-top: 0;
    font-size: 18px !important;
  }
  .recruitment_bl_link_btn {
    margin-top: 30px !important;
    gap: 20px !important;
  }
  .recruitment_bl_link_btnLink:last-child {
    margin-top: 20px !important;
  }
  .recruitment_bl_link_btnLink:last-child .wp-block-button {
    width: 350px !important;
  }
}
body .bl_footer_message {
  writing-mode: vertical-rl;
  font-size: 64px;
  letter-spacing: 0.1em;
  margin-left: -8px;
  line-height: 1.6em;
}

.bl_footer_menwWrapper {
  margin-top: -40px !important;
}

.bl_footer_menu {
  margin-top: 34px !important;
  margin-right: 28px;
}
.bl_footer_menu a[target=_blank]::after {
  content: "";
  background-image: url("./assets/images/icon/link.svg");
  background-size: contain;
  filter: invert(100%);
  width: 8px;
  margin-left: 4px;
  aspect-ratio: 1/1;
  display: inline-block;
}

.bl_page_top_wrapper {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bl_page_top {
  position: absolute;
  right: 10px;
  top: 8px;
}
.bl_page_top::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 4px 6px 4px;
  border-color: transparent transparent #000 transparent;
}
@media only screen and (max-width: 767px) {
  .bl_page_top {
    top: -80px;
  }
}

@media only screen and (max-width: 767px) {
  .bl_footer_menwWrapper {
    margin-top: -10px !important;
  }
  body .bl_footer_message {
    font-size: 30px !important;
    line-height: 1.4em;
    letter-spacing: 0em;
  }
  .bl_footer_address {
    flex-direction: column;
    gap: 8px;
  }
  .bl_footer_small {
    text-align: center;
    margin-top: 10px;
  }
  .bl_footer_front {
    margin-bottom: 65px;
  }
}
.entry-content {
  margin-top: 0;
}

.bl_page_kv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 230px;
  color: #fff;
  height: 600px;
}
.bl_page_kv a {
  color: #fff;
  text-decoration: underline;
}

.bl_page_kv_point {
  background-image: url("./assets/images/header/header_point_pc.png");
}
@media only screen and (max-width: 767px) {
  .bl_page_kv_point {
    background-image: url("./assets/images/header/header_point_sp.png");
  }
}

.bl_page_kv_member {
  background-image: url("./assets/images/header/header_member_pc.png");
}
@media only screen and (max-width: 767px) {
  .bl_page_kv_member {
    background-image: url("./assets/images/header/header_member_sp.png");
  }
}

.bl_page_kv_company {
  background-image: url("./assets/images/header/header_company_pc.png");
}
@media only screen and (max-width: 767px) {
  .bl_page_kv_company {
    background-image: url("./assets/images/header/header_company_sp.png");
  }
}

.bl_page_kv_job-description {
  background-image: url("./assets/images/header/header_job-description_pc.png");
}
@media only screen and (max-width: 767px) {
  .bl_page_kv_job-description {
    background-image: url("./assets/images/header/header_job-description_sp.png");
  }
}

.bl_page_kv_news {
  background-image: url("./assets/images/header/header_news_pc.png");
}
@media only screen and (max-width: 767px) {
  .bl_page_kv_news {
    background-image: url("./assets/images/header/header_news_sp.png");
  }
}

.yoast-breadcrumbs {
  margin-top: 50px;
  font-size: 12px;
}
.yoast-breadcrumbs > span {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.yoast-breadcrumbs a::after {
  width: 30px;
  height: 1px;
  display: inline-block;
  content: "";
  background-color: currentColor;
  vertical-align: middle;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .bl_page_kv {
    padding-top: 155px;
    height: 440px;
  }
  .yoast-breadcrumbs {
    margin-top: 85px;
  }
}
.bl_sideNaviBox {
  margin-top: 92px;
}

.bl_sideNaviBox_left {
  width: 400px;
  position: relative;
  z-index: 1;
}

.bl_sideNaviBox_right {
  padding-top: 0px;
  flex: 1;
}
.bl_sideNaviBox_right p {
  line-height: 2;
}

.bl_sideNaviBox_left_list {
  position: sticky;
  top: 120px;
  left: 0;
  list-style: none;
  background-color: #384ad3;
  width: 320px;
  padding-left: 0;
  border-radius: 0 20px 20px 0;
  margin-left: 0 !important;
  padding: 19px 0 19px 40px;
}
.bl_sideNaviBox_left_list li {
  margin: 23px 0;
  position: relative;
  opacity: 0.6;
}
.bl_sideNaviBox_left_list li.is-active {
  opacity: 1;
}
.bl_sideNaviBox_left_list li a::before {
  content: "";
  vertical-align: middle;
  width: 8px;
  aspect-ratio: 1;
  margin-right: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: currentColor;
}

.bl_sideNaviBox {
  overflow: clip;
}

.bl_pageHeading01 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.bl_pageHeading02 {
  position: relative;
  padding-left: 60px;
}
.bl_pageHeading02::before {
  border-radius: 100%;
  content: "";
  width: 30px;
  height: 46px;
  background-color: #384ad3;
  position: absolute;
  left: 12px;
  top: 0px;
  transform: rotate(45deg);
}

.bl_point_section {
  position: relative;
}
.bl_point_section::after {
  position: absolute;
  display: block;
}

.bl_point_section01::after {
  bottom: -30px;
  left: -420px;
  content: "";
  width: 100vw;
  height: 246px;
  background-image: url("./assets/images/point/cars_pc.png");
  background-size: auto 100%;
  background-position: center 0;
  transform: translateY(100%);
}
@media only screen and (max-width: 767px) {
  .bl_point_section01::after {
    background-image: url("./assets/images/point/cars_sp.png");
  }
}

@media only screen and (max-width: 767px) {
  .bl_sideNaviBox {
    margin-top: 44px;
  }
  .bl_pageHeading01 {
    font-size: 24px !important;
    line-height: 2;
    margin-bottom: 18px !important;
  }
  .bl_sideNaviBox_left {
    display: none;
  }
  .bl_pageHeading02 {
    padding-left: 30px;
    font-size: 20px !important;
    line-height: 2;
    margin-top: 18px;
    margin-bottom: 20px !important;
  }
  .bl_pageHeading02::before {
    width: 14px;
    height: 21px;
    top: 12px;
    left: 6px;
  }
  .bl_point_section01 {
    margin-bottom: 250px !important;
  }
  .bl_point_section01::after {
    bottom: -47px;
    left: -20px;
    height: 160px;
  }
}
.bl_makers {
  gap: 30px 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 100%;
}

.bl_slideImg02.wp-block-image {
  width: calc(100vw - 420px);
}
.bl_slideImg02.wp-block-image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .bl_makers {
    padding: 18px 20px !important;
    gap: 20px;
  }
  .bl_makers img {
    width: 159px;
  }
  .bl_point_section02 {
    margin-top: 50px !important;
  }
  .bl_slideImg.wp-block-image,
  .bl_slideImg02.wp-block-image {
    overflow: auto;
    padding-right: 20px;
    max-width: calc(100vw - 20px);
    margin-right: -20px !important;
    display: block;
  }
  .bl_slideImg.wp-block-image img,
  .bl_slideImg02.wp-block-image img {
    width: 900px;
    max-width: 900px;
  }
  .bl_slideImg02.wp-block-image {
    width: auto;
  }
}
.bl_point_section02::after {
  bottom: -130px;
  left: -420px;
  content: "";
  width: 100vw;
  height: 500px;
  background-image: url("./assets/images/point/people.png");
  background-size: auto 100%;
  background-position: center 0;
  transform: translateY(100%);
}

@media only screen and (max-width: 767px) {
  .bl_point_section02 {
    margin-bottom: 332px !important;
  }
  .bl_point_section02::after {
    bottom: -30px;
    left: -20px;
    height: 279px;
  }
}
.bl_img_people {
  max-width: inherit;
  display: block;
  margin-top: 125px !important;
  margin-bottom: 35px;
  margin-right: -20px !important;
  margin-left: -200px !important;
}
.bl_img_people img {
  width: 100%;
  border-radius: 20px 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .bl_img_people {
    margin-bottom: 25px;
    margin-top: 42px !important;
    margin-right: -20px !important;
    margin-left: 0px !important;
  }
  .bl_working_data_number {
    font-size: 50px !important;
  }
  .bl_working_data_unit {
    font-size: 20px !important;
  }
}
.bl_working_data_content p {
  line-height: 1;
}

@media only screen and (max-width: 1090px) {
  .bl_working_data_unit {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .bl_working_data:last-child .bl_working_data_content {
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: space-between;
    width: 188px;
    margin-left: auto;
    margin-right: auto;
  }
  .bl_working_data:last-child .bl_working_data_content p:last-child {
    text-align: right;
    width: 100%;
  }
}
.bl_member_box_inner {
  position: relative;
}

.bl_member_pic {
  max-width: 883.5px;
  width: 62vw;
}
.bl_member_pic img {
  display: block;
}

.bl_member_number {
  position: absolute;
  right: 47px;
  width: 100px;
  aspect-ratio: 1;
  top: 114px;
  background-image: url("./assets/images/number_back_line.svg");
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_member_message {
  position: absolute;
  writing-mode: vertical-rl;
  left: 15px;
  top: 122px;
  letter-spacing: 0.15em;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .bl_member_message {
    font-size: 18px !important;
  }
}

.bl_member_data {
  position: absolute;
  right: 50px;
  bottom: clamp(40px, 11vw, 154px);
  margin-top: 0;
}

.bl_member_position {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 13px;
  padding: 0 21px !important;
}

@media only screen and (max-width: 767px) {
  .bl_member_pic {
    width: 100%;
  }
  .bl_member_box {
    margin-top: 94px !important;
  }
  .bl_member_message {
    line-height: 2.1;
    left: 18px;
    top: 6px;
  }
  .bl_member_position {
    font-size: 18px !important;
  }
  .bl_member_name {
    font-size: 24px !important;
  }
  .bl_member_data {
    right: -9px;
    bottom: -9px;
  }
  .bl_member_number {
    right: 0px;
    top: 0px;
    font-size: 40px !important;
  }
}
.bl_kvUnder_decoration {
  margin-top: max(-188px, -13vw);
  overflow: hidden;
}
.bl_kvUnder_decoration img {
  transform: translateX(104px);
}

@media only screen and (max-width: 767px) {
  .bl_kvUnder_decoration {
    margin-top: 5px;
  }
  .bl_kvUnder_decoration img {
    transform: translateX(-27px);
    max-width: 119.7%;
  }
}
.bl_breadcrumbs {
  margin-top: -66px !important;
}
.bl_breadcrumbs a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .bl_breadcrumbs {
    margin-top: -35px !important;
  }
}

.bl_memberInterviewWrapper {
  margin-top: 116px !important;
  padding-bottom: 85px;
  position: relative;
}
.bl_memberInterviewWrapper::after {
  content: "";
  border-left: 2px dotted #000;
  position: absolute;
  left: 56px;
  height: 101%;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .bl_memberInterviewWrapper {
    margin-top: 46px !important;
    padding-bottom: 48px;
  }
  .bl_memberInterviewWrapper::after {
    left: 6px;
  }
}

.bl_memberInterview {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .bl_memberInterview {
    margin-bottom: 50px;
  }
}

.bl_memberInterview_heading01 {
  position: relative;
  z-index: 1;
  line-height: 2;
  margin-top: -10px !important;
  padding-left: 30px;
}
.bl_memberInterview_heading01::before {
  content: "";
  width: 15px;
  aspect-ratio: 1;
  display: block;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 18px;
}
@media only screen and (max-width: 767px) {
  .bl_memberInterview_heading01 {
    font-size: 24px !important;
  }
}

.bl_memberInterview_front {
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .bl_memberInterview_front {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .bl_memberInterview_back {
    padding-left: 30px;
  }
}
.bl_memberInterview_heading02 {
  position: relative;
}
.bl_memberInterview_heading02::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  height: 3px;
  display: block;
  background-color: #384ad3;
  transform: translateY(-50%);
}
.bl_memberInterview_heading02 p {
  position: relative;
  z-index: 1;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .bl_memberInterview_heading02 p {
    font-size: 18px !important;
  }
}

.bl_memberInterview_txt {
  padding-left: 4.2vw;
  margin-top: 2px;
  margin-bottom: 45px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .bl_memberInterview_txt {
    padding-left: 60px;
    margin-top: 0px;
    margin-bottom: 22px;
  }
}

.bl_memberMessageInner .bl_pageHeading02::before {
  background-color: #fff;
}
.bl_memberMessageInner {
  padding: 55px 45px 45px 45px;
}
.bl_memberMessageInner p {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .bl_memberMessageInner {
    border-radius: 0 !important;
    padding: 18px 25px 25px;
    margin-bottom: 58px !important;
  }
  .bl_memberMessageInner .bl_pageHeading02 {
    margin-bottom: 10px !important;
  }
  .bl_memberMessageInner p {
    margin-top: 10px;
    margin-bottom: 32px;
  }
}

.bl_memberCard {
  margin-bottom: 25px !important;
}
.bl_memberCard:nth-child(2n) {
  transform: translateY(45px);
}
.bl_memberCard .bl_member_slider_number {
  margin-top: -40px;
}
.bl_memberCard .bl_member_slider_heading {
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .bl_message_body {
    margin-top: 40px !important;
  }
  .bl_memberCardUnit {
    margin-top: 40px !important;
  }
  .bl_memberCard {
    margin-bottom: 20px !important;
  }
  .bl_memberCard:nth-child(2n) {
    transform: translateY(32px);
  }
  .bl_memberCard .bl_member_slider_name {
    margin-bottom: 10px;
  }
}
.bl_memberList .bl_memberCard:nth-child(2n) {
  transform: translateY(0px);
}
@media only screen and (max-width: 767px) {
  .bl_memberList .bl_memberCardUnit {
    margin-top: 0 !important;
    margin-bottom: 95px !important;
  }
  .bl_memberList .bl_memberCardUnit .bl_memberCard {
    margin-bottom: 0 !important;
  }
}

.bl_memberList_elder01 .bl_memberCard:has(a[href*=elder01]) {
  display: none;
}

.bl_memberList_elder02 .bl_memberCard:has(a[href*=elder02]) {
  display: none;
}

.bl_memberList_elder03 .bl_memberCard:has(a[href*=elder03]) {
  display: none;
}

.bl_memberList_elder04 .bl_memberCard:has(a[href*=elder04]) {
  display: none;
}

.bl_conditions ul {
  list-style: none;
}
.bl_conditions ul li {
  position: relative;
  padding-left: 15px;
  line-height: 2;
  margin: 1px;
}
.bl_conditions ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  display: block;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #384ad3;
}

@media only screen and (max-width: 767px) {
  .bl_catchTxt {
    margin-top: 40px !important;
    line-height: 2 !important;
    margin-bottom: 44px !important;
  }
  .bl_catchTxt__02 {
    margin-top: 74px !important;
    margin-bottom: 0 !important;
  }
  .bl_catchTxt__question {
    margin-bottom: 0px !important;
  }
  .bl_conditions_unit {
    gap: 30px;
  }
  .bl_conditions_wrapper {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .bl_conditions_heading {
    font-size: 24px !important;
  }
  .bl_conditions {
    padding-left: 29px !important;
    padding-bottom: 22px !important;
    margin-top: 20px;
  }
  .bl_conditions ul {
    padding-left: 0px;
    margin-top: 24px !important;
  }
}
.bl_bbq_pic {
  margin-left: auto;
  max-width: 1220px;
  width: 95%;
}
.bl_bbq_pic img {
  border-radius: 20px 0 0 20px !important;
}
@media only screen and (max-width: 767px) {
  .bl_bbq_pic {
    margin-top: -130px !important;
    width: 100%;
  }
}

.bl_bbq_body {
  border-radius: 20px 0 0 20px !important;
}
@media only screen and (max-width: 767px) {
  .bl_bbq_body {
    margin-top: 125px !important;
    padding-left: 20px !important;
    padding-bottom: 28px !important;
  }
}

.bl_bbq_heading {
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .bl_bbq_heading {
    font-size: 24px !important;
  }
}

.bl_bbq_body_txtbox {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 14px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .bl_bbq {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.bl_addressItem_txt {
  line-height: 2;
}

.bl_addressItem iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.bl_addressItem p {
  margin-top: 18px;
}

@media only screen and (max-width: 767px) {
  .bl_officeWrapper {
    margin-top: 78px !important;
  }
  .bl_addressUnit {
    margin-top: 23px !important;
  }
  .bl_pageHeading02 {
    margin-bottom: 10px !important;
  }
  .bl_addressItem iframe {
    margin-top: 16px;
  }
  .bl_addressItem p {
    margin-top: 0px;
  }
}
.bl_animLine {
  height: 229px;
  background-image: url("./assets/images/text_line.png");
  background-size: auto 100%;
  animation: 20s linear 1s infinite running jobSlider;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .bl_animLine {
    height: 68px;
    margin-top: -138px !important;
    margin-bottom: 136px !important;
  }
}

@keyframes jobSlider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1443.5px 0;
  }
}
@media only screen and (max-width: 767px) {
  @keyframes jobSlider {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -428.6px 0;
    }
  }
}
.bl_job-description_heading {
  border-bottom: 1px solid #384ad3;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .bl_job-description_heading {
    padding-bottom: 38px;
  }
}

.bl_job-description_data {
  margin-top: 30px !important;
}

.bl_job-description_data_heading,
.bl_job-description_data_body {
  padding-bottom: 27px;
  line-height: 1.6;
}

.bl_job-description_data_body {
  padding-left: 1.7em;
}

.bl_job-description_data_heading {
  border-bottom: 1px solid #384ad3;
}

.bl_job-description_data_body {
  border-bottom: 1px solid #f1f1ef;
}

.bl_job-description {
  margin-top: 120px !important;
}
.bl_job-description.bl_job-description__career {
  margin-top: 100px !important;
}
@media only screen and (max-width: 767px) {
  .bl_job-description {
    margin-top: 50px !important;
    border-radius: 20px !important;
    padding: 57px 30px 55px !important;
  }
}

@media only screen and (max-width: 767px) {
  .bl_job-description_data_heading {
    border-bottom: none;
    padding-bottom: 14px;
  }
  .bl_job-description_data_heading p {
    font-size: 20px !important;
  }
  .bl_job-description_data_body {
    font-size: 16px !important;
    padding-left: 0;
    padding-bottom: 30px;
    position: relative;
  }
  .bl_job-description_data_body::after {
    content: "";
    width: 150px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #384ad3;
  }
  .bl_job-description_data_body p {
    line-height: 2;
  }
  .bl_question_txt01 {
    margin-top: 24px !important;
  }
  .bl_question_txt01 p {
    font-size: 16px !important;
  }
}
.bl_contactForm {
  margin-top: 44px;
}
.bl_contactForm .wp-block-snow-monkey-forms-item {
  background-color: #f0f0f0;
  border-radius: 5px;
  padding: 20px 30px;
  display: flex;
  margin-bottom: 20px;
}
.bl_contactForm .wp-block-snow-monkey-forms-item:has([data-validations*=required]) .smf-item__label::after {
  content: "必須";
  display: inline-block;
  padding-left: 12px;
  font-size: 12px;
  margin-left: 10px;
  background-image: url("./assets/images/icon/circle.svg");
  background-size: 9px auto;
  background-position: left center;
  background-repeat: no-repeat;
}
.bl_contactForm .smf-item__col--label {
  font-weight: bold;
  font-size: 18px;
  width: 225px;
  padding-top: 6px;
}
.bl_contactForm .smf-item__col--controls {
  padding-left: 50px;
  min-height: 48px;
  border-left: 1px solid #fff;
  flex: 1;
}
.bl_contactForm .smf-item__col--controls input,
.bl_contactForm .smf-item__col--controls textarea {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.bl_contactForm .smf-item__col--controls input::-moz-placeholder, .bl_contactForm .smf-item__col--controls textarea::-moz-placeholder {
  color: #d3d3d3;
}
.bl_contactForm .smf-item__col--controls input::placeholder,
.bl_contactForm .smf-item__col--controls textarea::placeholder {
  color: #d3d3d3;
}
@media only screen and (max-width: 767px) {
  .bl_contactForm .smf-item__col--controls input,
  .bl_contactForm .smf-item__col--controls textarea {
    padding-left: 0;
  }
}
.bl_contactForm .smf-item__col--controls textarea {
  height: 460px;
}
@media only screen and (max-width: 767px) {
  .bl_contactForm .smf-item__col--controls textarea {
    height: 390px;
  }
}
.bl_contactForm .smf-action {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.bl_contactForm [data-action=confirm],
.bl_contactForm [data-action=complete] {
  width: 350px;
  max-width: 100%;
  position: relative;
  text-align: left;
  padding: 37px 40px;
  background-color: #384ad3;
  background-image: none;
  color: #fff !important;
  border-radius: 55px;
  font-size: 20px;
  font-weight: bold;
}
.bl_contactForm [data-action=confirm]::before,
.bl_contactForm [data-action=complete]::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 38px;
  border-radius: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 40px;
  height: 62px;
  background-color: #fff;
}
.bl_contactForm [data-action=confirm]::after,
.bl_contactForm [data-action=complete]::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 55px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  aspect-ratio: 1/1;
  border-top: #384ad3 solid 3px;
  border-right: #384ad3 solid 3px;
}
@media only screen and (max-width: 767px) {
  .bl_contactForm [data-action=confirm],
  .bl_contactForm [data-action=complete] {
    font-size: 16px !important;
    padding: 27px 40px;
    width: 100%;
  }
  .bl_contactForm [data-action=confirm]::before,
  .bl_contactForm [data-action=complete]::before {
    right: 24px;
    width: 28px;
    height: 43px;
  }
  .bl_contactForm [data-action=confirm]::after,
  .bl_contactForm [data-action=complete]::after {
    right: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .bl_contactForm .wp-block-snow-monkey-forms-item {
    display: block;
  }
  .bl_contactForm .smf-item__col--label {
    padding-bottom: 14px;
  }
  .bl_contactForm .smf-item__col--controls {
    border: none;
    padding-left: 0;
    padding-top: 12px;
    border-top: 1px solid #fff;
  }
  .bl_contactForm .bl_form_txt01 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    font-size: 18px !important;
    line-height: 1.44;
  }
  .bl_contactForm .smf-action {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
.bl_contactForm .bl_privacy {
  background-color: rgba(56, 74, 211, 0.1);
  overflow: auto;
  padding: 50px;
  height: 318px;
}
@media only screen and (max-width: 767px) {
  .bl_contactForm .bl_privacy {
    padding: 30px 25px 40px;
  }
}
.bl_contactForm [data-screen=confirm] .bl_privacy,
.bl_contactForm [data-screen=confirm] .bl_form_txt01 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .bl_contactForm [data-screen=confirm] [data-action=complete] {
    width: 235px !important;
  }
}
.bl_contactForm [data-action=back] {
  max-width: 100%;
  position: relative;
  padding: 15px 40px;
  background-color: #384ad3;
  background-image: none;
  color: #fff;
  border-radius: 55px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .bl_contactForm [data-action=back] {
    font-size: 16px;
  }
}
.bl_contactForm .smf-sending {
  display: none;
}
.bl_contactForm .smf-action {
  text-align: center;
}

body:has([data-screen=complete]) .bl_catchTxt,
body:has([data-screen=complete]) .bl_question_txt01 {
  display: none;
}
body:has([data-screen=complete]) .smf-form {
  margin-top: 90px;
}

.bl_single_data {
  margin-top: 100px !important;
}
.bl_single_data time {
  font-weight: bold;
  font-size: 18px;
}
.bl_single_data .taxonomy-category a {
  display: inline-block;
  background-color: #384ad3;
  color: #fff;
  padding: 0px 10px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .bl_single_data {
    margin-top: 47px !important;
  }
}

.bl_single_body {
  line-height: 2;
}
.bl_single_body p {
  margin-top: 34px;
}
.bl_single_body img {
  display: block;
}

.single-post article .bl_link_btn {
  width: 350px;
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .bl_single_heading {
    font-size: 24px !important;
    line-height: 2;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
}
.bl_archiveWrapper {
  margin-top: 100px !important;
}
.bl_archiveWrapper .bl_single_data {
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .bl_archiveWrapper {
    margin-top: 46px !important;
    gap: 100px;
  }
}

.bl_archiveBody {
  flex: 1;
}
.bl_archiveBody li {
  margin-top: 0;
}
.bl_archiveBody .wp-block-query-pagination-numbers {
  display: flex;
  gap: 4px;
}
.bl_archiveBody .wp-block-query-pagination-numbers .page-numbers {
  width: 22px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-weight: 500;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
.bl_archiveBody .wp-block-query-pagination-numbers .page-numbers.current {
  color: #fff;
  background-color: #384ad3;
}
.bl_archiveBody .wp-block-query-pagination-numbers {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .bl_archiveBody {
    min-width: 100%;
  }
  .bl_archiveBody .wp-block-query-pagination {
    margin-top: 36px;
  }
}

.bl_archiveSide {
  width: 290px;
  position: relative;
}
.bl_archiveSide > div {
  position: sticky;
  left: 0;
  top: 150px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #384ad3;
}
.bl_archiveSide .bl_archiveSide_heading {
  background-color: #384ad3;
  font-size: 24px;
  padding: 40px 30px 40px;
  color: #fff;
}
.bl_archiveSide ul {
  list-style: none;
  margin: 0;
  padding: 40px 30px 30px;
}
.bl_archiveSide ul li {
  padding-bottom: 22px;
}
.bl_archiveSide ul li:not(:last-child) {
  margin-bottom: 20px;
}
.bl_archiveSide ul li a {
  font-weight: bold;
  text-decoration: underline;
}
.bl_archiveSide ul li {
  border-bottom: 2px solid #384ad3;
}
@media only screen and (max-width: 767px) {
  .bl_archiveSide {
    width: 100%;
  }
  .bl_archiveSide .bl_archiveInner {
    max-width: 100%;
  }
}

.bl_archiveItem {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.bl_archiveItem .bl_archiveHeading {
  margin-top: 16px !important;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .bl_archiveItem {
    padding-bottom: 15px;
  }
  .bl_archiveItem .bl_archiveHeading {
    margin-top: 16px !important;
    font-size: 16px !important;
  }
}