/*ファーストビュー*/
.first-view {
	padding-top: 25px;
	background-image: url("../../src_top-page/images/first-view-background.png");
}

.first-view .contents-wrapper .wrapper {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr;
}

.first-view .catch-copy {
	font-size: 52px;
    line-height: 2.7rem;
    color: var(--blue-color1);
    font-weight: 600;
    letter-spacing: 5.5px;
    text-align: center;
}

.first-view .catch-copy .smaller {
	font-size: 40px;
	font-weight: inherit;
	color: inherit;
}

.first-view .catch-copy .sub-text {
	font-size: 32px;
	font-weight: normal;
	margin-top: unset;
	color: inherit;
}

.first-view .contents-wrapper {
	padding-bottom: 10px;
}

.first-view .contents-wrapper > * + * {
	margin-top: 32px;
}

.first-view .product_simple-explanation h2 {
	font-weight: bold;
}

.first-view .text {
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}

.first-view .request {
	background-color: unset;
	padding: unset;
}

.first-view .request .request-btn {
	box-shadow: 0px 5px 0px 0px #333;
	position: relative;
	top: 0;
	transition: all 0.1s;
	padding: 10px 35px;
}

.first-view .request .request-btn:hover {
	box-shadow: 0px 0px 0px 0px #333;
	top: 3px;
}

.first-view .slide-show {
	height: 150px;
	background-color: var(--white-color1);
}

.section-title {
	font-size: 42px;
	line-height: normal;
	text-align: center;
	font-weight: bold;
}

/*提供サービスについて*/
.about-service.inner {
	max-width: unset;
}

.about-service .contents-box {
	display: flex;
	align-items: center;
	margin-top: 2vh;
}

.about-service .contents-box .text-box {
	width: 70%;
	margin-right: 5%;
}

.about-service .contents-box .service-img {
	width: 12vw;
	margin: 0 auto;
}

.about-service .contents-box .text-box h1, .about-dbsheet .section-title {
	font-size: 26px;
	font-weight: bold;
}

.about-service  .description {
	margin-top: 10px;
}

.about-service  .description, .about-service  .description a {
	font-size: 16px;
}

/*  webセミナー申し込みボタン*/
.request {
	background-color: #ead732;
	padding: 3vh 0;
}

.request .request-btn {
	display: flex;
	width: fit-content;
	margin: 0 auto;
	align-items: center;
	font-weight: bold;
	font-size: 2rem;
	color: var(--white-color1);
	background-color: var(--blue-color1);
	border-radius: 999999px;
    padding: 20px 35px;
	transition: all 0.3s;
}

.request .request-btn:hover {
	cursor: pointer;
	background-color: #007ACA;
}

.request .request-btn .right-arrow {
	display: block;
	width: 60px;
	margin-left: 25px;
}

.swiper-wrapper {
	transition-timing-function: linear;
}

.slide-show .swiper-wrapper .swiper-slide {
	width: 120px;
	cursor: pointer;
	transition: filter 0.3s;
}

.mobile-swiper {
	position: relative;
	overflow: hidden;
}

.mobile-swiper .swiper-button-prev, .mobile-swiper .swiper-button-next {
	display: none;
}

@media (hover: hover) {
	.slide-show .swiper-wrapper .swiper-slide:hover {
		filter: drop-shadow(0px 0px 1.5px var(--blue-color1));
	}
	
	.slide-show .swiper-wrapper .swiper-slide.arrow:hover {
		filter: unset;
		cursor: auto;
	}
}

.swiper-wrapper .arrow.turn img {
	transform: scale(-1, 1);
}

