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

.hihyouji {
	display: none;
}

/* 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: 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: 95%;
}
	.wide70{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 95%;
}
}

@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;
}


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



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

.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;
}
}


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

.sub_catch {
	font-family: "sicuveiw", sans-serif;
  font-weight: 800;
  font-style: normal;
	font-size: clamp(1.2rem, 2.2vw, 2rem);
	background: linear-gradient(to right, #27acd9 ,#1253e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


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

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: var(--color_main);
	background-size: 400%;
	color: #fff;
}
a.btn_common:hover::before {
  transform: scaleX(1);
}
a.btn_common:hover {
	color: #fff;
	border: 1px solid var(--color_main);
}
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;
}

.contact_box_outer 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: 1px solid #fff;
	border-radius: 100vw;
	background: var(--color_main);
	background-size: 400%;
	color: #fff;
	transition: all 0.1s;
}

.contact_box_outer a.btn_common:hover {
	color: #fff;
	border: 1px solid var(--color_main);
}

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

.l-header__inner.l-container,
.l-fixHeader__inner.l-container {
	max-width: 1900px;
}

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

/*ヘッダー電話番号*/
@media (min-width: 960px) {
.w-header__inner p {
line-height: 1.5;
}
}

.header_contact_phone {
font-family: Inter, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
font-size: 1.3vw;
font-weight: 700;
color: #fff;
	white-space: nowrap;
letter-spacing: 1px;
}
.header_contact_phone span.icon-phone {
font-size: 1.2vw;
vertical-align: baseline;
margin-right: 2px;
}
.header_business_hours {
font-size: 0.7vw;
	color: #fff;
letter-spacing: 2px;
	white-space: nowrap;
text-align: center;
}

.header_phone_bg{
	background: var(--color_main);
	padding: 0.5vw 1.2vw;
}


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

.news-wrapper {
	background: #fff;
	padding: clamp(1rem, 2vw, 2rem);
	border-radius: 10px;
}

.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;
}

.post_content hr {
	margin: 0;
}

.news_date {
  min-width: 100px;
	font-size: 14px;
  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 {
  overflow: auto;
  height: 100%;
  max-height: 400px;
  width: 100%;
	padding: 0.8rem;

  /* 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;
}


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

/* .main-copy-box {
	position: relative;
	top: -50px;
	left: clamp(65%, 50vw, 85%);
	display: inline-block;
} */

.main-copy-box {
	position: relative;
	top: -50px;
	left: 5%;
	display: inline-block;
}

.main-copy {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
	letter-spacing: 0.3rem;
	writing-mode: vertical-rl;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  font-style: normal;
	color: #fff;
}

/* トップページ============== */
/* 無限ループ */
.scroll-infinity {
	height: 50px;
	pointer-events: none;
}

	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 150s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 1.5);
}
.scroll-infinity__item>img {
  width: 100%;
}

@media (max-width: 786px){
	.scroll-infinity__item {
  width: calc(100vw / .5);
}
}

@media (max-width: 480px){
	.scroll-infinity {
	height: 0px;
	pointer-events: none;
}
}

.top-service-gp {
	z-index: 10;
}

.top-banner-gp {
	position: relative;
	top: 120px;
	z-index: 999999;
}

.top-service-banner .c-bannerLink__text {
	font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.top-service-banner .c-bannerLink__description {
	font-size: clamp(1rem, 1.2vw, 1.2rem);
}

/* バナーリンクのホバー時の透過を無効化 */
a.c-bannerLink:hover .c-bannerLink__figure {
  opacity: 1 !important;
}

.top-contents-item {
	padding-top: 200px;
}

/* コンテンツ */

.c-bannerLink {
	border-radius: 15px;
}

.top-contents-outer {
  position: relative;
  overflow: hidden; 

  /* 背景画像 */
  background-image: url('http://www.fce-corp.jp/wp-content/uploads/2025/12/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(43, 175, 65, 0.8),
    rgba(0, 136, 77, 0.95)
  );

  pointer-events: none;
}

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

/* ==========================
   About Card（完全版CSS）
   ========================== */

/* 全体カード */
.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);
}

/* 画像の上に表示するラベル（Worksなど） */
.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: 15px 15px 20px;
}

/* 見出し＋矢印 横並び */
.about-card__heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: clamp(56px, 4vw, 76px);
}

