* {
	box-sizing: border-box;
}

html {
	--font-family-base: Noto Sans JP, sans-serif;
	--font-weight-base: 500;
	--lineheight-base: 1.5;
	font-size: 10px;
	overflow-x: hidden;
}

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

body {
	background-color: #fffaf0;
	color: #333333;
	margin: 0;
	font-family: var(--font-family-base);
	font-weight: var(--font-weight-base);
	font-size: 1.4rem;
	font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
	line-height: var(--lineheight-base);
	position: relative;
	overflow-x: hidden;
	letter-spacing: 0.04em;
}

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

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

b,
strong {
	font-weight: 700;
}

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

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

table {
	border-collapse: collapse;
}

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

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

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

textarea {
	overflow: auto;
	resize: vertical;
}

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

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

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

.p-inner {
	margin: auto;
	max-width: 102rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	width: 100%;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	position: relative;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	transition: all 0.25s ease-in-out;
	border: 1px solid transparent;
	border-radius: 6rem;
	font-size: 1.6rem;
}

.btn.--warning {
	background-color: #ffc370;
	box-shadow: 0 0.3rem 0 #ac6300;
	padding-top: 0.2rem;
}

.btn.--warning:hover {
	box-shadow: 0 0 0 #ac6300;
	transform: translateY(3px);
}

.btn.--danger {
	background-color: #e5242a;
	box-shadow: 0 0.3rem 0 #912b0d;
	padding-top: 0.3rem;
}

.btn.--danger:hover {
	box-shadow: 0 0 0 #912b0d;
	transform: translateY(3px);
}

.btn__tooltip {
	position: absolute;
	color: #333333;
	background-color: #fff;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
	border: 0.2rem solid #e5242a;
	font-size: 1.2rem;
	border-radius: 0.5rem;
	bottom: calc(100% - 0.5rem);
	padding: 0.2rem 1rem;
}

.btn__tooltip::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border: 0.3rem solid transparent;
	background: url(../images/arrow_down.svg) no-repeat center/contain;
	top: calc(100% - 0.3rem);
	aspect-ratio: 13/9;
	width: 1.3rem;
}

.btn:hover {
	text-decoration: none;
}

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

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

.hline01__ttl {
	font-family: "Roboto", sans-serif;
	font-size: 3.2rem;
	font-weight: 500;
}

.p-fix-btn {
	display: flex;
	align-items: center;
	gap: 1.2rem 0.9rem;
	z-index: 100;
	flex-flow: wrap;
}

.p-fix-btn__btn {
	width: 100%;
	height: 4rem;
	border-radius: 0.6rem;
}

.p-fix-btn__link {
	height: 4rem;
	color: #fff;
}

.p-fix-btn__link.--warning {
	background-color: #999;
	box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.55);
}

.p-fix-btn__link.--danger {
	box-shadow: 0 0.3rem 0 #912b0d;
}

.p-mv {
	background: url("../images/mv_bg_sp.svg") no-repeat top/contain;
	position: relative;
}

.p-mv .p-inner {
	position: relative;
	padding-top: 3.5rem;
	padding-bottom: 4.8rem;
}

.p-mv__top {
	letter-spacing: 0.06em;
	font-weight: 400;
	font-size: 1.4rem;
	margin-block: -1.5rem 2rem;
}

.p-mv__row {
	margin-bottom: 2.2rem;
}

.p-mv__image {
	margin-top: 3rem;
}

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

.p-mv__label {
	color: #fff;
	background-color: #457c82;
	border-radius: 0.4rem;
	font-size: 4.2666666667vw;
	margin-bottom: 4vw;
	padding: 1.6vw 0.5333333333vw;
	text-align: center;
}

.p-mv__des {
	color: #457c82;
	font-size: 5.8666666667vw;
	margin-bottom: 2.1333333333vw;
	font-weight: bold;
}

.p-mv__ttl {
	margin-bottom: 2.4rem;
	width: 70%;
}

.p-mv__ttl img {
	width: 100%;
}

