/** Shopify CDN: Minification failed

Line 354:26 Expected ")" to end URL token
Line 362:27 Expected ")" to end URL token

**/
@charset "UTF-8";
/* ---------------------------------------
基本情報
-----------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media print, screen and (max-width: 1920px) {
	html {
		font-size: 0.5208333333vw;
	}
}
@media screen and (max-width: 1439px) {
	html {
		font-size: 0.5208333333vw;
	}
}
@media screen and (max-width: 896px) {
	html {
		font-size: 1.3333333333vw;
	}
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	letter-spacing: 0;
	list-style-type: none;
	font-style: normal;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	word-break: break-all;
	line-break: strict;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

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

/* responsive
--------------------------------*/
@media screen and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 896px) {
	.pc {
		display: none !important;
	}
}
@media screen and (min-width: 897px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}
.p-mv {
	position: relative;
}
.p-no1 {
	background-image: url(/cdn/shop/files/hydro-top_bg_no1.png?v=1771636390);
	background-size: 100% 100%;
	height: 39.6rem;
	padding-top: 0.6rem;
}
@media screen and (max-width: 896px) {
	.p-no1 {
		padding: 0;
		background-image: none;
		height: auto;
	}
}
.p-no1__image {
	width: 70.1rem;
	margin: auto;
}
@media screen and (max-width: 896px) {
	.p-no1__image {
		width: 100%;
		margin-top: -10rem;
		position: relative;
	}
}
.p-no1__image img {
	display: block;
}

.p-movie {
	padding-top: 3.5rem;
}
@media screen and (max-width: 896px) {
	.p-movie {
		padding-top: 0;
	}
}
.p-movie__content {
	width: 72rem;
	margin: auto;
}
@media screen and (max-width: 896px) {
	.p-movie__content {
		width: 50rem;
	}
}
.p-movie .c-opt-btn {
	margin-top: 7.5rem;
}
@media screen and (max-width: 896px) {
	.p-movie .c-opt-btn {
		margin-top: 4.5rem;
	}
}
.p-movie .m-youtube-dmy {
	background: -webkit-gradient(linear, left top, right top, from(#b3d2de), to(#dee9ee));
	background: linear-gradient(90deg, #b3d2de 0%, #dee9ee 100%);
	padding-top: 56.25%;
	position: relative;
}
.p-movie .m-youtube-dmy .text {
	width: 100%;
	text-align: center;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color: #dfecf1;
	font-weight: 500;
	letter-spacing: 0.05em;
	font-size: 7rem;
}
@media screen and (max-width: 896px) {
	.p-movie .m-youtube-dmy .text {
		font-size: 5rem;
	}
}
.p-movie .m-youtube-dmy .icon {
	width: 8rem;
	height: 8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}

.p-pagenav {
	padding-top: 10rem;
}
@media screen and (max-width: 896px) {
	.p-pagenav {
		padding-top: 12rem;
	}
}
.p-pagenav .l-content-inner {
	width: 131rem;
}
.p-pagenav__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1.4rem 1fr 1.4rem 1fr;
	grid-template-columns: repeat(3, 1fr);
	-ms-grid-rows: 1fr 1.4rem 1fr;
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 1.4rem;
	grid-row-gap: 1.4rem;
}
.p-pagenav__list > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.p-pagenav__list > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.p-pagenav__list > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}
.p-pagenav__list > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.p-pagenav__list > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
.p-pagenav__list > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}
@media screen and (max-width: 896px) {
	.p-pagenav__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: auto auto auto;
		width: 61rem;
		gap: 1.4rem;
	}
}
@media screen and (min-width: 897px) {
	.p-pagenav__list .btn1 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-area: 1/1/3/2;
	}
	.p-pagenav__list .btn2 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-area: 1/2/3/3;
	}
	.p-pagenav__list .btn3 {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-area: 1/3/2/4;
	}
	.p-pagenav__list .btn4 {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-area: 2/3/3/4;
	}
}
.p-pagenav__list .btn4 .text {
	font-weight: 500;
}

