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

/*コンテンツ下余白なし*/
#content {
padding-top: 0;
margin-bottom: 0px;
}
.w-beforeFooter{
	margin: 0;
}


/* Font=========================== */

h2,h3 {
  
}

/* common======================= */

@media screen and (min-width: 960px) {
	.wide90{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 90%;
}
	.wide80{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 80%;
  min-width: 950px;
}
	.wide70{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 70%;
		min-width: 1000px;
}
}


@media screen and (max-width: 768px) {
  .sp-wide90 {
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 90%;
}
	.sp-wide85 {
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 85%;
}
	.sp-wide80 {
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 80%;
}
}


/* 改行=========================== */

.no-kaigyou {
	white-space: nowrap;
}

.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}


/* マージン======================= */

.m-left {
	margin-left: auto;
}

.m-right {
	margin-right: auto;
}

.m-center {
	margin: 0 auto;
}

.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}

.ml-20 {
	margin-left: 20px;
}

/* テーブル========================= */

.c_table th,
.c_table td{
	padding: 20px 0;
}

/* 画像============================= */

main img {
	border-radius: 15px;
}

/* 見出し=========================== */

.sub_catch {
	
}

.title-box h2 {
  display: inline-flex;   /* もしくは display:flex; */
  align-items: center;    /* 画像と文字を縦中央揃え */
}

.title-box h2 img {
  flex-shrink: 0;
  width: 15px;
  height: auto;
  margin-right: 10px;
}


/* テキスト======================== */

.text-level01{
	font-size: clamp(1rem, 1.3vw, 1.4rem);
	line-height: 1.9;
	font-weight: 600;
}

.text-level02{
	font-size: clamp(1rem, 1.2vw, 1.2rem);
	line-height: 1.9;
	font-weight: 600;
}

.text-level03 {
	font-size: clamp(1.5rem, 5.5vw, 5rem);
	font-weight: 600;
	margin:0 auto 5%;
  background: linear-gradient(90deg, #27acd9 ,#2c5db6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-level04 {
	font-size: clamp(1.5rem, 2.5vw, 2.5rem);
	font-weight: 600;
	margin:0 auto 5%;
  background: linear-gradient(90deg, #27acd9 ,#2c5db6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-box-wide {
	width: 90%;
}

@media (max-width: 786px) {
  .text-level01{
	font-size: clamp(1rem, 1.3vw, 1.4rem);
	line-height: 1.9;
	font-weight: 400;
}

.text-level02{
	font-size: clamp(1rem, 1.2vw, 1.2rem);
	line-height: 1.9;
	font-weight: 400;
}
}

/* テキストアニメーション============= */

.text-bg {
	text-align: center;
}

.text-bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

.text-bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}

.text-bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}



/* ボタン========================= */

a.btn_common {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
	height: 3.2rem;
	max-width: 250px;
	padding: 0 4rem;
	border-radius: 100vw;
	background: linear-gradient(to left, #04498f,  #006BC3);
	background-size: 400%;
	color: #fff;
}
a.btn_common:hover::before {
  transform: scaleX(1);
}
a.btn_common:hover {
	color: #fff;
}
a.btn_common span {
  position: relative;
  z-index: 1;
}
a.btn_common::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #232323;
  transition: all 0.475s;
}

/* =========================
   Opening Loader 基本設定
   ========================= */
:root {
  --opening-bg: #232323;      /* 背景色 */
  --opening-text: #ffffff;    /* テキスト色 */
  --opening-accent: #27acd9;  /* アクセントカラー */
}

.opening-loader {
  position: fixed;
  inset: 0;
  z-index: 2147483647; /* とにかく最大級 */
  isolation: isolate;  /* 新しいスタッキングコンテキストを作る */
  transform: translateZ(0); /* GPU化で前面に出しやすくする */
  background: var(--opening-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
	width: 100vw;
	height: 100vh;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
}

.opening-loader.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.opening-loader__inner {
  text-align: center;
  color: var(--opening-text);
  padding: 40px 24px;
}

/* ロゴ部分 */
.opening-loader__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  margin-bottom: 0.8em;
}

.opening-loader__logo-text {
  font-size: clamp(26px, 3vw, 36px);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 600;
  transform: translateY(16px);
  opacity: 0;
  animation: opening-fadeUp 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s forwards;
}

