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

/* font===================== */

body {
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* 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: 95%;
}
	.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%;
}
}

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

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

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

.m-center {
	margin: 0 auto;
}

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

.c_table td{
	line-height: 1.8;
	padding: 15px 0;
}


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

.lead {
	font-family: "Jost", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.lead-recruit {
	font-size: clamp(1.5rem, 4vw, 4rem);
}

.lead-recruit2 {
	font-size: clamp(1.5rem, 4vw, 3rem);
}

@media screen and (max-width:786px) {
	.lead-recruit {
	font-size: 1.8rem;
}
}

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

a.c_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	font-size: clamp(0.8rem, 1.2vw, 1rem);
	text-decoration: none;
	white-space: nowrap;
	height: 3.5rem;
	max-width: 300px;
	padding: 0 4rem;
	background: #232323;
	background-size: 400%;
	color: #fff;
	letter-spacing: 0.2rem;
}
a.c_btn:hover::before {
  transform: scaleX(1);
}
a.c_btn:hover {
	color: #fff;
}
a.c_btn span {
  position: relative;
  z-index: 1;
}
a.c_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(198, 52, 51, 1) 10.8%,
    rgba(198, 52, 51, 1) 94.3%
  );
  transition: all 0.475s;
}

.c_btn i {
  font-size: 1.2em;
  margin-right: 5px;
  color: #fff;
  position: relative;   /* 追加 */
  z-index: 1;           /* 追加：オーバーレイより前に */
}

.sp--only {
  display: none;
}

@media screen and (max-width: 575px) {
  .sp--only {
    display: block;
  }
}

.s-text {
	font-size: 1rem;
	line-height: 1.3;
}


/* ローディングロゴ==================== */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
	pointer-events: none;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2s forwards;
}

.loading img {
  opacity: 0;
  animation: logo_fade 2s 0.2s forwards;
  width: 350px; /* ロゴのサイズを指定（パソコン） */
}

@media screen and (max-width: 959px) {
  .loading img {
    width: 200px; /* ロゴのサイズを指定（スマホ） */
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}


/* ヘッダー=========================== */

.l-fixHeader .c-smallNavTitle {
	color: #c63433;
	font-weight: bold;
}

.c-headLogo img{
	max-width: 300px;
}

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

.c-gnav .sub-menu a {
	white-space: nowrap;
}

/*ヘッダー電話番号*/
@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.4vw;
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: #c63433;
	padding: 0.5vw 1.2vw;
}

@media screen and (max-width: 480px) {
	.c-headLogo img{
	max-width: 180px;
}
}


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

.news-item {
}
.newsList {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  align-items: flex-start; 
	background-color: #f3f3f3;
}
ul.newsList {
  padding: 1.5rem 0 1.5rem 1rem;
	width: 100%;
	margin: 15px auto;
	border-radius: 10px;
}

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

ul.newsList li a{
  color: #333;
	text-decoration: underline;
}

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

.news_text {
  flex: 1; 
}

.scroll {
  overflow: auto;
  height: 100%;
  max-height: 300px;
  width: 100%;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #dfdfdf #fff;
}

/* 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) {
	.top-news-wrapper {
		width: 93%;
		margin: 0 auto;
	}
  .newsList {
    flex-direction: column;
  }
	.news_text p{
    margin-top: 0.8em;
  }
	.scroll {
  max-height: 400px;
}
}

/* 詳細ページ */

