@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
*/

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
}
a {
  transition: all 0.3s !important;
}
a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  pointer-events: none;
}
br {
  content: "";
  display: block;
  white-space-collapse: discard;
}
.dis_none {
  display: none !important;
}
.br_pc {
  display: block !important;
}
.br_tb_n {
  display: block !important;
}
.br_tb_b,
.br_sp {
  display: none !important;
}
li {
  list-style: none;
}
figure img {
  -o-object-fit: cover;
  object-fit: cover;
}
::selection {
  background: #0081CC;
  color: #def2ff;
}
/* =========================================================
//  アニメーション
// ========================================================= */
/* フェードイン */
.fade-in {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.fade-in.show {
  opacity: 1;
}
/* フェードイン（上に） */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-in-out;
}
.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}
/* フェードイン（右から左） */
.fade-left {
  opacity: 0;
  transform: translateX(20px); /* 右側にずらす */
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-in-out;
}
.fade-left.show {
  opacity: 1;
  transform: translateX(0);
}
/* フェードイン（左から右） */
.fade-right {
  opacity: 0;
  transform: translateX(-20px);
  transition:
    opacity 0.6s ease-out,
    transform 0.5s ease-in-out;
}
.fade-right.show {
  opacity: 1;
  transform: translateX(0);
}

/* フェードバウンス */
.fade-bounce {
  opacity: 0;
  transform: translateY(20px);
}
.fade-bounce.show {
  animation: fadeBounce 0.6s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeBounce {
  0% {
    opacity: 0;
    transform: translateY(20px) rotate(0.05deg);
  }
  10% {
    opacity: 1;
  }
  50% {
    transform: translateY(-10px) rotate(0.05deg);
  }
  70% {
    transform: translateY(6px) rotate(0.05deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0.05deg);
  }
}

/* ぼやける */
.anime_blur {
  opacity: 0;
  filter: blur(10px);
}
.anime_blur.show {
  animation: focusIn 1s ease forwards;
}

@keyframes focusIn {
  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* オーバーレイ */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
  z-index: 9999;
  flex-direction: column;
}
#overlay img {
  width: 65px;
  margin: 0 0 1rem;
}
/* オーバーレイを表示する時 */
#overlay.active {
  opacity: 1;
  pointer-events: all;
}
/* 中央スピナー */
.spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #0081CC;
  border-top: 1px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#body_wrap {
  opacity: 0;
  transition: opacity 0.8s ease;
  will-change: opacity;
  position: relative;
}
#body_wrap.fade-in {
  opacity: 1;
}
#body_wrap.fade-out {
  opacity: 0;
}
.spinner-logo {
  animation: float 2s ease-in-out infinite;
}

.bg-parallax {
  background-size: 2100px 237px;
  background-repeat: repeat-x;
  background-position-x: 0%;
  background-position-y: center;
  transition: background-position 0.1s linear;
}
/* =========================================================
//  ヘッダー
// ========================================================= */
.-series .c-headLogo {
  min-height: 111px;
  max-width: 510px;
  margin-top: 1rem;
}
.c-gnavWrap {
  display: none;
}
.-series .l-header__inner{
	max-width: 100%;
	padding: 0 2vw !important;
}
.l-header {
  background: initial;
}

/* 追従ヘッダー */
.l-fixHeader {
  box-shadow: none !important;
}
.l-fixHeader__inner {
  max-width: 100%;
  height:112px;
  justify-content: space-between;
}
.l-fixHeader__inner .c-headLogo {
  min-height: 80px !important;
  max-width: auto !important;
}
.l-fixHeader__inner .l-fixHeader__logo {
  padding-top: 0 !important;
}
.l-fixHeader__inner [data-partsid="117"] ul {
  padding-top: 0 !important;
}
.l-fixHeader::before {
  opacity: 0;
}
.l-fixHeader__inner .l-fixHeader__logo {
  display: none;
}
.-series-right .w-header {
  margin-left: auto;
}
.l-fixHeader [data-partsid="117"] ul {
  -moz-column-gap: 0;
       column-gap: 0;
}
.l-fixHeader [data-partsid="117"] ul li {
  background: rgba(255, 255, 255, 0.7);
  padding: 0.2rem 0.7rem;
}
.l-fixHeader [data-partsid="117"] ul li:first-child {
  padding: 0.2rem 0.7rem 0.2rem 1rem;
  border-radius: 5px 0px 0px 5px;
}
.l-fixHeader [data-partsid="117"] ul li:nth-last-child(2) {
  padding: 0.2rem 1rem 0.2rem 0.7rem;
  border-radius: 0px 5px 5px 0px;
}
.l-fixHeader [data-partsid="117"] ul li:last-child {
  background: none !important;
}
.l-fixHeader [data-partsid="117"] ul li .en {
  font-size: 30px;
}
.l-fixHeader [data-partsid="117"] ul li .jp {
  font-size: 11px;
  margin-top: -0.3rem;
}
.l-fixHeader [data-partsid="117"] ul .h_contact a {
  font-size: 22px !important;
  padding: 0.2vw 0.5vw;
}