.p-mv__note {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 1.6rem;
}

.p-mv__note-label {
	color: #ed6c00;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-size: 1.8rem;
}

.p-mv__note-label::after {
	content: "";
	background: url("../images/icon_note.svg") no-repeat center/contain;
	aspect-ratio: 1;
	display: inline-block;
	width: 1.9rem;
	margin-left: 0.2rem;
}

.p-mv__txt {
	font-size: 1.6rem;
	line-height: 2;
}

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

.p-mv__txt::before {
	margin-block-end: calc((1 - 2) * 0.5em);
}

.p-mv__txt::after {
	margin-block-start: calc((1 - 2) * 0.5em);
}

.p-mv__area {
	background-color: #fff;
	box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.25);
	border: 1rem solid #ececec;
	border-radius: 1.8rem;
	padding: 1.6rem 1.7rem;
}

.p-service {
	background-color: #67b4b8;
	padding-block: 4.8rem;
}

.p-service-head {
	background-color: #dfebf3;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.25);
	position: relative;
	border-radius: 1.8rem;
	height: 8.7rem;
	margin-bottom: 1.4rem;
}

.p-service-head::before,
.p-service-head::after {
	content: "";
	position: absolute;
	z-index: 3;
	top: 50%;
	background-color: #d8e2e8;
	width: 0.8rem;
	height: 9.2rem;
	border-radius: 2rem;
}

.p-service-head::before {
	left: 2.6rem;
}

.p-service-head::after {
	right: 2.6rem;
}

.p-service-head__ttl {
	color: #457c82;
	font-weight: bold;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 1;
	padding-inline: 5.5rem;
	font-size: 2rem;
}

.p-service-head__ttl::before,
.p-service-head__ttl::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #b3ced6;
	aspect-ratio: 1;
	box-shadow: inset 0 0.5rem 0 rgba(0, 0, 0, 0.25);
	width: 1.6rem;
}

.p-service-head__ttl::before {
	left: 2.2rem;
}

.p-service-head__ttl::after {
	right: 2.2rem;
}

.p-service-media {
	margin-bottom: 3rem;
}

.p-service-media__image {
	width: 28.5333333333vw;
}

.p-service-media__ttl {
	font-weight: bold;
	font-size: 5.8666666667vw;
}

.p-service-media__ttl .large {
	color: #e5242a;
	font-size: 8.5333333333vw;
	line-height: 1;
}

.p-service-media__txt {
	font-weight: 400;
	line-height: 1.9285714286;
	margin-bottom: 1rem;
}

.p-service-media__note {
	color: #457c82;
	display: flex;
	align-items: flex-start;
	font-size: 1.2rem;
}

.p-service-media__note::before {
	content: "";
	background: url("../images/icon_special_01.svg") no-repeat center/contain;
	aspect-ratio: 1;
	display: inline-block;
	flex-shrink: 0;
	margin-right: 0.3rem;
	margin-top: 0.2rem;
	width: 1.5rem;
}

.p-service__row {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding: 1.6rem 0.1rem 1.5rem;
	margin-bottom: 1.5rem;
}

.p-service-body {
	position: relative;
	z-index: 1;
	background-color: #fff;
	box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.25);
	border: 1rem solid #ececec;
	border-radius: 1.8rem;
	padding: 1.3rem;
	margin-bottom: 3.2rem;
}

.p-service-body::before,
.p-service-body::after {
	content: "";
	position: absolute;
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: #f2f2f2;
	box-shadow: inset 0 0.5rem 0 rgba(0, 0, 0, 0.25);
	top: 1.4rem;
	width: 1.6rem;
}

.p-service-body::before {
	left: 1.2rem;
}

.p-service-body::after {
	right: 1.2rem;
}

.p-service-thumb {
	color: #e5242a;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.p-service-thumb__icon {
	aspect-ratio: 1;
	border-radius: 50%;
	background-color: #ffc6c8;
	overflow: hidden;
	width: 16.8vw;
}

