@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
a[href^="tel:"] {
  pointer-events: none;
}

.br_pc {
  display: block;
}

.br_tb_b,
.br_sp {
  display: none;
}
#sbi_load {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0 0;
}
#sbi_load .sbi_load_btn {
  margin: 0;
}
#sbi_load .sbi_load_btn {
  margin: 0 !important;
}
#sbi_load .sbi_follow_btn a {
  margin: 0;
}
/* =========================================================
//  ヘッダー
// ========================================================= */
/*---ヘッダー電話番号---*/
.head_navi_wrap {
  background-color: #fff;
  min-width: 730px;
  border-radius: 30px;
  padding: 10px 20px;
}

.head_navi_wrap .swell-block-columns__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head_text {
  width: 110px !important;
  text-align: center;
}

.head_text p {
  background-color: #ec4c23;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 2px 8px;
}

.head_tel {
  color: #333333;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  min-width: 220px !important;
}

.head_tel a {
  color: #333;
  text-decoration: none;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
}

.head_tel a::before {
  content: "";
  display: inline-block;
  width: 20px;
  /* アイコンの幅 */
  height: 20px;
  /* アイコンの高さ */
  margin-right: 8px;
  background: url("../../uploads/2025/10/tel_icon.png") no-repeat center;
  background-size: contain;
}

/* ヘッダーを固定 */
@media (min-width: 960px) {
  .l-header {
    position: fixed !important;
    background: transparent;
  }
  .p-breadcrumb {
    margin-top: calc(var(--logo_size_pc) + 32px);
  }
}
/* 下層ページのヘッダー幅をトップに合わせる */
.l-header .l-container {
  max-width: 100% !important;
}

/* ヘッダーメニューを非表示 */
nav#gnav {
  display: none;
}

/* ボタン全体を縦配置に */
.c-iconBtn.-menuBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: -15px 0 0 6px;
}

/* アイコン部分を大きめに */
.c-iconBtn__icon.icon-menu-thin:before {
  content: "\e91b";
  /* 既存 */
  display: inline-block;
  font-size: 40px;
  /* アイコンサイズ */
  width: 40px;
  /* 横幅を広げる */
  text-align: center;
  /* 中央寄せ */
}

/* 疑似要素で "MENU" を表示 */
.c-iconBtn__icon.icon-menu-thin::after {
  content: "MENU";
  display: block;
  font-style: normal !important;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: -8px;
}

.icon-close-thin:before {
  content: "\e920";
  font-size: 40px;
  color: #007005;
}

.l-header__menuBtn.sp_ {
  display: block !important;
  /* ハンバーガーボタンを表示 */
  background: #007005;
  padding: 50px;
  border-bottom-left-radius: 100px;
}

.-series .l-header__inner {
  align-items: center;
  /* ハンバーガーボタンの上下位置調整 */
  padding: 0 0 0 40px;
}

.p-spMenu {
  display: block;
  /* 開閉メニューを有効 */
}

.p-spMenu__inner {
  --color_menu_text: #000000;
  /* メニューテキストの色 */
  --color_menu_bg: rgba(255 255 255 / 85%);
  /* 開閉メニューの背景色 */
  width: 100vw;
}

.p-spMenu__overlay {
  background: transparent;
}

.-right .p-spMenu__inner {
  transform: translateX(0);
  opacity: 0;
  transition: opacity 0.45s;
}

[data-spmenu=opened] .p-spMenu__inner {
  transform: translateX(0);
  opacity: 1;
}

.p-spMenu__inner::before {
  background: var(--color_menu_bg);
  opacity: 1;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.p-spMenu__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: var(--color_menu_text);
}

@media (max-width: 599px) {
  .p-spMenu__body {
    font-size: 5vw;
  }
}
/* 開閉メニュー内のタイトルを非表示 */
.c-widget__title.-spmenu {
  display: none;
}

/* メニューリンクの設定 */
.c-spnav a {
  border-bottom: none;
}

.c-gnav .sub-menu a:before,
.c-listMenu a:before {
  content: none;
}

.p-spMenu__inner a {
  padding: 1em 0;
  text-align: center;
  transition: transform 0.5s;
}

.p-spMenu__inner a:hover {
  padding-left: inherit;
  padding-right: inherit;
  background-color: inherit;
  transform: scale(1.1);
}

/* 閉じるボタンの設定 */
.c-iconBtn {
  color: var(--color_menu_text);
}

@media (min-width: 960px) {
  .-right .p-spMenu__closeBtn {
    right: 26px;
    height: calc(var(--logo_size_pc) + 60px);
  }
}
/* =========================================================
//  メインビジュアル
// ========================================================= */
/* メインビジュアル内パーツ */
.p-mainVisual__textLayer.l-container {
  width: 90% !important;
  max-width: 90%;
}

[data-partsid="460"] {
  width: 40vw;
  display: flex;
  flex-flow: column;
  align-items: center;
}

[data-partsid="460"] h2 {
  font-size: clamp(20px, 2.5vw, 48px);
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

.catch_p {
  display: inline-block;
  font-size: clamp(20px, 3.125vw, 60px);
  font-weight: 400;
  color: #007005;
  margin-bottom: 60px;
  background: linear-gradient(transparent 70%, #fcf26f 60%);
  line-height: 1.2;
}

.catch_p span {
  font-size: clamp(30px, 5.52vw, 106px);
  font-weight: bold;
  padding: 0 10px;
}

.contact_p {
  font-size: 20px;
  color: #333;
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

.contact_p::before,
.contact_p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  /* 線の長さ */
  height: 2px;
  /* 線の太さ */
  background: #007005;
  transform: rotate(45deg);
  /* 斜め線 */
}

.contact_p::before {
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  /* 左は「＼」 */
}

.contact_p::after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
  /* 右は「／」 */
}

.cta_line a {
  display: inline-block;
  width: 18.75vw;
  /* 1920pxで360px相当 */
  padding: 0.625vw 1vw 0.625vw 2.7vw;
  /* vwに変換 → 比率維持 */
  background-color: #00b900;
  color: #fff;
  font-size: 1.2vw;
  /* 1920px時で約23px */
  text-decoration: none;
  border-radius: 3vw;
  /* 丸みも可変 */
  position: relative;
  text-align: center;
  transition: background 0.3s;
  box-sizing: border-box;
}

.cta_line a:hover {
  background-color: #05b14c;
}

.cta_line a::before {
  content: "";
  position: absolute;
  left: 1.6vw;
  /* 左端からの距離 */
  top: 50%;
  transform: translateY(-50%);
  width: 1.6vw;
  /* アイコンの幅 */
  height: 1.5vw;
  /* アイコンの高さ */
  background: url("../../uploads/2025/10/line_icon.png") no-repeat center/contain;
}

.cta_contact a {
  display: inline-block;
  width: 18.75vw;
  /* 1920px時で360px相当 */
  padding: 0.625vw 1vw 0.625vw 2.7vw;
  /* 左にアイコン分の余白を確保 (12px→0.625vw) */
  background-color: #ec4c23;
  /* メール用の赤 */
  color: #fff;
  font-size: 1.2vw;
  /* 1920px時で約23px */
  text-decoration: none;
  border-radius: 3vw;
  /* 丸みも可変。固定にしたい場合は 60px */
  position: relative;
  text-align: center;
  transition: background 0.3s;
  box-sizing: border-box;
}

.cta_contact a:hover {
  background-color: #d8421f;
  /* ホバー時に少し暗め */
}

.cta_contact a::before {
  content: "";
  position: absolute;
  left: 1.6vw;
  /* 左端からの距離 (30px→1.6vw) */
  top: 50%;
  transform: translateY(-50%);
  width: 1.6vw;
  /* アイコンの幅 (30px相当) */
  height: 1.5vw;
  /* アイコンの高さ (29px相当) */
  background: url("../../uploads/2025/10/mail_icon.png") no-repeat center/contain;
}

.sub-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 16px;
  display: flex;
  padding-bottom: 6px;
  position: relative;
  padding-left: 10px;
}

.sub-ttl::before {
  position: absolute;
  content: "";
  background-color: #007005;
  height: 5px;
  width: 5px;
  border-radius: 100px;
  left: 0;
  top: calc(50% - 3px);
  transform: translateY(-50%);
}

.main-ttl {
  font-size: 28px;
}

/* =========================================================
//  トップ
// ========================================================= */
/* トップ 共通*/
/* 見出し */
.top_wrap h2 {
  color: #333333;
  font-size: clamp(42px, 3.333vw, 64px);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

.top_wrap h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  /* ← 線の長さを自由に調整（px/%でもOK） */
  height: 3px;
  /* 線の太さ */
  background-color: #007005;
  /* 線の色 */
}

