@charset "UTF-8";

/* ====================================
	共通スタイル
==================================== */

/* 全体 */

.page-basic {
	padding-bottom: 0rem;
}

.chevron-right {
	inline-size: 1em;
	block-size: 1em;
}


/* フォトギャラリー */
.gallery-outer {
	position: relative;
}

/* フォトギャラリー:ナビゲーション */
.gallery-container .btn-gallery-next,
.gallery-container .btn-gallery-prev {
	display: block;
	inline-size: 20px;
	block-size: 40px;
	background: var(--white-gray) url(/business/assets/common/images/chevron-right-solid.svg) no-repeat center center / 20px auto;
	position: absolute;
	top: 50%;
	z-index: 2;
}

.gallery-container .btn-gallery-next {
	right: 0;
	transform: translate(0, -50%);
}

.gallery-container .btn-gallery-prev {
	left: 0;
	transform: translate(0, -50%) rotate(180deg);
}

.gallery-container .btn-gallery-next.hovering,
.gallery-container .btn-gallery-prev.hovering {
	opacity: .5;
}

/* フォトギャラリー:ページネーション */
.gallery-pagination {
	inline-size: fit-content;
	padding: 0 .5em;
	background-color: rgba(255, 255, 255, .8);
	color: #000;
	text-align: center;
	position: absolute;
	bottom: auto;
	top: 0;
	left: auto;
	right: 0;
	z-index: 2;
	border: 1px solid var(--light-gray);
}

/* フォトギャラリー：サムネイル */
.gallery-thumbs-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-block: 1em;
	padding-block: .5em;
	background-color: var(--white-gray);
}

.gallery-thumbs-group button {
	padding: .2em .2em;
	color: #535353;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: bold;
	border-bottom: solid 2px transparent;
}

.gallery-thumbs-group button[aria-selected="true"] {
	color: #000;
	border-bottom: solid 2px #000;
}

.gallery-thumbs-group li:not(:first-child) {
	margin-left: 1em;
}

.gallery-thumbs {
	display: flex;
	column-gap: 2%;
	row-gap: 10px;
}

.gallery-thumbs.no-thumbs-group {
	margin-top: 1em;
}

.gallery-thumbs>li {
	border: solid 1px var(--light-gray);
	cursor: pointer;
}

.gallery-thumbs li:has(.active) {
	border: solid 2px var(--charcoal-gray);
}

.gallery-thumbs>li>a {
	display: block;
	cursor: pointer;
}

/* フォトギャラリー：ギャラリー動画（自動再生）1枚目のスタイル */
.auto-play {
	position: relative;
	inline-size: 100%;
	padding-top: 100%;
	overflow: hidden;
}

.auto-play video {
	position: absolute;
	top: 0;
	right: 0;
	inline-size: 100%;
	block-size: 100%;
}

/* 製品情報 */
.product-info-title {
	margin-bottom: 0.5em;
	font-size: 1.8rem;
	font-weight: 400;
}

.product-info-list {
	border-top: solid 1px var(--light-gray);
}

.product-info-list__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 0.5em;
	inline-size: 100%;
	padding-block: 1rem;
	font-size: 1.3rem;
	border-bottom: solid 1px var(--light-gray);

	>dt {
		flex-shrink: 0;
		font-size: 1.8rem;
	}

	>dd {
		display: flex;
		flex-wrap: wrap;
		gap: 0 1em;
	}
}

/* .product-info-table {
	inline-size: 100%;
	caption-side: top;
	border-top: solid 1px var(--light-gray);
}

.product-info-table tr {
	border-bottom: solid 1px var(--light-gray);
}

.product-info-table th,
.product-info-table td {
	padding: 1rem 0;
	font-size: 1.3rem;
}

.product-info-table th {
	inline-size: 6.5em;
	font-size: 1.8rem;
} */

/* 製品概要 */

.overview-border {
	margin-block: 2rem;
}

.product__category small {
	display: block;
	font-size: 2rem;
	font-weight: 400;
}

.product__name {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.product__name em {
	font-size: 3.2rem;
}

.overview__product-body {
	margin-top: 5rem;
}

.overview__product-copy {
	margin-block-end: 1em;
	font-weight: 700;
}

.overview__product-description {
	display: grid;
	grid-template-columns: auto 90px;
	column-gap: 3%;
}

.overview__product-description p {
	line-height: 1.8;
}

.overview-btn .button-text--bk {
	padding: .7rem 1.5rem;
}

/* about */

.about__box-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 3%;
	justify-content: space-between;
	margin-block-start: 4rem;
}