.swiper-wrapper .swiper-slide:has(.seminar) {
	display: flex;
	transform: rotate(-4deg);
    animation-name: kakukaku;
    animation-direction: alternate;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes kakukaku {
    0% {
        transform: rotate(-4deg);
    }
    100% {
        transform: rotate(4deg);
    }
}

.swiper-slide .slide-text-box {
	color: var(--white-color1);
	font-weight: bold;
	text-align: center;
	background-color: #1368ac;
	padding: 2vh 0;
	min-height: 110px;
}

.swiper-slide .slide-text-box h2 {
	font-size: 24px;
}

.swiper-slide .slide-text-box .detail-text {
	margin-top: 1vh;
	font-size: 16px;
	line-height: 1.1rem;
}

.swiper-slide .slide-text-box h2, .swiper-slide .slide-text-box .detail-text {
	color: var(--white-color1);
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*dbsheetとは？*/
.about-dbsheet .section-title {
	text-align: center;
	color: var(--blue-color1);
	padding: 4.5vh 0 5vh 0;
}

/*事例カードリスト*/
.about-dbsheet .contents-wrapper {
	background-color: var(--gray-color1);
	padding: 5vh 0;
}

.dbsheet_jirei-list {
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 1rem;
}

.dbsheet_jirei-list li {
	background-color: var(--white-color1);
	padding: 15px;
}

.dbsheet_jirei-list li:hover .eye-catch img {
	transform: scale(1.1);
}

.dbsheet_jirei-list li .eye-catch {
	overflow: hidden;
}

.dbsheet_jirei-list li .eye-catch img {
	height: 150px;
	object-fit: cover;
	object-position: left;
	transition: transform 0.3s;
}

.dbsheet_jirei-list li .text-box {
	font-weight: bold;
	padding-top: 10px;
}

.dbsheet_jirei-list li .text-box > * + * {
	padding-top: 10px;
}

.dbsheet_jirei-list li .text-box h3 {
	font-size: 1.1rem;
	line-height: 1.2rem;
}

.dbsheet_jirei-list li .text-box h3.sub-title {
	border-bottom: 1px solid #848484;
	padding-bottom: 10px;
}

.dbsheet_jirei-list li .text-box p {
	color: #848484;
	line-height: 1.2rem;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.service-details_part1 {
	/*background-color: #ECD926;*/
	background-color: var(--gray-color1);
	padding: 10vh 0;
	overflow: hidden;
}

.service-details_part1 .inner > * + * {
	margin-top: 15vh;
}

.service-details_part1 .section .title {
	font-size: 42px;
	line-height: 3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 8vh;
}

.about-dbsheet .section-image {
	width: 80%;
	margin: 0 auto;
}

.about-dbsheet .section-image.smaller, .about-dbsheet .section-image.popup {
	width: 70%;
}

.about-dbsheet .section-image > * + * {
	margin-top: 10vh;
}

.speech-bubbles {
	position: relative;
	background: var(--white-color1);
	padding: 25px;
	border-radius: 25px;
    opacity: 0;
}

.speech-bubbles.left {
	transform: translate(-180px,30px);
}

.speech-bubbles.right {
	transform: translate(180px,30px);
}

.speech-bubbles::before{
	content: "";
	display: block;
    width: 50px;
    height: 30px;
    background-color: #fff;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    position: absolute;
    top: 95%;
    left: 5%;
}

.speech-bubbles#second::before, .speech-bubbles#fourth::before, .speech-bubbles#seventh::before {
	right: 5%;
	left: unset;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.speech-bubbles::after {
	font-size: 14px;
	line-height: 2rem;
	position: absolute;
	top: 100%;
	right: 0;
}

.speech-bubbles#first::after {
	content: "出所 : ユーザー導入事例　株式会社日立ハイテク 様";
}

.speech-bubbles#second::after {
	content: "出所 : ユーザー導入事例　NECネクサソリューションズ株式会社 様";
	right: unset;
	left: 0;
}

.speech-bubbles#third::after {
	content: "出所 : ユーザー導入事例　シャープディスプレイテクノロジー株式会社 様";
}

.speech-bubbles#fourth::after {
	content: "出所 : ユーザー導入事例　株式会社永谷園フーズ 様";
	right: unset;
	left: 0;
}

.speech-bubbles#fifth::after {
	content: "出所 : ユーザー導入事例　シナネン 様";
}

/*.speech-bubbles#sixth::after {
	content: "出所 : ユーザー導入事例　シャープディスプレイテクノロジー株式会社 様";
}

.speech-bubbles#seventh::after {
	content: "出所 : ユーザー導入事例　株式会社永谷園フーズ 様";
	right: unset;
	left: 0;
}

.speech-bubbles#eighth::after {
	content: "出所 : ユーザー導入事例　JR九州 様";
}*/

.speech-bubbles p {
	font-size: 20px;
	line-height: 2em;
}

