:root {
	--font-family-base: Noto Sans JP,sans-serif;
	--font-weight-base: 400;
	--lineheight-base: 1.5;
	--font-en: Ubuntu,sans-serif;
	--font-size-base: 1.4rem;
	--cl-primary: #006fbc;
	--cl-primary-hover: #003255;
	--cl-secondary: #00477b;
	--cl-light: #00bfd3;
	--cl-bg: #f2faff;
	--cl-danger: red;
	--cl-warning: #eee93a;
	--cl-ttl: #8a8a8a;
	--cl-border: #f1f3f4;
	--cl-gray: #b9bec3;
	--input-border-color: #e6e6e6;
	--input-border-width: 0.1rem;
	--input-font-size: 14px;
	--input-font-weight: 400;
	--input-background: #fff;
}

* {
	box-sizing: border-box;
}

html {
	font-size: 2.6666666667vw;
	overflow-x: hidden;
}

html.noscroll {
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	width: 100%;
}

body {
	background-color: #fff;
	color: #000;
	font-family: var(--font-family-base);
	font-size: var(--font-size-base);
	font-weight: var(--font-weight-base);
	letter-spacing: .1em;
	line-height: var(--lineheight-base);
	margin: 0;
	position: relative;
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

dl,
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

b,
strong {
	font-weight: 700;
}

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

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

table {
	border-collapse: collapse;
}

th {
	font-weight: 400;
	text-align: inherit;
	text-align: -webkit-match-parent;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

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

textarea {
	overflow: auto;
	resize: vertical;
}

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

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

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

[hidden] {
	display: none!important;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: auto;
}

img.alignright {
	display: block;
	margin-left: auto;
}

img.alignleft {
	display: block;
	margin-right: auto;
}

.container {
	margin: auto;
	max-width: 136.6rem;
	padding-left: .8rem;
	padding-right: .8rem;
	width: 100%;
}

.inner {
	margin: auto;
	width: 100%;
}

.inner--small {
	max-width: 111rem;
}

.inner--medium {
	max-width: 124rem;
}

.inner--large {
	max-width: 128rem;
}

.animate_animated {
	animation-duration: 1.5s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

.animate__imageScale {
	animation-name: imageScale;
}

.bounce {
	animation: bounce 4.1s infinite;
	transform-origin: center bottom;
}

.slick-next,
.slick-prev {
	border: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0px;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
	background: transparent;
	color: transparent;
	outline: none;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: .75;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25;
}

.slick-next:before,
.slick-prev:before {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir=rtl] .slick-next:before {
	content: "←";
}

.slick-dots {
	bottom: -4rem;
	list-style: none;
	margin: 0;
	position: absolute;
	width: 100%;
}

.slick-dots,
.slick-dots li {
	display: flex;
	justify-content: center;
	padding: 0;
	text-align: center;
}

.slick-dots li {
	align-items: center;
	cursor: pointer;
	height: 1.5rem;
	margin: 0 .2rem;
	position: relative;
	transition: .2s ease-in-out;
	width: 1.5rem;
}

.slick-dots li button {
	background: transparent;
	background: #000;
	border: 0;
	border-radius: 50%;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: .7rem;
	line-height: 0px;
	outline: none;
	padding: 0;
	transition: all .2s ease-in-out;
	width: .7rem;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: none;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: .75;
}

.slick-dots li button:before {
	color: #000;
	font-size: 6px;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: .25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: 1;
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
	display: block;
	position: relative;
}

.slick-list {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0);
}

.slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide,
.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.btn {
	align-items: center;
	border: 0;
	color: #000;
	display: inline-flex;
	font-family: Noto Sans JP,sans-serif;
	font-weight: 400;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.btn.focus,
.btn:focus {
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: .6;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn--arrow {
	background-color: #fff;
	border: .3rem solid #000;
	border-radius: 7.2rem;
	font-size: 1.6rem;
	font-weight: 700;
	height: 5.6rem;
	justify-content: center;
	letter-spacing: .1em;
	min-width: 32rem;
	padding: 0 3rem;
	position: relative;
	transition: all .25s ease-in-out;
}

.btn--arrow span {
	padding-right: 4rem;
	position: relative;
}

.btn--arrow span:after,
.btn--arrow span:before {
	aspect-ratio: 1;
	border-radius: 50%;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .25s ease-in-out;
	width: 3rem;
}

.btn--arrow span:before {
	background-color: #000;
}

.btn--arrow span:after {
	background: url(../images/common/arrow_icon_01.svg) no-repeat right .9rem center/.9rem;
	filter: brightness(0) invert(1);
}

.btn--blank {
	background-color: #f1f3f4;
	border-radius: .8rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	position: relative;
}

.btn--blank:after {
	aspect-ratio: 1;
	background: url(../images/common/arrow_icon_01.svg) no-repeat 50%/contain;
	background-image: url(../images/common/blank_icon.svg);
	content: "";
	right: 1.5rem;
	width: 1.5rem;
}

.btn--arrow-small {
	border-radius: 4rem;
	font-weight: 700;
	height: 3.8rem;
	justify-content: flex-start;
	min-width: 22.2rem;
	padding: .5rem 4rem .5rem 2.3rem;
	position: relative;
}

.btn--arrow-small:after {
	aspect-ratio: 1;
	background: url(../images/common/arrow_icon_01.svg) no-repeat 50%/contain;
	content: "";
	position: absolute;
	right: 1.5rem;
	top: calc(50% - .45rem);
	transition: all .25s ease-in-out;
	width: .9rem;
}

.btn--arrow-small[target=_blank]:after {
	background-image: url(../images/common/blank_icon.svg);
	top: calc(50% - .8rem);
	width: 1.5rem;
}

.btn--arrow-small.--bg-primary {
	background-color: var(--cl-primary);
	color: #fff;
}

.btn--arrow-small.--bg-primary:after {
	filter: brightness(0) invert(1);
}

.btn--arrow-small.--bg-white {
	background-color: #fff;
	color: #000;
}

.btn--arrow-small.--bg-white:after {
	filter: brightness(0) invert(0);
}

.btn--arrow-small.--arrow-down:after {
	transform: rotate(90deg);
}

.btn--arrow02 {
	background-color: #fff;
	border: .3rem solid #000;
	border-radius: 1.2rem;
	box-shadow: 0 .3rem 0 #000;
	font-size: 1.6rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: .1em;
	min-height: 7rem;
	padding: 0 3rem;
	position: relative;
	transition: all .25s ease-in-out;
}

.btn--arrow02 span {
	padding-right: 4.5rem;
	position: relative;
}

.btn--arrow02 span:after,
.btn--arrow02 span:before {
	aspect-ratio: 1;
	border-radius: 50%;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .25s ease-in-out;
	width: 3.5rem;
}

.btn--arrow02 span:before {
	background-color: #fff;
}

.btn--arrow02 span:after {
	background: url(../images/common/arrow_icon_01.svg) no-repeat right 45% center/.9rem;
}

.btn--arrow02.--bg-primary {
	background-color: var(--cl-primary);
	color: #fff;
}

.btn--arrow02.--bg-power {
	background-color: #689032;
	color: #fff;
}

.btn--arrow02.--bg-power span:after {
	background-image: url(../images/common/arrow_icon_01_power.svg);
}

.btn--arrow02.--bg-white {
	color: var(--cl-primary);
}

.btn--arrow02.--bg-white span:before {
	background-color: var(--cl-primary);
}

.btn--arrow02.--bg-white span:after {
	filter: brightness(0) invert(1);
}

.btn--back {
	background-color: #000;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	height: 5.6rem;
	justify-content: center;
	max-width: 32rem;
	position: relative;
	width: 100%;
}

.btn--back:hover:before {
	left: 1.5rem;
}

.btn--back:before {
	background: url(../images/common/arrow_icon_01.svg) no-repeat 50%/contain;
	content: "";
	filter: brightness(0) invert(1);
	height: 100%;
	left: 2.2rem;
	position: absolute;
	top: 0;
	transform: scaleX(-1);
	transition: all .25s ease-in-out;
	width: .9rem;
}

.btn--linear {
	background: linear-gradient(35deg,var(--cl-light),var(--cl-primary),var(--cl-light));
	background-position: 100%;
	background-size: 200%;
	border: 0;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	height: 3.4rem;
	padding-inline: 1.6rem;
	transition: all .25s ease-in-out;
}

.btn--linear:hover {
	background-position: 0;
}

.p-header {
	background-color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 29;
}

.p-header__wrap {
	align-items: center;
	display: flex;
	gap: .5rem;
	margin-inline: auto;
	max-width: 136.6rem;
	padding-left: 1rem;
}

.p-header__left {
	align-items: center;
	display: flex;
	gap: .8rem;
	margin-right: auto;
}

.p-header__contracts {
	padding: .8rem .5rem;
	width: 10rem;
}

.p-header #js-confetti {
	position: relative;
}

.p-header #js-confetti .particles-js-canvas-el {
	content: "";
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	z-index: 1;
}

.p-header__logo {
	width: 10rem;
}

.p-header__btn {
	background: linear-gradient(35deg,var(--cl-light),var(--cl-primary),var(--cl-light));
	background-position: 100%;
	background-size: 200%;
	border: 0;
	border-radius: .4rem;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	gap: .3rem;
	height: 2.2rem;
	padding-inline: .7rem;
	transition: all .25s ease-in-out;
}

.p-header__btn:hover {
	background-position: 0;
}

.p-header__btn:before {
	aspect-ratio: 12/9;
	background: url(../images/common/mail_icon.svg) no-repeat 50%/contain;
	content: "";
	width: 1.2rem;
}

.p-header__btn--large {
	font-size: 1.6rem;
	gap: .5rem;
	height: 5rem;
	justify-content: center;
	margin-top: 2rem;
	width: 100%;
}

.p-header__btn--large:before {
	width: 1.4rem;
}

.p-header-menu {
	align-items: center;
	display: flex;
}

.p-header-menu__anchor {
	align-items: center;
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	gap: .6rem;
	position: relative;
	transition: all .25s ease-in-out;
}

.p-header-menu__anchor:hover {
	opacity: .8;
}

.p-header-menu__anchor svg {
	height: 1.6rem;
	width: 1.6rem;
}

.menu-has-sub .p-header-menu__anchor.is-active:before,
.menu-has-sub .p-header-menu__anchor:hover:before {
	width: 100%;
}

.menu-has-sub .p-header-menu__anchor:before {
	background: var(--cl-primary);
	bottom: 0;
	content: "";
	height: .5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all .25s ease-in-out;
	width: 0;
	z-index: 1;
}

.menu-has-sub .p-header-menu__anchor:after {
	background-color: #000;
	clip-path: polygon(100% 0,0 0,50% 100%);
	content: "";
	height: .5rem;
	width: 1rem;
}

.p-header-content {
	background: linear-gradient(45deg,#e8f6ff,#f4fbff);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: var(--headH);
	transition: all .25s ease-in-out;
	visibility: hidden;
	z-index: -2;
}

.p-header-content.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.p-header-content__wrap {
	position: relative;
	z-index: 3;
}

.p-header-sub__ttl {
	color: var(--cl-primary);
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}

.p-header-sub__ttl .ttl-icon {
	aspect-ratio: 1;
	width: 2.1rem;
}

.p-header-sub__ttl .ttl-icon img {
	display: block;
	width: 100%;
}

.p-header-sub__close {
	align-items: center;
	aspect-ratio: 1;
	background: var(--cl-primary);
	border: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: .8rem;
	gap: .8rem;
	justify-content: center;
	padding-top: .8rem;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .25s ease-in-out;
	width: 4rem;
}

.p-header-sub__close:hover {
	background: var(--cl-primary-hover);
}

.p-header-sub__close .icon-close {
	align-items: center;
	display: flex;
	height: .2rem;
	justify-content: center;
	position: relative;
	width: 1.6rem;
}

.p-header-sub__close .icon-close:after,
.p-header-sub__close .icon-close:before {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}

.p-header-sub__close .icon-close:before {
	transform: rotate(45deg);
}

.p-header-sub__close .icon-close:after {
	transform: rotate(-45deg);
}

.p-header-sub__side {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 39.8rem;
}

.p-header-sub__side li:not(:last-child) {
	margin-bottom: .5rem;
}

.p-header-sub__side li a {
	align-items: center;
	border-left: .4rem solid transparent;
	color: var(--cl-primary);
	display: flex;
	font-weight: 700;
	height: 4.9rem;
	padding-left: 2.8rem;
	position: relative;
	text-decoration: none;
	transition: all .25s ease-in-out;
}

.p-header-sub__side li a:hover:after {
	transform: translateX(1rem);
}

.p-header-sub__side li a.is-active {
	background-color: #fff;
	border-left-color: var(--cl-primary);
}

.p-header-sub__side li a:after {
	background: url(../images/common/arrow_icon_01.svg) no-repeat 50%/contain;
	content: "";
	height: .9rem;
	position: absolute;
	right: 4.5rem;
	top: calc(50% - .5rem);
	transition: all .25s ease-in-out;
	width: .6rem;
}

.p-header-sub__side-sp {
	background-color: #fff;
	color: var(--cl-primary);
	font-size: 1.4rem;
	font-weight: 700;
	padding: 1rem;
	position: relative;
}

.p-header-sub__side-sp:not(:first-child) {
	border-top: 1px solid #f1f3f4;
}

.p-header-sub__side-sp:after,
.p-header-sub__side-sp:before {
	background-color: var(--cl-primary);
	content: "";
	height: 2px;
	position: absolute;
	right: 1rem;
	top: calc(50% - 1px);
	transition: all .25s ease-in-out;
	width: 1rem;
}

.p-header-sub__side-sp:after {
	transform: rotate(90deg);
}

.p-header-sub__group {
	display: none;
}

.p-header-sub__group-ttl {
	align-items: center;
	color: var(--cl-primary);
	display: flex;
	font-weight: 700;
	gap: .7rem;
	margin-bottom: 1rem;
}

.p-header-sub__group-ttl:not(:first-child) {
	margin-top: 1.6rem;
}

.p-header-sub__list {
	display: grid;
	gap: .8rem;
}

.p-header-sub__list a {
	align-items: flex-end;
	border-bottom: 1px solid #000;
	display: flex;
	font-size: 1.2rem;
	font-weight: 700;
	height: 100%;
	line-height: 1.2;
	padding-bottom: .5rem;
	padding-top: .5rem;
	position: relative;
}

.p-header-sub__list a:hover:after {
	right: 0;
}

.p-header-sub__list a:after {
	background: url(../images/common/arrow_icon_01.svg) no-repeat 50%/contain;
	bottom: calc(50% - .4rem);
	content: "";
	filter: brightness(0) invert(0);
	height: .9rem;
	position: absolute;
	right: .4rem;
	transition: all .25s ease-in-out;
	width: .6rem;
}

.p-header-sub__list a[target=_blank]:after {
	background-image: url(../images/common/blank_icon.svg);
	bottom: calc(50% - .5rem);
	height: 1rem;
	width: 1rem;
}

.p-header-sub__col {
	display: grid;
	gap: 1.6rem;
}

.p-header-sub__col .p-header-sub__list {
	grid-template-columns: none;
}

.p-header-sub__col:not(:first-child) {
	margin-top: 1.6rem;
}

.p-header-snswrapper {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin-top: 2rem;
}

.p-header-snswrapper__icon {
	aspect-ratio: 1;
	display: block;
	width: 2rem;
}

.hamburger-box {
	align-items: center;
	aspect-ratio: 1;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 4rem;
}

.hamburger-box.is-active .hamburger-box__line {
	background-color: transparent;
}

.hamburger-box.is-active .hamburger-box__line:before {
	top: 0;
	transform: rotate(45deg);
}

.hamburger-box.is-active .hamburger-box__line:after {
	top: 0;
	transform: rotate(-45deg);
}

.hamburger-box__line {
	background: #000;
	height: .2rem;
	margin-block: .8rem;
	position: relative;
	width: 1.6rem;
}

.hamburger-box__line:after,
.hamburger-box__line:before {
	background: #000;
	content: "";
	height: .2rem;
	left: 0;
	position: absolute;
	transition: transform .3s ease,top .3s ease,opacity .3s ease;
	width: 100%;
}

.hamburger-box__line:before {
	top: -.5rem;
}

.hamburger-box__line:after {
	top: .5rem;
}

.hamburger-box__txt {
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.pagetop__item {
	cursor: pointer;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .09em;
	padding-left: 2rem;
	position: relative;
	transition: all .25s ease-in-out;
}

.pagetop__item:hover {
	opacity: .8;
}

.pagetop__item:after,
.pagetop__item:before {
	aspect-ratio: 1;
	border-radius: 50%;
	content: "";
	left: 0;
	position: absolute;
	top: calc(50% - .8rem);
	width: 1.6rem;
}

.pagetop__item:before {
	background-color: #fff;
}

.pagetop__item:after {
	background: url(../images/common/arrow_icon_01.svg) no-repeat 50%/.5rem;
	filter: brightness(0) invert(0);
	padding-left: .1rem;
	transform: rotate(-90deg);
}

.c-footer {
	background-color: #f1f3f4;
	border-radius: 1.6rem 1.6rem 0 0;
	position: relative;
	z-index: 2;
}

.p-footer {
	padding-top: 3.2rem;
}

.p-footer-head__logo {
	margin-bottom: 1rem;
	width: 19.8rem;
}

.p-footer-head__logo img {
	width: 100%;
}

.p-footer-head__ttl {
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: .5rem;
}

.p-footer-head__txt {
	font-size: 1rem;
	font-weight: 500;
}

.p-footer-head__icon {
	width: 4.6rem;
}

.p-footer-content {
	padding-bottom: 5rem;
}

.p-footer-nav {
	display: flex;
	flex-flow: wrap;
	font-size: 1.2rem;
	font-weight: 700;
	gap: 1.6rem 2rem;
	letter-spacing: .03em;
	margin-bottom: 5rem;
}

.p-footer-nav__item {
	transition: all .25s ease-in-out;
}

.p-footer-nav__item:hover {
	opacity: .8;
}

.p-footer-menu {
	display: grid;
	gap: 2rem;
}

.p-footer-menu a {
	transition: all .25s ease-in-out;
}

.p-footer-menu a:hover {
	opacity: .8;
}

.p-footer-menu__ttl {
	border-bottom: 1px solid var(--cl-ttl);
	color: var(--cl-ttl);
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: .1em;
	margin-bottom: .8rem;
	padding-bottom: .8rem;
}

.p-footer-menu__ttl.--small {
	letter-spacing: 0;
}

.p-footer-menu__ttl:not(:first-child) {
	margin-top: 2rem;
}

.p-footer-menu__list {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: .03em;
}

.p-footer-menu__list li {
	margin-bottom: .8rem;
}

.p-footer-menu__list a {
	display: inline-flex;
}

.p-footer-menu__list a:before {
	background: url(../images/common/arrow_icon_01.svg) no-repeat 50%/contain;
	content: "";
	display: inline-block;
	filter: brightness(0) invert(0);
	height: .9rem;
	margin-right: .8rem;
	margin-top: .6rem;
	width: .6rem;
}

.p-footer-menu__sub {
	align-items: center;
	color: var(--cl-ttl);
	display: flex;
	font-size: 1.4rem;
	font-weight: 500;
	gap: .3rem;
	margin-bottom: .5rem;
}

.p-footer-menu__sub:before {
	aspect-ratio: 1;
	background-color: var(--cl-ttl);
	border-radius: 50%;
	content: "";
	flex-shrink: 0;
	width: .5rem;
}

.p-footer-menu__sub:not(:first-child) {
	margin-top: 2rem;
}

.p-footer-menu__dash {
	font-size: 1.2rem;
	font-weight: 500;
}

.p-footer-menu__dash li {
	margin-bottom: .1rem;
}

.p-footer-menu__dash a {
	align-items: center;
	display: inline-flex;
}

.p-footer-menu__dash a:before {
	background-color: #000;
	content: "";
	display: inline-block;
	height: 1px;
	margin-right: .8rem;
	width: .8rem;
}

.p-footer__copyright {
	background-color: #000;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
	padding: 1.8rem 0 15rem;
	text-align: center;
}

.form-control {
	background-clip: padding-box;
	background-color: var(--input-background);
	border: var(--input-border-width) solid var(--input-border-color);
	color: #000;
	display: block;
	font-family: var(--font-family-base);
	font-size: var(--input-font-size);
	font-weight: var(--input-font-weight);
	height: 6rem;
	line-height: 1.5;
	padding: .5rem 1rem;
	width: 100%;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.form-control::-moz-placeholder {
	color: #e6e6e6;
	opacity: 1;
}

.form-control::placeholder {
	color: #e6e6e6;
	opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #1e1e1e;
	opacity: 1;
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-table table {
	width: 100%;
}

.c-table td,
.c-table th {
	padding-block: .8rem;
}

.c-table th {
	border-bottom: 1px solid var(--cl-primary);
	color: var(--cl-primary);
	width: 11rem;
}

.c-table td {
	border-bottom: 1px solid #b9bec3;
	padding-left: .5rem;
	width: auto;
}

.hline01__ttl {
	color: var(--cl-primary);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}

.hline01__sub {
	font-weight: 700;
	line-height: 1;
}

.hline02 {
	align-items: flex-end;
	color: #fff;
	display: flex;
	gap: 1.5rem;
}

.hline02__ttl {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}

.hline02__sub {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
}

.hline03 {
	margin-bottom: 2rem;
}

.hline03__sub {
	color: var(--cl-primary);
	font-family: var(--font-en);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
}

.hline03__ttl {
	font-size: 1.8rem;
	font-weight: 700;
}

.hline03__ttl.--lead {
	color: var(--cl-primary);
	margin-block: 4rem 1.5rem;
	text-align: center;
}

.hline03__ttl.cl-primary,
.lead-ttl {
	text-align: center;
}

.lead-ttl {
	background: url(../images/common/arrow_line.svg) no-repeat bottom/auto 1.2rem;
	color: var(--cl-primary);
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.2;
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	position: relative;
}

.linear-ttl {
	align-items: center;
	color: var(--cl-primary);
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	gap: .6rem;
	margin-bottom: .5rem;
}

.nospace:after,
.nospace:before {
	block-size: 1px;
	content: "";
	display: block;
	inline-size: 0;
}

.nospace:before {
	margin-block-end: calc((1 - var(--lh, var(--lineheight-base)))*.5em);
}

.nospace:after {
	margin-block-start: calc((1 - var(--lh, var(--lineheight-base)))*.5em);
}

main {
	margin-top: var(--headH);
	overflow: clip;
}

.c-wrapper {
	margin: auto;
	max-width: 136.6rem;
}

.cl-primary {
	color: var(--cl-primary);
}

.cl-danger {
	color: var(--cl-danger);
}

.font-en {
	font-family: var(--font-en);
}

.byte {
	font-feature-settings: "palt" 1,"pkna" 1,"pwid" 1,"pkna" 1;
}

.c-center {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.space-bottom {
	margin-bottom: 6rem;
}

.slick-dots {
	z-index: 1;
}

.slick-dots li {
	height: .6rem;
	margin: 0 .3rem;
	width: .6rem;
}

.slick-dots li.slick-active button {
	background: linear-gradient(180deg,#006fbc,#00bfd3);
}

.slick-dots li button {
	background-color: #c1c1c1;
	height: 100%;
	width: 100%;
}

.c-news {
	border-bottom: 1px solid #c1c1c1;
	display: block;
	padding-bottom: 1rem;
	padding-right: 3rem;
	position: relative;
}

.c-news:not(:last-child) {
	margin-bottom: 1rem;
}

.c-news:after {
	background: url(../images/common/arrow_icon_01.svg) no-repeat 50%/contain;
	content: "";
	filter: brightness(0) invert(0);
	height: .9rem;
	position: absolute;
	right: 0;
	top: calc(50% - .4rem);
	width: .6rem;
}

.c-news-cate {
	align-items: center;
	display: flex;
	gap: .5rem;
}

.c-news-cate__item {
	align-items: center;
	border-radius: 2.4rem;
	color: #fff;
	display: flex;
	font-size: 1.2rem;
	font-weight: 700;
	height: 1.8rem;
	justify-content: center;
	width: 5.5rem;
}

.c-news-cate__item.--light {
	background-color: #00bfd3;
}

.c-news-cate__item.--danger {
	background-color: #c20000;
}

.c-news__head {
	align-items: center;
	display: flex;
	gap: .9rem;
	margin-bottom: .4rem;
}

.c-news__date {
	color: var(--cl-primary);
	font-size: 1.2rem;
	font-weight: 700;
}

.c-news__id {
	color: var(--cl-ttl);
	font-size: 1rem;
	font-weight: 700;
}

.c-news__txt {
	font-weight: 500;
}

.c-note li {
	color: var(--cl-ttl);
	display: flex;
	font-size: 1.2rem;
	font-weight: 300;
}

.c-note li:before {
	content: "※";
}

.c-star {
	font-size: 1.2rem;
}

.c-star li {
	color: var(--cl-ttl);
}

.c-star li:before {
	content: "※";
}

.c-star li a {
	text-decoration: underline;
	word-break: break-all;
}

.c-star.--space li:not(:last-child) {
	margin-bottom: .5rem;
}

.c-slider {
	margin-bottom: 6.3rem;
}

.c-slider__ttl {
	align-items: center;
	color: var(--cl-primary);
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	gap: .8rem;
	justify-content: center;
	margin-bottom: 1rem;
}

.c-slider__ttl:after,
.c-slider__ttl:before {
	background: url(../images/common/line_icon.svg) no-repeat 50%/contain;
	content: "";
	flex-shrink: 0;
	height: 1.6rem;
	width: 1rem;
}

.c-slider__ttl:after {
	transform: scaleX(-1);
}

.c-slider-list {
	background-color: var(--cl-bg);
	border-radius: 1.6rem;
	overflow: hidden;
	padding: 1.5rem 0 3rem;
}

.c-slider-list__wrap {
	padding-top: 2.4rem;
}

.c-slider-list__item {
	margin: 0 .7rem;
	position: relative;
	width: 37.5rem;
}

.c-slider-list__item img {
	position: relative;
	transition: transform .3s ease-in-out;
	width: 100%;
}

.c-slider-list__item.is-highest img {
	transform: translateY(-.9rem);
}

.c-slider-list__item.is-second img {
	transform: translateY(0);
}

.c-slider-list__item.before-first-slide+.slick-center img {
	transform: translateY(-9px);
}

.c-slider-list .slick-list {
	overflow: inherit;
	padding-inline: 5.7rem!important;
}

.c-slider-list .slick-dots {
	bottom: -.5rem;
}

.c-slider-list .slick-arrow {
	align-items: center;
	background-color: #000;
	border-radius: 50%;
	display: flex;
	height: 3.1rem;
	justify-content: center;
	transition: all .25s ease-in-out;
	width: 3.1rem;
	z-index: 2;
}

.c-slider-list .slick-arrow:hover {
	opacity: .85;
}

.c-slider-list .slick-arrow:before {
	aspect-ratio: 17/27;
	background: url(../images/common/arrow_icon_01.svg) no-repeat 50%/contain;
	content: "";
	filter: brightness(0) invert(1);
	position: absolute;
	width: .9rem;
}

.c-slider-list .slick-prev {
	left: .4rem;
	padding-right: .4rem;
}

.c-slider-list .slick-prev:before {
	transform: scaleX(-1);
}

.c-slider-list .slick-next {
	padding-left: .4rem;
	right: .4rem;
}

.c-bnr-bottom {
	border-radius: .6rem;
	bottom: 2.4rem;
	overflow: hidden;
	position: fixed;
	right: 1rem;
	width: calc(100% - 2rem);
	z-index: 3;
}

.c-overlay {
	display: none;
	inset: 0;
	position: absolute;
	z-index: 1;
}

.c-overlay.is-active {
	display: block;
}

.c-overlay.--bg-primary {
	background: rgba(0,50,85,.8);
}

.c-overlay--popup {
	z-index: 29;
}

.c-breadcrumb {
	background-color: #f2faff;
}

.c-breadcrumb ul {
	align-items: center;
	color: var(--cl-primary);
	display: flex;
	font-size: 1rem;
	font-weight: 500;
	height: 3rem;
}

.c-breadcrumb ul li:not(:last-child):after {
	content: "/";
	display: inline-block;
	margin-inline: .4rem;
}

.c-breadcrumb-footer ul {
	align-items: center;
	color: var(--cl-ttl);
	display: flex;
	font-weight: 500;
}

.c-breadcrumb-footer ul li:not(:last-child):after {
	content: "/";
	display: inline-block;
	margin-inline: .4rem;
}

.c-head {
	background: linear-gradient(90deg,#006fbc,#00bfd3);
}

.c-head__ttl {
	padding-block: 1rem;
}

.c-service-head {
	display: flex;
	justify-content: center;
}

.c-service-head__anchor {
	align-items: center;
	background-color: #f1f3f4;
	border-radius: 1.6rem 1.6rem 0 0;
	color: #c1c1c1;
	display: flex;
	font-size: 1.2rem;
	font-weight: 700;
	gap: .4rem;
	height: 3.8rem;
	justify-content: center;
	letter-spacing: .1em;
	transition: all .25s ease-in-out;
}

.c-service-head__anchor.is-active,
.c-service-head__anchor:hover {
	background-color: var(--cl-primary);
	color: #fff;
}

.c-service-head__anchor.is-active img,
.c-service-head__anchor:hover img {
	filter: brightness(0) invert(1);
}

.c-service-head__icon {
	width: 1.5rem;
}

.c-service-content {
	background-color: #f2faff;
	border-radius: 0 0 1.6rem 1.6rem;
	padding: 1.2rem .9rem 1.5rem;
}

.c-service-list {
	display: grid;
	gap: .5rem;
	grid-template-columns: repeat(3,1fr);
}

.c-service-list__anchor {
	align-items: center;
	background-color: #fff;
	border-radius: .4rem;
	color: var(--cl-primary);
	display: flex;
	flex-direction: column;
	height: 100%;
	letter-spacing: .1em;
	padding-block: .8rem;
	text-align: center;
	transition: all .25s ease-in-out;
}

.c-service-list__anchor.is-active,
.c-service-list__anchor:hover {
	background-color: var(--cl-primary);
	color: #fff;
}

.c-service-list__anchor.is-active img:not(.nomal):not(.hover),
.c-service-list__anchor:hover img:not(.nomal):not(.hover) {
	filter: brightness(0) invert(1);
}

.c-service-list__anchor.is-active img.nomal,
.c-service-list__anchor:hover img.nomal {
	opacity: 0;
}

.c-service-list__anchor.is-active img.hover,
.c-service-list__anchor:hover img.hover {
	opacity: 1;
}

.c-service-list__ttl {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .075em;
	line-height: 1.3;
}

.c-service-list__icon {
	margin-bottom: .3rem;
	position: relative;
	width: 5.4455445545rem;
}

.c-service-list__icon img {
	transition: all .1s ease-in-out;
	width: 100%;
}

.c-service-list__icon img.hover {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}

.c-tab {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.c-tab__head {
	background-color: var(--cl-bg);
	border-radius: .8rem;
	display: flex;
	justify-content: center;
	margin-bottom: 1.5rem;
	padding: .6rem;
}

.c-tab__head a {
	align-items: center;
	border-radius: .4rem;
	color: var(--cl-ttl);
	display: inline-flex;
	font-size: 1.4rem;
	font-weight: 700;
	justify-content: center;
	min-height: 3rem;
	min-width: 20rem;
	position: relative;
	transition: all .25s ease-in-out;
	z-index: 5;
}

.c-tab__head a.is-active {
	background-color: var(--cl-primary);
	color: #fff;
}

.c-tab__content {
	width: 100%;
}

.c-tag {
	background: #fff;
	border: .2rem solid var(--cl-primary);
	border-radius: 3rem;
	color: var(--cl-primary);
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	padding: 0 1.8rem;
	z-index: 2;
}

.c-cate {
	display: flex;
	flex-wrap: wrap;
	gap: .2rem .3rem;
	list-style: none;
	margin: 0;
}

.c-cate li {
	background: #fff;
	border: 2px solid #8a8a8a;
	color: #8a8a8a;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0;
	padding: 0 .7rem;
	white-space: nowrap;
}

.c-cate-circle {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem;
}

.c-cate-circle li {
	align-items: center;
	background: #000;
	border-radius: 2rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.4rem;
	font-weight: 700;
	justify-content: center;
	padding: .2rem 1rem;
	white-space: nowrap;
}

.c-box-bg {
	position: relative;
	z-index: 1;
}

.c-box-bg:before {
	background-color: #f2faff;
	border-radius: 1.6rem;
	content: "";
	height: 34.6rem;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.c-contact {
	margin: 3rem 0 4rem;
}

.c-contact .inner {
	max-width: 128.6rem;
}

.c-contact__wrap {
	border-radius: 1.6rem;
	overflow: hidden;
}

.c-contact__item {
	align-items: center;
	background-color: #006fbc;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.5rem 0 3.2rem;
	text-align: center;
}

.c-contact__item.--faq {
	background-color: var(--cl-secondary);
}

.c-contact__ttl {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: .15em;
	line-height: 1.1;
	margin-bottom: 1rem;
}

.c-contact__txt {
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 2;
	margin-bottom: 1rem;
}

.c-contact__btn .btn--arrow {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.c-contact__btn .btn--arrow span:before {
	background-color: #fff;
}

.c-contact__btn .btn--arrow span:after {
	filter: none;
}

.pagination ul {
	align-items: center;
	display: flex;
	flex-flow: wrap;
	font-family: var(--font-en);
	font-size: 1.4rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	text-transform: uppercase;
}

.pagination ul .prev {
	margin-right: 1rem;
}

.pagination ul .next {
	margin-left: 1rem;
}

.pagination ul .page-numbers {
	align-items: center;
	aspect-ratio: 1;
	border: .2rem solid var(--cl-primary);
	border-radius: 50%;
	color: var(--cl-primary);
	display: flex;
	justify-content: center;
	transition: all .25s ease-in-out;
	width: 3rem;
}

.pagination ul .current,
.pagination ul .page-numbers:hover {
	background-color: var(--cl-primary);
	color: #fff;
}

.tab-box {
	display: none;
}

.tab-box.is-active {
	display: block;
}

.c-line-bot {
	background: linear-gradient(to top,var(--cl-warning),.9rem,transparent .9rem);
	position: relative;
	z-index: 1;
}

.c-popup {
	background: #fff;
	border-radius: 1rem;
	left: 50%;
	max-height: calc(100vh - 3rem);
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5.5rem 1.7rem 1.5rem;
	pointer-events: none;
	position: fixed;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all .15s ease-in-out;
	visibility: hidden;
	width: 94%;
	z-index: 39;
}

.c-popup.is-active {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

.c-popup::-webkit-scrollbar {
	width: .8rem;
}

.c-popup::-webkit-scrollbar-track {
	background-color: transparent;
}

.c-popup::-webkit-scrollbar-thumb {
	background-color: var(--cl-secondary);
	border-radius: .4rem;
}

.c-popup-close {
	align-items: center;
	aspect-ratio: 1;
	background-color: var(--cl-primary);
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	right: 1.2rem;
	top: 1.2rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 3.5rem;
}

.c-popup-close__line {
	background-color: transparent;
	height: .2rem;
	margin-block: .8rem;
	position: relative;
	width: 1.6rem;
}

.c-popup-close__line:after,
.c-popup-close__line:before {
	background: #fff;
	content: "";
	height: .2rem;
	left: 0;
	position: absolute;
	transition: transform .3s ease,top .3s ease,opacity .3s ease;
	width: 100%;
}

.c-popup-close__line:before {
	top: 0;
	transform: rotate(45deg);
}

.c-popup-close__line:after {
	top: 0;
	transform: rotate(-45deg);
}

.c-popup-close__txt {
	color: #fff;
	font-family: var(--font-en);
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.c-popup__flow {
	height: 100%;
}

.btn-popup {
	cursor: pointer;
	position: absolute;
	width: 15rem;
	z-index: 4;
}

.btn-popup.--nolink {
	pointer-events: none;
}

.btn-popup.--popup-price {
	right: 1.5rem;
	top: 4rem;
}

.btn-popup.--popup-cost {
	top: -3.5rem;
}

.btn-popup.--popup-flow {
	right: .5rem;
	top: -1rem;
}

.btn-popup.--popup-area {
	left: 50%;
	width: 17.3rem;
}

.btn-popup.--popup-net-feature {
	right: .5rem;
	top: -4.5rem;
}

.btn-popup.--price-spot {
	right: .8rem;
	top: -4rem;
	width: 14.8rem;
}

.btn-popup img {
	width: 100%;
}

sup {
	font-size: 1rem;
}

.c-mv {
	margin-bottom: 2rem;
	position: relative;
}

.c-mv__wrap {
	overflow: hidden;
	position: relative;
}

.c-mv__image img {
	width: 100%;
}

.c-mv__logo {
	margin-bottom: .8rem;
}

.c-mv__logo.--logo-width01 {
	width: 20.1rem;
}

.c-mv__ttl {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.65;
	margin-bottom: .6rem;
}

.c-mv__subttl {
	color: var(--cl-ttl);
	font-size: 1.4rem;
	font-weight: 700;
}

.c-mv__subttl__small {
	color: var(--cl-ttl);
	font-size: 1rem;
	margin-bottom: 1.5rem;
	margin-top: .4rem;
}

.c-mv__anchor {
	display: flex;
}

.c-mv__anchor .btn--linear {
	border-radius: 5rem;
	position: relative;
}

.c-mv__anchor .btn--linear:after {
	aspect-ratio: 1;
	background: url(../images/common/arrow_icon_01.svg) no-repeat 50%/contain;
	content: "";
	filter: brightness(0) invert(1);
	position: absolute;
	right: 1.5rem;
	top: calc(50% - .45rem);
	transform: rotate(90deg);
	transition: all .25s ease-in-out;
	width: .9rem;
}

.c-feature {
	margin-bottom: 4rem;
}

.c-feature__txt {
	margin-bottom: 2rem;
}

.c-feature__sub {
	color: var(--cl-primary);
	margin-bottom: 1rem;
	text-align: center;
}

.c-feature__sub:not(:first-child) {
	margin-top: 3rem;
}

.c-feature__area {
	background-color: var(--cl-bg);
	border-radius: 2rem;
	padding: 1rem 1rem 3rem;
}

.c-feature__area-ttl {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	gap: .5rem;
	margin-bottom: .5rem;
}

.c-feature__area-image {
	align-items: center;
	background-color: #fff;
	border-radius: 1rem;
	display: flex;
	justify-content: center;
	min-height: 22.5rem;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.c-feature__media-item {
	align-items: center;
	background-color: var(--cl-bg);
	border-radius: 2rem;
	display: flex;
	gap: 1rem;
	justify-content: flex-start;
	padding: 2.5rem 1.5rem;
}

.c-feature__media-item:not(:last-child) {
	margin-bottom: 1.5rem;
}

.c-feature__media-icon {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 13rem;
	position: relative;
	width: 12rem;
	z-index: 1;
}

.c-feature__media-icon.--icon-bg {
	padding: .5rem;
}

.c-feature__media-icon.--icon-size16 {
	width: 15rem;
}

.c-feature__media-icon.--icon-size19:after {
	margin-left: -1rem;
}

.c-feature__media-icon:after {
	aspect-ratio: 1;
	background-color: #fff;
	border-radius: 50%;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 12rem;
	z-index: -1;
}

.c-feature__media-ttl {
	font-size: 2.2rem;
	font-weight: 900;
}

.c-feature__media-sub {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.c-feature__media-sub:not(:last-child) {
	margin-bottom: 1rem;
}

.c-feature__media-txt {
	font-size: 1.4rem;
	line-height: 1.75;
	margin-top: 1rem;
}

.c-feature__media-txt:not(:last-child):not(.nospace) {
	margin-bottom: 1.2rem;
}

.c-feature__media-note {
	color: var(--cl-ttl);
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.5;
	margin-top: .8rem;
}

.c-feature__media-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

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

.c-feature__media-btn .btn:after {
	filter: brightness(0) invert(0);
}

.c-price__top {
	background: var(--cl-bg);
	border-radius: 2rem 2rem;
	padding-block: 3rem;
}

.c-price__top .inner {
	position: relative;
}

.c-price__xg {
	border: 2px solid var(--cl-gray);
	border-radius: .8rem;
	display: block;
	font-weight: 900;
	margin-bottom: 1rem;
	padding: 2rem 1rem 1.5rem;
	text-align: center;
	transition: all .25s ease-in-out;
}

.c-price__xg-logo {
	margin-inline: auto;
	margin-bottom: 1rem;
	max-width: 80%;
}

.c-price__xg-ttl {
	line-height: 1.75;
}

.c-price__xg-ttl span {
	font-size: 2rem;
}

.c-price__area {
	background-color: #fff;
	border-radius: 2rem;
	box-shadow: 0 0 2.5rem rgba(0,0,0,.05);
	padding: 1rem 1rem 3rem;
	position: relative;
	z-index: 2;
}

.c-price__area-note {
	margin-bottom: 2rem;
}

.c-price__area-note li {
	color: var(--cl-ttl);
	font-size: 1.2rem;
}

.c-price__area-note li:before {
	content: "※";
}

.c-price__area-ttl {
	align-items: center;
	border-radius: .8rem;
	display: flex;
	font-size: 1.4rem;
	justify-content: center;
	margin-bottom: 2rem;
	min-height: 4.2rem;
	padding: .5rem 2rem;
}

.c-price__area .btn--arrow02 {
	margin-inline: auto;
}

.c-price__bg {
	margin-bottom: 3rem;
	padding: 3rem .8rem;
	position: relative;
	z-index: 1;
}

.c-price__bg:after {
	background-color: var(--cl-primary);
	border-radius: 0 0 2rem 2rem;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.c-price__bg-txt {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	margin-bottom: 2.5rem;
	text-align: center;
}

.c-price__col:not(:first-child) {
	margin-top: 3rem;
}

.c-price__col-left {
	align-items: center;
	display: flex;
	flex-direction: column;
	min-width: 20rem;
}

.c-price__col-left .c-cate-circle {
	align-items: center;
	flex-direction: column;
}

.c-price__col-left .c-cate-circle:not(:last-child) {
	margin-bottom: 5.5rem;
}

.c-price__col-left .c-cate-circle li {
	height: 3rem;
	min-width: 17.5rem;
	text-align: center;
}

.c-price__col-image {
	margin-bottom: 3rem;
}

.c-price__col-image img {
	width: 100%;
}

.c-price__col-ttl {
	color: var(--cl-primary);
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: .8rem;
}

.c-price__col-txt {
	margin-bottom: 1.5rem;
}

.c-price__col-btn {
	margin-bottom: 2rem;
}

.c-price__package {
	background: var(--cl-bg);
	border-radius: .8rem;
	padding: 2rem;
}

.c-price__package:not(:last-child) {
	margin-bottom: 1rem;
}

.c-price__package-body,
.c-price__package-left {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.c-price__package-gb {
	background-color: var(--cl-primary);
	color: #fff;
	font-family: var(--font-en);
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: .6rem;
	padding: .2rem .8rem;
}

.c-price__package-gb.--bg-linear {
	background: linear-gradient(45deg,#00bfd3,#006fbc);
}

.c-price__package-gb small {
	font-size: 1.8rem;
}

.c-price__package-ttl {
	color: var(--cl-primary);
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
}

.c-price__package-image {
	margin-bottom: 2.2rem;
}

.c-price-box {
	display: grid;
	gap: 1rem;
	margin-bottom: 1rem;
}

.c-price-box__item {
	align-items: center;
	background: var(--cl-bg);
	border-radius: 2rem;
	display: flex;
	flex-direction: column;
	padding: 2.5rem 2rem;
	text-align: center;
}

.c-price-box__icon {
	margin-bottom: 1rem;
	text-align: center;
}

.c-price-box__icon img {
	height: auto;
	width: 20rem;
}

.c-price-box__ttl {
	color: var(--cl-primary);
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: 1rem;
}

.c-price-box__ttl small {
	display: block;
	font-size: 1.4rem;
	margin-top: .3rem;
}

.c-price-box__sub {
	color: var(--cl-primary);
	font-weight: 900;
}

.c-price-box__txt {
	font-size: 1.4rem;
	line-height: 1.75;
	margin-bottom: 1rem;
}

.c-price-box__tag {
	background-color: var(--cl-primary);
	border-radius: 2rem;
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: .3rem;
	min-width: 9.6rem;
	padding-inline: 1.5rem;
}

.c-price-box__price {
	align-items: flex-end;
	display: flex;
	font-weight: 700;
	justify-content: center;
}

.c-price-box__price .price-name {
	font-size: 1.4rem;
	margin-right: .3rem;
	padding-bottom: .5rem;
}

.c-price-box__price .price-value {
	font-family: var(--font-en);
	font-size: 4rem;
	line-height: 1;
}

.c-price-box__price .price-value .yen {
	font-size: .8em;
}

.c-price-box__price .price-note {
	font-size: 1.2rem;
	padding-bottom: .5rem;
}

.c-price-box__note {
	color: var(--cl-ttl);
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: .15em;
}

.c-price-box__note:not(:last-child) {
	margin-bottom: 1rem;
}

.c-price-box__speed {
	align-items: flex-end;
	background: #fff;
	border-radius: 1rem;
	display: flex;
	font-weight: 700;
	gap: .9rem;
	justify-content: center;
	max-width: 40rem;
	padding: .1rem 1rem 1rem;
	width: 100%;
}

.c-price-box__speed .speed-label {
	color: var(--cl-primary);
	font-size: 1.6rem;
	margin-bottom: .8rem;
}

.c-price-box__speed .speed-value {
	background: linear-gradient(to top,var(--cl-warning),.9rem,transparent .9rem);
	font-family: var(--font-en);
	font-size: 5rem;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.c-price-box__speed .speed-value .txt-md {
	font-size: .8em;
	margin-left: -.5rem;
}

.c-price-box__speed .speed-value small {
	font-size: 2.4rem;
}

.c-price-box__anchor {
	border-bottom: 3px solid var(--cl-primary);
	color: var(--cl-primary);
	font-size: 1.6rem;
	font-weight: 700;
}

.c-price-media {
	align-items: center;
	background-color: #fff;
	border-radius: .8rem;
	display: flex;
	margin-inline: auto;
	padding: 2rem 1rem 8.8rem;
	position: relative;
	z-index: 1;
}

.c-price-media:after {
	background-color: var(--cl-bg);
	border-radius: 2rem 0 0 2rem;
	bottom: 10.7rem;
	content: "";
	position: absolute;
	right: 0;
	width: calc(100% - 2.1rem);
	z-index: -2;
}

.c-price-media__logo {
	margin-bottom: 1.4rem;
	width: 26rem;
}

.c-price-media__ttl {
	font-size: 2.2rem;
	font-weight: 700;
	margin-bottom: .4rem;
}

.c-price-media__txt {
	font-size: 1.4rem;
	font-weight: 500;
	margin-bottom: 2.1rem;
}

.c-price-media .btn--arrow-small {
	background-color: var(--cl-primary);
}

.c-price-power {
	background-color: #f5f8f2;
	border-radius: 2rem 2rem 0 0;
	margin-top: 2rem;
	padding-block: 2rem;
}

.c-price-power__sub {
	font-weight: 700;
	margin-bottom: .3rem;
}

.c-price-power__ttl {
	color: #689032;
	font-size: 2rem;
	font-weight: 900;
	margin-bottom: 1rem;
}

.c-price-power__txt {
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 2rem;
}

.c-price-power .c-price__area-ttl {
	background-color: #689032;
	color: #fff;
	font-weight: 700;
}

.c-price-power .c-price-box__item {
	background-color: #f3ffe3;
}

.c-price-power .c-price-box__ttl {
	color: #689032;
}

.c-price-power .c-price-box__tag {
	background-color: #689032;
}

.c-price-power .c-price-box__speed .speed-label {
	color: #689032;
}

.c-price-plus {
	background: var(--cl-bg);
	border-radius: 1rem;
	padding: 2rem 1rem 1rem;
}

.c-price-plus:not(:last-child) {
	margin-bottom: 1rem;
}

.c-price-plus__media {
	display: grid;
	gap: 1.5rem;
	margin-bottom: 1.8rem;
}

.c-price-plus__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.c-price-plus__body {
	text-align: center;
}

.c-price-plus__note {
	color: var(--cl-ttl);
	font-size: 1.2rem;
	line-height: 1.4;
}

.c-spec {
	margin-block: 3rem;
	margin-inline: auto;
	max-width: 70rem;
}

.c-spec__ttl {
	background-color: #000;
	color: #fff;
	display: block;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	padding: 1.5rem 3rem;
	position: relative;
	text-align: center;
}

.c-spec__ttl.is-active .plus:before {
	transform: translate(-50%,-50%) rotate(90deg);
	transform-origin: center center;
}

.c-spec__ttl .plus {
	content: "";
	display: block;
	height: 2rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.c-spec__ttl .plus:after {
	height: .3rem;
	width: 100%;
}

.c-spec__ttl .plus:after,
.c-spec__ttl .plus:before {
	background-color: #fff;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}

.c-spec__ttl .plus:before {
	height: 100%;
	transition: all .3s ease;
	width: .3rem;
}

.c-spec__body {
	display: none;
	margin-bottom: 5rem;
}

.c-spec__body-ttl {
	border-bottom: .3rem solid #000;
	font-weight: 700;
	margin-inline: auto;
	margin-bottom: 1rem;
	padding-bottom: .3rem;
	padding-inline: 1rem;
	padding-top: 1rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.c-cost {
	padding-block: 3rem;
}

.c-cost .inner {
	max-width: 124rem;
	position: relative;
}

.c-cost .c-tab {
	margin-bottom: 3rem;
}

.c-cost__sub {
	font-weight: 700;
	margin-bottom: .3rem;
	text-align: center;
}

.c-cost__sub+.c-cost__ttl:not(:first-child) {
	margin-top: 0;
}

.c-cost__ttl {
	align-items: center;
	color: var(--cl-primary);
	display: flex;
	font-size: 1.8rem;
	font-weight: 700;
	gap: .6rem;
	justify-content: center;
	margin-bottom: 1.3rem;
}

.c-cost__ttl:not(:first-child) {
	margin-top: 2rem;
}

.c-cost-list {
	display: flex;
	flex-flow: wrap;
	gap: 1rem;
	justify-content: center;
}

.c-cost-list:not(:last-child):not(.no-space) {
	margin-bottom: 2rem;
}

.c-cost-list.no-space {
	margin-bottom: 1rem;
}

.c-cost-list.--cost-plus {
	gap: 2.3rem;
}

.c-cost-list.--cost-plus .c-cost-list__item:not(:first-child) {
	position: relative;
}

.c-cost-list.--cost-plus .c-cost-list__item:not(:first-child):before {
	aspect-ratio: 1;
	background: url(../images/common/plus_icon.svg) no-repeat 50%/contain;
	content: "";
	position: absolute;
	right: calc(100% + .5rem);
	top: 50%;
	transform: translateY(-50%);
	width: 1.4rem;
}

.c-cost-list.--cost-plus .c-cost-list__icon {
	margin-bottom: 1rem;
}

.c-cost-list .c-cost-sublist {
	background-color: var(--cl-border);
	border-radius: 1rem;
	margin-inline: auto;
	max-width: 80rem;
	padding: .8rem 2rem;
	width: 100%;
}

.c-cost-list .c-cost-sublist__item {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-block: .8rem;
}

.c-cost-list .c-cost-sublist__item:not(:last-child) {
	border-bottom: 1px solid #c1c1c1;
}

.c-cost-list .c-cost-sublist__ttl {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
}

.c-cost-list .c-cost-sublist__ttl small {
	display: inline-block;
	font-size: 1rem;
}

.c-cost-list .c-cost-sublist__price {
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: 0;
}

.c-cost-list .c-cost-sublist__price .price-large {
	font-family: var(--font-en);
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 1;
}

.c-cost-list .c-cost-sublist__price .del {
	position: relative;
}

.c-cost-list .c-cost-sublist__price .del:after {
	top: 45%;
}

.c-cost-list .c-cost-sublist__price .del:after,
.c-cost-list .c-cost-sublist__price .del:before {
	background-color: #000;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transform: translateY(-50%);
	width: 100%;
}

.c-cost-list .c-cost-sublist__price .del:before {
	top: 15%;
}

.c-cost-list .c-cost-sublist__price .free {
	display: inline-block;
	font-size: 2.4rem;
	line-height: 1;
	margin-left: 1rem;
	padding-inline: .5rem;
}

.c-cost-list.--space-equal .c-cost-list__item {
	justify-content: space-around;
}

.c-cost-list.--space-equal .c-cost-list__price {
	margin-top: 0;
}

.c-cost-list__item {
	align-items: center;
	background-color: #f1f3f4;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	padding-block: 1.9rem 1.5rem;
}

.c-cost-list__item.__option {
	height: auto;
	min-height: unset;
	padding-block: 1rem 1.5rem;
}

.c-cost-list__item.__option .btn {
	font-size: 1.2rem;
}

.c-cost-list__icon {
	width: 9.5rem;
}

.c-cost-list__icon img {
	display: block;
	width: 100%;
}

.c-cost-list__ttl {
	color: var(--cl-primary);
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: .5rem;
	text-align: center;
}

.c-cost-list__ttl small {
	display: block;
	font-size: 1rem;
}

.c-cost-list__txt {
	font-size: .8rem;
	text-align: center;
}

.c-cost-list__txt:not(:last-child) {
	margin-bottom: 1rem;
}

.c-cost-list__price {
	font-size: .8rem;
	font-weight: 700;
	margin-top: 0;
	white-space: nowrap;
}

.c-cost-list__price:not(:last-child) {
	margin-bottom: 1rem;
}

.c-cost-list__price .price-large {
	font-family: var(--font-en);
	font-size: 2.2rem;
	letter-spacing: 0;
	line-height: 1;
}

.c-cost-list__price .price-large:not(:first-child) {
	margin-left: .2rem;
}

.c-cost-list__price .price-large .yen {
	font-size: .8em;
}

.c-cost-catch {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2,1fr);
}

.c-cost-catch__item {
	align-items: center;
	background-color: #f1f3f4;
	border-radius: 1.1rem;
	display: flex;
	gap: 1.4rem;
	padding: 1.7rem .8rem;
}

.c-cost-catch__icon {
	flex-shrink: 0;
	text-align: center;
	width: 7.4rem;
}

.c-cost-catch__ttl {
	color: var(--cl-primary);
	font-size: 1.4rem;
	font-weight: 900;
	margin-bottom: .8rem;
}

.c-cost-catch__txt {
	font-size: 1rem;
}

.c-methob {
	background-color: #f1f3f4;
	border-radius: 2rem 2rem 4rem 0;
	padding-block: 3rem 4.8rem;
	position: relative;
}

.c-methob:after {
	background-color: var(--cl-bg);
	bottom: 0;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}

.c-methob .inner {
	max-width: 83rem;
}

.c-methob__des {
	line-height: 1.75;
	margin-bottom: .5rem;
}

.c-methob-list {
	display: flex;
	flex-flow: wrap;
	gap: .3rem;
	margin-block: 2rem .8rem;
}

.c-methob-list__item {
	align-items: center;
	background-color: #fff;
	border-radius: .8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.c-methob-list__item:not(.--no-space) {
	padding-bottom: .8rem;
	padding-top: 3rem;
}

.c-methob-list__icon {
	margin-bottom: .4rem;
	width: 4.5rem;
}

.c-methob-list__sub {
	align-items: center;
	background-color: var(--cl-primary);
	color: #fff;
	display: flex;
	font-size: 1.1rem;
	font-size: .8rem;
	font-weight: 700;
	justify-content: center;
	left: 0;
	line-height: 1.2;
	padding-block: .2rem;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.c-methob-list__ttl {
	color: var(--cl-primary);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.c-methob-catch {
	margin-block: 2.3rem .8rem;
}

.c-methob-catch__item {
	display: flex;
	flex-direction: column;
	gap: .8rem;
}

.c-methob-catch__box {
	align-items: center;
	background-color: #fff;
	border-radius: .8rem;
	display: flex;
	flex: 1 1;
	gap: 2rem;
	min-height: 11.5rem;
	padding: 1.5rem 3rem;
}

.c-methob-catch__ttl {
	color: var(--cl-primary);
	font-size: 1.6rem;
	font-weight: 900;
	margin-bottom: .4rem;
}

.c-methob-catch__txt {
	font-size: 1.4rem;
}

.c-methob-service {
	background-color: #fff;
	border-radius: 2rem;
	margin-block: 3.7rem .8rem;
	max-width: 63rem;
	overflow: hidden;
}

.c-methob-service__head {
	align-items: center;
	background-color: var(--cl-primary);
	color: #fff;
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	justify-content: center;
	min-height: 4.3rem;
	text-align: center;
	width: 100%;
}

.c-methob-service__wrap {
	padding: 2rem 3rem;
}

.c-methob-service__icon {
	width: 7rem;
}

.c-methob-service__txt {
	margin-bottom: 2rem;
}

.c-methob-service__col {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}

.c-methob-service__note {
	font-size: 1.2rem;
}

.c-methob-service .btn {
	background-color: #f1f3f4;
	margin-bottom: .5rem;
}

.c-flow {
	background-color: var(--cl-bg);
	border-radius: 4rem 0 4rem 0;
	padding-block: 5rem;
	position: relative;
}

.c-flow .inner {
	position: relative;
}

.c-flow .c-tab__head {
	background-color: #fff;
}

.c-flow:after {
	background-color: #f1f3f4;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-flow__txt {
	font-size: 1.4rem;
	margin-bottom: 2rem;
}

.c-flow__des {
	color: var(--cl-primary);
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.c-flow__box {
	background-color: #fff;
	border-radius: 1rem;
	font-size: 1.4rem;
	margin-top: 2rem;
	padding: 2rem 1rem;
}

.c-flow__box-ttl {
	font-weight: 700;
	margin-bottom: 1rem;
}

.c-flow__box-txt {
	line-height: 2;
}

.c-flow-list {
	counter-reset: flow-counter;
	display: flex;
	gap: 4.2rem;
	margin-block: 2.7rem 3rem;
}

.c-flow-list:last-child {
	margin-bottom: 0;
}

.c-flow-list__item {
	align-items: center;
	background-color: #fff;
	border-radius: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-block: 2rem 1.5rem;
	position: relative;
}

.c-flow-list__item.is-active {
	background-color: var(--cl-primary);
}

.c-flow-list__item.is-active:before {
	outline: .2rem solid #fff;
}

.c-flow-list__item.is-active .c-flow-list__icon {
	filter: brightness(0) invert(1);
}

.c-flow-list__item.is-active .c-flow-list__ttl {
	color: #fff;
}

.c-flow-list__item.is-active .c-flow-list__sub {
	background-color: #005189;
}

.c-flow-list__item:before {
	align-items: center;
	aspect-ratio: 1;
	background-color: var(--cl-primary);
	border-radius: 50%;
	color: #fff;
	content: counter(flow-counter);
	counter-increment: flow-counter;
	display: flex;
	font-family: var(--font-en);
	font-size: 2.3rem;
	font-weight: 700;
	justify-content: center;
	left: 50%;
	line-height: 1;
	padding-left: .1rem;
	position: absolute;
	top: -1.6rem;
	transform: translateX(-50%);
	width: 3.2rem;
	z-index: 1;
}

.c-flow-list__item:not(:last-child):after {
	background-color: #000;
	clip-path: polygon(100% 50%,0 0,0 100%);
	clip-path: polygon(50% 100%,0 0,100% 0);
	content: "";
	height: .6rem;
	left: 50%;
	position: absolute;
	top: calc(100% + 1.1rem);
	transform: translateX(-50%);
	width: 1.2rem;
}

.c-flow-list__icon {
	margin-bottom: .4rem;
	width: 7rem;
}

.c-flow-list__icon.--icon-medium {
	width: 12.2368421053rem;
}

.c-flow-list__ttl {
	color: var(--cl-primary);
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}

.c-flow-list__ttl:not(:last-child) {
	margin-bottom: .3rem;
}

.c-flow-list__ttl a {
	text-decoration: underline;
}

.c-flow-list__txt {
	font-size: 1.3rem;
}

.c-flow-list__sub {
	align-items: center;
	background-color: var(--cl-primary);
	border-radius: 0 0 2rem 2rem;
	bottom: 0;
	color: #fff;
	display: flex;
	font-size: 1.3rem;
	height: 2.7rem;
	justify-content: center;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-flow-area {
	background-color: #f1f3f4;
	border-radius: 2rem;
	margin-top: 3rem;
	padding: 2.5rem 1.4rem 2rem;
}

.c-flow-area__ttl {
	color: var(--cl-primary);
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-align: center;
}

.c-flow-area__btn {
	display: flex;
	gap: 1rem;
}

.c-flow-area__btn a {
	background-color: #fff;
	border-radius: .8rem;
	font-size: 1.4rem;
	font-weight: 700;
	gap: .8rem;
	height: 6.5rem;
	justify-content: center;
	position: relative;
}

.c-flow-area__btn a:after {
	aspect-ratio: 1;
	background: url(../images/common/blank_icon.svg) no-repeat 50%/contain;
	content: "";
	right: 2rem;
	top: calc(50% - .8rem);
	transition: all .25s ease-in-out;
	width: 1.5rem;
}

.c-flow-area__contact-item {
	background-color: #fff;
	border-radius: .8rem;
	padding: 2rem 1rem 2rem 2rem;
}

.c-flow-area__contact-ttl {
	font-size: 1.4rem;
	font-weight: 700;
}

.c-flow-area__contact-number {
	color: var(--cl-primary);
	font-size: 2.4rem;
	font-weight: 700;
}

.c-flow-area__contact-note {
	color: var(--cl-ttl);
	font-size: 1.2rem;
}

.c-flow-area__contact-note a {
	color: var(--cl-primary);
	display: flex;
	text-decoration: underline;
}

.c-flow-area__contact-note a:after {
	aspect-ratio: 1;
	background: url(../images/common/blank_icon.svg) no-repeat 50%/contain;
	content: "";
	margin-left: .5rem;
	transition: all .25s ease-in-out;
	width: 1.5rem;
}

.c-faq {
	background-color: #fff;
	border-radius: 0 0 0 0;
	padding-block: 5rem 6rem;
	position: relative;
}

.c-faq:after {
	background-color: var(--cl-bg);
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.c-faq .inner {
	max-width: 90rem;
}

.c-faq-list {
	border-top: 1px solid #ddd;
	margin-block: 2rem;
}

.c-faq-list .icon {
	align-items: center;
	aspect-ratio: 1;
	display: flex;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.c-faq-list .icon:after,
.c-faq-list .icon:before {
	background-color: #000;
	content: "";
	height: .2rem;
	position: absolute;
	transition: all .25s ease-in-out;
	width: 100%;
}

.c-faq-list .icon:after {
	transform: rotate(90deg);
}

.c-faq-list dl {
	border-bottom: 1px solid #f2f3ee;
	position: relative;
}

.c-faq-list dl.is-active .icon:after {
	transform: rotate(0deg);
}

.c-faq-list dt {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	font-weight: 700;
	gap: .6rem;
	padding: 1.5rem 3rem 1rem 0;
	position: relative;
}

.c-faq-list dt:before {
	content: "Q";
	font-family: var(--font-en);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
}

.c-faq-list dd {
	background: #f1f3f4;
	border-radius: .8rem;
	display: none;
	font-size: 1.4rem;
	line-height: 1.75;
	margin: 0 0 1.5rem;
	padding: 1.4rem 1.5rem;
	position: relative;
}

.c-faq-list dd:before {
	content: "A";
	font-family: var(--font-en);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.3;
}

.c-faq-list dd a {
	color: var(--cl-primary);
	font-weight: 700;
	text-decoration: underline;
}

.c-area {
	background-color: var(--cl-primary);
	color: #fff;
	margin-bottom: 3rem;
	padding-block: 2.5rem;
	position: relative;
}

.c-area__ttl {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 2rem;
	text-align: center;
}

.c-area__ttl .c-line-bot {
	background: linear-gradient(0deg,#c8b958,.9rem,transparent .9rem);
}

.c-area__txt {
	margin-top: 1.5rem;
	text-align: center;
}

.c-area__txt a {
	text-decoration: underline;
	text-underline-offset: .2rem;
}

.c-terms {
	background-color: var(--cl-bg);
	border-radius: .8rem;
	margin: 0 .8rem 3rem;
	padding-block: 2rem;
}

.c-terms__head {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.c-terms__head .hline03 {
	margin-bottom: .5rem;
}

.c-terms__head .btn.is-active .btn-close,
.c-terms__head .btn:not(.is-active) .btn-open {
	display: none;
}

.c-terms__head .btn.is-active:after {
	transform: rotate(-90deg);
}

.c-terms__body {
	display: none;
	margin-top: 2.4rem;
}

.c-terms__body .linear-ttl:not(:first-child) {
	margin-top: 4rem;
}

.c-terms__anchor {
	display: flex;
	flex-flow: wrap;
	gap: 1.5rem;
}

.c-terms__anchor:not(:last-child) {
	margin-bottom: 2rem;
}

.c-terms__anchor a {
	border-bottom: 1px solid #000;
	font-size: 1.4rem;
	font-weight: 700;
	padding-bottom: .5rem;
}

.c-terms__anchor a:after {
	aspect-ratio: 1;
	background: url(../images/common/blank_icon.svg) no-repeat 50%/contain;
	content: "";
	flex-shrink: 0;
	margin-left: 1rem;
	transition: all .25s ease-in-out;
	width: 1.5rem;
}

.c-terms__anchor a small {
	font-weight: 400;
}

.p-popup-price__ttl {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 3.2rem;
	text-align: center;
}

.p-popup-price__catch {
	display: grid;
	gap: 2rem;
	margin-bottom: 1rem;
	padding-inline: 2rem;
}

.p-popup-price__catch-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.p-popup-price__catch-img {
	margin-bottom: 1.5rem;
	width: 22.3rem;
}

.p-popup-price__catch-ttl {
	font-size: 1.6rem;
	font-weight: 700;
}

.p-popup-price__des {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.p-popup-price__note {
	color: var(--cl-ttl);
	font-size: 1.2rem;
}

.p-popup-cost .c-tab__head {
	margin-bottom: 1.5rem;
}

.p-popup-cost__ttl {
	margin-bottom: .5rem;
}

.p-popup-cost__ttl:not(:first-child) {
	margin-top: 1rem;
}

.p-popup-cost__btn {
	gap: 1rem;
	margin-top: -1rem;
}

.p-popup-cost__list-item:not(:last-child) {
	margin-bottom: 2rem;
}

.p-popup-cost__list-lead {
	align-items: center;
	background: var(--cl-primary);
	border-radius: .4rem;
	color: #fff;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	height: 3rem;
	justify-content: center;
}

.p-popup-cost__list-lead img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.p-popup-cost__list-ttl {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: .5rem;
}

.p-popup-cost__list-txt {
	font-size: 1.4rem;
	line-height: 1.75;
}

.p-popup-cost__head {
	align-items: center;
	display: flex;
	gap: 1.5rem;
	margin-bottom: 2rem;
	position: relative;
}

.p-popup-cost__head-icon {
	flex-shrink: 0;
	width: 7.1rem;
}

.p-popup-cost__head-icon.--width-repair {
	width: 9.8rem;
}

.p-popup-cost__head-ttl {
	color: var(--cl-primary);
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: .5rem;
}

.p-popup-cost__head-des {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.65;
}

.p-popup-cost__head-price .c-cost-list__price {
	background-color: var(--cl-bg);
	border-radius: .8rem;
	margin-top: 0;
	padding: 1rem 2rem;
}

.p-popup-cost__head-note {
	font-size: 1rem;
}

.p-popup-cost__head-note li {
	color: var(--cl-ttl);
}

.p-popup-cost__head-note li:before {
	content: "※";
}

.p-popup-cost__col {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
}

.p-popup-cost__col .c-cost-list__price {
	margin-top: 0;
}

.p-popup-cost__plan {
	align-items: center;
	background-color: var(--cl-bg);
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 4.6rem 1rem 2rem;
	position: relative;
}

.p-popup-cost__plan-sub {
	align-items: center;
	background-color: var(--cl-primary);
	color: #fff;
	display: flex;
	font-size: 1.4rem;
	font-weight: 900;
	justify-content: center;
	left: 0;
	min-height: 3rem;
	position: absolute;
	right: 0;
	top: 0;
}

.p-popup-cost__plan-ttl {
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.3;
	margin-bottom: .8rem;
	text-align: center;
}

.p-popup-cost__plan-ttl small {
	display: block;
	font-size: 1.4rem;
	margin-top: .3rem;
}

.p-popup-cost__plan-icon {
	margin-bottom: 1rem;
	width: 12.7659574468rem;
}

.p-popup-cost__plan-icon img {
	width: 100%;
}

.p-popup-cost__plan-detail {
	background-color: #fff;
	border-radius: 1rem;
	font-size: 1.2rem;
	margin-block: .5rem;
	padding: .8rem 2rem;
	width: 100%;
}

.p-popup-cost__plan-detail dl {
	display: flex;
	justify-content: space-between;
	padding-block: .8rem;
}

.p-popup-cost__plan-detail dl:not(:last-child) {
	border-bottom: 1px solid #c1c1c1;
}

.p-popup-cost__plan-detail dt {
	font-weight: 700;
}

.p-popup-cost__plan-txt {
	font-size: 1.4rem;
	width: 100%;
}

.p-popup-cost__plan .c-star {
	width: 100%;
}

.p-popup-cost__option {
	background-color: var(--cl-border);
	border-radius: 1rem;
	padding: 1.2rem 2rem;
}

.p-popup-cost__option:not(:last-child) {
	margin-bottom: 3rem;
}

.p-popup-cost__option-item {
	padding-block: .8rem;
}

.p-popup-cost__option-item:not(:last-child) {
	border-bottom: 1px solid #c1c1c1;
}

.p-popup-cost__option-item .c-cost-list__price {
	margin-top: 0;
}

.p-popup-cost__option-ttl {
	color: var(--cl-primary);
	font-size: 1.4rem;
	font-weight: 700;
}

.p-popup-cost__option-ttl:not(:last-child) {
	margin-bottom: .4rem;
}

.p-popup-cost__option-txt {
	font-size: 1.2rem;
}

.p-popup-cost__option-txt.bold {
	font-weight: 700;
}

.p-popup-cost__support {
	align-items: center;
	background-color: #f1f3f4;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	padding: 3rem 1rem;
}

.p-popup-cost__support.--cl-bg {
	background-color: var(--cl-bg);
}

.p-popup-cost__support-ttl {
	font-size: 2.6rem;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: .8rem;
	text-align: center;
}

.p-popup-cost__support-icon {
	margin-bottom: 1rem;
	width: 15rem;
}

.p-popup-cost__support-icon img {
	width: 100%;
}

.p-popup-cost__repair {
	background-color: var(--cl-bg);
	border-radius: 1rem;
	padding: 1.2rem 1rem;
}

.p-popup-cost__repair:not(:last-child) {
	margin-bottom: 2rem;
}

.p-popup-cost__repair-sub {
	background-color: var(--cl-primary);
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 1rem;
	padding: .3rem .5rem;
	text-align: center;
}

.p-popup-cost__repair-ttl {
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.65;
	margin-bottom: .5rem;
}

.p-popup-cost__repair-ttl li {
	align-items: flex-start;
	display: flex;
	gap: .8rem;
}

.p-popup-cost__repair-ttl li:before {
	aspect-ratio: 1;
	background-color: #000;
	border-radius: 50%;
	content: "";
	flex-shrink: 0;
	margin-top: 1rem;
	width: .5rem;
}

.p-popup-cost__media {
	background-color: #f1f3f4;
	border-radius: 1rem;
	padding: 2rem;
}

.p-popup-cost__media:not(:last-child) {
	margin-bottom: 1rem;
}

.p-popup-cost__media-img {
	text-align: center;
	width: 20.6rem;
}

.p-popup-cost__media-img.--support {
	width: 12rem;
}

.p-popup-methob__img {
	max-width: 70rem;
}

.p-popup-flow__ttl {
	background-color: var(--cl-primary);
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1rem;
	padding: .6rem;
	text-align: center;
}

.p-popup-flow__txt {
	font-size: 1.4rem;
	line-height: 1.75;
}

.p-popup-flow__txt:not(:last-child) {
	margin-bottom: 1rem;
}

.p-popup-flow__list {
	background-color: #f1f3f4;
	border-radius: 1rem;
	font-size: 1.4rem;
	line-height: 1.75;
	padding: 1.5rem;
}

.p-popup-flow__list:not(:last-child) {
	margin-bottom: 1rem;
}

.p-popup-feature__ttl {
	color: var(--cl-primary);
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: .5rem;
}

.p-popup-feature__ttl:not(:first-child) {
	margin-top: 2rem;
}

.p-popup-feature__txt {
	font-weight: 700;
	line-height: 2;
	margin-bottom: 1.5rem;
}

.p-popup-feature__table {
	background-color: var(--cl-bg);
	border-radius: 2rem;
	padding: 1rem 1rem 2rem;
}

.p-popup-feature__table table {
	table-layout: fixed;
}

.p-popup-feature__table table th {
	font-weight: 700;
}

.p-popup-feature__table table td {
	font-size: 1.2rem;
}

.p-popup-feature__table table td:before {
	color: #333;
	content: attr(data-title);
	font-weight: 700;
	left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-popup-feature__table table tbody td,
.p-popup-feature__table table tbody th {
	border-bottom: 1px solid #b9bec3;
}

.p-popup-feature__table table tbody th {
	border-bottom-color: var(--cl-primary);
}

.p-popup-feature__table table tbody td {
	padding-left: 1rem;
}

.p-popup-feature__table table .table-row {
	align-items: center;
	display: flex;
	gap: .8rem;
	line-height: 1.1;
}

.p-popup-feature__table table .table-icon {
	aspect-ratio: 1;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	flex-shrink: 0;
	width: 1.4rem;
}

.p-popup-feature__table table .table-icon.--icon-x {
	background-image: url(../images/common/x_icon.svg);
}

.p-popup-feature__table table .table-icon.--icon-o {
	background-image: url(../images/common/o_icon.svg);
}

.p-popup-feature__table table .table-icon.--icon-triangle {
	background-image: url(../images/common/triangle_icon.svg);
}

.p-popup-feature__table table .table-icon.--black {
	filter: brightness(0) invert(0);
}

.p-popup-feature__media {
	align-items: center;
	background-color: var(--cl-bg);
	border-radius: 1rem;
	display: flex;
	gap: 1.5rem;
	padding: 1.5rem 2rem;
}

.p-popup-feature__media:not(:last-child) {
	margin-bottom: 1rem;
}

.p-popup-feature__media-icon {
	flex-shrink: 0;
	width: 6.6rem;
}

.p-popup-feature__media-icon img {
	display: block;
	height: auto;
	max-width: 100%;
}

.p-popup-feature__media-ttl {
	color: var(--cl-primary);
	font-family: var(--font-en);
	font-size: 1.6rem;
	font-weight: 900;
}

.p-popup-feature__media-txt {
	font-weight: 700;
	margin-bottom: 1rem;
}

.m-0 {
	margin: 0!important;
}

.mt-0,
.my-0 {
	margin-top: 0!important;
}

.mr-0,
.mx-0 {
	margin-right: 0!important;
}

.mb-0,
.my-0 {
	margin-bottom: 0!important;
}

.ml-0,
.mx-0 {
	margin-left: 0!important;
}

.m-5 {
	margin: .5rem!important;
}

.mt-5,
.my-5 {
	margin-top: .5rem!important;
}

.mr-5,
.mx-5 {
	margin-right: .5rem!important;
}

.mb-5,
.my-5 {
	margin-bottom: .5rem!important;
}

.ml-5,
.mx-5 {
	margin-left: .5rem!important;
}

.m-10 {
	margin: 1rem!important;
}

.mt-10,
.my-10 {
	margin-top: 1rem!important;
}

.mr-10,
.mx-10 {
	margin-right: 1rem!important;
}

.mb-10,
.my-10 {
	margin-bottom: 1rem!important;
}

.ml-10,
.mx-10 {
	margin-left: 1rem!important;
}

.m-20 {
	margin: 2rem!important;
}

.mt-20,
.my-20 {
	margin-top: 2rem!important;
}

.mr-20,
.mx-20 {
	margin-right: 2rem!important;
}

.mb-20,
.my-20 {
	margin-bottom: 2rem!important;
}

.ml-20,
.mx-20 {
	margin-left: 2rem!important;
}

.p-0 {
	padding: 0!important;
}

.pt-0,
.py-0 {
	padding-top: 0!important;
}

.pr-0,
.px-0 {
	padding-right: 0!important;
}

.pb-0,
.py-0 {
	padding-bottom: 0!important;
}

.pl-0,
.px-0 {
	padding-left: 0!important;
}

.p-5 {
	padding: .5rem!important;
}

.pt-5,
.py-5 {
	padding-top: .5rem!important;
}

.pr-5,
.px-5 {
	padding-right: .5rem!important;
}

.pb-5,
.py-5 {
	padding-bottom: .5rem!important;
}

.pl-5,
.px-5 {
	padding-left: .5rem!important;
}

.p-10 {
	padding: 1rem!important;
}

.pt-10,
.py-10 {
	padding-top: 1rem!important;
}

.pr-10,
.px-10 {
	padding-right: 1rem!important;
}

.pb-10,
.py-10 {
	padding-bottom: 1rem!important;
}

.pl-10,
.px-10 {
	padding-left: 1rem!important;
}

.p-20 {
	padding: 2rem!important;
}

.pt-20,
.py-20 {
	padding-top: 2rem!important;
}

.pr-20,
.px-20 {
	padding-right: 2rem!important;
}

.pb-20,
.py-20 {
	padding-bottom: 2rem!important;
}

.pl-20,
.px-20 {
	padding-left: 2rem!important;
}

.m-n5 {
	margin: -.5rem!important;
}

.mt-n5,
.my-n5 {
	margin-top: -.5rem!important;
}

.mr-n5,
.mx-n5 {
	margin-right: -.5rem!important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -.5rem!important;
}

.ml-n5,
.mx-n5 {
	margin-left: -.5rem!important;
}

.m-n10 {
	margin: -1rem!important;
}

.mt-n10,
.my-n10 {
	margin-top: -1rem!important;
}

.mr-n10,
.mx-n10 {
	margin-right: -1rem!important;
}

.mb-n10,
.my-n10 {
	margin-bottom: -1rem!important;
}

.ml-n10,
.mx-n10 {
	margin-left: -1rem!important;
}

.m-n20 {
	margin: -2rem!important;
}

.mt-n20,
.my-n20 {
	margin-top: -2rem!important;
}

.mr-n20,
.mx-n20 {
	margin-right: -2rem!important;
}

.mb-n20,
.my-n20 {
	margin-bottom: -2rem!important;
}

.ml-n20,
.mx-n20 {
	margin-left: -2rem!important;
}

.m-auto {
	margin: auto!important;
}

.mt-auto,
.my-auto {
	margin-top: auto!important;
}

.mr-auto,
.mx-auto {
	margin-right: auto!important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto!important;
}

.ml-auto,
.mx-auto {
	margin-left: auto!important;
}

.text-justify {
	text-align: justify!important;
}

.text-wrap {
	white-space: normal!important;
}

.text-nowrap {
	white-space: nowrap!important;
}

.text-left {
	text-align: left!important;
}

.text-right {
	text-align: right!important;
}

.text-center {
	text-align: center!important;
}

.text-lowercase {
	text-transform: lowercase!important;
}

.text-uppercase {
	text-transform: uppercase!important;
}

.text-capitalize {
	text-transform: capitalize!important;
}

.text-underline {
	text-decoration: underline;
}

.d-none {
	display: none!important;
}

.d-block {
	display: block!important;
}

.d-flex {
	display: flex!important;
}

.flex-row {
	flex-direction: row!important;
}

.flex-column {
	flex-direction: column!important;
}

.flex-row-reverse {
	flex-direction: row-reverse!important;
}

.flex-column-reverse {
	flex-direction: column-reverse!important;
}

.flex-wrap {
	flex-wrap: wrap!important;
}

.flex-nowrap {
	flex-wrap: nowrap!important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse!important;
}

.flex-fill {
	flex: 1 1 auto!important;
}

.flex-grow-0 {
	flex-grow: 0!important;
}

.flex-grow-1 {
	flex-grow: 1!important;
}

.flex-shrink-0 {
	flex-shrink: 0!important;
}

.flex-shrink-1 {
	flex-shrink: 1!important;
}

.flex-auto {
	flex: 0 auto!important;
}

.justify-content-start {
	justify-content: flex-start!important;
}

.justify-content-end {
	justify-content: flex-end!important;
}

.justify-content-center {
	justify-content: center!important;
}

.justify-content-between {
	justify-content: space-between!important;
}

.justify-content-around {
	justify-content: space-around!important;
}

.align-items-start {
	align-items: flex-start!important;
}

.align-items-end {
	align-items: flex-end!important;
}

.align-items-center {
	align-items: center!important;
}

.align-items-baseline {
	align-items: baseline!important;
}

.align-items-stretch {
	align-items: stretch!important;
}

.align-content-start {
	align-content: flex-start!important;
}

.align-content-end {
	align-content: flex-end!important;
}

.align-content-center {
	align-content: center!important;
}

.align-content-between {
	align-content: space-between!important;
}

.align-content-around {
	align-content: space-around!important;
}

.align-content-stretch {
	align-content: stretch!important;
}

.align-self-auto {
	align-self: auto!important;
}

.align-self-start {
	align-self: flex-start!important;
}

.align-self-end {
	align-self: flex-end!important;
}

.align-self-center {
	align-self: center!important;
}

.align-self-baseline {
	align-self: baseline!important;
}

.align-self-stretch {
	align-self: stretch!important;
}

@media (min-width:576px) {

html {
	font-size: 15.36px;
}

.m-sm-0 {
	margin: 0!important;
}

.mt-sm-0,
.my-sm-0 {
	margin-top: 0!important;
}

.mr-sm-0,
.mx-sm-0 {
	margin-right: 0!important;
}

.mb-sm-0,
.my-sm-0 {
	margin-bottom: 0!important;
}

.ml-sm-0,
.mx-sm-0 {
	margin-left: 0!important;
}

.m-sm-5 {
	margin: .5rem!important;
}

.mt-sm-5,
.my-sm-5 {
	margin-top: .5rem!important;
}

.mr-sm-5,
.mx-sm-5 {
	margin-right: .5rem!important;
}

.mb-sm-5,
.my-sm-5 {
	margin-bottom: .5rem!important;
}

.ml-sm-5,
.mx-sm-5 {
	margin-left: .5rem!important;
}

.m-sm-10 {
	margin: 1rem!important;
}

.mt-sm-10,
.my-sm-10 {
	margin-top: 1rem!important;
}

.mr-sm-10,
.mx-sm-10 {
	margin-right: 1rem!important;
}

.mb-sm-10,
.my-sm-10 {
	margin-bottom: 1rem!important;
}

.ml-sm-10,
.mx-sm-10 {
	margin-left: 1rem!important;
}

.m-sm-20 {
	margin: 2rem!important;
}

.mt-sm-20,
.my-sm-20 {
	margin-top: 2rem!important;
}

.mr-sm-20,
.mx-sm-20 {
	margin-right: 2rem!important;
}

.mb-sm-20,
.my-sm-20 {
	margin-bottom: 2rem!important;
}

.ml-sm-20,
.mx-sm-20 {
	margin-left: 2rem!important;
}

.p-sm-0 {
	padding: 0!important;
}

.pt-sm-0,
.py-sm-0 {
	padding-top: 0!important;
}

.pr-sm-0,
.px-sm-0 {
	padding-right: 0!important;
}

.pb-sm-0,
.py-sm-0 {
	padding-bottom: 0!important;
}

.pl-sm-0,
.px-sm-0 {
	padding-left: 0!important;
}

.p-sm-5 {
	padding: .5rem!important;
}

.pt-sm-5,
.py-sm-5 {
	padding-top: .5rem!important;
}

.pr-sm-5,
.px-sm-5 {
	padding-right: .5rem!important;
}

.pb-sm-5,
.py-sm-5 {
	padding-bottom: .5rem!important;
}

.pl-sm-5,
.px-sm-5 {
	padding-left: .5rem!important;
}

.p-sm-10 {
	padding: 1rem!important;
}

.pt-sm-10,
.py-sm-10 {
	padding-top: 1rem!important;
}

.pr-sm-10,
.px-sm-10 {
	padding-right: 1rem!important;
}

.pb-sm-10,
.py-sm-10 {
	padding-bottom: 1rem!important;
}

.pl-sm-10,
.px-sm-10 {
	padding-left: 1rem!important;
}

.p-sm-20 {
	padding: 2rem!important;
}

.pt-sm-20,
.py-sm-20 {
	padding-top: 2rem!important;
}

.pr-sm-20,
.px-sm-20 {
	padding-right: 2rem!important;
}

.pb-sm-20,
.py-sm-20 {
	padding-bottom: 2rem!important;
}

.pl-sm-20,
.px-sm-20 {
	padding-left: 2rem!important;
}

.m-sm-n5 {
	margin: -.5rem!important;
}

.mt-sm-n5,
.my-sm-n5 {
	margin-top: -.5rem!important;
}

.mr-sm-n5,
.mx-sm-n5 {
	margin-right: -.5rem!important;
}

.mb-sm-n5,
.my-sm-n5 {
	margin-bottom: -.5rem!important;
}

.ml-sm-n5,
.mx-sm-n5 {
	margin-left: -.5rem!important;
}

.m-sm-n10 {
	margin: -1rem!important;
}

.mt-sm-n10,
.my-sm-n10 {
	margin-top: -1rem!important;
}

.mr-sm-n10,
.mx-sm-n10 {
	margin-right: -1rem!important;
}

.mb-sm-n10,
.my-sm-n10 {
	margin-bottom: -1rem!important;
}

.ml-sm-n10,
.mx-sm-n10 {
	margin-left: -1rem!important;
}

.m-sm-n20 {
	margin: -2rem!important;
}

.mt-sm-n20,
.my-sm-n20 {
	margin-top: -2rem!important;
}

.mr-sm-n20,
.mx-sm-n20 {
	margin-right: -2rem!important;
}

.mb-sm-n20,
.my-sm-n20 {
	margin-bottom: -2rem!important;
}

.ml-sm-n20,
.mx-sm-n20 {
	margin-left: -2rem!important;
}

.m-sm-auto {
	margin: auto!important;
}

.mt-sm-auto,
.my-sm-auto {
	margin-top: auto!important;
}

.mr-sm-auto,
.mx-sm-auto {
	margin-right: auto!important;
}

.mb-sm-auto,
.my-sm-auto {
	margin-bottom: auto!important;
}

.ml-sm-auto,
.mx-sm-auto {
	margin-left: auto!important;
}

.text-sm-left {
	text-align: left!important;
}

.text-sm-right {
	text-align: right!important;
}

.text-sm-center {
	text-align: center!important;
}

.d-sm-none {
	display: none!important;
}

.d-sm-block {
	display: block!important;
}

.d-sm-flex {
	display: flex!important;
}

.flex-sm-row {
	flex-direction: row!important;
}

.flex-sm-column {
	flex-direction: column!important;
}

.flex-sm-row-reverse {
	flex-direction: row-reverse!important;
}

.flex-sm-column-reverse {
	flex-direction: column-reverse!important;
}

.flex-sm-wrap {
	flex-wrap: wrap!important;
}

.flex-sm-nowrap {
	flex-wrap: nowrap!important;
}

.flex-sm-wrap-reverse {
	flex-wrap: wrap-reverse!important;
}

.flex-sm-fill {
	flex: 1 1 auto!important;
}

.flex-sm-grow-0 {
	flex-grow: 0!important;
}

.flex-sm-grow-1 {
	flex-grow: 1!important;
}

.flex-sm-shrink-0 {
	flex-shrink: 0!important;
}

.flex-sm-shrink-1 {
	flex-shrink: 1!important;
}

.flex-sm-auto {
	flex: 0 auto!important;
}

.justify-content-sm-start {
	justify-content: flex-start!important;
}

.justify-content-sm-end {
	justify-content: flex-end!important;
}

.justify-content-sm-center {
	justify-content: center!important;
}

.justify-content-sm-between {
	justify-content: space-between!important;
}

.justify-content-sm-around {
	justify-content: space-around!important;
}

.align-items-sm-start {
	align-items: flex-start!important;
}

.align-items-sm-end {
	align-items: flex-end!important;
}

.align-items-sm-center {
	align-items: center!important;
}

.align-items-sm-baseline {
	align-items: baseline!important;
}

.align-items-sm-stretch {
	align-items: stretch!important;
}

.align-content-sm-start {
	align-content: flex-start!important;
}

.align-content-sm-end {
	align-content: flex-end!important;
}

.align-content-sm-center {
	align-content: center!important;
}

.align-content-sm-between {
	align-content: space-between!important;
}

.align-content-sm-around {
	align-content: space-around!important;
}

.align-content-sm-stretch {
	align-content: stretch!important;
}

.align-self-sm-auto {
	align-self: auto!important;
}

.align-self-sm-start {
	align-self: flex-start!important;
}

.align-self-sm-end {
	align-self: flex-end!important;
}

.align-self-sm-center {
	align-self: center!important;
}

.align-self-sm-baseline {
	align-self: baseline!important;
}

.align-self-sm-stretch {
	align-self: stretch!important;
}

}

@media (min-width:768px) {

:root {
	--font-size-base: 1.6rem;
}

html {
	font-size: .7320644217vw;
}

body {
	font-size: 1.6rem;
}

.container {
	padding-inline: 3rem;
}

.slick-dots li {
	margin: 0 .5rem;
}

.slick-dots li button {
	height: 1rem;
	width: 1rem;
}

.btn--arrow {
	font-size: 1.8rem;
	height: 7.2rem;
	min-width: 35rem;
	padding: 0 2.5rem;
}

.btn--arrow:hover span:after,
.btn--arrow:hover span:before {
	right: -1rem;
}

.btn--arrow span {
	padding-right: 5.5rem;
}

.btn--arrow span:after,
.btn--arrow span:before {
	width: 4rem;
}

.btn--arrow span:after {
	background-position: right 1.4rem center;
	background-size: .9rem;
}

.btn--blank {
	gap: 1.2rem;
	min-height: 9.5rem;
	min-width: 39.6rem;
}

.btn--arrow-small:after {
	right: 2rem;
	top: calc(50% - .45rem);
	width: .9rem;
}

.btn--arrow02 {
	box-shadow: 0 .7rem 0 #000;
	font-size: 2rem;
	min-height: 11rem;
	min-width: 54rem;
	padding: 0 3.5rem;
}

.btn--arrow02 span {
	padding-right: 6.5rem;
}

.btn--arrow02 span:after,
.btn--arrow02 span:before {
	width: 5rem;
}

.btn--arrow02 span:after {
	background-size: 1.4rem;
}

.btn--arrow02:hover span:after,
.btn--arrow02:hover span:before {
	right: -1rem;
}

.btn--back {
	font-size: 1.8rem;
	height: 7.2rem;
	max-width: 35rem;
}

.btn--back:before {
	left: 1.8rem;
	width: 1.2rem;
}

.btn--linear {
	font-size: 1.4rem;
	height: 4rem;
	padding-inline: 3rem;
}

.p-header__wrap {
	gap: 1rem;
	padding-inline: 3rem;
}

.p-header__left {
	gap: 2rem;
}

.p-header__contracts {
	width: 18rem;
}

.p-header__logo {
	width: 16rem;
}

.p-header__btn {
	font-size: 1.4rem;
	gap: .7rem;
	height: 4.2rem;
	padding-inline: 3rem;
}

.p-header__btn:before {
	width: 1.8rem;
}

.p-header-menu__anchor {
	gap: .1rem;
	height: 8rem;
	padding-inline: 1rem;
}

.p-header-menu__anchor svg {
	height: 2.2rem;
	width: 2.2rem;
}

.p-header-content__wrap {
	margin-top: 2rem;
	margin-inline: auto;
	max-width: 111rem;
}

.p-header-sub {
	display: none;
}

.p-header-sub.is-active {
	display: block;
}

.p-header-sub__ttl {
	align-items: center;
	display: flex;
	font-size: 2.4rem;
	gap: 1.2rem;
	margin-bottom: 1.6rem;
}

.p-header-sub__content {
	border-top: 2px solid var(--cl-primary);
	padding-bottom: 3rem;
}

.p-header-sub__item {
	display: flex;
}

.p-header-sub__side {
	height: 100%;
	margin-bottom: -3rem;
	max-height: calc(100vh - 15rem);
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 3rem;
}

.p-header-sub__side-sp {
	display: none;
}

.p-header-sub__body {
	flex: 1 1;
}

.p-header-sub__scroll {
	background-color: #fff;
	border-bottom-right-radius: 4rem;
	height: 100%;
	max-height: calc(100vh - 15rem);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 2.4rem 4.8rem 5rem 6.4rem;
}

.p-header-sub__group.is-active {
	display: block;
}

.p-header-sub__group-ttl:not(:first-child) {
	margin-top: 3rem;
}

.p-header-sub__list {
	gap: 1.5rem 3.8rem;
	grid-template-columns: repeat(2,1fr);
}

.p-header-sub__list a {
	font-size: 1.6rem;
	padding-bottom: 1rem;
	padding-top: .5rem;
}

.p-header-sub__list a:after {
	bottom: 1.5rem;
}

.p-header-sub__list a[target=_blank]:after {
	bottom: 1.1rem;
	height: 1.5rem;
	width: 1.5rem;
}

.p-header-sub__col {
	gap: 3.8rem;
	grid-template-columns: repeat(2,1fr);
}

.p-header-sub__col:not(:first-child) {
	margin-top: 3rem;
}

.hamburger-box {
	display: none;
}

.pagetop__item {
	font-size: 1.4rem;
	padding-left: 3.2rem;
}

.pagetop__item:after,
.pagetop__item:before {
	top: calc(50% - 1.2rem);
	width: 2.5rem;
}

.pagetop__item:before {
	background-color: #000;
}

.pagetop__item:after {
	background-size: .7rem;
	filter: brightness(0) invert(1);
}

.c-footer {
	border-radius: 4rem 4rem 0 0;
}

.c-footer .inner {
	max-width: 125rem;
}

.c-footer-top {
	border-bottom: 1px solid var(--cl-ttl);
	display: flex;
	justify-content: space-between;
	padding: 5rem 0 4rem;
}

.p-footer {
	padding-top: 5.5rem;
}

.p-footer-head__logo {
	margin-bottom: 3.5rem;
	width: 25.5rem;
}

.p-footer-head__ttl {
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
}

.p-footer-head__txt {
	font-size: 1.2rem;
	margin-bottom: 4rem;
}

.p-footer-head__icon {
	width: 7.6rem;
}

.p-footer-content {
	display: flex;
	gap: 13rem;
	padding-bottom: 10rem;
}

.p-footer-body {
	flex: 1 1;
}

.p-footer-nav {
	font-size: 1.4rem;
	gap: 4rem;
	margin-bottom: 3.8rem;
}

.p-footer-menu {
	gap: 5rem;
	grid-template-columns: repeat(3,1fr);
}

.p-footer-menu__ttl {
	font-size: 1.8rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.p-footer-menu__ttl.--small {
	font-size: 1.5rem;
}

.p-footer-menu__ttl:not(:first-child) {
	margin-top: 3rem;
}

.p-footer-menu__list {
	font-size: 1.4rem;
}

.p-footer-menu__dash li {
	margin-bottom: .5rem;
}

.p-footer__copyright {
	font-size: 1.2rem;
	padding: 1.5rem;
}

.c-table th {
	width: 21.2rem;
}

.c-table td {
	padding-left: 2rem;
}

.hline01.--row {
	align-items: flex-end;
	display: flex;
	gap: 1.5rem;
}

.hline01.--row .hline01__sub {
	margin-bottom: .4rem;
}

.hline01__ttl {
	font-size: 6rem;
}

.hline01__sub {
	font-size: 2rem;
}

.hline02__ttl {
	font-size: 5rem;
}

.hline02__sub {
	font-size: 1.8rem;
	margin-bottom: .3rem;
}

.hline03 {
	margin-bottom: 2.1rem;
}

.hline03__sub {
	font-size: 1.4rem;
}

.hline03__ttl {
	font-size: 2.4rem;
}

.lead-ttl {
	background-size: auto 2.2rem;
	font-size: 3.2rem;
	margin-bottom: 4.5rem;
	padding-bottom: 3.2rem;
}

.linear-ttl {
	font-size: 1.4rem;
	gap: .5rem;
}

.sp {
	display: none;
}

.space-bottom {
	margin-bottom: 12rem;
}

.slick-dots li {
	height: 1.2rem;
	margin: 0 .9rem;
	width: 1.2rem;
}

.c-news {
	padding-bottom: 2rem;
}

.c-news:not(:last-child) {
	margin-bottom: 2rem;
}

.c-news-cate__item {
	font-size: 1.4rem;
	height: 2.2rem;
	width: 6rem;
}

.c-news__head {
	gap: 2rem;
	margin-bottom: .5rem;
}

.c-news__date {
	font-size: 1.4rem;
}

.c-news__id {
	font-size: 1.2rem;
}

.c-slider__ttl {
	font-size: 2.4rem;
	margin-bottom: 2.2rem;
}

.c-slider__ttl:after,
.c-slider__ttl:before {
	height: 2.4rem;
	width: 1.5rem;
}

.c-slider-list {
	border-radius: 4rem;
	padding: 4rem 0 10.5rem;
}

.c-slider-list__wrap {
	padding-top: 4rem;
}

.c-slider-list__item.is-highest img {
	transform: translateY(-3rem);
}

.c-slider-list__item.before-first-slide:not(.is-third) img {
	transform: translateY(0);
}

.c-slider-list__item.before-first-slide+.slick-center img {
	transform: translateY(-30px);
}

.c-slider-list__item.first-slide:not(.is-third) img {
	transform: translateY(0);
}

.c-slider-list__item.first-slide.slick-center img {
	transform: translateY(-30px);
}

.c-slider-list__item.last-slide+.slick-center img {
	transform: translateY(0);
}

.c-slider-list__item.last-second+.last-slide:not(.is-third) img,
.c-slider-list__item.last-second:not(.slick-active):not(.is-third) img {
	transform: translateY(0);
}

.c-slider-list__item.last-second:not(.slick-active)+.last-slide:not(.is-third) img {
	transform: translateY(-30px);
}

.c-slider-list__item:not(.slick-active) img {
	transform: translateY(3rem);
}

.c-slider-list .slick-arrow {
	height: 6.1rem;
	width: 6.1rem;
}

.c-slider-list .slick-arrow:before {
	width: 1.7rem;
}

.c-slider-list .slick-prev {
	left: 2.6rem;
	padding-right: .5rem;
}

.c-slider-list .slick-next {
	padding-left: .5rem;
	right: 2.6rem;
}

.c-bnr-bottom {
	bottom: 3.8rem;
	right: 2.5rem;
	width: 35.7rem;
}

.c-breadcrumb {
	position: relative;
}

.c-breadcrumb:before {
	background-color: #f2faff;
	bottom: 100%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-breadcrumb ul {
	font-size: 1.2rem;
	height: 4.4rem;
}

.c-head__ttl {
	padding-block: 3.5rem;
}

.c-service .inner {
	max-width: 125rem;
}

.c-service-head {
	gap: 1.1rem;
}

.c-service-head__anchor {
	border-radius: 4rem 4rem 0 0;
	font-size: 1.6rem;
	gap: .7rem;
	height: 6rem;
	width: 47.2rem;
}

.c-service-head__icon {
	width: 2rem;
}

.c-service-content {
	border-radius: 4rem;
	padding: 3rem 9rem;
}

.c-service-list {
	gap: 1rem;
	grid-template-columns: repeat(4,1fr);
}

.c-service-list__anchor {
	border-radius: .8rem;
	padding-block: 2rem;
}

.c-service-list__ttl {
	font-size: 1.4rem;
}

.c-service-list__icon {
	margin-bottom: 1.3rem;
	width: 10.2675rem;
}

.c-tab__head {
	border-radius: 1rem;
	margin-bottom: 2.5rem;
	padding: .6rem 1rem;
}

.c-tab__head a {
	border-radius: .8rem;
	min-height: 4.2rem;
	min-width: 19rem;
}

.c-tab__content .c-flow__des {
	margin-block: -1rem 5rem;
}

.c-tag {
	font-size: 1.3rem;
	padding: .2rem 2rem;
}

.c-cate {
	gap: .3rem .4rem;
}

.c-cate li {
	font-size: 1.2rem;
	padding: .3rem .8rem;
}

.c-cate-circle li {
	padding: .2rem 1rem;
}

.c-box-bg:before {
	border-radius: 4rem;
	height: 47.1rem;
	margin-inline: auto;
	max-width: 132.6rem;
	width: 100%;
}

.c-contact {
	margin: 6rem 0 8rem;
}

.c-contact__wrap {
	border-radius: 4rem;
	display: flex;
}

.c-contact__item {
	flex: 1 1;
	padding: 3.5rem 0 4rem;
}

.c-contact__ttl {
	font-size: 6.4rem;
}

.c-contact__txt {
	letter-spacing: .2em;
	line-height: 2.3;
	margin-bottom: 2rem;
}

.pagination ul {
	gap: .6rem;
}

.pagination ul .prev {
	margin-right: 1.4rem;
}

.pagination ul .next {
	margin-left: 1.4rem;
}

.pagination ul .page-numbers {
	width: 4rem;
}

.c-line-bot {
	background: linear-gradient(to top,var(--cl-warning),1.2rem,transparent 1.2rem);
}

.c-popup {
	border-radius: 2rem;
	max-width: 100rem;
	padding: 3rem 10rem;
}

.c-popup.--feature {
	padding-inline: 6.5rem;
}

.c-popup-close {
	right: 2rem;
	top: 2rem;
	width: 4rem;
}

.c-popup--flow {
	padding-block: 7.7rem;
}

.btn-popup {
	width: 22rem;
}

.btn-popup.--popup-price {
	right: 3rem;
	top: -1.5rem;
}

.btn-popup.--popup-cost {
	left: calc(50% + 28rem);
	top: 1rem;
}

.btn-popup.--popup-flow {
	right: 15rem;
	top: -2rem;
}

.btn-popup.--popup-area {
	left: calc(50% + 38rem);
	top: -3.3rem;
	width: 23.6rem;
}

.btn-popup.--popup-net-feature {
	right: -4.6rem;
	top: -5.2rem;
	width: 20.5rem;
}

.btn-popup.--price-spot {
	right: -4.3rem;
	top: -5rem;
	width: 21rem;
}

.c-mv:after {
	background-color: #f2faff;
	border-radius: 4rem 0 0 4rem;
	content: "";
	height: 46rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: calc(50vw + 8.6rem);
	z-index: -2;
}

.c-mv .inner {
	max-width: 136.6rem;
}

.c-mv__wrap {
	align-items: center;
	display: flex;
	min-height: 62.6rem;
}

.c-mv__wrap:after {
	aspect-ratio: 1;
	background: url(../images/common/bg_line.png) no-repeat 100% 0/cover;
	content: "";
	position: absolute;
	right: 8.2rem;
	top: 3.7rem;
	width: 73.9rem;
	z-index: -1;
}

.c-mv__body {
	flex: 1 1;
	padding-left: 8rem;
}

.c-mv__image {
	width: 82rem;
}

.c-mv__logo {
	margin-bottom: 3rem;
}

.c-mv__logo.--logo-width01 {
	width: 40.3rem;
}

.c-mv__ttl {
	font-size: 2.4rem;
	margin-bottom: .8rem;
	white-space: nowrap;
}

.c-mv__subttl {
	font-size: 2.2rem;
	margin-top: .8rem;
}

.c-mv__subttl__small {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.c-mv__anchor {
	align-items: flex-start;
	flex-direction: column;
	margin-top: 3rem;
}

.c-mv__anchor .btn--linear {
	min-width: 25rem;
}

.c-mv__anchor .btn--linear:after {
	right: 2rem;
	top: calc(50% - .45rem);
	width: .9rem;
}

.c-mv__anchor .btn--linear:not(:last-child) {
	margin-bottom: 1rem;
}

.c-feature {
	margin-bottom: 8rem;
}

.c-feature__txt {
	margin-bottom: 3rem;
}

.c-feature__sub {
	margin-bottom: 1.5rem;
}

.c-feature__sub:not(:first-child) {
	margin-top: 4rem;
}

.c-feature__area {
	align-items: center;
	display: flex;
	gap: 2.7rem;
	padding: 4.6rem 6rem;
}

.c-feature__area-ttl {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.c-feature__area-image {
	border-radius: 2rem;
	width: 29.8rem;
}

.c-feature__area-body {
	flex: 1 1;
}

.c-feature__media-item {
	border-radius: 4rem;
	gap: 8rem;
	padding: 2rem 4rem 2rem 10rem;
}

.c-feature__media-icon {
	min-height: 18rem;
	width: 14rem;
}

.c-feature__media-icon.--icon-size16 {
	margin-left: -2rem;
	max-height: none;
	right: -1rem;
	width: 16rem;
}

.c-feature__media-icon.--icon-size19 {
	width: 20.7rem;
}

.c-feature__media-icon:after {
	width: 16rem;
}

.c-feature__media-body {
	flex: 1 1;
	max-width: 72.6rem;
}

.c-feature__media-ttl {
	font-size: 2.6rem;
}

.c-feature__media-sub {
	font-size: 1.8rem;
	text-align: left;
}

.c-feature__media-sub:not(:last-child) {
	margin-bottom: 1.2rem;
}

.c-feature__media-txt {
	line-height: 2;
}

.c-feature__media-note {
	line-height: 2;
}

.c-price__top {
	border-radius: 4rem;
	padding-block: 6rem;
}

.c-price__xg {
	align-items: center;
	display: flex;
	gap: 6rem;
	justify-content: center;
	padding: 3rem 1rem;
	text-align: left;
}

.c-price__xg:hover {
	background-color: var(--cl-bg);
}

.c-price__xg-logo {
	flex: 0 0 30rem;
	margin-bottom: 0;
	margin-inline: unset;
	max-width: 30rem;
}

.c-price__xg-ttl span {
	font-size: 2.4rem;
}

.c-price__area {
	padding: 5rem 5.5rem;
}

.c-price__area-note {
	margin-bottom: 3rem;
}

.c-price__bg {
	margin-bottom: 4rem;
	padding-block: 4rem 9rem;
}

.c-price__bg:after {
	border-radius: 0 0 4rem 4rem;
	top: -11rem;
}

.c-price__bg-txt {
	font-size: 2.2rem;
	margin-bottom: 3rem;
}

.c-price__col {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.c-price__col:not(:first-child) {
	margin-top: 2rem;
}

.c-price__col-left {
	padding-top: 1rem;
}

.c-price__col-body {
	flex-shrink: 0;
	width: 68rem;
}

.c-price__col-ttl {
	font-size: 2.2rem;
	margin-bottom: 1rem;
}

.c-price__col-txt {
	margin-bottom: 1.5rem;
}

.c-price__package {
	align-items: center;
	display: flex;
	gap: 4.5rem;
	justify-content: space-between;
	padding: 3.6rem 4.6rem;
}

.c-price__package-left {
	min-width: 18rem;
}

.c-price__package-body {
	flex: 1 1;
}

.c-price__package-gb {
	font-size: 4rem;
	margin-bottom: 1rem;
	padding: .3rem 1.6rem;
}

.c-price__package-gb small {
	font-size: 2.4rem;
}

.c-price__package-ttl {
	font-size: 2.4rem;
}

.c-price-box {
	gap: 2rem;
	grid-template-columns: repeat(2,1fr);
	margin-bottom: 1.5rem;
}

.c-price-box__item {
	padding: 4rem 4.5rem 3.5rem;
}

.c-price-box__icon img {
	width: 25rem;
}

.c-price-box__ttl {
	font-size: 2.4rem;
}

.c-price-box__ttl small {
	font-size: 1.6rem;
}

.c-price-box__txt {
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
}

.c-price-box__price {
	margin-bottom: .6rem;
}

.c-price-box__price .price-value {
	font-size: 6.4rem;
}

.c-price-box__note {
	font-size: 1.4rem;
}

.c-price-box__note:not(:last-child) {
	margin-bottom: 2rem;
}

.c-price-box__speed {
	gap: 1.7rem;
	padding: 1rem;
}

.c-price-box__speed .speed-label {
	font-size: 1.8rem;
	margin-bottom: 1.2rem;
}

.c-price-box__speed .speed-value {
	font-size: 6.4rem;
}

.c-price-box__anchor {
	font-size: 2rem;
}

.c-price-media {
	border-radius: 2rem;
	max-width: 94rem;
	padding: 1.5rem 3.5rem 1.5rem 5rem;
}

.c-price-media:after {
	border-radius: 4rem 0 0 4rem;
	bottom: 3.5rem;
	top: 3.5rem;
	width: 50%;
}

.c-price-media__body {
	flex: 1 1;
}

.c-price-media__logo {
	width: 40.1rem;
}

.c-price-media__image {
	width: 36.9rem;
}

.c-price-power {
	border-radius: 4rem;
	margin-inline: 2rem;
	padding-block: 5rem;
}

.c-price-power__ttl {
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
}

.c-price-power__txt {
	font-size: 1.8rem;
	margin-bottom: 3rem;
}

.c-price-plus {
	border-radius: 2rem;
	padding: 4.5rem 3.8rem 2.5rem;
}

.c-price-plus:not(:last-child) {
	margin-bottom: 2rem;
}

.c-price-plus__media {
	display: flex;
	gap: 4rem;
	justify-content: center;
	margin-bottom: 3rem;
}

.c-price-plus__body {
	width: 39rem;
}

.c-spec__ttl {
	font-size: 1.8rem;
}

.c-spec__ttl .plus {
	height: 2.5rem;
	width: 2.5rem;
}

.c-cost {
	padding-block: 6rem;
}

.c-cost .c-tab {
	margin-bottom: 6rem;
}

.c-cost__ttl {
	font-size: 2.2rem;
	gap: .8rem;
}

.c-cost__ttl:not(:first-child) {
	margin-top: 4rem;
}

.c-cost-list:not(:last-child):not(.no-space) {
	margin-bottom: 3rem;
}

.c-cost-list.--cost-plus {
	gap: 5rem;
}

.c-cost-list.--cost-plus .c-cost-list__item {
	padding-top: 2.5rem;
}

.c-cost-list.--cost-plus .c-cost-list__item:not(:first-child):before {
	right: calc(100% + 1rem);
	width: 3rem;
}

.c-cost-list .c-cost-sublist {
	border-radius: 2rem;
	padding: 1.5rem 5rem;
	width: auto;
}

.c-cost-list .c-cost-sublist__item {
	padding-block: 1.5rem;
}

.c-cost-list .c-cost-sublist__ttl {
	font-size: 1.8rem;
	line-height: 1.3;
}

.c-cost-list .c-cost-sublist__ttl small {
	font-size: 1.4rem;
}

.c-cost-list .c-cost-sublist__price .price-large {
	font-size: 3rem;
	padding-left: .3rem;
	padding-right: .3rem;
}

.c-cost-list .c-cost-sublist__price .free {
	font-size: 3.5rem;
}

.c-cost-list.--space-equal .c-cost-list__item {
	padding-top: 3rem;
}

.c-cost-list__item {
	border-radius: 2rem;
	padding-block: 3rem 2.5rem;
	width: 30rem;
}

.c-cost-list__item.__option .btn {
	font-size: 1.4rem;
}

.c-cost-list__icon {
	margin-bottom: .5rem;
	width: 13rem;
}

.c-cost-list__ttl {
	font-size: 2rem;
	line-height: 1.3;
}

.c-cost-list__ttl small {
	font-size: 1.8rem;
}

.c-cost-list__txt {
	font-size: 1.2rem;
}

.c-cost-list__price {
	font-size: 1.2rem;
}

.c-cost-list__price .price-large {
	font-size: 3rem;
	padding-left: .3rem;
	padding-right: .3rem;
}

.c-cost-list__price .price-large:not(:first-child) {
	margin-left: .7rem;
}

.c-cost-catch {
	margin-inline: auto;
	max-width: 99rem;
}

.c-cost-catch__item {
	border-radius: 2rem;
	gap: 1.8rem;
	min-height: 15.4rem;
	padding: 2.6rem 2.6rem 2.6rem 4rem;
}

.c-cost-catch__icon {
	width: 10.1rem;
}

.c-cost-catch__ttl {
	font-size: 1.8rem;
}

.c-cost-catch__txt {
	font-size: 1.4rem;
}

.c-methob {
	border-radius: 150px 0 15rem 0;
	padding-block: 8rem 8rem;
}

.c-methob__des {
	font-size: 1.8rem;
	margin-bottom: .6rem;
}

.c-methob-list {
	gap: 1rem;
	margin-block: 3.7rem .8rem;
}

.c-methob-list__item {
	border-radius: 2rem;
	flex: 1 1;
	min-height: 15.9rem;
}

.c-methob-list__item:not(.--no-space) {
	padding-bottom: 0;
	padding-top: 1.9rem;
}

.c-methob-list__icon {
	margin-bottom: .8rem;
	width: 8.4rem;
}

.c-methob-list__sub {
	font-size: 1.1rem;
	min-height: 2.4rem;
	padding-block: 0;
}

.c-methob-list__ttl {
	font-size: 1.6rem;
	line-height: 1;
}

.c-methob-catch {
	display: flex;
	gap: 1rem;
	margin-block: 3.7rem .8rem;
}

.c-methob-catch__item {
	flex: 1 1;
}

.c-methob-catch__box {
	border-radius: 2rem;
	gap: 2.4rem;
	min-height: 15.9rem;
	padding: 3.4rem;
}

.c-methob-service__wrap {
	align-items: center;
	display: flex;
	gap: 3rem;
	padding: 2.5rem 3.5rem;
}

.c-methob-service__icon {
	flex-shrink: 0;
	width: 8.6rem;
}

.c-methob-service__txt {
	margin-bottom: 1rem;
}

.c-methob-service__note {
	display: inline-flex;
	justify-content: center;
	min-width: 26.3rem;
}

.c-methob-service .btn {
	margin-bottom: 1rem;
}

.c-flow {
	border-radius: 15rem 0 15rem 0;
	padding-block: 10rem;
}

.c-flow__txt {
	font-size: 1.8rem;
	margin-bottom: 3.5rem;
}

.c-flow__box {
	border-radius: 1rem;
	margin-top: 2rem;
	padding: 3rem 4rem;
}

.c-flow__box-ttl {
	margin-bottom: 1.5rem;
}

.c-flow-list {
	display: grid;
	gap: 2.8rem;
	grid-template-columns: repeat(4,1fr);
	margin-block: 3.7rem .8rem;
}

.c-flow-list__item {
	min-height: 18.5rem;
	padding-block: 2rem 1rem;
}

.c-flow-list__item:not(:last-child):after {
	clip-path: polygon(100% 50%,0 0,0 100%);
	height: 1.2rem;
	left: calc(100% + 1.1rem);
	top: 50%;
	transform: translateY(-50%);
	width: .6rem;
}

.c-flow-list__icon {
	margin-bottom: .8rem;
	width: 8rem;
}

.c-flow-list__icon.--icon-medium {
	width: 12.4rem;
}

.c-flow-area {
	margin-inline: auto;
	margin-top: 4.4rem;
	max-width: 90rem;
	padding: 2.5rem 6rem 4.5rem;
}

.c-flow-area__ttl {
	font-size: 2.2rem;
	margin-bottom: 1.5rem;
}

.c-flow-area__btn a {
	flex: 1 1;
	gap: .9rem;
	height: 9.5rem;
}

.c-flow-area__contact {
	display: flex;
	gap: 1rem;
}

.c-flow-area__contact-item {
	flex: 1 1;
	padding: 2.4rem 2rem 2.4rem 4.5rem;
}

.c-faq {
	border-radius: 15rem 0 0 0;
	padding-block: 11rem 10rem;
}

.c-faq-list {
	margin-block: 3.8rem;
}

.c-faq-list .icon {
	width: 1.7rem;
}

.c-faq-list .icon:after,
.c-faq-list .icon:before {
	height: .3rem;
}

.c-faq-list dl {
	border-bottom-width: 2px;
}

.c-faq-list dt {
	gap: 1rem;
	padding: 2rem 3rem 2rem 0;
}

.c-faq-list dt:before {
	font-size: 2rem;
}

.c-faq-list dd {
	border-radius: .8rem;
	margin: 0 0 2rem;
	padding: 1.4rem 2rem 1.4rem 5.6rem;
}

.c-faq-list dd:before {
	font-size: 2rem;
	left: 2.2rem;
	position: absolute;
	top: 1.4rem;
}

.c-area {
	margin-bottom: 6rem;
	padding-block: 7.5rem 5.5rem;
}

.c-area__ttl {
	font-size: 2.2rem;
	margin-bottom: 2.5rem;
}

.c-area__ttl .c-line-bot {
	background: linear-gradient(0deg,#c8b958,1.2rem,transparent 1.2rem);
}

.c-area__txt {
	margin-top: 2.5rem;
}

.c-terms {
	border-radius: 4rem;
	margin: 0 2rem 6rem;
	margin-inline: auto;
	max-width: 128rem;
	padding-block: 3.5rem;
}

.c-terms__head .hline03 {
	margin-bottom: 0;
}

.c-terms__anchor {
	gap: 2rem 3rem;
}

.p-popup-price__ttl {
	font-size: 2.4rem;
	margin-bottom: 5.5rem;
}

.p-popup-price__box {
	margin-inline: auto;
	max-width: 78rem;
}

.p-popup-price__catch {
	gap: 8rem;
	grid-template-columns: repeat(2,1fr);
	margin-bottom: 3rem;
	padding-inline: 5rem;
}

.p-popup-price__catch-img {
	margin-bottom: 1.5rem;
	width: 29.4rem;
}

.p-popup-price__catch-ttl {
	font-size: 2rem;
}

.p-popup-price__des {
	font-size: 2rem;
	margin-bottom: .8rem;
}

.p-popup-cost__ttl {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.p-popup-cost__ttl:not(:first-child) {
	margin-top: 2rem;
}

.p-popup-cost__btn {
	flex-direction: row;
	justify-content: center;
	margin-top: -2rem;
}

.p-popup-cost__list-item {
	align-items: center;
	display: flex;
	gap: 2.1rem;
}

.p-popup-cost__list-lead {
	border-radius: .8rem;
	font-size: 2rem;
	height: 8.5rem;
	width: 18.1rem;
}

.p-popup-cost__list-ttl {
	margin-bottom: .5rem;
}

.p-popup-cost__head {
	gap: 2rem;
	margin-bottom: 2rem;
	padding-right: 25rem;
}

.p-popup-cost__head-icon {
	width: 8.5rem;
}

.p-popup-cost__head-icon.--width-repair {
	width: 14.5rem;
}

.p-popup-cost__head-icon.--width-tv {
	width: 8.5rem;
}

.p-popup-cost__head-body {
	flex: 1 1;
}

.p-popup-cost__head-ttl {
	font-size: 2.4rem;
}

.p-popup-cost__head-des {
	font-size: 1.6rem;
}

.p-popup-cost__head-price {
	bottom: 0;
	position: absolute;
	right: 0;
}

.p-popup-cost__head-note {
	font-size: 1.2rem;
}

.p-popup-cost__col {
	flex-flow: wrap;
	gap: 3rem;
	justify-content: center;
}

.p-popup-cost__col>* {
	width: calc(50% - 1.5rem);
}

.p-popup-cost__plan {
	border-radius: 2rem;
	padding: 5.5rem 3rem 1.5rem;
}

.p-popup-cost__plan-sub {
	min-height: 4rem;
}

.p-popup-cost__plan-ttl {
	font-size: 2rem;
}

.p-popup-cost__plan-ttl small {
	font-size: 1.6rem;
}

.p-popup-cost__plan-icon {
	width: 12rem;
}

.p-popup-cost__plan-detail {
	font-size: 1.4rem;
	margin-block: .5rem 1rem;
	padding: .8rem 3rem;
}

.p-popup-cost__option {
	border-radius: 2rem;
	padding: 2rem 6.5rem;
}

.p-popup-cost__option:not(:last-child) {
	margin-bottom: 4.7rem;
}

.p-popup-cost__option-body {
	padding-right: 2rem;
}

.p-popup-cost__option-item {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-block: 1.5rem;
}

.p-popup-cost__option-item .c-cost-list__price .price-large {
	font-size: 3rem;
}

.p-popup-cost__option-ttl {
	font-size: 1.6rem;
}

.p-popup-cost__option-txt {
	font-size: 1.4rem;
}

.p-popup-cost__support {
	border-radius: 2rem;
	padding: 2.5rem 3.5rem;
}

.p-popup-cost__repair {
	border-radius: 2rem;
	padding: 2.5rem 9rem;
}

.p-popup-cost__repair-ttl {
	font-size: 1.8rem;
	margin-bottom: 1rem;
}

.p-popup-cost__repair-ttl li {
	gap: 1rem;
}

.p-popup-cost__repair-ttl li:before {
	margin-top: 1.4rem;
}

.p-popup-cost__media {
	align-items: center;
	border-radius: 2rem;
	display: flex;
	gap: 4.5rem;
	padding: 2rem 6rem;
}

.p-popup-cost__media-img {
	flex-shrink: 0;
	width: 15rem;
}

.p-popup-cost__media-body {
	flex: 1 1;
}

.p-popup-cost__media .c-cost-list__price .price-large {
	font-size: 3rem;
}

.p-popup-flow {
	margin-inline: auto;
	max-width: 71rem;
}

.p-popup-flow__list {
	border-radius: 1rem;
	font-size: 1.4rem;
	padding: 1.5rem 2.7rem;
}

.p-popup-feature__ttl:not(:first-child) {
	margin-top: 4.2rem;
}

.p-popup-feature__table {
	border-radius: 2rem;
	padding: 2.2rem 4.6rem;
}

.p-popup-feature__table table td,
.p-popup-feature__table table th {
	padding-block: .8rem .5rem;
}

.p-popup-feature__table table thead th:first-child {
	padding-left: 0;
	width: 15.2rem;
}

.p-popup-feature__table table thead th:not(:first-child) {
	padding-left: 2.5rem;
}

.p-popup-feature__table table tbody td {
	padding-left: 2.5rem;
}

.p-popup-feature__table table .table-row {
	gap: .9rem;
}

.p-popup-feature__table table .table-icon {
	width: 2rem;
}

.p-popup-feature__media {
	border-radius: 2rem;
	gap: 4rem;
	padding: 2.8rem 6rem;
}

.p-popup-feature__media:not(:last-child) {
	margin-bottom: 1.5rem;
}

.p-popup-feature__media-icon {
	width: 9rem;
}

.p-popup-feature__media-body {
	flex: 1 1;
}

.p-popup-feature__media-ttl {
	font-size: 2rem;
}

.p-popup-feature__media-txt {
	margin-bottom: 1.2rem;
}

.m-md-0 {
	margin: 0!important;
}

.mt-md-0,
.my-md-0 {
	margin-top: 0!important;
}

.mr-md-0,
.mx-md-0 {
	margin-right: 0!important;
}

.mb-md-0,
.my-md-0 {
	margin-bottom: 0!important;
}

.ml-md-0,
.mx-md-0 {
	margin-left: 0!important;
}

.m-md-5 {
	margin: .5rem!important;
}

.mt-md-5,
.my-md-5 {
	margin-top: .5rem!important;
}

.mr-md-5,
.mx-md-5 {
	margin-right: .5rem!important;
}

.mb-md-5,
.my-md-5 {
	margin-bottom: .5rem!important;
}

.ml-md-5,
.mx-md-5 {
	margin-left: .5rem!important;
}

.m-md-10 {
	margin: 1rem!important;
}

.mt-md-10,
.my-md-10 {
	margin-top: 1rem!important;
}

.mr-md-10,
.mx-md-10 {
	margin-right: 1rem!important;
}

.mb-md-10,
.my-md-10 {
	margin-bottom: 1rem!important;
}

.ml-md-10,
.mx-md-10 {
	margin-left: 1rem!important;
}

.m-md-20 {
	margin: 2rem!important;
}

.mt-md-20,
.my-md-20 {
	margin-top: 2rem!important;
}

.mr-md-20,
.mx-md-20 {
	margin-right: 2rem!important;
}

.mb-md-20,
.my-md-20 {
	margin-bottom: 2rem!important;
}

.ml-md-20,
.mx-md-20 {
	margin-left: 2rem!important;
}

.p-md-0 {
	padding: 0!important;
}

.pt-md-0,
.py-md-0 {
	padding-top: 0!important;
}

.pr-md-0,
.px-md-0 {
	padding-right: 0!important;
}

.pb-md-0,
.py-md-0 {
	padding-bottom: 0!important;
}

.pl-md-0,
.px-md-0 {
	padding-left: 0!important;
}

.p-md-5 {
	padding: .5rem!important;
}

.pt-md-5,
.py-md-5 {
	padding-top: .5rem!important;
}

.pr-md-5,
.px-md-5 {
	padding-right: .5rem!important;
}

.pb-md-5,
.py-md-5 {
	padding-bottom: .5rem!important;
}

.pl-md-5,
.px-md-5 {
	padding-left: .5rem!important;
}

.p-md-10 {
	padding: 1rem!important;
}

.pt-md-10,
.py-md-10 {
	padding-top: 1rem!important;
}

.pr-md-10,
.px-md-10 {
	padding-right: 1rem!important;
}

.pb-md-10,
.py-md-10 {
	padding-bottom: 1rem!important;
}

.pl-md-10,
.px-md-10 {
	padding-left: 1rem!important;
}

.p-md-20 {
	padding: 2rem!important;
}

.pt-md-20,
.py-md-20 {
	padding-top: 2rem!important;
}

.pr-md-20,
.px-md-20 {
	padding-right: 2rem!important;
}

.pb-md-20,
.py-md-20 {
	padding-bottom: 2rem!important;
}

.pl-md-20,
.px-md-20 {
	padding-left: 2rem!important;
}

.m-md-n5 {
	margin: -.5rem!important;
}

.mt-md-n5,
.my-md-n5 {
	margin-top: -.5rem!important;
}

.mr-md-n5,
.mx-md-n5 {
	margin-right: -.5rem!important;
}

.mb-md-n5,
.my-md-n5 {
	margin-bottom: -.5rem!important;
}

.ml-md-n5,
.mx-md-n5 {
	margin-left: -.5rem!important;
}

.m-md-n10 {
	margin: -1rem!important;
}

.mt-md-n10,
.my-md-n10 {
	margin-top: -1rem!important;
}

.mr-md-n10,
.mx-md-n10 {
	margin-right: -1rem!important;
}

.mb-md-n10,
.my-md-n10 {
	margin-bottom: -1rem!important;
}

.ml-md-n10,
.mx-md-n10 {
	margin-left: -1rem!important;
}

.m-md-n20 {
	margin: -2rem!important;
}

.mt-md-n20,
.my-md-n20 {
	margin-top: -2rem!important;
}

.mr-md-n20,
.mx-md-n20 {
	margin-right: -2rem!important;
}

.mb-md-n20,
.my-md-n20 {
	margin-bottom: -2rem!important;
}

.ml-md-n20,
.mx-md-n20 {
	margin-left: -2rem!important;
}

.m-md-auto {
	margin: auto!important;
}

.mt-md-auto,
.my-md-auto {
	margin-top: auto!important;
}

.mr-md-auto,
.mx-md-auto {
	margin-right: auto!important;
}

.mb-md-auto,
.my-md-auto {
	margin-bottom: auto!important;
}

.ml-md-auto,
.mx-md-auto {
	margin-left: auto!important;
}

.text-md-left {
	text-align: left!important;
}

.text-md-right {
	text-align: right!important;
}

.text-md-center {
	text-align: center!important;
}

.d-md-none {
	display: none!important;
}

.d-md-block {
	display: block!important;
}

.d-md-flex {
	display: flex!important;
}

.flex-md-row {
	flex-direction: row!important;
}

.flex-md-column {
	flex-direction: column!important;
}

.flex-md-row-reverse {
	flex-direction: row-reverse!important;
}

.flex-md-column-reverse {
	flex-direction: column-reverse!important;
}

.flex-md-wrap {
	flex-wrap: wrap!important;
}

.flex-md-nowrap {
	flex-wrap: nowrap!important;
}

.flex-md-wrap-reverse {
	flex-wrap: wrap-reverse!important;
}

.flex-md-fill {
	flex: 1 1 auto!important;
}

.flex-md-grow-0 {
	flex-grow: 0!important;
}

.flex-md-grow-1 {
	flex-grow: 1!important;
}

.flex-md-shrink-0 {
	flex-shrink: 0!important;
}

.flex-md-shrink-1 {
	flex-shrink: 1!important;
}

.flex-md-auto {
	flex: 0 auto!important;
}

.justify-content-md-start {
	justify-content: flex-start!important;
}

.justify-content-md-end {
	justify-content: flex-end!important;
}

.justify-content-md-center {
	justify-content: center!important;
}

.justify-content-md-between {
	justify-content: space-between!important;
}

.justify-content-md-around {
	justify-content: space-around!important;
}

.align-items-md-start {
	align-items: flex-start!important;
}

.align-items-md-end {
	align-items: flex-end!important;
}

.align-items-md-center {
	align-items: center!important;
}

.align-items-md-baseline {
	align-items: baseline!important;
}

.align-items-md-stretch {
	align-items: stretch!important;
}

.align-content-md-start {
	align-content: flex-start!important;
}

.align-content-md-end {
	align-content: flex-end!important;
}

.align-content-md-center {
	align-content: center!important;
}

.align-content-md-between {
	align-content: space-between!important;
}

.align-content-md-around {
	align-content: space-around!important;
}

.align-content-md-stretch {
	align-content: stretch!important;
}

.align-self-md-auto {
	align-self: auto!important;
}

.align-self-md-start {
	align-self: flex-start!important;
}

.align-self-md-end {
	align-self: flex-end!important;
}

.align-self-md-center {
	align-self: center!important;
}

.align-self-md-baseline {
	align-self: baseline!important;
}

.align-self-md-stretch {
	align-self: stretch!important;
}

}

@media (min-width:992px) {

.m-lg-0 {
	margin: 0!important;
}

.mt-lg-0,
.my-lg-0 {
	margin-top: 0!important;
}

.mr-lg-0,
.mx-lg-0 {
	margin-right: 0!important;
}

.mb-lg-0,
.my-lg-0 {
	margin-bottom: 0!important;
}

.ml-lg-0,
.mx-lg-0 {
	margin-left: 0!important;
}

.m-lg-5 {
	margin: .5rem!important;
}

.mt-lg-5,
.my-lg-5 {
	margin-top: .5rem!important;
}

.mr-lg-5,
.mx-lg-5 {
	margin-right: .5rem!important;
}

.mb-lg-5,
.my-lg-5 {
	margin-bottom: .5rem!important;
}

.ml-lg-5,
.mx-lg-5 {
	margin-left: .5rem!important;
}

.m-lg-10 {
	margin: 1rem!important;
}

.mt-lg-10,
.my-lg-10 {
	margin-top: 1rem!important;
}

.mr-lg-10,
.mx-lg-10 {
	margin-right: 1rem!important;
}

.mb-lg-10,
.my-lg-10 {
	margin-bottom: 1rem!important;
}

.ml-lg-10,
.mx-lg-10 {
	margin-left: 1rem!important;
}

.m-lg-20 {
	margin: 2rem!important;
}

.mt-lg-20,
.my-lg-20 {
	margin-top: 2rem!important;
}

.mr-lg-20,
.mx-lg-20 {
	margin-right: 2rem!important;
}

.mb-lg-20,
.my-lg-20 {
	margin-bottom: 2rem!important;
}

.ml-lg-20,
.mx-lg-20 {
	margin-left: 2rem!important;
}

.p-lg-0 {
	padding: 0!important;
}

.pt-lg-0,
.py-lg-0 {
	padding-top: 0!important;
}

.pr-lg-0,
.px-lg-0 {
	padding-right: 0!important;
}

.pb-lg-0,
.py-lg-0 {
	padding-bottom: 0!important;
}

.pl-lg-0,
.px-lg-0 {
	padding-left: 0!important;
}

.p-lg-5 {
	padding: .5rem!important;
}

.pt-lg-5,
.py-lg-5 {
	padding-top: .5rem!important;
}

.pr-lg-5,
.px-lg-5 {
	padding-right: .5rem!important;
}

.pb-lg-5,
.py-lg-5 {
	padding-bottom: .5rem!important;
}

.pl-lg-5,
.px-lg-5 {
	padding-left: .5rem!important;
}

.p-lg-10 {
	padding: 1rem!important;
}

.pt-lg-10,
.py-lg-10 {
	padding-top: 1rem!important;
}

.pr-lg-10,
.px-lg-10 {
	padding-right: 1rem!important;
}

.pb-lg-10,
.py-lg-10 {
	padding-bottom: 1rem!important;
}

.pl-lg-10,
.px-lg-10 {
	padding-left: 1rem!important;
}

.p-lg-20 {
	padding: 2rem!important;
}

.pt-lg-20,
.py-lg-20 {
	padding-top: 2rem!important;
}

.pr-lg-20,
.px-lg-20 {
	padding-right: 2rem!important;
}

.pb-lg-20,
.py-lg-20 {
	padding-bottom: 2rem!important;
}

.pl-lg-20,
.px-lg-20 {
	padding-left: 2rem!important;
}

.m-lg-n5 {
	margin: -.5rem!important;
}

.mt-lg-n5,
.my-lg-n5 {
	margin-top: -.5rem!important;
}

.mr-lg-n5,
.mx-lg-n5 {
	margin-right: -.5rem!important;
}

.mb-lg-n5,
.my-lg-n5 {
	margin-bottom: -.5rem!important;
}

.ml-lg-n5,
.mx-lg-n5 {
	margin-left: -.5rem!important;
}

.m-lg-n10 {
	margin: -1rem!important;
}

.mt-lg-n10,
.my-lg-n10 {
	margin-top: -1rem!important;
}

.mr-lg-n10,
.mx-lg-n10 {
	margin-right: -1rem!important;
}

.mb-lg-n10,
.my-lg-n10 {
	margin-bottom: -1rem!important;
}

.ml-lg-n10,
.mx-lg-n10 {
	margin-left: -1rem!important;
}

.m-lg-n20 {
	margin: -2rem!important;
}

.mt-lg-n20,
.my-lg-n20 {
	margin-top: -2rem!important;
}

.mr-lg-n20,
.mx-lg-n20 {
	margin-right: -2rem!important;
}

.mb-lg-n20,
.my-lg-n20 {
	margin-bottom: -2rem!important;
}

.ml-lg-n20,
.mx-lg-n20 {
	margin-left: -2rem!important;
}

.m-lg-auto {
	margin: auto!important;
}

.mt-lg-auto,
.my-lg-auto {
	margin-top: auto!important;
}

.mr-lg-auto,
.mx-lg-auto {
	margin-right: auto!important;
}

.mb-lg-auto,
.my-lg-auto {
	margin-bottom: auto!important;
}

.ml-lg-auto,
.mx-lg-auto {
	margin-left: auto!important;
}

.text-lg-left {
	text-align: left!important;
}

.text-lg-right {
	text-align: right!important;
}

.text-lg-center {
	text-align: center!important;
}

.d-lg-none {
	display: none!important;
}

.d-lg-block {
	display: block!important;
}

.d-lg-flex {
	display: flex!important;
}

.flex-lg-row {
	flex-direction: row!important;
}

.flex-lg-column {
	flex-direction: column!important;
}

.flex-lg-row-reverse {
	flex-direction: row-reverse!important;
}

.flex-lg-column-reverse {
	flex-direction: column-reverse!important;
}

.flex-lg-wrap {
	flex-wrap: wrap!important;
}

.flex-lg-nowrap {
	flex-wrap: nowrap!important;
}

.flex-lg-wrap-reverse {
	flex-wrap: wrap-reverse!important;
}

.flex-lg-fill {
	flex: 1 1 auto!important;
}

.flex-lg-grow-0 {
	flex-grow: 0!important;
}

.flex-lg-grow-1 {
	flex-grow: 1!important;
}

.flex-lg-shrink-0 {
	flex-shrink: 0!important;
}

.flex-lg-shrink-1 {
	flex-shrink: 1!important;
}

.flex-lg-auto {
	flex: 0 auto!important;
}

.justify-content-lg-start {
	justify-content: flex-start!important;
}

.justify-content-lg-end {
	justify-content: flex-end!important;
}

.justify-content-lg-center {
	justify-content: center!important;
}

.justify-content-lg-between {
	justify-content: space-between!important;
}

.justify-content-lg-around {
	justify-content: space-around!important;
}

.align-items-lg-start {
	align-items: flex-start!important;
}

.align-items-lg-end {
	align-items: flex-end!important;
}

.align-items-lg-center {
	align-items: center!important;
}

.align-items-lg-baseline {
	align-items: baseline!important;
}

.align-items-lg-stretch {
	align-items: stretch!important;
}

.align-content-lg-start {
	align-content: flex-start!important;
}

.align-content-lg-end {
	align-content: flex-end!important;
}

.align-content-lg-center {
	align-content: center!important;
}

.align-content-lg-between {
	align-content: space-between!important;
}

.align-content-lg-around {
	align-content: space-around!important;
}

.align-content-lg-stretch {
	align-content: stretch!important;
}

.align-self-lg-auto {
	align-self: auto!important;
}

.align-self-lg-start {
	align-self: flex-start!important;
}

.align-self-lg-end {
	align-self: flex-end!important;
}

.align-self-lg-center {
	align-self: center!important;
}

.align-self-lg-baseline {
	align-self: baseline!important;
}

.align-self-lg-stretch {
	align-self: stretch!important;
}

}

@media (min-width:1366px) {

html {
	font-size: 10px;
}

.c-service-list {
	grid-template-columns: repeat(6,1fr);
}

.c-service-list__icon {
	margin-bottom: 1rem;
	width: 8rem;
}

.m-xl-0 {
	margin: 0!important;
}

.mt-xl-0,
.my-xl-0 {
	margin-top: 0!important;
}

.mr-xl-0,
.mx-xl-0 {
	margin-right: 0!important;
}

.mb-xl-0,
.my-xl-0 {
	margin-bottom: 0!important;
}

.ml-xl-0,
.mx-xl-0 {
	margin-left: 0!important;
}

.m-xl-5 {
	margin: .5rem!important;
}

.mt-xl-5,
.my-xl-5 {
	margin-top: .5rem!important;
}

.mr-xl-5,
.mx-xl-5 {
	margin-right: .5rem!important;
}

.mb-xl-5,
.my-xl-5 {
	margin-bottom: .5rem!important;
}

.ml-xl-5,
.mx-xl-5 {
	margin-left: .5rem!important;
}

.m-xl-10 {
	margin: 1rem!important;
}

.mt-xl-10,
.my-xl-10 {
	margin-top: 1rem!important;
}

.mr-xl-10,
.mx-xl-10 {
	margin-right: 1rem!important;
}

.mb-xl-10,
.my-xl-10 {
	margin-bottom: 1rem!important;
}

.ml-xl-10,
.mx-xl-10 {
	margin-left: 1rem!important;
}

.m-xl-20 {
	margin: 2rem!important;
}

.mt-xl-20,
.my-xl-20 {
	margin-top: 2rem!important;
}

.mr-xl-20,
.mx-xl-20 {
	margin-right: 2rem!important;
}

.mb-xl-20,
.my-xl-20 {
	margin-bottom: 2rem!important;
}

.ml-xl-20,
.mx-xl-20 {
	margin-left: 2rem!important;
}

.p-xl-0 {
	padding: 0!important;
}

.pt-xl-0,
.py-xl-0 {
	padding-top: 0!important;
}

.pr-xl-0,
.px-xl-0 {
	padding-right: 0!important;
}

.pb-xl-0,
.py-xl-0 {
	padding-bottom: 0!important;
}

.pl-xl-0,
.px-xl-0 {
	padding-left: 0!important;
}

.p-xl-5 {
	padding: .5rem!important;
}

.pt-xl-5,
.py-xl-5 {
	padding-top: .5rem!important;
}

.pr-xl-5,
.px-xl-5 {
	padding-right: .5rem!important;
}

.pb-xl-5,
.py-xl-5 {
	padding-bottom: .5rem!important;
}

.pl-xl-5,
.px-xl-5 {
	padding-left: .5rem!important;
}

.p-xl-10 {
	padding: 1rem!important;
}

.pt-xl-10,
.py-xl-10 {
	padding-top: 1rem!important;
}

.pr-xl-10,
.px-xl-10 {
	padding-right: 1rem!important;
}

.pb-xl-10,
.py-xl-10 {
	padding-bottom: 1rem!important;
}

.pl-xl-10,
.px-xl-10 {
	padding-left: 1rem!important;
}

.p-xl-20 {
	padding: 2rem!important;
}

.pt-xl-20,
.py-xl-20 {
	padding-top: 2rem!important;
}

.pr-xl-20,
.px-xl-20 {
	padding-right: 2rem!important;
}

.pb-xl-20,
.py-xl-20 {
	padding-bottom: 2rem!important;
}

.pl-xl-20,
.px-xl-20 {
	padding-left: 2rem!important;
}

.m-xl-n5 {
	margin: -.5rem!important;
}

.mt-xl-n5,
.my-xl-n5 {
	margin-top: -.5rem!important;
}

.mr-xl-n5,
.mx-xl-n5 {
	margin-right: -.5rem!important;
}

.mb-xl-n5,
.my-xl-n5 {
	margin-bottom: -.5rem!important;
}

.ml-xl-n5,
.mx-xl-n5 {
	margin-left: -.5rem!important;
}

.m-xl-n10 {
	margin: -1rem!important;
}

.mt-xl-n10,
.my-xl-n10 {
	margin-top: -1rem!important;
}

.mr-xl-n10,
.mx-xl-n10 {
	margin-right: -1rem!important;
}

.mb-xl-n10,
.my-xl-n10 {
	margin-bottom: -1rem!important;
}

.ml-xl-n10,
.mx-xl-n10 {
	margin-left: -1rem!important;
}

.m-xl-n20 {
	margin: -2rem!important;
}

.mt-xl-n20,
.my-xl-n20 {
	margin-top: -2rem!important;
}

.mr-xl-n20,
.mx-xl-n20 {
	margin-right: -2rem!important;
}

.mb-xl-n20,
.my-xl-n20 {
	margin-bottom: -2rem!important;
}

.ml-xl-n20,
.mx-xl-n20 {
	margin-left: -2rem!important;
}

.m-xl-auto {
	margin: auto!important;
}

.mt-xl-auto,
.my-xl-auto {
	margin-top: auto!important;
}

.mr-xl-auto,
.mx-xl-auto {
	margin-right: auto!important;
}

.mb-xl-auto,
.my-xl-auto {
	margin-bottom: auto!important;
}

.ml-xl-auto,
.mx-xl-auto {
	margin-left: auto!important;
}

.text-xl-left {
	text-align: left!important;
}

.text-xl-right {
	text-align: right!important;
}

.text-xl-center {
	text-align: center!important;
}

.d-xl-none {
	display: none!important;
}

.d-xl-block {
	display: block!important;
}

.d-xl-flex {
	display: flex!important;
}

.flex-xl-row {
	flex-direction: row!important;
}

.flex-xl-column {
	flex-direction: column!important;
}

.flex-xl-row-reverse {
	flex-direction: row-reverse!important;
}

.flex-xl-column-reverse {
	flex-direction: column-reverse!important;
}

.flex-xl-wrap {
	flex-wrap: wrap!important;
}

.flex-xl-nowrap {
	flex-wrap: nowrap!important;
}

.flex-xl-wrap-reverse {
	flex-wrap: wrap-reverse!important;
}

.flex-xl-fill {
	flex: 1 1 auto!important;
}

.flex-xl-grow-0 {
	flex-grow: 0!important;
}

.flex-xl-grow-1 {
	flex-grow: 1!important;
}

.flex-xl-shrink-0 {
	flex-shrink: 0!important;
}

.flex-xl-shrink-1 {
	flex-shrink: 1!important;
}

.flex-xl-auto {
	flex: 0 auto!important;
}

.justify-content-xl-start {
	justify-content: flex-start!important;
}

.justify-content-xl-end {
	justify-content: flex-end!important;
}

.justify-content-xl-center {
	justify-content: center!important;
}

.justify-content-xl-between {
	justify-content: space-between!important;
}

.justify-content-xl-around {
	justify-content: space-around!important;
}

.align-items-xl-start {
	align-items: flex-start!important;
}

.align-items-xl-end {
	align-items: flex-end!important;
}

.align-items-xl-center {
	align-items: center!important;
}

.align-items-xl-baseline {
	align-items: baseline!important;
}

.align-items-xl-stretch {
	align-items: stretch!important;
}

.align-content-xl-start {
	align-content: flex-start!important;
}

.align-content-xl-end {
	align-content: flex-end!important;
}

.align-content-xl-center {
	align-content: center!important;
}

.align-content-xl-between {
	align-content: space-between!important;
}

.align-content-xl-around {
	align-content: space-around!important;
}

.align-content-xl-stretch {
	align-content: stretch!important;
}

.align-self-xl-auto {
	align-self: auto!important;
}

.align-self-xl-start {
	align-self: flex-start!important;
}

.align-self-xl-end {
	align-self: flex-end!important;
}

.align-self-xl-center {
	align-self: center!important;
}

.align-self-xl-baseline {
	align-self: baseline!important;
}

.align-self-xl-stretch {
	align-self: stretch!important;
}

}

@media (max-width:767px) {

.inner {
	padding-left: .8rem;
	padding-right: .8rem;
}

.btn--blank {
	min-height: 7rem;
	width: 100%;
}

.btn--arrow-small.--bg-primary {
	min-width: 22rem;
}

.btn--arrow02 {
	max-width: 34rem;
	width: 100%;
}

.p-header__wrap {
	height: 5rem;
}

.p-header-menu {
	display: none;
}

.p-header-content {
	padding: 3.3rem 1.8rem 1rem 2.8rem;
}

.p-header-content__wrap {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 3rem;
	padding-right: 1rem;
}

.p-header-sub__ttl {
	padding-block: .9rem;
	position: relative;
}

.p-header-sub__ttl[target=_blank]:after {
	background: url(../images/common/blank_icon_02.svg) no-repeat 50%/contain;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0;
	top: calc(50% - .5rem);
	width: 1rem;
}

.p-header-sub__ttl:not(.--nobor) {
	border-top: 1px solid #c1c1c1;
}

.p-header-sub__ttl.--bor-bot {
	border-bottom: 1px solid #c1c1c1;
}

.p-header-sub__ttl.--has-menu.is-show:after {
	transform: rotate(0deg);
}

.p-header-sub__ttl.--has-menu:after,
.p-header-sub__ttl.--has-menu:before {
	background-color: var(--cl-primary);
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	transition: all .25s ease-in-out;
	width: 1rem;
}

.p-header-sub__ttl.--has-menu:after {
	transform: rotate(90deg);
}

.p-header-sub__ttl .ttl-icon {
	display: none;
}

.p-header-sub__content {
	border-radius: 0 0 .8rem .8rem;
	display: none;
	margin-bottom: 1rem;
	overflow: hidden;
}

.p-header-sub__side {
	display: none;
}

.p-header-sub__group {
	background-color: #f1f3f4;
	padding: 1rem 2rem;
}

.p-header-sub__group-ttl {
	font-size: 1rem;
	margin-bottom: .3rem;
}

.pagetop {
	align-items: center;
	background-color: #000;
	color: #fff;
	display: flex;
	height: 4rem;
	justify-content: center;
	margin-inline: -.8rem;
}

.p-footer-head {
	align-items: flex-end;
	display: flex;
	padding: 0 3rem 4rem;
}

.p-footer-head__body {
	flex: 1 1;
}

.p-footer-head__logo {
	flex-shrink: 0;
}

.p-footer-nav {
	justify-content: center;
	padding-inline: 2.5rem;
}

.p-footer-menu {
	padding-inline: 3rem;
}

.c-table td,
.c-table th {
	font-size: 1.2rem;
}

.hline01 {
	align-items: flex-end;
	display: flex;
	gap: .6rem;
}

.hline01__sub {
	margin-bottom: .3rem;
}

.pc {
	display: none;
}

.c-center-sp {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.c-star.--small-sp {
	font-size: 1rem;
}

.c-slider-list__item.last-slide:not(.is-second) img {
	transform: translateY(-9px);
}

.c-breadcrumb-footer {
	font-size: 1rem;
	padding: 1.2rem 0;
}

.c-service-head__item {
	flex: 1 1;
}

.c-tab__head {
	flex-direction: column;
}

.c-tab__head li:not(:last-child) {
	margin-bottom: .8rem;
}

.c-cate-circle {
	justify-content: center;
}

.pagination {
	margin-top: 3.3rem;
}

.btn-popup.--popup-cost {
	right: -.2rem;
	width: 18rem;
}

.btn-popup.--popup-area {
	bottom: calc(100% - 1.5rem);
	transform: translateX(-50%);
}

.c-mv {
	margin-bottom: 2.5rem;
	padding-top: 1.6rem;
}

.c-mv .inner {
	padding-inline: 0;
}

.c-mv__body {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.c-mv__image {
	margin-inline: -.8rem;
	margin-bottom: 2rem;
	overflow: hidden;
	padding-bottom: 2.2rem;
	position: relative;
	width: 100%;
}

.c-mv__image:before {
	aspect-ratio: 1;
	background: url(../images/common/bg_line.png) no-repeat 100% 0/cover;
	content: "";
	position: absolute;
	right: 1rem;
	top: 3.7rem;
	width: 41.7rem;
	z-index: -1;
}

.c-mv__image:after {
	background-color: #f2faff;
	border-radius: 2rem 0 0 2rem;
	bottom: 0;
	content: "";
	height: 25.3rem;
	position: absolute;
	right: 0;
	width: calc(100% - 1rem);
	z-index: -2;
}

.c-mv__ttl {
	text-align: center;
}

.c-mv__anchor {
	flex-flow: wrap;
	gap: .8rem;
	justify-content: center;
	padding-inline: .6rem;
}

.c-mv__anchor .btn--linear {
	width: calc(50% - .4rem);
}

.c-feature__area-image {
	margin-bottom: 2rem;
}

.c-feature__area-image img {
	height: 22.5rem;
	width: auto;
}

.c-feature__media-item {
	flex-direction: column;
}

.c-feature__media-icon.--icon-size9 img {
	height: 10rem;
	max-width: inherit;
}

.c-feature__media-icon.--icon-size17 img {
	height: 8rem;
	max-width: inherit;
}

.c-feature__media-ttl {
	margin-bottom: 1rem;
	text-align: center;
}

.c-feature__media-btn {
	justify-content: center;
}

.c-price__txt {
	margin-bottom: 1rem;
}

.c-price__col-left {
	margin-bottom: 2rem;
}

.c-price__col-ttl {
	margin-inline: -1rem;
	text-align: center;
}

.c-price__col-btn {
	text-align: center;
}

.c-price__package-left {
	margin-bottom: 1rem;
}

.c-price-box__txt {
	margin-inline: -1rem;
}

.c-price-box__price {
	margin-bottom: .5rem;
}

.c-price-media {
	flex-direction: column;
	text-align: center;
}

.c-price-media:after {
	height: 19.7rem;
}

.c-price-media__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.c-price-media__txt {
	margin-top: .8rem;
}

.c-price-media__btn {
	bottom: 3rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	white-space: nowrap;
}

.c-cost {
	padding-inline: 1rem;
}

.c-cost__ttl.--sp-left {
	justify-content: flex-start;
}

.c-cost-list.--cost-plus .c-cost-list__item {
	width: calc(50% - 1.2rem);
}

.c-cost-list .c-cost-sublist__ttl:not(:last-child) {
	margin-bottom: .5rem;
}

.c-cost-list .c-cost-sublist__price {
	font-size: .8rem;
	text-align: right;
	white-space: nowrap;
}

.c-cost-list__item {
	width: calc(50% - .5rem);
}

.c-cost-list__item .btn--arrow-small {
	font-size: 1.2rem;
	height: 3rem;
	padding-inline: 1.5rem 2rem;
	width: calc(100% - 1.6rem);
}

.c-cost-list__item.__option .btn {
	min-width: unset;
}

.c-cost-list__ttl:not(:last-child) {
	margin-bottom: .5rem;
}

.c-cost-catch__item {
	flex-direction: column;
}

.c-cost-catch__ttl {
	text-align: center;
}

.c-methob .hline03 {
	margin-bottom: 1rem;
}

.c-methob-list__item {
	width: calc(25% - .3rem);
}

.c-methob-catch__item:not(:last-child) {
	margin-bottom: 1.4rem;
}

.c-methob-catch__icon {
	flex-shrink: 0;
	width: 7.6rem;
}

.c-methob-service__icon {
	float: left;
	margin-bottom: 2rem;
	margin-right: 1.1rem;
}

.c-methob .c-star {
	font-size: 1rem;
}

.c-flow .hline03 {
	margin-bottom: 1rem;
}

.c-flow__des {
	line-height: 1.5;
	margin-bottom: 1rem;
}

.c-flow-list {
	align-items: center;
	flex-direction: column;
}

.c-flow-list__item {
	min-width: 25rem;
}

.c-flow-area__btn {
	flex-direction: column;
}

.c-flow-area__btn a {
	width: 100%;
}

.c-flow-area__contact-item:not(:last-child) {
	margin-bottom: 1rem;
}

.c-faq .inner {
	padding-inline: 1.5rem;
}

.c-area {
	margin-top: 14.3rem;
}

.c-area__txt {
	font-size: 1.2rem;
}

.c-terms__head {
	flex-direction: column;
}

.c-terms__anchor a {
	align-items: flex-end;
}

.c-terms__anchor a:after {
	margin-bottom: .4rem;
}

.c-terms__anchor a small {
	display: block;
}

.p-popup-cost .c-star {
	font-size: 1rem;
}

.p-popup-cost__list-lead {
	margin-bottom: 1rem;
}

.p-popup-cost__head {
	flex-flow: wrap;
	justify-content: center;
}

.p-popup-cost__head.--support {
	gap: .8rem;
	margin-inline: -1rem;
}

.p-popup-cost__head.--support .p-popup-cost__head-body {
	flex: 1 1;
	max-width: none;
}

.p-popup-cost__head.--repair {
	gap: .8rem;
	margin-inline: -1rem;
}

.p-popup-cost__head.--repair .p-popup-cost__head-body {
	flex: 1 1;
	max-width: none;
}

.p-popup-cost__head-body {
	max-width: calc(100% - 9.9rem);
}

.p-popup-cost__head-price .c-cost-list__price {
	border-radius: 1rem;
	font-size: 1rem;
	padding: 1.1rem 2rem;
}

.p-popup-cost__head-price .c-cost-list__price .price-large {
	font-size: 3rem;
}

.p-popup-cost__col {
	flex-direction: column;
}

.p-popup-cost__col .c-cost-list__price {
	font-size: 1rem;
}

.p-popup-cost__col .c-cost-list__price .price-large {
	font-size: 4rem;
}

.p-popup-cost__plan-detail dl {
	padding-block: 1rem;
}

.p-popup-cost__option-item .c-cost-list__price {
	margin-top: .4rem;
	text-align: right;
}

.p-popup-cost__media-img {
	margin-inline: auto;
}

.p-popup-methob {
	padding-inline: 1.2rem;
}

.p-popup-feature__table table:not(:last-child) {
	margin-bottom: 2rem;
}

.p-popup-feature__table table thead th {
	background-color: #000;
	color: #fff;
	font-size: 1.3rem;
	padding-block: .4rem;
	text-align: center;
}

.p-popup-feature__table table thead th.cl-primary {
	background-color: var(--cl-primary);
	border-radius: .4rem;
}

.p-popup-feature__table table thead th small {
	font-size: 1.2rem;
}

.p-popup-feature__table table tbody td,
.p-popup-feature__table table tbody th {
	padding-block: 1rem;
}

.p-popup-feature__table table tbody th {
	border-bottom-color: #000;
	font-size: 1.2rem;
}

.p-popup-feature__table table tbody th:first-child {
	width: 10rem;
}

}

@keyframes imageScale {

0% {
	transform: scale(1.1);
}

to {
	transform: scale(1);
}

}

@keyframes bounce {

0%,17.67%,26.67%,30%,6.67% {
	animation-timing-function: cubic-bezier(.215,.61,.355,1);
	transform: translateZ(0);
}

13.33%,14.33% {
	animation-timing-function: cubic-bezier(.755,.05,.855,.06);
	transform: translate3d(0,-30px,0);
}

23.33% {
	animation-timing-function: cubic-bezier(.755,.05,.855,.06);
	transform: translate3d(0,-15px,0);
}

31% {
	transform: translateZ(0);
}

}