.top_wrap .top_h2_under_p {
  color: #333333;
  font-size: 14px;
  margin-bottom: 50px;
  display: block;
}

.case-slider {
  margin: 40px 0;
}

.case-card {
  background: #fff;
  padding: 10px;
}

.case-meta {
  margin-top: 10px;
}

/* topics */
.top_wrap .top_sec01 {
  padding: 150px 0 100px 0 !important;
}

.top_wrap .p-postList__item {
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 0 !important;
  margin: 0 10px 0 10px !important;
  width: 30.33333% !important;
}

.top_wrap .c-postThumb__figure {
  border-radius: 8px 8px 0 0;
}

.top_wrap .p-postList__body {
  padding: 20px !important;
  display: flex;
  flex-flow: column;
}

.top_wrap .p-postList__body .p-postList__title {
  order: 2;
}

.top_wrap .p-postList__body .p-postList__meta {
  order: 1;
}

.top_wrap .p-postList__body .p-postList__meta .p-postList__cat {
  background: #007005;
  border-radius: 10px;
  color: #fff;
  padding: 4px 10px;
}

.top_wrap .p-postList__body .p-postList__meta .icon-folder:before {
  content: none !important;
}

/* こんなお悩みありませんか */
.top_wrap .top_sec02 {
  padding: 180px 0 200px 0 !important;
  background: url("../../uploads/2025/10/bayami_bg.png") right top/cover no-repeat;
}

.top_wrap .top_sec02 .swell-block-fullWide__inner {
  text-align: center;
}

.top_wrap .top_sec02 h2.wp-block-heading {
  font-size: clamp(20px, 1.6667vw, 32px);
  color: #333;
  border-bottom: 3px dotted #007005;
  margin-bottom: 50px;
}

.top_wrap .top_sec02 h2 span {
  font-size: clamp(24px, 2.1vw, 40px);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  margin: 0 10px;
}

.top_wrap .top_sec02 h2::after {
  display: none !important;
}

.top_wrap .top_sec02 .sec02_box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
  border: 2px solid #007005;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: bold;
  text-align: center;
  box-shadow: 6px 6px 0px 0px #4a7c59;
  transition: opacity 0.25s ease;
}

.sec02_left_img {
  position: relative;
  top: -250px;
  left: -131px;
  width: 100px;
  margin-bottom: -300px;
}

.sec02_right_img {
  position: relative;
  width: 210px;
  margin-bottom: -300px;
  margin: 0 auto;
  top: 300px;
  left: 145px;
}

.sec02_center_img {
  margin: 0 auto;
  width: 50px;
  margin-bottom: -480px;
}

/* ホットマンで解決　*/
.top_wrap .top_sec03 {
  padding: 100px 0 50px 0 !important;
  text-align: center;
}

.top_wrap .top_sec03 .sec03_top_p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 0 auto 46px auto;
  padding: 0 32px;
}

.top_wrap .top_sec03 .sec03_top_p::before,
.top_wrap .top_sec03 .sec03_top_p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 2px;
  background: #007005;
  transform-origin: center;
}

.top_wrap .top_sec03 .sec03_top_p::before {
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.top_wrap .top_sec03 .sec03_top_p::after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.top_wrap .top_sec03 .sec03_h2 {
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: bold;
  margin: 0 0 80px 0 !important;
  line-height: 1.5;
}

.top_wrap .top_sec03 .sec03_h2 span {
  color: #007005;
}

.top_wrap .top_sec03 h2::after {
  display: none !important;
}

.top_wrap .top_sec03 .sec03_box_left {
  text-align: left;
  padding-left: 100px;
}

/* About Us 見出しの下線 */
.top_wrap .top_sec03 .sec03_box_left .sec03_inner_h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.top_wrap .top_sec03 .sec03_box_left .sec03_inner_h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #007005;
  display: block !important;
}

.top_wrap .top_sec03 .sec03_box_right img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
}

/* サービス一覧　*/
.top_wrap .top_sec04 {
  padding: 100px 0 200px 0 !important;
  text-align: center;
}

.top_wrap .top_sec04 h2::after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #007005;
}

/* caseスライダーの基本レイアウト */
.case-slider.swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* 各スライド */
.case-slider.swiper .swiper-slide {
  box-sizing: border-box;
}

/* 矢印ナビ（色が分かるように） */
.case-slider.swiper .swiper-button-next::after,
.case-slider.swiper .swiper-button-prev::after {
  color: #000 !important;
  font-size: 20px;
}

/* ページネーションのドット */
.case-slider.swiper .swiper-pagination-bullet {
  background: #000 !important;
  opacity: 0.4;
}

.case-slider.swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

/* =========================================================
//  kokokara
// ========================================================= */
/* =========================================================
//  ヘッダー
// ========================================================= */
.-series .l-header__inner {
  padding: 0 0 0 40px;
}

.w-header {
  justify-content: right !important;
  width: 100%;
  padding-right: 2rem;
}

.l-header__menuBtn.sp_ {
  padding: 53px 63px !important;
  border-radius: 0px 0px 0px 130px;
}

.c-headLogo {
  padding: 0 !important;
  height: 35px !important;
}
.c-headLogo img {
  height: 46px !important;
}

.c-iconBtn__icon.icon-menu-thin::before {
  color: #fff !important;
}

