/* ---------------------------------------- */
/* 基本 */
/* ---------------------------------------- */

:root {
	--green2: #009976;
	--gray2: #F8F8F8;
}
.product2025-page .blue {
	color: var(--blue);
}
.product2025-page .green {
	color: var(--green2);
}
.product2025-page .bg-green {
	background-color: var(--green2);
}
.product2025-page .text-L {
	font-size: 115%;
}
.product2025-page .text-S {
	font-size: 85%;
}
.product2025-page .text-SS {
	font-size: 85%;
}
.product2025-page video {
	max-width: 100%;
	vertical-align: bottom;
}

/* ---------------------------------------- */
/* .container */
/* ---------------------------------------- */

@media (min-width: 768px) {
	.product2025-page .container,
	.product2025-page .pankuzu-wrap .pankuzu .container {
		max-width: 1400px;
		padding: 0 50px;
	}
}

/* ---------------------------------------- */
/* .page-bg */
/* ---------------------------------------- */

.product2025-page .site-main {
	position: relative;
	background-color: #EFEFEF;
}
.product2025-page .site-main .page-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 370px;
	overflow: hidden;
	z-index: 0;
}
.product2025-page .site-main .page-bg::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.15;
}
.product2025-page .site-main .page-bg img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
@media (min-width: 768px) {
	
}
@media (max-width: 767px) {
	
}

/* ---------------------------------------- */
/* .pankuzu-wrap */
/* ---------------------------------------- */

.product2025-page .pankuzu-wrap,
.product2025-page .page-main {
	position: relative;
	z-index: 1;
}
.product2025-page .pankuzu-wrap .pankuzu {
	padding: 15px 0;
}
.product2025-page .pankuzu-wrap .pankuzu,
.product2025-page .pankuzu-wrap .pankuzu span,
.product2025-page .pankuzu-wrap .pankuzu a {
	color: #ffffff;
}

/* ---------------------------------------- */
/* 製品紹介TOP */
/* ---------------------------------------- */

/* .page-header */
.product2025-index-page .site-main .page-header {
	position: relative;
	z-index: 1;
	padding: 20px 0 70px 0;
}
.product2025-index-page .site-main .page-header .page-title {
	font-size: 32px;
	text-align: center;
	color: #ffffff;
	margin: 0;
}
@media (min-width: 768px) {
	
}
@media (max-width: 767px) {
	
}

/* .page-main */
.product2025-index-page .page-main {
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 100px;
}
/* .inner */
.product2025-index-page .section .inner {
	background-color: #ffffff;
	border-radius: 10px 10px 0 0;
	padding: 30px 30px 10px 30px;
}
@media (max-width: 767px) {
	.product2025-index-page .section .inner {
		padding: 30px 20px 10px 20px;
	}
}

/* .row-list */
.product2025-index-page .row-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.product2025-index-page .col-list {
	width: 25%;
	border-right: 1px solid #dddddd;
	padding: 0 15px;
	margin-bottom: 30px;
}
.product2025-index-page .col-list:last-child {
	border-right: none;
}
.product2025-index-page .col-list .title {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	background-color: var(--green2);
	padding: 5px 10px;
	margin: 0 0 30px 0;
}
.product2025-index-page .col-list ul {
	margin: 0 -5px;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.product2025-index-page .col-list ul li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 20px;
}
.product2025-index-page .col-list ul li a {
	display: block;
	transition: 0.3s;
}
.product2025-index-page .col-list ul li a dl dt {
	aspect-ratio: 3 / 2;
	overflow: hidden;
}
.product2025-index-page .col-list ul li a dl dt img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
.product2025-index-page .col-list ul li dl dd {
	font-size: 13px;
	font-weight: 700;
	margin-top: 5px;
}
.product2025-index-page .col-list ul li a.off {
	pointer-events: none;
}
@media (min-width: 768px) {
	.product2025-index-page .col-list ul li a:hover dl dt img {
		scale: 1.1;
	}
	.product2025-index-page .col-list ul li a:hover {
		color: var(--green2);
	}
}
@media (max-width: 1199px) {
	.product2025-index-page .col-list {
		width: 50%;
	}
	.product2025-index-page .col-list:nth-child(2) {
		border-right: none;
	}
}
@media (max-width: 767px) {
	.product2025-index-page .col-list {
		width: 100%;
		border-right: none;
	}
	.product2025-index-page .col-list {
		border-right: none;
	}
}