/* ロゴが画像の場合もふわっと */
.opening-loader__logo img {
  max-width: 220px;
  width: min(48vw, 220px);
  display: block;
  transform: translateY(16px);
  opacity: 0;
  animation: opening-fadeUp 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s forwards;
}

/* サブテキスト */
.opening-loader__sub {
  font-size: 0.9rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 1.8em;
  opacity: 0;
  transform: translateY(12px);
  animation: opening-fadeUp 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s forwards;
}

/* ラインアニメーション */
.opening-loader__line-wrap {
  position: relative;
  width: 160px;
  height: 2px;
  margin: 0 auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.opening-loader__line {
  position: absolute;
  inset: 0;
  width: 40%;
  background: linear-gradient(
    90deg,
    transparent,
    var(--opening-accent),
    #ffffff
  );
  transform: translateX(-100%);
  animation: opening-lineMove 1.4s ease-in-out 0.7s 3 forwards;
}

/* アニメーション終了後の全体縮小フェードアウト */
.opening-loader.is-finish .opening-loader__inner {
  animation: opening-shrink 0.8s ease-in-out forwards;
}

/* ページ本体のスクロールロック解除 */
body.opening-active {
  overflow: hidden;
}
body.opening-finished {
  overflow: auto;
}

/* =========================
   Keyframes
   ========================= */
@keyframes opening-fadeUp {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes opening-lineMove {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(200%);
  }
}

@keyframes opening-shrink {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.92);
    opacity: 0;
  }
}

/* =========================
   レスポンシブ微調整
   ========================= */
@media (max-width: 599px) {
  .opening-loader__inner {
    padding: 32px 18px;
  }

  .opening-loader__logo-text {
    letter-spacing: 0.18em;
  }

  .opening-loader__sub {
    letter-spacing: 0.15em;
    font-size: 0.8rem;
  }

  .opening-loader__line-wrap {
    width: 140px;
  }
}


/* ヘッダーメニュー=============== */

body.opening-active .l-header,
body.opening-active header,
body.opening-active .c-header,
body.opening-active #header,
body.opening-active #fix_header,
body.opening-active .l-fixHeader{
  z-index: 0 !important;
}

.c-gnav>.menu-item>a .ttl {
  font-size: 15px;
  letter-spacing: .1rem;   /*文字の間隔*/
  font-weight: bold;
}


/* お知らせ========================== */

.news-item {
}

.newsList {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  border-top: 1px dotted #999;
  align-items: flex-start; 
}

ul.newsList {
  padding: 1.5rem 0;
	width: 100%;
	margin: 0 auto;
}

ul.newsList li {
  margin: 0 10px;
}

.news_date {
  min-width: 100px;
  font-weight: bold;
	color: #888;
}

.news_text {
  flex: 1; 
}

@media screen and (max-width: 768px) {
  .newsList {
    flex-direction: column;
  }
	.news_text p{
    margin-top: 0.8em;
  }
}

.scroll {
	background-color: #f0f0f0;
  overflow: auto;
  height: 100%;
  max-height: 300px;
  width: 100%;
	padding: 1.5rem;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #ccc #f1f1f1;
}

/* WebKit */
.scroll::-webkit-scrollbar {
  width: 10px;
}
.scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media screen and (max-width: 768px) {
  .scroll {
  max-height: 400px;
}
}


/* メインビジュアル===================== */

.p-mainVisual {
  position: relative;
	padding: 80px 1% 0;
}

.p-mainVisual__slide {
	border-radius: 20px;
}

.main-copy-box {
	position: relative;
	top: 0;
	left: 8%;
	display: inline-block;
}

.main-copy {
  font-size: clamp(1.5rem, 3vw, 2rem);
	letter-spacing: 0.3rem;
	writing-mode: vertical-rl;
  font-weight: 600;
	color: #333;
}

@media screen and (max-width: 768px) {
  .p-mainVisual {
  position: relative;
	padding: 55px 3% 0;
}
}


/* トップページ============== */

.img-wrap{
  position: relative;
  width: 100%; 
  height: 100%;
  overflow: hidden;
}

.img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center;
  display: block;
}

.img-wrap::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #f9f9f9;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
} 