.box-ttl {
	margin-block-end: 1em;
	padding: .5em;
	background-color: #fff;
	border: solid 1px #0D447C;
	border-radius: 2em;
	text-align: center;
	font-weight: 700;
	color: #0D447C;
}

.about-text {
	font-weight: 400;
}

.about__box:nth-last-of-type(2n) .box-ttl {
	background: #0D447C;
	color: #fff;
}

.product__name em {
	font-size: 3.4rem;
}

.about__box img {
	border-radius: 1em;
}

.about-situation {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 1.5%;
	justify-content: space-between;
	margin-top: 2.5rem;
}

.about-sub-title {
	margin-top: 8rem;
	font-weight: bold;
	text-align: center;
	font-size: 2.4rem;
}

.about-situation-img {
	position: relative;
}

.about-situation-text {
	inline-size: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

/* 主な特長 */
.features-column {
	margin-top: 7rem;
}

.features-column-contents {
	padding: 3rem 8%;
	border: 1px solid var(--light-gray);
	border-radius: 20px;
}

.features-sub-title {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.features-column-container {
	margin-top: 3rem;
	display: grid;
	grid-template-columns: 1fr 35px 1fr 35px 1fr;
	grid-template-rows: auto;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
}

.features-column-arrow {
	inline-size: 35px;
	block-size: 35px;
}

/* .features-column-box {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
} */

.features-column-box p {
	margin-top: 1rem;
	text-align: center;
	font-weight: bold;
}

/* テクノロジー */
.technology-sub-title {
	font-size: 2.4rem;
	font-weight: bold;
}

.technology-text {
	margin-inline: auto;
	max-inline-size: 900px;
	text-align: center;
	font-weight: 400;
}

.technology-img {
	max-inline-size: 1000px;
}

/* 製品カラーアイコン */
.product__color {
	margin-top: 1em;
}

.product__color-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.product__color-list li {
	display: flex;
	align-items: center;
	padding: .2em .8em;
	font-size: 1.2rem;
	font-weight: 300;
	border: solid 1px var(--light-gray);
	background: #fff;
	text-decoration: none;
}

.icon-color {
	display: inline-block;
	inline-size: 1em;
	block-size: 1em;
	margin-right: .5em;
	border: 1px solid #000;
	border-radius: 50%;
}

.link-spec {
	margin-block-start: 4rem;
}

.icon-color.black {
	background: #222;
}

/* 導入事例 */

.example-card {
	height: 100%;
	padding: 4rem 3rem;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
}

.example-icon {
	inline-size: 9rem;
	flex-shrink: 0;
}

.company-name {
	font-size: 2rem;
	font-weight: bold;
}

.company-category {
	display: grid;
	align-items: center;
	grid-template-columns: 60px 1fr;
	margin-top: 1rem;
	font-size: 1.4rem;
}

.company-category-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
	padding: .4em 1em;
	font-size: 1.2rem;
	color: #fff;
	background-color: #0D447C;
	border-radius: 20px;
}

.example-company {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.example-text-container {
	margin-top: 2rem;
}

.example-text {
	font-size: 1.5rem;
	line-height: 1.6;
}

.example-text em {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-color: #FFF363;
	text-decoration-thickness: 25%;
}

.example-swiper {
	position: relative;
	padding-inline: 6rem;
}

.swiper:not(.destroy):not(.single-slide) {
	padding-bottom: 5rem;
}

.swiper-slide {
	height: auto;
}

.button-next,
.button-prev {
	display: block;
	inline-size: 50px;
	block-size: 50px;
	background: url(images/cg-arrow.svg) no-repeat left top / contain;
	position: absolute;
	top: 50%;
}

.button-next {
	right: 0;
	transform: translate(0, -50%);
}

.button-prev {
	left: 0;
	transform: translate(0, -50%) rotate(180deg);
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}


.example-link {
	display: block;
	max-inline-size: 900px;
	inline-size: 90%;
	margin-top: 10rem;
	margin-inline: auto;
	transition: .3s;
}


/* よくある質問 */
.faq {
	--faq-icon-width: 3rem;
	--faq-icon-gap: 1rem;
}

.faq-list {
	display: flex;
	flex-direction: column;
}

.faq-list__item {
	background-color: #fff;
	border-bottom: solid 1px var(--light-gray);
}

.faq-icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	inline-size: var(--faq-icon-width);
	aspect-ratio: 1;
	padding-bottom: 0.1em;
	font-family: "Open Sans", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	background: #000;
	color: #fff;
	border-radius: 5rem;
	position: relative;
}

.faq-text {
	flex: 1 0;

	a {
		text-decoration: underline;
	}
}

/* よくある質問：Q */
.btn-faq {
	display: flex;
	align-items: start;
	gap: var(--faq-icon-gap);
	inline-size: 100%;
	padding-block: 1.5em;
	padding-right: 3.5rem;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: left;
	position: relative;
}

.btn-faq::before,
.btn-faq::after {
	content: '';
	display: block;
	inline-size: 16px;
	block-size: 4px;
	position: absolute;
	top: 2.3em;
	right: 10px;
	transform: translateY(-50%);
	background-color: var(--charcoal-gray);
	transition: transform var(--transition);
}

.btn-faq::after {
	transform: translateY(-50%) rotate(90deg);
}

.btn-faq[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(0);
}

/* よくある質問：A */
.answer {
	display: none;
	margin-top: -0.5em;
	padding: 1em 1em 1.5em 0;
	position: relative;

	&::before {
		content: '';
		inline-size: calc(100% - (var(--faq-icon-width) + var(--faq-icon-gap)));
		block-size: 1px;
		border-bottom: dashed 1px var(--light-gray);
		position: absolute;
		top: 0;
		right: 0;
	}

	.faq-icon {
		background: var(--sharp-red);
	}

	.faq-text {
		font-size: 1.4rem;
	}
}

.answer-inner {
	display: flex;
	align-items: start;
	gap: var(--faq-icon-gap);
}

/* 関連情報 */
.tips-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 4%;
	row-gap: 6rem;
}

