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

/* DIN風の数字フォント用設定（タイトルなどで使用） */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700&display=swap');

.is-din-number {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
}

/* トップページのメインビジュアル */
@media screen and (min-width: 1200px) {
  /* 外側：画面幅いっぱいの敷き背景 */
  .home .p-mainVisual {
    max-width: none;
    margin: 0;
	background: url("/wp-content/uploads/fv-slider-universal-background-v11.webp") center / cover no-repeat;
}
  /* 内側：実際のスライドは最大1800pxで止める */
  .home .p-mainVisual__inner {
    max-width: 1800px;
    margin-inline: auto;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 60, 90, 0.10);
  }
}

/* よくある不安の外側の枠 */
/* .concerns-grid > * {
  border-radius: 12px;
  overflow: hidden;
}
 */
/* トップページの業種別カードのセクション */
.industry-card-cover {
  padding: 1rem;
	border-radius: 1rem;
  overflow: hidden;
}
.industry-card-desc {
  text-align: justify;
  text-justify: inter-character;
}
.industry-card-list {
  gap: 1rem;
}
.industry-card-list > * {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0;
}

/*FAQアコーディオン化*/
.swell-block-faq dd {
  display: none;
  padding: 0 15px;
}
.swell-block-faq .active dd {
  display: block;
}
.swell-block-faq .faq_q {
  position: relative;
  cursor: pointer;
  padding-right: 30px;
}
.swell-block-faq .faq_q::after {
  content: '＋';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}
@media screen and (max-width: 599px) {
.swell-block-faq .faq_q::after {
  right: 0.25rem;
}
}
.swell-block-faq .active .faq_q::after {
  content: '－';
}


/* 製品ラインナップページ：ページタイトルの周りの余白調整 */
.l-content
{
	padding-top: 2rem;
}
.l-mainContent__inner>.post_content
{
	margin-top: 0;
}


/* 固定ページのタイトル周り調整 */
.c-pageTitle
{
	font-size: 3rem;
	width: min(1200px, calc(100vw - 48px));
	max-width: none;
	margin-left: 50%;
	margin-right: 0;
	transform: translateX(-50%);
}
.page-id-1150 .c-pageTitle,
.page-id-1144 .c-pageTitle,
.page-id-1135 .c-pageTitle,
.page-id-1079 .c-pageTitle,
.page-id-3 .c-pageTitle
{
	margin-bottom: 4rem;
}
.page-id-670 .c-pageTitle
{
	margin-bottom: 2rem;
}
.c-pageTitle__subTitle {
  display: block !important;
  width: 100%;
  margin-top: .4em !important;
  padding-left: 0 !important;
}
@media (max-width: 599px) {
.c-pageTitle {
    font-size: 2rem;
    padding-left: 1rem;
  }
}
/* 固定ページのタイトル文字色 */
.l-topTitleArea .c-pageTitle {
  color: #252525;
}


/* 固定ページのパンくずリストエリアの背景色設定 */
/* .page-id-712 #breadcrumb, */
.page-id-395 #breadcrumb {
	background-color: #f2fafe !important;
}
/* 固定ページのパンくず直後のコンテンツ上余白をなくす */
.page-id-1043 .l-content,
.page-id-871 .l-content,
.page-id-712 .l-content,
.page-id-395 .l-content {
	padding-top: 0;
}