/* ---------------------------------------- */
/* .page-main */
/* ---------------------------------------- */

.product2025-lower-page .page-main {
	font-size: 20px;
	line-height: 1.6;
	padding-bottom: 100px;
}
@media (max-width: 1199px) {
	.product2025-lower-page .page-main {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.product2025-lower-page .page-main {
		font-size: 14px;
	}
}

/* ---------------------------------------- */
/* .section */
/* ---------------------------------------- */

.product2025-lower-page .section + .section {
	margin-top: 30px;
}

/* .inner */
.product2025-lower-page .section .inner {
	background-color: #ffffff;
	border-radius: 10px 10px 0 0;
	padding: 40px 50px 50px 50px;
}
.product2025-lower-page .section .inner > *:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.product2025-lower-page .section .inner {
		padding: 40px 20px;
	}
}

/* .row */
.product2025-lower-page .section .row20 {
	margin: 0 -10px;
}
.product2025-lower-page .section .row20 > * {
	padding: 0 10px;
}
.product2025-lower-page .section .row-video > * {
	margin-bottom: 20px;
}

/* 見出し */
.product2025-lower-page .section-title {
	font-size: 160%;
	line-height: 1.4;
	margin: 0 0 30px 0;
}
.product2025-lower-page .border-title-wrap {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
	margin: 30px 0 30px 0;
}
.product2025-lower-page .border-title-wrap .title {
	font-size: 130%;
	border-left: 10px solid var(--green2);
	padding-left: 10px;
	margin: 0;
}
.product2025-lower-page .circle-title {
	font-size: 120%;
	margin: 30px 0 20px 0;
}
.product2025-lower-page .circle-title::before {
	content: "\025cf";
	color: var(--green2);
}
.product2025-lower-page .parallel-title-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px 0 20px 0;
}
.product2025-lower-page .parallel-title-wrap > * {
	display: inline-block;
	margin: 5px 0;
}
.product2025-lower-page .parallel-title-wrap .title {
	margin-right: 1em;
}

/* ul, ol */
.product2025-lower-page ul {
	padding-left: 1.3em;
}
.product2025-lower-page ol.alpha-dot {
	padding-left: 1.3em;
	list-style-type: upper-alpha; /* A, B, C... */
}
.product2025-lower-page ol.alpha-dot li::marker {
  content: counter(list-item, upper-alpha) ". ";
}
.product2025-lower-page ul.circle {
	padding: 0;
	list-style-type: none;
}
.product2025-lower-page ul.circle li {
	position: relative;
	padding-left: 1.2em;
}
.product2025-lower-page ul.circle li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\f111";
	font-family: FontAwesome;
	color: var(--green2);
}
.product2025-lower-page ul.circle.parallel li {
	display: inline-block;
	margin-right: 1em;
}

/* .figure */
.product2025-lower-page .section .figure {
	display: block;
	margin-bottom: 20px;
}
.product2025-lower-page .section .figure img {
	border: 1px solid #cccccc;
}
.product2025-lower-page .section .figure .figcaption,
.product2025-lower-page .section .caption {
	display: block;
	font-size: 90%;
	margin-top: 10px;
}