.c-spnav {
  display: flex;
  width: 93%;
  flex-wrap: wrap;
  padding: 0 !important;
  font-size: 24px !important;
  text-align: left !important;
  margin: 0 auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.c-listMenu.c-listMenu li {
  margin: 0;
  position: relative;
  width: 47.5%;
}
.c-listMenu.c-listMenu li a {
  text-align: left !important;
  border-bottom: 3px dotted #ccc;
}

.p-spMenu__body {
  font-size: 5vw;
  align-content: flex-end;
  justify-content: flex-start;
  padding-top: 12rem;
}

/* =========================================================
//  フッター
// ========================================================= */
/* フッター前コンタクト */
[data-partsid="532"] .cta_inner .swell-block-columns .telbox {
  color: #fff;
  background: #007005;
  padding: 3rem 0 4.5rem;
}
[data-partsid="532"] .cta_inner .swell-block-columns .telbox .midashi_txt {
  font-size: clamp(1rem, 0.625rem + 0.7813vw, 1.25rem);
  font-weight: 500 !important;
  line-height: 1.7rem;
  text-align: center;
  margin: 0 0 1.8rem;
}
[data-partsid="532"] .cta_inner .swell-block-columns .telbox .midashi_txt small {
  font-size: 14px;
}
[data-partsid="532"] .cta_inner .swell-block-columns .telbox .kojin_tel,
[data-partsid="532"] .cta_inner .swell-block-columns .telbox .houjin_tel {
  line-height: 3rem;
  width: 61%;
  margin: 0 auto;
}
[data-partsid="532"] .cta_inner .swell-block-columns .telbox .kojin_tel a,
[data-partsid="532"] .cta_inner .swell-block-columns .telbox .houjin_tel a {
  color: #fff;
  font-size: clamp(3rem, 1.5rem + 3.125vw, 4rem);
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
[data-partsid="532"] .cta_inner .swell-block-columns .telbox .kojin_tel a::before,
[data-partsid="532"] .cta_inner .swell-block-columns .telbox .houjin_tel a::before {
  content: "";
  width: 92px;
  height: 92px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 1.3rem 0 0;
}
[data-partsid="532"] .cta_inner .swell-block-columns .telbox .kojin_tel {
  margin: 0 auto 1.8rem !important;
}
[data-partsid="532"] .cta_inner .swell-block-columns .telbox .kojin_tel a::before {
  background-image: url("../../uploads/2025/12/tel_kojin.svg");
}
[data-partsid="532"] .cta_inner .swell-block-columns .telbox .houjin_tel a::before {
  background-image: url("../../uploads/2025/12/tel_houjin.svg");
}
[data-partsid="532"] .cta_inner .swell-block-columns .linkbox {
  padding: 3rem 0 2.3rem;
  background: #d9f0d6;
}
[data-partsid="532"] .cta_inner .swell-block-columns .linkbox .midashi_txt {
  font-size: clamp(1rem, 0.625rem + 0.7813vw, 1.25rem);
  font-weight: 500 !important;
  line-height: 1.7rem;
  text-align: center;
  margin: 0 0 4.8rem;
}
[data-partsid="532"] .cta_inner .swell-block-columns .linkbox .midashi_txt small {
  font-size: 14px;
}
[data-partsid="532"] .cta_inner .swell-block-columns .linkbox a {
  color: #333;
  font-size: clamp(1.625rem, 0.5rem + 2.3438vw, 2.375rem) !important;
  font-weight: 500 !important;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0 0 0.8rem;
}
[data-partsid="532"] .cta_inner .swell-block-columns .linkbox a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 1.3rem 0 0;
}
[data-partsid="532"] .cta_inner .swell-block-columns .linkbox .line_a {
  margin: 0 auto 2rem !important;
}
[data-partsid="532"] .cta_inner .swell-block-columns .linkbox .line_a a {
  border-bottom: 4px dotted #06c755;
}
[data-partsid="532"] .cta_inner .swell-block-columns .linkbox .line_a a::before {
  background-image: url("../../uploads/2025/12/line_icon.svg");
  width: 59px;
  height: 60px;
}
[data-partsid="532"] .cta_inner .swell-block-columns .linkbox .contact_a a {
  border-bottom: 4px dotted #ec4c23;
}
[data-partsid="532"] .cta_inner .swell-block-columns .linkbox .contact_a a::before {
  background-image: url("../../uploads/2025/12/mail_icon.svg");
  width: 55px;
  height: 44px;
}
[data-partsid="532"] .add_inner {
  padding: 3.7rem 0 2rem !important;
}
[data-partsid="532"] .add_inner .f_logo {
  width: 318px;
  margin: 0 auto 1.1rem;
}
[data-partsid="532"] .add_inner p {
  font-size: 14px;
  margin: 0 0 1.4rem;
}

/* フッター */
.l-footer ul {
  margin: 0 0 2rem;
}
.l-footer ul li a {
  font-size: 14px;
  border: none !important;
  padding: 0 1rem;
}
.l-footer .copyright {
  font-size: 12px;
  margin: 0 0 1rem;
}

/* =========================================================
//  下層（共通）
// ========================================================= */
.l-topTitleArea {
  background: #fff !important;
  min-height: 366px;
  margin: 0;
}
.l-topTitleArea .l-topTitleArea__body {
  min-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.l-topTitleArea h1 {
  color: #333;
  font-size: clamp(1.625rem, -0.625rem + 4.6875vw, 3.125rem);
  min-width: 100%;
  position: relative;
  text-shadow: none;
  padding-left: 15vw;
  margin-top: 7rem;
}
.l-topTitleArea h1 small {
  color: #e9f9e7;
  font-size: clamp(8.125rem, -7.8125rem + 33.2031vw, 18.75rem) !important;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 8.5rem;
  margin: 0 !important;
  opacity: 1;
  position: absolute;
  left: 1rem;
  z-index: -1;
  top: -2rem;
}

/* 事例紹介 */
/* 共通 */
.tax-cat_case .l-mainContent {
  max-width: 100%;
}

.case-slider.swiper .swiper-button-next::after,
.case-slider.swiper .swiper-button-prev::after {
  color: #007005 !important;
  font-size: 40px;
}

.case_txt_box {
  margin: 0 0 1.4rem;
  border-bottom: 1px solid #a6a6a6;
}
.case_txt_box .metabox1 {
  display: flex;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  margin: 0 0 1rem;
}
.case_txt_box .metabox1 .works_cat {
  color: #fff;
  background: #007005;
  line-height: 1.5rem;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem;
  margin: 0;
}
.case_txt_box .metabox1 .works_time {
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem) !important;
  font-weight: 600 !important;
  line-height: 1.5rem;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.76rem;
  border: 1px solid #a5a5a5;
}
.case_txt_box .metabox2 {
  display: flex;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  align-items: first baseline;
  padding: 0 0 0.7rem;
}
.case_txt_box .metabox2 time {
  color: #949494;
  font-weight: 700 !important;
}
.case_txt_box .metabox2 h2 {
  line-height: 1.5;
  margin: 0 !important;
  color: #333 !important;
  font-size: clamp(1rem, 0.625rem + 0.7813vw, 1.25rem) !important;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.case_txt_box .metabox2 h2::after {
  display: none;
}

.bf_af {
  display: flex;
  justify-content: space-between;
}
.bf_af figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 9px;
}
.bf_af .bf figure {
  width: 251px;
  height: 167px;
  position: relative;
}
.bf_af .bf figure::before {
  content: "";
  width: 79px;
  height: 79px;
  display: block;
  background-image: url("../../uploads/2025/12/bf.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0.7rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bf_af .bf figure::after {
  content: "";
  width: 112px;
  height: 107px;
  display: block;
  background-image: url("../../uploads/2025/12/ba_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0.7rem 0 0;
  position: absolute;
  bottom: -75px;
  right: -70px;
  z-index: 1;
}
.bf_af .af figure {
  width: 398px;
  height: 265px;
  position: relative;
}
.bf_af .af figure::before {
  content: "";
  width: 79px;
  height: 79px;
  display: block;
  background-image: url("../../uploads/2025/12/af.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0.7rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* 個別 */
.single-case .bf_af .bf figure {
  width: 330px;
  height: 240px;
}
.single-case .bf_af .af figure {
  width: 500px;
  height: 390px;
}
.single-case .wp-block-lazyblock-gallery {
  margin: 0 0 2rem !important;
}
.single-case .wp-block-lazyblock-gallery .sub-img {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  padding: 0 !important;
  margin: 2rem auto 0;
}
.single-case .wp-block-lazyblock-gallery .sub-img li {
  list-style: none;
  width: 19.2% !important;
  height: 120px;
}
.single-case .wp-block-lazyblock-gallery .sub-img li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 9px;
}

/* アーカイブ */
.blog .l-mainContent,
.page-id-650 .l-mainContent,
.tax-cat_case .l-mainContent {
  max-width: 100%;
}
.blog .c-tabBody ul,
.blog .wp-block-query ul,
.page-id-650 .c-tabBody ul,
.page-id-650 .wp-block-query ul,
.tax-cat_case .c-tabBody ul,
.tax-cat_case .wp-block-query ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.3rem !important;
  column-gap: 1.3rem !important;
  row-gap: 2.5rem !important;
}
.blog .c-tabBody ul li,
.blog .wp-block-query ul li,
.page-id-650 .c-tabBody ul li,
.page-id-650 .wp-block-query ul li,
.tax-cat_case .c-tabBody ul li,
.tax-cat_case .wp-block-query ul li {
  width: 32% !important;
  border-radius: 8px;
  border: 1px solid #cfcfcf !important;
  padding: 0 !important;
}
.blog .c-tabBody ul li .p-postList__thumb,
.blog .wp-block-query ul li .p-postList__thumb,
.page-id-650 .c-tabBody ul li .p-postList__thumb,
.page-id-650 .wp-block-query ul li .p-postList__thumb,
.tax-cat_case .c-tabBody ul li .p-postList__thumb,
.tax-cat_case .wp-block-query ul li .p-postList__thumb {
  box-shadow: none !important;
  overflow: initial;
  position: relative;
}
.blog .c-tabBody ul li .p-postList__cat,
.blog .wp-block-query ul li .p-postList__cat,
.page-id-650 .c-tabBody ul li .p-postList__cat,
.page-id-650 .wp-block-query ul li .p-postList__cat,
.tax-cat_case .c-tabBody ul li .p-postList__cat,
.tax-cat_case .wp-block-query ul li .p-postList__cat {
  display: block !important;
  width: auto !important;
  height: 23px !important;
  white-space: nowrap;
  padding: 0.2em 1.5em;
  background: #007005;
  color: #fff;
  border-radius: 15px;
  line-height: 1rem;
}
.blog .c-tabBody ul li .p-postList__cat::before,
.blog .wp-block-query ul li .p-postList__cat::before,
.page-id-650 .c-tabBody ul li .p-postList__cat::before,
.page-id-650 .wp-block-query ul li .p-postList__cat::before,
.tax-cat_case .c-tabBody ul li .p-postList__cat::before,
.tax-cat_case .wp-block-query ul li .p-postList__cat::before {
  display: none;
}
.blog .c-tabBody ul li figure,
.blog .wp-block-query ul li figure,
.page-id-650 .c-tabBody ul li figure,
.page-id-650 .wp-block-query ul li figure,
.tax-cat_case .c-tabBody ul li figure,
.tax-cat_case .wp-block-query ul li figure {
  height: 274px;
  border-radius: 8px 8px 0px 0px;
}
.blog .c-tabBody ul li figure img,
.blog .wp-block-query ul li figure img,
.page-id-650 .c-tabBody ul li figure img,
.page-id-650 .wp-block-query ul li figure img,
.tax-cat_case .c-tabBody ul li figure img,
.tax-cat_case .wp-block-query ul li figure img {
  border-radius: 8px 8px 0px 0px;
}
.blog .c-tabBody ul li .p-postList__body,
.blog .wp-block-query ul li .p-postList__body,
.page-id-650 .c-tabBody ul li .p-postList__body,
.page-id-650 .wp-block-query ul li .p-postList__body,
.tax-cat_case .c-tabBody ul li .p-postList__body,
.tax-cat_case .wp-block-query ul li .p-postList__body {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 0.6rem;
  padding: 0.9rem 1.7rem 1.5rem;
}
.blog .c-tabBody ul li .p-postList__excerpt,
.blog .wp-block-query ul li .p-postList__excerpt,
.page-id-650 .c-tabBody ul li .p-postList__excerpt,
.page-id-650 .wp-block-query ul li .p-postList__excerpt,
.tax-cat_case .c-tabBody ul li .p-postList__excerpt,
.tax-cat_case .wp-block-query ul li .p-postList__excerpt {
  display: none !important;
}
.blog .c-tabBody ul li .p-postList__meta time,
.blog .wp-block-query ul li .p-postList__meta time,
.page-id-650 .c-tabBody ul li .p-postList__meta time,
.page-id-650 .wp-block-query ul li .p-postList__meta time,
.tax-cat_case .c-tabBody ul li .p-postList__meta time,
.tax-cat_case .wp-block-query ul li .p-postList__meta time {
  font-size: 12px !important;
}
.blog .c-tabBody ul li .p-postList__meta time::before,
.blog .wp-block-query ul li .p-postList__meta time::before,
.page-id-650 .c-tabBody ul li .p-postList__meta time::before,
.page-id-650 .wp-block-query ul li .p-postList__meta time::before,
.tax-cat_case .c-tabBody ul li .p-postList__meta time::before,
.tax-cat_case .wp-block-query ul li .p-postList__meta time::before {
  display: none;
}

.page-id-650 ul {
  padding: 0 !important;
}
.page-id-650 ul li {
  list-style: none !important;
}
.page-id-650 ul li figure {
  overflow: hidden;
}
.page-id-650 ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  opacity: 1; /* 初期状態 */
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.page-id-650 ul li figure img:hover {
  opacity: 0.9;
  transform: scale(1.1);
}
.page-id-650 ul li .p-postList__body {
  padding: 1.3rem 1.7rem 1.5rem !important;
}
.page-id-650 ul li .p-postList__meta {
  justify-content: flex-start !important;
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
  margin: 0 0 0.8rem;
}
.page-id-650 ul li .p-postList__meta .p-postList__cat {
  position: relative;
}
.page-id-650 ul li .p-postList__meta .p-postList__cat a {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
.page-id-650 ul h2 {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}

/* タームリスト */
.wp-block-lazyblock-tax-list {
  margin: 0 !important;
}
.wp-block-lazyblock-tax-list .cat_ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding: 0 0 5rem !important;
}
.wp-block-lazyblock-tax-list .cat_ul li {
  list-style: none !important;
}
.wp-block-lazyblock-tax-list .cat_ul li a {
  color: #007005;
  background: #fff;
  font-weight: 600 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8rem;
  padding: 0 1.8rem;
  border-radius: 20px;
  font-weight: 600 !important;
  border: 1px solid #007005;
}
.wp-block-lazyblock-tax-list .cat_ul .active a {
  color: #fff !important;
  background: #007005 !important;
}

/* =========================================================
// お問合せ
// ========================================================= */
.Contact_wrap .swell-block-columns {
  margin: 6rem 0 0;
}

.Contact_wrap .swell-block-columns__inner {
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

.Contact_wrap .titlebox {
  width: 42%;
}

.Contact_wrap h2 {
  font-size: 24px;
  font-weight: 600 !important;
  letter-spacing: 0.07rem;
  margin: 0 0 1.7rem;
}

.Contact_wrap .titlebox .wp-block-group a {
  color: #333;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.Contact_wrap .titlebox .wp-block-group a::before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-image: url("../../uploads/2025/12/tel.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0.7rem 0 0;
}

.Contact_wrap .titlebox .wp-block-group .small {
  font-size: 14px;
  line-height: 1rem;
  margin: -7px 0 0;
  padding: 0 0 0 2.3rem;
}

.Contact_wrap .formbox {
  width: 48%;
}

.Contact_wrap .formbox .btn {
  text-align: center;
}

.w-beforeFooter .swell-block-fullWide__inner {
  padding: 0 !important;
}

.custom-submit-button {
  color: #007005;
  background: #fff;
  text-align: center !important;
  display: inline-block;
  min-width: 240px;
  padding: 1rem 0;
  border: 1px solid #007005;
  border-radius: 50px;
  box-shadow: 0px 0px 11px 0px rgb(217, 240, 214);
  font-weight: 500 !important;
  transition: min-width 0.25s ease;
}

.custom-submit-button span {
  font-weight: 500 !important;
}

.wpcf7-spinner {
  display: none !important;
}

.custom-submit-button:hover {
  color: #333 !important;
  min-width: 210px;
  opacity: 1;
}

.kojinbox h3,
.houjinbox h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 0 0 2.8rem;
}

.kojinbox {
  padding: 0 0 1.8rem;
  margin: 0 0 1.5rem;
  border-bottom: 1px solid #e9e9e9;
}
.kojinbox a {
  font-size: 40px;
  line-height: 3.3rem;
}

.houjinbox a {
  font-size: 48px;
  line-height: 3.3rem;
  letter-spacing: 0.1rem;
}

/*----お問合せフォーム----*/
.form_inner {
  color: #333;
  background: #fff;
  padding: 4.2rem 4rem;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
}

.form_inner dl dt {
  padding: 0 0 0.3rem;
  font-weight: 600 !important;
}

.form_inner dl dd {
  padding: 0 0 1.6rem !important;
}

.form_inner .koko {
  display: flex;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.wpcf7-acceptance {
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
  font-weight: 600 !important;
  text-align: center;
  display: block;
  margin: 0.6rem 0 2.5rem;
}

.wpcf7-acceptance a {
  color: #333;
  border-bottom: 1px solid;
}

/*「必須」文字デザイン*/
.required {
  font-size: 18px;
  font-weight: 600;
  color: #eb5757;
  order: 2;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  padding: 5px 15px;
  margin: 0;
  border: none;
  background-color: #f8f8f8;
  border: 2px solid #ced0d6;
  border-radius: 4px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 155px;
}

/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #eb5757;
  font-weight: 600;
}

/* =========================================================
//  トップ
// ========================================================= */
[data-partsid="460"] h2 {
  font-size: clamp(2rem, 0.5rem + 3.125vw, 3rem) !important;
  font-weight: 700 !important;
  line-height: 4.8rem;
  margin: 0 0 3rem;
}
[data-partsid="460"] .catch_p {
  font-weight: 600 !important;
  display: flex;
  align-items: self-start;
  line-height: 6rem;
}
[data-partsid="460"] .catch_p span {
  font-size: clamp(4.375rem, 1rem + 7.0313vw, 6.625rem);
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  line-height: 6.5rem;
}
[data-partsid="460"] .contact_p {
  font-weight: 500 !important;
}

.fix_btn {
  width: 255px;
}
.fix_btn .contact_p {
  font-size: 15px;
  font-weight: 500 !important;
  width: 100%;
  text-align: center;
  margin: 0 0 0.6rem;
}
.fix_btn .contact_p::before {
  left: 20px;
  transform: translateY(-50%) rotate(65deg);
}
.fix_btn .contact_p::after {
  right: 20px;
  transform: translateY(-50%) rotate(-75deg);
}
.fix_btn .swell-block-columns {
  background: #fff;
  padding: 1.2rem 0;
  border-radius: 8px !important;
  box-shadow: 0px 0px 7px 0px rgba(74, 124, 89, 0.75);
}
.fix_btn .swell-block-columns .swell-block-columns__inner {
  flex-direction: column;
  row-gap: 0.7rem;
  margin: 0;
}
.fix_btn .swell-block-columns .swell-block-columns__inner .swl-has-mb--s {
  width: 100%;
  margin: 0 !important;
}
.fix_btn .swell-block-columns .swell-block-columns__inner .swl-has-mb--s p {
  text-align: center;
}
.fix_btn .swell-block-columns .swell-block-columns__inner .swl-has-mb--s a {
  width: 76% !important;
  font-size: 14px !important;
  padding: 8px 0 8px 33px;
  border-radius: 50px;
}
.fix_btn .swell-block-columns .swell-block-columns__inner .swl-has-mb--s a::before {
  left: 1rem;
  width: 40px !important;
}
.fix_btn .swell-block-columns .swell-block-columns__inner .swl-has-mb--s .cta_line a::before {
  width: 25px !important;
  height: 20px !important;
}
.fix_btn .swell-block-columns .swell-block-columns__inner .swl-has-mb--s .cta_contact a::before {
  width: 25px !important;
  height: 14px !important;
}

.w-beforeFooter .fix_btn {
  position: fixed !important;
  top: 11rem;
  right: 1rem;
  z-index: 9999;
}

.p-spMenu__bottom {
  display: none !important;
}

.top_wrap h2 {
  font-size: clamp(3rem, 1.5rem + 3.125vw, 4rem) !important;
}
.top_wrap::after {
  bottom: -3px;
}
.top_wrap .top_h2_under_p {
  color: #626262;
  font-weight: 600 !important;
}
.top_wrap .swell-block-button {
  text-align: left !important;
}
.top_wrap .swell-block-button a {
  color: #333;
  background: #fff;
  text-align: center !important;
  display: inline-block;
  min-width: 240px;
  padding: 1.3rem 0;
  border: 1px solid #007005;
  box-shadow: 0px 0px 11px 0px rgb(217, 240, 214);
  font-weight: 500 !important;
  transition: min-width 0.25s ease;
}
.top_wrap .swell-block-button a:hover {
  color: #333 !important;
  min-width: 210px;
  opacity: 1;
}
.top_wrap .top_sec01 .swell-block-button {
  text-align: center !important;
  margin: 4.5rem 0 0 !important;
}
.top_wrap .top_sec02 h2 {
  font-size: clamp(1.625rem, 1.0625rem + 1.1719vw, 2rem) !important;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  border-bottom: 4px dotted #007005 !important;
  padding: 0 0 1rem;
  margin: 0 0 4.5rem !important;
}
.top_wrap .top_sec02 h2 span {
  font-size: clamp(2rem, 1.25rem + 1.5625vw, 2.5rem) !important;
  padding: 0 0.5rem;
}
.top_wrap .top_sec02 .sec02_box {
  font-size: clamp(1rem, 0.625rem + 0.7813vw, 1.25rem) !important;
  font-weight: 600 !important;
  line-height: 1.8rem !important;
  padding: 50px 40px;
}
.top_wrap .top_sec03 {
  padding: 100px 0 80px 0 !important;
  text-align: center;
}
.top_wrap .top_sec03 .sec03_h2 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}
.top_wrap .top_sec03 .top_h2_under_p {
  font-size: 14px !important;
  margin-bottom: 35px;
}
.top_wrap .top_sec03 .swell-block-columns .swell-block-columns__inner {
  justify-content: flex-end;
  -moz-column-gap: 3.5vw;
  column-gap: 3.5vw;
}
.top_wrap .top_sec03 .swell-block-columns .sec03_box_left {
  width: 37% !important;
}
.top_wrap .top_sec03 .swell-block-columns .sec03_box_left h3 {
  font-size: clamp(1.125rem, 0.5625rem + 1.1719vw, 1.5rem) !important;
  font-weight: 600 !important;
  line-height: 2.2rem !important;
  margin: 0 0 1.5rem;
}
.top_wrap .top_sec03 .swell-block-columns .sec03_box_left p {
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  line-height: 2.2rem;
}
.top_wrap .top_sec03 .swell-block-columns .sec03_box_left .swell-block-button {
  margin: 2.5rem 0 0;
}
.top_wrap .top_sec03 .swell-block-columns .sec03_box_right {
  width: 46% !important;
}
.top_wrap .top_sec04 {
  padding: 50px 0 180px !important;
}
.top_wrap .top_sec04 h2::after {
  transform: translateX(100%);
}
.top_wrap .top_sec04 .top_h2_under_p {
  margin: 0 0 1.5rem;
}
.top_wrap .top_sec04 p {
  font-weight: 600 !important;
  margin: 0 0 3rem;
}
.top_wrap .top_sec04 .swell-block-button {
  justify-content: center;
  display: flex;
  margin: 2.7rem 0 0;
}
.top_wrap .top_sec04 .swell-block-fullWide__inner {
  position: relative;
  padding: 70px 0 80px 0;
}
.top_wrap .top_sec04 .swell-block-fullWide__inner::before {
  content: "";
  display: block;
  background-color: #d9f0d6;
  width: 90%;
  height: 955px;
  margin: 0; /* 中央寄せは transform で行うので margin は不要 */
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 50%; /* 左端を50%に */
  transform: translateX(-50%); /* 幅の半分だけ左に移動して中央寄せ */
  z-index: -1;
}
.top_wrap .top_sec04 .swell-block-columns .swl-has-mb--s {
  background: #fff;
  width: 436px;
  height: 343px;
  border-radius: 16px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_wrap .top_sec04 .swell-block-columns .swl-has-mb--s figure {
  width: 135px;
  height: auto;
  margin: 0 auto 2rem;
}
.top_wrap .top_sec04 .swell-block-columns .swl-has-mb--s h3 {
  font-size: clamp(1.125rem, 0.9375rem + 0.3906vw, 1.25rem);
  margin: 0 0 1.4rem;
}
.top_wrap .top_sec04 .swell-block-columns .swl-has-mb--s p {
  font-size: 14px;
  font-weight: 400 !important;
  text-align: left;
  line-height: 1.4rem;
  width: 78%;
  margin: 0 auto;
}
.top_wrap .top_sec04 .auto-s-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 130px;
  margin: -6px auto;
}
.top_wrap .top_sec04 .auto-s-pagination figure {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
}
.top_wrap .top_sec04 .c-scrollHint {
  display: none;
}
.top_wrap .top_sec04 .swell-block-columns__inner {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.top_wrap .top_sec04 .swell-block-columns__inner::-webkit-scrollbar {
  display: none;
}
.top_wrap .top_sec05 {
  background-image: url("../../uploads/2025/12/bg02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 5rem 0 !important;
  /* スライド */
}
.top_wrap .top_sec05 h2 {
  font-weight: 600 !important;
}
.top_wrap .top_sec05 h2::after {
  transform: translateX(100%);
}
.top_wrap .top_sec05 .top_h2_under_p {
  line-height: 1.5rem;
  margin-bottom: 25px;
}
.top_wrap .top_sec05 p {
  font-weight: 600 !important;
  line-height: 2.2rem;
  margin: 0 0 4rem;
}
.top_wrap .top_sec05 .swell-block-button {
  justify-content: center;
  display: flex;
  margin: 6rem 0 0;
}
.top_wrap .top_sec05 .swiper {
  overflow: initial;
}
.top_wrap .top_sec05 .swiper .swiper-pagination {
  bottom: -50px;
}
.top_wrap .top_sec05 .swiper figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top_wrap .top_sec05 .swiper-wrapper .swiper-slide {
  width: 743px !important;
}
.top_wrap .top_sec05 .swiper-wrapper .swiper-slide .case-card {
  width: 743px !important;
  height: 430px;
  padding: 1.5rem 1.8rem 2rem;
  border: 3px solid #a6a6a6;
  border-radius: 32px;
}
.top_wrap .top_sec06 {
  padding: 11rem 0 7rem !important;
}
.top_wrap .top_sec06 .swell-block-columns .swell-block-columns__inner {
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 5.5vw;
  column-gap: 5.5vw;
}
.top_wrap .top_sec06 .swell-block-columns .sec06_box_left {
  width: 62%;
}
.top_wrap .top_sec06 .swell-block-columns .sec06_box_left figure img {
  width: 100% !important;
  border-radius: 0px 20px 20px 0px;
}
.top_wrap .top_sec06 .swell-block-columns .sec06_box_right {
  width: 25%;
}
.top_wrap .top_sec06 .swell-block-columns .sec06_box_right h2 {
  font-weight: 600 !important;
}
.top_wrap .top_sec06 .swell-block-columns .sec06_box_right .top_h2_under_p {
  font-size: 14px;
  margin-bottom: 35px;
}
.top_wrap .top_sec06 .swell-block-columns .sec06_box_right .swell-block-button {
  margin-top: 2.8rem;
}
.top_wrap .top_sec07 {
  color: #fff;
  text-align: center;
  padding-bottom: 7rem !important;
}
.top_wrap .top_sec07 .swell-block-fullWide__inner {
  background-image: url("../../uploads/2025/12/top_sec07.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 84%;
  padding: 4rem 0 3.5rem;
  margin: 0 auto;
  border-radius: 20px !important;
}
.top_wrap .top_sec07 h2 {
  color: #fff;
  font-weight: 600 !important;
}
.top_wrap .top_sec07 h2::after {
  background: #fff;
  bottom: -10px;
  transform: translateX(530%) !important;
}
.top_wrap .top_sec07 .top_h2_under_p {
  color: #fff !important;
  line-height: 2.8rem !important;
  margin-bottom: 27px;
}
.top_wrap .top_sec07 p {
  font-weight: 600 !important;
  line-height: 2.2rem;
}
.top_wrap .top_sec07 figure {
  width: 630px;
  margin: 0 auto;
}
.top_wrap .top_sec07 .swell-block-button {
  justify-content: center;
  display: flex;
  margin: 2.5rem 0 0;
}
.top_wrap .top_sec08 {
  width: 69%;
  margin: 0 auto;
}

.top_wrap{
	.top_sec01{
		.swell-block-columns{
			
			.swell-block-columns__inner{
				justify-content:space-between;
			}
			
			.leftbox{
				width: 66%;
				
			ul{
				li{
					width: calc(95%/2) !important;
					.p-postList__body{
						background:#fff;
						border-radius: 0px 0px 8px 8px;
					}
				}
			}
			}
			.rightbox{
				width:30%;
			}
		}
	}
}
.inst_icon{
	margin: 8rem 0 0 !important;
}
#sb_instagram{
	margin: 2rem 0 0 !important;
}
/*------------------------------------------------------------------------------------------------------tb---*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /* =========================================================
  //  ヘッダー
  // ========================================================= */
  .-series .l-header__inner {
    padding: 0 0 0 1rem;
  }
  .l-header {
    background-color: transparent !important;
  }
  .c-headLogo img {
    height: 30px !important;
    margin: -20px 0 0;
  }
  .-right .p-spMenu__closeBtn {
    right: 40px;
    top: 30px;
  }
  /* メインビジュアル */
  .p-mainVisual__img {
    -o-object-position: top left !important;
    object-position: top left !important;
  }
  .p-mainVisual__textLayer {
    position: relative;
  }
  .p-mainVisual__textLayer [data-partsid="460"] {
    position: absolute;
    top: 80%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .p-mainVisual__textLayer [data-partsid="460"] h2 {
    font-size: 27px !important;
    font-weight: 700 !important;
    line-height: 2.8rem;
    margin: 0 0 0.5rem;
  }
  .p-mainVisual__textLayer [data-partsid="460"] .catch_p {
    align-items: self-end;
    line-height: 4rem;
    margin: 0 0 1rem;
  }
  .p-mainVisual__textLayer [data-partsid="460"] .catch_p span {
    line-height: 4.5rem;
  }
  .p-mainVisual__textLayer [data-partsid="460"] .contact_p {
    margin: 0 0 1rem auto;
  }
  .p-mainVisual__textLayer [data-partsid="460"] .cta_line a,
  .p-mainVisual__textLayer [data-partsid="460"] .cta_contact a {
    font-size: 18px;
    width: 250px;
  }
  .p-mainVisual__textLayer [data-partsid="460"] .cta_contact a::before {
    width: 25px;
    height: 19px;
  }
  .p-mainVisual__textLayer [data-partsid="460"] .cta_line a::before {
    width: 25px;
    height: 24px;
  }
  .p-mainVisual__textLayer [data-partsid="460"] .swell-block-columns {
    margin: 0 0 0 auto;
  }
  /* =========================================================
  //  フッター
  // ========================================================= */
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner {
    flex-direction: column;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .telbox {
    width: 100%;
    padding: 3rem 0;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .telbox .midashi_txt {
    margin: 0 0 1.5rem;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .telbox .kojin_tel a::before,
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .telbox .houjin_tel a::before {
    width: 62px;
    height: 62px;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .linkbox {
    width: 100%;
    padding: 3rem 0;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .linkbox .midashi_txt {
    margin: 0 0 1rem;
  }
  [data-partsid="532"] .add_inner {
    padding: 2rem 0 1rem !important;
  }
  /* =========================================================
  //  共通（下層）
  // ========================================================= */
  .l-topTitleArea {
    min-height: 160px !important;
  }
  .l-topTitleArea h1 {
    padding-left: 10vw !important;
    margin-top: 0;
  }
  .l-topTitleArea h1 small {
    top: -4rem;
  }
  /* 事例紹介 */
  /* 共通部分 */
  .bf_af {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .bf_af .bf figure {
    width: 230px;
    height: 160px;
  }
  .bf_af .af figure {
    width: 380px;
    height: 260px;
  }
  /* 個別 */
  .single-case .bf_af .bf figure {
    width: 290px !important;
    height: 200px !important;
  }
  .single-case .bf_af .af figure {
    width: 430px !important;
    height: 310px !important;
  }
  .single-case .wp-block-lazyblock-gallery .sub-img {
    width: 100%;
  }
  .single-case .wp-block-lazyblock-gallery .sub-img li {
    width: 19% !important;
  }
  /* アーカイブ */
  .blog .c-tabBody ul,
  .page-id-650 .c-tabBody ul,
  .tax-cat_case .c-tabBody ul {
    -moz-column-gap: 0.8rem !important;
    column-gap: 0.8rem !important;
  }
  .blog .c-tabBody ul li figure,
  .page-id-650 .c-tabBody ul li figure,
  .tax-cat_case .c-tabBody ul li figure {
    height: 164px !important;
  }
  /* タームリスト */
  .tax-cat_case .c-tabBody ul li,
  .tax-cat_case .wp-block-query ul li {
    width: 48.5% !important;
  }
  .tax-cat_case .c-tabBody ul li figure,
  .tax-cat_case .wp-block-query ul li figure {
    height: 220px !important;
  }
  .page-id-650 .c-tabBody ul li,
  .page-id-650 .wp-block-query ul li {
    width: 48.5% !important;
  }
  .page-id-650 .c-tabBody ul li figure,
  .page-id-650 .wp-block-query ul li figure {
    height: 220px !important;
  }
  /* =========================================================
  //  お問合せ(tb)
  // ========================================================= */
  .Contact_wrap {
    padding: 0 !important;
  }
  .Contact_wrap h3 {
    padding: 0 !important;
  }
  .Contact_wrap .swell-block-fullWide__inner {
    width: 90%;
    margin: 0 auto;
  }
  .Contact_wrap .swell-block-columns__inner {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .Contact_wrap .titlebox {
    width: 100%;
  }
  .Contact_wrap .titlebox .wp-block-group {
    text-align: center;
  }
  .Contact_wrap .titlebox .wp-block-group a {
    justify-content: center;
  }
  .Contact_wrap .titlebox .wp-block-group .small {
    padding: 0 !important;
  }
  .Contact_wrap .formbox {
    width: 100%;
    margin-top: 3rem;
  }
  .kojinbox h3,
  .houjinbox h3 {
    padding: 0 !important;
  }
  /* =========================================================
  //  トップ
  // ========================================================= */
  .w-beforeFooter .fix_btn {
    display: none !important;
  }
  .fix_btn {
    width: 360px;
  }
  .fix_btn .contact_p {
    font-size: 20px;
  }
  .fix_btn .swell-block-columns {
    padding: 0.5rem 0 1.5rem;
  }
  .fix_btn .swell-block-columns .swell-block-columns__inner {
    row-gap: 0 !important;
  }
  .fix_btn .swell-block-columns .swell-block-columns__inner .swl-has-mb--s a {
    font-size: 20px !important;
  }
  .p-spMenu__bottom {
    display: block !important;
    margin: 2rem 0 0;
  }
  .top_wrap .top_sec01 {
    padding: 80px 0 50px !important;
  }
  .top_wrap .top_sec02 {
    padding: 50px 0 200px !important;
  }
  .top_wrap .top_sec02 .sec02_box {
    font-size: 15px !important;
    padding: 30px 10px !important;
  }
  .top_wrap .top_sec02 .sec02_box p br {
    display: none;
  }
  .top_wrap .top_sec02 h2 {
    font-size: 25px !important;
    margin: 0 0 3rem !important;
  }
  .top_wrap .top_sec03 .swell-block-columns .swell-block-columns__inner {
    flex-direction: column-reverse;
  }
  .top_wrap .top_sec03 .swell-block-columns .swell-block-columns__inner .sec03_box_right {
    width: 90% !important;
    margin: 0 0 0 auto;
  }
  .top_wrap .top_sec03 .swell-block-columns .swell-block-columns__inner .sec03_box_left {
    width: 90% !important;
    padding: 2rem 3rem 0 0;
    margin: 0 0 0 auto;
  }
  .top_wrap .top_sec04 {
    padding: 50px 0 100px !important;
  }
  .top_wrap .top_sec05 .swiper-wrapper .swiper-slide {
    width: 700px !important;
  }
  .top_wrap .top_sec05 .swiper-wrapper .swiper-slide .case-card {
    width: 700px !important;
  }
  .top_wrap .top_sec06 {
    padding: 5rem 0 4rem !important;
  }
  .top_wrap .top_sec06 .swell-block-columns .swell-block-columns__inner {
    flex-direction: column;
  }
  .top_wrap .top_sec06 .swell-block-columns .sec06_box_left {
    width: 80%;
  }
  .top_wrap .top_sec06 .swell-block-columns .sec06_box_left figure img {
    border-radius: 20px;
  }
  .top_wrap .top_sec06 .swell-block-columns .sec06_box_right {
    width: 80%;
  }
  .top_wrap .top_sec07 {
    padding-bottom: 4rem !important;
  }
  .top_wrap .top_sec08 {
    width: 85%;
    padding-bottom: 0 !important;
  }
	
.top_wrap {
  .top_sec01 {
    .swell-block-columns {
      .leftbox {
        width: 63%;
		  
		  ul {
          li {
            width: calc(92%/2) !important;
          }
        }
      }
    }
  }
}
.inst_icon{
	margin: 7rem 0 0 !important;
}
  /*----*/
}
/*------------------------------------------------------------------------------------------------------sp---*/
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  p {
    font-size: 14px;
  }
  .br_pc,
  .br_tb_n,
  .br_tb_b {
    display: none;
  }
  .br_sp {
    display: block;
  }
  /* =========================================================
  //  ヘッダー
  // ========================================================= */
  .-series .l-header__inner {
    padding: 0 0 0 1rem;
  }
  .l-header {
    background-color: transparent !important;
  }
  .c-headLogo img {
    height: 30px !important;
    margin: -20px 0 0;
  }
  .l-header__menuBtn.sp_ {
    padding: 47px 42px 40px !important;
  }
  .c-iconBtn__icon {
    color: #fff;
  }
  .p-spMenu__closeBtn {
    color: #007005;
    right: 15px !important;
    top: 25px !important;
  }
  .c-spnav {
    display: flex;
    width: 93%;
    flex-wrap: wrap;
    padding: 0 0 0 !important;
    font-size: 16px !important;
    text-align: left !important;
    margin: 0 auto;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .c-listMenu.c-listMenu li {
    margin: 0;
    position: relative;
    width: 47.5%;
    font-size: 15px;
  }
  .c-listMenu.c-listMenu li a {
    text-align: left !important;
    border-bottom: 3px dotted #ccc;
  }
  .p-spMenu__body {
    font-size: 5vw;
    align-content: flex-end;
    justify-content: flex-start;
    padding-top: 5rem;
  }
  /* メインビジュアル */
  .p-mainVisual__img {
    -o-object-position: top left !important;
    object-position: top left !important;
  }
  .p-mainVisual__textLayer {
    position: relative;
  }
  .p-mainVisual__textLayer [data-partsid="460"] {
    position: absolute;
    top: 72%;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .p-mainVisual__textLayer [data-partsid="460"] h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 2.8rem;
    margin: 0 0 0.5rem;
  }
  .p-mainVisual__textLayer [data-partsid="460"] .catch_p {
    align-items: self-end;
    line-height: 4rem;
    margin: 0 0 1rem;
  }
  .p-mainVisual__textLayer [data-partsid="460"] .catch_p span {
    line-height: 4.5rem;
  }
  .p-mainVisual__textLayer [data-partsid="460"] .contact_p {
    font-size: 13px;
    padding: 0 1rem;
    margin: 0 0 1rem auto;
  }
  .p-mainVisual__textLayer [data-partsid="460"] .contact_p::before {
    left: -10px;
    transform: translateY(0) rotate(70deg);
  }
  .p-mainVisual__textLayer [data-partsid="460"] .contact_p::after {
    right: 0;
    transform: translateY(0) rotate(-70deg);
  }
  .p-mainVisual__textLayer [data-partsid="460"] .cta_line a,
  .p-mainVisual__textLayer [data-partsid="460"] .cta_contact a {
    font-size: 18px;
    width: 250px;
    padding: 0.5rem 0 0.5rem 0.5rem !important;
    margin: 0 auto;
    display: block;
  }
  .p-mainVisual__textLayer [data-partsid="460"] .cta_contact a::before {
    left: 2.6vw;
    width: 25px;
    height: 19px;
  }
  .p-mainVisual__textLayer [data-partsid="460"] .cta_line a::before {
    left: 3.6vw;
    width: 25px;
    height: 24px;
  }
  .p-mainVisual__textLayer [data-partsid="460"] .swell-block-columns {
    margin: 0 auto;
  }
  .p-mainVisual__textLayer [data-partsid="460"] .swell-block-columns .swell-block-columns__inner {
    row-gap: 0.7rem;
  }
  /* =========================================================
  //  フッター
  // ========================================================= */
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner {
    flex-direction: column;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .telbox {
    width: 100%;
    padding: 3rem 0;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .telbox .midashi_txt {
    margin: 0 0 1.5rem;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .telbox .kojin_tel,
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .telbox .houjin_tel {
    width: 85%;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .telbox .kojin_tel a,
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .telbox .houjin_tel a {
    font-size: 35px;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .telbox .kojin_tel a::before,
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .telbox .houjin_tel a::before {
    width: 55px;
    height: 55px;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .telbox .kojin_tel {
    margin: 0 auto 1rem !important;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .linkbox {
    width: 100%;
    padding: 3rem 0;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .linkbox .midashi_txt {
    margin: 0 0 2rem;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .linkbox a {
    width: 80%;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .linkbox .line_a a::before {
    width: 40px;
    height: 41px;
  }
  [data-partsid="532"] .cta_inner .swell-block-columns .swell-block-columns__inner .linkbox .contact_a a::before {
    width: 36px;
    height: 30px;
  }
  [data-partsid="532"] .add_inner {
    padding: 3.7rem 0 2rem !important;
  }
  .l-footer__nav {
    display: none;
  }
  /* =========================================================
  //  共通（下層）
  // ========================================================= */
  .l-topTitleArea {
    min-height: 100px !important;
  }
  .l-topTitleArea h1 {
    font-size: 18px !important;
    padding-left: 10vw !important;
    margin-top: 0;
  }
  .l-topTitleArea h1 small {
    font-size: 60px !important;
    top: -4rem;
  }
  /* 事例紹介 */
  /* 共通部分 */
  .case_txt_box .metabox1 {
    margin: 0 0 0.7rem;
  }
  .case_txt_box .metabox1 .works_cat {
    font-size: 12px !important;
    width: auto !important;
    height: auto !important;
    padding: 0.1rem 0.5rem;
  }
  .case_txt_box .metabox1 .works_time {
    color: #333 !important;
    font-size: 12px !important;
    width: auto !important;
    height: auto !important;
    padding: 0.1rem 0.5rem;
  }
  .case_txt_box .metabox2 {
    flex-direction: column;
  }
  .case_txt_box .metabox2 time {
    font-size: 13px !important;
  }
  .bf_af {
    flex-direction: column !important;
    row-gap: 2rem;
  }
  .bf_af .bf figure {
    width: 80% !important;
    height: 160px !important;
  }
  .bf_af .bf figure::before {
    width: 65px;
    height: 65px;
  }
  .bf_af .bf figure::after {
    width: 60px;
    height: 57px;
    bottom: -55px;
    right: 70px;
    transform: rotate(29deg);
  }
  .bf_af .af figure {
    width: 100% !important;
    height: 230px !important;
  }
  .bf_af .af figure::before {
    width: 70px;
    height: 70px;
  }
  /* 個別 */
  .single-case {
    width: 100% !important;
  }
  .single-case .wp-block-lazyblock-gallery .sub-img {
    width: 100% !important;
  }
  .single-case .wp-block-lazyblock-gallery .sub-img li {
    width: 23.5% !important;
    height: 80px !important;
  }
  /* アーカイブ */
  .blog .c-tabBody ul,
  .page-id-650 .c-tabBody ul,
  .tax-cat_case .c-tabBody ul {
    -moz-column-gap: 0.7rem !important;
    column-gap: 0.7rem !important;
    row-gap: 2rem !important;
  }
  .blog .c-tabBody ul li,
  .page-id-650 .c-tabBody ul li,
  .tax-cat_case .c-tabBody ul li {
    width: 48% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  .blog .c-tabBody ul li figure,
  .page-id-650 .c-tabBody ul li figure,
  .tax-cat_case .c-tabBody ul li figure {
    height: 144px !important;
  }
  .blog .c-tabBody ul li .p-postList__body,
  .page-id-650 .c-tabBody ul li .p-postList__body,
  .tax-cat_case .c-tabBody ul li .p-postList__body {
    padding: 0.5rem 1rem 1.5rem;
  }
  .blog .c-tabBody ul li .p-postList__body .p-postList__cat,
  .page-id-650 .c-tabBody ul li .p-postList__body .p-postList__cat,
  .tax-cat_case .c-tabBody ul li .p-postList__body .p-postList__cat {
    height: auto !important;
  }
  .page-id-650 .wp-block-query ul {
    -moz-column-gap: 0.7rem !important;
    column-gap: 0.7rem !important;
    row-gap: 2rem !important;
  }
  .page-id-650 .wp-block-query ul li {
    width: 48.5% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  .page-id-650 .wp-block-query ul li .p-postList__cat {
    height: auto !important;
  }
  .page-id-650 .wp-block-query ul li figure {
    height: 144px !important;
  }
  .page-id-650 .wp-block-query ul li .p-postList__body {
    padding: 1.2rem 1rem 1.5rem !important;
  }
  .page-id-650 .wp-block-query ul li .p-postList__body h2 {
    font-size: 3.8vw !important;
  }
  .page-id-650 .wp-block-query ul li .p-postList__meta {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
    margin: 0 0 0.8rem;
    margin-top: 0px;
    row-gap: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
  /* タームリスト */
  .wp-block-lazyblock-tax-list .cat_ul {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    padding: 0 0 2rem !important;
  }
  .wp-block-lazyblock-tax-list .cat_ul li {
    font-size: 13px !important;
    margin: 0 !important;
  }
  /* =========================================================
  //  お問い合せ(sp)
  // ========================================================= */
  .Contact_wrap {
    padding: 0 !important;
  }
  .Contact_wrap .swell-block-fullWide__inner {
    padding: 0 2rem !important;
  }
  .Contact_wrap .swell-block-columns__inner {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .Contact_wrap .titlebox {
    width: 100%;
  }
  .Contact_wrap .titlebox .wp-block-group {
    text-align: center;
  }
  .Contact_wrap h2 {
    font-size: 20px !important;
  }
  .Contact_wrap .titlebox .wp-block-group a {
    font-size: 34px;
    justify-content: center;
  }
  .Contact_wrap .titlebox .wp-block-group .small {
    padding: 0 !important;
  }
  .Contact_wrap .formbox {
    width: 100%;
  }
  .Contact_wrap .form_inner {
    padding: 3.2rem 1.5rem 0;
    padding-bottom: 3rem !important;
  }
  .Contact_wrap .wpcf7-acceptance {
    font-size: 14px !important;
  }
  .Contact_wrap .custom-submit-button {
    font-size: 14px !important;
    min-width: 200px !important;
  }
  .kojinbox h3,
  .houjinbox h3 {
    padding: 0 !important;
  }
  /* =========================================================
  //  トップ
  // ========================================================= */
  .w-beforeFooter .fix_btn {
    display: none !important;
  }
  .p-spMenu__bottom {
    display: block !important;
  }
  .top_wrap .top_sec01 {
    padding: 80px 0 50px !important;
  }
  .top_wrap .top_sec01 ul {
    flex-direction: column;
    row-gap: 1rem !important;
  }
  .top_wrap .top_sec01 ul li {
    width: 95% !important;
  }
  .top_wrap .top_sec01 ul li a {
    display: flex;
  }
  .top_wrap .top_sec01 ul li a .p-postList__thumb {
    width: 30% !important;
  }
  .top_wrap .top_sec01 ul li a figure {
    width: 100% !important;
    height: 100%;
    border-radius: 8px 0px 0px 8px;
  }
  .top_wrap .top_sec01 ul li a .p-postList__body {
    width: 70%;
  }
  .top_wrap .top_sec01 ul li a .p-postList__body h3 {
    font-size: 14px !important;
	line-height: 2rem;
  }
  .top_wrap .top_sec02 {
    padding: 50px 0 200px !important;
  }
  .top_wrap .top_sec02 h2 {
    font-size: 16px !important;
    margin: 0 0 3rem !important;
  }
  .top_wrap .top_sec02 .sec02_box {
    padding: 30px 10px !important;
  }
  .top_wrap .top_sec02 .sec02_box p {
    font-size: 18px !important;
  }
  .top_wrap .top_sec02 .sec02_right_img {
    width: 45%;
    position: relative;
    left: 100px;
  }
  .top_wrap .top_sec03 {
    padding: 150px 0 60px !important;
  }
  .top_wrap .top_sec03 .sec03_h2 {
    font-size: 24px !important;
  }
  .top_wrap .top_sec03 .sec03_top_p {
    margin: 0 auto 26px;
  }
  .top_wrap .top_sec03 .swell-block-columns .swell-block-columns__inner {
    flex-direction: column-reverse;
  }
  .top_wrap .top_sec03 .swell-block-columns .swell-block-columns__inner .sec03_box_right {
    width: 90% !important;
    margin: 0 0 0 auto;
  }
  .top_wrap .top_sec03 .swell-block-columns .swell-block-columns__inner .sec03_box_left {
    width: 90% !important;
    padding: 2rem 3rem 0 0;
    margin: 0 0 0 auto;
  }
  .top_wrap .top_sec04 {
    padding: 50px 0 100px !important;
  }
  .top_wrap .top_sec04 h2::after {
    transform: translateX(-50%) !important;
    left: 50%;
  }
  .top_wrap .top_sec04 .top_h2_under_p {
    margin: 0 auto 1.5rem;
  }
  .top_wrap .top_sec04 .midashi_txt {
    width: 80%;
    margin: 0 auto 3rem;
  }
  .top_wrap .top_sec04 .swell-block-fullWide__inner::before {
    width: 100%;
    height: 935px;
  }
  .top_wrap .top_sec04 .swell-block-columns .swl-has-mb--s {
    width: 320px !important;
  }
  .top_wrap .top_sec04 .swell-block-columns .swl-has-mb--s p {
    font-size: 13px;
    width: 80%;
    line-height: 1.6rem;
  }
  .top_wrap .top_sec05 h2::after {
    transform: translateX(-50%) !important;
    left: 50%;
  }
  .top_wrap .top_sec05 .midashi_txt {
    margin: 0 auto 3rem;
    width: 85%;
  }
  .top_wrap .top_sec05 .swiper-wrapper .swiper-slide {
    width: 320px !important;
  }
  .top_wrap .top_sec05 .swiper-wrapper .swiper-slide .case-card {
    width: 320px !important;
    height: auto !important;
  }
  .top_wrap .top_sec06 {
    padding: 8rem 0 6rem !important;
  }
  .top_wrap .top_sec06 .swell-block-columns .swell-block-columns__inner {
    flex-direction: column;
  }
  .top_wrap .top_sec06 .swell-block-columns .sec06_box_left {
    width: 85%;
  }
  .top_wrap .top_sec06 .swell-block-columns .sec06_box_left figure img {
    border-radius: 20px;
  }
  .top_wrap .top_sec06 .swell-block-columns .sec06_box_right {
    width: 80%;
  }
  .top_wrap .top_sec07 {
    padding-bottom: 0 !important;
  }
  .top_wrap .top_sec07 h2::after {
    bottom: -10px;
    transform: translateX(-50%) !important;
    left: 50%;
  }
  .top_wrap .top_sec07 .swell-block-fullWide__inner {
    width: 90%;
    padding: 4rem 1rem 3.5rem;
  }
  .top_wrap .top_sec08 {
    width: 90%;
    padding-bottom: 0 !important;
  }
	
.top_wrap {
  .top_sec01 {
	  padding: 80px 0 70px !important;
	  
    .swell-block-columns {
      .leftbox {
		  width: 90%;
		  margin: 0 auto 2rem;
		  
        ul {
          li {
            width: 100% !important;
			  
			.p-postList__body {
              border-radius: 0px 8px 8px 0px;
            }
          }
        }
		.swell-block-button {
  			text-align: center !important;
 			margin: 2.5rem 0 0 !important;
			}
      }
		.rightbox {
        width: 100%;
      }
    }
  }
}
.inst_icon {
  margin: 5rem 0 0 !important;
}
  /*----*/
}