.img-wrap::before { animation-play-state: paused; }       /* 初期は止めておく */
.img-wrap.is-show::before { animation-play-state: running; } /* 発火で再生 */


/* コンテンツ */

.top-contents-outer {
  position: relative;
  border-radius: 20px;
  overflow: hidden; 

  /* 背景画像 */
  background-image: url('https://www.shiraitek.jp/wp-content/uploads/2025/11/top-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; 
}

/* グラデーション用の疑似要素 */
.top-contents-outer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  /* 線形グラデーション（透明度つき） */
  background: linear-gradient(
    rgba(39, 172, 217, 0.95),
    rgba(44, 93, 182, 0.95)
  );

  pointer-events: none;
}

/* 中のコンテンツがグラデーションの上に来るように */
.top-contents-outer > * {
  position: relative;
  z-index: 2;
}

/* コンテンツアイテム */
/* 全体カード */
.about-card {
  display: block;
  margin: 40px auto;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* 画像部分 */
.about-card__img-wrap {
  position: relative;
  overflow: hidden;
	border-radius: 15px;
}

.about-card__img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: transform 0.6s ease;
}

.about-card:hover .about-card__img {
  transform: scale(1.05); 
}

/* 「About」テキスト */
.about-card__label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  font-weight: 700;
  pointer-events: none;
}

/* 本文エリア */
.about-card__body {
  padding: 36px 40px 40px;
}

/* 見出し */
h3.about-card__heading{
  font-size: 1.6rem;
}
.about-card__heading {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 12px!important;
}

/* テキスト＋矢印の横並び */
.about-card__text-area {
  display: flex;
  align-items: center;      /* 下揃え */
  justify-content: space-between;
  gap: 24px;
}

/* テキスト */
.about-card__text {
  flex: 1;                    /* 余った幅を取る */
  margin: 0;
}

/* 丸い矢印ボタン */
.about-card__button {
  flex-shrink: 0;
  width: clamp(56px, 4vw, 76px);
  height: clamp(56px, 4vw, 76px);
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  margin-left: auto;
  overflow: hidden;
}

/* 矢印共通 */
.about-card__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  transform: translate(-50%, -50%);
  transition: transform 0.35s ease, opacity 0.35s ease;
  opacity: 1;
}

/* 通常表示される矢印（中央） */
.about-card__arrow--main {
  transform: translate(-50%, -50%);
}

/* 左から出てくる矢印（初期は左外＆非表示） */
.about-card__arrow--sub {
  transform: translate(-180%, -50%);
  opacity: 0;
}

/* ホバー時の矢印アニメーション */
.about-card:hover .about-card__arrow--main {
  transform: translate(180%, -50%); /* 右へスライドアウト */
  opacity: 0;
}

.about-card:hover .about-card__arrow--sub {
  transform: translate(-50%, -50%); /* 左から中央へスライドイン */
  opacity: 1;
}

/* スマホ時レイアウト調整 */
@media (max-width: 600px) {
  .about-card {
    border-radius: 24px;
  }

  .about-card__body {
    padding: 24px 20px 28px;
  }

  .about-card__button {
    width: 40px;
    height: 40px;
    margin-left: 0;
  }

  .about-card__arrow {
    font-size: 1.2rem;
  }
}

@media screen and (max-width:786px){
	.top-recruit-outer {
	border-radius: 50px;
}
}

/* スクロール連動 */
.scroll-marquee{
  position: relative;
  left: 50%;
  width: 105%;
  padding: 50px 0;
  overflow: hidden;
  opacity: .25;

  /* ★ transformは1回にまとめる */
  transform: translateX(-50%) rotate(-5deg);
  transform-origin: center;
}


.marquee-row{
  overflow: hidden;
  width: 100%;
}

.marquee-row + .marquee-row{
  margin-top: 16px;
}

.marquee-track{
  display: flex;
  gap: 16px;
  will-change: transform;
}

.marquee-track img{
  width:400px; 
  height: 250px; 
  object-fit: cover;
  border-radius: 5px;
  flex: 0 0 auto;
}



/* ページ共通========================= */

.page-hero {
	border-radius: 15px;
}


/* 会社概要========================== */