/* table */
.product2025-lower-page .section .product-table {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.product2025-lower-page .section .product-table th,
.product2025-lower-page .section .product-table td {
	vertical-align: top;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px 15px;
}
.product2025-lower-page .section .product-table thead th {
	background-color: var(--green2);
	color: #ffffff;
	text-align: center;
	font-weight: 700;
}
.product2025-lower-page .section .product-table tbody th {
	background-color: var(--gray2);
	font-weight: 700;
}

@media (max-width: 991px) {
	.product2025-lower-page .section .tb-block-table th,
	.product2025-lower-page .section .tb-block-table td {
		display: block;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.product2025-lower-page .section .product-table th,
	.product2025-lower-page .section .product-table td {
		padding: 10px 10px;
	}
	.product2025-lower-page .section .sp-block-table th,
	.product2025-lower-page .section .sp-block-table td {
		display: block;
		width: 100%;
	}
	.product2025-lower-page .section .sp-scroll-table {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.product2025-lower-page .section .sp-scroll-table > table {
		width: 768px;
		margin-top: 0;
	}
}

/* .youtube-wrap */
.product2025-lower-page .section .youtube-wrap {
	aspect-ratio: 16 / 9;
}
.product2025-lower-page .section .youtube-wrap iframe {
	width: 100%;
	height: 100%;
}

/* .button */
.product2025-lower-page .section .button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--green2);
	color: #ffffff;
	border-radius: 50px;
	width: 100%;
	max-width: 480px;
	min-height: 80px;
	font-weight: 700;
	line-height: 1.4;
	padding: 10px 30px;
}
.product2025-lower-page .section .button::after {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-family: FontAwesome;
	font-weight: normal !important;
	content: "\f105";
	transition: 0.3s;
}
.product2025-lower-page .section .button .mail::before {
	font-family: FontAwesome;
	content: "\f003";
	font-weight: normal !important;
	margin-right: 0.4em;
}
@media (min-width: 768px) {
	.product2025-lower-page .section .button:hover::after {
		right: 20px;
	}
}

ol.maru {
	margin-bottom: 1rem;
	padding: 0;
	list-style-type: none;
}
/* ---------------------------------------- */
/* .first */
/* ---------------------------------------- */

.product2025-lower-page .first .title-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: -10px 0 30px 0;
}
.product2025-lower-page .first .title-wrap .page-title {
	display: inline-block;
	font-size: 230%;
	line-height: 1.4;
	margin: 0 1em 0 0;
}
.product2025-lower-page .first .title-wrap .sub-title {
	display: inline-block;
	font-size: 120%;
	font-weight: 700;
	line-height: 1.3;
}
.product2025-lower-page .first .title-wrap .sub-title .small {
	font-size: 80%;
	font-weight: 700;
}
.product2025-lower-page .first .title-wrap.new .icon {
	width: fit-content;
	border: 2px solid var(--green2);
	border-radius: 50px;
	color: var(--green2);
	font-size: 120%;
	font-weight: 700;
	line-height: 1;
	padding: 0.3em 0.8em;
}
.product2025-lower-page .first .title-wrap .logo {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 10px 10px 0 0;
}
@media (min-width: 768px) {
	.product2025-lower-page .first .title-wrap.new {
		position: relative;
		padding-right: 120px;
	}
	.product2025-lower-page .first .title-wrap.new .icon {
		position: absolute;
		right: 0;
		top: 0.5em;
	}
}
@media (max-width: 767px) {
	.product2025-lower-page .first .title-wrap,
	.product2025-lower-page .first .title-wrap .page-title,
	.product2025-lower-page .first .title-wrap .sub-title {
		display: block;
	}
	.product2025-lower-page .first .title-wrap.new .icon {
		margin-top: 10px;
	}
}