.tips-box {
	pointer-events: none;
}

.tips-img {
	pointer-events: auto;
}

.tips-text {
	pointer-events: none;
	margin-top: 1.5rem;
	font-weight: bold;
}

.tips-btn {
	pointer-events: auto;
	display: flex;
	align-items: center;
	gap: 0.5em;
	margin-top: 1.5rem;
	font-weight: 500;
}

/* 学校向け製品ページのボタン */
.school-product-btn {
	margin-bottom: 10rem;
	max-inline-size: 1080px;
	margin-inline: auto;
}

.school-product-btn a {
	transition: .3s;
}


/* ====================================
	ホバー、マウスポインタが有効なデバイス
==================================== */
@media (hover:hover) and (pointer: fine) {

	/* フォトギャラリー：サムネイル */
	.gallery-thumbs :is(a, button) {
		transition: opacity .3s ease 0s;
	}

	.gallery-thumbs .hovering {
		opacity: 0.7;
	}
}

/* ====================================
	768px未満専用スタイル
==================================== */
@media screen and (width <768px) {

	/* 全体 */


	/* 製品概要 */

	.overview__product-copy {
		font-size: 1.8rem;
	}

	.overview__product-description {
		grid-template-columns: minmax(0, 1fr);
		column-gap: 0;
		row-gap: 2em;
	}

	.overview__product-description img {
		width: 120px;
		margin-inline: auto;
	}

	.about__box-wrap {
		grid-template-columns: minmax(0, 1fr);
		gap: 2em;
		margin-block-start: 5rem;
	}

	.box-ttl {
		margin-block-end: .5em;
		padding: .2em;
	}

	.about-sub-title {
		margin-top: 5rem;
		font-size: 1.8rem;
		text-align: left;
	}

	.about-text {
		font-size: 1.5rem;
	}

	.about-situation-text {
		font-size: 1.4rem;
	}

	.about-sub-title.second {
		text-align: center;
	}

	/* about */

	.product__name em {
		font-size: 2.6rem;
	}

	.product__category small {
		font-size: 1.4rem;
	}

	/* 主な特長 */

	.features-column {
		margin-top: 5rem;
	}

	.features-sub-title {
		font-size: 1.8rem;
	}

	.features-column-contents {
		padding: 2.5rem;
	}

	.features-column-container {
		margin-top: 1rem;
		display: grid;
		grid-template-columns: 1fr;
	}

	.features-column-arrow {
		display: none;
	}

	.features-column-box {
		display: grid;
		grid-template-columns: 1fr 140px;
		justify-content: center;
		align-items: center;
		gap: 2rem 0.5rem;
	}

	.features-column-box p {
		text-align: left;
		font-size: 1.4rem;
	}

	/* テクノロジー */

	.technology-text {
		text-align: left;
	}

	.technology-sub-title {
		font-size: 1.8rem;
	}

	.technology-text {
		font-size: 1.5rem;
	}

	.technology-caption {
		text-align: left;
	}

	/* 導入事例 */

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

	.example-swiper {
		padding-inline: 0;
	}

	.button-next,
	.button-prev {
		inline-size: 40px;
		block-size: 40px;
		top: 50%;
	}

	.example-card {
		padding: 2rem;
	}

	.example-company {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 1rem;
	}

	.example-icon {
		inline-size: 6.5rem;
	}

	.example-company-list {
		inline-size: 64%;
		flex-grow: 1;
	}

	.company-name {
		font-size: 1.6rem;
	}

	.company-category-icon {
		padding: .2em .8em;
		text-align: center;
	}

	.company-category {
		font-size: 1.3rem;
	}

	.example-text {
		font-size: 1.3rem;
	}

	.example-link {
		margin-top: 5rem;
	}

	.example-link {
		inline-size: 100%;
	}

	/* 関連情報 */
	.tips-list {
		grid-template-columns: repeat(2, 1fr);
	}

	/* 学校向け製品ページのボタン */
	.school-product-btn {
		margin-bottom: 5rem;
	}
}