/* CTAなどのグラデーション設定 */
.gradation_bg{
	background: linear-gradient(135deg, #006ED1 0%, #158EC2 50%, #024E8E 100%);
}

/* カード全体をリンクにする */
/* 親要素（カード全体）のスタイル */
.u-card-link {
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}
/* ホバー時の演出（お好みで） */
.u-card-link:hover {
    transform: translateY(-4px);
/*     box-shadow: 0 10px 20px rgba(0,0,0,0.1); */
}
/* クラスをつけたブロックの「中にあるリンク(aタグ)」を拡張する */
.u-stretched-link a::after { 
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: auto; /* 明示的にクリックを受け付ける */
}


/* 業種別ページの「変わること」セクションのテーブル設定 */
.solution-change-table th,
.solution-change-table td {
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding: 2rem;
}

/* 業種別ページの特徴のナンバリングフォント */
.outline-number {
  font-family: "Barlow Condensed", sans-serif;
  margin: 0;
  color: transparent;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: 0.02em;
  -webkit-text-stroke: 1px #006ed1;
}

/* 業種別ページの特徴のナンバリングフォント */
@media screen and (max-width: 599px) {
.outline-number-margin {
	margin-bottom: 0.2em !important;
}
}


/* 業種別ページの「変わること」セクションのテーブル設定 */
.solution-change-table th,
.solution-change-table td {
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding: 2rem;
}

/* Contact Form 7：無料相談フォーム */
.roboa-cf7 {
	padding-top: 1rem;
/* 	padding-bottom: 1rem; */
}
.roboa-cf7 .form-row {
	margin-bottom: 1.5rem;
}
.roboa-cf7 .form-label {
	display: flex;
	align-items: center;
	margin-bottom: 0.4rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1;
}
.roboa-cf7 .form-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 3rem;
	padding: 0.4rem;
	margin-right: 0.5rem;
	border-radius: 3px;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1;
}
.roboa-cf7 .is-required {
	background: #c1272d;
}
.roboa-cf7 .is-optional {
	background: #0878d1;
}
.roboa-cf7 input[type="text"],
.roboa-cf7 input[type="email"],
.roboa-cf7 input[type="tel"] {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 3rem;
	padding: 0.5rem;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	background: #fff;
	font-size: 1rem;
}
.roboa-cf7 textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 3rem;
	padding: 0.5rem;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	background: #fff;
	font-size: 1rem;
	resize: vertical;
}
.roboa-cf7 input::placeholder,
.roboa-cf7 textarea::placeholder {
	color: #aaa;
}
.roboa-cf7 .wpcf7-list-item {
	display: block;
	margin: 0 0 0.5rem;
}
.roboa-cf7 input[type="checkbox"] {
	width: 1.2rem;
	height: 1.2rem;
	margin: 0 0.6rem 0 0;
	vertical-align: -0.2rem;
}
.roboa-cf7 .privacy-row {
	margin: 0.5rem 0 1.5rem;
	font-size: 1rem;
}
.roboa-cf7 .privacy-row a {
	color: #0075c9;
	text-decoration: underline;
}
.roboa-cf7 .roboa-submit {
	display: block;
	width: 100%;
	padding: 15px 20px;
	border: 0;
	border-radius: 999px;
	background: #00bd59;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	cursor: pointer;
	transition: opacity .2s;
}
.roboa-cf7 .roboa-submit:hover {
	opacity: .8;
}
.roboa-cf7 .roboa-submit-contact {
  background: linear-gradient(90deg, #e95513 0%, #f16e24 100%);
}
.roboa-cf7 .roboa-submit-download {
  background: linear-gradient(90deg, #009245 0%, #06c755 100%);
}
/* CF7：サンクスページへ遷移するフォームでは送信成功メッセージを表示しない */
.wpcf7 form.sent .wpcf7-response-output {
	display: none !important;
}

/* フッター */
.l-footer .w-footer{
	gap: 2rem;
}
#media_image-2{
	width: 75%;
}

/* ヘッダー */
.c-gnav>.menu-item>a .ttl {
	font-weight: bold;
}
/* ヘッダー用ボタン群：自動出力される空段落を非表示 */
.w-header_item .p-blogParts.post_content > p.wp-block-paragraph:empty {
  display: none;
}
/* ヘッダーメニュー マウスオーバー時 */
@media (min-width: 960px) {
  .c-gnav > .menu-item > a:hover {
    background-color: #eaf8fd;
  }
}


/* --- トップ画面 ループスライダー ここから --- */
/* --- 基本設定 --- */
.loop-slider {
  overflow: hidden;
}
.loop-slider > .wp-block-group__inner-container {
  display: flex;
  width: 200vw;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  animation: infinity-scroll-left 60s linear infinite;
}
/* @media screen and (max-width: 599px) {
	.loop-slider > .wp-block-group__inner-container {
	  animation: infinity-scroll-left 12s linear infinite;
	}
} */
/* 複製した各リッチカラムを、画面幅ちょうど1セットとして扱う */
.loop-slider > .wp-block-group__inner-container > .swell-block-columns {
  display: block !important;
  flex: 0 0 100vw;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
}
.loop-slider .swell-block-columns__inner {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
/*   justify-content: space-between; */
  justify-content: space-around;
}
.loop-slider .swell-block-column {
  flex: 0 0 10%;
  width: 10%;
  margin-bottom: 0;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 599px) {
  .loop-slider > .wp-block-group__inner-container {
    width: calc(320vw + 24rem);
    animation: infinity-scroll-left 20s linear infinite;
  }
  .loop-slider > .wp-block-group__inner-container > .swell-block-columns {
    flex: 0 0 calc(160vw + 12rem);
    width: calc(160vw + 12rem) !important;
  }
  .loop-slider .swell-block-columns__inner {
    justify-content: flex-start;
    gap: 1.5rem !important;
  }
  .loop-slider .swell-block-column {
    flex: 0 0 20vw;
    width: 20vw;
    margin: 0 !important;
  }
}
/* スライダー内：各ロボット画像の白い円形背景 */
.loop-slider .swell-block-column {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.loop-slider .swell-block-column figure {
  width: 78%;
  margin: 0 !important;
}
.loop-slider .swell-block-column figure img {
  display: block;
  width: 100%;
  height: auto;
}
/* --- トップ画面 ループスライダー ここまで --- */


/* 電話CTAボタン */
.swell-block-button.tel-cta .swell-block-button__link {
  color: #fff !important;
}
/* ホバー時 */
.swell-block-button.tel-cta .swell-block-button__link:hover {
  color: #087dbc !important;
}


/* スマホだけjustify */
@media screen and (max-width: 599px) {
  .sp-justify.has-text-align-center {
    text-align: justify !important;
    text-justify: inter-character;
  }
}


/* 商品詳細ページのFVのポイント */
.product-point{
	border-radius: 1rem !important;
	box-shadow: 0px 1rem 1rem -0.5rem rgba(0, 0, 0, 0.1);
	--swl-box_padding: 1rem;
	padding-bottom: 0.5em !important;
}
@media screen and (max-width: 599px) {
	.product-point{
		padding: 0 0.5em 0.5em 0 !important;
	}
}


/* Youtube */
.youtube-wrap{
	width: 50%;
	margin: 0 auto;
}
@media screen and (max-width: 599px) {
	.youtube-wrap{
		width: 90%;
	}
}

/* 商品詳細ページの特徴の枠 */
.product-feature{
	border-radius: 1rem;
	box-shadow: 0px 1rem 1rem -0.5rem rgba(0, 0, 0, 0.1);
	--swl-box_padding: 2rem;
	padding: 1.5rem !important;
}

@media screen and (max-width: 599px) {
	.product-feature{
		padding: 1.5rem 1rem !important;
	}
}