.speech-bubbles.slide-skew_bottom-left {
	animation: slide-skew_bottom-left 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slide-skew_bottom-left {
  0% {
    transform: translate(-180px,30px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
  }
  20%,100% {
    opacity: 1;
  }
}

.speech-bubbles.slide-skew_bottom-right {
  animation: slide-skew_bottom-right 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes slide-skew_bottom-right {
  0% {
    transform: translate(180px,30px);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
  }
  20%,100% {
    opacity: 1;
  }
}

/*dbsheetの強み*/
.dbsheet-strength {
	overflow: hidden;
}
.strengths {
	padding: 50px 0 100px 0;
	position: relative;
	z-index: 1;
}
.strengths.inner {
	max-width: unset;
}
.strengths::before {
	position: absolute;
	z-index: -1;
	content: "";
	width: 120%;
	height: 750px;
}
.strengths:nth-child(1)::before {
	top: 0;
	right: -10vw;
	background-color: #bcd6d7;
	-webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
		  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
/*.strengths:nth-child(2) .box-with-title .img {
	margin-top: -5% !important;
}*/
.strengths:nth-child(2)::before {
	top: 0;
	left: -10vw;
	background-color: #9ec1a2;
	-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
		  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
/*.strengths:nth-child(3)::after {
	left: -10vw;
	bottom: 0;
	background-color: #ead732;
	position: absolute;
	z-index: -1;
	content: "";
	width: 80%;
	height: 300px;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
		  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}*/
.strengths:nth-child(3)::before {
	top: 0;
	right: -10vw;
	background-color: #ead732;
	-webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
		  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.strengths .section-title {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
}
.strengths .section-title.top {
	font-size: 42px;
	margin-bottom: 40px;
}

.strengths .box-with-title {
	width: 70%;
	margin: 0 auto;
	margin-top: 25px;
}
.strengths .box-with-title .title {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	color: var(--white-color1);
}
.strengths .box-with-title .title::before {
	position: absolute;
	top: 0;
	left: -3vw;
	right: -3vw;
	bottom: 0;
	z-index: -1;
	content: "";
	transform: skewX(-2.5deg);
	padding: 1vh 3vw;
	background-color: var(--blue-color3);
}
.strengths .box-with-title .title .bigger-text {
	font-size: 36px;
	line-height: normal;
	color: var(--white-color1);
}
.strengths .yellow-text {
	color: var(--yellow-color1);
	font-size: inherit;
}
.strengths .box-with-title .text-box {
	width: -moz-fit-content;
	width: fit-content;
	max-width: 750px;
	margin: 0 auto;
	font-size: 34px;
	line-height: normal;
	font-weight: bold;
	padding: 2vh 3.5vw;
	color: var(--white-color1);
	background-color: var(--blue-color3);
	border-radius: 25px;
}
.strengths .box-with-title .text-box .annotation {
	font-size: 21px;
    color: var(--white-color1);
    display: block;
    margin-top: 10px;
    text-indent: -1em;
    padding-left: 1em;
	font-weight: normal;
}

.strengths .box-with-title > * + * {
	margin-top: 25px !important;
}

.is-animation {
	transform: scale(0.7);
	opacity: 0;
}

.is-animation.popup {
	animation-name: popupAnimation;
	animation-duration: 0.7s;
	animation-timing-function: cubic-bezier(0.49, 0.08, 0.45, 1);
	animation-fill-mode: forwards;
}

@keyframes popupAnimation {
	0% {
		transform: scale(0.7);
		opacity: 0;
	}
	50% {
		transform: scale(1.05);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/*活用事例*/
.about_example-use {
	background-color: #f1f1f1;
	padding: 10vh 0 35vh 0;
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);
}

.about_example-use .section-title {
	color: #1169ab;
}

.about_example-use .example-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5%;
	max-width: 850px;
	text-align: center;
	justify-content: center;
}

.about_example-use .example-list,.about_dbsheet-details .contents-box, .about_same-example .examples-list .same, .about_same-example .case-study {
	margin-top: 5vh;
}

.about_example-use .example-list li {
	width: 85%;
	margin: 0 auto;
}

.about_example-use .example-list li img {
	transition: all 0.3s;
}

.about_example-use .example-list li:hover img {
	filter: drop-shadow(3px 3px 3px #333);
	transform: translateY(-5px);
}

.about_example-use .example-list li figcaption {
	font-size: 16px;
	word-break: break-all;
	font-weight: bold;
	color: #1169ab;
	margin-top: 1vh;
}

/*dbsheetの詳細*/
.about_dbsheet-details {
	margin-top: -50%;
	padding: 60% 5% 10% 5%;
	background:linear-gradient(90deg,#1169ab 0%,#1169ab 50%,#5391b7 50%,#5391b7 100%);
}

.about_dbsheet-details .section-title {
	color: var(--white-color1);
}

.about_dbsheet-details .contents-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.about_dbsheet-details .contents-box .contents {
	text-align: center;
	display: grid;
	grid-template-rows: auto 1fr auto;
	align-items: center;
}

.about_dbsheet-details .contents-box .contents h3 {
	color: #fbed21;
	font-size: 32px;
	font-weight: bold;
	line-height: normal;
}

.about_dbsheet-details .contents-box .contents .detail-image {
    width: 15vw;
    margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 25px;
}

.detail-image .is-animation {
	transform: rotate(0) scale(0);
	opacity: 0;
}

.detail-image .is-animation.popup {
	animation-name: rotateAnime;
	animation-duration: 0.7s;
	animation-timing-function: cubic-bezier(0.49, 0.08, 0.45, 1);
	animation-fill-mode: forwards;
}

@keyframes rotateAnime {
	0% {
		transform: rotate(0) scale(0);
		opacity: 0;
	}
	60% {
		transform: rotate(20deg) scale(1);
		opacity: 1;
	}
	100% {
		transform: rotate(0deg) scale(1);
		opacity: 1;
	}
}

.about_dbsheet-details .contents-box .contents .example-text {
    margin-top: 3vh;
    font-size: 20px;
    line-height: 1.8rem;
    color: var(--white-color1);
}

/*共通事項*/
.about_same-example {
	background-color: #f1f1f1;
}

.about_same-example .request {
	margin-top: 0;
}

.about_same-example .examples-list {
	padding-top: 10vh;
}

.about_same-example .examples-list .same li {
    background-color: var(--white-color1);
    margin-bottom: 8vh;
	box-shadow: 3px 3px 15px -5px #000000;
	border-radius: 20px;
}

.about_same-example .examples-list .same li a {
	display: block;
	padding-left: 5vw;
}

.about_same-example .examples-list .same li .contents-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about_same-example .examples-list .same li .text-box {
	font-weight: bold;
	width: 65%;
}

.about_same-example .examples-list .same li p.list-title {
	font-size: 32px;
    border-bottom: 3px solid #000;
    line-height: normal;
}

.about_same-example .examples-list .same li p.detail-text {
	font-size: 20px;
	margin-top: 1vh;
}

.about_same-example .examples-list .same li .circle-img {
	width: 25%;
	max-width: 350px;
	transform: scale(1.1);
	transition: all 0.3s;
}

.about_same-example .examples-list .same li:hover .circle-img {
	transform: scale(1.2);
}

/*分野特化事例*/
.case-study_section {
	padding-top: 10vh;
}

.about_same-example .case-study {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding-bottom: 10vh;
}

.about_same-example .case-study li {
	background-color: var(--white-color1);
	border-radius: 20px;
	box-shadow: 3px 3px 15px -5px #000000;
	transition: all 0.3s;
}

.about_same-example .case-study li:hover {
	transform: translateY(-10px);
}

.about_same-example .case-study li:nth-child(2n) {
	margin-right: 0;
}

.about_same-example .case-study li .company-logo {
	width: 30%;
	height: 20vh;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.about_same-example .case-study li .company-logo.resize {
    width: 65%;
}

.about_same-example .case-study li .title {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	border-top: 2px solid #000;
	padding-top: 1vh;
}

.about_same-example .case-study a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 3vh 2vw;
}

/*トップに戻るボタン*/
.page-top {
    width: 4vw;
    position: fixed;
	z-index: 100;
    bottom: 1.5vh;
    right: 1vw;
    cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
}

.page-top:hover {
	padding-bottom: 10px;
}

.page-top.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}