/* 見出し */
.about-card__heading-wrap .about-card__heading {
  margin: 0 !important; 
  padding: 0;
  font-size: clamp(1.2rem, 1.7rem, 1.5rem);
  font-weight: 700;
  line-height: 1;   
  display: block;
}


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

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

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

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

/* ホバー時の矢印アニメーション */
.about-card:hover .about-card__arrow--main {
  transform: translate(150%, -50%);
  opacity: 0;
}

.about-card:hover .about-card__arrow--sub {
  transform: translate(-50%, -50%);
  opacity: 1;
}

/* ==========================
   スマホ時レイアウト調整
   ========================== */
@media (max-width: 600px) {
  .about-card__img-wrap {
    border-radius: 15px; /* 画像側はそのままでもOK */
  }

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

  .about-card__heading {
    font-size: 1.3rem;
  }

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

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


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

.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: #fff;
  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; } /* 発火で再生 */


/* Contact Banner========================== */

.contact-banner {
  position: relative;
  width: 100%;
  padding-top: 120px; 
}

/* 背景画像 */
.contact-banner__bg {
  height: clamp(220px, 26vw, 360px);
  background-image: url("http://www.fce-corp.jp/wp-content/uploads/2025/12/top-bg.jpg");
  background-size: cover;
  background-position: top;
}

/* カードを背景上に重ねる */
.contact-banner__inner {
  position: absolute;
  left: 50%;
  top: 30px;                 /* ← 重なり量 */
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 32px;
  z-index: 2;
}

/* ==========================
   Card
========================== */
.contact-banner__card {
  width: min(1100px, calc(100% - 10px));
  background: #fff; 
  border-radius: 6px;
  padding: 50px 20px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  text-align: center;
}

/* CONTACT */
.contact-banner__eyebrow {
  margin: 0 0 20px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #007e48;
}

/* キャッチ */
.contact-banner__lead {
  margin: 0 0 22px;
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: 800;
  color: #2b3a44;
}

/* ==========================
   Actions（電話｜縦線｜ボタン）
   “塊”として中央寄せ
========================== */

/* 外側：中央寄せ */
.contact-banner__actions {
  display: flex;
  justify-content: center; 
  align-items: center;
}

/* 内側：電話・線・ボタンを横並び */
.contact-banner__actions-inner {
  display: flex;
  align-items: center;
  gap: 44px;               /* 左右の間隔 */
  width: fit-content;
  margin: 0 auto;
}

/* 縦線（高さは電話/ボタンに揃うよう見せる） */
.contact-banner__divider {
  width: 1px;
  height: 54px;            /* ← 好みで調整 */
  background: rgba(43, 58, 68, 0.22);
}

/* 電話（左） */
.contact-banner__tel {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #007e48;
  font-weight: 900;
  white-space: nowrap; 
}

.contact-banner__tel i {
  font-size: 22px;
  transform: translateY(1px);
}

.contact-banner__tel-number {
  font-size: clamp(1.2rem, 2.2vw, 2rem);
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

/* ボタン（右） */
.contact-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: clamp(260px, 26vw, 320px);
  min-height: 86px; 
  padding: 0 36px;
  background: #007e48;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  font-size: 22px;
  border-radius: 8px;
  box-shadow: 0 14px 24px rgba(75, 121, 189, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-banner__btn i {
  font-size: 22px;
}

.contact-banner__btn:hover {
  background: #232323;
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(75, 121, 189, 0.28);
}

/* ==========================
   Responsive
========================== */

@media (max-width: 786px) {
	
	.contact-banner__card {
    padding: 22px 22px 20px;
  }

  /* スマホ：縦並び */
  .contact-banner__actions-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

  .contact-banner__divider {
    display: none;
  }

  .contact-banner__tel {
    justify-content: center;
  }
	
	.contact-banner__tel i {
  font-size: 20px;
}

  .contact-banner__btn {
    width: 100%;
    min-width: 0;
    min-height: 62px;
		margin-top: 20px;
    font-size: 15px;
  }

  .contact-banner__tel-number {
    font-size: 18px;
  }
}

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

.l-content.l-container {
	padding-top: 0;
}

.post-type-archive-column main {
	margin: 100px 0;
}

.c-hero{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 320px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.c-hero__bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 80%;
  background-repeat: no-repeat;
  background-color: #222; /* 画像未指定時の保険 */
}

.c-hero__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.25); /* 黒の透明 */
}

