/*
Theme Name: kb-eye
*/

* {
/* 	border: 1px solid red;  */
	box-sizing: border-box;
	font-family: 'ZenKakuGothicAntique';
}

.bnr {
	transition: .3s;
}

.bnr:hover {
	opacity: .7;
}

.not-found h2 {
	color: #295daa;
	text-align: center;
}

.punctuation {
	letter-spacing: -1.25rem;
}

.single-title {
	font-size: clamp(1.875rem, 1.4199rem + 1.9417vw, 3.75rem);
	font-weight: 700;
	line-height: 1.5;
	color: #295daa;
}

article h1.wp-block-heading {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.5;
	color: #295daa;
}

article .single-title,
article h1.wp-block-heading {
	margin-bottom: 40px;
}

article h2.wp-block-heading {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 1px solid #295daa;
	color: #295daa;
}

article h3.wp-block-heading {
	margin-bottom: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	color: #295daa;
}

.single article p {
	margin-bottom: 40px;
	font-weight: 400;
}

.single article a {
	color: #009ED2;
	border-bottom: 1px solid #009ED2;
}

.wp-block-list {
	margin-bottom: 40px;
}

.wysiwyg-field li,
.wp-block-list li,
.post-list-box li {
	margin-left: 14px;
	position: relative;
	font-size: 0.9375rem;
    line-height: 2;
}

.wysiwyg-field ul li:before, 
ul.wp-block-list li:before,
.post-list-box li:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 14px;
  left: -10px;
  border-radius: 50%;
  background-color: #343434;
}

.post-list-box-after li {
	margin-left: 30px;
}

.post-list-box-after li:before {
	width: 20px;
	height: 20px;
	top: 6px;
	left: -24px;
	background-image: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/img/post-list-check.svg');
	background-repeat: no-repeat;
	background-color: transparent;
}

.wysiwyg-field ol,
ol.wp-block-list {
	counter-reset: number;
}

.wysiwyg-field ol li:before,
ol.wp-block-list li:before {
  counter-increment: number;
  content: counter(number) ".";
  display: block;
  position: absolute;
	top: 1px;
  left: -14px;
  font-family: "AvenirNext";
  font-size: 0.9375rem;
  font-weight: 600;
}