[data-partsid="117"] ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.4vw;
       column-gap: 2.4vw;
  padding-top: 2rem !important;
  padding-left: 0 !important;
}
[data-partsid="117"] ul li a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(to right, #333 50%, #0081cc 50%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-position: 0 0;
  transition: background-position 0.5s ease;
}
[data-partsid="117"] ul li a:hover {
  background-position: -100% 0;
  opacity: 1;
}
[data-partsid="117"] ul li .en {
  font-size: clamp(1.125rem, -0.7083rem + 3.0556vw, 2.5rem);
}
[data-partsid="117"] ul li .jp {
  font-size: clamp(0.75rem, 0.5rem + 0.4167vw, 0.9375rem);
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-top: -0.5rem;
}
[data-partsid="117"] ul li .sub-menu {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0 !important;
  width: 250px;
}
[data-partsid="117"] ul li .sub-menu li {
  width: 100%;
  margin: 0 0 0.3rem;
	background:none;
	padding:0 !important;
}
[data-partsid="117"] ul li .sub-menu li a {
  color: #001e81;
  font-size: 16px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.8rem 0.5rem 1rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
  text-decoration: none;
  transition: color 0.3s ease;
}
[data-partsid="117"] ul li .sub-menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0081cc;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
  pointer-events: none;
}
[data-partsid="117"] ul li .sub-menu li a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-color: #001e81;
  -webkit-mask: url("../../uploads/2026/02/arrow01.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2026/02/arrow01.svg");
          mask: url("../../uploads/2026/02/arrow01.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  flex-shrink: 0;
  transition: background 0.3s ease;
  position: relative;
  z-index: 2;
}
[data-partsid="117"] ul li .sub-menu li a:hover {
  color: #fff;
}
[data-partsid="117"] ul li .sub-menu li a:hover::before {
  transform: scaleX(1);
}
[data-partsid="117"] ul li .sub-menu li a:hover::after {
  background: #fff;
}
[data-partsid="117"] ul li .sub-menu li a span {
  position: relative;
  z-index: 2;
}
[data-partsid="117"] ul li .sub-menu_02 {
  width: 290px;
}