.c-hero__inner{
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 32px));
  margin-inline: auto;
  text-align: center;
  padding: 56px 0;
}

.c-hero__title{
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.5rem;
  letter-spacing: .04em;
}

.c-hero__subtitle{
  margin-top: 8px;
  font-size: 1rem;
  letter-spacing: .08em;
  color: rgba(255,255,255,.8);
}

/* column ヒーロー */
.single-column .c-hero__bg,
.post-type-archive-column .c-hero__bg{
  background-image: url("http://www.fce-corp.jp/wp-content/uploads/2026/01/column-hero.jpg");
}



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

.color-box-white {
	height: 100%;
	background: #fff;
	padding: 2rem;
	border-radius: 8px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}


/* お引合 ======================== */

.flow-item {
	position: relative;
	background: #fff;
	padding: 2rem 1rem 1rem 1rem;
	border-radius: 10px;
	text-align: center;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
	height: 100%;
}

/* 右側の三角形 */
.flow-item::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);

  width: 0;
  height: 0;

  /* ▶（右向き三角） */
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 15px solid #007e48;
}

.flow-item-last {
	position: relative;
	background: #fff;
	padding: 2rem 1rem 1rem 1rem;
	border-radius: 10px;
	text-align: center;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
	height: 100%;
}


.flow-item-step {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translatex(-50%);
	background: #007e48;
	border-radius: 100px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	padding: 0 1rem;
}


/* コラム記事====================== */

.column-archive-head{
  margin-bottom: 24px;
}
.column-archive-title{
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.2;
}

/* 3カラム */
.column-grid{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 960px){
  .column-grid{ grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (max-width: 640px){
  .column-grid{ grid-template-columns: 1fr; gap: 16px; }
}

/* カード */
.column-card{
  display: block;
  text-decoration: none;
  color: inherit;
}
.column-card__thumb{
  margin: 0 0 12px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 12px;
  background: #f2f2f2;
}
.column-card__thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.column-card__thumb--placeholder{
  width: 100%;
  height: 100%;
  background: #e9e9e9;
}

.column-card__meta{
  display: block;
}

.column-card__date{
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #777;
  margin-bottom: 4px;
}

.column-card__title{
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.column-card:hover .column-card__thumb img{
  transform: scale(1.05);
}

/* ページネーション */
.column-pager{
  margin-top: 32px;
}
.column-pager .page-numbers{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.column-pager .page-numbers a,
.column-pager .page-numbers span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: inherit;
  background: #fff;
}
.column-pager .page-numbers .current{
  border-color: #111;
}

/* コラム詳細ページ============== */

.column-single{
  padding: 100px 0 52px;
	width: min(820px, 100%);
	margin: 0 auto;
}

.column-single__head{
  margin-bottom: 24px;
}

.column-single__title{
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.35;
  font-weight: 700;
}

.column-single__date{
  display: inline-block;
  font-size: 13px;
  color: #777;
}

.column-single__body p{
  margin: 0 0 1.2em;
  line-height: 1.85;
}

.column-single__body img{
  max-width: 100%;
  height: auto;
}



/* お問い合わせ===================== */

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

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

/* ラベル／コントロール */
.form__label { display:block; font-weight:600; margin: 0 0 .3rem; }
.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; 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; }
.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;
}
.wpcf7-submit.btn:hover { opacity: .88; }
.wpcf7-submit.btn:active { transform: translateY(1px); }

/*-------------------------------------------*/
/* 個人情報保護方針（スクロール枠）           */
/*-------------------------------------------*/
.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;
}

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

.l-footer__inner .l-container {
	max-width: 1700px;
}

.l-footer__widgetArea {
	padding: 50px 0 50px 0;
}

@media (min-width: 960px) {
	.w-footer__box {
		align-self: flex-end;
	}
}

@media not all and (min-width: 960px) {
    .w-footer__box + .w-footer__box {
        margin-top: 0;
    }
}
	@media not all and (min-width: 960px) {
    .w-footer__box {
        padding: 0 0px;
    }
}
	
@media screen and (max-width:768px){
	#nav_menu-4 {
	display: none;
}
	#nav_menu-3 {
	display: none;
}
	#custom_html-5 {
		margin-top: 30px;
	}
}


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

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

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