.p-service-thumb__icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-service-thumb__sub {
	font-size: 4.5333333333vw;
}

.p-service-thumb__ttl {
	font-weight: bold;
	line-height: 1.2;
	font-size: 7.4666666667vw;
}

.p-service-purchase__link {
	height: 4.8rem;
	margin-bottom: 1rem;
}

.p-service-purchase__note {
	text-align: center;
	color: rgba(51, 51, 51, 0.5);
	font-size: 1.2rem;
}

.p-service-point {
	margin: 0 0 1.2rem;
}

.p-service-point__ttl {
	background-color: #ffc370;
	text-align: center;
	font-weight: bold;
	border-radius: 1.2rem 1.2rem 0 0;
	font-size: 1.8rem;
	padding: 1.1rem 2rem;
}

.p-service-point__list {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-top: 0;
	border-radius: 0 0 1.2rem 1.2rem;
}

.p-service-point__item {
	text-align: center;
	position: relative;
}

.p-service-point__item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
}

.p-service-point__number {
	color: #e5242a;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	font-size: 1.4rem;
	margin-bottom: 1.2rem;
}

.p-service-point__thumb {
	width: 25.8666666667vw;
	margin: 0 auto 1rem;
}

.p-service-point__thumb img {
	width: 100%;
}

.p-service-point__des {
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.7333333333;
}

.p-service-area {
	position: relative;
	z-index: 1;
	box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.25);
	border-radius: 1.8rem;
	overflow: hidden;
	border: 1rem solid #ececec;
	background-color: #fff;
}

.p-service-area__ttl {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background-color: #ececec;
	padding: 1.2rem 0 1.8rem;
}

.p-service-area__ttl .large {
	color: #e5242a;
	font-size: 2.6rem;
	margin-inline: 0.7rem;
}

.p-service-area__row {
	padding: 2.4rem 1.8rem 2.2rem;
	display: flex;
	gap: 4.8rem;
}

.p-service-area__image {
	align-self: center;
	width: 20.2rem;
}

.p-service-area__body {
	position: relative;
}

.p-service-area__body::before {
	content: "";
	position: absolute;
	top: -2.4rem;
	left: 0;
	height: 0.2rem;
	width: 100%;
	background: url("../images/arrow_dot_02.png") repeat-x top/contain;
}

.p-service-area__txt {
	margin-bottom: 2rem;
	line-height: 1.9285714286;
}

.p-service-area__btn {
	color: #fff;
	height: 4.8rem;
}

.p-service-area__btn.--danger {
	box-shadow: 0 0.3rem 0 #912b0d;
}

.p-service-area__btn.--danger:hover {
	transform: translateY(3px);
}

.p-qa {
	position: relative;
	z-index: 1;
	padding-block: 4.8rem;
}

.p-qa::before,
.p-qa::after {
	content: "";
	position: absolute;
	z-index: -1;
}

.p-qa::before {
	top: 0;
	width: 14.7rem;
	height: 13.3rem;
	background: url("../images/qa_bg_01_sp.svg") no-repeat center/contain;
}

.p-qa::after {
	bottom: 40rem;
	width: 14.8rem;
	height: 33.7rem;
	background: url("../images/qa_bg_02_sp.svg") no-repeat center/contain;
}

.p-qa-head {
	margin-bottom: 4rem;
}

.p-qa-head__ttl {
	font-weight: bold;
	color: #e5242a;
	font-family: "Roboto", sans-serif;
	line-height: 1;
	font-size: 3.2rem;
	margin-bottom: 2rem;
}

.p-qa-head__sub {
	font-weight: bold;
	font-size: 1.6rem;
}

.p-qa-head__txt {
	font-weight: 400;
}

.p-qa-list {
	margin-bottom: 4rem;
}

.p-qa-list dl {
	box-shadow: 0 0.5rem 0 rgba(0, 0, 0, 0.25);
	overflow: hidden;
	border-radius: 0.8rem;
}