.post-pagination {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.post-page-button {
	width: 40px;
	height: 40px;
	font-family: 'AvenirNext';
	font-size: 1.25rem;
	font-weight: 700;
	border: 2px solid #C7D9F2;
	border-radius: 50%;
	color: #295daa;
	background-color: #fff;
}

.post-page-button.active {
	background-color: #C7D9F2;
}

@media screen and (max-width: 767px) {
	article .wp-block-heading {
		margin-bottom: 40px;
		line-height: 1.667;
	}
	
	.single-title,
	h1.wp-block-heading {
		font-size: 1.875rem;
	}
	
	h2.wp-block-heading {
		font-size: 1.25rem;
	}
	
	h3.wp-block-heading {
		font-size: 1rem;
	}
	
	.single p {
		font-size: 0.875rem;
	}
}

@font-face {
  font-family: 'ZenKakuGothicAntique';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/ZenKakuGothicAntique-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'ZenKakuGothicAntique';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/ZenKakuGothicAntique-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'ZenKakuGothicAntique';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/ZenKakuGothicAntique-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'ZenKakuGothicAntique';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/ZenKakuGothicAntique-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'ZenKakuGothicAntique';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/ZenKakuGothicAntique-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/AvenirNext-Heavy-Normal.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/AvenirNext-Heavy-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/AvenirNext-Bold-Normal.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/AvenirNext-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/AvenirNext-DemiBold-Normal.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/AvenirNext-DemiBold-Italic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/AvenirNext-Medium-Normal.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/AvenirNext-Medium-Italic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/AvenirNext-Regular-Normal.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/AvenirNext-Regular-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/AvenirNext-UltraLight-Normal.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext';
  src: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/fonts/AvenirNext-UltraLight-Italic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}

body {
	margin: 0;
	color: #343434;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

p {
	margin: 0;
	font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
	font-weight: 500;
	line-height: 2;
}

ul, ol, li {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style-type: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: 700;
}

img {
	width: 100%;
    height: auto;
}

dd {
	margin: 0;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-80 {
	margin-bottom: 80px;
}

.max-w-650 {
	max-width: 650px;
}

.white {
	color: #fff;
}

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

.inner-1600 {
	max-width: 1600px;
	margin-inline: auto;
	position: relative;
}

.inner-1120 {
	max-width: 1120px;
	margin-inline: auto;
	position: relative;
}

.inner-932 {
  max-width: 932px;
  margin-inline: auto;
}

.no-scroll {
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.sp-linefeed {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.pc-linefeed {
		display: none;
	}
}

.news-post .post-header {
	flex-direction: column;
}

.post-header {
	display: flex;
	gap: 40px;
}

.post-info {
	flex: 1;
}

.post-eyecatch {
    flex: 1;
    border-radius: 40px;
    overflow: hidden;
}

.post-eyecatch img {
	border-radius: 40px;
}

@media screen and (max-width: 1023px) {
	.post-header {
		flex-direction: column-reverse;
		gap: 20px;
	}
}

@media screen and (max-width: 767px) {
	.single-container.news-post {
		margin-bottom: 180px;
	}
}



/* パンくず */

.breadcrumb {
  margin-inline: 40px;
}

.news-post-inner .breadcrumb {
	margin-inline: 0;
}

.breadcrumb ul {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  display: flex;
  gap: 20px;
}

.breadcrumb li {
  position: relative;
  font-size: 0.8125rem;
  font-weight: 400;
}

.breadcrumb li:not(:last-child):before,
.breadcrumb li:not(:last-child):after {
  content: "";
  width: 7px;
  height: 1px;
  margin-block: auto;
  position: absolute;
  top: 0;
  right: -13px;
  bottom: 0;
  border-radius: 1.5px;
  background-color: #000;
  transform-origin: calc(100% - .5px) 50%;
}

.breadcrumb li:not(:last-child):before {
  transform: rotate(46deg);
}

.breadcrumb li:not(:last-child):after {
  transform: rotate(-46deg);
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-inline: 30px;
  }
}



/* アニメーション */

.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* フェードイン（遅延0.25秒） */
.fade-in-delay-0_5 {
  transform: translateY(20px);
  transition-duration: 0.25s, 0.25s;
  transition-delay: 0.5s, 0.5s;
}

/* フェードイン（遅延0.5秒） */
.fade-in-delay-0_5 {
  transform: translateY(20px);
  transition-duration: 0.5s, 0.5s;
  transition-delay: 0.5s, 0.5s;
}

/* フェードイン（遅延1秒） */
.fade-in-delay-1 {
  transform: translateY(20px);
  transition-duration: 0.5s, 0.5s;
  transition-delay: 1s, 1s;
}

/* 奥から飛び出して弾むアニメーション（遅延1秒） */
.fly-in-bounce-1 {
  transform: translateZ(-100px) scale(0.8);
  transition: opacity 1s ease-out 1s, transform 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1s;
}

/* 奥から飛び出して弾むアニメーション（遅延1.5秒） */
.fly-in-bounce-1_5 {
  transform: translateZ(-100px) scale(0.8);
  transition: opacity 1s ease-out 1.5s, transform 1s cubic-bezier(0.34, 1.56, 0.64, 1) 1.5s;
}

/* アニメーションが適用された後のスタイル */
.animate.visible {
  opacity: 1;
  transform: translateY(0) translateZ(0) scale(1);
}

/* 左から飛び込んで中央に位置し、その後左右にふよふよするアニメーション */
.fly-in-sway {
  opacity: 0;
  transform: translateX(-100vw);
  animation: drive 6s ease-in-out infinite;
}

/* sway アニメーションの定義 */
@keyframes drive {
  0% {
    transform: translateX(-100vw);
    animation-timing-function: ease-out;
  }
  25% {
    transform: translateX(-10vw);
  }
  45% {
    transform: translateX(-8vw);
  }
  70% {
    transform: translateX(100vw);
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateX(100vw);
    animation-timing-function: ease-in-out;
  }
}



/* 見出し */

.block-heading {
  margin-bottom: 24px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: transparent;
}

.block-title {
  position: relative;
  font-family: 'AvenirNext';
  font-size: 3.125rem;
  font-weight: 700;
	color: #F5B638;
}

.block-title:before,
.block-title:after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: -40px;
  border-radius: 50%;
  background-color: #F5B638;
}

.block-title:before {
  top: 15px;
}

.block-title:after {
  top: 40px;
}

.block-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
	color: #F5B638;
}

@media screen and (max-width: 767px) {
  .block-heading {
    padding-left: 32px;
    gap: 0;
    align-items: baseline;
    flex-direction: column;
  }

  .block-title:before,
  .block-title:after {
    width: 12px;
    height: 12px;
    left: -32px;
  }

  .block-title:before {
    top: 12px;
  }
  
  .block-title:after {
    top: 36px;
  }

  .block-title {
    font-size: 2.5rem;
  }

  .block-subtitle {
    font-size: 0.9375rem;
  }
}

.top-solution .block-title {
	color: #295DAA;
}

.top-solution .block-subtitle {
	color: #295DAA;
}

.top-solution .block-title:before,
.top-solution .block-title:after {
	background-color: #295DAA;
}

.footer .block-title {
	color: #fff;
}

.footer .block-subtitle {
	color: #fff;
}

.footer .block-title:before,
.footer .block-title:after {
	background-color: #fff;
}



/* more btn */

.more-btn-wrapper {
	text-align: center;
}

.more-btn {
	width: 180px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: 'AvenirNext';
	font-size: .9375rem;
	font-weight: 700;
	border: 1px solid #295DAA;
	border-radius: 36px;
	color: #295DAA;
	background-color: transparent;
	transition: .3s ease;
}

.more-btn:hover {
	color: #fff;
	background-color: #295DAA;
}

.top-fv .more-btn {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
}

.top-fv .more-btn:hover {
	color: #295DAA;
	background-color: #fff;
}

.top-solution .more-btn,
.top-case .more-btn,
.top-news .more-btn,
.top-column .more-btn {
	color: #295DAA;
	border: 1px solid #295DAA;
	background-color: transparent;
}

.top-solution .more-btn:hover,
.top-case .more-btn:hover,
.top-news .more-btn:hover,
.top-column .more-btn:hover {
	color: #fff;
	background-color: #295DAA;
}



/* card btn */

.card-btn {
    width: 52px;
    height: 52px;
    background-color: #fff;
    border: 1px solid #295daa;
    transition: 0.3s ease;
  position: relative;
  border-radius: 50%;
}

.card-btn:before,
.card-btn:after {
  content: "";
    width: 12.8px;
    height: 3px;
    top: calc(50% - 1.5px);
    border-radius: 1.5px;
    background-color: #295daa;
    transform-origin: calc(100% - 1.2px) 50%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}

.card-btn:before {
  transform: rotate(46deg);
}

.card-btn:after {
  transform: rotate(-46deg);
}

.product-card-inner:hover .card-btn {
    background-color: transparent;
    border: 1px solid #fff;
}

.product-card-inner:hover .card-btn:before,
.product-card-inner:hover .card-btn:after {
	background-color: #fff;
}

.solution-card-link:hover .card-btn {
    background-color: #295daa;
}

.solution-card-link:hover .card-btn:before,
.solution-card-link:hover .card-btn:after {
	background-color: #fff;
}



/* top-fv */

.fv-container {
	margin: 60px 40px 20px 40px;
	position: relative;
}

.kbeye-eye {
	max-width: 632px;
	width: 100%;
	margin-inline: auto;
	position: absolute;
	top: 220px;
	right: 0;
	left: 0;
	z-index: 1;
}

.kbeye-eye:before,
.kbeye-eye:after {
  content: "";
  width: 38%;
  max-width: 240px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -85px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.05;
}

.kbeye-eye:before {
  left: 0;
}

.kbeye-eye:after {
  right: 0;
}

.fv-inner {
  max-width: 1840px;
  margin-inline: auto;
  padding-block: 180px 140px;
  position: relative;
  text-align: center;
  border-radius: 70px;
	overflow: hidden;
  background-color: #295daa;
}

.top-fv .fv-inner:before,
.top-fv .fv-inner:after {
  content: "";
  width: 1040px;
  height: 1040px;
  position: absolute;
  bottom: 0;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.05;
}

.top-fv .fv-inner:before {
  left: -520px;
}

.top-fv .fv-inner:after {
  right: -520px;
}

.fv-title {
  font-family: 'AvenirNext';
  font-size: clamp(2.5rem, 1.8932rem + 2.589vw, 5rem);
  font-weight: 700;
  color: #fff;
}

.fv-subtitle {
  font-size: clamp(0.625rem, 0.5036rem + 0.5178vw, 1.125rem);
  font-weight: 600;
  color: #fff;
}

.fv-town {
	position: relative;
}

.fv-town-image {
  height: 430px;
  margin-block: 40px 80px;
  position: relative;
  overflow: hidden;
}

.fv-town-image img {
  width: 1840px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.operator {
    width: 100px;
	position: absolute;
    left: 120px;
	bottom: 55px;
	z-index: 5;
}

.traffic-light {
    width: 200px;
	position: absolute;
    right: 20px;
	bottom: 65px;
}

.animate-car {
    width: 280px;
    margin-inline: auto;
	position: absolute;
    right: 0;
    left: 0;
	z-index: 1;
}

.animate-car img {
	position: absolute;
	bottom: 0;
}

.top-fv .animate-car {
	bottom: 60px;
}

.fv-vision {
  margin-bottom: 60px;
  font-size: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
  line-height: 1.75;
  color: #fff;
}

.fv-message {
  margin-bottom: 80px;
  font-size: 1.25rem;
  line-height: 2;
  color: #fff;
}

.fv-message span {
	display: inline-block;
}

@media screen and (max-width: 1023px) {
	.fv-town-image {
		height: 240px;
	}
	
	.fv-town-image img {
		width: 1024px;
	}
	
	.operator {
		width: 70px;
		bottom: 30px;
	}
	
	.traffic-light {
		width: 150px;
		bottom: 30px;
	}
	
	.animate-car {
		width: 180px;
	}
	
	.top-fv .animate-car {
		bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	.fv-container {
		margin: 10px;
	}
	
	.kbeye-eye {
		max-width: 330px;
	}
	
	.kbeye-eye:before,
	.kbeye-eye:after {
		max-width: 125px;
	}
	
	.fv-inner {
		padding-block: 160px 80px;
		border-radius: 50px;
	}

  .top-fv .fv-inner:before,
  .top-fv .fv-inner:after {
    content: "";
    width: 245px;
    height: 245px;
    top: 840px;
  }

  .top-fv .fv-inner:before {
    left: -120px;
  }

  .top-fv .fv-inner:after {
    right: -120px;
  }

  .fv-heading:before,
  .fv-heading:after {
    width: 125px;
    height: 125px;
    top: -25px;
  }

  .fv-heading:before {
    left: -12px;
  }

  .fv-heading:after {
    right: -12px;
  }

  .fv-catch {
    margin-bottom: 8px;
    font-size: 2.5rem;
  }

  .fv-lead {
    font-size: 0.625rem;
  }
	
	.fv-town-image {
		height: 186px;
	}

	.fv-town-image img {
		width: 800px;
	}
	
	.animate-car {
		width: 130px;
	}
	
	.top-fv .animate-car {
		bottom: 30px;
	}
	
	.operator {
		width: 60px;
		bottom: 20px;
		left: 40px;
	}
	
	.traffic-light {
		width: 120px;
		bottom: 20px;
	}

  .fv-vision {
    margin-inline: 20px;
    font-size: 1.75rem;
  }

  .fv-message {
    margin-inline: 16px;
    font-size: 0.9375rem;
  }
}



/* top-product */

.product-main-item {
	margin-bottom: 40px;
}

.product-sub-item {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.product-card {
	flex: 0 0 calc(50% - 10px);
}

.product-card-inner {
width: calc(100% - 4.9vw);
        height: 300px;
        padding: 28px 48px;
        background-color: #fff;
        border: 1px solid #c7d9f2;
        transition: .3s ease;
  margin-inline: auto 0;
  position: relative;
  display: block;
  border-radius: 40px;
}

.product-card-watermark {
  position: absolute;
    top: 28px;
    left: 48px;
    font-size: 3.125rem;
  font-weight: 500;
  color: #fff;
  opacity: 0.2;
}

.product-card-heading {
    width: calc(100% - 96px);
    max-width: 450px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-card-title {
    font-size: clamp(1.5rem, 0.3571rem + 1.7857vw, 2.5rem);
    color: #295daa;
    transition: 0.3s ease;
  font-weight: 700;
}

.product-card-image {
    width: 60%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}

.product-card-inner:hover {
	width: 100%;
}

.kkt .product-card-inner:hover {
	background: linear-gradient(to right, #295DAA, #57A0CA);
}

.ko2 .product-card-inner:hover {
	background: linear-gradient(to right, #329CAE, #8FBDC9);
}

.chu .product-card-inner:hover {
	background: linear-gradient(to right, #33A638, #89BE8C);
}

.ktr .product-card-inner:hover {
	background: linear-gradient(to right, #A653C4, #D179F2);
}

.zat .product-card-inner:hover {
	background: linear-gradient(to right, #F5A538, #F5CD7E);
}

.product-card-inner:hover .product-card-title {
	color: #fff;
}

.product-card-inner:hover .product-card-image {
    opacity: 1;
    transform: translateY(0);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-10px) translateX(5px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

@media screen and (max-width: 767px) {
	.product-main-item {
		margin-bottom: 20px;
	}
	
	.product-sub-item {
		gap: 20px;
	}
	
  .product-card {
    flex: 0 0 100%;
  }

  .product-card-inner {
    width: 100%;
    height: 200px;
    padding: 20px 35px;
  }

.kkt .product-card-inner {
	background: linear-gradient(to right, #295DAA, #57A0CA);
}

.ko2 .product-card-inner {
	background: linear-gradient(to right, #329CAE, #8FBDC9);
}

.chu .product-card-inner {
	background: linear-gradient(to right, #33A638, #89BE8C);
}

.ktr .product-card-inner {
	background: linear-gradient(to right, #A653C4, #D179F2);
}

.zat .product-card-inner {
	background: linear-gradient(to right, #F5A538, #F5CD7E);
}

  .product-card-watermark {
    top: 20px;
    left: 35px;
    font-size: 1.875rem;
  }

  .product-card-heading {
    width: calc(100% - 70px);
  }

  .product-card-title {
    font-size: 1.25rem;
    color: #fff;
  }

  .product-card .card-btn {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #fff;
  }
  
  .product-card .card-btn:before,
  .product-card .card-btn:after {
    content: "";
    width: 9px;
    height: 2px;
    top: calc(50% - 1.5px);
    border-radius: 1.5px;
    background-color: #fff;
    transform-origin: calc(100% - 1px) 50%;
  }

  .product-card-image {
    width: auto;
    height: 80%;
    opacity: 0.3;
  }
}



/* top-solution */

.top-solution {
  padding: 80px 40px 120px 40px;
  border-radius: 80px 80px 0 0;
  background-color: #C7D9F2;
	overflow: hidden;
}

.solution-swiper-card {
	padding: 40px;
	display: block;
	position: relative;
	border-radius: 40px;
	background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}

.solution-swiper-card-title {
	font-size: 1.25rem;
	font-weight: 700;
}

.top-solution .card-btn {
	margin-block: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 48px;
}

.swiper {
	margin-bottom: 40px;
	overflow: unset !important;
}

.swiper-wrapper {
	gap: 40px;
}

.swiper-slide {
	width: fit-content;
}

@media screen and (max-width: 767px) {
	.swiper-wrapper {
		flex-direction: column;
	}
	.swiper-slide {
		width: 100% !important;
	}
	.swiper-slide:nth-child(4) {
		display: none;
	}
}



/* top-case */

.top-case {
	padding: 80px 40px;
	background-color: #f4f8fd;
	overflow: hidden;
}

.case-info {
	max-width: 650px;
	margin-bottom: 80px;
}

.case-achieve-wrapper {
	text-align: center;
}

.case-achieve {
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
}

.case-achieve:before,
.case-achieve:after {
  content: "";
  width: 60px;
	height: 120px;
  position: absolute;
  top: 20px;
  display: block;
  background-image: url("https://kb-eye.jp/wp-content/themes/kb-eye/assets/img/gouka.svg");
	background-size: contain;
  background-repeat: no-repeat;
}

.case-achieve:before {
  left: -80px;
}

.case-achieve:after {
  right: -80px;
  transform: scale(-1, 1);
}

.case-achieve-counter {
  font-family: 'AvenirNext';
  font-size: 7.5rem;
  color: #295DAA;
}

.case-archive-location {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

.pin {
      position: absolute;
      width: 30px;
      animation: drop .2s ease-out forwards;
		opacity: 0;
    }
    @keyframes drop {
    0%   { transform: scale(1.0, 1.0) translateY(-100px); }
    80%  { transform: scale(1.1, 0.9) translate(0%, 10%); }
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 1; }
    }

.top-news {
    max-width: 1600px;
    margin: 120px auto 0 auto;
    padding: 120px 60px;
    position: relative;
    border-radius: 80px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}

.news-inner {
    display: flex;
    align-items: flex-start;
    gap: 6.77vw;
}

.news-list {
  width: 100%;
  flex: 1;
}

.news-item {
	display: block;
}

.news-item:not(:last-child) {
  margin-bottom: 20px;
}

.news-item:hover > * {
  opacity: .5;
  transition: .3s;
}

.news-link {
	display: block;
}

.news-link:after {
  content: "";
  display: block;
  border-bottom: 1px solid #343434;
  opacity: 0.2;
}

.news-date {
  margin-right: 20px;
  display: inline-block;
  font-family: 'AvenirNext';
  font-size: 0.9375rem;
  font-weight: 400;
}

.news-categories {
  margin-bottom: 10px;
  display: inline-block;
}

.news-category {
  margin-right: 8px;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 16px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  background-color: #F5B638;
}

.news-title {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

.slider {
	width: 200%;
	margin-block: 80px;
	display: flex;
	overflow: hidden;
	background-color: transparent;
	animation: scroll 10s linear infinite;
}

.slider-items {
	width: 100%;
	margin-inline: 40px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 80px;
}

.slider-item {
	display: flex;
	gap: 80px;
}

.slider-item-1 { grid-area: 1 / 1 / 2 / 2; }
.slider-item-2 { grid-area: 1 / 2 / 2 / 3; }
.slider-item-3 { grid-area: 1 / 3 / 2 / 4; }
.slider-item-4 { grid-area: 1 / 4 / 2 / 5; }

@keyframes scroll {
	100% {
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 1023px) {
.slider-items {
margin-inline: 20px;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 40px;
grid-row-gap: 40px;
}
	
.slider-item {
	gap: 40px;
}

.slider-item-1 { grid-area: 1 / 1 / 2 / 2; }
.slider-item-2 { grid-area: 1 / 2 / 2 / 3; }
.slider-item-3 { grid-area: 2 / 1 / 3 / 2; }
.slider-item-4 { grid-area: 2 / 2 / 3 / 3; }
}

.news-more-btn-wrapper {
    position: absolute;
    top: 160px;
}

@media screen and (max-width: 1023px) {
	.case-info {
		max-width: none;
		margin-bottom: 40px;
	}
	.case-achieve:before, .case-achieve:after {
		width: 35px;
	}
	.case-achieve:before {
		left: -50px;
	}
	.case-achieve:after {
		right: -50px;
	}
	.case-achieve-counter {
		font-size: 5rem;
	}
	.case-archive-location {
		width: 100%;
		max-width: 450px;
		margin: 0 auto 20px auto;
		position: relative;
	}
	.map {
		width: 100%;
		max-width: 450px;
	}
	.pin {
		width: 25px;
	}
}

@media screen and (max-width: 767px) {
  .top-news {
    margin-top: 80px;
    padding: 40px 30px 120px 30px;
    border-radius: 40px;
  }

  .news-inner {
    flex-direction: column;
    gap: 10px;
  }

  .news-more-btn-wrapper {
    margin-inline: 0;
    top: auto;
    right: 0;
    bottom: -80px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
	.top-case {
		padding-inline: 30px;
	}
}



/* top-column */

.column-list {
	margin-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-items: stretch;
}

.normal-card {
	border-radius: 40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .16);
	overflow: hidden;
}

.normal-card-link {
	height: 100%;
	display: block;
}

.normal-card-image {
	padding-top: 60%;
	position: relative;
	overflow: hidden;
}

.normal-card-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
	transition: 2s;
}

.normal-card-link:hover .normal-card-image img {
    width: 110%;
    height: 110%;
}

.normal-card-body {
	padding: 24px 20px 40px 20px;
}

.normal-card-category {
	margin: 0 8px 8px 0;
    padding: 4px 12px;
    display: inline-block;
	font-size: clamp(0.8125rem, 0.7822rem + 0.1294vw, 0.9375rem);
    color: #fff;
	border: 1px solid #295daa;
    border-radius: 17px;
    background-color: #295daa;
}

.normal-card h3 {
	font-size: clamp(0.9375rem, 0.8617rem + 0.3236vw, 1.25rem);
	font-weight: 700;
	transition: .3s;
}

.normal-card-link:hover .normal-card h3 {
	color: #295daa;
}

/* トップページにおいて、pcサイズの時に四つ目のカードを非表示にする */
@media screen and (min-width: 767px) {
	.top-column .normal-card:nth-child(4) {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.column-list {
		gap: 15px;
	}
}

@media screen and (max-width: 767px) {
	.column-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.normal-card {
		border-radius: 20px;
	}
	
	.normal-card-body {
		padding: 12px 10px 20px 10px;
	}
	
	.normal-card-category {
		margin: 0 4px 4px 0;
		padding: 2px 8px;
	}
}



/* 下層fv */

.child-fv {
  margin: 60px 40px 20px 40px;
}

.child-fv-inner {
  max-width: 1840px;
  margin: auto 0;
  padding-block: 300px 180px;
  position: relative;
  text-align: center;
  border-radius: 80px;
  background-color: #295daa;
}

.child-fv-heading {
  max-width: 870px;
  margin-inline: auto;
  position: relative;
}

.child-fv-heading:before,
.child-fv-heading:after {
  content: "";
  width: 330px;
  height: 330px;
  margin-block: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.05;
}

.child-fv-heading:before {
  left: 0;
}

.child-fv-heading:after {
  right: 0;
}

.child-fv-title {
  margin-bottom: 8px;
  font-family: 'AvenirNext';
  font-size: 5.625rem;
  font-weight: 700;
  color: #fff;
}

.child-fv-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .child-fv {
    margin: 10px 10px 20px 10px;
  }

  .child-fv-inner {
    padding-block: 160px 60px;
    border-radius: 50px;
  }

  .child-fv-heading {
    max-width: 370px;
  }

  .child-fv-heading:before,
  .child-fv-heading:after {
    width: 125px;
    height: 125px;
    margin-block: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.05;
  }

  .child-fv-title {
    margin-bottom: 0;
    font-size: 2.5rem;
    color: #fff;
  }

  .child-fv-subtitle {
    font-size: 0.8125rem;
  }
}



/* プライバシーポリシー */

.privacypolicy {
  width: 90%;
  max-width: 930px;
  margin: 0 auto 275px auto;
}

.privacypolicy-body {
  margin-bottom: 80px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
}

.privacypolicy h1 {
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #295daa;
}

.privacypolicy h1:after {
  content: "";
  display: block;
  position: relative;
  top: 10px;
  border-bottom: 1px solid #295daa;
}

.privacypolicy p {
  margin-bottom: 16px;
}

.privacypolicy ol {
  list-style: none;
  counter-reset: number;
}

.privacypolicy li {
  margin-bottom: 16px;
  position: relative;
  line-height: 2;
}

.privacypolicy-lv1-item {
  margin-left: 20px;
}

.privacypolicy-lv1-item:before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 3px;
  left: -20px;
  font-family: "AvenirNext";
  font-size: 0.9375rem;
  font-weight: 600;
}

.privacypolicy-lv2 {
  margin-left: 20px;
}

.privacypolicy-lv2-item,
.privacypolicy-lv3-item {
  margin-left: 28px;
}

.privacypolicy-lv2-item:before {
  counter-increment: number;
  content: "(" counter(number) ")";
  position: absolute;
  top: 2px;
  left: -28px;
  font-family: "AvenirNext";
  font-size: 0.9375rem;
  font-weight: 600;
}

.privacypolicy-lv3-item:before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 15px;
  left: -20px;
  border-radius: 50%;
  background-color: #343434;
}

.privacypolicy-link {
  border-bottom: 1px solid #009ED2;
  color: #009ED2;
  transition: .3s;
}

.privacypolicy-link:hover {
  opacity: .5;
}



/* 会社概要 */

.table-item {
  padding: 20px;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
}

.table-item:nth-child(odd) {
  background-color: #F4F8FD;
}

.table-item dt {
  width: 150px;
  font-weight: 700;
}

.table-item dd {
	flex: 1;
}

.table-item a {
  position: relative;
  border-bottom: 1px solid #009ED2;
  color: #009ED2;
}

.table-item a[target="_blank"]:after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  right: -25px;
  bottom: 0;
  display: block;
  background-image: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/img/icon-tab.svg');
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .table-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}



/* mission */

.mission-redefinition {
  margin: 0 40px 200px 40px;
	position: relative;
}

.mission-redefinition-inner {
  max-width: 750px;
  margin-inline: auto;
  text-align: center;
}

.mission-redefinition-title {
  margin-bottom: 40px;
  font-size: 3.75rem;
  font-weight: 700;
}

.mission-redefinition-text {
  font-size: 1.25rem;
  line-height: 2;
}

.mission-left-signal,
.mission-right-signal {
	width: 30vw;
	height: 30vw;
	margin-block: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -50;
	border-radius: 50%;
	background-color: #F4F8FD;
}

.mission-left-signal {
	left: 0;
}

.mission-right-signal {
	right: 0;
}

.mission-left-signal:before,
.mission-right-signal:before {
	content: '';
	width: 50%;
	height: 50%;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: .6;
}

@media screen and (max-width: 767px) {
	.mission-left-signal:before,
	.mission-right-signal:before {
		opacity: .2;
	}
}

.mission-left-signal:before {
	background-image: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/img/material-1.svg');
}

.mission-right-signal:before {
	background-image: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/img/material-2.svg');
}


.mission-image {
  height: 500px;
  margin: 0 40px 80px 40px;
}

.mission-image-inner {
  height: 100%;
  max-width: 1120px;
  margin-inline: auto;
  position: relative;
  text-align: center;
  border-radius: 40px;
  overflow: hidden;
}

.mission-image-inner img {
  width: 1120px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.mission-why {
  margin: 0 40px 120px 40px;
}

.mission-why-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #295DAA;
}

.mission-why-text {
  font-size: 0.9375rem;
  line-height: 2;
}

.mission-future {
  margin: 0 40px 120px 40px;
  padding: 120px 40px;
  position: relative;
  border-radius: 80px;
  background-image: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/img/mission-bg.jpg');
  background-color: #295DAA;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mission-future:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 80px;
  background-color: #295DAA;
  opacity: 0.73;
}

.mission-future-inner {
  display: flex;
  align-items: center;
  gap: 5.73vw;
}

.mission-future-title {
  width: 360px;
  position: relative;
  z-index: 50;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

.mission-future-text {
  position: relative;
  z-index: 50;
  flex: 1;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .mission-future {
    padding-block: 100px;
    border-radius: 50px;
  }

  .mission-future:after {
    border-radius: 50px;
  }

  .mission-future-inner {
    max-width: 1120px;
    flex-direction: column;
    gap: 40px;
  }

  .mission-future-title {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .mission-redefinition {
    margin: 0 30px 120px 30px;
  }

  .mission-redefinition-title {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }

  .mission-redefinition-text {
    font-size: 0.9375rem;
  }

  .mission-image {
    height: 300px;
    margin: 0 30px 60px 30px;
  }

  .mission-image-inner {
    border-radius: 20px;
  }

  .mission-image-inner img {
    width: 700px;
  }

  .mission-why {
    margin: 0 30px 80px 30px;
  }

  .mission-why-title {
    font-size: 1.875rem;
  }
  
  .mission-future {
    margin: 0 10px 80px 10px;;
  }

  .mission-future-title {
    width: auto;
    font-size: 1.875rem;
  }
}



/* ニュースページ */

.year-filter {
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
}

.year-filter:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 20px;
  z-index: -50;
  border: 10px solid transparent;
  border-top: 12px solid #295DAA;
}
	
	.year-select {
		  padding: 18px 96px 18px 32px;
  border: 1px solid #c7d9f2;
  border-radius: 30px;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 400;
  -webkit-appearance: none;
  appearance: none;
	}
	
.category-button {
	cursor: pointer;
	margin: 0 10px 10px 0;
	color: #295daa;
	background-color: #fff;
	padding: 8px 20px;
	border: 1px solid #295daa;
	border-radius: 20px;
	font-weight: 700;
}

.category-button.news {
	color: #F5B638;
	background-color: #fff;
	border: 1px solid #F5B638;
}

.category-button.active {
	background-color: #295daa;
	color: #fff;
}

.category-button.news.active {
	background-color: #F5B638;
	color: #fff;
}


/* 導入事例ページ */

.category-filter {
	max-width: 1600px;
	margin-inline: auto;
	padding: 40px 80px;
	border-radius: 70px;
	background-color: #F4F8FD;
}

.category-filter h3 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #295DAA;
	color: #295DAA;
	font-size: clamp(1.25rem, 1.1893rem + 0.2589vw, 1.5rem);
	font-weight: 700;
}

.category-filter h4 {
	margin-block: 15px 10px;
	font-size: 1.25rem;
	color: #295DAA;
}

.case-category-button,
.solution-category-button {
  cursor: pointer;
  margin: 0 10px 10px 0;
	color: #295DAA;
  background-color: #fff;
  padding: 8px 20px;
	border: 2px solid #295DAA;
  border-radius: 20px;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.category-filter {
		padding: 30px 20px;
		border-radius: 40px;
	}
	
	.category-filter-heading {
		margin-bottom: 20px;
	}
}

.case-category-button.active,
.solution-category-button.active {
  background-color: #295DAA;
  color: #fff;
}

.case-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

.case-card {
	position: relative;
	border-radius: 40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .16)
}

.case-card-inner {
	padding: 48px;
	position: relative;
}

.case-card-title {
	margin-bottom: 40px;
	font-size: 1.75rem;
	font-weight: 700;
	transition: .3s;
}
	
.case-card-link:hover .case-card-title {
	color: #295daa;
}

.case-card-body {
	position: relative;
}

.case-category {
  cursor: pointer;
  margin: 0 10px 10px 0;
	color: #295DAA;
	display: inline-block;
  background-color: #fff;
  padding: 4px 12px;
	border: 2px solid #295DAA;
  border-radius: 20px;
	font-weight: 700;
}

.case-card-logo {
	width: 90px;
    height: 90px;
    border: 1px solid #C7D9F2;
	background-color: #fff;
    border-radius: 50%;
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
}

.case-card-logo img {
	width: 80%;
}

.case-card-company {
	margin: auto 12px 12px 120px;
	font-size: 1.25rem;
	font-weight: 700;
}

.case-card-categories {
	margin-inline: 120px 40px;
}

.case-card .card-btn {
	position: absolute;
	right: 24px;
	bottom: 24px;
}

.case-card-link:hover .card-btn {
	background-color: #295daa;
}

.case-card-link:hover .card-btn:before,
.case-card-link:hover .card-btn:after {
	background-color: #fff;
}

@media screen and (max-width: 1024px) {
	.case-list {
		gap: 30px;
	}
	
	.case-card-inner {
		padding: 32px;
	}
	
	.case-card-company {
		height: 90px;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
	}
	
	.case-card-categories {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.case-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	
	.case-card-inner {
		padding: 32px 20px;
	}
	
	.case-card-logo {
		width: 50px;
		height: 50px;
	}
	
	.case-card-title {
		margin-bottom: 20px;
		font-size: 1.25rem;
	}
	
	.case-card-company {
		height: 50px;
		margin-left: 70px;
		font-size: 0.875rem;
	}
	
	.case-card .card-btn {
		width: 40px;
		height: 40px;
	}
}



/* KB-eye で叶う世界 */

.solution-archive {
	margin: 0 40px 275px 40px;
}

.solution-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

.solution-card {
	position: relative;
	border-radius: 40px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .16);
}

.solution-card-image {
	padding-top: 60%;
    position: relative;
	border-radius: 40px 40px 0 0;
	overflow: hidden;
}

.solution-card-image img {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	transition: 2s
}

.solution-card-link:hover .solution-card-image img {
	width: 110%;
	height: 110%;
}

.solution-card-title {
	margin-bottom: 20px;
	font-size: clamp(1.25rem, 1.1286rem + 0.5178vw, 1.75rem);
	font-weight: 700;
	transition: .3s;
}

.solution-card-link:hover .solution-card-title {
	color: #295daa;
}

.solution-card-body {
	padding: 40px 48px 95px 48px;
	position: relative;
}

.solution-cat1-category {
	padding: 8px 20px;
	position: absolute;
	top: -24px;
	left: 0;
	font-size: 1.25rem;
	font-weight: 700;
	border-radius: 0 10px 10px 0;
	color: #fff;
	background-color: #343434;
}

.solution-cat1-category.kk2-02 {
	background-color: #295DAA;
}
.solution-cat1-category.ko2-06 {
	background-color: #329CAE;
}
.solution-cat1-category.chu-01 {
	background-color: #33A638;
}
.solution-cat1-category.zat-03 {
	background-color: #F5B638;
}
.solution-cat1-category.ktr-01 {
	background-color: #A653C4;
}

.solution-category {
  cursor: pointer;
  margin: 0 10px 10px 0;
	color: #295DAA;
	display: inline-block;
  background-color: #fff;
  padding: 8px 20px;
	border: 2px solid #295DAA;
  border-radius: 20px;
	font-weight: 700;
}

.solution-card .card-btn {
	position: absolute;
	top: auto;
	right: 48px;
	bottom: 48px;
}

@media screen and (max-width: 1024px) {
	.solution-list {
		gap: 30px;
	}
	
	.solution-card-body {
		padding: 40px 20px 64px 20px;
	}

	.solution-card .card-btn {
		width: 40px;
		height: 40px;
		right: 20px;
		bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.solution-archive {
		margin: 0 30px 180px 30px;
	}
	
	.solution-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	
	.solution-card-title {
		font-size: 1.25rem;
	}
}



/* イベント・セミナー */

.upcoming-event-card {
	margin-bottom: 50px;
	border-radius: 40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .16)
}

.upcoming-event-card-link {
	display: flex;
	position: relative;
}

.event-card-image {
	padding-left: 40%;
    position: relative;
    overflow: hidden;
	border-radius: 40px 0 0 40px;
}

.event-card-image img {
	width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    transition: 2s;
}

.upcoming-event-card-link:hover .event-card-image img {
	width: 110%;
	height: 110%;
}

.event-card-body {
	padding: 40px 60px 72px 60px;
}

.event-card-title {
	margin-bottom: 20px;
	font-size: 1.75rem;
	font-weight: 700;
	transition: .3s;
}

.upcoming-event-card-link:hover .event-card-title,
.past-event-card-link:hover .event-card-title {
	color: #295daa;
}

.past-event-card-link:hover .event-card-title {
	color: #295daa;
}

.event-card-period {
	margin-bottom: 20px;
	font-size: 0.9375rem;
	font-weight: 400;
}

.event-card-category {
	margin: 0 10px 10px 0;
	padding: 8px 20px;
	display: inline-block;
	border: 2px solid #295DAA;
	border-radius: 10px;
	font-size: 0.75rem;
	font-weight: 500;
	color: #295DAA;
}

.past-event-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

.past-event-card {
	border-radius: 40px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .16)
}

.past-event-card-link {
	height: 100%;
	display: flex;
	position: relative;
}

.past-event-card-inner {
	margin: 40px;
	position: relative;
}

.upcoming-event-card .card-btn-container {
	position: absolute;
	right: 60px;
	bottom: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #295DAA;
}

.past-event-card .card-btn {
	position: absolute;
    right: 40px;
    bottom: 40px;
}

.upcoming-event-card-link:hover .card-btn,
.past-event-card-link:hover .card-btn {
	background-color: #295daa;
}

.upcoming-event-card-link:hover .card-btn:before,
.upcoming-event-card-link:hover .card-btn:after,
.past-event-card-link:hover .card-btn:before,
.past-event-card-link:hover .card-btn:after {
	background-color: #fff;
}

@media screen and (max-width: 1024px) {
	.event-card-body {
		padding: 20px 30px 40px 30px;
	}
	
	.past-event-list {
		gap: 30px;
	}
	
	.past-event-card-inner {
		margin: 30px;
	}
	
	.upcoming-event-card {
		margin-bottom: 30px;
	}
	
	.upcoming-event-card .card-btn-container {
		position: absolute;
		right: 40px;
		bottom: 10px;
	}
	
	.upcoming-event-card .card-btn {
		width: 40px;
		height: 40px;
	}
	
	.blue-container.past-event,
	.blue-container.service-column {
		padding-inline: 30px;
	}

	.past-event-card .card-btn {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.upcoming-event-card-link {
		flex-direction: column;
	}
	
	.event-card-body {
		padding: 20px;
	}
	
	.event-card-image {
		padding-top: 60%;
		border-radius: 40px 40px 0 0;
	}
	
	.upcoming-event-card .card-btn-container {
		right: 30px;
		bottom: 30px;
	}
	
	.upcoming-event-card .card-btn-container span {
		display: none;
	}
	
	.past-event-list {
		grid-template-columns: repeat(1, 1fr);
	}
}



/* コラム */

.column-archive {
	margin: 0 40px 275px 40px;
}

.column-post .post-header {
	margin-top: 40px;
}



/* ニュースページ */

.news-post article {
	margin-top: 40px;
}

.post-inner {
	max-width: 1600px;
	margin: 0 auto 80px auto;
	padding: 40px;
	border-radius: 80px;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.post-inner {
		padding: 20px 20px 120px 20px;
		border-radius: 40px;
	}

	.news-post .post-inner {
		padding-bottom: 20px;
	}
}



/* ケースページ */

.case-a {
	flex: 1;
}

.case-company-name {
	font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
	font-weight: 700;
}

.case-eyecatch {
	max-width: 750px;
	flex: 1;
	border-radius: 40px;
	overflow: hidden;
}

.case-eyecatch img {
	border-radius: 40px;
}

.post-list-box-before,
.post-list-box-after {
	position: relative;
}

.post-list-box-before:after {
	content: '';
	width: 74px;
	height: 28px;
	display: block;
	margin: auto 0;
	position: absolute;
	top: 0;
	right: -40px;
	bottom: 0;
	background-image: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/img/case-move.svg');
	background-repeat: no-repeat;
	transform:rotate(-90deg);
}

.post-list-box-after:before {
	content: '';
	width: 74px;
	height: 28px;
	display: block;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -30px;
	background-image: url('https://kb-eye.jp/wp-content/themes/kb-eye/assets/img/case-move.svg');
	background-repeat: no-repeat;
	transform:rotate(-90deg);
}

.post-list-box-container {
	margin: 0 10px 80px 10px;
	display: flex;
	gap: 40px;
}

.post-list-box {
	max-width: 750px;
	padding: 40px 40px 60px 40px;
	flex: 1;
	border-radius: 40px;
	background-color: #F4F8FD;
}

.post-list-box-title {
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.75rem;
	font-weight: 700;
	color: #295daa;
}

@media screen and (max-width: 767px) {
	.single-container.case-single {
	    flex-direction: column-reverse;
		gap: 20px;
	}
	
	.post-list-box-container {
		flex-direction: column;
	}

	.post-list-box-before:after {
		margin: 0 auto;
		top: auto;
		bottom: -10px;
		left: 0;
		right: 0;
	transform:rotate(0deg);
}
	
	.post-list-box-after:before {
		margin: 0 auto;
		top: -20px;
		left: 0;
		right: 0;
		transform:rotate(0deg);
	}
}



/* ソリューションページ */

.solution-post {
	margin-top: 200px;
}

.solution-post .post-header {
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.solution-post {
		margin-top: 120px;
	}
}


/* コラムページ */

.column-post .post-header {
	margin-bottom: 80px;
}

.column-post .post-header .single-title {
	margin-bottom: 20px;
}

.column-post .post-header .news-date {
	margin-bottom: 20px;
}



/* コンタクトページ */

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

@media screen and (max-width: 1023px) {
	.contact-list {
		gap: 20px;
	}
	
	.contact-list .service-card {
		height: 180px;
		padding: 24px;
		gap: 20px;
	}
}

@media screen and (max-width: 767px) {
	.contact-list {
		flex-direction: column;
	}
	
	.contact-list .service-card {
		flex: none;
	}
}



/* テーブル */

body.single .wp-block-table tr:nth-child(odd) {
	background-color: #F4F8FD;
}

body.single .wp-block-table tr:nth-child(even) {
	background-color: #fff;
}

body.single .wp-block-table td {
	padding: 15px 40px;
	border: none;
}

body.single .wp-block-table td:nth-child(1) {
	width: 30%;
	font-weight: 700;
	color: #295daa;
}

.event-date {
	margin-bottom: 20px;
	font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
	font-weight: 700;
}

.archive-movie-container {
	margin: 200px 20px 0 20px;
}

.archive-movie-container p {
	margin-bottom: 20px;
	font-weight: 400;
}

.archive-movie-title {
	margin-bottom: 60px;
}

.archive-movie-title h1 {
	margin-bottom: 20px;
}

.archive-movie {
	margin-bottom: 60px;
}