.product2025-lower-page .first .figcaption,
.product2025-lower-page .first .caption {
	font-weight: 700;
}
.product2025-lower-page .first .maincopy {
	font-size: 160%;
	font-weight: 700;
	line-height: 1.4;
}
.product2025-lower-page .first .title {
	font-size: 110%;
	color: #ffffff;
	border-bottom: 2px solid var(--green2);
	margin: 30px 0 20px 0;
}
.product2025-lower-page .first .title span {
	display: inline-block;
	min-width: 140px;
	text-align: center;
	background-color: var(--green2);
	border-radius: 5px 5px 0 0;
	padding: 5px 20px;
}
.product2025-lower-page .first .row-wrap > * > *:last-child {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.product2025-lower-page .first .row-wrap {
		display: flex;
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
	.product2025-lower-page .first .row-wrap > * {
		padding: 0 15px;
	}
	.product2025-lower-page .first .col-img {
		width: 50%;
		max-width: 420px;
	}
	.product2025-lower-page .first .col-txt {
		flex: 1;
	}
	.product2025-lower-page .first .col-txt > *:first-child {
		margin-top: 0;
	}
}

/* ---------------------------------------- */
/* .modal-list */
/* ---------------------------------------- */

.product2025-lower-page .modal-list ul {
	margin: 0 -15px;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.product2025-lower-page .modal-list ul li {
	display: flex;
	width: 25%;
	padding: 0 15px;
	margin-top: 30px;
}
.product2025-lower-page .modal-list ul li dl {
	position: relative;
	background-color: var(--gray2);
	border: 1px solid #cccccc;
	border-radius: 10px;
	cursor: pointer;
	padding: 30px;
}
.product2025-lower-page .modal-list ul li dl::after {
	position: absolute;
	right: -20px;
	top: -20px;
	content: "";
	width: 40px;
	height: 40px;
	background-image: url("../img/2025_products/modal-open.png");
	background-size: cover;
	transition: 0.3s;
}
.product2025-lower-page .modal-list ul li dl dt {
	overflow: hidden;
}
.product2025-lower-page .modal-list ul li dl dt img {
	transition: 0.3s;
}
.product2025-lower-page .modal-list ul li dl dd .en {
	color: var(--green2);
	font-size: 70%;
	margin: 15px 0 10px 0;
}
.product2025-lower-page .modal-list ul li dl dd .title {
	font-size: 110%;
	line-height: 1.6;
	margin: 0;
}
@media (min-width: 768px) {
	.product2025-lower-page .modal-list ul li dl:hover::after,
	.product2025-lower-page .modal-list ul li dl:hover dt img {
		scale: 1.1;
	}
}
@media (max-width: 1199px) {
	.product2025-lower-page .modal-list ul li dl {
		padding: 20px;
	}
}
@media (max-width: 991px) {
	.product2025-lower-page .modal-list ul li {
		width: 50%;
	}
}
@media (max-width: 575px) {
	.product2025-lower-page .modal-list ul li {
		width: 100%;
	}
}

/* ---------------------------------------- */
/* .comparison */
/* ---------------------------------------- */

.product2025-lower-page .comparison .comparison-title {
	font-size: 240%;
	font-weight: 400;
	text-align: center;
	margin: 0 0 40px 0;
}
.product2025-lower-page .comparison .gray-wrap {
	background-color: var(--gray2);
	border: 1px solid #cccccc;
	border-radius: 10px;
	padding: 40px 30px;
}
.product2025-lower-page .comparison .gray-wrap .title {
	font-size: 180%;
	font-weight: 400;
	text-align: center;
	margin: 0 0 30px 0;
}
.product2025-lower-page .comparison .box-wrap {
	font-size: 120%;
}
.product2025-lower-page .comparison .box-wrap dl {
	border: 1px solid #cccccc;
	margin-bottom: 30px;
}
.product2025-lower-page .comparison .box-wrap dl dt {
	background-color: #666666;
	color: #ffffff;
	font-size: 120%;
	line-height: 1.4;
	text-align: center;
	padding: 10px 20px;
}
.product2025-lower-page .comparison .box-wrap dl dt.bg-green {
	background-color: var(--green2);
}
.product2025-lower-page .comparison .box-wrap dl dd {
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	padding: 20px;
}
.product2025-lower-page .comparison .box-wrap dl dd .center {
	max-width: fit-content;
	margin: 0 auto;
}
.product2025-lower-page .comparison .box-wrap dl dd.price {
	font-size: 120%;
	font-weight: 700;
	text-align: center;
}
@media (min-width: 768px) {
	.product2025-lower-page .row-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.product2025-lower-page .col-grid {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 3;
	}
	.product2025-lower-page .col-grid dl {
		display: inherit;
		grid-template-rows: inherit;
		grid-row: inherit;
		margin-bottom: 0 !important;
	}
	.product2025-lower-page .col-grid:nth-child(2) dl {
		border-left: none;
	}
}
@media (max-width: 767px) {
	.product2025-lower-page .comparison .gray-wrap {
		padding: 40px 20px;
	}
}

/* ---------------------------------------- */
/* .spec */
/* ---------------------------------------- */

.product2025-lower-page .spec .unit {
	font-size: 80%;
	text-align: right;
	margin-bottom: 5px;
}
.product2025-lower-page .spec .circle-title + .unit,
.product2025-lower-page .spec .parallel-title-wrap + .unit {
	margin-top: -25px;
}
.product2025-lower-page .section .spec-table tbody td {
	text-align: center;
}
.product2025-lower-page .section .spec-table tbody td:last-child {
	color: var(--green2);
}
.product2025-lower-page .section .spec-table-01 thead th:nth-child(1) {
	width: 20%;
}
.product2025-lower-page .section .spec-table-01 tbody td:nth-child(2) {
	text-align: left;
}
.product2025-lower-page .section .spec-table-01 tbody td:nth-child(4),
.product2025-lower-page .section .spec-table-01 tbody td:nth-child(6),
.product2025-lower-page .section .spec-table-01 tbody td:nth-child(8) {
	width: 4%;
}
.product2025-lower-page .section .spec-table-02 thead th {
	width: 20%;
}
.product2025-lower-page .section .spec-table-02 tbody td:nth-child(3),
.product2025-lower-page .section .spec-table-02 tbody td:nth-child(5) {
	width: 4%;
}
.product2025-lower-page .section .spec-table-03 thead th:nth-child(1) {
	width: 20%;
}
.product2025-lower-page .section .spec-table-03 thead th:nth-child(2) {
	width: 60%;
}
.product2025-lower-page .section .spec-table-03 thead th:nth-child(3),
.product2025-lower-page .section .spec-table-03 thead th:nth-child(4) {
	width: 10%;
}
.product2025-lower-page .section .spec-table-03 tbody th:nth-child(1) {
  text-align: center;
}
.product2025-lower-page .section .spec-table-03 tbody td:nth-child(2),
.product2025-lower-page .section .spec-table-03 tbody td:nth-child(4) {
	width: 13%;
}
.product2025-lower-page .section .spec-table-03 tbody td:nth-child(3),
.product2025-lower-page .section .spec-table-03 tbody td:nth-child(5) {
	width: 4%;
}
.product2025-lower-page .section .spec-table-03 tbody tr:first-child td:nth-child(6) {
	width: 26%;
  vertical-align: middle;
}


@media (max-width: 900px) {
	.product2025-lower-page .section .spec-scroll-table {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.product2025-lower-page .section .spec-scroll-table > table {
		width: 768px;
		margin-top: 0;
	}
}

/* ---------------------------------------- */
/* .download */
/* ---------------------------------------- */

.product2025-lower-page .download-list ul {
	margin: 0 -15px;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.product2025-lower-page .download-list ul li {
	display: flex;
	width: 50%;
	padding: 0 15px;
}
.product2025-lower-page .download-list ul li a {
	position: relative;
	display: flex;
	width: 100%;
}
.product2025-lower-page .download-list ul li a::after {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 25px;
	height: 25px;
	background-image: url("../img/2025_products/icon-download.png");
	background-size: cover;
	transition: 0.3s;
}
.product2025-lower-page .download-list dl {
	display: flex;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #cccccc;
	overflow: hidden;
}
.product2025-lower-page .download-list dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	padding: 15px;
}
.product2025-lower-page .download-list dl dt img {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	width: 100%;
	height: 100%;
	filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.75));
}
.product2025-lower-page .download-list dl dd {
	flex: 1;
	display: flex;
	align-items: center;
	background-color: var(--gray2);
	border-left: 1px solid #cccccc;
	padding: 15px 60px 15px 30px;
}
.product2025-lower-page .download-list dl dd .title {
	position: relative;
	font-size: 120%;
	margin: 0;
	padding-bottom: 30px;
}
.product2025-lower-page .download-list dl dd .title::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "Download";
	color: var(--green2);
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	font-size: 60%;
}
@media (min-width: 768px) {
	.product2025-lower-page .download-list ul li a:hover::after {
		transform: translateY(-25%);
	}
}
@media (max-width: 1199px) {
	.product2025-lower-page .download-list ul li a::after {
		right: 20px;
	}
	.product2025-lower-page .download-list dl dt {
		width: 120px;
		padding: 10px;
	}
	.product2025-lower-page .download-list dl dd {
		padding: 15px 50px 15px 20px;
	}
}
@media (max-width: 991px) {
	.product2025-lower-page .download-list dl dt {
		width: 100px;
	}
	.product2025-lower-page .download-list dl dd .title {
		padding-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.product2025-lower-page .download-list ul li {
		width: 100%;
	}
	.product2025-lower-page .download-list ul li + li {
		margin-top: 20px;
	}
}

/* ---------------------------------------- */
/* .trial */
/* ---------------------------------------- */

.product2025-lower-page .trial-wrap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.product2025-lower-page .trial-wrap dl dt {
	position: relative;
}
.product2025-lower-page .trial-wrap dl dt img {
	border: 1px solid #cccccc;
}
.product2025-lower-page .trial-wrap dl dd {
	font-weight: 700;
	margin-top: 10px;
}
.product2025-lower-page .trial .button-wrap {
	margin-top: 40px;
}
.product2025-lower-page .trial .button-wrap .button {
	margin: 20px auto 0 auto;
}
@media (min-width: 768px) {
	.product2025-lower-page .trial-wrap ul {
		margin: 0 -30px;
		display: flex;
	}
	.product2025-lower-page .trial-wrap ul li {
		width: 33.33%;
		padding: 0 30px;
	}
	.product2025-lower-page .trial-wrap dl dt {
		position: relative;
	}
	.product2025-lower-page .trial-wrap ul li dl dt::after {
		position: absolute;
		right: -60px;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		color: var(--green2);
		font-size: 200%;
		width: 60px;
		height: 100%;
	}
	.product2025-lower-page .trial-wrap ul li:nth-child(1) dl dt::after {
		content: "\025b6";
	}
	.product2025-lower-page .trial-wrap ul li:nth-child(2) dl dt::after {
		content: "\FF0B";
	}
}
@media (max-width: 768px) {
	.product2025-lower-page .trial-wrap ul li {
		position: relative;
	}
	.product2025-lower-page .trial-wrap ul li + li {
		margin-top: 60px;
	}
	.product2025-lower-page .trial-wrap ul li::after {
		position: absolute;
		color: var(--green2);
		font-size: 200%;
	}
	.product2025-lower-page .trial-wrap ul li:nth-child(1)::after {
		left: 50%;
		transform: translateX(-50%);
		bottom: -50px;
		content: "\025bc";
	}
	.product2025-lower-page .trial-wrap ul li:nth-child(2)::after {
		left: 50%;
		transform: translateX(-50%);
		bottom: -50px;
		content: "\FF0B";
	}
}

/*--------------------------------------------------*/
/* モーダル関連 */
/*--------------------------------------------------*/

/* モーダルを開いたときの背景固定対策 */
body.fix {
	overflow: hidden;
}

/* .btn */
.recruit-index-page .btn-modal,
.modal-wrap .close-mark,
.modal-wrap .close-btn {
	cursor: pointer;
	transition: 0.3s;
}

/* .modal-wrap */
.modal-wrap {
	display: none;
	position: fixed;
	top: 0; 
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
	overflow: auto;
	padding: 50px 0;
}
.modal-wrap .close-mark {
	position: absolute;
	right: -30px;
	top: -30px;
	width: 60px;
	height: 60px;
	background-color: var(--green2);
	border-radius: 50%;
	transition: 0.3s;
}
.modal-wrap .close-mark::before,
.modal-wrap .close-mark::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	transform: translate(-50%, -50%) rotate(45deg);
}
.modal-wrap .close-mark::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-wrap .close-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: 240px;
	height: 60px;
	font-size: 15px;
	font-weight: 700;
	background-color: var(--green2);
	color: #ffffff;
	border-radius: 60px;
	margin: 30px auto 0 auto;
	transition: 0.3s;
}
.modal-wrap .close-btn span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.modal-wrap .close-btn span::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: FontAwesome;
	font-weight: normal !important;
	content: "\f00d";
}
@media (min-width: 768px) {
	.modal-wrap .close-mark:hover {
		scale: 1.1;
	}
	.modal-wrap .close-btn:hover {
		opacity: 0.5;
	}
}
@media (max-width: 767px) {
	.modal-wrap {
		padding: 30px 0 50px 0;
	}
	.modal-wrap .close-mark {
		right: -15px;
		top: -15px;
		width: 30px;
		height: 30px;
	}
	.modal-wrap .close-mark::before,
	.modal-wrap .close-mark::after {
		width: 10px;
	}
}