.h_contact a {
  color: #fff !important;
  font-size: clamp(0.9375rem, -0.3125rem + 2.0833vw, 1.875rem) !important;
  background: linear-gradient(90deg, rgb(0, 30, 129) 0%, rgb(0, 129, 204) 100%) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  padding: 1vw 0.95vw;
  border-radius: 5px;
}
.h_contact a::before {
  content: "";
  width: 25px;
  height: 20px;
  display: block;
  background-image: url("../../uploads/2026/02/mail.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0.5rem 0 0;
  flex-shrink: 0;
}
.h_contact a:hover {
  opacity: 0.6 !important;
}

.wp-block-list > li {
  position: relative;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  transform: translateY(-20px) scaleY(0.7);
  transform-origin: top;
  opacity: 0;
  transition: transform 0.55s cubic-bezier(0.22, 1.3, 0.36, 1), opacity 0.2s ease;
  pointer-events: none;
}
.wp-block-list > li:hover > .sub-menu {
  transform: translateY(0) scaleY(1);
  opacity: 1;
  pointer-events: auto;
}
/* -------------------------------------
 * スマホメニュー
 * ------------------------------------- */
/* ハンバーガーメニューアイコン */
.l-header__menuBtn {
  top: 5px;
  right: 15px;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.c-iconBtn {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  justify-content: space-evenly !important;
  flex-direction: column !important;
}
.-menuBtn .c-iconBtn__icon {
  width: 29px;
  height: 2px;
  background-color: #001E81;
  display: grid;
  place-items: center;
  transition: transform 0.3s;
}
.-menuBtn .c-iconBtn__icon::before,
.-menuBtn .c-iconBtn__icon::after {
  grid-area: 1/1;
  content: "";
  display: block;
  inset: 0;
  width: 29px;
  height: 2px;
  background-color: #001E81;
  transition: transform 0.3s;
}
.-menuBtn .c-iconBtn__icon::before {
  transform: translateY(-10px);
}
.-menuBtn .c-iconBtn__icon::after {
  transform: translateY(10px);
}

/* ハンバーガーメニューメニューアイコン（オープン時） */
.p-spMenu__closeBtn {
  display: block !important;
  right: 10px !important;
  top: 15px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}

[data-spmenu=opened] .-menuBtn .c-iconBtn__icon::before {
  background-color: #001E81;
  transform: rotate(45deg);
}
[data-spmenu=opened] .-menuBtn .c-iconBtn__icon {
  background-color: transparent;
}
[data-spmenu=opened] .-menuBtn .c-iconBtn__icon::after {
  background-color: #001E81;
  transform: rotate(-45deg);
}

/* ボタンラベル */
.l-header__menuBtn .c-iconBtn::after,
.p-spMenu__closeBtn .c-iconBtn::after {
  font-size: 14px;
  font-weight: 500 !important;
  color: #fff;
  display: block;
}
/* ---------------------------------
 * 開閉メニューのフルスクリーン設定
 * --------------------------------- */
.p-spMenu__inner {
  width: 46%;
  box-shadow: none !important;
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow-y: auto;
}
.p-spMenu__inner::before {
  background: #001e81;
  height: 100%;
  opacity: 1;
}
.p-spMenu__overlay {
  background: none;
}
.right .p-spMenu__inner {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.5s ease;
}
[data-spmenu=opened] .p-spMenu__inner {
  transform: translateX(0);
  opacity: 1;
}

/* --------------------------------
 * メニュー内の設定
 * -------------------------------- */
/* 開閉メニュー内のタイトルを非表示 */
.c-widget__title.-spmenu {
  display: none;
}

/* メニューリンクの設定 */
.p-spMenu__nav {
  display: none;
}
.p-spMenu__bottom {
  width: 100%;
}
.p-spMenu__body {
  padding: 0;
}
.p-spMenu__body [data-partsid="140"] .sp_ul {
  padding: 1.5rem 2rem 1.8rem !important;
  background: #fff;
  border-radius: 5px;
  margin: 0 auto 0.7rem;
  width: 87%;
}
.p-spMenu__body [data-partsid="140"] .sp_ul li {
  color: #001e81;
  margin-bottom: 0.5rem;
}
.p-spMenu__body [data-partsid="140"] .sp_ul li a {
  color: #001e81;
  display: block;
}
.p-spMenu__body [data-partsid="140"] .sp_ul li .en {
  font-size: 33px;
}
.p-spMenu__body [data-partsid="140"] .sp_ul li .jp {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2 !important;
  display: block;
  margin-top: -0.7rem;
}
.p-spMenu__body [data-partsid="140"] .sp_ul li .sp_ul_sub {
  padding-left: 0;
}
.p-spMenu__body [data-partsid="140"] .sp_ul li .sp_ul_sub li {
  margin: 0.4rem 0 0;
}
.p-spMenu__body [data-partsid="140"] .sp_ul li .sp_ul_sub li:first-child {
  padding-top: 1.5rem;
}
.p-spMenu__body [data-partsid="140"] .sp_ul li .sp_ul_sub li:last-child {
  padding-bottom: 1.2rem;
}
.p-spMenu__body [data-partsid="140"] .sp_ul li .sp_ul_sub li a {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  padding: 0.5rem 1.5rem !important;
  border-bottom: 2px dotted;
}
.p-spMenu__body [data-partsid="140"] .sp_ul li .sp_ul_sub li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: #001e81;
  transform: translateY(-50%);
}
.p-spMenu__body [data-partsid="140"] .sp_ul .pr_li {
  font-size: 12px;
  font-weight: 700;
  margin-top: 1.3rem;
}
.p-spMenu__body [data-partsid="140"] .sp_ul .accordion {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.p-spMenu__body [data-partsid="140"] .sp_ul .accordion .en {
  position: relative;
  padding-right: 30px;
}
.p-spMenu__body [data-partsid="140"] .sp_ul .accordion .en::before,
.p-spMenu__body [data-partsid="140"] .sp_ul .accordion .en::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #001e81;
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}
.p-spMenu__body [data-partsid="140"] .sp_ul .accordion .en::before {
  transform: translateY(-50%) rotate(0deg);
}
.p-spMenu__body [data-partsid="140"] .sp_ul .accordion .en::after {
  transform: translateY(-50%) rotate(-90deg);
}
.p-spMenu__body [data-partsid="140"] .sp_ul .accordion.active .en::after {
  transform: translateY(-50%) rotate(0deg);
}
.p-spMenu__body [data-partsid="140"] .sp_contact {
  margin: 1.5rem 0 3rem;
}
.p-spMenu__body [data-partsid="140"] .sp_contact a {
  color: #fff !important;
  font-size: 40px;
  background: #0081cc;
  margin: 0 auto 0.7rem;
  width: 87%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0.95vw;
  border-radius: 5px;
}
.p-spMenu__body [data-partsid="140"] .sp_contact a::before {
  content: "";
  width: 30px;
  height: 25px;
  display: block;
  background-image: url("../../uploads/2026/02/mail.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0.5rem 0 0;
  flex-shrink: 0;
}
.p-spMenu__body [data-partsid="140"] figure {
  width: 90%;
  margin: 0 auto 0.5rem;
}

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

/* =========================================================
//  フッター
// ========================================================= */
/* フッター前お問い合わせ */
.w-beforeFooter {
  background-image: url("../../uploads/2026/02/foot_bg.svg");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: top 58px center;
  padding-top: 190px;
  overflow: unset;
 margin-top: -9rem !important;
}

[data-partsid="152"] {
  position: relative;
  color: #fff;
}
[data-partsid="152"] .swell-block-fullWide {
  padding: 7vw 0 5vw !important;
}
[data-partsid="152"] .midashi_01 {
  margin-bottom: 3vw !important;
}
[data-partsid="152"] .wp-block-group {
  width: -moz-fit-content;
  width: fit-content;
}
[data-partsid="152"] .wp-block-group .tel_link a {
  color: #fff;
  font-size: clamp(3.75rem, -1.875rem + 11.7188vw, 7.5rem);
  line-height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
[data-partsid="152"] .wp-block-group .tel_link a::before {
  content: "";
  width: 72px;
  height: 72px;
  display: block;
  background-image: url("../../uploads/2026/02/tel.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0.5rem 0 0;
  flex-shrink: 0;
}
[data-partsid="152"] .wp-block-group .notes {
  font-size: 14px;
  font-weight: 900;
  text-align: right;
  padding-right: 1rem;
}
[data-partsid="152"] .mail_btn {
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 30, 129) 0%, rgb(0, 129, 204) 100%);
  width: 479px;
  height: 479px;
  border-radius: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -14vw;
  right: -7.2vw;
}
[data-partsid="152"] .mail_btn p {
  position: relative;
}
[data-partsid="152"] .mail_btn p .en {
  font-size: clamp(4.375rem, 2.9116rem + 2.439vw, 5.625rem);
}
[data-partsid="152"] .mail_btn p .jp {
  font-size: clamp(1.25rem, 0.372rem + 1.4634vw, 2rem);
  font-weight: 900;
  display: block;
  margin-top: -2.5vw;
}
[data-partsid="152"] .mail_btn p::after {
  content: "";
  display: inline-block;
  width: 176px;
  height: 176px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-mask: url("../../uploads/2026/02/logo_big.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2026/02/logo_big.svg");
  mask: url("../../uploads/2026/02/logo_big.svg");
  -webkit-mask-repeat: repeat;
          mask-repeat: repeat;
  mask-position-x: 0%;
  mask-position-y: 0%;
  -webkit-mask-size: auto;
          mask-size: auto;
  maask-position-x: 0%;
  mask-position-y: 0%;
  msk-repeat: repeat;
  mask-size: auto;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  bottom: -0.8vw;
  right: -0.3vw;
  z-index: 0;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.3s ease;
}
[data-partsid="152"] .mail_btn:hover {
  opacity: 1;
  transform: scale(1.1);
}
[data-partsid="152"] .mail_btn:hover p::after {
  transform: scale(1.1);
}

/* フッター */
.w-footer {
  width: 1380px;
  padding: 0;
}
.w-footer__box {
  padding: 0;
}
.l-footer {
  padding-top: 10.5vw;
}
.l-footer__foot {
  display: none;
}
.l-footer__widgetArea {
  padding-bottom: 0 !important;
}

[data-partsid="151"] .topbox {
  padding-bottom: 3rem;
  margin-bottom: 0;
  border-bottom: 1px solid #fff !important;
}
[data-partsid="151"] .topbox .wp-block-group__inner-container {
  display: flex;
}
[data-partsid="151"] .topbox .swell-block-columns {
  width: 71%;
}
[data-partsid="151"] .topbox .swell-block-columns__inner {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
[data-partsid="151"] .topbox ul {
  padding: 0;
}
[data-partsid="151"] .topbox ul li {
  font-size: clamp(1rem, 0.8125rem + 0.3906vw, 1.125rem);
  font-weight: 900;
  margin: 0 0 1.5rem;
}
[data-partsid="151"] .topbox ul .pr_li {
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
}
[data-partsid="151"] .topbox .sub-ul {
  padding-top: 1.5rem !important;
  padding-left: 1rem !important;
}
[data-partsid="151"] .topbox .sub-ul li {
  font-size: clamp(0.875rem, 0.6875rem + 0.3906vw, 1rem) !important;
}
[data-partsid="151"] .topbox .ul01 {
  width: 41%;
}
[data-partsid="151"] .topbox .ul02 {
  width: 29%;
}
[data-partsid="151"] .topbox .ul03 {
  width: 22%;
}
[data-partsid="151"] .topbox .otherbox {
  width: 28%;
}
[data-partsid="151"] .topbox .otherbox .notes {
  font-size: 12px;
  line-height: 1.9rem;
  margin-bottom: 2.2rem;
}
[data-partsid="151"] .topbox .otherbox .sns_list {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
	align-items: center;
}

[data-partsid="151"] .bottombox {
  justify-content: space-between;
  align-items: center;
}
[data-partsid="151"] .bottombox figure {
  width: 28.1vw;
  min-width: 350px;
}
[data-partsid="151"] .bottombox .copyright {
  font-size: 14px;
  font-weight: 900;
  text-align: right;
}
/* =========================================================
//  共通（装飾）
// ========================================================= */
.jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
}
.jp2{
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
}
.en {
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.midashi_01 {
  font-size: clamp(2.5rem, 0.25rem + 4.6875vw, 4rem) !important;
  font-weight: 900 !important;
  margin-bottom: 3rem !important;
}
.midashi_01 .en {
  font-size: clamp(2.375rem, 1.625rem + 1.5625vw, 2.875rem);
  font-weight: 400;
  line-height: 2.5rem;
  display: block;
}
.midashi_01 .jp {
  background: linear-gradient(90deg, rgb(0, 30, 129) 0%, rgb(0, 129, 204) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg_gray {
  background: #f5f5f5;
}
.text-blue {
  color: #001e81;
}
.text-l-blue {
  color: #0081cc;
}

/* ボタン */
.swell-block-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.swell-block-button a {
  color: #333;
  font-size: clamp(1.875rem, -0.9375rem + 5.8594vw, 3.75rem);
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  border-radius: 0;
  border: none;
  padding: 0;
  position: relative;
  display: inline-block;
  padding-bottom: 1.1rem;
  padding-right: 96px;
}
.swell-block-button a span {
  color: #333;
  position: relative;
  z-index: 1;
}
.swell-block-button a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #333;
  transition: width 0.3s ease;
}
.swell-block-button a:hover {
  color: #333;
  opacity: 1;
  background: initial;
}
.swell-block-button a:hover span::after {
  width: 100%;
}
.swell-block-button a:hover::after {
  animation: icon-shrink 0.8s ease forwards;
}
.swell-block-button a::after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: rgba(0, 129, 204, 0.4);
  -webkit-mask: url("../../uploads/2026/02/logo_big.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2026/02/logo_big.svg");
          mask: url("../../uploads/2026/02/logo_big.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  top: -12%;
  right: -6px;
  z-index: 0;
  /* 中心を基準に縮小 */
  transform-origin: center center;
  transition: all 0.3s ease;
}

@keyframes icon-shrink {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}

.swlbtn-w a::after {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.swlbtn-w a span {
  color: #fff !important;
}
.swlbtn-w a span::after {
  background-color: #fff !important;
}

/* フキダシ_丸：右（白） */
.fukidashibox_maru {
  width: 270px;
  height: 239px;
  background-image: url("../../uploads/2026/03/head_fukidashi.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.fukidashibox_maru .jp2 {
  transform: rotate(0.05deg) !important;
}
.fukidashibox_maru p {
  transform: rotate(0.05deg) !important;
  position: relative;
  z-index: 1;
}
.fukidashibox_maru p {
  color: #0081cc;
  font-size: clamp(0.9375rem, 0.718rem + 0.3659vw, 1.125rem);
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  transform: rotate(0.05deg);
  line-height: 1.8rem;
  padding: 2.2rem 0 0 2.2rem;
  width: 63%;
}
.fukidashibox_maru p strong {
  font-weight: 900 !important;
  position: relative;
  z-index: 1;
}

/* フキダシ_丸：左（白） */
.fukidashibox_maru.fm_left {
    background-image: url("../../uploads/2026/03/fukidashi_bg_left.svg");
}
.fukidashibox_maru.fm_left p {
  position:relative;
  padding: 2.5rem 0 0 0;
  top: 0;
  right: -126px;
  z-index: 0;
  width: 46%;
}

/* フキダシ_丸：カラバリ */
.fmc_b,.fmc_lb{
  width: 382px;
  height: 325px;
}
.fmc_b p,.fmc_lb p {
  color: #fff !important;
  font-size: clamp(1.125rem, 0.3933rem + 1.2195vw, 1.75rem);
  line-height: 2.4rem;
  padding: 3.4rem 0 0 3.5rem;
  width: 63%;
}
.fukidashibox_maru.fm_left.fmc_b p,
.fukidashibox_maru.fm_left.fmc_lb p {
  padding: 3.4rem 0 0 3.5rem;
  width: 63%;
}
/* （青） */
.fmc_b{
  background-image: url("../../uploads/2026/03/fukidashi_bg_b.svg");
}
.fukidashibox_maru.fm_left.fmc_b {
  background-image: url("../../uploads/2026/03/fukidashi_bg_b_left.svg");
}
/* （水色） */
.fmc_lb{
  background-image: url("../../uploads/2026/03/fukidashi_bg_lb.svg");
}
.fukidashibox_maru.fm_left.fmc_lb {
  background-image: url("../../uploads/2026/03/fukidashi_bg_lb_left.svg");
}

/* SNSバナー */
.sns_bnr_box {
  width: 85vw;
  margin: 1.3vw auto 0;
  position: relative;
  padding: 3vw 4vw 2.5vw;
  position: relative;
}
.sns_bnr_box::before {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 0;
  border-radius: 5px;
}
.sns_bnr_box::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(0, 129, 204);
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
  border-radius: 5px;
}
.sns_bnr_box h3 {
  color: #fff;
  font-size: clamp(1.875rem, 0.7043rem + 1.9512vw, 2.875rem);
  font-weight: 900;
  margin: 0 0 1vw;
  position: relative;
  z-index: 2;
}
.sns_bnr_box .swell-block-columns {
  position: relative;
  z-index: 2;
}
.sns_bnr_box .swell-block-columns::after {
  content: "";
  width: 293px;
  height: 323px;
  display: block;
  background-image: url("../../uploads/2026/03/tik_fukidashi.svg");
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: -205px;
  transform: translateY(-50%);
  z-index: 2;
}

/* fixボタン */
.fix_rec_btn {
  position: fixed;
  right: -15px;
  bottom: 10vw;
  background: rgba(192, 218, 233, 0.9);
  display: block;
  margin: 0;
  padding: 1.4vw 1rem 1.9vw 0.7rem;
  z-index: 100;
  border-radius: 20px 0px 0px 20px;
  border: 3px solid #001e81;
  transition: right 0.05s ease;
}
.fix_rec_btn p {
  color: #001e81;
  font-size: clamp(0.875rem, 0.5823rem + 0.4878vw, 1.125rem);
  font-weight: 900;
  line-height: 1.4rem;
  position: relative;
}
.fix_rec_btn p strong {
  font-size: clamp(1rem, 0.7073rem + 0.4878vw, 1.25rem);
  font-weight: 900;
}
.fix_rec_btn p .en {
  font-size: clamp(2.1875rem, 1.0899rem + 1.8293vw, 3.125rem);
  font-weight: 400;
  display: inline-block;
  line-height: 3rem;
  margin-top: 0.5rem;
  position: relative;
}
.fix_rec_btn p .en::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #001e81;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.fix_rec_btn p::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-mask: url("../../uploads/2026/02/logo_big.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2026/02/logo_big.svg");
          mask: url("../../uploads/2026/02/logo_big.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  top: 2vw;
  right: 2px;
  z-index: -1;
  transform-origin: center;
  animation: spin 12s linear infinite;
}
.fix_rec_btn::after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 56px;
  background-image: url("../../uploads/2026/03/fix_img.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0.8vw;
  right: 18px;
  z-index: 0;
}
.fix_rec_btn:hover {
  opacity: 1;
  background: rgba(192, 218, 233, 0.9);
  right: -3px;
}
.fix_rec_btn:hover::after {
  animation: pressFinger 0.35s ease;
}
.fix_rec_btn:hover .en::after {
  transform: scaleX(1);
}

@keyframes pressFinger {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
/* =========================================================
//  共通（下層）
// ========================================================= */
.l-topTitleArea {
  height: clamp(430px, 42.5vw, 1000px);
  top: -8.8vw;
}
.l-topTitleArea .l-topTitleArea__body {
  top: 3vw;
  max-width: 82%;
}
.l-topTitleArea .u-obf-cover {
  width: auto !important;
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
  left: auto;
  right: 0;
}
.l-topTitleArea h1 {
  font-size: clamp(2.8125rem, -0.4802rem + 5.4878vw, 5.625rem) !important;
  font-weight: 900;
  line-height: 5.2vw;
  display: inline-block;
  position: relative;
  top: 1.7vw;
  background: linear-gradient(90deg, rgb(0, 30, 129) 0%, rgb(0, 129, 204) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.l-topTitleArea h1 small {
  font-size: clamp(1.5625rem, -0.9985rem + 4.2683vw, 3.75rem) !important;
  font-family: "League Gothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: 400 !important;
  color: #333;
  -webkit-text-fill-color: #333;
  display: block;
  margin: 0;
  opacity: 1;
}
.l-topTitleArea h1::before {
  content: "";
  display: inline-block;
  width: 440px;
  height: 440px;
  background-color: rgba(0, 129, 204, 0.1);
  -webkit-mask: url("../../uploads/2026/02/logo_big.svg");
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask: url("../../uploads/2026/02/logo_big.svg");
  mask: url("../../uploads/2026/02/logo_big.svg");
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -145px;
  z-index: 0;
  transform-origin: center center;
}
.l-topTitleArea .c-breadcrumb__list {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  color: #333;
  text-shadow: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 3.7vw;
}
.l-topTitleArea .c-breadcrumb__list a {
  color: #333;
}
.l-topTitleArea .c-breadcrumb__list li + li::before {
  content: ">";
  margin-right: 1rem;
  font-size: 10px;
}
.l-topTitleArea .head_title_fukidashi {
  position: absolute;
  bottom: -2px;
  left: 42.6%;
  z-index: 4;
  transform: translateX(-50%);
  width: 268px;
  height: 241px;
  background-image: url("../../uploads/2026/03/head_fukidashi.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.l-topTitleArea .head_title_fukidashi p {
  color: #0081cc;
  font-size: clamp(0.875rem, 0.5823rem + 0.4878vw, 1.125rem);
  font-weight: 900 !important;
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  padding: 2.3rem 0 0 0;
  text-align: center;
  width: 68%;
  transform: rotate(0.05deg);
}

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

/* エンクローズ溶接 */
[data-partsid="989"] {
  margin-bottom:0 !important;
}
.enclose_block .swell-block-fullWide__inner {
  color: #fff;
  background: #000;
  text-align: center;
  padding: 34vw 0 5.5rem !important;
  overflow: hidden;
}
.enclose_block .swell-block-fullWide__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../uploads/2026/03/top_enclose_img-1.jpg") center top/contain no-repeat;
  opacity: var(--bg-opacity, 0);
  transition: opacity 0.1s linear;
  z-index: 0;
}
.enclose_block .txtbox {
  position: relative;
  z-index: 1;
}
.enclose_block .txtbox h2 {
  font-size: clamp(3.75rem, 0.0915rem + 6.0976vw, 6.875rem) !important;
  font-weight: 900;
  line-height: 6.5vw;
  margin: 0 0 3rem;
}
.enclose_block .txtbox h3 {
  margin: 0 0 5.5rem;
  transition-delay: 0.5s;
}
.enclose_block .txtbox h3 .en {
  font-size: clamp(6.25rem, -0.3354rem + 10.9756vw, 11.875rem) !important;
  font-weight: 400;
  background: linear-gradient(90deg, rgb(0, 30, 129) 0%, rgb(0, 129, 204) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.enclose_block .txtbox h3 .jp {
  font-size: clamp(1.5625rem, 0.6113rem + 1.5854vw, 2.375rem) !important;
  font-weight: 900;
  display: block;
  margin-top: -4.5vw;
}
.enclose_block .txtbox p {
  font-size: clamp(1rem, 0.7073rem + 0.4878vw, 1.25rem);
  font-weight: 900;
  line-height: 3rem;
  margin-bottom: 4rem;
  transition-delay: 1.2s;
}
.enclose_block .txtbox .koko {
  display:none;
}
.enclose_block .txtbox .swell-block-button {
  transition: opacity 1.3s ease-out;
  transition-delay: 1.5s;
}

.enclose_block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../uploads/2026/03/top_enclose_img-1.jpg") center/cover no-repeat;
  opacity: 0;
  transition: opacity 0.1s linear;
  z-index: -1;
}

.term-list-wrapper ul li a.active {
  opacity: 1;
  background: rgba(0, 129, 204, .1);
}
.single .l-mainContent__inner{
	padding-bottom: 4vw !important;
}
.single .single_titlebox time{
	color: #001E81;
          font-size: clamp(1.125rem, 0.8323rem + 0.4878vw, 1.375rem);
          font-family: "League Gothic", sans-serif;
          font-optical-sizing: auto;
          font-style: normal;
          font-variation-settings: "wdth" 100;
}
.single .single_titlebox h2{
	font-size: clamp(1.125rem, 0.5396rem + 0.9756vw, 1.625rem) !important;
	font-weight:900;
}
.single .post_content p{
	font-weight: 500;
}

/*------------------------------------------------------*/
@media screen and (min-width: 960px) and (max-width: 1780px) {
  .-series .c-headLogo {
    min-height: 5vw;
  }
  .l-fixHeader__inner .c-headLogo {
    min-height: 5vw !important;
  }
  [data-partsid="117"] ul {
    -moz-column-gap: 1.3vw;
         column-gap: 1.3vw;
  }
  .h_contact a::before {
    content: "";
    width: 18px;
    height: 14.5px;
  }
  .w-footer {
    width: 90%;
  }
  [data-partsid="152"] .mail_btn {
    width: 420px;
    height: 420px;
    right: -2vw;
  }
  .sns_bnr_box .swell-block-columns::after {
    width: 234px;
    height: 257px;
    right: -145px;
  }

  .fix_rec_btn {
    right: -10px;
    padding: 1.2vw 0.8rem 1.3vw 0.6rem;
  }
  .fix_rec_btn::after {
    width: 38px;
    height: 50px;
    bottom: 1vw;
    right: 24px;
  }

  /*----*/
}
/*------------------------------------------------------*/
@media screen and (min-width: 960px) and (max-width: 1500px) {
  [data-partsid="152"] .swell-block-fullWide {
    padding: 7vw 0 5vw 3vw !important;
  }
  [data-partsid="152"] .mail_btn {
    width: 350px !important;
    height: 350px !important;
    right: 3vw !important;
  }
  [data-partsid="152"] .mail_btn p::after {
    width: 146px;
    height: 146px;
  }
.fukidashibox_maru {
  width: 237px !important;
  height: 210px !important;
}
.fukidashibox_maru p {
  line-height: 1.6rem;
}
.fukidashibox_maru.fm_left p {
  padding: 2rem 0 0 0;
  right: -113px;
}
.fmc_b, .fmc_lb {
  width: 332px !important;
  height: 283px !important;
}
.fmc_b p, .fmc_lb p {
  line-height: 2.1rem !important;
  padding: 2.8rem 0 0 2.8rem !important;
}
  .c-breadcrumb__list {
    margin-top: 7.7vw !important;
  }
  .l-topTitleArea .l-topTitleArea__body {
    top: -1vw;
  }
  .l-topTitleArea h1 {
    top: 5.7vw;
  }
  /*----*/
}
/*------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1315px) {
  [data-partsid="151"] .wp-block-group .wp-block-group__inner-container {
    flex-wrap: wrap;
  }
  [data-partsid="151"] .wp-block-group .swell-block-columns {
    width: 100%;
  }
  [data-partsid="151"] .wp-block-group .otherbox {
    width: 100%;
  }
  .sns_bnr_box .swell-block-columns::after {
    width: 150px;
    height: 165px;
    top: 5px;
    right: -100px;
  }
  .l-topTitleArea {
    top: -9vw;
  }
  .l-topTitleArea h1::before {
    width: 400px;
    height: 400px;
    left: -100px;
  }
  .l-topTitleArea .u-obf-cover {
    width: 49% !important;
  }
  .l-topTitleArea .head_title_fukidashi {
    width: 210px;
    height: 191px;
    left: 57%;
  }
  .l-topTitleArea .head_title_fukidashi p {
    line-height: 1.4rem;
    padding: 1.5rem 0 0 0;
  }
  /*----*/
}
/*------------------------------------------------------------------------------------------------------tb---*/
@media screen and (min-width: 768px) and (max-width: 1279px) {

  .br_tb_n {
    display: none !important;
  }
  .br_tb_b {
    display: block !important;
  }
/* =========================================================
//  ヘッダー（tb）
// ========================================================= */
  .l-header {
    background: initial !important;
  }
  .l-header__inner {
    height: 70px;
  }
  .-series .c-headLogo {
    min-height: 78px;
    max-width: 290px;
    margin-top: 1rem;
  }
/* =========================================================
//  フッター（tb）
// ========================================================= */
.w-beforeFooter {
	background-position: top 68px center;
    padding-top: 200px;
	}
  [data-partsid="152"] .swell-block-fullWide {
    padding: 8vw 0 2vw 3vw !important;
  }
  [data-partsid="152"] .midashi_01 {
    margin-bottom: 1vw !important;
  }
  [data-partsid="152"] .wp-block-group .tel_link {
    margin-bottom: 0 !important;
  }
  [data-partsid="152"] .wp-block-group .tel_link a::before {
    width: 50px;
    height: 50px;
  }
  [data-partsid="152"] .wp-block-group .notes {
    margin-top: -1vw;
  }
  [data-partsid="152"] .mail_btn {
    width: 260px;
    height: 260px;
    right: 2vw;
  }
  [data-partsid="152"] .mail_btn p::after {
    width: 120px;
    height: 120px;
    bottom: 0.2vw;
    right: -1vw;
  }
  [data-partsid="152"] .mail_btn p .en {
    font-size: 60px;
  }
  [data-partsid="152"] .mail_btn p .jp {
    font-size: 17px;
    margin-top: -3.5vw;
  }
  .l-footer {
    padding-top: 8.5vw;
  }
  .l-footer__inner {
    padding: 0 5vw;
  }
  .w-footer {
    width: 100%;
  }
  [data-partsid="151"] .wp-block-group .wp-block-group__inner-container {
    flex-wrap: wrap;
  }
  [data-partsid="151"] .wp-block-group .swell-block-columns {
    width: 100%;
  }
  [data-partsid="151"] .topbox {
    padding-bottom: 2rem;
  }
  [data-partsid="151"] .topbox .ul01 {
    width: 42%;
  }
  [data-partsid="151"] .topbox .ul02 {
    width: 28%;
  }
  [data-partsid="151"] .topbox .ul03 {
    width: 21%;
  }
  [data-partsid="151"] .topbox ul li {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 1.3rem;
  }
  [data-partsid="151"] .topbox .sub-ul li {
    font-size: 14px;
  }
  [data-partsid="151"] .wp-block-group .otherbox {
    width: 100%;
  }
  [data-partsid="151"] .topbox .otherbox .notes {
    margin-bottom: 2rem;
  }
  [data-partsid="151"] .topbox .sns_list li {
    margin-bottom: 0 !important;
  }
  [data-partsid="151"] .bottombox {
    padding-top: 1rem;
  }
  [data-partsid="151"] .bottombox .copyright {
    font-size: 12px;
  }
/* =========================================================
//  共通（装飾）（tb）
// ========================================================= */
  .midashi_01 {
    font-size: 37px !important;
    margin-bottom: 2rem !important;
  }
  .swell-block-button a {
    padding-right: 52px;
  }
  .swell-block-button a::after {
    width: 65px;
    height: 65px;
    top: -12%;
    right: 0;
  }
  .swell-block-button a span {
    border-bottom: 2px solid;
  }
	
.fukidashibox_maru {
  width: 210px !important;
  height: 186px !important;
}
.fukidashibox_maru p {
  font-size: 14px;
  line-height: 1.4rem;
  padding: 1.8rem 0 0 1.6rem;
}
.fukidashibox_maru.fm_left p {
  padding: 1.8rem 0 0 0;
  right: -102px;
}
.fmc_b, .fmc_lb {
    width: 260px !important;
    height: 221px !important;
}
 .fmc_b p, .fmc_lb p {
    line-height: 2.1rem !important;
    padding: 2rem 0 0 2.5rem !important;
    line-height: 1.7rem !important;
    font-size: 15px !important;
  }

  .sns_bnr_box h3 {
    font-size: 24px;
    margin: 0 0 1.5vw;
  }
  .sns_bnr_box .swell-block-columns::after {
    width: 130px;
    height: 143px;
    top: -5px;
    right: -88px;
  }
	
/* =========================================================
//  共通（下層）（tb）
// ========================================================= */	
  .l-topTitleArea h1::before {
    width: 300px;
    height: 300px;
    left: -60px;
  }

/* エンクローズ溶接 */
  .enclose_block {
    margin-top: -2px !important;
  }
  .enclose_block .swell-block-fullWide__inner {
    padding: 34vw 0 3.5rem !important;
  }
  .enclose_block .txtbox h2 {
    font-size: 45px !important;
    margin: 0 0 2rem;
  }
  .enclose_block .txtbox h3 {
    margin: 0 0 2.5rem;
  }
  .enclose_block .txtbox p {
    font-size: 18px;
    line-height: 2.5rem;
    width: 80%;
    margin: 0 auto 3rem;
  }
  .enclose_block .txtbox p .br_sp {
    display: block !important;
  }
  /*----*/
}
/*------------------------------------------------------*/
@media screen and (min-width: 744px) and (max-width: 834px) {
  .fix_rec_btn {
    top: auto !important;
    bottom: 9% !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 !important;
  }
  .br_sp {
    display: block !important;
  }

  .l-header {
    background: initial !important;
  }
  .l-header__inner {
    height: 70px;
  }
  .p-spMenu__inner {
    width: 76%;
  }
  .p-breadcrumb {
    padding: 1rem !important;
  }
/* =========================================================
//  ヘッダー（sp）
// ========================================================= */
  .l-header {
    background: initial !important;
  }
  .l-header__inner {
    height: 70px;
  }
  .-series .c-headLogo {
    min-height: 78px;
    max-width: 300px;
    margin-top: 1rem;
  }
/* =========================================================
//  フッター（sp）
// ========================================================= */
  .w-beforeFooter {
    background-size: 93%;
    background-position: top 40px center;
    padding-top: 72px;
    margin-top: 3rem;
  }
  [data-partsid="152"] .swell-block-fullWide {
    padding: 8vw 0 2vw 3vw !important;
  }
  [data-partsid="152"] .midashi_01 {
    margin-bottom: 1vw !important;
  }
  [data-partsid="152"] .wp-block-group .tel_link {
    margin-bottom: 0 !important;
  }
  [data-partsid="152"] .wp-block-group .tel_link a {
    font-size: 43px;
  }
  [data-partsid="152"] .wp-block-group .tel_link a::before {
    width: 26px;
    height: 26px;
    margin: 0 0.2rem 0 0;
  }
  [data-partsid="152"] .wp-block-group .notes {
    text-align: left;
    margin-top: -4vw;
  }
  [data-partsid="152"] .mail_btn {
    width: 130px;
    height: 130px;
    right: 6vw;
    justify-content: flex-start;
    padding-left: 1.5rem;
  }
  [data-partsid="152"] .mail_btn p::after {
    width: 60px;
    height: 60px;
    bottom: -0.8vw;
    right: -28px;
  }
  [data-partsid="152"] .mail_btn p {
    line-height: 2.2rem;
  }
  [data-partsid="152"] .mail_btn p .en {
    font-size: 35px;
  }
  [data-partsid="152"] .mail_btn p .jp {
    font-size: 12px;
    margin-top: -1vw;
    line-height: 1rem;
  }
  .l-footer {
    padding-top: 8.5vw;
  }
  .l-footer__inner {
    padding: 0 5vw;
  }
  .w-footer {
    width: 100%;
  }
  [data-partsid="151"] .wp-block-group .wp-block-group__inner-container {
    flex-wrap: wrap;
  }
  [data-partsid="151"] .wp-block-group .swell-block-columns {
    width: 100%;
    display: none;
  }
  [data-partsid="151"] .topbox {
    padding-bottom: 2rem;
  }
  [data-partsid="151"] .wp-block-group .otherbox {
    width: 100%;
  }
  [data-partsid="151"] .topbox .otherbox .notes {
    margin-bottom: 2rem;
	padding: 0 1rem;
  }
  [data-partsid="151"] .topbox .sns_list {
    width: 40%;
  }
  [data-partsid="151"] .topbox .sns_list li {
    margin-bottom: 0 !important;
  }
  [data-partsid="151"] .bottombox {
    padding-top: 1rem;
  }
  [data-partsid="151"] .bottombox figure {
    display: none;
  }
  [data-partsid="151"] .bottombox .copyright {
    font-size: 10px;
    text-align: center;
    padding-bottom: 1rem;
    font-weight: 600;
  }

/* =========================================================
//  共通（装飾）（sp）
// ========================================================= */
  .midashi_01 {
    font-size: 24px !important;
    line-height: 2.5rem;
    margin-bottom: 2rem !important;
  }
  .midashi_01 .en {
    font-size: 25px;
    line-height: 2rem;
  }
  .swell-block-button a {
    padding-right: 42px;
  }
  .swell-block-button a::after {
    width: 50px;
    height: 50px;
    top: -4%;
    right: 0;
  }
  .swell-block-button a span {
    font-size: 21px;
    border-bottom: 2px solid;
  }
.fukidashibox_maru {
  width: 175px;
  height: 149px;
}
.fukidashibox_maru p {
  font-size: 12px;
  line-height: 1.4rem;
  padding: 1.5rem 0 0 1.5rem;
	width: 68%;
}
.fukidashibox_maru.fm_left p {
  padding: 1.8rem 0 0 0;
  right: -83px;
}
.fukidashibox_maru.fm_left.fmc_b p,
.fukidashibox_maru.fm_left.fmc_lb p {
  padding: 1.7rem 0 0 2.6rem;
  width: 63%;
  right: -52px;
}

  .sns_bnr_box {
    padding: 1.5rem 4vw 1rem;
  }
  .sns_bnr_box h3 {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .sns_bnr_box .swell-block-columns::after {
    width: 150px;
    height: 165px;
    top: 6px;
    right: -21px;
    transform: rotate(23deg);
  }
  .sns_bnr_box .swell-block-columns .swl-has-mb--s {
    width: 100%;
  }
  .sns_bnr_box .swell-block-columns .swl-has-mb--s figure {
    width: 55%;
  }
	#custom_html-6,
	#custom_html-6 .textwidget,
	[data-partsid="411"]{
		overflow: visible !important;
		transform: none !important;
	}
.fix_imgbtn{
  position: fixed;
  right: -5px;
  bottom: 13%;
  z-index: 10;
  width: 38px;
}
/* =========================================================
//  共通（下層）（sp）
// ========================================================= */	
  .l-topTitleArea {
    height: 280px;
    top: -70px;
  }
  .l-topTitleArea .l-topTitleArea__body {
    top: -0.5rem;
    max-width: 85%;
  }
  .l-topTitleArea .u-obf-cover {
    width: 62% !important;
  }
  .l-topTitleArea h1 {
    font-size: 22px !important;
    line-height: 2.3rem;
  }
  .l-topTitleArea h1 small {
    font-size: 18px !important;
  }
  .l-topTitleArea h1::before {
    width: 130px;
    height: 130px;
    left: -30px;
  }
  .l-topTitleArea .c-breadcrumb__list {
    display: none;
  }
  .l-topTitleArea .head_title_fukidashi {
    width: 150px !important;
    height: 137px !important;
    left: auto;
    right: -30px;
  }
  .l-topTitleArea .head_title_fukidashi p {
    font-size: 11px;
    padding: 1.7rem 0 0 0;
    width: 68%;
    line-height: 1rem;
  }
  .p-breadcrumb {
    font-weight: 500;
    display: block !important;
    top: -65px;
    padding: 1rem 0.3rem;
  }
  .p-breadcrumb__text .__home::before {
    line-height: inherit;
    display: none;
  }

/* エンクローズ溶接 */
  .enclose_block {
    margin-top: -2px !important;
  }
  .enclose_block .swell-block-fullWide__inner {
    padding: 37vw 0 3.5rem !important;
  }
  .enclose_block .txtbox h2 {
    font-size: 24px !important;
    margin: 0 0 2rem;
    line-height: 2.5rem;
  }
  .enclose_block .txtbox h3 {
    margin: 0 0 2.5rem;
  }
  .enclose_block .txtbox h3 .en {
    font-size: 51px !important;
  }
  .enclose_block .txtbox h3 .jp {
    font-size: 20px;
  }
  .enclose_block .txtbox p {
    font-size: 14px;
    line-height: 2.5rem;
    width: 88%;
    margin: 0 auto 3rem;
    font-weight: 700;
  }
  .enclose_block .txtbox p .koko {
    display: block !important;
  }
  /*----*/
}