/* ====================================
	768px以上専用スタイル
==================================== */
@media screen and (width >=768px) {}

/* ====================================
	1080px未満専用スタイル
==================================== */
@media screen and (width <1080px) {

	/* フォトギャラリー */
	#gallery {
		margin-bottom: 3rem;
	}

	/* フォトギャラリー：サムネイル */
	.gallery-thumb-wrap {
		inline-size: 95vw;
		margin-right: calc(50% - 50vw);
		overflow-x: auto;
	}

	.gallery-thumbs {
		inline-size: fit-content;
		/* column-gap: 1.5vw; */
	}

	.gallery-thumbs>li {
		inline-size: 13.5vw;
	}

	.gallery-thumbs>li:last-child {
		margin-right: 5vw;
	}

	/* 製品概要 */

	.about-situation {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}


}

/* ====================================
	1080px以上専用スタイル
==================================== */
@media print,
screen and (1080px <=width) {

	/* 全体 */

	.page-basic {
		padding-bottom: 0rem;
	}

	/* 基本仕様 */
	.overview {
		display: grid;
		grid-template-areas:
			"gallery overview";
		grid-template-columns: repeat(2, 48%);
		justify-content: space-between;
	}

	.overview__gallery {
		grid-area: gallery;
	}

	.overview__product-info {
		grid-area: overview;
	}

	/* フォトギャラリー */
	.gallery-pagination {
		right: 3rem;
	}

	.gallery-container {
		padding-inline: 3rem;
	}

	.gallery-container .btn-gallery-next,
	.gallery-container .btn-gallery-prev {
		inline-size: 3rem;
		block-size: 6rem;
	}

	.gallery-container .btn-gallery-next:focus-visible,
	.gallery-container .btn-gallery-prev:focus-visible {
		outline-offset: -2px;
	}

	.gallery-container .swiper-slide a:focus-visible {
		outline-offset: -2px;
	}

	/* フォトギャラリー：サムネイル */
	.gallery-thumbs {
		flex-wrap: wrap;
	}

	.gallery-thumbs>li {
		inline-size: 15%;
	}

	/* フォトギャラリー：拡大鏡 */
	.zoomContainer {
		z-index: 1;
	}

	.zoomWindow {
		box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .6);
	}

	/* 製品情報 */
	.product-info-title {
		font-size: 2rem;
	}

	.product-info-list__item {
		font-size: 1.6rem;

		>dt {
			font-size: 2.4rem;
		}
	}

	/* よくある質問 */

	.faq-width {
		max-inline-size: 108rem;
		margin-inline: auto;
	}

	.faq {
		--faq-icon-width: 3.5rem;
		--faq-icon-gap: 3rem;
	}

	.faq-icon {
		font-size: 2rem;
	}

	.faq-text {
		padding-top: 0.25em;
	}

	/* よくある質問：Q */
	.btn-faq {
		padding-right: 6rem;
		font-size: 1.8rem;
	}

	.btn-faq::before,
	.btn-faq::after {
		inline-size: 20px;
		right: 20px;
	}

	.answer {
		.faq-text {
			font-size: 1.5rem;
		}
	}
}

/* ====================================
	1280px未満専用スタイル
==================================== */
@media screen and (width <1280px) {}


/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover:hover) and (pointer: fine) {

	.tips-box:hover .tips-btn {
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.school-product-btn a:hover,
	.example-link:hover {
		opacity: .7;
	}

}