/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

/* -------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

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

html {
	-ms-overflow-style: scrollbar;
	font-size: 62.5%;
	overflow: auto;
}

body {
	background-color: #000;
	color: #fff;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0.05em;
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

section {
	position: relative;
	width: 100%;
}

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

picture {
	display: block;
	line-height: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: transparent;
	border: none;
	border: none;
	box-sizing: border-box;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

input[type=radio],
input[type=checkbox] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	border-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

output {
	display: inline-block;
}

/* -------------------------------------------*/

/*underline*/

/*arrow-fade*/

/* fade */

.js-fade__view {
	display: block;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: 800ms;
	transition: 800ms;
}

.js-fade__view--delay1 {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.js-fade__view--delay2 {
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.is-fade__view.js-fade__view {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.js-fade__down {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: 800ms;
	transition: 800ms;
}

.js-fade__down--delay1 {
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}

.js-fade__down--delay2 {
	-webkit-transition-delay: 300ms;
	transition-delay: 300ms;
}

.is-fade__down.js-fade__down {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* -------------------------------------------*/

/* layout
-------------------------------------------------------*/

::-moz-placeholder {
	color: #A7A6A6;
}

::-webkit-input-placeholder {
	color: #A7A6A6;
}

::-ms-input-placeholder {
	color: #A7A6A6;
}

::placeholder {
	color: #A7A6A6;
}

/**
 * input
 *
 */

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
	padding-block: 11px;
	padding-block: 1.1rem;
	padding-inline: 19px;
	padding-inline: 1.9rem;
	background-color: #fff;
	border: 1px solid #A7A6A6;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	position: relative;
	width: 100%;
}

input[type=number] {
	-moz-appearance: textfield;
}

/**
  * textarea
  *
  */

textarea {
	padding-block: 11px;
	padding-block: 1.1rem;
	padding-inline: 19px;
	padding-inline: 1.9rem;
	background-color: #fff;
	border: 1px solid #A7A6A6;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	height: 200px;
	height: 20rem;
	letter-spacing: 0.12em;
	position: relative;
	width: 100%;
}

input[type=text]:disabled {
	background: transparent;
	cursor: not-allowed;
}

input[type=text]:disabled::-moz-placeholder {
	color: #919191;
	opacity: 1;
}

input[type=text]:disabled::-webkit-input-placeholder {
	color: #919191;
	opacity: 1;
}

input[type=text]:disabled::-ms-input-placeholder {
	color: #919191;
	opacity: 1;
}

input[type=text]:disabled::placeholder {
	color: #919191;
	opacity: 1;
}

/**
  * radio
  *
*/

.wpcf7-radio {
	gap: 20px 44px;
	gap: 2rem 4.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wpcf7-radio .wpcf7-list-item {
	margin: 0;
}

.wpcf7-radio .wpcf7-list-item label {
	display: block;
}

input[type=radio] {
	display: none;
	vertical-align: middle;
}

input[type=radio] + .wpcf7-list-item-label {
	cursor: pointer;
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4117647059;
	padding-left: 29px;
	padding-left: 2.9rem;
	position: relative;
	-webkit-transition: 0.5;
	transition: 0.5;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
}

input[type=radio] + .wpcf7-list-item-label::before {
	background-color: #fff;
	border: 1px solid #363636;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 20px;
	height: 2rem;
	left: 0;
	position: absolute;
	top: 2px;
	top: 0.2rem;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	width: 20px;
	width: 2rem;
	z-index: 2;
}

input[type=radio] + .wpcf7-list-item-label::after {
	background-color: #363636;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 14px;
	height: 1.4rem;
	left: 3px;
	left: 0.3rem;
	opacity: 0;
	position: absolute;
	top: 5px;
	top: 0.5rem;
	width: 14px;
	width: 1.4rem;
	z-index: 5;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

/**
  * checkbox
  *
  */

input[type=checkbox] {
	display: none;
	vertical-align: middle;
}

input[type=checkbox] + label {
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	padding-left: 29px;
	padding-left: 2.9rem;
	position: relative;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	-webkit-transition-property: color;
	transition-property: color;
}

input[type=checkbox] + label::before {
	background: #fff;
	border: 2px solid #005bab;
	border-radius: 0.2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	height: 24px;
	height: 2.4rem;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	width: 2.4rem;
	z-index: 2;
}

input[type=checkbox] + label::after {
	border-bottom: 2px solid #005bab;
	border-left: 2px solid #005bab;
	content: "";
	display: block;
	height: 8px;
	height: 0.8rem;
	left: 5px;
	left: 0.5rem;
	opacity: 0;
	position: absolute;
	top: 9px;
	top: 0.9rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: color;
	transition-property: color;
	width: 13px;
	width: 1.3rem;
	z-index: 3;
}

input[type=checkbox]:checked + label::after {
	opacity: 1;
}

/**
  * tel(column)
  *
  */

.mwform-tel-field {
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mwform-tel-field > input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100% !important;
}

/**
  * select
  *
  */

.select-parts {
	border: 1px #363636 solid;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.select-parts::after {
	background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
	content: "";
	height: 10px;
	margin-top: 2px;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	z-index: 5;
}

.select-parts select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fbefe3;
	border: none;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #7f7f7f;
	cursor: pointer;
	font-size: 20px;
	font-size: 2rem;
	height: 45px;
	letter-spacing: 0.1em;
	padding: 0 20px 0 15px;
	position: relative;
	text-align: center;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	width: 100%;
}

/**
  * file
  *
  */

input[type=file] + label {
	margin: 0 10px 0 0;
	padding: 15px 0;
	width: 160px;
}

input[type=file] + label:after {
	left: 170px;
}

/**
 * 白黒対応
 *
 */

.bg-dark input[type=checkbox] + label::before {
	border-color: #A7A6A6;
}

.bg-dark input[type=checkbox] + label::after {
	border-color: #000;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-cta {
	padding-block: 106px 90px;
	padding-block: 10.6rem 9rem;
	background-color: #8EB7C5;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	width: 100%;
}

.l-cta__text {
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.18em;
	text-align: center;
}

.l-cta__text + * {
	margin-top: 46px;
	margin-top: 4.6rem;
}

.l-cta__btn-link {
	margin-inline: auto;
	padding-block: 20px;
	padding-block: 2rem;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, .16);
	box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, .16);
	color: #363636;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	max-width: 353px;
	max-width: 35.3rem;
	text-align: center;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-footer {
	padding-block: 120px 90px;
	padding-block: 12rem 9rem;
	background-color: #000;
	color: #fff;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.l-footer__logo {
	display: block;
	font-size: 25px;
	font-size: 2.5rem;
	letter-spacing: 0.2em;
	line-height: 1.44;
}

.l-footer__logo + * {
	margin-top: 21px;
	margin-top: 2.1rem;
}

.l-footer__address-content,
.l-footer__address-tel {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	line-height: 1.4444444444;
}

.l-footer__address-content + * {
	margin-top: 9px;
	margin-top: 0.9rem;
}

.l-footer__address-tel {
	gap: 30px;
	gap: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-footer__address + * {
	margin-top: 44px;
	margin-top: 4.4rem;
}

.l-footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-footer__privacy-link {
	padding-inline: 0;
	border-bottom: 1px solid #f0efec;
	color: #f0efec;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	letter-spacing: 0.2em;
	line-height: 1.4545454545;
	padding-bottom: 3px;
	padding-bottom: 0.3rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-footer__nav {
	-webkit-transform: translateX(4.7rem);
	transform: translateX(4.7rem);
}

.l-footer__nav-list {
	gap: 54px;
	gap: 5.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-footer__nav-link {
	padding-block: 2px;
	padding-block: 0.2rem;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	position: relative;
}

.l-footer__nav-link::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	width: 100%;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-form form {
	margin-inline: auto;
	max-width: 866px;
}

.l-form__dl + * {
	margin-top: 96px;
	margin-top: 9.6rem;
}

.l-form__box {
	gap: 10px 56px;
	gap: 1rem 5.6rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-form__box + .l-form__box {
	margin-top: 30px;
	margin-top: 3rem;
}

.l-form__box .required,
.l-form__box .any {
	background-color: #497D95;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 2;
	min-width: 48px;
	min-width: 4.8rem;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.l-form__box .any {
	opacity: 0;
	visibility: hidden;
}

.l-form__dt {
	white-space: nowrap;
	width: 250px;
	width: 25rem;
}

.l-form__label {
	gap: 20px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.l-form__dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.l-form__dd .wpcf7-form-control-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.l-form__privacy {
	border: 1px solid #363636;
	max-height: 300px;
	max-height: 30rem;
	overflow-y: scroll;
}

.l-form__privacy + * {
	margin-top: 72px;
	margin-top: 7.2rem;
}

.l-form__privacy-inner {
	padding: 20px;
	padding: 2rem;
}

.l-form__privacy-title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5714285714;
}

.l-form__privacy-title + * {
	margin-top: 11px;
	margin-top: 1.1rem;
}

.l-form__privacy-text {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 1.5714285714;
	position: relative;
}

.l-form__privacy-text + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.l-form__privacy-list li {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 1.5714285714;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.l-form__privacy-list li::before {
	background-color: #363636;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 2px;
	height: 0.2rem;
	margin-bottom: 3px;
	margin-left: 6px;
	margin-right: 10px;
	width: 2px;
	width: 0.2rem;
}

.l-form__privacy-list + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.l-form__privacy-address {
	background-color: #eeeeee;
	margin-top: 20px;
	margin-top: 2rem;
	padding: 15px;
	padding: 1.5rem;
}

.l-form__privacy-check {
	gap: 8px;
	gap: 0.8rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.l-form__privacy-check .confirm {
	color: #005bab;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6875;
	vertical-align: middle;
}

.l-form__privacy-check .confirm a {
	text-decoration: underline;
}

.l-form__privacy-check + * {
	margin-top: 16px;
}

.l-form__submit {
	margin-inline: auto;
	display: block;
	max-width: 353px;
	max-width: 35.3rem;
	position: relative;
	z-index: 1;
}

.l-form__submit input {
	padding-block: 20px;
	padding-block: 2rem;
	background-color: #497D95;
	border: 1px solid #fff;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, .16);
	box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, .16);
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.18em;
	line-height: 1.4;
	position: relative;
	width: 100%;
	z-index: 1;
}

.l-form__submit.disabled {
	pointer-events: none;
}

.l-form__submit.disabled input {
	cursor: not-allowed;
	opacity: 0.7;
}

.l-form__submit .wpcf7-spinner {
	display: none;
}

/**
 * エラーチェック
 *
 */

.wpcf7-form-control-wrap {
	position: static;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output {
	display: none !important;
}

.formError {
	color: #dc3232;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 0 !important;
	position: static !important;
	width: 100%;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-grid {
	gap: 40px 60px;
	display: grid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-grid--col2 {
	grid-template-columns: repeat(2, 1fr);
}

.l-grid--col3 {
	grid-template-columns: repeat(3, 1fr);
}

.l-grid--col4 {
	grid-template-columns: repeat(4, 1fr);
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-header {
	color: #fff;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.l-header.--black {
	color: #000;
}

.l-header.--black .l-header__trigger-line {
	background-color: #000;
}

.l-header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 54px;
	padding-left: 5.4rem;
}

.l-header__logo {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	margin-top: 6px;
	margin-top: 0.6rem;
	position: relative;
	z-index: 55;
}

.l-header__right {
	gap: 40px;
	gap: 4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-header__btn {
	padding-block: 20px;
	padding-block: 2rem;
	background-color: #497D95;
	border: 1px solid #497D95;
	color: #fff;
	display: block;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.08em;
	line-height: 1.5555555556;
	min-width: 269px;
	min-width: 26.9rem;
	text-align: center;
}

.l-header__trigger {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 78px;
	height: 7.8rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 78px;
	width: 7.8rem;
}

.l-header__trigger-inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	width: 30px;
	width: 3rem;
}

.l-header__trigger-wrap {
	display: inline-block;
	height: 25px;
	height: 2.5rem;
	position: relative;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	width: 30px;
	width: 3rem;
}

.l-header__trigger-line {
	background-color: #fff;
	border-radius: 1rem;
	display: inline-block;
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
}

.l-header__trigger-line:nth-of-type(1) {
	top: 0;
}

.l-header__trigger-line:nth-of-type(1).is-active {
	-webkit-transform: translateY(1rem) rotate(30deg);
	transform: translateY(1rem) rotate(30deg);
}

.l-header__trigger-line:nth-of-type(2) {
	top: 11px;
}

.l-header__trigger-line:nth-of-type(2).is-active {
	display: none;
}

.l-header__trigger-line:nth-of-type(3) {
	bottom: 0;
}

.l-header__trigger-line:nth-of-type(3).is-active {
	-webkit-transform: translateY(-1.3rem) rotate(-30deg);
	transform: translateY(-1.3rem) rotate(-30deg);
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-main {
	position: relative;
	width: 100%;
}

.l-main__inner {
	padding: 0 15px;
	position: relative;
	width: 100%;
	z-index: 1;
}

.l-main--404,
.l-main--error {
	padding-block: 180px 0;
	padding-block: 18rem 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-main--404 .l-main__inner,
.l-main--error .l-main__inner {
	padding-bottom: 120px;
	padding-bottom: 12rem;
}

.l-main--404 .error-h1,
.l-main--error .error-h1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.l-main--404 .error-h1 .en,
.l-main--error .error-h1 .en {
	font-size: 106px;
	font-size: 10.6rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1.1981132075;
}

.l-main--404 .error-h1 .jp,
.l-main--error .error-h1 .jp {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 1.5652173913;
	text-align: center;
}

.l-main--404 .error-h1 + *,
.l-main--error .error-h1 + * {
	margin-top: 40px;
	margin-top: 4rem;
}

.l-main--404 .error-text,
.l-main--error .error-text {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7777777778;
	text-align: center;
}

.l-main--404 .error-text + *,
.l-main--error .error-text + * {
	margin-top: 60px;
	margin-top: 6rem;
}

.l-main--404 .error-link .c-btn,
.l-main--error .error-link .c-btn {
	margin-inline: auto;
	background-color: #000;
	color: #fff;
	width: 320px;
	width: 32rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.l-modal {
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

.l-modal.is-active {
	opacity: 1;
	visibility: visible;
}

.l-modal__overlay {
	background: rgba(0, 0, 0, .7);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.l-modal__closed-btn {
	gap: 7px 0;
	gap: 0.7rem 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 84px;
	height: 8.4rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 84px;
	width: 8.4rem;
	z-index: 4;
}

.l-modal__closed-btn::before,
.l-modal__closed-btn::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 24px;
	width: 2.4rem;
}

.l-modal__closed-btn::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.l-modal__closed-btn::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.l-modal__container {
	margin-inline: auto;
	padding-block: 100px 40px;
	padding-block: 10rem 4rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1000px;
	max-width: 100rem;
	position: relative;
	width: 90%;
	z-index: 2;
}

.l-modal__container .l-form__privacy {
	background-color: #fff;
	color: #000;
	max-height: 100%;
}

.l-modal__container .l-form__privacy-inner {
	padding-block: 30px;
	padding-block: 3rem;
	padding-inline: 50px;
	padding-inline: 5rem;
}

.js-modal-btn,
.js-modal-colsed {
	cursor: pointer;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

body.is-open .l-navi {
	opacity: 1;
	visibility: visible;
}

.l-header.--black .l-navi__menu-link::after {
	background-color: #000;
}

.l-header.--black .l-navi__privacy-link {
	border-color: #000;
	color: #000;
}

.l-navi {
	margin-top: 6px;
	margin-top: 0.6rem;
}

.l-navi__menu {
	gap: 50px;
	gap: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-navi__menu-link {
	padding-block: 5px;
	padding-block: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	position: relative;
}

.l-navi__menu-link::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	width: 100%;
}

.l-navi .l-header__btn + * {
	margin-top: 105px;
	margin-top: 10.5rem;
}

.l-navi__logo {
	display: block;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	line-height: 1.4545454545;
	text-align: center;
}

.l-navi__logo + * {
	margin-top: 31px;
	margin-top: 3.1rem;
}

.l-navi__address-content,
.l-navi__address-tel {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4444444444;
	text-align: center;
}

.l-navi__address-content + * {
	margin-top: 7px;
	margin-top: 0.7rem;
}

.l-navi__address-tel {
	gap: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-navi__address + * {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.l-navi__privacy-link {
	margin-inline: auto;
	border-bottom: 1px solid #f0efec;
	color: #f0efec;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 1.4285714286;
	padding-bottom: 5px;
	padding-bottom: 0.5rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.c-btn {
	padding-block: 21px;
	padding-block: 2.1rem;
	background-color: #497D95;
	border: 1px solid #fff;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, .16);
	box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, .16);
	color: #fff;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	text-align: center;
}

.c-btn--white {
	background: #fff;
	border-color: #fff;
	color: #363636;
}

.c-btn--gray {
	background-color: #363636;
	color: #fff;
}

.c-btn--white {
	background-color: #fff;
	border-color: #000;
	color: #000;
}

.c-btn--small {
	padding-block: 9px;
	padding-block: 0.9rem;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.5555555556;
	min-width: 280px;
	min-width: 28rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.c-pdf {
	gap: 60px;
	gap: 6rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-pdf-title {
	padding-block: 9px;
	padding-block: 0.9rem;
	border: 1px solid #000;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.5555555556;
	min-width: 280px;
	min-width: 28rem;
	text-align: center;
}

.c-pdf-link__link {
	gap: 14px;
	gap: 1.4rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-pdf-link__link::before {
	aspect-ratio: 19/22;
	background: url(../images/icon/icon_pdf.svg) 50%/contain no-repeat;
	content: "";
	display: block;
	margin-top: 1px;
	margin-top: 0.1rem;
	width: 19px;
	width: 1.9rem;
}

.c-pdf-link__link .text {
	border-bottom: 1px solid #000;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	padding-bottom: 3px;
	padding-bottom: 0.3rem;
}

.c-pdf--white {
	color: #fff;
}

.c-pdf--white .c-pdf-title {
	border-color: #fff;
}

.c-pdf--white .c-pdf-link__link {
	color: #fff;
}

.c-pdf--white .c-pdf-link__link::before {
	background-image: url(../images/icon/icon_pdf-white.svg);
}

.c-pdf--white .c-pdf-link__link .text {
	border-color: #fff;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.c-scrollbar .scroll__inner {
	-ms-overflow-style: none; /* IE, Edge 対応 */
	scrollbar-width: none;
	background-color: #BDBEBF;
	border-radius: 4rem;
	height: 6px;
	height: 0.6rem;
	overflow-x: scroll; /* Firefox 対応 */
}

.c-scrollbar .scroll__inner::-webkit-scrollbar { /* Chrome, Safari 対応 */
	display: none;
}

.c-scrollbar .simplebar-scrollbar::before {
	background: #BDBEBF;
	border-radius: 0;
	opacity: 1;
}

.c-scrollbar .simplebar-scrollbar.simplebar-visible::before {
	opacity: 1;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-aqua-about {
	padding-block: 80px 100px;
	padding-block: 8rem 10rem;
	background-color: #363636;
	font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.p-aqua-about .p-aqua-primary-title + * {
	margin-top: 47px;
	margin-top: 4.7rem;
}

.p-aqua-about__text {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.p-aqua-about__text-box {
	margin-inline: auto;
	max-width: 594px;
}

.p-aqua-about__text-large {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5555555556;
}

.p-aqua-about__image img {
	display: block;
	width: 100%;
}

.p-aqua-about__image-wrap {
	margin-top: 75px;
	margin-top: 7.5rem;
}

.p-aqua-about__image-wrap + * {
	margin-top: 90px;
	margin-top: 9rem;
}

.p-aqua-about__copy {
	color: #C3D1D9;
	font-size: 44px;
	font-size: 4.4rem;
	letter-spacing: 0.2em;
	line-height: 1.2727272727;
	text-align: center;
}

.p-aqua-about__copy + * {
	margin-top: 43px;
	margin-top: 4.3rem;
}

.p-aqua-about__lead {
	gap: 29px;
	gap: 2.9rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.p-aqua-about__lead em {
	color: #C3D1D9;
	font-size: 34px;
	font-size: 3.4rem;
	letter-spacing: 0.2em;
	line-height: 1.4411764706;
}

.p-aqua-about__lead em span {
	display: inline-block;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-aqua-comparison {
	padding-block: 80px 90px;
	padding-block: 8rem 9rem;
	background-color: #363636;
}

.p-aqua-comparison__h2 {
	padding-block: 9px;
	padding-block: 0.9rem;
	border: 1px solid #fff;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.5555555556;
	text-align: center;
}

.p-aqua-comparison__h2 + * {
	margin-top: 70px;
	margin-top: 7rem;
}

.p-aqua-comparison__table {
	background-color: #E3E6E8;
	border-collapse: separate;
	text-align: center;
	width: 100%;
}

.p-aqua-comparison__table-wrap + * {
	margin-top: 92px;
	margin-top: 9.2rem;
}

.p-aqua-comparison__table-inner {
	padding-bottom: 8px;
	padding-bottom: 0.8rem;
	padding-top: 82px;
	padding-top: 8.2rem;
	position: relative;
}

.p-aqua-comparison__table thead th {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.18em;
	width: 284px;
	width: 28.4rem;
}

.p-aqua-comparison__table thead th:first-child {
	width: 240px;
	width: 24rem;
}

.p-aqua-comparison__table thead th:not(:first-child) {
	background-color: #FAFDFF;
	border-left: 1px solid #709AAF;
}

.p-aqua-comparison__table thead th.highlighted {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4090909091;
	width: 292px;
	width: 29.2rem;
}

.p-aqua-comparison__table thead th.highlighted .inner {
	position: relative;
	z-index: 2;
}

.p-aqua-comparison__table thead th.highlighted .logo {
	position: absolute;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 153px;
	width: 15.3rem;
}

.p-aqua-comparison__table thead th .inner {
	min-height: 50px;
	min-height: 5rem;
}

.p-aqua-comparison__table tbody tr.bubble .large {
	font-size: 18px;
	font-size: 1.8rem;
}

.p-aqua-comparison__table tbody tr.bubble .small {
	letter-spacing: 0.1em;
}

.p-aqua-comparison__table tbody tr.price td .inner {
	min-height: 34px;
	min-height: 3.4rem;
}

.p-aqua-comparison__table tbody th {
	color: #709AAF;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4166666667;
}

.p-aqua-comparison__table tbody th .ls-18 {
	letter-spacing: 0.18em;
}

.p-aqua-comparison__table tbody th .ls-10 {
	letter-spacing: 0.1em;
}

.p-aqua-comparison__table tbody td {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.4285714286;
}

.p-aqua-comparison__table tbody td .small {
	font-size: 12px;
	font-size: 1.2rem;
}

.p-aqua-comparison__table tbody td .large {
	font-size: 16px;
	font-size: 1.6rem;
}

.p-aqua-comparison__table tbody td .num {
	letter-spacing: 0.18em;
}

.p-aqua-comparison__table tbody td + td {
	border-left: 1px solid #709AAF;
}

.p-aqua-comparison__table th,
.p-aqua-comparison__table td {
	border-bottom: 1px solid #709AAF;
	font-weight: 500;
	vertical-align: middle;
}

.p-aqua-comparison__table th .inner,
.p-aqua-comparison__table td .inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-aqua-comparison__table td {
	background-color: #FAFDFF;
	color: #000;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
}

.p-aqua-comparison__table td.highlighted {
	background-color: #fff;
	color: #2696D1;
}

.p-aqua-comparison__table td.highlighted .medium {
	font-size: 17px;
	font-size: 1.7rem;
}

.p-aqua-comparison__table td.highlighted .large {
	font-size: 19px;
	font-size: 1.9rem;
}

.p-aqua-comparison__table td .inner {
	min-height: 59px;
	min-height: 5.9rem;
}

.p-aqua-comparison__table td .icon {
	font-size: 16px;
	font-size: 1.6rem;
}

.p-aqua-comparison__table-highlighted {
	-o-border-image: linear-gradient(to bottom, #237b96 0%, #aaecff 20%, #09485a 75.37%, #60dbff 100%) 1;
	border: 9px solid;
	border-image: -webkit-gradient(linear, left top, left bottom, from(#237b96), color-stop(20%, #aaecff), color-stop(75.37%, #09485a), to(#60dbff)) 1;
	border-image: linear-gradient(to bottom, #237b96 0%, #aaecff 20%, #09485a 75.37%, #60dbff 100%) 1;
	border-top-width: 132px;
	border-top-width: 13.2rem;
	content: "";
	height: 100%;
	left: 235px;
	left: 23.5rem;
	left: 21.3636363636%;
	position: absolute;
	top: 0;
	width: 27.5454545455%;
	z-index: 1;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-aqua-effect {
	padding-block: 80px 100px;
	padding-block: 8rem 10rem;
	background-color: #C3D1D9;
	color: #363636;
}

.p-aqua-effect .p-aqua-primary-title + * {
	margin-top: 80px;
	margin-top: 8rem;
}

.p-aqua-effect__body.l-grid--col3 {
	gap: 115px;
	gap: 11.5rem;
}

.p-aqua-effect__body.l-grid--col4 {
	gap: 62px;
	gap: 6.2rem;
}

.p-aqua-effect__body + .p-aqua-effect__body {
	margin-top: 78px;
	margin-top: 7.8rem;
}

.p-aqua-effect__image {
	border-radius: 0.5rem;
	overflow: hidden;
}

.p-aqua-effect__image + * {
	margin-top: 20px;
	margin-top: 2rem;
}

.p-aqua-effect__h3 {
	color: #497D95;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 0.2em;
	line-height: 1.45;
}

.p-aqua-effect__h3 + * {
	margin-top: 12px;
	margin-top: 1.2rem;
}

.p-aqua-effect__text {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.03em;
	line-height: 1.7142857143;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-aqua-mv {
	font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	overflow: hidden;
	padding-top: 70px;
	padding-top: 7rem;
}

.p-aqua-mv .u-con--md {
	left: 50%;
	padding-top: 78px;
	padding-top: 7.8rem;
	position: absolute;
	top: 70px;
	top: 7rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.p-aqua-mv__h2 {
	margin-inline: auto;
	width: 301px;
	width: 30.1rem;
}

.p-aqua-mv__h2 + * {
	margin-top: 254px;
	margin-top: 25.4rem;
}

.p-aqua-mv__lead {
	color: #f0efec;
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 0.2em;
	line-height: 1.4666666667;
	text-align: center;
}

.p-aqua-mv__lead + .p-aqua-mv__lead {
	margin-top: 10px;
	margin-top: 1rem;
}

.p-aqua-mv__lead + * {
	margin-top: 38px;
	margin-top: 3.8rem;
}

.p-aqua-mv__patent {
	color: #f0efec;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	line-height: 1.7142857143;
	text-align: center;
}

.p-aqua-mv__patent-num {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4166666667;
}

.p-aqua-mv__patent + * {
	margin-top: 22px;
	margin-top: 2.2rem;
}

.p-aqua-mv__image {
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 770px;
	width: 77rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-aqua-primary-title {
	font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 0.2em;
	line-height: 1.4444444444;
	text-align: center;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-hikarix-comfortable {
	padding-block: 156px 100px;
	padding-block: 15.6rem 10rem;
	background-color: #F8F8F8;
	margin-top: 81px;
	margin-top: 8.1rem;
	position: relative;
}

.p-hikarix-comfortable__en {
	left: 50%;
	position: absolute;
	top: -81px;
	top: -8.1rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 710px;
	width: 71rem;
}

.p-hikarix-comfortable__en img {
	height: auto;
	width: 100%;
}

.p-hikarix-comfortable__copy {
	color: #005bab;
	font-size: 44px;
	font-size: 4.4rem;
	letter-spacing: 0.2em;
	line-height: 1.4545454545;
	text-align: center;
}

.p-hikarix-comfortable__copy + * {
	margin-top: 50px;
	margin-top: 5rem;
}

.p-hikarix-comfortable__copy + .p-hikarix-comfortable__lead {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-hikarix-comfortable__lead {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	line-height: 1.8333333333;
	text-align: center;
}

.p-hikarix-comfortable__lead + * {
	margin-top: 73px;
	margin-top: 7.3rem;
}

.p-hikarix-comfortable__image img {
	height: auto;
	width: 100%;
}

.p-hikarix-comfortable__image + * {
	margin-top: 7px;
	margin-top: 0.7rem;
}

.p-hikarix-comfortable__box {
	margin-inline: auto;
	max-width: 766px;
}

.p-hikarix-comfortable__box + * {
	margin-top: 77px;
	margin-top: 7.7rem;
}

.p-hikarix-comfortable .p-hikarix__text + .p-hikarix-comfortable__note {
	margin-top: 25px;
	margin-top: 2.5rem;
}

.p-hikarix-comfortable__note {
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
}

.p-hikarix-comfortable__list {
	margin-inline: auto;
	gap: 10px;
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 842px;
}

.p-hikarix-comfortable__list-item {
	background: #fff;
	border: 2px solid #005bab;
	border-radius: 0.6rem;
	color: #005bab;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 46px;
	text-align: center;
	width: calc(25% - 0.75rem);
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-hikarix-head {
	padding-block: 80px;
	padding-block: 8rem;
}

.p-hikarix-head__lead {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 0.2em;
	line-height: 1.5555555556;
	text-align: center;
}

.p-hikarix-head__lead-small {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.5384615385;
}

.p-hikarix-head__lead + * {
	margin-top: 56px;
	margin-top: 5.6rem;
}

.p-hikarix-head__pfas {
	padding-block: 50px 46px;
	padding-block: 5rem 4.6rem;
	padding-inline: 40px;
	padding-inline: 4rem;
	background-color: #F8F8F8;
}

.p-hikarix-head__pfas-h2 {
	color: #005bab;
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	line-height: 1.4375;
	text-align: center;
}

.p-hikarix-head__pfas-h2 .mn {
	font-size: 25px;
	font-size: 2.5rem;
}

.p-hikarix-head__pfas-h2 + * {
	margin-top: 26px;
	margin-top: 2.6rem;
}

.p-hikarix-head__pfas .p-hikarix__text {
	margin-inline: auto;
	max-width: 594px;
	max-width: 59.4rem;
}

.p-hikarix-head__pfas + * {
	margin-top: 40px;
	margin-top: 4rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-hikarix-mv__content {
	margin-inline: auto;
	left: 50%;
	max-width: 80.53vw;
	position: absolute;
	top: 19.91vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}

.p-hikarix-mv__h1 {
	gap: 2.81vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-hikarix-mv__h1 .text {
	color: #000;
	font-size: 1.32vw;
	letter-spacing: 0.2em;
	line-height: 1.4444444444;
}

.p-hikarix-mv__h1 .img {
	width: 29.36vw;
}

.p-hikarix-mv__h1 .img img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.p-hikarix-mv__h1 + * {
	margin-top: 4.17vw;
}

.p-hikarix-mv__lead {
	color: #000;
	font-size: 2.2vw;
	letter-spacing: 0.2em;
	line-height: 1.6666666667;
}

.p-hikarix-mv__image img {
	-o-object-fit: cover;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-hikarix-body {
	background-color: #fff;
	color: #363636;
	font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.p-hikarix__text {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 2;
}

.p-hikarix__text + .p-hikarix__note {
	margin-top: 7px;
	margin-top: 0.7rem;
}

.p-hikarix__bg {
	padding-block: 80px 100px;
	padding-block: 8rem 10rem;
}

.p-hikarix__bg.--white {
	background-color: #fff;
}

.p-hikarix__bg.--gray {
	background-color: #F8F8F8;
}

.p-hikarix__flex {
	gap: 25px 44px;
	gap: 2.5rem 4.4rem;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.p-hikarix__flex-title {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 0.2em;
	line-height: 1.2222222222;
	padding-top: 4px;
	padding-top: 0.4rem;
}

.p-hikarix__flex-title + * {
	margin-top: 54px;
	margin-top: 5.4rem;
}

.p-hikarix__flex-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 342px;
	max-width: 34.2rem;
}

.p-hikarix__flex-image {
	width: 50%;
}

.p-hikarix__flex-image img {
	height: auto;
	width: 100%;
}

.p-hikarix__note {
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
}

.p-hikarix__how .p-hikarix__flex {
	min-height: 421px;
	min-height: 42.1rem;
	position: relative;
	z-index: 1;
}

.p-hikarix__how .p-hikarix__flex::after {
	content: "";
	display: block;
	width: 50%;
}

.p-hikarix__how .p-hikarix__flex-image {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 57.180156658%;
	z-index: -1;
}

.p-hikarix__system {
	padding-top: 100px;
	padding-top: 10rem;
}

.p-hikarix__btn-wrap {
	margin-top: 25px;
	margin-top: 2.5rem;
	padding-bottom: 90px;
	padding-bottom: 9rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-company {
	padding-block: 140px 85px;
	padding-block: 14rem 8.5rem;
	font-family: "Zen Old Mincho", "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.p-company__h1 {
	color: #f0efec;
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	line-height: 1.4545454545;
	text-align: center;
}

.p-company__h1 + * {
	margin-top: 60px;
	margin-top: 6rem;
}

.p-company__h2 {
	color: #f0efec;
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 0.2em;
	line-height: 1.4444444444;
	text-align: center;
}

.p-company__h2 + * {
	margin-top: 50px;
	margin-top: 5rem;
}

.p-company__table {
	margin-inline: auto;
	max-width: 572px;
	max-width: 57.2rem;
}

.p-company__table-inner {
	gap: 32px;
	gap: 3.2rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-company__table-inner + .p-company__table-inner {
	margin-top: 40px;
	margin-top: 4rem;
}

.p-company__table-dt,
.p-company__table-dd {
	color: #f0efec;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.2em;
	line-height: 1.75;
}

.p-company__table-dt {
	min-width: 74px;
	min-width: 7.4rem;
	text-align: center;
}

.p-company__table-dt::after {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	margin: 4px auto 0;
	margin: 0.4rem auto 0;
	width: 39px;
	width: 3.9rem;
}

.p-company__table-dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-contact-thanks {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	padding-top: 0;
}

.p-contact-thanks__body {
	padding-block: 93px 100px;
}

.p-contact-thanks__lead {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
}

.p-contact-thanks__lead + * {
	margin-top: 23px;
}

.p-contact-thanks__text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.25;
	text-align: center;
}

.p-contact-thanks__text-blue {
	color: #497D95;
}

.p-contact-thanks__text + .p-contact-thanks__text {
	margin-top: 20px;
}

.p-contact-thanks__text + * {
	margin-top: 70px;
}

.p-contact-thanks__btn .c-btn {
	margin-inline: auto;
	width: 300px;
	width: 30rem;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.p-contact {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	padding-top: 0;
}

.p-contact__head {
	padding-block: 89px;
	padding-block: 8.9rem;
	background-color: #8EB7C5;
}

.p-contact__h1 {
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: 0.08em;
	text-align: center;
}

.p-contact__body {
	padding-block: 100px;
	padding-block: 10rem;
	background-color: #fff;
	color: #363636;
}

.p-contact__content {
	margin-inline: auto;
	max-width: 866px;
}

/* -------------------------------------------*/

/* -------------------------------------------*/

.u-db {
	display: block;
}

.u-dn {
	display: none;
}

.u-mask--c-black {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0);
	filter: brightness(0);
}

.u-mask--c-white {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.u-con--sm {
	margin-inline: auto;
	padding-inline: 40px;
	padding-inline: 4rem;
	max-width: calc(766px + 8rem);
}

.u-con--md {
	margin-inline: auto;
	padding-inline: 40px;
	padding-inline: 4rem;
	max-width: 1180px;
	max-width: 118rem;
	width: 100%;
}

.u-con--lg {
	margin: 0 auto;
	max-width: 90%;
}

.u-c-white {
	color: #fff;
}

.u-c--b-white {
	color: #fff;
}

.u-z-1 {
	z-index: -1;
}

.u-z1 {
	z-index: 1;
}

.u-z2 {
	z-index: 2;
}

.u-z3 {
	z-index: 3;
}

.u-z10 {
	z-index: 10;
}

.u-z50 {
	z-index: 50;
}

.u-z100 {
	z-index: 100;
}

.u-z999 {
	z-index: 999;
}

@media (hover: hover) and (pointer: fine) {

.l-cta__btn-link {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.l-cta__btn-link:hover {
	background-color: #8EB7C5;
	color: #fff;
}

.l-footer__privacy-link {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-footer__privacy-link:hover {
	opacity: 0.7;
}

.l-footer__nav-link {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-footer__nav-link::after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.l-footer__nav-link:hover {
	opacity: 0.7;
}

.l-footer__nav-link:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.l-form__submit input {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
}

.l-form__submit input:hover {
	background-color: #fff;
	border-color: #497D95;
	color: #497D95;
}

.l-header__logo {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-header__logo:hover {
	opacity: 0.7;
}

.l-header__btn {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: background-color, color;
	transition-property: background-color, color;
}

.l-header__btn:hover {
	background-color: #fff;
	color: #497D95;
}

.l-main--404 .error-link .c-btn:hover,
.l-main--error .error-link .c-btn:hover {
	background-color: #fff;
	color: #000;
}

.l-navi__menu-link {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-navi__menu-link::after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.l-navi__menu-link:hover {
	opacity: 0.7;
}

.l-navi__menu-link:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.l-navi__privacy-link {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.l-navi__privacy-link:hover {
	opacity: 0.7;
}

.c-btn {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: background-color, color, border-color;
	transition-property: background-color, color, border-color;
}

.c-btn:hover {
	background-color: #fff;
	border-color: #497D95;
	color: #497D95;
}

.c-btn--white:hover {
	background-color: #8EB7C5;
	color: #fff;
}

.c-btn--gray:hover {
	background-color: #fff;
	color: #363636;
}

.c-btn--white:hover {
	background-color: #000;
	color: #fff;
}

.c-pdf-link__link {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.c-pdf-link__link:hover {
	opacity: 0.7;
}

}

@media all and (-ms-high-contrast: none) {

html,
body {
	display: none;
}

}

@media screen and (max-width: 1280px) {

.l-footer__nav {
	-webkit-transform: none;
	transform: none;
}

}

@media screen and (max-width: 1279px) {

.l-header__inner {
	padding-block: 1.2rem;
	padding-left: 3.2rem;
}

.l-header__logo {
	font-size: 1.4rem;
}

.l-header__right {
	gap: 1.5rem;
}

.l-header__btn {
	font-size: 1.6rem;
	min-width: 22.9rem;
}

.l-navi__menu {
	gap: 3rem;
}

.l-navi__menu-link {
	font-size: 1.4rem;
}

}

@media screen and (max-width: 1023px) {

:root {
	--content_width: 680px;
	--content-both_space: 15px;
	--header_height: 65px;
	--waves_height: 20px;
}

html {
	font-size: 62.5%;
}

body {
	min-width: 100%;
	overflow-x: hidden;
	width: 100%;
}

.l-footer__bottom {
	gap: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.l-form__box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-form__box .any {
	display: none;
}

.l-form__dd {
	width: 100%;
}

.l-header {
	background-color: #000;
}

.l-header.--black {
	background-color: #fff;
}

.l-header__logo {
	font-size: 1.6rem;
	margin-top: 0;
}

.l-main {
	margin-top: 10.2rem;
}

.l-main--404 .error-h1 .en,
.l-main--error .error-h1 .en {
	font-size: 8.6rem;
}

.l-header.--black .l-navi {
	background-color: #fff;
}

.l-navi {
	padding-block: 5.5rem;
	background-color: #000;
	height: calc(100vh - 10.2rem);
	left: 0;
	margin-top: 0;
	opacity: 0;
	overflow: scroll;
	position: fixed;
	top: 10.2rem;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 50;
}

.l-navi__inner {
	padding-inline: 2rem;
}

.l-navi__menu {
	gap: 2rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-navi__menu-link {
	font-size: 1.6rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	letter-spacing: 0.05em;
}

.l-navi__menu-link::after {
	aspect-ratio: 6/12;
	-webkit-mask: url(../images/icon/icon_arrow.svg) 50%/contain no-repeat;
	height: auto;
	mask: url(../images/icon/icon_arrow.svg) 50%/contain no-repeat;
	position: static;
	-webkit-transform: none;
	transform: none;
	width: 0.6rem;
}

.l-navi__menu + * {
	margin-top: 13.5rem;
}

.l-navi .l-header__btn {
	margin-inline: auto;
	padding-block: 2.4rem;
	border-radius: 0.5rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	max-width: 37.4rem;
}

.c-scrollbar .simplebar-wrapper + * {
	margin-top: 5.3rem;
}

.c-scrollbar .simplebar-track {
	background: #fff;
	border-radius: 0;
	height: 0.3rem;
	position: relative;
}

.c-scrollbar .simplebar-track .simplebar-scrollbar {
	height: 0.3rem;
	top: 0;
}

.c-scrollbar .simplebar-track .simplebar-scrollbar::before {
	left: 0;
	right: 0;
}

.p-aqua-about__image-wrap .simplebar-wrapper + * {
	margin-top: 0;
}

.p-aqua-comparison__inner.u-con--md {
	padding-inline: 0;
}

.p-aqua-comparison__h2 {
	margin-inline: auto;
	width: calc(100% - 8rem);
}

.p-aqua-comparison .c-pdf {
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-aqua-comparison .c-pdf-title + * {
	margin-top: 4rem;
}

.p-aqua-comparison .c-pdf-link__text + * {
	margin-top: 3rem;
}

.p-aqua-comparison__table {
	width: 101.2rem;
}

.p-aqua-comparison__table-wrap {
	margin-left: auto;
	overflow-x: auto;
	padding-right: 4rem;
	width: calc(100% - 4rem);
}

.p-aqua-comparison__table-inner {
	min-width: 105.2rem;
}

.p-aqua-comparison__table thead th {
	font-size: 1.4rem;
	width: 26.1rem;
}

.p-aqua-comparison__table thead th:first-child {
	width: 22rem;
}

.p-aqua-comparison__table thead th.highlighted {
	font-size: 1.9rem;
	width: 27rem;
}

.p-aqua-comparison__table thead th.highlighted .logo {
	width: 14.1rem;
}

.p-aqua-comparison__table-highlighted {
	left: 19.9619771863%;
}

.p-aqua-effect__body.l-grid--col3 {
	gap: 4rem;
}

.p-aqua-effect__body.l-grid--col4 {
	gap: 3rem;
}

.p-aqua-mv {
	padding-top: 0;
}

.p-aqua-mv .u-con--md {
	top: 0;
}

.p-aqua-mv__lead {
	font-size: 2.2rem;
	line-height: 1.5454545455;
}

.p-hikarix__flex {
	-moz-column-gap: 3.2rem;
	-webkit-column-gap: 3.2rem;
	column-gap: 3.2rem;
}

.u-pc {
	display: none;
}

}

@media not all and (max-width: 1023px) {

.u-st {
	display: none !important;
}

}

@media screen and (max-width: 767px) {

:root {
	--content_width: 420px;
}

input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
	padding-inline: 1.4rem;
}

textarea {
	padding-inline: 1.4rem;
}

.wpcf7-radio {
	row-gap: 0.9rem;
}

.wpcf7-radio .wpcf7-list-item {
	font-size: 1.35rem;
	letter-spacing: 0;
	line-height: 1.7037037037;
	width: 100%;
}

input[type=radio] + .wpcf7-list-item-label {
	font-size: 1.35rem;
	letter-spacing: 0;
	line-height: 1.7037037037;
	padding-left: 1.6rem;
}

input[type=radio] + .wpcf7-list-item-label::before {
	height: 1.2rem;
	top: 0.5rem;
	width: 1.2rem;
}

input[type=radio] + .wpcf7-list-item-label::after {
	height: 0.6rem;
	top: 0.8rem;
	width: 0.6rem;
}

input[type=checkbox] + label {
	padding-left: 2.3rem;
}

.l-cta {
	padding-block: 5rem;
}

.l-cta__text {
	font-size: 2rem;
	line-height: 1.8;
}

.l-cta__text + * {
	margin-top: 2.4rem;
}

.l-cta__btn-link {
	padding-block: 2.4rem;
	max-width: 37.4rem;
}

.l-footer {
	padding-block: 8.3rem 4.7rem;
}

.l-footer__logo {
	font-size: 2.2rem;
	line-height: 1.4545454545;
	text-align: center;
}

.l-footer__logo + * {
	margin-top: 3.1rem;
}

.l-footer__address-content,
.l-footer__address-tel {
	text-align: center;
}

.l-footer__address-content + * {
	margin-top: 0.3rem;
}

.l-footer__address-tel {
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.l-footer__address + * {
	margin-top: 3.2rem;
}

.l-footer__privacy-link {
	margin-inline: auto;
	font-size: 1.4rem;
	line-height: 1.4285714286;
	padding-bottom: 0.5rem;
}

.l-form__dl + * {
	margin-top: 4.6rem;
}

.l-form__box + .l-form__box {
	margin-top: 2rem;
}

.l-form__label {
	font-size: 1.6rem;
}

.l-form__privacy + * {
	margin-top: 4.3rem;
}

.l-form__privacy-title {
	font-size: 1.6rem;
	line-height: 1.5;
}

.l-form__privacy-check {
	gap: 0.7rem;
}

.l-form__submit {
	max-width: 37.4rem;
}

.l-form__submit input {
	padding-block: 2.4rem;
}

.l-grid--col2 {
	grid-template-columns: repeat(1, 1fr);
}

.l-grid--col3 {
	grid-template-columns: repeat(1, 1fr);
}

.l-grid--col4 {
	grid-template-columns: repeat(1, 1fr);
}

.l-header__inner {
	padding-inline: 2rem 1.9rem;
}

.l-header__logo {
	font-size: 1.4rem;
}

.l-header__right {
	gap: 2rem;
}

.l-header__btn {
	padding-block: 1.1rem;
	font-size: 1.2rem;
	line-height: 1.6666666667;
	min-width: 15rem;
}

.l-header__trigger {
	height: 4.4rem;
	width: 2.5rem;
}

.l-header__trigger-inner {
	width: 2.5rem;
}

.l-header__trigger-wrap {
	height: 1.6rem;
	width: 2.5rem;
}

.l-header__trigger-line:nth-of-type(1).is-active {
	-webkit-transform: translateY(0.7rem) rotate(45deg);
	transform: translateY(0.7rem) rotate(45deg);
}

.l-header__trigger-line:nth-of-type(2) {
	top: 0.7rem;
}

.l-header__trigger-line:nth-of-type(3).is-active {
	-webkit-transform: translateY(-0.7rem) rotate(-45deg);
	transform: translateY(-0.7rem) rotate(-45deg);
}

.l-main {
	margin-top: 6.8rem;
}

.l-main--404 .error-h1 .en,
.l-main--error .error-h1 .en {
	font-size: 4.2rem;
	line-height: 1.4;
}

.l-main--404 .error-h1 .jp,
.l-main--error .error-h1 .jp {
	font-size: 1.8rem;
	line-height: 1.3793103448;
}

.l-main--404 .error-text,
.l-main--error .error-text {
	font-size: 1.6rem;
	line-height: 1.5;
}

.l-modal__closed-btn {
	gap: 0.5rem 0;
	height: 5.6rem;
	width: 5.6rem;
}

.l-modal__closed-btn::before,
.l-modal__closed-btn::after {
	width: 1.8rem;
}

.l-modal__container {
	padding-block: 6.4rem 2rem;
}

.l-modal__container .l-form__privacy-inner {
	padding: 2rem 1.5rem;
}

.l-navi {
	height: calc(100vh - 6.8rem);
	top: 6.8rem;
}

.c-pdf {
	gap: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.c-pdf-title {
	max-width: 37.4rem;
	width: 100%;
}

.c-pdf-title + * {
	margin-top: 4rem;
}

.c-pdf-link__text + .c-pdf-link__text {
	margin-top: 3rem;
}

.p-aqua-about {
	padding-block: 4.7rem 8rem;
}

.p-aqua-about__inner.u-con--md {
	padding-inline: 0;
	max-width: none;
}

.p-aqua-about .p-aqua-primary-title + * {
	margin-top: 2.3rem;
}

.p-aqua-about__text {
	padding-inline: 2rem;
}

.p-aqua-about__text-box {
	max-width: none;
}

.p-aqua-about__image {
	min-width: 667px;
	width: 161.11vw;
}

.p-aqua-about__image picture {
	min-width: 647px;
	width: 156.28vw;
}

.p-aqua-about__image-wrap {
	margin-left: 2rem;
	margin-top: 6.4rem;
	overflow-x: auto;
	padding-right: 2rem;
	width: calc(100% - 2rem);
}

.p-aqua-about__image-wrap .simplebar-wrapper + * {
	margin-top: 4.4rem;
}

.p-aqua-about__image-wrap + * {
	margin-top: 7.3rem;
}

.p-aqua-about__copy {
	font-size: 2.8rem;
	line-height: 1.6428571429;
}

.p-aqua-about__lead em {
	font-size: 2.8rem;
	line-height: 1.6428571429;
}

.p-aqua-comparison {
	padding-block: 5rem 8rem;
}

.p-aqua-comparison__h2 {
	width: calc(100% - 4rem);
}

.p-aqua-comparison__h2 + * {
	margin-top: 4.5rem;
}

.p-aqua-comparison__table-wrap {
	padding-right: 2rem;
	width: calc(100% - 2rem);
}

.p-aqua-comparison__table-wrap + * {
	margin-top: 6.2rem;
}

.p-aqua-comparison__table-inner {
	min-width: 103.2rem;
	padding-top: 7.5rem;
}

.p-aqua-comparison__table thead th .inner {
	min-height: 4.6rem;
}

.p-aqua-comparison__table tbody tr.bubble .large {
	font-size: 1.5rem;
}

.p-aqua-comparison__table tbody tr.price td .inner {
	min-height: 3.1rem;
}

.p-aqua-comparison__table tbody td {
	font-size: 1.2rem;
}

.p-aqua-comparison__table tbody td .small {
	font-size: 1rem;
}

.p-aqua-comparison__table tbody td .large {
	font-size: 1.4rem;
}

.p-aqua-comparison__table td.highlighted .medium {
	font-size: 1.5rem;
}

.p-aqua-comparison__table td.highlighted .large {
	font-size: 1.6rem;
}

.p-aqua-comparison__table td .inner {
	min-height: 5.4rem;
}

.p-aqua-comparison__table td .icon {
	font-size: 1.4rem;
}

.p-aqua-comparison__table-highlighted {
	border-top-width: 12.2rem;
	left: 20.6395348837%;
}

.p-aqua-effect {
	padding-block: 4.5rem 8rem;
}

.p-aqua-effect .p-aqua-primary-title + * {
	margin-top: 2.5rem;
}

.p-aqua-effect__body {
	padding-inline: 1.5rem;
}

.p-aqua-effect__body.l-grid--col3 {
	gap: 2.8rem;
}

.p-aqua-effect__body.l-grid--col4 {
	gap: 2.8rem;
}

.p-aqua-effect__body + .p-aqua-effect__body {
	margin-top: 2.8rem;
}

.p-aqua-effect__image + * {
	margin-top: 1.5rem;
}

.p-aqua-effect__h3 {
	font-size: 2.3rem;
}

.p-aqua-effect__h3 + * {
	margin-top: 0.8rem;
}

.p-aqua-mv {
	padding-block: 6.1rem 23.3rem;
}

.p-aqua-mv .u-con--md {
	padding-top: 1.1rem;
	top: 6.1rem;
}

.p-aqua-mv__h2 {
	width: 22.56rem;
}

.p-aqua-mv__h2 + * {
	margin-top: 27rem;
}

.p-aqua-mv__lead + .p-aqua-mv__lead {
	margin-top: 2.5rem;
}

.p-aqua-mv__lead + * {
	margin-top: 5rem;
}

.p-aqua-mv__patent {
	font-size: 1.2rem;
	line-height: 1.4166666667;
}

.p-aqua-mv__patent-num {
	font-size: 1rem;
	line-height: 1.5;
}

.p-aqua-mv__patent + * {
	margin-top: 1.6rem;
}

.p-aqua-mv__image {
	width: 52.8rem;
}

.p-aqua-primary-title {
	font-size: 2.8rem;
	line-height: 1.6428571429;
}

.p-hikarix-comfortable {
	padding-block: 16.6rem 7rem;
	margin-top: 10.5rem;
}

.p-hikarix-comfortable__en {
	top: -10.5rem;
	width: 24.3rem;
}

.p-hikarix-comfortable__copy {
	font-size: 2.8rem;
	line-height: 1.6428571429;
}

.p-hikarix-comfortable__copy + * {
	margin-top: 3.4rem;
}

.p-hikarix-comfortable__copy + .p-hikarix-comfortable__lead {
	margin-top: 2.6rem;
}

.p-hikarix-comfortable__lead {
	font-size: 1.8rem;
	line-height: 1.5555555556;
}

.p-hikarix-comfortable__lead + * {
	margin-top: 5.2rem;
}

.p-hikarix-comfortable__image {
	left: 47%;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 112.32vw;
}

.p-hikarix-comfortable__image + * {
	margin-top: 1.6rem;
}

.p-hikarix-comfortable__box + * {
	margin-top: 4.5rem;
}

.p-hikarix-comfortable .p-hikarix__text + .p-hikarix-comfortable__note {
	margin-top: 1.5rem;
}

.p-hikarix-comfortable__list {
	gap: 1.1rem 1.4rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-hikarix-comfortable__list-item {
	width: calc(50% - 0.7rem);
}

.p-hikarix-head {
	padding-block: 4.7rem 6.2rem;
}

.p-hikarix-head__lead {
	font-size: 2.8rem;
	line-height: 1.6428571429;
}

.p-hikarix-head__lead-small {
	font-size: 2.2rem;
	line-height: 1.5454545455;
}

.p-hikarix-head__lead + * {
	margin-top: 3.4rem;
}

.p-hikarix-head__pfas {
	padding-block: 3.3rem 2.5rem;
	padding-inline: 1.5rem;
}

.p-hikarix-head__pfas-h2 {
	line-height: 1.28125;
}

.p-hikarix-head__pfas-h2 + * {
	margin-top: 2.2rem;
}

.p-hikarix-head__pfas + * {
	margin-top: 2.9rem;
}

.p-hikarix-mv {
	height: 772px;
}

.p-hikarix-mv__content {
	padding-inline: 2rem;
	max-width: 600px;
	top: 4.9rem;
}

.p-hikarix-mv__h1 {
	gap: 2.9rem;
	width: 100%;
}

.p-hikarix-mv__h1 .text {
	font-size: 2.2rem;
	line-height: 1.5454545455;
	text-align: center;
}

.p-hikarix-mv__h1 + * {
	margin-top: 2.9rem;
}

.p-hikarix-mv__lead {
	font-size: 2.2rem;
	line-height: 1.5454545455;
	text-align: center;
}

.p-hikarix-mv__image {
	height: 100%;
}

.p-hikarix-mv__image img {
	height: 100%;
}

.p-hikarix__text + .p-hikarix__note {
	margin-top: 1.6rem;
}

.p-hikarix__bg {
	padding-block: 3.6rem 4rem;
}

.p-hikarix__flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.p-hikarix__flex-title {
	font-size: 2.8rem;
	line-height: 1.6428571429;
}

.p-hikarix__flex-title + * {
	margin-top: 2.7rem;
}

.p-hikarix__flex-content {
	max-width: none;
}

.p-hikarix__flex-image {
	width: 100%;
}

.p-hikarix__how {
	padding-block: 5.8rem 3.6rem;
}

.p-hikarix__how .p-hikarix__flex {
	gap: 4.3rem;
}

.p-hikarix__how .p-hikarix__flex::after {
	display: none;
}

.p-hikarix__how .p-hikarix__flex-image {
	position: static;
	width: 100%;
}

.p-hikarix__btn-wrap {
	margin-top: 0;
	padding-bottom: 6.2rem;
	width: 100%;
}

.p-company {
	padding-block: 3rem 10.5rem;
}

.p-company__h1 {
	font-size: 1.8rem;
	line-height: 1.4444444444;
	text-align: left;
}

.p-company__h1 + * {
	margin-top: 2.5rem;
}

.p-company__h2 {
	font-size: 2.4rem;
	line-height: 1.4583333333;
	text-align: left;
}

.p-company__table-inner {
	gap: 0.96rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-company__table-dt,
.p-company__table-dd {
	text-align: left;
}

.p-company__table-dt {
	font-size: 1.2rem;
	line-height: 1.4166666667;
	width: 100%;
}

.p-company__table-dt::after {
	display: none;
	width: 2.8rem;
}

.p-company__table-dd {
	font-size: 1.4rem;
	line-height: 1.7142857143;
	width: 100%;
}

.p-company__table-dd .sp-padding {
	display: inline-block;
	padding-top: 1rem;
}

.p-contact-thanks__body {
	padding-block: 60px 80px;
}

.p-contact-thanks__lead {
	font-size: 2.2rem;
}

.p-contact-thanks__text {
	line-height: 1.6875;
	text-align: left;
}

.p-contact-thanks__text + * {
	margin-top: 40px;
}

.p-contact__head {
	padding-block: 3.5rem;
}

.p-contact__h1 {
	font-size: 2.4rem;
}

.p-contact__body {
	padding-block: 3.6rem 6.5rem;
}

.u-sp {
	display: none !important;
}

.u-con--sm {
	padding-inline: 2rem;
}

.u-con--md {
	padding-inline: 2rem;
	max-width: 600px;
}

}

@media not all and (max-width: 767px) {

a[href^="tel:"] {
	pointer-events: none;
}

.u-pt {
	display: none !important;
}

}

@-webkit-keyframes arrow-fade {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

49% {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

50% {
	opacity: 0;
}

51% {
	opacity: 1;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

100% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

}

@keyframes arrow-fade {

0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

49% {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

50% {
	opacity: 0;
}

51% {
	opacity: 1;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}

100% {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

}


/*# sourceMappingURL=style.css.map */