.p-qa-list dl:not(:last-child) {
	margin-bottom: 2.4rem;
}

.p-qa-list dl dt {
	font-weight: bold;
	color: #457c82;
	background-color: #ececec;
	display: flex;
	position: relative;
	cursor: pointer;
	font-size: 1.6rem;
	padding: 1.5rem 4.6rem 1.5rem 5rem;
	border-radius: 1.5rem 1.5rem 0 0;
}

.p-qa-list dl dt::before {
	content: "Ｑ";
	position: absolute;
	font-family: "Roboto", sans-serif;
	top: 1.6rem;
	left: 1.6rem;
}

.p-qa-list dl dt::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 3.8rem;
	width: 1px;
	height: calc(100% - 4rem);
	background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0px, rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 4px);
}

.p-qa-list dl dt.is-active .icon-plus::after {
	transform: rotate(0);
}

.p-qa-list dl dt .icon-plus {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	aspect-ratio: 1;
	background: #fff;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	right: 1.7rem;
	width: 2rem;
}

.p-qa-list dl dt .icon-plus::before,
.p-qa-list dl dt .icon-plus::after {
	content: "";
	position: absolute;
	background-color: #333;
	transition: all 0.3s ease;
	width: 0.6rem;
	height: 0.1rem;
}

.p-qa-list dl dt .icon-plus::after {
	transform: rotate(90deg);
}

.p-qa-list dl dd {
	margin: 0;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-top: 0;
	position: relative;
	font-weight: 400;
	padding: 2rem 2.5rem 1.8rem 4rem;
	line-height: 1.7857142857;
	display: none;
}

.p-qa-list dl dd::before {
	content: "Ａ";
	font-weight: bold;
	position: absolute;
	color: #e5242a;
	font-family: "Roboto", sans-serif;
	top: 2rem;
	left: 1.8rem;
	font-size: 1.6rem;
}

.p-qa-area {
	background-color: #ffc370;
	box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.25);
	border-radius: 1.8rem;
	border: 1rem solid #ffc370;
}

.p-qa-area__ttl {
	font-weight: bold;
	text-align: center;
	font-size: 2.1rem;
	padding-bottom: 1.8rem;
	padding-top: 0.8rem;
}

.p-qa-area__ttl .large {
	color: #e5242a;
	font-size: 2.6rem;
	margin-inline: 0.7rem;
}

.p-qa-area__link {
	min-width: 26.7rem;
	height: 5.6rem;
	color: #fff;
}

.p-qa-area__link.--danger {
	box-shadow: 0 0.3rem 0 #912b0d;
}

.p-qa-area__link.--danger:hover {
	transform: translateY(3px);
}

.p-qa-area__body {
	position: relative;
	text-align: center;
	padding: 1.6rem;
	background-color: #fff;
	border-radius: 0 0 1.5rem 1.5rem;
}

.p-qa-area__txt {
	font-size: 1.6rem;
	margin-bottom: 3.4rem;
}

.p-qa-area__row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.6rem;
	margin-bottom: 1.2rem;
}

.p-qa-area__btn {
	color: #fff;
	height: 4.8rem;
}

.p-qa-area__btn.--danger {
	box-shadow: 0 0.3rem 0 #ac6300;
}

.p-qa-area__btn.--danger:hover {
	transform: translateY(3px);
}

.p-qa-area__btn.--warning {
	color: #333333;
}

.p-qa-area__note {
	color: rgba(51, 51, 51, 0.5);
	font-size: 1.2rem;
}

.p-qa-area__note span {
	flex-shrink: 0;
}