.news-bg {
  background-image: url('https://www.kk-kus.co.jp/wp-content/uploads/2025/09/top-products-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.news-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); 
  z-index: 1;
}

.news-outer {
	padding-top: 80px;
}

.c-postTitle__ttl{
	display: none;
}

.text_h2{
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.news_date{
		margin-bottom: 20px;
}
.news-box{
	max-width: 1200px;
	margin: 50px 0 100px 0;
}

.text_main p{
	margin-bottom: 1.5em;
}

.text_main{
	margin-top: 40px;
	margin-bottom: 30px;
}
@media screen and (max-width: 480px){
  .text_box{
    font-size: 17px;
  }
}

.flex_news_img {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-between;
  gap: 10px 4px; 
  margin-top: 60px;
}

.flex_news_img::after {
  content: "";
  display: block;
  width: 32%;
}

.news_img {
  width: 32.5%;
  position: relative;
  overflow: hidden; 
}

.news_img::before {
  content: "";
  display: block;
  padding-top: 66.66%; 
}

.news_img img {
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

@media screen and (max-width: 768px) { /* タブレット以下 */
  .news_img {
    width: 48%; /* 2カラム */
  }
}

@media screen and (max-width: 480px) { /* スマホ以下 */
  .flex_news_img {
    gap: 10px; /* スマホでの隙間調整 */
  }
}


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

.p-mainVisual {
	position: relative;
}

.p-mainVisual__textLayer>.p-blogParts{
	position: absolute;
	top: 30%;
	left: 10%;
}

.mv-copy {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	color: #fff;
}

.mv-copy2 {
	font-size: clamp(1.8rem, 6vw, 6rem);
	letter-spacing: 0.8rem;
	color: #fff;
}

.mv-img {
	position: relative;
	top:-50px;
	left: 0;
	width: clamp(250px, 50vw, 500px);
}

.post_content p > strong{
	border-bottom: none;
}


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

.content-head {
  width: 100vw; 
  height: 330px;
  overflow: hidden;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 600px) {
	.single-news .l-content,
	.single-product .l-content{
		 padding-top: 0;
	}
}

.page-title-wrapper {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(90%, 90vw, 1200px);
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
	z-index: 2;
}

.page-title {
	font-size: 2rem;
}

@media screen and (max-width:786px){
	.content-head {
  width: 100vw; 
  height: 190px;
}
}


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

.c-bannerLink__description {
	width: 70%;
	margin-top: 2rem;
	line-height: 2;
}

.top-ban-item .c-bannerLink__text {
	padding: 3.5rem 1.5em 1.5rem 1.5rem;
}

.image-wrapper {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
	z-index: 0;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
	position: relative;
	z-index: 0;
}

.image-wrapper:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 59, 114, 0.3);
  z-index: 1;
  pointer-events: none;
}

.top-contents-item {
	position: relative;
}

.top-contents-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 1.5rem;
  pointer-events: none; 
}

.top-contents-text h3 {
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
  line-height: 1.2;
  margin: 0;
	padding: 0.5rem;
	 background-color: rgba(155, 39, 39, 0.7);
}

.title-with-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between; /* 必要に応じてleftに変更 */
}

.arrow-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #083b72;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s, background-color 0.5s ease, border-color 0.5s ease;
}

.image-wrapper:hover ~ .top-contents-text .arrow-circle {
  transform: scale(1.2);
	background-color: #c63433;
	border-color: #c63433;
}

.arrow-icon {
  display: inline-block;
  color: #fff;
  transition: all 0.5s ease;
}

/* 画像ホバー時に矢印が右にスライド */
.image-wrapper:hover ~ .top-contents-text .arrow-icon {
  transform: translateX(5px);
}

@media screen and (max-width: 480px) {
	.arrow-circle {
		display: none;
	}
	.top-contents-text {
	pointer-events: none; 
		font-size: 14px;
}
	
.image-wrapper {
  aspect-ratio: 4 / 3;
}
}


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

.company-sec2-text {
	font-size: clamp(1.2rem, 2.5vw, 1.7rem);
	font-weight: bold;
}

.company-sec1-item {
	position: relative;
	height: 100%;
	padding: 2.3rem 2rem;
	border-radius: 10px;
	box-shadow: 5px 5px 15px #aaa;
}

.company-sec1-item h3{
	font-size: clamp(1.5rem, 2vw, 2rem);
	text-align: right;
}

.company-sec2-kashira {
	font-size: clamp(1.2rem, 4vw, 3rem);
	font-weight: bold;
	line-height: 1;
}


/*.company-sec1-item::before {
  position: absolute;
  top: -0.9em;
  left: 0;
  font-size: 3rem;
  font-weight: bold;
	color: #666;
}
*/

/* section4==== */

.company-sec4-item {
	background-color: #fff;
	padding: 2rem;
	border-radius: 10px;
	box-shadow: 5px 5px 15px #aaa;
}

@media screen and (max-width: 768px) {
	.company-sec1-item h3{
	font-size: 1.8rem;
	text-align: left;
}
}


/* 当社の強み======================== */

.advantage-item-title {
	font-size: clamp(1.5rem, 2.7vw, 2.1rem);
	font-weight: bold;
}

.advantage-item-text {
	line-height: 2;
}

.advantage-img {
	border-radius: 30px;
}


/* 製品情報ページ==================== */

/* 製品一覧 */

.product-outer {
	margin-top: 50px;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.product-item {
  width: calc(33.333% - 20px); /* 3カラム */
  box-sizing: border-box;
  background: #f7f7f7;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
}

.product-item:hover {
  box-shadow: 5px 5px 15px #aaa;
}

.product-image-wrapper {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff; 
}

.product-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; 
	transition: transform 0.3s ease;
}


.product-item:hover .product-img {
  transform: scale(1.03); /* 画像を5%拡大 */
}

.product_title {
	color: #333;
	margin-top: 15px;
}

@media screen and (max-width: 767px){
	.product-list {
  gap: 10px;
}
.product-item {
  width: calc(50% - 5px); /* 2カラム */
	padding:5px;
}
	.product-img {
 width: 100%;
  height: 100%;
}
	
.product_title {
  font-size: 13px;
	margin-top: 10px;
}
}