.p-topics {
	padding-top: 18rem;
}
@media screen and (max-width: 896px) {
	.p-topics {
		padding-top: 11rem;
	}
}
.p-topics .l-content-inner {
	width: 159rem;
}
@media screen and (max-width: 896px) {
	.p-topics .l-content-inner {
		width: 100%;
		padding: 0 7rem;
	}
}
.p-topics__title {
	font-size: 4.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5833333333em;
}
.p-topics__title::after {
	content: "";
	display: block;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	background-image: url({{ 'hydro-top_bar_topics.png' | asset_url }});
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 100% 0.4rem;
	height: 1em;
}
@media screen and (max-width: 896px) {
	.p-topics__title::after {
		background-image: url({{ 'hydro-top_bar_topics_sp.png' | asset_url }});
		background-size: 100%;
	}
}
.p-topics__scroll {
	margin-top: 1.7rem;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	cursor: -webkit-grab;
	cursor: grab;
	-ms-overflow-style: none; /* IE, Edge 対応 */
	scrollbar-width: none; /* Firefox 対応 */
}
.p-topics__scroll::-webkit-scrollbar { /* Chrome, Safari 対応 */
	display: none;
}
.p-topics__scroll.is-dragging {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.p-topics__list {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 3.4rem;
	padding: 1rem 0 2rem;
	position: relative;
}
@media screen and (max-width: 896px) {
	.p-topics__list {
		gap: 2.4rem;
	}
}
.p-topics__list::before, .p-topics__list::after {
	content: "";
	width: 13.6rem;
}
@media screen and (max-width: 896px) {
	.p-topics__list::before, .p-topics__list::after {
		width: 7rem;
	}
}
.p-topics__list .item {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 47.2rem;
}
@media screen and (max-width: 896px) {
	.p-topics__list .item {
		width: 58rem;
	}
}
.p-topics__list .item__inn {
	display: block;
}
@media (any-hover: hover) {
	.p-topics__list .item__inn {
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	.p-topics__list .item__inn:hover {
		opacity: 0.7;
	}
}
.p-topics__list .item .img {
	padding: 2.6rem;
	border-radius: 0.5rem;
	background-color: #f3f6fa;
	-webkit-box-shadow: -4px -4px 4px 0px rgb(255, 255, 255), 4px 4px 4px 0px rgb(168, 199, 218);
	        box-shadow: -4px -4px 4px 0px rgb(255, 255, 255), 4px 4px 4px 0px rgb(168, 199, 218);
}
.p-topics__list .item .img img {
	display: block;
}
.p-topics__list .item .img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 39rem;
}
@media screen and (max-width: 896px) {
	.p-topics__list .item .img img {
		height: 49.2rem;
	}
}
.p-topics__list .item .cnt {
	padding: 3.3rem 0.8rem 0;
}
@media screen and (max-width: 896px) {
	.p-topics__list .item .cnt {
		padding: 4.5rem 0 0;
	}
}
.p-topics__list .item .date {
	font-size: 2rem;
	letter-spacing: 0.08em;
	font-weight: 500;
}
@media screen and (max-width: 896px) {
	.p-topics__list .item .date {
		font-size: 2.4rem;
	}
}
.p-topics__list .item .title {
	margin-top: 0.7rem;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 896px) {
	.p-topics__list .item .title {
		font-size: 3.2rem;
	}
}

.p-series {
	padding-top: 26rem;
	padding-bottom: 35rem;
}
@media screen and (max-width: 896px) {
	.p-series {
		padding-top: 13rem;
		padding-bottom: 20rem;
	}
}
.p-series .l-content-inner {
	width: 158rem;
}
.p-series .bg-area {
	padding-top: 10.9rem;
	background-image: url(/cdn/shop/files/hydro-top_bg_series.png?v=1771636390);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center bottom;
}
@media screen and (max-width: 896px) {
	.p-series .bg-area {
		padding-top: 8rem;
		background-image: none;
	}
}
.p-series__title {
	text-align: center;
	font-size: 5.4rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 896px) {
	.p-series__title {
		line-height: 1.2962962963;
	}
}
.p-series__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 896px) {
	.p-series__list {
		display: block;
	}
}
.p-series__list .item {
	width: 100%;
}
.p-series__list .item-title {
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 3rem;
	letter-spacing: 0.08em;
	width: 23.7rem;
	height: 5.4rem;
	border-radius: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: auto auto auto;
	background-color: #003990;
	padding-bottom: 0.1em;
}
@media screen and (max-width: 896px) {
	.p-series__list .item-title {
		font-size: 2.8rem;
		width: 21.9rem;
		height: 5rem;
	}
}
.p-series__list .item-img {
	margin-top: 2rem;
	height: 35.6rem;
	width: 100%;
	position: relative;
	display: block;
}
@media screen and (max-width: 896px) {
	.p-series__list .item-img {
		height: auto;
		margin-top: -5rem;
	}
}
.p-series__list .item-img img {
	display: block;
	position: absolute;
	width: auto;
	height: 100%;
	inset: 0;
	margin: auto;
}
@media screen and (max-width: 896px) {
	.p-series__list .item-img img {
		position: static;
		height: auto;
		width: 100%;
	}
}
@media print, screen and (min-width: 1440px) {
	.p-series__list .item.-futsu .item-img img {
		-webkit-transform: translateX(-3rem);
		        transform: translateX(-3rem);
	}
}
.p-series__list .item.-binkan .item-title {
	background-color: #75bc38;
}
@media print, screen and (min-width: 1440px) {
	.p-series__list .item.-binkan .item-img img {
		-webkit-transform: translateX(-6rem);
		        transform: translateX(-6rem);
	}
}