@media (min-width: 768px) {

body {
	font-size: 1.6rem;
}

.btn {
	font-size: 1.8rem;
}

.btn.--warning {
	padding-top: 0.4rem;
	box-shadow: 0 0.5rem 0 #ac6300;
}

.btn.--warning:hover {
	transform: translateY(5px);
}

.btn.--danger {
	padding-top: 0.4rem;
	box-shadow: 0 0.5rem 0 #912b0d;
}

.btn.--danger:hover {
	transform: translateY(5px);
}

.btn__tooltip {
	font-size: 1.5rem;
	border-width: 0.3rem;
	border-radius: 0.8rem;
	bottom: calc(100% - 1.1rem);
	padding: 0.2rem 2.5rem;
}

.p-fix-btn {
	gap: 1.5rem;
	position: absolute;
	right: 1.5rem;
	top: 3.8rem;
}

.p-fix-btn__link {
	height: 6rem;
	min-width: 20rem;
}

.p-fix-btn__link.--warning {
	box-shadow: 0 0.3rem 0 rgba(0, 0, 0, 0.55);
}

.p-fix-btn__link.--danger {
	box-shadow: 0 0.3rem 0 #912b0d;
}

.p-mv {
	background: url("../images/mv_bg.png") no-repeat center/auto 100%;
}

.p-mv .p-inner {
	padding-top: 12.8rem;
	padding-bottom: 7rem;
}

.p-mv__top {
	font-size: 1.6rem;
	margin-block: -88px 4rem;
}

.p-mv__row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
	gap: 1rem;
}

.p-mv__body {
	max-width: 47rem;
	flex: 1 1;
}

.p-mv__image {
	width: min(49.2156862745vw, 50.2rem);
	margin-top: min(4.9019607843vw, 5rem);
}

.p-mv__label {
	margin-bottom: 1.5rem;
	padding: min(0.8823529412vw, 0.9rem) min(1.9607843137vw, 2rem);
	font-size: min(1.9607843137vw, 2rem);
}

.p-mv__des {
	font-size: min(2.9411764706vw, 3rem);
	margin-bottom: 2rem;
}

.p-mv__ttl {
	margin-bottom: 2.9rem;
	width: min(32.3529411765vw, 33rem);
}

.p-mv__note {
	font-size: min(1.9607843137vw, 2rem);
}

.p-mv__note-label {
	font-size: min(2.1568627451vw, 2.2rem);
}

.p-mv__note-label::after {
	width: 2rem;
	margin-left: 0.7rem;
}

.p-mv__txt {
	font-size: 2rem;
	line-height: 2.5;
}

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

.p-mv__txt::before {
	margin-block-end: calc((1 - 2.5) * 0.5em);
}

.p-mv__txt::after {
	margin-block-start: calc((1 - 2.5) * 0.5em);
}

.p-mv__area {
	border-width: 2rem;
	border-radius: 5rem;
	padding: 4rem;
}

.p-service {
	padding-block: 9rem;
}

.p-service-head {
	border-radius: 2.5rem;
	height: 9rem;
	margin-bottom: 2.1rem;
}

.p-service-head::before,
.p-service-head::after {
	width: 2rem;
	height: 12.4rem;
	border-radius: 2rem;
}

.p-service-head::before {
	left: 5rem;
}

.p-service-head::after {
	right: 5rem;
}

.p-service-head__ttl {
	font-size: 2.8rem;
}

.p-service-head__ttl::before,
.p-service-head__ttl::after {
	width: 4rem;
}

.p-service-head__ttl::before {
	left: 4rem;
}

.p-service-head__ttl::after {
	right: 4rem;
}

.p-service-media {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
	gap: min(4.4117647059vw, 4.5rem);
	padding: 0 2rem 0 3.7rem;
}

.p-service-media__image {
	flex-shrink: 0;
	width: min(21.2745098039vw, 21.7rem);
}

.p-service-media__body {
	padding-top: 1.5rem;
	max-width: 59rem;
	flex: 1 1;
}

.p-service-media__ttl {
	font-size: 2.6rem;
	margin-bottom: 1rem;
}

.p-service-media__ttl .large {
	font-size: 4.6rem;
}

.p-service-media__txt {
	line-height: 1.8125;
	margin-bottom: 1.4rem;
}

.p-service-media__note {
	font-size: 1.4rem;
}

.p-service-media__note::before {
	margin-top: 0.3rem;
	width: 1.6rem;
}