/* カテゴリ表示 */

.product-category-title {
	font-size: 1.5rem;
		text-align: center;
	margin-bottom: 3rem;
	position: relative;
}

.product-category-title:after {
	background-color: #1e90ff; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -15px; /* 線の位置 */
  content: "";
  height: 1px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 100px; /* 線の長さ */
}


/* 詳細 */

.products-bg {
  background-image: url('https://www.kk-kus.co.jp/wp-content/uploads/2025/09/products-header.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
	.flex {
	display: flex;
}
.flex_item{
	width: 50%;
	min-width: 520px;
	padding: 1rem;
}
}
	
.single-product .l-mainContent {
  max-width: 1200px;
}

.product_ttl {
	font-size: 23px;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

.product_ttl:after {
	background-color: #c63433; 
  border-radius: 5px; 
  bottom: -15px; /* 線の位置 */
  content: "";
  height: 1px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 100px; /* 線の長さ */
}

.cp_cssslider02 {
	width: 520px;
	min-width: 520px;
	padding-top: 350px; /* メイン画像の高さに応じて調整 */
	position: relative;
	margin: auto;
	text-align: center;
}
.cp_cssslider02 > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	width: 100%;
	height: 347px;
	object-fit: contain;
}
.cp_cssslider02 input[name='cp_switch'] {
	display: none;
}
.cp_cssslider02 label {
	margin: 15px 5px 0 5px;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
	border-radius: 3px;
	padding: 0;
}
.cp_cssslider02 label:hover {
	opacity: 0.9;
}
.cp_cssslider02 label img {
	display: block;
	width: 80px;
	height:53px;
	object-fit: cover;
	border-radius: 2px;
}
.cp_cssslider02 input[name='cp_switch']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.cp_cssslider02 input[name='cp_switch'] ~ img {
	opacity: 0;
}
.cp_cssslider02 input[name='cp_switch']:checked + label + img {
	opacity: 1;
}

/* ▼ ボタン群レイアウト（横並び＆折返し） */
.product-files { margin-top: 2rem; }
.product-files__title {
  font-size: clamp(1.1rem, 1.5vw, 1.25rem);
  margin: 0 0 .75rem;
  font-weight: 700;
}
.product-files__list {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem; /* 行間 × 列間 */
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-files__item { /* 必要なら幅指定や余白をここで */ }

/* ▼ 既存の .c_btn を流用。ダウンロード列での細かな調整が必要なら任意で */
.product-files .c_btn {
  /* 既存スタイルを尊重。必要に応じて上書き例を有効化してください */
  /* max-width: none; */     /* たくさん並べたい場合は幅制限を解除 */
  /* padding: 0 2rem; */     /* 列で詰めたい場合は少し狭める */
  /* height: 3.25rem; */     /* 高さ微調整 */
}

/* ▼ “PDF”アイコン風（任意）：文字の左に小さなPDFバッジを付けたい場合 */
.c_btn--pdf span::before {
  content: "PDF";
  display: inline-block;
  font-size: .7em;
  font-weight: 700;
  line-height: 1;
  padding: .2em .45em;
  margin-right: .6em;
  border: 1px solid currentColor;
  border-radius: .35em;
  opacity: .85;
}



@media screen and (max-width: 1199px){
 .cp_cssslider02 {
	 margin-bottom: 30px;
}
}
@media screen and (max-width: 767px){
 .cp_cssslider02 {
	width: 500px;
	min-width: 500px;
	padding-top: 350px; /* メイン画像の高さに応じて調整 */
}
	.cp_cssslider02 > img {
	height: 333px;
}
}
@media screen and (max-width: 480px){
 .cp_cssslider02 {
	width: 100%;
	min-width: 100%;
	padding-top: 240px; /* メイン画像の高さに応じて調整 */
}
	.cp_cssslider02 label img {
	width: 50px;
		height: 35px;
}
	.cp_cssslider02 > img {
	height: 236px;
}
}

.product-description {
	background-color: #f7f7f7;
	padding: 1.5rem;
}

.product-description p {
	margin-bottom: 1em;
}

.product-info {
	background-color: #f7f7f7;
	padding: 1.5rem;
}


/* リクルート======================= */

/*無限ループ*/
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__wrap .post_content ol, .post_content ul{
	padding-left: 0;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3);
	height: 29vw;
}

.scroll-infinity__item>img {
  padding: 5px;
		border-radius: 30px;
}


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

.recruit-bg {
	border-radius: 130px 0 130px 0;
}

.recruit-bg {
	background-image: url('https://www.kk-kus.co.jp/wp-content/uploads/2025/09/background_texture_gray.jpg');
}

.recruit-sec1-item {
	height: 100%;
	position: relative;
	padding: 2.5rem 2rem;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 15px #aaa;
}

.recruit-sec1-item h3{
	font-size: clamp(1.8rem, 2vw, 2rem);
}

@media screen and (max-width:767px) {
.scroll-infinity__item {
  width: calc(100vw / 2);
	height: 40vw;
}
	.scroll-infinity__item>img {
  padding: 5px;
		border-radius: 15px;
}
	.recruit-bg {
	border-radius: 80px 0 80px 0;
}
	.icon-title h3{
	text-align: center;
}
}

@media screen and (max-width:480px) {
	.recruit-bg {
	border-radius: 50px 0 50px 0;
}
}


/*お問い合わせページ==================*/
.CF7_contact{
	width:100%;
}

/*入力欄*/
.CF7_contact input, .CF7_contact textarea {
	width:100%;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	margin-top:10px;
	margin-bottom:25px
}

.CF7_honbun{
	width:100%;
}

/*入力欄*/
.CF7_honbun input, .CF7_honbun textarea {
	width:100%;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	margin-top:10px;
	margin-bottom:25px
}

/*タイトル左ライン*/
.title_contact{
   position:relative;
}

span.wpcf7-list-item {
  margin-top: 20px;
  margin-bottom: 20px
}

.title_contact::before{
   content:"";
   display:inline-block;
   width:3px;
   height:30px;
   background-color:#232323;
   position:absolute;
}

/*「必須」文字*/
.CF7_req{
	font-size:.8em;
	padding: 5px;
	background: #dc143c;
	color: #fff;
	border-radius: 3px;
}

/*個人情報*/
.title01 {
	font-size:18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#232323;
	border:0;
	color:#fff;
	font-weight:bold;
	padding-right:50px;
	padding-left:50px;
	letter-spacing: 5px;
}

.CF7_btn{
	text-align:center;
	margin-top:30px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

.scroll2 {
    overflow: scroll;  /* 常にスクロールバーを表示 */
    height: 250px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    padding: 10px;

    &::-webkit-scrollbar {
        width: 10px;
        height: 0;
    }

    &::-webkit-scrollbar-track {
        border-radius: 0px;
        height: 100%;
        background-color: #eeeeee;
    }

    &::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #c0c0c0;
    }
}


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

.w-footer__box {
	padding: 50px 0 30px;
}

.w-beforeFooter{
	margin: 0;
}

.w-footer__box {
	max-width: 1200px;
	margin: 0 auto;
}


/* ベース */
.footer-contact-item {
  position: relative;
	width: 100%;
  text-align: center;
  white-space: nowrap;
  padding: 2rem;
  font-size: 0.8rem;
  border: 1px solid #fff;
  transition: none;
  
  /* 調整しやすい変数 */
  --border-color: #c63433;
  --thick: 0.7px; 
  --dur: 0.5s; 

  background:
    linear-gradient(var(--border-color) 0 0) top left/0 var(--thick) no-repeat,      /* 上辺・左→右 */
    linear-gradient(var(--border-color) 0 0) top right/var(--thick) 0 no-repeat,     /* 右辺・上→下 */
    linear-gradient(var(--border-color) 0 0) bottom right/0 var(--thick) no-repeat,  /* 下辺・右→左 */
    linear-gradient(var(--border-color) 0 0) bottom left/var(--thick) 0 no-repeat;   /* 左辺・下→上 */
}

.footer-contact-item:hover {
  animation: border-draw var(--dur) cubic-bezier(.15,.85,.25,1) forwards;
}

@keyframes border-draw {
  0%   {
    background-size: 0 var(--thick), var(--thick) 0, 0 var(--thick), var(--thick) 0;
    border-color: #333;
  }
  12% { /* 上辺はすぐ描き切る（初速速く） */
    background-size: 100% var(--thick), var(--thick) 0, 0 var(--thick), var(--thick) 0;
  }
  35% { /* 右辺は少し時間を使う */
    background-size: 100% var(--thick), var(--thick) 100%, 0 var(--thick), var(--thick) 0;
  }
  68% { /* 下辺はさらに時間を使う */
    background-size: 100% var(--thick), var(--thick) 100%, 100% var(--thick), var(--thick) 0;
  }
  100% { /* 左辺は一番ゆっくり（終速遅め） */
    background-size: 100% var(--thick), var(--thick) 100%, 100% var(--thick), var(--thick) 100%;
    border-color: var(--border-color);
  }
}

.footer-contact-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.footer-contact-text i {
  font-size: 1.2rem;
}

.pc-none {
	pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 768px) {
	.w-footer__box {
	padding: 0px 0 30px;
}
}

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

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

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