.company-sec2-copy {
	font-size: clamp(1.5rem, 5.5vw, 5rem);
	font-weight: 600;
	margin:0 auto 5%;
  background: linear-gradient(90deg, #27acd9 ,#2c5db6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.company-sec2-copy2 {
	font-size: clamp(1.5rem, 3.2vw, 3rem);
	font-weight: 600;
	margin:0 auto 5%;
  background: linear-gradient(90deg, #27acd9 ,#2c5db6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.company-sec2-item {
	border: 1px solid #00469c;
	padding: 1rem 2rem;
	height: 100%;
	min-height: 100px;
}


/* 事業内容====================== */

.business-sec1-text {
	font-size: clamp(1rem, 1.7vw, 1.5rem);
	line-height: 2;
}

.img-wrap-business{
  position: relative;
  width: 100%; 
  height: 450px;
  overflow: hidden;
	border-radius: 10px;
}

.img-wrap-business img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center;
  display: block;
}

.img-wrap-business::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	animation-delay: 2s;
  background: #f9f9f9;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
} 


/* 実績紹介====================== */

.p-works {
	margin: 80px 0 ;
}

.worksFilter{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid #e1e6ef;
  background: #fff;
  margin-bottom: 48px;
}

/* 上部アクセントライン */
.worksFilter::before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    #00469c 0%,
    rgba(0,70,156,.4) 60%,
    rgba(0,70,156,.15) 100%
  );
}

/* ラベル */
.worksFilter__label{
  font-weight: 700;
  letter-spacing: .04em;
  color: #002b63;
  white-space: nowrap;
}