.p-service__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 min(5.8823529412vw, 6rem) 3rem;
	margin-bottom: 2rem;
}

.p-service-body {
	border-width: 2rem;
	border-radius: 5rem;
	padding: 2rem;
	margin-bottom: 8rem;
}

.p-service-body::before,
.p-service-body::after {
	top: 2rem;
	width: 4rem;
}

.p-service-body::before {
	left: 2rem;
}

.p-service-body::after {
	right: 2rem;
}

.p-service-thumb {
	gap: 1.5rem;
	justify-content: center;
}

.p-service-thumb__icon {
	width: min(7.7450980392vw, 7.9rem);
}

.p-service-thumb__sub {
	font-size: 2.3rem;
}

.p-service-thumb__ttl {
	font-size: 3.4rem;
}

.p-service-purchase__link {
	height: 5.6rem;
	min-width: 26.7rem;
}

.p-service-purchase__link.--warning {
	box-shadow: 0 0.3rem 0 #ac6300;
}

.p-service-purchase__link.--warning:hover {
	transform: translateY(3px);
}

.p-service-purchase__note {
	font-size: 1.4rem;
}

.p-service-point {
	margin: 0 2rem 2rem;
}

.p-service-point__ttl {
	border-radius: 2.5rem 2.5rem 0 0;
	font-size: 2rem;
	padding: 1.5rem 2rem;
}

.p-service-point__list {
	padding-block: 2rem;
	border-radius: 0 0 2.5rem 2.5rem;
	display: flex;
}

.p-service-point__item {
	flex: 1 1;
}

.p-service-point__item:not(:last-child)::after {
	top: 0;
	width: 0.2rem;
	height: 100%;
	background: url("../images/arrow_dot.svg") repeat-y top/contain;
}

.p-service-point__number {
	font-size: 1.5rem;
}

.p-service-point__thumb {
	margin-bottom: 1.5rem;
	width: 11.8rem;
}

.p-service-point__des {
	font-size: 1.7rem;
	line-height: 1.5294117647;
}

.p-service-area {
	border-radius: 5rem;
	border-width: 2rem;
}

.p-service-area__ttl {
	font-size: 2rem;
	padding: 0.8rem 2rem 2.8rem;
}

.p-service-area__row {
	gap: min(4.9019607843vw, 5rem);
	padding: 4rem;
}

.p-service-area__image {
	flex-shrink: 0;
	width: min(30vw, 30.6rem);
}

.p-service-area__body {
	padding-left: min(4.9019607843vw, 5rem);
	flex: 1 1;
}

.p-service-area__body::before {
	top: 0;
	width: 0.2rem;
	height: 100%;
	background: url("../images/arrow_dot.svg") repeat-y top/contain;
}

.p-service-area__txt {
	margin-bottom: 2.5rem;
	line-height: 1.75;
}

.p-service-area__btn {
	height: 5.6rem;
	min-width: 26.7rem;
}

.p-qa {
	padding-block: 11rem;
}

.p-qa::before {
	right: calc(50% + 49.5rem - 3rem);
	width: 42.5rem;
	height: 25.9rem;
	background: url("../images/qa_bg_01.svg") no-repeat center/contain;
}

.p-qa::after {
	bottom: 32rem;
	left: calc(50% + 49.5rem - 5rem);
	width: 38.1rem;
	height: 55.1rem;
	background: url("../images/qa_bg_02.svg") no-repeat center/contain;
}

.p-qa-head__ttl {
	font-size: 4.8rem;
	margin-bottom: 1rem;
}

.p-qa-head__sub {
	font-size: 1.8rem;
}

.p-qa-list {
	margin-bottom: 10rem;
}

.p-qa-list dl {
	border-radius: 1.5rem;
}

.p-qa-list dl:not(:last-child) {
	margin-bottom: 3rem;
}

.p-qa-list dl dt {
	font-size: 1.8rem;
	padding: 2rem 2rem 2rem 7.8rem;
	border-radius: 1.5rem 1.5rem 0 0;
}