/* コンテンツ */
.modal-wrap .white-wrap {
	position: relative;
	background-color: #ffffff;
	border-radius: 10px;
	font-size: 20px;
	line-height: 1.8;
	padding: 40px 50px;
}
.modal-wrap .white-wrap .row-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.modal-wrap .white-wrap .row-wrap > * {
	padding: 0 20px;
}
.modal-wrap .title-wrap {
	border-bottom: 1px solid var(--green2);
	padding-bottom: 15px;
	margin-bottom: 40px;
}
.modal-wrap .title-wrap .en {
	color: var(--green2);
	font-size: 80%;
}
.modal-wrap .title-wrap .title {
	font-size: 160%;
	margin: 0;
}
.modal-wrap .row-wrap .col-img {
	margin-bottom: 30px;
}
.modal-wrap .white-wrap .h4 {
	font-size: 130%;
	margin: 40px 0 20px 0;
}
.modal-wrap .white-wrap .row-wrap .col-txt > *:first-child {
	margin-top: 0;
}
@media (min-width: 768px) {
	.modal-wrap .container {
		max-width: 1300px;
		padding: 0 50px;
	}
	.modal-wrap .white-wrap .row-wrap .col-img {
		width: 30%;
	}
	.modal-wrap .white-wrap .row-wrap .col-txt {
		width: 70%;
	}
}
@media (max-width: 1199px) {
	.modal-wrap .white-wrap {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.modal-wrap .white-wrap {
		font-size: 14px;
	}
	.modal-wrap .white-wrap .row-wrap {
		margin: 0 -15px;
	}
	.modal-wrap .white-wrap .row-wrap > * {
		padding: 0 15px;
	}
}
@media (max-width: 767px) {
	.modal-wrap .white-wrap {
		padding: 30px 20px 50px 20px;
	}
	.modal-wrap .title-wrap {
		margin-bottom: 30px;
	}
	.modal-wrap .white-wrap .row-wrap > * {
		width: 100%;
	}
}
