body {
	background-color: #fff;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}

img {
	height: auto;
	width: 100%;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

address {
	font-style: normal;
}

table {
	width: 100%;
}

/* support iOS */

html {
	height: -webkit-fill-available;
	height: 100%;
}

body {
	min-height: 100vh;
	min-height: 100svh;
	min-height: -webkit-fill-available;
}

figure {
	line-height: 0;
}

.fixedbtn {
	bottom: 0;
	opacity: 0;
	position: sticky;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	visibility: hidden;
	z-index: -99;
}

.fixedbtn.is-show {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.fixedbtn__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
}

.fixedbtn__link {
	aspect-ratio: 130/51;
	display: block;
}

.fixedbtn__link.--line {
	background: url("../images/btn_cta_line.webp") no-repeat center center/cover;
}

.fixedbtn__link.--web {
	background: url("../images/btn_cta_web.webp") no-repeat center center/cover;
}

.fixedbtn__link.--tel {
	background: url("../images/btn_cta_tel.webp") no-repeat center center/cover;
}

.c-cta-wrapper.fv__cta-wrapper {
	padding-bottom: 0;
}

.sec01 {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.sec01__img2 {
	margin-top: 16px;
	margin-top: 1rem;
}

.sec01__cta-wrapper {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.sec01__link {
	display: block;
}

.sec01__accordion {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.sec02__block.--01 {
	position: relative;
}

.sec02__block.--02 {
	padding-block: 16px;
	padding-block: 1rem;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.sec02__block-bg {
	position: sticky;
	top: 0;
	z-index: 0;
}

.sec02__block-bg::before {
	background: url("../images/sec02_bg-sp.webp") no-repeat top center/100% auto;
	content: "";
	height: 100vh;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.sec02__block-inner {
	position: relative;
	z-index: 1;
}

.sec02__img3 {
	margin-inline: auto;
	display: block;
	padding-top: 23px;
	padding-top: 1.4375rem;
	width: 278px;
	width: 17.375rem;
}

.sec02__img3 + .sec02__box {
	margin-top: 15px;
	margin-top: 0.9375rem;
}

.sec02__box {
	background-color: rgba(255, 255, 255, .5);
	padding: 0 24px 16px;
	padding: 0 1.5rem 1rem;
}

.sec02__box + .sec02__box {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.sec02__box-heading {
	padding-inline: 8px;
	padding-inline: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #333;
	border-radius: 2.5rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 24px;
	height: 1.5rem;
	position: relative;
	text-align: center;
	top: -11px;
	top: -0.6875rem;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.sec02__box-title {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: -0.05em;
}

.sec02__box-title .--pink {
	color: #f93f8d;
}

.sec02__box-img {
	margin-top: 18px;
	margin-top: 1.125rem;
}

.sec02__box-img video {
	height: 100%;
	width: 100%;
}

.sec02__box-text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.sec02__box-text + .sec02__box-text {
	margin-top: 16px;
	margin-top: 1rem;
}

.sec02__img4 video {
	height: 100%;
	width: 100%;
}

.sec02__accordion {
	margin-top: 14px;
	margin-top: 0.875rem;
}

.sec02__img9 {
	margin-top: 24px;
	margin-top: 1.5rem;
	position: relative;
	z-index: 1;
}

.sec03 {
	padding-top: 16px;
	padding-top: 1rem;
	position: relative;
	z-index: 3;
}

.sec03__img1 {
	margin-inline: auto;
	width: 299px;
	width: 18.6875rem;
}

.sec03__box {
	padding-block: 50px 20px;
	padding-block: 3.125rem 1.25rem;
	background: url("../images/sec03_bg-sp.webp") no-repeat top center/contain;
}

.sec03__box-title {
	margin-inline: auto;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.sec03__box-title .--sm {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
}

.sec03__box-title .--lg {
	display: block;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
}

.sec03__box-text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
}

.sec03__box-merit {
	padding-inline: 8px;
	padding-inline: 0.5rem;
	background-color: #fff7fa;
	margin-top: 16px;
	margin-top: 1rem;
}

.sec03__box-merit-heading {
	padding-block: 8px;
	padding-block: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ffe1ed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sec03__box-merit-heading .--text {
	color: #f93f8d;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}

.sec03__box-merit-content {
	padding: 8px;
	padding: 0.5rem;
}

.sec03__box-merit-content .-item {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	padding-left: 16px;
	padding-left: 1rem;
	text-indent: -1em;
}

.sec03__box-en {
	margin-inline: auto -14px;
	margin-inline: auto -0.875rem;
	color: #eee;
	display: block;
	font-family: "Marcellus";
	font-size: 64px;
	font-size: 4rem;
	line-height: 1;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.sec03__box-img {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.sec03__accordion {
	margin-top: 16px;
	margin-top: 1rem;
}

.sec04 {
	position: relative;
}

.sec04__bg {
	position: sticky;
	top: 0;
	z-index: 0;
}

.sec04__bg::before {
	background: url("../images/sec04_bg-sp.webp") no-repeat top center/100% auto;
	content: "";
	height: 100vh;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.sec04__inner {
	position: relative;
	z-index: 1;
}

.sec04__title-wrapper {
	margin-inline: auto;
	padding-top: 24px;
	padding-top: 1.5rem;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.sec04__title-wrapper img {
	width: 264px;
	width: 16.5rem;
}

.sec04__title {
	font-family: "Noto Serif JP";
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.sec04__section {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.sec04__section + .sec04__section {
	margin-top: 31px;
	margin-top: 1.9375rem;
}

.sec04__section-img {
	margin-inline: auto;
	position: relative;
	width: 180px;
	width: 11.25rem;
	z-index: 2;
}

.sec04__profile {
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.5rem rgba(51, 51, 51, .1);
	box-shadow: 0 0 1.5rem rgba(51, 51, 51, .1);
	margin-top: -56px;
	margin-top: -3.5rem;
	padding: 80px 16px 16px;
	padding: 5rem 1rem 1rem;
}

.sec04__profile-heading {
	color: #909090;
	display: block;
	font-family: "Noto Serif JP";
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
}

.sec04__profile-name {
	color: #000;
	font-family: "Noto Serif JP";
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
}

.sec04__profile-name-roman {
	color: #e5e5e5;
	display: inline-block;
	font-family: "Marcellus";
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	margin-left: 8px;
	margin-left: 0.5rem;
}

.sec04__profile-block {
	margin-top: 16px;
	margin-top: 1rem;
}

.sec04__profile-title {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	min-height: 29px;
	min-height: 1.8125rem;
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
}

.sec04__profile-content {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.sec04__profile-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
}

.sec04__profile-table {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
}

.sec04__profile-table .sec04__profile-table-row {
	gap: 8px;
	gap: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sec04__profile-table .sec04__profile-table-row:nth-of-type(n + 2) {
	margin-top: 2px;
	margin-top: 0.125rem;
}

.sec04__profile-table dt {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 48px;
	width: 3rem;
}

.sec04__strength {
	background-color: #fff;
	padding-left: 25px;
	padding-top: 37px;
	padding-top: 2.3125rem;
}

.sec04__strength-content {
	scrollbar-width: thin;
	scrollbar-color: #c8c8c8 #f5f5f5;
	margin-top: 24px;
	margin-top: 1.5rem;
	overflow-x: auto;
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
	padding-right: 25px;
}

.sec04__strength-content::-webkit-scrollbar {
	height: 16px;
	height: 1rem;
	width: 16px;
	width: 1rem;
}

.sec04__strength-content::-webkit-scrollbar-track {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 1rem;
}

.sec04__strength-content::-webkit-scrollbar-thumb {
	background: #c8c8c8;
	border-radius: 1rem;
	height: 8px;
	height: 0.5rem;
	min-height: 8px;
	min-height: 0.5rem;
}

.sec04__strength-content::-webkit-scrollbar-thumb:hover {
	background: #c8c8c8;
}

.sec04__strength-table {
	border-right: 1px solid #e5e5e5;
	min-width: 414px;
	min-width: 25.875rem;
	width: 100%;
}

.sec04__strength-table .-table-row {
	grid-gap: 0px 0px;
	display: grid;
	grid-template-columns: 16.42512077% 41.78743961% 41.78743961%;
}

.sec04__strength-table .-table-row.--head .-table-col {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	height: 51px;
	height: 3.1875rem;
	line-height: 1.3;
}

.sec04__strength-table .-table-row.--head .--sm {
	font-size: 10px;
	font-size: 0.625rem;
}

.sec04__strength-table .-table-row.--body {
	border-bottom: 1px solid #e5e5e5;
}

.sec04__strength-table .-table-row.--body .-row-title {
	font-size: 12px;
	font-size: 0.75rem;
}

.sec04__strength-table .-table-row.--body .-table-col:nth-of-type(n + 2) {
	padding: 8px 16px;
	padding: 0.5rem 1rem;
}

.sec04__strength-table .-table-row.--body .-table-col:nth-of-type(2) {
	background-color: #fffef2;
	border-left: 2px solid #f93f8d;
	border-left: 0.125rem solid #f93f8d;
	border-right: 2px solid #f93f8d;
	border-right: 0.125rem solid #f93f8d;
}

.sec04__strength-table .-table-row.--body .-table-col:nth-of-type(2) .-text {
	font-weight: 500;
}

.sec04__strength-table .-table-row.--body:last-of-type .-table-col:nth-of-type(2) {
	border-bottom: 2px solid #f93f8d;
	border-bottom: 0.125rem solid #f93f8d;
}

.sec04__strength-table .-table-col {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.sec04__strength-table .-table-col.--ariel {
	background-color: #f93f8d;
}

.sec04__strength-table .-table-col.--general {
	background-color: #9d9d9d;
}

.sec04__strength-table .-row-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.sec04__strength-table .-text {
	font-size: 13px;
	font-size: 0.8125rem;
}

.sec04__strength-table .-icon {
	margin-inline: auto;
	display: block;
	height: 16px;
	height: 1rem;
	width: 16px;
	width: 1rem;
}

.sec04__strength-table .-icon + .-text {
	margin-top: 4px;
	margin-top: 0.25rem;
}

.sec04__banner {
	padding-block: 8px 16px;
	padding-block: 0.5rem 1rem;
}

.sec04__cta-wrapper.c-cta-wrapper {
	background-color: #fff;
	padding-top: 32px;
	padding-top: 2rem;
	position: relative;
	z-index: 1;
}

.sec05 {
	padding-block: 24px;
	padding-block: 1.5rem;
	background: url("../images/sec05_bg-sp.webp") no-repeat center center/100% 100%;
	position: relative;
	z-index: 3;
}

.sec05__section {
	margin-top: 16px;
	margin-top: 1rem;
}

.sec05__section-title {
	margin-inline: auto;
	gap: 4px;
	gap: 0.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.sec05__section-title .--text {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
}

.sec05__section-title img {
	height: 16px;
	height: 1rem;
	width: 16px;
	width: 1rem;
}

.sec05__section-content {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.sec05__price-table {
	border: 1px solid #e5e5e5;
}

.sec05__price-item {
	text-align: center;
}

.sec05__price-item-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-size: 0.875rem;
	height: 37px;
	height: 2.3125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sec05__price-item-details {
	padding-block: 8px;
	padding-block: 0.5rem;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.sec05__price-item-type {
	font-size: 14px;
	font-size: 0.875rem;
}

.sec05__price-item-amount .--sub {
	font-size: 16px;
	font-size: 1rem;
}

.sec05__price-item-tax {
	font-family: "Noto Serif JP";
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
}

.sec06 {
	padding-block: 32px 16px;
	padding-block: 2rem 1rem;
	background: #fff7fa;
}

.sec06__content {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.sec06__step {
	gap: 16px;
	gap: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 16px;
	padding: 1rem;
	position: relative;
}

.sec06__step img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 64px;
	width: 4rem;
}

.sec06__step-content {
	position: relative;
	z-index: 2;
}

.sec06__step-title {
	color: #f93f8d;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
}

.sec06__step-text {
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.sec06__step-icon {
	margin-inline: auto;
	width: 40px;
	width: 2.5rem;
}

.sec06__step-number {
	color: #f5f5f5;
	font-family: "Marcellus";
	font-size: 56px;
	font-size: 3.5rem;
	line-height: 1;
	position: absolute;
	right: 8px;
	right: 0.5rem;
	top: 8px;
	top: 0.5rem;
	z-index: 0;
}

.sec07__content {
	padding-block: 24px;
	padding-block: 1.5rem;
	background: url("../images/sec07_bg-sp.webp") no-repeat center center/100% 100%;
}

.sec07__img1 {
	margin-inline: auto;
	width: 303px;
	width: 18.9375rem;
}

.sec07__img2 {
	margin-inline: auto;
	margin-top: 16px;
	margin-top: 1rem;
	width: 268px;
	width: 16.75rem;
}

.sec07__text {
	margin-inline: auto;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 330px;
	max-width: 20.625rem;
}

.sec07__text + .sec07__text {
	margin-top: 16px;
	margin-top: 1rem;
}

.sec08 {
	padding-block: 24px;
	padding-block: 1.5rem;
	background: url("../images/sec08_bg-sp.webp") no-repeat center center/100% 100%;
}

.sec08__box {
	margin-inline: auto;
	background: rgba(255, 255, 255, .5);
	margin-top: 16px;
	margin-top: 1rem;
	max-width: 332px;
	max-width: 20.75rem;
	padding: 16px;
	padding: 1rem;
}

.sec08__text {
	font-size: 14px;
	font-size: 0.875rem;
}

.sec09 {
	padding-top: 24px;
	padding-top: 1.5rem;
}

.sec09__content {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.sec09__faq {
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}

.sec09__faq-item {
	cursor: pointer;
}

.sec09__faq-item + .sec09__faq-item {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.sec09__faq-item-head {
	background-color: #fff3f7;
	padding: 10px 50px 10px 33px;
	padding: 0.625rem 3.125rem 0.625rem 2.0625rem;
	position: relative;
}

.-q {
	color: #f93f8d;
	font-family: "Marcellus";
	font-size: 16px;
	font-size: 1rem;
	left: 8px;
	left: 0.5rem;
	line-height: 1;
	position: absolute;
	top: 12px;
	top: 0.75rem;
}

.-text {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
}

.-toggle {
	height: 14px;
	height: 0.875rem;
	position: absolute;
	right: 14px;
	right: 0.875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	width: 0.875rem;
}

.-toggle::before,
.-toggle::after {
	background-color: #f93f8d;
	content: "";
	display: block;
	height: 2px;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 14px;
	width: 0.875rem;
}

.-toggle::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.sec09__faq-item-head.is-active .-toggle::after {
	display: none;
}

.sec09__faq-answer {
	display: none;
	padding: 10px 8px 10px 31px;
	padding: 0.625rem 0.5rem 0.625rem 1.9375rem;
	position: relative;
}

.sec09__faq-a-text {
	font-size: 14px;
	font-size: 0.875rem;
}

.sec09__faq-a-text + .sec09__faq-a-text {
	margin-top: 16px;
	margin-top: 1rem;
}

.-a {
	color: #f93f8d;
	font-family: "Marcellus";
	font-size: 16px;
	font-size: 1rem;
	left: 8px;
	left: 0.5rem;
	line-height: 1;
	position: absolute;
	top: 12px;
	top: 0.75rem;
}

.top {
	margin-inline: auto;
	background-color: #fff;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	max-width: 390px;
	max-width: 24.375rem;
	position: relative;
}

.c-accordion {
	border-radius: 0.25rem;
	cursor: pointer;
}

.c-accordion__heading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 0.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 37px;
	height: 2.3125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.c-accordion__heading-text {
	color: #666;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}

.c-accordion__heading-icon {
	height: 12px;
	height: 0.75rem;
	position: absolute;
	right: 14px;
	right: 0.875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	width: 0.75rem;
}

.c-accordion__heading-icon::before,
.c-accordion__heading-icon::after {
	background-color: #666;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 12px;
	width: 0.75rem;
}

.c-accordion__heading-icon::after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.c-accordion__heading.is-active .c-accordion__heading-icon::after {
	display: none;
}

.c-accordion__content {
	padding-block: 8px;
	padding-block: 0.5rem;
	background-color: #fff;
	border-radius: 0 0 0.25rem 0.25rem;
	display: none;
}

.c-accordion__content-table-row {
	grid-gap: 0px 0px;
	display: grid;
	grid-template-columns: 5.5rem 1fr;
	margin-top: 4px;
	margin-top: 0.25rem;
}

.c-accordion__content-table-row-heading {
	color: #666;
	font-size: 12px;
	font-size: 0.75rem;
}

.c-accordion__content-table-row-text {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
}

.c-accordion__content-table-row-text p + p {
	margin-top: 16px;
	margin-top: 1rem;
}

.c-cta-wrapper {
	padding-block: 16px 15px;
	padding-block: 1rem 0.9375rem;
}

.c-cta-wrapper.--no-border .c-cta__content::before {
	display: none;
}

.c-cta-wrapper.--no-border .c-cta__text {
	display: none;
}

.c-cta-wrapper.--no-border .c-cta__text + .c-cta__link {
	margin-top: 0;
}

.c-cta__content {
	padding-bottom: 4px;
	padding-bottom: 0.25rem;
	position: relative;
	width: 100%;
}

.c-cta__content::before {
	border: 1px solid #c8c8c8;
	bottom: 0;
	content: "";
	display: block;
	height: 193px;
	height: 12.0625rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 0;
}

.c-cta__text {
	padding-inline: 16px;
	padding-inline: 1rem;
	margin-inline: auto;
	background-color: #fff;
	display: block;
	font-family: "Noto Serif JP";
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 2;
}

.c-cta__link {
	margin-inline: auto;
	display: block;
	position: relative;
	width: 328px;
	width: 20.5rem;
	z-index: 2;
}

.c-cta__link:first-of-type {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.c-cta__link:last-of-type {
	margin-top: 2px;
	margin-top: 0.125rem;
}

.c-note {
	color: #666;
	font-size: 10px;
	font-size: 0.625rem;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.c-title {
	font-family: "Noto Serif JP";
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
}

.l-footer {
	margin-inline: auto;
	background-color: #eee;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	height: 58px;
	height: 3.625rem;
	max-width: 390px;
	max-width: 24.375rem;
	position: relative;
	width: 100%;
	z-index: 1;
}

.l-footer__inner {
	height: 100%;
}

.l-footer__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.l-footer__copyright {
	color: #9d9d9d;
	font-size: 10px;
	font-size: 0.625rem;
}

.l-header {
	position: relative;
	width: 100%;
	z-index: 100;
}

.l-header__top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 26px;
	height: 1.625rem;
}

.l-header__text {
	color: #666;
	font-size: 12px;
	font-size: 0.75rem;
}

.l-header__bottom {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 53px;
	height: 3.3125rem;
}

.l-header__logo {
	width: 220px;
	width: 13.75rem;
}

.l-header__logo-link {
	display: block;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1201.75px;
	padding-left: 14px;
	padding-left: 0.875rem;
	padding-right: 14px;
	padding-right: 0.875rem;
	width: 100%;
}

.side-visual {
	background: url("../images/main_bg-pc.webp") no-repeat center center/cover;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.side-visual__content {
	left: calc(50% - 37.5rem);
	position: absolute;
	top: 12.8%;
}

.side-visual__title {
	width: 347px;
	width: 21.6875rem;
}

.side-visual__nav {
	margin-top: 33px;
	margin-top: 2.0625rem;
}

.side-visual__nav-link {
	gap: 8px;
	gap: 0.5rem;
	padding-block: 8px;
	padding-block: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.side-visual__nav-link img {
	height: 12px;
	height: 0.75rem;
	width: 12px;
	width: 0.75rem;
}

.side-visual__nav-link-text {
	color: #333;
	font-family: "Noto Serif JP";
	font-size: 16px;
	font-size: 1rem;
}

.u-anime-fadeup {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	opacity: 0;
	-webkit-transition: visibility 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, opacity 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s;
	transition: visibility 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, opacity 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s;
	transition: visibility 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, opacity 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s;
	transition: visibility 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, opacity 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s;
	visibility: hidden;
	will-change: visibility, opacity, transform;
}

.u-anime-fadeup.is-show {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: fadeup;
	animation-name: fadeup;
	opacity: 1;
	visibility: visible;
}

a.u-anime-fadeup.is-show:hover {
	opacity: 0.8;
}

@media (hover: hover) {

a:hover {
	opacity: 0.7;
}

.fixedbtn__link:hover {
	opacity: 1 !important;
	-webkit-transition: background-image 0.3s ease-in-out;
	transition: background-image 0.3s ease-in-out;
}

.fixedbtn__link:hover.--line {
	background: url("../images/btn_cta_line_hover.webp") no-repeat center center/cover;
}

.fixedbtn__link:hover.--web {
	background: url("../images/btn_cta_web_hover.webp") no-repeat center center/cover;
}

.fixedbtn__link:hover.--tel {
	background: url("../images/btn_cta_tel_hover.webp") no-repeat center center/cover;
}

}

@media screen and (max-width: 1279px) {

.u-xl {
	display: none;
}

.side-visual__content {
	left: calc(50% - 47.22222vw);
}

.side-visual__title {
	width: 24.0972222222vw;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

@media screen and (max-width: 1023px) {

.u-lg {
	display: none;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.sec04__strength {
	padding-left: 0.875rem;
}

.sec04__strength-content {
	padding-right: 0.875rem;
}

.top {
	max-width: none;
}

.l-footer {
	max-width: none;
}

.l-header__top {
	height: 1.1875rem;
}

.l-header__text {
	font-size: 0.625rem;
}

.l-header__bottom {
	height: 2.125rem;
}

.l-header__logo {
	width: 11.25rem;
}

.l-inner {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}

.side-visual {
	display: none;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@-webkit-keyframes fadeup {

from {
	opacity: 0;
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem);
	visibility: hidden;
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

}

@keyframes fadeup {

from {
	opacity: 0;
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem);
	visibility: hidden;
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

}


/*# sourceMappingURL=style.css.map */