.p-qa-list dl dt::before {
	top: 2.1rem;
	left: 2.5rem;
}

.p-qa-list dl dt::after {
	height: calc(100% - 4rem);
	left: 5.9rem;
}

.p-qa-list dl dt .icon-plus {
	right: 2.5rem;
	width: 4rem;
}

.p-qa-list dl dt .icon-plus::before,
.p-qa-list dl dt .icon-plus::after {
	width: 1.2rem;
	height: 0.2rem;
}

.p-qa-list dl dd {
	line-height: 1.8125;
	padding: 2.5rem 3rem 2.5rem 4.8rem;
}

.p-qa-list dl dd::before {
	top: 2.6rem;
	left: 2.5rem;
	font-size: 1.8rem;
}

.p-qa-area {
	border-radius: 5rem;
	border-width: 2rem;
}

.p-qa-area__ttl {
	font-size: 2.6rem;
	padding-bottom: 2.5rem;
	padding-top: 0.5rem;
}

.p-qa-area__body {
	border-radius: 0 0 3.5rem 3.5rem;
	padding: 4rem;
}

.p-qa-area__txt {
	font-size: 1.8rem;
	margin-bottom: 5rem;
}

.p-qa-area__row {
	margin-bottom: 2rem;
}

.p-qa-area__btn {
	height: 6.4rem;
	min-width: 30rem;
}

.p-qa-area__btn.--danger .btn__tooltip {
	border-width: 0.3rem;
}

.p-qa-area__note {
	font-size: 1.4rem;
}

.sp {
	display: none;
}

}

@media (min-width: 990px) {

.p-qa-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

}

@media (max-width: 989px) {

.p-qa-head__sub {
	margin-bottom: 1.5rem;
}

}

@media (max-width: 767px) {

.p-fix-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #5c5c5c;
	padding: 1rem;
}

.p-fix-btn__link {
	flex: 1 1;
	border-radius: 0.6rem;
}

.p-mv::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	z-index: -1;
	background: url("../images/mv_bg_sp_02.svg") no-repeat bottom/contain;
}

.p-mv__top {
	text-align: center;
}

.p-mv__label {
	letter-spacing: 0.02em;
}

.p-mv__des {
	text-align: center;
}

.p-service-media {
	position: relative;
}

.p-service-media__image {
	margin-bottom: 1.6rem;
}

.p-service-media__body {
	padding-inline: 0.6rem;
}

.p-service-media__ttl {
	position: absolute;
	left: 30.4vw;
	right: 0;
	top: 0;
}

.p-service-media__txt {
	font-size: 1.4rem;
	letter-spacing: 0.04em;
}

.p-service-thumb {
	margin-bottom: 1.1rem;
}

.p-service-purchase__link {
	width: 100%;
}

.p-service-point__list {
	padding: 2rem 2.5rem;
}

.p-service-point__item:not(:last-child) {
	padding-bottom: 2.2rem;
	margin-bottom: 2.4rem;
}

.p-service-point__item:not(:last-child)::after {
	bottom: 0;
	height: 0.2rem;
	width: 100%;
	background: url("../images/arrow_dot_02.png") repeat-x top/contain;
}

.p-service-area__ttl .large {
	display: block;
}

.p-service-area__row {
	flex-direction: column;
	align-items: center;
}

.p-service-area__btn {
	width: 100%;
}

.p-qa::before {
	left: 0;
}

.p-qa::after {
	right: 0;
}

.p-qa-list dl dd p {
	letter-spacing: 0.03em;
}

.p-qa-area__txt {
	text-align: left;
}

.p-qa-area__row {
	gap: 1.2rem;
	flex-direction: column;
}

.p-qa-area__btn {
	width: 100%;
}

.p-qa-area__note {
	display: flex;
	gap: 0.4rem;
	text-align: left;
}

.footer-copy {
	margin-bottom: 11.2rem;
}

.pc {
	display: none;
}

}