/* セレクト（カスタム矢印） */
.worksFilter__select{
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccd6ea;
  border-radius: 12px;
  padding: 8px 46px 8px 14px;
  min-width: 180px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #002b63;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, #00469c 50%),
    linear-gradient(135deg, #00469c 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 22px) 52%,
    calc(100% - 16px) 52%,
    0 0;
  background-size:
    6px 6px,
    6px 6px,
    100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

/* 表示ボタン */
.worksFilter__btn{
  border: none;
  border-radius: 12px;
  padding: 8px 18px;
  font-weight: 800;
  letter-spacing: .06em;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(
    135deg,
    #00469c 0%,
    #00357a 100%
  );
  transition: box-shadow .2s ease;
}

.worksFilter__btn:hover{
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
}

.worksFilter__btn:active{
  transform: translateY(0);
  box-shadow: 0 12px 24px rgba(0,70,156,.25);
}

/* リセット */
.worksFilter__reset{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid #ccd6ea;
  color: #00469c;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s ease, transform .15s ease;
}

.worksFilter__reset:hover{
  background: rgba(0,70,156,.06);
  transform: translateY(-1px);
}

/* SP */
@media (max-width: 768px){
  .worksFilter{
    padding: 14px;
    border-radius: 12px;
  }
  .worksFilter__select{
    min-width: 160px;
    flex: 1;
  }
  .worksFilter__btn{
    width: 100%;
  }
}


/* ---- Wrap（角丸・枠） ---- */
.worksTblWrap{
  border: 1px solid #e5e5e5;
  overflow: hidden;
  background: #fff;
}

/* ---- Table ---- */
.worksTbl{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.worksTbl td, .worksTbl th{
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 14px 16px;
  vertical-align: middle;
  font-size: 16px;
}
.worksTbl tr:first-child td,
.worksTbl tr:first-child th{
  border-top: none;
}
.worksTbl td:last-child,
.worksTbl th:last-child{
  border-right: none;
}

/* 施工年（左の縦枠） */
.worksTbl__year{
  width: 110px;
  text-align: center;
  font-weight: 700;
	color: #fff;
  background: #00469c;
  border-right: 1px solid #e8e8e8;
}

/* 1段目（メイン情報） */
.worksTbl__title{ font-weight: 600; color: #00469c;}
.worksTbl__pref{ width: 130px; white-space: nowrap; }
.worksTbl__client{ width: 300px; }

/* 2段目（工事項目） */
.worksTbl__items{
  background: #fcfcfc;
}
.worksTbl__dash{ color: #888; }

/* ---- Tags ---- */
.worksTags{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.worksTag{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

/* SP調整（崩れ防止） */
@media (max-width: 768px){
  .worksTbl td, .worksTbl th{ font-size: 14px; padding: 12px; }
  .worksTbl__pref{ width: 120px; }
  .worksTbl__client{ width: 180px; }
  .worksTbl__year{ width: 84px; }
}

/* 横スクロールの本体 */
.worksTblWrap{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOS慣性スクロール */
}

/* テーブルは最小幅を持たせる */
.worksTbl{
  min-width: 900px; /* ← PC表示の列が潰れない幅 */
}

@media (max-width: 768px){
  .worksTblWrap::after{
    content: "← 横にスクロールできます →";
    display: block;
    text-align: center;
    font-size: 12px;
    color: #666;
    padding: 6px 0 0;
  }
}


/*採用情報===============================*/

.recruit-sec1-copy {
	font-size: clamp(2rem, 3.5vw, 3rem);
	font-weight: bold;
}

.recruit-sec1-item {
	height: 100%;
	position: relative;
	padding: 2.5rem 2rem;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 15px #aaa;
	font-size: clamp(1.2rem, 1.7vw, 1.5rem);
	text-align: center;
}



/* お問い合わせボックス================== */

.contact-box {
	position: relative;
	background: linear-gradient(#27acd9 ,#2c5db6);
	z-index: 1;
}


/*-------------------------------------------*/
/* お問い合わせフォーム      */
/*-------------------------------------------*/

/* ベース */
.section--contact .section__content,
.form--contact { width: 100%; }

.form__title { margin: 0 0 .8rem; font-weight: 700; font-size: 1.25rem; }
.form__note  { margin: 0 0 1rem; color: var(--c-muted); font-size: .95rem; }

/* グリッド：基本1列 / 860px〜で2列 */
.form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(12px, 2.4vw, 18px);
	background-color: #f0f0f0;
	padding: 1.5rem;
	border-radius: 10px;
}
@media (min-width: 860px) {
  .form__grid { grid-template-columns: 1fr 1fr; }
}
.form__group { margin-bottom: 8px; }
.form__group--full { grid-column: 1 / -1; }

/* ラベル／コントロール */
.form__label { display:block; font-weight:600; margin: 0 0 .2rem; }
.form__control,
.form__group select {
  width: 100%;
  padding: .3em 1em;
  border: 1px solid var(--c-border, #ddd);
  border-radius: 8px;
  font: inherit;
  background: #fff;
  color: var(--c-text, #333);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form__control:focus,
.form__group select:focus {
  outline: none;
  border-color: var(--c-brand, #78bee6);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--c-brand, #78bee6) 25%, transparent);
}
.form__control:focus-visible,
.form__group select:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--c-brand, #78bee6) 60%, transparent);
  outline-offset: 2px;
}

/* 必須バッジ */
.form__label.is-required::after {
  content: "必須";
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.2em 0.5em;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background-color: #e53935;
  border-radius: 4px;
  line-height: 1;
  vertical-align: middle;
}

/* CF7改行除去（整形のため） */
.wpcf7 br { display: none !important; }

/*-------------------------------------------*/
/* 横並び指定：お名前・ふりがな・メール      */
/*-------------------------------------------*/

/* お名前・ふりがな（姓/名・せい/めい） */
.from_name {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap; /* PCは横並び維持 */
}
.from_name .item-box {
  flex: 1 1 0;
}
.from_name label { margin: 0 0 .25rem; display:block; }

/* メール（メール＋確認用） */
.form__group--email-double {
  display: flex;
  gap: 20px;
}
.form__group--email-double .form__group {
  flex: 1 1 0;
  margin-bottom: 0; /* 余白重複を防止 */
}

/* 短い幅 */
/* スマホ（〜768px）は縦に戻す */
@media (max-width: 768px) {
  .from_name { flex-direction: column; gap: 10px; }
  .form__group--email-double { flex-direction: column; gap: 10px; }
}

/* PC(860px〜)では左カラム(1列目)に固定して半幅のまま表示 */
@media (min-width: 860px) {
  .form__group--col1 {
    grid-column: 1 / 2 !important; /* 左カラム固定＝半幅 */
  }
}
/* スマホ側は元々1カラムなので指定不要（念のため書くなら下で全幅に） */
@media (max-width: 859px) {
  .form__group--col1 {
    grid-column: 1 / -1; /* なくてもOK */
  }
}

/*-------------------------------------------*/
/* 電話番号＋FAX番号 横並び                 */
/*-------------------------------------------*/
.form__group--tel-fax {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}

.form__group--tel-fax .item-box {
  flex: 1 1 0;
}

.form__group--tel-fax .form__label {
  margin-bottom: .5rem;
  display: block;
}

/* スマホでは縦並び */
@media (max-width: 768px) {
  .form__group--tel-fax {
    flex-direction: column;
    gap: 10px;
  }
}


/*ラジオボタン） */
.form__radio-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.form__radio-list label {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  cursor: pointer;
  font-size: .95rem;
}

.form__radio-list input[type="radio"] {
  width: 1rem;
  height: 1rem;
}


/*-------------------------------------------*/
/* 送信ボタン                                */
/*-------------------------------------------*/
/* 送信ボタンの親 */
.form__actions {
  margin-top: .5rem;
  text-align: center;
  position: relative;
}

/* ボタン */
.wpcf7-submit.btn {
  width: 200px;
  background-color: #232323;
  color: #fff;
  border-radius: 50px;
  padding: 0.8em 2em;
  border: none;
  margin-top: 20px;
  transition: opacity .3s ease, transform .2s ease;
  cursor: pointer;
}

/* spinner をレイアウトから外す */
.form__actions .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin: 10px 0 0;
}

/*-------------------------------------------*/
/* 個人情報保護方針（スクロール枠）           */
/*-------------------------------------------*/
.contact-scroll {
  overflow: auto;
  height: 250px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
	background-color: #fff;
	margin: 20px 0;
  padding: 10px;
  scrollbar-width: thin;                 /* Firefox */
  scrollbar-color: #c0c0c0 #eeeeee;      /* Firefox */
}
/* WebKit系スクロールバー */
.contact-scroll::-webkit-scrollbar { width: 10px; height: 10px; }
.contact-scroll::-webkit-scrollbar-track { background-color: #eeeeee; }
.contact-scroll::-webkit-scrollbar-thumb { background-color: #c0c0c0; }

/* 見出しやリストの体裁 */
.privacy-title {
  font-size: 1.2rem;
	margin-bottom: 15px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.contact-privacy-item { 
	margin-bottom: 40px;
}
.contact-privacy-item ul {
  list-style: disc;
  padding-left: 1.5em;
  margin: 0 0 1em 0;
}
.contact-privacy-item ol {
  list-style: decimal;
  padding-left: 1.5em;
  margin: 0 0 1em 0;
}


/*-------------------------------------------*/
/* CF7 メッセージ/エラー                     */
/*-------------------------------------------*/
.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: .75rem 1rem;
  border-radius: 8px;
  font-size: .95rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #22c55e;
  background: #ecfdf5;
  color: #14532d;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border: 1px solid #ef4444;
  background: #fef2f2;
  color: #7f1d1d;
}

.wpcf7-not-valid-tip {
  margin-top: .35rem;
  font-size: .9rem;
  color: #b91c1c;
}
.email-error,
.zip-error-tip {
  display: block;
  color: #b91c1c;
  font-size: .9rem;
  margin-top: .35rem;
}


/* フッター========================== */

@media screen and (min-width: 960px){
	#footer .l-container {
	max-width: 1400px;
}
}



.l-footer__widgetArea {
	letter-spacing: 0.05rem;
}

@media not all and (max-width: 960px) {
    #nav_menu-2, #nav_menu-3 {
	margin: 50px 0 0 0;
}
}

@media not all and (min-width: 960px) {
    .w-footer__box + .w-footer__box {
        margin-top: 0;
    }
	.w-footer__box {
        padding: 0 0px;
    }
}

@media screen and (max-width:768px){
	#nav_menu-2 {
	display: none;
}
	#nav_menu-3 {
	display: none;
}
}

/*ぱんクズリスト非表示*/
#breadcrumb {
 display: none;
}

/*reCAPTCHA全面表示*/
.grecaptcha-badge {
	z-index: 1; 
}

/* 「トップへ戻るボタン」の位置調整 */ 
.p-fixBtnWrap { 
	bottom: 85px;
	right: 10px
}