/* ============================================
   SP (Smartphone) Layout Adjustments
   ============================================ */

/* Mobile-specific overrides and adjustments */
@media (max-width: 767px) {

  /* ===========================
     全体設定
     =========================== */
  body {
    font-size: 14px;
    overflow-x: hidden;
    width: 100%;
    position: relative;
  }

  html {
    overflow-x: hidden;
    width: 100%;
  }

  .container,
  .container-fluid {
    overflow-x: hidden;
    max-width: 100%;
  }
  .navbar .container-fluid{
    padding: 0;
  }

  .side-menu-content{
    padding-right: 1rem;
    padding-top: calc(1rem + 47px);
  }

  /* rowのネガティブマージンをリセット */
  .page_index .row:not(.works-grid):not(.topics-grid) {
    margin-left: 0;
    margin-right: 0;
  }

  .page_index :not(.works-grid):not(.topics-grid) > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec_content > .container > .row > .col-md-11{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .breadcrumbs{
    margin: 0 1rem;
  }

  /* ===========================
     ヘッダー
     =========================== */
  .header .navbar {
    padding: 1rem;
  }

  .navbar-brand img {
    max-width: 180px;
  }

  .hamburger-menu {
    width: 45px;
    height: 45px;
    padding: 12px 8px;
  }

.side-menu-nav {
    border-radius: 6px 0 6px 6px;
}
.sec_header {
    height: 300px;
}
.sec_content > .container{
  margin:0;
}
.page_contact .content_block{
  border-radius: 0;
  padding: 3rem 2.25rem;
  background: #fff;
  
}
.page_contents .content_block,
.page_aboutus .content_block,
.page_privacy .content_block,
.page_recruit .content_block{
  border-radius: 0;
  padding: 1.5rem;
  box-shadow: unset;
}
.page_contact .content_block > div {
    background-color: var(--color-white);
    padding: unset;
    border-radius: 0;
    box-shadow: unset;
}
.page_contents_public .content_block{
  padding: 5px 5px 0 5px;
}
.page_contents_residential .content_block{
  padding: 5px 5px 3rem 5px;
}
.page_contents_residential .residential_wrap {
    margin-top: 2rem;
    margin-bottom: -2rem;
}

.content_public_text {
    z-index: 989;
    position: absolute;
    top: 2rem;
    left: 0;
    color: #fff;
    font-size: 14px;
    width: 100%;
    font-weight: 300;
    padding: 1rem 2rem 0;
}
.col-md-4.col-xxl-3.mt-50 {
    margin-top: 0rem !important;
    /* margin-bottom: 0rem !important; */
}
.contents_works_swiper{
  border-radius: 6px !important;
}

.works_gallery_swiper {
  position: relative;
  overflow: visible;
}

.works_gallery_swiper .swiper {
  overflow: visible;
}

/* contents_residentialページ専用のスタイル - 削除（JS側でslidesPerViewを調整） */

.public_cards_area{
  margin: 0;
}
.public_cards_area > .col-md-4{
  padding: 0;
}
.public_card_text_wrapper {
    margin: 0 2.5rem;
    padding: 4rem 0 3rem;
}
.public_card_text_wrapper h3 {
    font-size: 19px;
}
.section_text{
  margin:0 !important;
}
.content_block {
    margin-bottom: 2rem;
}
.sp-mb-50{
  margin-bottom: 50px;
}
.col-md-4.col-xxl-3.mt-50.sp-mt-20,
.sp-mt-20{
  margin-top: 20px !important;
}

.page_recruit .content_img_bgger,
.content_img_bgger {
    MIN-HEIGHT: unset;
}
.page_recruit .section_image.concept_image{
        margin-bottom: 1.5rem;  
}


/*hero*/
.page_2nd.page_contents {
    background-image: url('../img/contents/FV_img01works.png');
    background-size: 190%;
    background-position: top;
}
.page_2nd.page_aboutus {
    background-size: 190%;
    background-position: top;
}
.page_contents_residential .sec_header .title_wrapper img,
.page_contents_public .sec_header .title_wrapper img {
    width: auto;
    height: 30vw;
    object-fit: cover;
    object-position: center;
}

.page_2nd.page_ownedmachinery {
    background-image: url(../img/ownedmachinery/FV_img01owned_sp.png);
}
.page_2nd.page_contents {
    background-image: url(../img/contents/FV_img01works_sp.png);
    background-size: 190%;
    background-position: top;
}

.pagination_wrapper {
    display: flex;
    justify-content: center;
    margin: 0;
}
.page-item-prev {
    margin-right: 1rem;
}
.page-item-next {
    margin-left: 1rem;
}
.page-link {
    min-width: 35px;
    height: 35px;
}
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    gap: .5rem;
    align-items: center;
}
.staff_card_image {
    border: 2px solid #FFF;
}
  /* ===========================
     セクションタイトル
     =========================== */
  .section_title {
    font-size: 28px;
  }

  .section_subtitle {
    font-size: 12px;
  }

  .section_title_wrapper {
    margin-bottom: 30px;
  }

  /* ===========================
     セクションパディング
     =========================== */
  .sec_content {
    padding: 40px 0;
  }

  .content_block {
    padding: 30px 0;
  }

  /* ===========================
     ボタン
     =========================== */
  .btn_middle,
  .btn_small,
  .btn_exsmall {
    width: 100%;
    padding: 14px 20px;
    font-size: 14px;
  }

  .btn_submit {
    min-width: 100%;
  }

.btn_wrapper {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 0;
}

  .btn_wrapper.mt-100 {
    margin-top: 50px;
  }
a.btn {
    padding: 15px 20px;
}
a.btn::before {
    bottom: 27px;
}
a.btn {
    padding: 15px 20px;
    font-size: 13px;
}
a.fixed-btn::after {
    width: 16px;
}
  /* ===========================
     固定フッターボタン
     =========================== */
.fixed-footer-buttons {
    gap: 0;
    width: 90%;
    right: 0;
    /* left: 0; */
}

  .fixed-btn {
    width: 50%;
    font-size: 14px;
    padding: 12px 15px 12px 24px;
  }
  .fixed-btn-recruit {
    border-radius: 20px 0 0 0;
}
a.fixed-btn::before {
    right: 15px;
    bottom: 25px;
}

  /* ===========================
     コンテンツラッパー
     =========================== */
  .hero_lead_image,
  .works_intro,
  .recruit_intro_content,
  .faq_wrapper,
  .history_wrapper {
    max-width: 100%;
  }

  /* ===========================
     Hero Section
     =========================== */
  .sec_hero {
    min-height: 500px;
  }

.hero_lead {
    top: 40px;
    right: 15px;
    width: 60vw;
}

  .hero_logo {
    bottom: 40px;
    left: 15px;
  }

  .hero_scroll {
    display: none;
  }

  /* Hero画像調整 */
  .page_index .hero_lead_image {
    max-width: 100%;
  }

  .page_index .hero_logo {
    max-width: 100%;
  }

  .page_index .hero_logo .logo {
    max-width: 200px;
  }

  /* ===========================
     カード
     =========================== */
  .nav_card_content {
    padding: 20px 15px;
  }

  .nav_card_title_en {
    font-size: 20px;
  }

  .nav_card_title_ja {
    font-size: 14px;
  }

  /* 回遊カード HTML版 - SP用 */
  .nav_card_html {
    padding: 25px 30px;
  }
  .nav_card_html.has_image {
    padding: 4px;
  }
  .nav_card_html.has_image .nav_card_text {
    padding: 25px 15px 15px 15px;
  }
  .nav_card_html .nav_card_title_ja {
    font-size: 12px;
  }
  .nav_card_html .nav_card_title_en {
    font-size: 24px;
  }
  .nav_card_html .nav_card_image {
    width: 100px;
  }
  .nav_card_link_text {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

.card-image {
    aspect-ratio: 3/2;
}
  /* ===========================
     施工事例カード
     =========================== */
  .works_card {
    margin-bottom: 20px;
  }

  .works_card_title {
    font-size: 16px;
  }

  .works_card_category {
    font-size: 12px;
  }
  .card-meta {
    display: inline;
}
.card-meta.badge2 .card-badge {
    margin: 0 5px 10px 0;
}
  /* ===========================
     スタッフカード
     =========================== */
  .staff_card {
    margin-bottom: 30px;
  }

  .staff_name {
    font-size: 20px;
  }

  .staff_position {
    font-size: 12px;
  }

  .staff_description {
    font-size: 14px;
  }

  /* ===========================
     ロゴ・画像
     =========================== */
  .hero_logo .logo {
    width: 100%;
    max-width: 200px;
  }

  .staff_detail_image img,
  .recruit_banner_image img,
  .entry_banner_image img {
    max-width: 100%;
  }

  /* ===========================
     ナビゲーションリスト
     =========================== */
  .works_nav_list,
  .article_nav_list {
    max-width: 100%;
  }

 .page_ownedmachinery .content_block{
    margin-bottom: 50px;
    padding-bottom: 0;
  }
.page_ownedmachinery .bottom_nav_cards,
.page_staff .bottom_nav_cards,
.page_staff .bottom_nav_cards,
.page_topics .bottom_nav_cards,
.page_works .bottom_nav_cards{
    margin: 0 0;
}
.page_contents .bottom_nav_cards,
.page_works_detail .bottom_nav_cards,
.page_topics_detail .bottom_nav_cards,
.page_recruit .bottom_nav_cards,
.page_staff_detail .bottom_nav_cards,
.page_aboutus .bottom_nav_cards,
.page_contents_residential .bottom_nav_cards{
    margin: 0 1rem;

}

  /* ===========================
     テーブル
     =========================== */
  .company_table_wrapper {
    /* overflow-x: auto; */
    /* -webkit-overflow-scrolling: touch; */
  }

  .company_table {
    min-width: 100%;
  }
  .company_table_wrapper{
    margin: 0;
  }
  .minibtn.left1rem{
    display: inline-block;
    margin-left: 1rem;

  }

  .company_table th {
    width: auto;
    min-width: 100px;
    font-size: 14px;
  }

  .company_table td {
    font-size: 14px;
  }

  .history_wrapper {
    overflow-x: auto;
  }

  .history_year {
    width: auto;
    min-width: 60px;
    font-size: 14px;
  }

  .history_content {
    font-size: 14px;
  }

  /* ===========================
     フォーム
     =========================== */
  .form_control_short {
    max-width: 100%;
  }

  .form_intro,
  .contact_form {
    max-width: 100%;
  }

  .form_group {
    margin-bottom: 25px;
    display: block;
  }

  .form_label {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .form_control,
  .form_textarea {
    font-size: 14px;
    padding: 12px 15px;
  }

  .form_required,
  .form_optional {
    font-size: 11px;
    padding: 3px 8px;
  }

  .form_radio_group,
  .form_checkbox_group {
    gap: 10px;
  }

  .form_notice {
    font-size: 12px;
  }
.content_line4{
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-top: 5vw;
  margin-bottom: 7vw;
}
.content_line7,
.content_line3,
.content_line2,
.content_line {
    width: 130%;
    margin-left: -15%;
    margin-top: 15vw;
    margin-bottom: 15vw;
}

.section_title_wrapper .section_title {
    font-size: 37px;
}

  /* ===========================
     about us
     =========================== */
.section_image.concept_image {
    position: unset;
    width: 100%;
    top: -5px;
    right: -5px;
    bottom: -5px;
    height: max-content;
}
.img_ceo{
  display: none;
}
.title_message{
  position: relative;
}
.title_message::before {
    content: "";
    background-image: url('../img/aboutus/img_ceo_sp.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background-size: contain;
    right: 0;
    top: -40px;
}
.message_signature {
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px !important;
    font-size: 16px;
}
.history_table_wrapper dl::before {
    width: 70px;
}

/* Photo Gallery Swiper - SP only */
.photo_gallery {
    overflow: visible;
    margin: 30px 0;
}
.photoGallerySwiper {
    overflow: visible;
    padding: 0;
}
.photoGallerySwiper .swiper-wrapper {
    display: flex;
}
.photoGallerySwiper .swiper-slide {
    width: 75% !important;
    flex-shrink: 0;
}
.photoGallerySwiper .gallery_item {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
}
  /* ===========================
     ページネーション
     =========================== */

.page_contents .img_ceo{
  display: block;
  width: 100%;
  
}


  /* ===========================
     ページネーション
     =========================== */
  .page-item:last-child .page-link,
  .page-item:first-child .page-link {
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .page_contents .content_block{
     
  }

  .page-link {
    padding: 8px 12px;
    font-size: 14px;
  }

  /* ===========================
     パンくずリスト
     =========================== */
.breadcrumbs {
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
}

.page_ownedmachinery .breadcrumbs,
.page_topics .breadcrumbs,
.page_staff .breadcrumbs,
.page_works .breadcrumbs{
  margin-bottom: 0;
  margin-left: 0;
}
.page_ownedmachinery .content_block,
.page_staff .content_block,
.page_topics .content_block,
.page_works .content_block{
  padding-top: 10px;
}
.page_staff_detail .content_block,
.page_topics_detail .content_block,
.page_works_detail .content_block{
  padding: 0px 0;
}

.breadcrumbs li {
    display: inline-block;
    margin-right: .5rem;
    line-height: 2;
}

  /* ===========================
     フッター
     =========================== */
footer {
    margin: 20px 0 80px;
}

.footer_logo_wrapper {
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}

  .footer_logo_wrapper p {
    font-size: 14px;
  }

  .footer_nav {
    font-size: 13px;
  }

  .copyright {
    font-size: 11px;
    margin-top: 40px;
  }

  /* ===========================
     採用ページ
     =========================== */
  .recruit_circle_card {
    margin-bottom: 20px;
  }

  .recruitCircleSwiper .swiper-slide {
    width: 80%;
  }

  .recruit_circle_card_title {
    font-size: 16px;
  }

  .recruit_flow_card {
    margin-bottom: 20px;
  }

  .recruit_flow_number {
    font-size: 32px;
  }

  .recruit_flow_title {
    font-size: 16px;
  }

  .recruit_flow_text {
    font-size: 13px;
  }

  /* ===========================
     FAQ
     =========================== */
  .accordion-button {
    font-size: 14px;
    padding: 15px;
  }

  .accordion-body {
        font-size: 14px;
        padding: 1.5rem 1.5rem !important;
  }
 
  .page_recruit .accordion-button {
    padding: 30px 2rem 20px 0;
        line-height: 1.5;
}

  /* ===========================
     余白調整
     =========================== */
  .mt-50 {
    margin-top: 30px !important;
  }

  .mt-100 {
    margin-top: 50px !important;
  }

  .mb-50 {
    margin-bottom: 30px !important;
  }

  .mb-100 {
    margin-bottom: 50px !important;
  }

  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  /* ===========================
     グリッド調整
     =========================== */
  .row.g-4 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }

  .row.g-5 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }

  /* index.html SP対応 - 固定カラムを100%幅に */
  .page_index .sec_topics .col-3,
  .page_index .sec_topics .col-9,
  .page_index .col-5,
  .page_index .col-4,
  .page_index .col-6,
  .page_index .col-10,
  .page_index .col-11 {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page_index .sec_topics .topics_title {
    margin-bottom: 30px;
  }

  /* Topics Swiper - SP only */
  .topicsSwiper {
    overflow: visible;
    padding: 0 30px;
    position: relative;
    margin: 0 -30px;
  }

  .topicsSwiper .swiper-slide {
    height: auto;
  }

  .topicsSwiper .card-link {
    height: 100%;
    display: block;
  }

  .topicsSwiper .card-item {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .topicsSwiper .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .topicsSwiper .card-title {
    flex: 1;
  }

  /* Navigation buttons for Topics Swiper */
  .topicsSwiper .swiper-button-next,
  .topicsSwiper .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-color: var(--color-main-dark-blue);
    border: 1px solid #fff;
    border-radius: 50%;
    color: var(--color-main-dark-blue);
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .topicsSwiper .swiper-button-next::after,
  .topicsSwiper .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
    content: '';
    width: 12px;
    height: 10px;
    /* background-color: #f00; */
    background-image: url(../img/common/swiper_arrow_sp.svg);
    background-repeat: no-repeat;
    right: 10px;
    position: absolute;
    margin-top: 5px;
  }
  .topicsSwiper .swiper-button-next::after{
    left: 10px;
    right: unset;
    transform: scale(-1, 1);
  }

  .topicsSwiper .swiper-button-next {
    right: -30px;
  }

  .topicsSwiper .swiper-button-prev {
    left: -30px;
  }

  .topicsSwiper .swiper-button-disabled {
    opacity: 0.3;
  }

  /* Works Swiper - SP only */
  .worksSwiper {
    overflow: visible;
    padding: 0 30px;
    position: relative;
  }

  .worksSwiper .swiper-slide {
    height: auto;
  }

  .worksSwiper .card-link {
    height: 100%;
    display: block;
  }

  .worksSwiper .card-item {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .worksSwiper .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .worksSwiper .card-title {
    flex: 1;
  }

  /* Navigation buttons for Works Swiper */
  .swiper-button-next, .swiper-button-prev,
  .worksSwiper .swiper-button-next,
  .worksSwiper .swiper-button-prev {
    width: 60px;
    height: 60px;
    background-color: var(--color-main-dark-blue);
    border: 1px solid #fff;
    border-radius: 50%;
    color: var(--color-main-dark-blue);
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .swiper-button-next::after, .swiper-button-prev::after{
    font-size: 16px;
    font-weight: bold;
    content: '';
    width: 12px;
    height: 10px;
    /* background-color: #f00; */
    background-image: url(../img/common/swiper_arrow_sp.svg);
    background-repeat: no-repeat;
    right: 10px;
    position: absolute;
    margin-top: 5px;
  }
  .swiper-button-next::after{
    left: 10px;
    right: unset;
    transform: scale(-1, 1);
  }
  .worksSwiper .swiper-button-next::after,
  .worksSwiper .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
    content: '';
    width: 12px;
    height: 10px;
    /* background-color: #f00; */
    background-image: url(../img/common/swiper_arrow_sp.svg);
    background-repeat: no-repeat;
    right: 10px;
    position: absolute;
    margin-top: 5px;
  }
  .worksSwiper .swiper-button-next::after{
    left: 10px;
    right: unset;
    transform: scale(-1, 1);
  }

  /* Works Gallery Swiper - SP Navigation Buttons */
  .works_gallery_swiper .swiper-button-prev {
    left: 0px;
    z-index: 10;
  }
  .works_gallery_swiper .swiper-button-next {
    right: 0px;
    z-index: 10;
  }


  .worksSwiper .swiper-button-next {
    right: -30px;
  }

  .worksSwiper .swiper-button-prev {
    left: -30px;
  }

  .worksSwiper .swiper-button-disabled {
    opacity: 0.3;
  }

  .page_index .contents_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page_index .contents_wrapper .row {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .page_index .contents_wrapper .col-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .page_index .contents_wrapper .img_wrapper,
  .page_index .contents_wrapper img {
    width: 100%;
    max-width: 100%;
  }

  /* Swiper調整 */
  /* worksSwiper styles moved to Works Swiper section above */

  .page_index .swiper-wrapper {
    max-width: 100%;
  }

  /* セクション全体の幅調整 */
  .page_index section {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .page_index .sec_topics,
  .page_index .sec_works,
  .page_index .sec_intro {
    padding-left: 0;
    padding-right: 0;
  }

  .page_index .sec_topics .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page_index .sec_works .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }

  .page_index .sec_works .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* カードグリッド調整 (Topics用) */
  .page_index .topics-grid .col-md-4 {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page_index .card-item,
  .page_index .top_kaiyu_card {
    width: 100%;
    max-width: 100%;
  }

  /* ===========================
     サービスブロック
     =========================== */
  .service_block {
    padding: 30px 20px;
  }

  .service_title {
    font-size: 20px;
  }

  .service_text {
    font-size: 14px;
  }

  /* ===========================
     記事リスト
     =========================== */
  .article_card {
    margin-bottom: 20px;
  }

.article_title {
    font-size: 20px;
    text-align: left !important;
    margin: 1.75rem 0;
}

  .article_date {
    font-size: 14px;
  }

  .article_category {
    font-size: 11px;
    padding: 3px 8px;
  }
.article_detail {
    background-color: var(--color-white);
    padding: 3rem 1.5rem;
    /* border-radius: 8px; */
    margin: 0;
    border-radius: 0;
}
.article_image {
    margin: 0 0 30px;
}
.article_image img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.article_image_inline img{

}
.article_meta {
    display: inline;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.article_badge {
    display: inline-block;
    margin: .25rem .25rem;
}
.outlinBox {
    background-color: #f4f5f8;
    padding: 25px;
    margin: 0 0 50px;
}
.outlinBox dl {
    display: grid;
    grid-template-columns: 4em 1fr;
    gap: 10px 20px;
}
.article_image_inline.small {
    margin: 0 0 1.5rem;
}
.works_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 0 1rem 30px;
}
.staff_detail {
    padding: 3rem 1.5rem;
    border-radius: 0;
    overflow: hidden;
}
.staff_detail_image {
    margin-bottom: 40px;
    text-align: center;
    margin-top: 0;
}
.staff_detail_image img {
    /* max-width: 400px; */
    height: auto;
    border-radius: 5px;
}
.recruit_banner{
  margin-top: 50px;
}

.wline span {
    z-index: 989;
}
.recruit_banner .banner_img{
  position: relative;
  overflow: unset;
}
.recruit_banner .banner_img::before {
    content: '';
    background-image: url(../img/staff/bnr_recruit02_sp.png);
    display: block;
    width: 65px;
    height: 110px;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: -20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.recruit_banner.toEntry .banner_img::before {
    background-image: url(../img/recruit/bnr_entry02_sp.png);
    width: 95px;
    height: 110px;
}
.job_desc_title{
  margin-bottom: 0;
}
.img_wrapper.job_descri img {
    height: unset !important;
    width: 85%;
    object-fit: unset;
    max-width: unset;
}
.job_descri_box div.wrapper {
    border-radius: 0;
    padding: 2rem;
}
.page_contents .content_img_bgger{
  margin-bottom: 2rem;
}
.job_descri_box .box-left,
.job_descri_box .box-right{
    padding: 0;
    margin: 0;
}
.job_descri_box .box-left > div.wrapper{
  border-top: 1px solid #98caeb;
}
.job_descri_box .box-right > div.wrapper{
  border-bottom: none !important;
}
.page_recruit .section_title_wrapper.staff_title p.section_subtitle,
.page_recruit .section_title_wrapper.staff_title h2.section_title{
  text-align: center !important;
}


.full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}
.outlinBox dl dt,
.outlinBox dl dd{
  width:100%;
}
.outlinBox dl dt{
  font-weight: 500;
}
.staff-info-box {
    background-color: #F5F5F5;
    /* padding: 30px; */
    border-radius: 5px;
    /* height: 100%; */
    padding: 2rem;
}
.staff-schedule-box {
    border: 1px solid #3296d7;
    padding: 2rem;
    border-radius: 5px;
    height: 100%;
}
.ff-mincho.fw-bold.wline{
    margin-top: 0 !important;
}

  /* ===========================
     SP用 Swiper カードの高さを揃える
     =========================== */
.otherWorksSwiper .swiper-slide,
.otherTopicsSwiper .swiper-slide,
.otherStaffSwiper .swiper-slide {
    height: auto;
}

.otherWorksSwiper .card-item,
.otherTopicsSwiper .card-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.otherWorksSwiper .card-content,
.otherTopicsSwiper .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.otherWorksSwiper .card-title,
.otherTopicsSwiper .card-title {
    flex: 1;
}

.otherStaffSwiper .staff_card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.otherStaffSwiper .staff_card_content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.otherStaffSwiper .staff_description {
    flex: 1;
}
.page_privacy .col-md-10.c-navy.fs-14.mt-100{
  margin: 0 !important;
  padding: 3rem 1rem 0 !important;

}
.page_privacy .col-md-10.c-navy.mt-0.px-80{
  padding: 0 1rem !important;
}
.page_privacy .minibtn{
margin: .5rem auto;
}
.page_index .col-3.topics_title.mb-80 {
    /* background: #f00; */
    margin-bottom: 0 !important;
}
.page_index .sec_intro .intro_copy{
      line-height: 2.5 !important;
          margin-bottom: 2rem;
}

.page_index .topics_title h2.section_title {
    /* background: #f00; */
    margin-bottom: 1.5rem;
}

.page_index .topicsSwiper {
    margin-bottom: 2rem;
}

.page_index .sec_topics {
    margin-top: unset;
    margin-bottom: unset;
    min-height: unset;
}
.page_index .contents_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5rem;
}
.page_index h2.section_title{
    text-align: center !important;
    margin-bottom: 2rem !important;
}
.page_index .sec_works {
    margin-top: 5rem;
    margin-bottom: 80px;
}
.page_index .worksSwiper .swiper-wrapper {
    padding-bottom: 2.5rem;
}
.worksSwiper {
    overflow: visible;
    padding: 0 30px;
    position: relative;
}
.top_kaiyu_card_wrap > div{
    padding: 0;
}
.top_kaiyu_card .top_kaiyu_card_inner{
    padding: 4rem 2rem 2rem;
}
.page_index .top_kaiyu_card{
  margin-bottom: 1rem;
}
.footer_logo_wrapper .img_wrapper{
    width: 80%;
}
footer .container > .row.justify-content-center{
      margin-left: 0;
    margin-right: 0;
}
.company_table .minibtn{
  display: none;
}
.content_block.w-full .photo_gallery{
  margin: 0px -40px;
}
.page_contents .works_gallery_swiper .swiper-button-prev {
    left: -64px;
    z-index: 10;
}
.page_contents .works_gallery_swiper .swiper-button-prev {
    left: -64px;
    z-index: 10;
}
.page_contents .works_gallery_swiper .swiper-button-next {
    right: -65px;
    z-index: 10;
}
.page-contents-wrap .col-md-4.mt-50{
  margin-top: 0 !important;
}
.page-contents-wrap .col-md-4.mt-50 .btn_wrapper{
  margin-top: 0 !important;
  margin-bottom: 2rem;
}
.page-contents-wrap .col-md-4.mt-50 a{
  margin-top: 0 !important;
}
.page_contents_residential .works_gallery_swiper .swiper-button-prev {
    left: -30px;
    z-index: 999;
}
.page_contents_residential .works_gallery_swiper .swiper-button-next {
    right: -30px;
    z-index: 10;
}
.page_contents_residential .contents_works_swiper{
  margin-bottom: 2rem;
}
.page_contents_residential .works_gallery_swiper .swiper-button-next {
    right: -30px;
    z-index: 10;
}
.page_contents_residential .contents_works_swiper{
  margin-bottom: 2rem;
}
  .otherWorksSwiper .swiper-button-next{
    right: -30px;
  }
  .otherWorksSwiper .swiper-button-prev{
    left: -30px;
  }
  .w-btn-sp-cancel{
    margin: 0 2rem;
  }
  .page_staff .bg-layer-default,
  .page_staff_detail .bg-layer-default {
    background-color: #2e8ccb;
  }
  .page_staff_detail .swiper-button-next{
    right: -30px;
    background: #3296d7;
  }
  .page_staff_detail .swiper-button-prev{
    left: -30px;
    background: #3296d7;
  }
  .page_topics_detail .swiper-button-next{
    right: -30px;
  }
  .page_topics_detail .swiper-button-prev{
    left: -30px;
  }
  .recruit_card_body {
    padding: 30px 30px 10px;
  }

  .page_recruit .swiper-button-next{
    right: -30px;
    background: #3296d7;
  }
  .page_recruit .swiper-button-prev{
    left: -30px;
    background: #3296d7;
  }
  .page_index .sec_works .btn_wrapper.btn_middle.center {
    width: 90%;
    margin: auto;
  }
  .top_kaiyu_card_wrap .col-4{
        padding-left: 0px !important;
        padding-right: 0px !important;
  }
  .recruit_card_body .num {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}
.page_recruit .content_block {
    border: unset;
}
.job_descri {
  text-align: right;
}
.job_descri {
  text-align: right;
}
.img_wrapper.job_descri img {
    width: 80%;
}
.job_descri_box .box-right > div.wrapper {
    border: 1px solid #98caeb;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
}