.p-tech {
	background-color: #d0e1ec;
	background-image: url(/cdn/shop/files/hydro-top_bg_tech.png?v=1771636391);
	padding-top: 17rem;
	position: relative;
}
.p-tech .img {
	position: absolute;
	right: 0;
	top: 3rem;
	width: 101.1rem;
}
@media screen and (max-width: 896px) {
	.p-tech .img {
		width: 47.2rem;
		z-index: 1;
	}
}
@media screen and (max-width: 896px) {
	.p-tech__heading {
		position: relative;
		z-index: 1;
	}
}
@media screen and (max-width: 896px) {
	.p-tech__heading .l-content-inner {
		padding-left: 7rem;
	}
}
.p-tech__title-en {
	font-size: 5.2rem;
	font-style: italic;
	letter-spacing: 0.1em;
	font-weight: 500;
	background: -webkit-gradient(linear, left top, right top, from(#183663), to(#238abb));
	background: linear-gradient(to right, #183663 0%, #238abb 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media screen and (max-width: 896px) {
	.p-tech__title-en {
		line-height: 1.1538461538;
	}
}
.p-tech__title-en__jp {
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-top: 0.7rem;
}
@media screen and (max-width: 896px) {
	.p-tech__title-en__jp {
		font-size: 2.8rem;
	}
}
.p-tech__title {
	font-size: 7rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin-top: 4.5rem;
}
@media screen and (max-width: 896px) {
	.p-tech__title {
		font-size: 5.4rem;
	}
}
.p-tech__content {
	margin-top: 17rem;
}
@media screen and (max-width: 896px) {
	.p-tech__content {
		margin-top: 13rem;
	}
}
.p-tech__content .l-content-inner {
	width: 136rem;
}
@media screen and (max-width: 896px) {
	.p-tech__content .l-content-inner {
		padding: 0 4rem;
	}
}
.p-tech__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 2.8rem;
}
@media screen and (max-width: 896px) {
	.p-tech__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 3rem;
	}
}
.p-tech .item {
	-webkit-box-shadow: inset 1rem 1rem 1.6rem 0 rgb(148, 178, 196), inset -0.7rem -0.7rem 1.3rem 0 rgb(255, 255, 255);
	        box-shadow: inset 1rem 1rem 1.6rem 0 rgb(148, 178, 196), inset -0.7rem -0.7rem 1.3rem 0 rgb(255, 255, 255);
	border-radius: 0.9rem;
	background-color: #c1d3de;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 66rem;
	max-width: 100%;
}
@media screen and (max-width: 896px) {
	.p-tech .item {
		display: block;
		width: 100%;
	}
}
.p-tech .item1 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 5;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 1/1/6/3;
}
.p-tech .item2 {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 3;
	-ms-grid-column-span: 2;
	grid-area: 1/3/4/5;
}
.p-tech .item3 {
	-ms-grid-row: 4;
	-ms-grid-row-span: 3;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-area: 4/3/7/4;
}
.p-tech .item4 {
	-ms-grid-row: 4;
	-ms-grid-row-span: 3;
	-ms-grid-column: 4;
	-ms-grid-column-span: 1;
	grid-area: 4/4/7/5;
}
.p-tech .item5 {
	-ms-grid-row: 6;
	-ms-grid-row-span: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-area: 6/1/7/3;
}
.p-tech .item1 {
	height: 104rem;
	overflow: hidden;
	padding-bottom: 1rem;
}
@media screen and (max-width: 896px) {
	.p-tech .item1 {
		height: auto;
		padding: 5rem 0 10rem;
	}
}
.p-tech .item1 img {
	width: 100%;
	position: relative;
}
@media screen and (max-width: 896px) {
	.p-tech .item1 img {
		width: 59.4rem;
		margin: auto;
		display: block;
	}
}
.p-tech .item1 {
	position: relative;
}
.p-tech .item1 .product {
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 896px) {
	.p-tech .item1 .product {
		width: 32.1rem;
	}
}
.p-tech .item1 .product img {
	width: 100%;
}
.p-tech .item2 {
	height: 65rem;
	padding-top: 1rem;
}
@media screen and (max-width: 896px) {
	.p-tech .item2 {
		height: auto;
		padding: 7rem 0 5rem;
	}
}
.p-tech .item2 img {
	width: 51.3rem;
	display: block;
}
@media screen and (max-width: 896px) {
	.p-tech .item2 img {
		margin: auto;
	}
}
.p-tech .item3, .p-tech .item4 {
	width: 31rem;
	height: 59rem;
}
@media screen and (max-width: 896px) {
	.p-tech .item3, .p-tech .item4 {
		height: auto;
		width: calc(50% - 1.5rem);
		padding-bottom: 5rem;
	}
	.p-tech .item3 img, .p-tech .item4 img {
		display: block;
		margin: auto;
	}
}
@media screen and (max-width: 896px) {
	.p-tech .item3 {
		padding-top: 8.5rem;
	}
}
.p-tech .item3 img {
	width: 25rem;
}
@media screen and (max-width: 896px) {
	.p-tech .item3 img {
		width: 24rem;
	}
}
@media screen and (max-width: 896px) {
	.p-tech .item4 {
		padding-top: 9rem;
	}
}
.p-tech .item4 img {
	width: 24rem;
}
.p-tech .item5 {
	height: 20rem;
	padding-top: 1.5rem;
	position: relative;
}
@media screen and (max-width: 896px) {
	.p-tech .item5 {
		width: 100%;
		height: auto;
		padding: 5.5rem 0 6rem;
	}
}
.p-tech .item5 img {
	width: 45.2rem;
}
@media screen and (max-width: 896px) {
	.p-tech .item5 img {
		width: 52.8rem;
		display: block;
		margin: auto;
	}
}
.p-tech .item5 .c-btn {
	width: 4rem;
	height: 4rem;
	position: absolute;
	right: 2rem;
	bottom: 3.5rem;
}
.p-tech .item5 .c-btn__inn {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: transparent;
	background-color: #c1d3de;
	padding: 0;
}
.p-tech .item5 .c-btn__inn img {
	width: 1.3rem;
}
@media (any-hover: hover) {
	.p-tech .item5:hover .c-btn__inn {
		background-color: transparent;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.p-tech .item5:hover .c-btn__inn .arrow {
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
}
.p-tech.-prep {
	background-color: #d6e7f1;
	background-image: url(/cdn/shop/files/hydro-top_bg_prep.png?v=1771636391);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 86.7rem;
	padding-top: 23rem;
}
@media screen and (max-width: 896px) {
	.p-tech.-prep {
		background-image: url(/cdn/shop/files/hydro-top_bg_prep_sp.png?v=1771636390);
		background-size: 100%;
		padding-top: 15.5rem;
	}
}
.p-tech.-prep .img {
	width: 50.3rem;
	right: 8rem;
	top: 7rem;
}
@media screen and (max-width: 896px) {
	.p-tech.-prep .p-tech__title-en__jp {
		margin-top: 1rem;
	}
}
.p-tech.-prep .p-tech__title {
	margin-top: 6rem;
}
@media screen and (max-width: 896px) {
	.p-tech.-prep .p-tech__title {
		margin-top: 5rem;
	}
}
.p-tech.-prep .p-tech__title .kome {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	position: relative;
	top: -5rem;
}
@media screen and (max-width: 896px) {
	.p-tech.-prep .p-tech__title .kome {
		font-size: 2rem;
		top: -3rem;
	}
}
.p-tech.-prep .p-tech__content {
	margin-top: 8.5rem;
}
@media screen and (max-width: 896px) {
	.p-tech.-prep .p-tech__content {
		margin-top: 5.5rem;
	}
}
.p-tech.-prep .p-tech__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.8rem;
}
@media screen and (max-width: 896px) {
	.p-tech.-prep .p-tech__inner {
		gap: 3rem;
	}
}
.p-tech.-prep .p-tech__inner .item {
	background-color: #cee2ed;
	-webkit-box-shadow: inset 1rem 1rem 1.6rem 0 #b6d0e0, inset -0.7rem -0.7rem 1.3rem 0 rgb(255, 255, 255);
	        box-shadow: inset 1rem 1rem 1.6rem 0 #b6d0e0, inset -0.7rem -0.7rem 1.3rem 0 rgb(255, 255, 255);
	display: block;
	padding-bottom: 4rem;
}
@media screen and (max-width: 896px) {
	.p-tech.-prep .p-tech__inner .item {
		width: 100%;
	}
}
.p-tech.-prep .p-tech__inner .item6 {
	width: 84rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding-top: 7.5rem;
}
@media screen and (max-width: 896px) {
	.p-tech.-prep .p-tech__inner .item6 {
		width: 100%;
		padding: 0 0 0;
	}
}
.p-tech.-prep .p-tech__inner .item6 img {
	width: 75.4rem;
	display: block;
	margin: auto;
}
@media screen and (max-width: 896px) {
	.p-tech.-prep .p-tech__inner .item6 img {
		width: 100%;
	}
}
.p-tech.-prep .p-tech__inner .item7 {
	width: 49.2rem;
	padding-top: 5.5rem;
}
@media screen and (max-width: 896px) {
	.p-tech.-prep .p-tech__inner .item7 {
		width: 100%;
		padding: 7rem 0;
	}
}
.p-tech.-prep .p-tech__inner .item7 img {
	display: block;
	margin: auto auto auto;
}
.p-tech.-prep .p-tech__inner .item7 .img1 {
	width: 39.5rem;
	margin-bottom: 4.5rem;
}
.p-tech.-prep .p-tech__inner .item7 .js-anime {
	-webkit-transition-delay: 0.5s;
	        transition-delay: 0.5s;
}
.p-tech.-prep .p-tech__inner .item7 .img2 {
	width: 32.2rem;
}
@media screen and (max-width: 896px) {
	.p-tech.-prep .p-tech__inner .item7 .img2 {
		width: 60.1rem;
	}
}
.p-tech.-prep .p-type {
	padding-bottom: 4rem;
}
@media screen and (max-width: 896px) {
	.p-tech.-prep .p-type {
		padding-top: 15rem;
		padding-bottom: 21rem;
	}
	.p-tech.-prep .p-type__subttl {
		font-size: 4rem;
	}
}
.p-tech.-prep .p-type__image {
	width: 65.3rem;
}
@media screen and (max-width: 896px) {
	.p-tech.-prep .p-type__image {
		width: 56.8rem;
	}
}
.p-tech__hikaku {
	margin: 17rem auto auto;
	width: 102rem;
	max-width: 100%;
}
@media screen and (max-width: 896px) {
	.p-tech__hikaku {
		width: 60rem;
		margin-top: 15rem;
	}
}

.c-section-title {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-align: center;
}
.c-section-title .bdr {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0.3em 1.8em 0.4em;
	border: 2px solid #000;
	line-height: 1;
}
.c-section-title.-small {
	font-size: 3rem;
}
.c-section-title.-small .bdr {
	padding-right: 0.5em;
	padding-left: 0.5em;
}

.p-osusume {
	padding-top: 13.5rem;
}
@media screen and (max-width: 896px) {
	.p-osusume {
		padding-top: 20.5rem;
	}
}
.p-osusume .l-content-inner {
	width: 136rem;
}
@media screen and (max-width: 896px) {
	.p-osusume .l-content-inner {
		padding: 0 4rem;
	}
}
.p-osusume__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 4rem;
}
@media screen and (max-width: 896px) {
	.p-osusume__list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 3rem;
		margin-top: 6rem;
	}
}
.p-osusume__list .item {
	width: 67rem;
	position: relative;
}
@media screen and (max-width: 896px) {
	.p-osusume__list .item {
		width: 100%;
	}
}
.p-osusume__list .item .c-btn {
	width: 25.6rem;
	height: 5.6rem;
	position: absolute;
	bottom: 6rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media screen and (max-width: 896px) {
	.p-osusume__list .item .c-btn {
		width: 32rem;
		height: 7rem;
	}
}
.p-osusume__list .item .c-btn__inn {
	padding: 0.6rem 0 1rem;
	-webkit-box-shadow: -4px -4px 4px 0px rgb(255, 255, 255), 4px 4px 4px 0px rgb(123, 151, 171);
	        box-shadow: -4px -4px 4px 0px rgb(255, 255, 255), 4px 4px 4px 0px rgb(123, 151, 171);
}
@media (any-hover: hover) {
	.p-osusume__list .item .c-btn__inn:hover {
		-webkit-box-shadow: none;
		        box-shadow: none;
		background-color: #c1d3de;
	}
}
.p-osusume__list .item .c-btn .text {
	font-size: 2.5rem;
}
@media screen and (max-width: 896px) {
	.p-osusume__list .item .c-btn .text {
		font-size: 3.2rem;
	}
}
@media screen and (max-width: 896px) {
	.p-osusume__list .item .c-btn .arrow {
		right: 1.4rem;
		width: 3rem;
		height: 3rem;
	}
}
.p-osusume__list .item .c-btn .arrow img {
	width: 1rem;
}

.p-type {
	padding-top: 15rem;
	padding-bottom: 20rem;
}
@media screen and (max-width: 896px) {
	.p-type {
		padding-top: 20rem;
	}
}
.p-type .c-section-title {
	margin-bottom: 1.7rem;
}
.p-type__subttl {
	text-align: center;
	font-size: 3.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.p-type__image {
	margin: 5rem auto auto;
	width: 74.1rem;
}
@media screen and (max-width: 896px) {
	.p-type__image {
		width: 63.7rem;
	}
}

.p-product {
	padding-top: 36rem;
}
@media screen and (max-width: 896px) {
	.p-product {
		padding-top: 20rem;
	}
}
.p-product .l-content-inner {
	width: 135rem;
}
@media screen and (max-width: 896px) {
	.p-product .l-content-inner {
		padding: 0 4rem;
	}
}
.p-product__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 4px solid #d0e4e9;
	padding: 0 2rem 1.5rem 3.5rem;
}
@media screen and (max-width: 896px) {
	.p-product__title {
		padding: 0 3rem 1.5rem;
	}
}
.p-product__title .title-en {
	font-size: 5.2rem;
	letter-spacing: 0.08em;
	font-weight: 500;
}
.p-product__title .title-jp {
	font-size: 2.8rem;
	font-weight: 500;
}
.p-product__content {
	margin-top: 11.5rem;
}
@media screen and (max-width: 896px) {
	.p-product__content {
		margin-top: 10.5rem;
	}
}
.p-product__box {
	border-bottom: 4px solid #d0e4e9;
	padding-bottom: 18.5rem;
	padding-top: 11.5rem;
}
@media screen and (max-width: 896px) {
	.p-product__box {
		padding-bottom: 11rem;
		padding-top: 11rem;
	}
}
.p-product__box:first-of-type {
	padding-top: 0;
}
.p-product__box:last-of-type {
	border-bottom: none;
}
.p-product__subttl {
	text-align: center;
}
.p-product__subttl .title-en {
	font-size: 4.8rem;
	letter-spacing: 0.08em;
	font-weight: 500;
}
.p-product__subttl .title-jp {
	font-size: 2.8rem;
	font-weight: 500;
	margin-top: 1rem;
}
.p-product__list {
	width: 128rem;
	margin: 9rem auto auto;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 19.5rem 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 896px) {
	.p-product__list {
		margin: 7.5rem auto auto;
		width: 61rem;
		gap: 18rem;
	}
}
.p-product__list .item {
	width: 61rem;
}
.p-product__list .item .title {
	text-align: center;
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-top: 2rem;
}
@media screen and (max-width: 896px) {
	.p-product__list .item .title {
		margin-top: 4rem;
	}
}
.p-product__list .item > .text {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-top: 1.5rem;
}
.p-product__list .item > .text + .c-btn {
	margin-top: 4rem;
}
@media screen and (max-width: 896px) {
	.p-product__list .item > .text + .c-btn {
		margin-top: 2rem;
	}
}
.p-product__list .img.-deco img {
	position: relative;
	max-width: none;
	margin-top: -2rem;
	margin-right: -2.5rem;
	width: calc(100% + 2.5rem);
}
.p-product__list .img.-deco2 img {
	position: relative;
	max-width: none;
	margin-top: -0.5rem;
	margin-right: -1.5rem;
	width: calc(100% + 1.5rem);
}
.p-product__list .c-btn {
	width: 39rem;
	height: 7rem;
	margin: 3rem auto auto;
}
.p-product__list .c-btn__inn {
	border-radius: 100vh;
}
.p-product__list .c-btn .text {
	font-size: 3.2rem;
}
.p-product__list .c-btn .arrow {
	right: 2rem;
}
.p-product__list .c-btn .arrow img {
	width: 1rem;
}

.p-cta {
	padding-bottom: 21.8rem;
}
@media screen and (max-width: 896px) {
	.p-cta {
		padding-top: 6rem;
	}
}
.p-cta__link {
	margin: auto auto auto;
	width: 100.9rem;
	max-width: 100%;
}
@media screen and (max-width: 896px) {
	.p-cta__link {
		width: 61.8rem;
	}
}
.p-cta__link-inn {
	display: block;
	position: relative;
}
.p-cta__link-inn .c-btn {
	width: 4rem;
	height: 4rem;
	position: absolute;
	right: 2.5rem;
	bottom: 2.8rem;
}
@media screen and (max-width: 896px) {
	.p-cta__link-inn .c-btn {
		right: 3rem;
	}
}
.p-cta__link-inn .c-btn__inn .arrow img {
	width: 1.2rem;
}
@media (any-hover: hover) {
	.p-cta__link-inn {
		-webkit-transition: 0.3s opacity;
		transition: 0.3s opacity;
	}
	.p-cta__link-inn:hover {
		opacity: 0.7;
	}
	.p-cta__link-inn:hover .c-btn__inn {
		background-color: transparent;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
}

.p-faq {
	padding-top: 8rem;
	background-color: #dce9f0;
}
.p-faq__content {
	width: 107rem;
	margin: auto auto auto;
	max-width: 100%;
}
.p-faq__box {
	padding: 5.5rem 0 5.5rem 6rem;
	border-bottom: 4px solid #d0e4e9;
}
@media screen and (max-width: 896px) {
	.p-faq__box {
		padding: 4.5rem 4rem;
	}
}
.p-faq__btn, .p-faq__cnt {
	position: relative;
	padding-left: 5rem;
	padding-right: 1rem;
}
@media screen and (max-width: 896px) {
	.p-faq__btn, .p-faq__cnt {
		padding-left: 7.5rem;
		padding-right: 3rem;
	}
}
.p-faq__btn .icon, .p-faq__cnt .icon {
	font-size: 3.6rem;
	font-weight: 600;
	color: #a2c1cc;
	position: absolute;
	left: 0;
}
@media screen and (max-width: 896px) {
	.p-faq__btn .icon, .p-faq__cnt .icon {
		left: 2rem;
	}
}
.p-faq__btn {
	padding-right: 5rem;
	cursor: pointer;
}
@media screen and (max-width: 896px) {
	.p-faq__btn {
		padding-right: 6rem;
	}
}
.p-faq__btn .icon {
	top: 1rem;
}
@media screen and (max-width: 896px) {
	.p-faq__btn .icon {
		top: 2.2rem;
	}
}
.p-faq__btn .title {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 896px) {
	.p-faq__btn .title {
		font-size: 2.8rem;
		line-height: 1.7142857143;
	}
}
.p-faq__btn .toggle {
	width: 3.2rem;
	height: 3.2rem;
	position: absolute;
	right: 0.5rem;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: -4px -4px 4px 0px rgb(255, 255, 255), 4px 4px 4px 0px rgb(168, 199, 218);
	        box-shadow: -4px -4px 4px 0px rgb(255, 255, 255), 4px 4px 4px 0px rgb(168, 199, 218);
	-webkit-transition: -webkit-box-shadow 0.67s cubic-bezier(0.66, 0, 0.34, 1);
	transition: -webkit-box-shadow 0.67s cubic-bezier(0.66, 0, 0.34, 1);
	transition: box-shadow 0.67s cubic-bezier(0.66, 0, 0.34, 1);
	transition: box-shadow 0.67s cubic-bezier(0.66, 0, 0.34, 1), -webkit-box-shadow 0.67s cubic-bezier(0.66, 0, 0.34, 1);
}
@media screen and (max-width: 896px) {
	.p-faq__btn .toggle {
		width: 4rem;
		height: 4rem;
	}
}
.p-faq__btn .toggle::before, .p-faq__btn .toggle::after {
	content: "";
	display: block;
	width: 1.6rem;
	height: 0.2rem;
	background-color: #a2c1cc;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
.p-faq__btn .toggle::after {
	width: 0.2rem;
	height: 1.6rem;
}
.p-faq__btn.ac .toggle::after {
	opacity: 0;
}
@media (any-hover: hover) {
	.p-faq__btn:hover .toggle {
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
}
.p-faq__cnt {
	margin-top: 4rem;
	padding-right: 4rem;
}
.p-faq__cnt .icon {
	top: 2rem;
}
@media screen and (max-width: 896px) {
	.p-faq__cnt .icon {
		top: 2.2rem;
	}
}
.p-faq__cnt .text {
	font-size: 2.4rem;
	line-height: 1.75;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 896px) {
	.p-faq__cnt .text {
		font-size: 2.8rem;
	}
}
.p-faq__cnt .text.-small {
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 3rem;
}
@media screen and (max-width: 896px) {
	.p-faq__cnt .text.-small {
		font-size: 2rem;
		line-height: 1.5555555556;
		margin-top: 1rem;
	}
}

.p-note {
	background-color: #dce9f0;
	padding-top: 14rem;
	padding-bottom: 10rem;
}
@media screen and (max-width: 896px) {
	.p-note {
		padding-top: 18.5rem;
	}
}
.p-note .l-content-inner {
	width: 138rem;
}
@media screen and (max-width: 896px) {
	.p-note .l-content-inner {
		padding: 0 4rem;
	}
}
.p-note__list li {
	font-size: 1.4rem;
	line-height: 1.4285714286;
	color: #63757c;
}
@media screen and (max-width: 896px) {
	.p-note__list li {
		font-size: 2rem;
		line-height: 1.3333333333;
	}
}
/*# sourceMappingURL=top.css.map */