body {
	color: #000;
	font-family: "A-OTF Ryumin Pr6N", serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	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 */

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	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 {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.aside {
	background-color: #FFFEEF;
	cursor: pointer;
	max-width: 19.5625rem;
	overflow: hidden;
	width: 100%;
}

.aside__img {
	overflow: hidden;
}

.aside__img img {
	-o-object-fit: cover;
	aspect-ratio: 313/303;
	height: auto;
	object-fit: cover;
	transition: transform 0.4s ease, opacity 0.4s ease;
	width: 100%;
}

.aside__img:hover img {
	opacity: 0.85;
	transform: scale(1.05);
}

.aside__logo {
	height: auto;
	width: 100%;
}

.company {
	background-image: url("/wp-content/themes/swell_child/asset/img/company-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 2.5rem 0 3.75rem;
	text-align: center;
}

.company__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.625rem;
}

.company__title {
	display: flex;
	flex-direction: column;
}

.company__title-top {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

.company__title-merit {
	-webkit-clip-path: polygon(0% 50%, 6.5% 0%, 93.5% 0%, 100% 50%, 93.5% 100%, 6.5% 100%);
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 58%, #C07D0C 100%);
	clip-path: polygon(0% 50%, 6.5% 0%, 93.5% 0%, 100% 50%, 93.5% 100%, 6.5% 100%);
	display: inline-block;
	font-size: 1.16875rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.125rem 0.75rem 0.0625rem;
	text-align: center;
}

.company__title-middle--font {
	font-size: 3.125rem;
	font-weight: 900;
	line-height: 1.4;
}

.company__title-merit--center {
	margin: 0 -0.5rem;
}

.company__title-top-font {
	font-size: 1.75rem;
}

.company__title-top-color {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 50%, #C07D0C 100%);
	background-clip: text;
	display: inline-block;
	font-size: 1.75rem;
	line-height: 1.1;
}

.company__title-bottom {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-top: 0.375rem;
}

.company__title-bottom-font {
	font-size: 1.1875rem;
}

.company__title-bottom-color {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #DFB237 0%, #F8F2CD 27%, #AC7527 53%, #EBD279 76%, #F4E7B4 100%);
	background-clip: text;
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
}

.company__list {
	display: flex;
	flex-direction: column;
	gap: 4.25rem;
	margin-top: 3.75rem;
}

.company__item {
	background-color: #fff;
	border-radius: 0.125rem;
	display: flex;
	flex-direction: column;
	padding: 2.7375rem 1.78125rem 2.5rem;
	position: relative;
	width: 100%;
}

.company__banner-wrapper {
	filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
	left: 50%;
	position: absolute;
	top: -3%;
	transform: translate(-50%, 0%);
	z-index: 1;
}

.company__banner-wrapper--star {
	top: -3.8%;
}

.company__banner-wrapper--rihausu {
	top: -3.8%;
}

.company__banner {
	-webkit-clip-path: polygon(0% 50%, 6.5% 0%, 93.5% 0%, 100% 50%, 93.5% 100%, 6.5% 100%);
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 58%, #C07D0C 100%);
	clip-path: polygon(0% 50%, 6.5% 0%, 93.5% 0%, 100% 50%, 93.5% 100%, 6.5% 100%);
	display: inline-block;
	font-size: 1.6125rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	line-height: 2;
	padding: 0.15rem 0rem;
	text-align: center;
	width: 15.25rem;
}

.company__name {
	align-items: center;
	color: #333;
	display: flex;
	font-size: 1.5rem;
	font-weight: 900;
	justify-content: center;
	line-height: 2;
}

.company__name--star {
	font-size: 1.375rem;
}

.company__name--rihausu {
	font-size: 1.25rem;
	line-height: 1.255;
}

.company__img {
	margin-top: 0.6rem;
	overflow: hidden;
}

.company__img--star {
	margin-top: 0.6rem;
}

.company__img--rihausu {
	margin-top: 0.6rem;
}

.company__img img {
	-o-object-fit: cover;
	aspect-ratio: 280/169;
	height: auto;
	object-fit: cover;
	transition: transform 0.4s ease;
	width: 100%;
}

.company__img:hover img {
	transform: scale(1.03);
}

.company__img--star img {
	aspect-ratio: 280/169;
}

.company__img--rihausu img {
	aspect-ratio: 280/169;
}

.company__source {
	align-items: flex-end;
	color: #333;
	display: flex;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.5375rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.511627907;
	margin-top: 0.35625rem;
}

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

.company__content {
	color: #333;
	margin-top: 1.5625rem;
	padding-bottom: 1.875rem;
}

.company__wrapper {
	align-items: center;
	border-top: 1px dashed #333;
	display: flex;
	justify-content: center;
	padding: 1.25rem 0;
	text-align: center;
}

.company__wrapper:last-child {
	border-bottom: 1px dashed #333;
}

.company__text {
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.company__text span {
	color: #F9660A;
}

.company__buttons {
	margin-top: auto;
}

.company__button + .company__button {
	margin-top: 1.03125rem;
}

.company__button-text {
	align-items: center;
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 59%, #C07D0C 100%);
	border: solid 0.0625rem #fff;
	border-radius: 6.8125rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 1.08125rem;
	font-weight: 700;
	justify-content: center;
	line-height: 2;
	padding: 0.81875rem 0rem 0.7625rem;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 17.5rem;
	will-change: transform;
}

.company__button-text--black {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	background-color: #000;
	border: solid 0.0625rem #000;
	color: #fff;
	font-size: 1.025rem;
	font-weight: 900;
	line-height: 1.5853658537;
	padding: 0.25rem 0rem 0.21875rem;
}

.company__button-text--gold {
	color: #fff;
	font-size: 1.10625rem;
	font-weight: 900;
	line-height: 1.2;
	padding: 0.5625rem 0rem;
}

.company__button-text:hover {
	box-shadow: 0 0.25rem 0.4375rem rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.company__remarks {
	font-family: "Zen Old Mincho", serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375;
	margin-top: 1.25rem;
	text-align: left;
}

.faq {
	background-color: #000;
	color: #fff;
	padding: 3.75rem 0;
}

.faq__title {
	align-items: center;
	display: flex;
	justify-content: center;
}

.faq__title-text {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2;
	padding: 0 0.625rem;
	text-align: center;
}

.faq__title-text-pc {
	font-size: 1.5rem;
}

.faq__title-text-sp {
	font-size: 1.5rem;
}

.faq__line {
	background-color: #fff;
	flex: 1;
	height: 0.0625rem;
}

.faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.0625rem;
}

.faq__list {
	font-family: "Zen Old Mincho", serif;
	margin-top: 3.4375rem;
	padding: 0 0.5rem;
}

.faq__item + .faq__item {
	margin-top: 1.875rem;
}

.faq__question {
	align-items: flex-start;
	border-bottom: solid 1px #fff;
	display: flex;
	gap: 0.625rem;
	padding-bottom: 1.25rem;
}

.faq__question-title {
	color: #F75F00;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.0909090909;
	text-transform: uppercase;
}

.faq__question-text {
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1.25;
}

.faq__answer {
	align-items: flex-start;
	display: flex;
	gap: 0.75rem;
	margin-top: 1.4375rem;
	padding-left: 0.125rem;
}

.faq__answer-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 2;
	position: relative;
	text-transform: uppercase;
	top: -0.1875rem;
}

.faq__answer-text {
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.7333333333;
	padding-right: 0.8125rem;
}

.fv {
	background-image: url("/wp-content/themes/swell_child/asset/img/fv-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	margin-top: 2.625rem;
	padding: 5.25rem 0 3.5625rem;
	position: relative;
}

.fv__banner {
	background: linear-gradient(45deg, #000000 0%, #2C2C2C 71%, #000000 95%);
	border-radius: 3.125rem 0 0 3.125rem;
	display: inline-block;
	padding: 0.55rem 2.5rem;
	position: absolute;
	right: 0;
	top: 0.9375rem;
}

.fv__banner-flex {
	align-items: flex-end;
	display: flex;
	gap: 0.35rem;
}

.fv__banner-text {
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.3866666667;
}

.fv__banner-icon {
	height: 0.875rem;
	position: relative;
	top: -0.3125rem;
	width: 0.875rem;
}

.fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.fv__subtitle {
	color: #C8A553;
	font-size: 1.3125rem;
	font-weight: 900;
	line-height: 1.45;
	margin-top: 0.3125rem;
}

.fv__title {
	display: flex;
	flex-direction: column;
	margin-top: 0.3125rem;
	position: relative;
}

.fv__line {
	bottom: 31%;
	height: 0.625rem;
	left: 0%;
	position: absolute;
	width: 16.5625rem;
}

.fv__title-main {
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 1.4;
	margin-top: -0.25rem;
}

.fv__title-main-color {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #F4E7B4 0%, #EBD279 22%, #AC7527 39%, #F8F2CD 61%, #DFB237 88%);
	background-clip: text;
	display: inline-block;
}

.fv__title-main-font01 {
	font-size: 2.89375rem;
}

.fv__title-main-font02 {
	font-size: 4.30625rem;
}

.fv__title-main-font03 {
	font-size: 2.1875rem;
}

.fv__title-top {
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 1;
	margin-top: 1.25rem;
}

.fv__flex {
	margin-top: 1.875rem;
}

.fv__type {
	font-family: "A-OTF Ryumin Pro", serif;
	font-size: 0.98125rem;
	font-weight: 300;
	line-height: 1.5222929936;
}

.fv__box {
	align-items: center;
	background-color: #000;
	display: inline-flex;
	gap: 1.375rem;
	margin-top: 0.7375rem;
	padding: 0.5rem 1.5625rem 0.5rem 0.75rem;
}

.fv__icon {
	height: 5.125rem;
	width: 5.4375rem;
}

.fv__text {
	font-family: "A-OTF Ryumin Pro", serif;
	font-size: 1.2875rem;
	font-weight: 300;
	line-height: 1.5291262136;
}

.header__hamburger {
	background-color: #000;
	padding: 0.90625rem 0.625rem 0.90625rem 0.625rem;
	text-align: right;
	transition: background-color 0.3s ease;
	z-index: 9999;
}

.header__hamburger.is-open {
	background-color: #3C3C3C;
	border-radius: 50%;
	height: 3.875rem;
	margin: 0;
	padding-left: 0.625rem;
	position: fixed;
	right: 0.625rem;
	top: 2.625rem;
	width: 3.875rem;
	z-index: 9999;
}

.header__hamburger span {
	background-color: #fff;
	display: block;
	height: 0.0625rem;
	position: relative;
	text-align: right;
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.header__hamburger.is-open span {
	background-color: #fff;
	height: 0.1rem;
}

.header__hamburger span:nth-child(1) {
	top: 0;
	width: 1.3625rem;
}

.header__hamburger span:nth-child(2) {
	margin: 0.375rem 0;
	width: 1.125rem;
}

.header__hamburger span:nth-child(3) {
	top: 0;
	width: 0.9125rem;
}

.header__hamburger.is-open span:nth-child(1) {
	left: 0.3125rem;
	top: 0.375rem;
	transform: rotate(42deg);
	width: 2rem;
}

.header__hamburger.is-open span:nth-child(2) {
	opacity: 0;
	transform: translateY(-50%);
	width: 2rem;
}

.header__hamburger.is-open span:nth-child(3) {
	left: 0.3125rem;
	top: -0.578125rem;
	transform: rotate(-42deg);
	width: 2rem;
}

.headerNav {
	background-color: transparent;
	opacity: 0;
	position: fixed;
	top: 0;
	transform: translateY(-20px);
	transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
	visibility: hidden;
	width: 100%;
	z-index: 9999;
}

.headerNav.visible {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.headerNav.scrolled {
	height: 4.125rem;
	transition: height 0.3s ease;
}

.headerNav__inner {
	align-items: center;
	background-color: #fff;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 3.75rem;
	transition: background-color 0.3s ease;
}

.header {
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	transition: top 0.1s ease;
	z-index: 9999;
}

.header__container {
	align-items: center;
	background-color: #fff;
	display: flex;
	height: inherit;
	height: 2.625rem;
	justify-content: space-between;
	padding-left: 1.5625rem;
	position: relative;
	transition: background-color 0.3s ease;
}

.header__inner.is-scrolled {
	background-color: #fff;
}

.header__logo {
	height: 2.0625rem;
	position: relative;
	width: 9.375rem;
	z-index: 8000;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.list {
	background-image: url("/wp-content/themes/swell_child/asset/img/list-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 3.75rem 0 5rem;
	text-align: center;
}

.list__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.25rem;
}

.list__title {
	border-bottom: solid 1px #000;
	color: #181818;
	display: inline-block;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.3;
	padding-bottom: 1.875rem;
}

.list__title span {
	font-size: 1.5rem;
}

.list__list {
	display: flex;
	flex-direction: column;
	gap: 1.45625rem;
	margin-top: 2.5rem;
	padding: 0 0.9375rem;
}

.list__item {
	background-color: #111;
	border-bottom: solid 1px #000;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 1.05rem 0.875rem 2.375rem;
	width: 100%;
}

.list__name {
	align-items: center;
	border-bottom: solid 1px #fff;
	color: #FFB281;
	display: flex;
	font-size: 1.575rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1.1150793651;
	min-height: 3.5625rem;
	padding-bottom: 0.53125rem;
}

.list__name--font {
	font-size: 1.16875rem;
	line-height: 1.4973262032;
}

.list__name--font-second {
	font-size: 1.34375rem;
	line-height: 1.3023255814;
}

.list__text {
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.3133333333;
	margin-top: 1.4rem;
	min-height: 8.0625rem;
	text-align: left;
}

.list__content {
	margin-top: 1.125rem;
}

.list__dl + .list__dl {
	margin-top: 1.5625rem;
}

.list__dl-title {
	align-items: center;
	display: flex;
	justify-content: center;
}

.list__dl-title-text {
	font-size: 0.9375rem;
	font-weight: 900;
	line-height: 2;
	padding: 0 1.03125rem;
	white-space: nowrap;
}

.list__dl-title-text--border {
	padding: 0 0.625rem;
}

.list__dl-title-line {
	background-color: #fff;
	flex: 1;
	height: 0.0625rem;
}

.list__content-text {
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.3066666667;
	margin-top: 0.34375rem;
}

.list__content-text--number {
	line-height: 2;
}

.list__buttons {
	margin-top: 1.475rem;
}

.list__button-text {
	align-items: center;
	background: linear-gradient(90deg, #F75F00 0%, #FF8235 58%, #F75F00 100%);
	border: solid 0.10625rem #fff;
	border-radius: 5.2875rem;
	display: inline-flex;
	font-size: 1.0625rem;
	font-weight: 900;
	justify-content: center;
	line-height: 2;
	padding: 0.75rem 0rem;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 16.5rem;
}

.list__button-text:hover {
	box-shadow: 0 0.25rem 0.4375rem rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.pagetop {
	align-items: flex-end; /* 子要素を右寄せに */
	bottom: -0.5rem;
	display: none; /* 初期状態で確実に非表示にする */
	flex-direction: column; /* 縦方向に要素を並べる */
	overflow: hidden;
	position: relative;
	position: fixed;
	right: 0;
	z-index: 1000;
}

.pagetop__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.pagetop a {
	display: inline-block; /* リンク領域を画像サイズに限定 */
	transition: 0.5s;
	width: auto; /* 画像のサイズに応じてリンク領域を設定 */
}

.pagetop a:hover {
	opacity: 0.8;
}

.pagetop__img-top {
	height: 100%;
	width: 100%;
}

.pagetop__img-top img {
	border: solid 6px #fff;
	width: 26.5625rem;
}

.pagetop__close {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 1.5rem;
	line-height: 1;
	position: absolute;
	right: 0.25rem;
	top: 0.25rem;
	z-index: 1100;
}

/* 光のスタイル */

.pagetop {
	overflow: hidden;
}

.pagetop a::before {
	background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
	content: "";
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transition: 0.5s;
	width: 100%;
}

/* ホバー時のスタイル */

.pagetop a:hover::before {
	left: 100%;
	top: 0;
}

.pc-nav__content {
	align-items: center;
	display: flex;
	gap: 1.375rem;
	position: relative;
	z-index: 1000;
}

.pc-nav__list {
	display: flex;
}

.pc-nav__item {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	padding: 0 min(2.45vw, 1.875rem);
}

.pc-nav__ja {
	-webkit-text-decoration: none;
	display: inline-block;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.45;
	position: relative;
	text-decoration: none;
}

.pc-nav__ja::after {
	background-color: #000;
	bottom: 0;
	content: "";
	height: 0.125rem;
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	width: 0;
}

.pc-nav__item:hover .pc-nav__ja::after {
	width: 100%;
}

.pc-nav__banner {
	background-color: #000;
	height: 4.125rem;
	margin-left: 3.125rem;
	opacity: 0.8;
	transition: 0.5s;
}

.pc-nav__banner:hover {
	opacity: 0.7;
}

.pc-nav__banner-box {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0.5625rem 3.3125rem;
}

.pc-nav__banner-text {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 2;
	text-align: center;
}

.point-table {
	color: #000;
}

.point-table__scroll {
	border-collapse: collapse;
	width: 47rem;
}

.point-table__table {
	padding-right: 1.5625rem;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.point-table__heading:nth-child(1),
.point-table__item {
	max-width: 10.0625rem;
	min-width: 10.0625rem;
	width: 10.0625rem;
}

.point-table__heading:nth-child(2),
.point-table__heading:nth-child(3),
.point-table__data {
	max-width: 18.3125rem;
	min-width: 18.3125rem;
	width: 18.3125rem;
}

.point-table__head {
	background: linear-gradient(to bottom, #040404 0%, #202020 70%, #303030 100%);
	color: #D4B038;
}

.point-table__heading {
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 2;
	text-align: center;
}

.point-table__item {
	background-color: #fff;
	font-size: 1rem;
	font-weight: 300;
	line-height: 2;
	text-align: center;
	white-space: nowrap;
}

.point-table__data {
	background-color: #fff;
	font-size: 0.8rem;
	font-weight: 300;
	line-height: 2;
}

.point {
	background-color: #000;
	background-image: url("/wp-content/themes/swell_child/asset/img/point-bg-sp.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;
}

.point__bg {
	background-image: url("/wp-content/themes/swell_child/asset/img/point-bg-bottom.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 3.75rem 0 5rem;
}

.point__title {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.point__title-top {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.2;
}

.point__title-top span {
	font-size: 1rem;
}

.point__title-bottom {
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.05;
	margin-top: 0.625rem;
}

.point__title-bottom span {
	color: #DFB237;
	font-size: 2.875rem;
	letter-spacing: 0.08em;
}

.point__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.point__list {
	margin-top: 2.5rem;
}

.point__item + .point__item {
	margin-top: 1.875rem;
}

.point__sentence {
	margin-top: 1.875rem;
}

.point__head {
	align-items: center;
	border-bottom: 0.0625rem dashed #fff;
	display: flex;
	gap: 0.80625rem;
	padding-bottom: 1.25rem;
}

.point__box {
	color: #DFB237;
	display: flex;
	flex-direction: column;
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

.point__number {
	font-size: 2.60625rem;
	letter-spacing: -0.05em;
}

.point__point {
	font-size: 0.69375rem;
	position: relative;
	top: -0.3125rem;
}

.point__subtitle {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1.385;
}

.point__text {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.75;
	margin-top: 1.25rem;
}

.point__img img {
	-o-object-fit: cover;
	aspect-ratio: 341/205;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.point-table__container {
	margin: 2.5rem auto 0;
	max-width: 47rem;
	overflow-x: scroll;
	padding-right: 1.5625rem;
	width: calc(100% + 1.5625rem);
}

.price {
	background-image: url("/wp-content/themes/swell_child/asset/img/price-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 2.5rem 0 3.75rem;
	text-align: center;
}

.price__box {
	align-items: flex-end;
	display: flex;
	justify-content: center;
	margin-top: 1.25rem;
}

.price__border {
	height: 2.46875rem;
	width: 1.21875rem;
}

.price__title {
	font-size: 1.75rem;
	font-weight: 300;
	line-height: 1.15;
}

.price__title-font {
	font-size: 1.75rem;
}

.price__title-color {
	color: #D39B34;
}

.price__subtitle {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.334;
	margin-top: 6.125rem;
}

.price__subtitle span {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #DBAB00 0%, rgba(242, 209, 94, 0.82) 28%, #FFE794 50%, #F2D15E 73%, #DBAB00 100%);
	background-clip: text;
	display: inline-block;
	font-size: 2rem;
}

.price__text {
	font-size: 1.5rem;
	line-height: 1.2;
}

.price__text span {
	font-size: 1.25rem;
}

.price__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.53125rem;
	transition: 0.7s;
}

.price__img {
	border: solid 1px #fff;
	box-shadow: 0 0 0.8125rem 0 #FFFFFF;
	margin-top: 2.8125rem;
	position: relative;
}

.price__inner a :hover {
	opacity: 0.8;
}

.price__img img {
	-o-object-fit: cover;
	aspect-ratio: 342/196;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.price__img__buttons {
	bottom: 6%;
	left: 3.1%;
	position: absolute;
}

.price__img__buttons img {
	border-radius: 0.4375rem;
	box-shadow: 0 0 0.1rem 0 #181818;
	height: 3rem;
	width: 16.6875rem;
}

.recommend-company {
	background-color: #EEF0F4;
	padding: 2.5rem 0 3.75rem;
	text-align: center;
}

.recommend-company--star {
	background-color: #000;
}

.recommend-company__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.recommend-company__content {
	margin-top: 1.875rem;
	text-align: left;
}

.recommend-company__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 316/242;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.recommend-company__wrapper {
	margin-top: 1.25rem;
}

.recommend-company__dl {
	align-items: center;
	border-bottom: solid 0.76px #3F3F3F;
	color: #3F3F3F;
	display: flex;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 2;
	min-height: 3.125rem;
	padding-left: 0.4375rem;
}

.recommend-company__dl--star {
	border-bottom: solid 0.76px #fff;
	color: #fff;
}

.recommend-company__dl--font dd {
	font-size: 0.875rem;
	line-height: 1.3;
}

.recommend-company__dl--font-star dd {
	font-size: 0.875rem;
	line-height: 1.3;
}

.recommend-company__dl--rihausu dd {
	font-size: 0.875rem;
	line-height: 1.2857142857;
}

.recommend-company__dl dt {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #F75F00 0%, #FF8235 58%, #F75F00 100%);
	background-clip: text;
	display: inline-block;
	width: 21%;
}

.recommend-company__dl--star dt {
	width: 21%;
}

.recommend-company__dl--rihausu-width dt {
	width: 21%;
}

.recommend-company__dl a {
	-webkit-text-decoration: none;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	transition: border-color 0.3s ease;
}

.recommend-company__dl a:hover {
	border-bottom: 1px solid currentColor;
}

.recommend-company__buttons {
	margin-top: 2.5rem;
	text-align: center;
}

.recommend-company__button-text {
	align-items: center;
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 59%, #C07D0C 100%);
	border: solid 1px #fff;
	border-radius: 4.375rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	justify-content: center;
	line-height: 2;
	padding: 0.75rem 0;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 100%;
	will-change: transform;
}

.recommend-company__button-text--rihausu {
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 59%, #C07D0C 100%);
	border: solid 1px #fff;
	color: #fff;
	font-size: 1.25rem;
}

.recommend-company__button-text:hover {
	box-shadow: 0 0.25rem 0.4375rem rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.recommend-countermeasure {
	background-image: url("/wp-content/themes/swell_child/asset/img/recommend-countermeasure-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.75rem 0 2.5rem;
}

.recommend-countermeasure__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.recommend-countermeasure__title {
	border-bottom: solid 1px #000;
	border-top: solid 1px #000;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.84375rem 0;
	text-align: center;
}

.recommend-countermeasure__title span {
	font-size: 1.5rem;
}

.recommend-countermeasure__list {
	margin-top: 2.75rem;
}

.recommend-countermeasure__item + .recommend-countermeasure__item {
	margin-top: 2.26875rem;
}

.recommend-countermeasure__item {
	background-color: #fff;
	border-radius: 0.1875rem;
	box-shadow: 0.25rem 0.25rem 0.9125rem rgba(0, 0, 0, 0.25);
	padding: 0.875rem 0 1.875rem 1.125rem;
	position: relative;
}

.recommend-countermeasure__point {
	background: linear-gradient(90deg, #040404 0%, #202020 70%, #303030 100%);
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 900;
	left: 3%;
	line-height: 1;
	padding: 0.3125rem 0.625rem;
	position: absolute;
	top: -9.5%;
}

.recommend-countermeasure__head {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 58%, #C07D0C 100%);
	background-clip: text;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2;
}

.recommend-countermeasure__head span {
	font-size: 1rem;
}

.recommend-countermeasure__text {
	color: #181818;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5625;
}

.recommend-countermeasure__text span {
	font-size: 0.9375rem;
	letter-spacing: -0.09em;
}

.recommend-countermeasure__sentence {
	margin-top: 1.25rem;
}

.recommend-countermeasure__box {
	display: flex;
	gap: 0.5625rem;
}

.recommend-countermeasure__check {
	color: #F75F00;
	font-family: "Zen Old Mincho", serif;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 2;
	position: relative;
	top: -0.46875rem;
}

.recommend-countermeasure__remarks {
	color: #181818;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.2142857143;
}

.recommend-countermeasure__box + .recommend-countermeasure__box {
	margin-top: 0.0625rem;
}

.recommend-different {
	background-image: url("/wp-content/themes/swell_child/asset/img/recommend-different-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.75rem 0;
}

.recommend-different__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.recommend-different__title {
	border-bottom: solid 1px #D4B038;
	border-top: solid 1px #D4B038;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 300;
	line-height: 1.2142857143;
	padding: 1rem 0;
	text-align: center;
}

.recommend-different__title-font {
	font-size: 1.5rem;
}

.recommend-different__title-font-second {
	font-size: 1.5rem;
}

.recommend-different__title-letter {
	letter-spacing: -0.6em;
}

.recommend-case__table {
	margin: 2.5rem auto 0;
	max-width: 58rem;
	overflow-x: scroll;
	padding-right: 1.5625rem;
	width: calc(100% + 1.5625rem);
}

.recommend-different__img {
	border-collapse: collapse;
	width: 58rem;
}

.recommend-different__img img {
	-o-object-fit: cover;
	aspect-ratio: 928/283;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.recommend-info {
	background-image: url("/wp-content/themes/swell_child/asset/img/recommend-info-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 1.9375rem 0 3.75rem;
	position: relative;
}

.recommend-info--star {
	background-image: url("/wp-content/themes/swell_child/asset/img/recommend-info-bg-star-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 3.75rem 0 3.75rem;
	position: relative;
}

.recommend-info--rihausu {
	background-image: url("/wp-content/themes/swell_child/asset/img/recommend-info-bg-rihausu-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 3.75rem 0;
	position: relative;
}

.recommend-info__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.recommend-info__img {
	margin-top: 1.375rem;
}

.recommend-info__img img {
	-o-object-fit: cover;
	aspect-ratio: 342/224;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.recommend__img {
	height: 5.8125rem;
	width: 20.0625rem;
}

.recommend-info__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}

.recommend-info__name {
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 59%, #C07D0C 100%);
	color: #fff;
	display: block;
	font-size: 2rem;
	font-weight: 900;
	line-height: 2;
	padding: 0.9375rem 2.5rem 0.875rem 1.5625rem;
	width: 20.0625rem;
}

.recommend-info__name--star {
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 58%, #C07D0C 100%);
	font-size: 1.875rem;
	margin-left: auto;
	opacity: 0.9;
	padding: 1.125rem 1.5625rem 0.9375rem 1.8125rem;
	white-space: nowrap;
	width: 23.25rem;
}

.recommend-info__name--rihausu {
	line-height: 1;
}

.recommend-info__name span {
	font-size: 1.125rem;
}

.recommend-info__subtitle {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4444444444;
	margin-top: 1.375rem;
	padding-left: 1.5625rem;
}

.recommend-info__subtitle--star {
	color: #fff;
	margin-top: 1.5rem;
}

.recommend-info__subtitle--rihausu {
	margin-top: 0.875rem;
}

.recommend-info__strong {
	margin-top: 2.5rem;
	text-align: center;
}

.recommend-info__box {
	margin-top: 1.875rem;
	text-align: left;
}

.company-info__dl {
	border-bottom: solid 1px #e4e4e4;
	color: #333;
	display: flex;
	font-size: 1rem;
	font-weight: 300;
	gap: 0.1875rem;
	line-height: 1.5;
	padding-bottom: 0.625rem;
}

.company-info__dl--star {
	border-bottom: solid 1px #fff;
	color: #fff;
}

.company-info__dl dt {
	color: #F75F00;
}

.company-info__dl + .company-info__dl {
	margin-top: 0.625rem;
}

.recommend-info__buttons {
	margin-top: 1.875rem;
	text-align: center;
}

.recommend-info__button + .recommend-info__button {
	margin-top: 0.9375rem;
}

.recommend-info__comment {
	color: #FF6200;
	font-size: 0.9375rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 2;
	padding-bottom: 0.3125rem;
	white-space: nowrap;
}

.recommend-info__button-text {
	align-items: center;
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 59%, #C07D0C 100%);
	border: solid 1px #fff;
	border-radius: 4.375rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	justify-content: center;
	line-height: 2;
	padding: 0.6875rem 0;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 100%;
	will-change: transform;
}

.recommend-info__button-text--star {
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 59%, #C07D0C 100%);
	border: solid 1px #fff;
	color: #fff;
	font-size: 1.5rem;
	line-height: 2;
	padding: 0.6875rem 0;
}

.recommend-info__button-text--rihausu {
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 59%, #C07D0C 100%);
	border: solid 1px #fff;
	font-size: 1.25rem;
	padding: 0.875rem 0;
}

.recommend-info__button-text--gold {
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 59%, #C07D0C 100%);
	border: solid 1px #fff;
	font-size: 1.25rem;
	line-height: 1.25;
	padding: 0.625rem 0;
}

.recommend-info__button-text--silver {
	background: linear-gradient(90deg, #CCCCCC 0%, #E9E9E9 28%, #FFFFFF 50%, #E9E9E9 73%, #CFCFCF 100%);
	border: solid 1px #fff;
	color: #000;
	font-size: 1.25rem;
	line-height: 1.25;
	padding: 0.6875rem 0;
}

.recommend-info__button-text:hover {
	box-shadow: 0 0.25rem 0.4375rem rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.recommend-info__source {
	align-items: flex-end;
	display: flex;
	font-size: 0.625rem;
	font-weight: medium;
	justify-content: center;
	line-height: 2.5;
}

.recommend-info__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.recommend-info__source--star {
	color: #fff;
	justify-content: center;
}

.recommend-sell {
	padding-bottom: 3.25rem;
	text-align: center;
}

.recommend-sell__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.recommend-sell__card {
	-o-border-image: linear-gradient(to right, #BA7C08 0%, #E0AA49 58%, #C07D0C 100%);
	background-color: #EFEFEF;
	border-bottom: 0.125rem solid transparent;
	border-image: linear-gradient(to right, #BA7C08 0%, #E0AA49 58%, #C07D0C 100%);
	border-image-slice: 1;
	border-left: 0.125rem solid transparent;
	border-right: 0.125rem solid transparent;
	border-top: 0.3125rem solid transparent;
	margin-left: 0.875rem;
	margin-right: 0.875rem;
	margin-top: 2.0625rem;
}

.recommend-sell__img {
	position: relative;
	right: 0.125rem;
	width: 101.2%;
}

.recommend-sell__img img {
	-o-object-fit: cover;
	aspect-ratio: 308/178;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.recommend-sell__source {
	align-items: flex-end;
	display: flex;
	font-size: 0.625rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 2.76;
}

.recommend-sell__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.recommend-sell__wrapper {
	padding: 1.125rem 1.25rem 1.625rem;
}

.recommend-sell__box {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.recommend-sell__box + .recommend-sell__box {
	margin-top: 0.98125rem;
}

.recommend-sell__head {
	-webkit-clip-path: polygon(0% 50%, 8.5% 0%, 92.5% 0%, 100% 50%, 92.5% 100%, 8.5% 100%);
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 58%, #C07D0C 100%);
	clip-path: polygon(0% 50%, 8.5% 0%, 92.5% 0%, 100% 50%, 92.5% 100%, 8.5% 100%);
	color: #fff;
	display: inline-block;
	font-size: 0.98125rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 2;
	padding: 0.09375rem 0rem 0.075rem;
	position: relative;
	text-align: center;
	width: 6.25rem;
}

.recommend-sell__answer {
	color: #202020;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2;
	white-space: nowrap;
}

.recommend-sell__buttons {
	margin-top: 2.5rem;
}

.recommend-sell__button-text {
	align-items: center;
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 59%, #C07D0C 100%);
	border: solid 1px #fff;
	border-radius: 4.375rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 1.375rem;
	font-weight: 700;
	justify-content: center;
	line-height: 2;
	padding: 0.6875rem 0;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 100%;
	will-change: transform;
}

.recommend-sell__button-text--star {
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 59%, #C07D0C 100%);
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.23;
	padding: 0.6875rem 0;
}

.recommend-sell__button-text--rihausu {
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 59%, #C07D0C 100%);
	border: solid 1px #fff;
	color: #fff;
	font-size: 1.25rem;
	line-height: 1.23;
	padding: 0.6875rem 0;
}

.recommend-sell__button-text:hover {
	box-shadow: 0 0.25rem 0.4375rem rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.recommend-sell__table {
	margin: 2.5rem auto 0;
	max-width: 50.3125rem;
	overflow-x: scroll;
	padding-right: 1.5625rem;
	width: calc(100% + 1.5625rem);
}

.recommend-sell__ima {
	border-collapse: collapse;
	width: 50.3125rem;
}

.recommend-sell__source {
	align-items: flex-end;
	display: flex;
	font-size: 0.625rem;
	font-weight: medium;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 2.5;
	margin-top: 0.29375rem;
}

.recommend-sell__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.product-card__source {
	align-items: flex-end;
	display: flex;
	font-size: 0.625rem;
	font-weight: medium;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 2.5;
	margin-top: 0.29375rem;
}

.product-card__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.recommend-sub-title {
	display: inline-block;
	position: relative;
}

.recommend-sub-title__bg {
	height: 2.75rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.recommend-sub-title__text {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.04em;
	line-height: 1.5416666667;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.recommend-sub-title__text--star {
	-webkit-background-clip: text;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #040404 0%, #202020 70%, #303030 100%);
	background-clip: text;
	display: inline-block;
}

.recommend-voice {
	padding: 2.5rem 0 3.75rem;
	text-align: center;
}

.recommend-voice__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.recommend-voice__list {
	margin-top: 1.875rem;
}

.recommend-voice__item {
	background-color: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 0rem 0.4375rem rgba(0, 0, 0, 0.25);
	padding: 1.6875rem 1.3125rem;
}

.recommend-voice__item + .recommend-voice__item {
	margin-top: 1.25rem;
}

.recommend-voice__face {
	margin-left: auto;
	margin-right: auto;
	width: 39.6%;
}

.recommend-voice__face img {
	-o-object-fit: cover;
	aspect-ratio: 118/118;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.recommend-voice__sentence {
	margin-top: 1.875rem;
}

.recommend-voice__text {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.7142857143;
	text-align: left;
}

.recommend-voice__source {
	align-items: flex-end;
	display: flex;
	font-size: 0.625rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 1;
	margin-top: 1.875rem;
}

.recommend-voice__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.recommend-voice__buttons {
	margin-top: 2.5rem;
}

.recommend-voice__button-text {
	align-items: center;
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 59%, #C07D0C 100%);
	border: solid 1px #fff;
	border-radius: 4.375rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 700;
	justify-content: center;
	line-height: 2;
	padding: 0.6875rem 0;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 100%;
	will-change: transform;
}

.recommend-voice__button-text--gold {
	font-size: 1.25rem;
	line-height: 1.25;
	padding: 0.6875rem 0;
}

.recommend-voice__button-text--silver {
	background: linear-gradient(90deg, #CCCCCC 0%, #E9E9E9 28%, #FFFFFF 50%, #E9E9E9 73%, #CFCFCF 100%);
	border: solid 1px #fff;
	color: #000;
	font-size: 1.25rem;
	line-height: 1.25;
	padding: 0.6875rem 0;
}

.recommend-voice__button-text:hover {
	box-shadow: 0 0.25rem 0.4375rem rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.recommend {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.recommend__container {
	width: 100%;
}

.recommend__header {
	background-image: url("/wp-content/themes/swell_child/asset/img/recommend-header-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.75rem 0 2.5rem;
}

.recommend__title {
	color: #fff;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.recommend__title-top {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.2;
}

.recommend__title-top span {
	color: #D59B34;
	font-size: 1.75rem;
}

.recommend__title-bottom {
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-top: 0.9375rem;
}

.recommend__title-bottom-font-all {
	font-size: 2rem;
}

.recommend__title-bottom-font {
	color: #E6C462;
	font-size: 2rem;
	font-weight: 700;
}

.recommend__bg {
	background-image: url("/wp-content/themes/swell_child/asset/img/recommend-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.recommend__bg--star {
	background-image: url("/wp-content/themes/swell_child/asset/img/recommend-bg-sp-star.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.recommend__title-merit {
	-webkit-clip-path: polygon(0% 50%, 6.5% 0%, 93.5% 0%, 100% 50%, 93.5% 100%, 6.5% 100%);
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 58%, #C07D0C 100%);
	clip-path: polygon(0% 50%, 6.5% 0%, 93.5% 0%, 100% 50%, 93.5% 100%, 6.5% 100%);
	display: inline-block;
	font-size: 1.16875rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 0.0625rem 0.75rem 0.125rem;
	text-align: center;
}

.recommend__title-merit--center {
	margin: 0 -0.5rem;
}

.recommendation__sentence {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding: 1.9375rem 1.125rem 1.9375rem 1.1875rem;
}

.recommendation__text {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.4285714286;
}

.recommendation__box {
	-webkit-text-decoration: none;
	background: linear-gradient(90deg, #000000 0%, #2C2C2C 71%, #000000 95%);
	color: #fff;
	cursor: pointer;
	padding: 1.6875rem 1.25rem 1.625rem 4.3125rem;
	text-decoration: none;
	transition: 0.5s;
	width: 32%;
}

.recommendation__box:hover {
	opacity: 0.7;
}

.recommendation__content {
	align-items: flex-end;
	display: flex;
	gap: 0.625rem;
}

.recommendation__link {
	display: inline-block;
	font-size: 1.625rem;
	font-weight: 300;
	line-height: 1.3846153846;
}

.recommendation__icon {
	flex-shrink: 0;
	height: 1.5rem;
	position: relative;
	top: -0.4375rem;
	width: 1.5rem;
}

.request {
	background-image: url("/wp-content/themes/swell_child/asset/img/request-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 7.8125rem 0;
}

.request__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.scroll-hint-icon {
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	box-sizing: border-box;
	height: auto;
	left: calc(50% - 70px);
	opacity: 0;
	padding: 20px 10px 10px 10px;
	position: absolute;
	text-align: center;
	top: calc(50% - 25px);
	transition: opacity 0.3s;
	width: 140px;
}

.scroll-top {
	border-radius: 50%;
	bottom: 8.4375rem;
	height: 2.5rem;
	position: fixed;
	right: 0.5rem;
	width: 2.5rem;
	z-index: 9999;
}

.scroll-top img {
	display: block;
	height: 2.5rem;
	width: 2.5rem;
}

.scroll-top a:hover img {
	transform: translateY(-5px);
	transition: transform 0.3s ease;
}

.scroll-top a:hover {
	background-color: transparent;
}

.sell {
	background-image: url("/wp-content/themes/swell_child/asset/img/sell-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 3.75rem 0;
	text-align: center;
}

.sell__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.sell__title-top {
	border-bottom: 0.3px solid #000;
	border-top: 0.3px solid #000;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	margin-left: auto;
	margin-right: auto;
	padding: 0.78125rem 0 0.71875rem;
	width: 17.0625rem;
}

.sell__title-lead span {
	font-size: 1.25rem;
}

.sell__title-main {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.15;
	margin-top: 1.25rem;
}

.sell__title-highlight {
	color: #CA9024;
}

.sell__remarks {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.sell__table {
	margin-top: 1.875rem;
}

.sell__basis {
	margin-top: 3.125rem;
}

.sell__head {
	-webkit-clip-path: polygon(0% 50%, 3.5% 0%, 96.5% 0%, 100% 50%, 96.5% 100%, 3.5% 100%);
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 58%, #C07D0C 100%);
	clip-path: polygon(0% 50%, 3.5% 0%, 96.5% 0%, 100% 50%, 96.5% 100%, 3.5% 100%);
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.31;
	padding: 0.5625rem 3.125rem;
	position: relative;
	text-align: center;
}

.sell__head--basis {
	padding: 0.5625rem 2.375rem;
}

.sell__head span {
	font-size: 1.5rem;
}

.sell__contents {
	margin-top: 2.5rem;
}

.sell__contents--margin {
	margin-top: 1.875rem;
}

.sell__content {
	background-color: #fff;
	margin-top: -1.71875rem;
}

.sell__wrapper {
	padding: 2.0625rem 0.5rem 1.4375rem;
}

.sell__img img {
	-o-object-fit: cover;
	aspect-ratio: 461/345;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sell__banner {
	display: inline-block;
	height: 2.7125rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 88.53%;
}

.sell__banner-img {
	display: block;
	height: 100%;
	width: 100%;
}

.sell__banner-text {
	color: #fff;
	font-size: 1.3125rem;
	font-weight: 900;
	left: 50%;
	letter-spacing: 0.2em;
	line-height: 2;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.sell__explanation {
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 1.25rem;
}

.sell__merit {
	font-size: 1.3125rem;
	font-weight: 300;
	line-height: 1.2333333333;
	margin-top: 0.75rem;
}

.sell__merit--font {
	font-size: 1.1875rem;
	line-height: 1.5789473684;
}

.sell__list {
	display: flex;
	flex-direction: column;
	gap: 2.76875rem;
	margin-top: 4.0625rem;
	padding: 0 1.6875rem;
}

.sell__item {
	background-image: url("/wp-content/themes/swell_child/asset/img/sell-item-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0.78125rem 0.78125rem 2.21875rem;
	position: relative;
	width: 100%;
}

.sell__item-point {
	border-radius: 50%;
	box-shadow: 0 0.10625rem 0.2125rem rgba(0, 0, 0, 0.25);
	height: 4.5rem;
	left: -12.5%;
	position: absolute;
	top: -7.5%;
	width: 4.5rem;
}

.sell__item-img img {
	-o-object-fit: cover;
	aspect-ratio: 261/183;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.sell__item-text {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 900;
	line-height: 1.2722222222;
	margin-top: 1.75rem;
}

.sell__item-text span {
	color: #F75F00;
}

.header__sp-nav {
	padding-top: 3.75rem;
}

.header__sp-nav.is-scrolled {
	padding-top: 5rem;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 2.125rem;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 8887;
}

.overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.sp-nav {
	background-color: #000;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 2.125rem;
	transform: translateX(100%);
	transition: ease 0.3s;
	width: 68.1%;
	z-index: 8888;
}

.sp-nav.is-open {
	transform: translateX(0);
}

.sp-nav__list {
	height: 100%;
	overflow-y: auto;
	padding: 1.25rem 0.8125rem 2.5rem 1.875rem;
	width: 100%;
}

.sp-nav__list {
	box-sizing: border-box;
}

.sp-nav__link {
	align-items: center;
	border-bottom: solid 0.5px #444444;
	display: flex;
}

.sp-nav__dot {
	color: #434343;
	font-size: 2.5rem;
}

.sp-nav__ja {
	color: #C8A553;
	font-family: "A-OTF Ryumin Pro", serif;
	font-size: 1.25rem;
	font-weight: 300;
}

.recommend-sell .recommend-sell__swiper {
	position: relative;
}

.recommend-sell .voice-swiper__button-prev,
.recommend-sell .voice-swiper__button-next {
	bottom: 35.5%;
	cursor: pointer;
	height: 4.25rem;
	position: absolute;
	transform: translateY(-50%);
	width: 4.25rem;
	z-index: 10;
}

.recommend-sell .voice-swiper__button-prev {
	left: -5%;
}

.recommend-sell .voice-swiper__button-next {
	right: -5%;
}

.recommend-sell .voice-swiper__button-prev::after {
	display: none;
}

.recommend-sell .voice-swiper__button-next::after {
	display: none;
}

.recommend-sell .voice-swiper__pagination {
	align-items: center;
	display: flex;
	gap: 0.528125rem;
	justify-content: center;
	margin-top: 1.875rem;
	text-align: center;
	width: 100%;
}

.recommend-sell .swiper-pagination-bullet {
	background-color: #AEAEAE !important;
}

.recommend-sell .swiper-pagination-bullet {
	border-radius: 50%;
	height: 0.3875rem;
	opacity: 1;
	transition: background-color 0.3s;
	width: 0.3875rem;
}

.recommend-sell .swiper-pagination-bullet-active {
	background-color: #606060 !important;
}

.top {
	background-color: #000;
	color: #fff;
	height: 1.875rem;
	position: relative;
	z-index: 9999;
}

.top-text {
	align-items: center;
	display: flex;
	font-family: "Noto Sans JP", serif;
	font-size: 0.875rem;
	font-weight: 300;
	height: inherit;
	line-height: 1.2142857143;
	padding-bottom: 0.4375rem;
	padding-left: 0.9375rem;
	padding-top: 0.375rem;
}

.top {
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.top.is-hidden {
	opacity: 0;
	visibility: hidden;
}

@media screen and (min-width: 768px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.company {
	background-image: url("/wp-content/themes/swell_child/asset/img/company-bg.webp");
	padding: 5.8125rem 0 6.6875rem;
}

.company__inner {
	max-width: 76.0625rem;
	padding: 0 1.5625rem;
}

.company__title-top {
	font-size: 3.125rem;
	line-height: 1.4;
}

.company__title-middle {
	margin-top: 0.25rem;
}

.company__title-merit {
	font-size: 3.125rem;
	width: 21.875rem;
}

.company__title-top-font {
	font-size: 3.5625rem;
}

.company__title-top-color {
	font-size: 3.125rem;
	line-height: 1.4;
}

.company__title-bottom {
	font-size: 3rem;
	margin-top: 0rem;
}

.company__title-bottom-font {
	font-size: 3rem;
}

.company__title-bottom-color {
	font-size: 4rem;
	line-height: 2;
}

.company__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.625rem;
	margin-top: 9.25rem;
}

.company__item {
	margin: 0;
	max-width: calc(33.3333% - 1.75rem);
	padding: 2.375rem 1.90625rem 2.4375rem;
}

.company__banner-wrapper {
	top: -6.5%;
}

.company__banner-wrapper--star {
	top: -6.5%;
}

.company__banner-wrapper--rihausu {
	top: -6.5%;
}

.company__banner {
	font-size: 2.5rem;
	padding: 0.1875rem 0rem 0.3125rem;
	width: 21.875rem;
}

.company__name {
	font-size: 2.1875rem;
	margin: 0rem auto 0 -1.90625rem;
	min-height: 4.375rem;
	width: calc(100% + 3.8125rem);
}

.company__name--star {
	font-size: 1.875rem;
}

.company__name--rihausu {
	font-size: 1.5rem;
	line-height: 1.25;
}

.company__img {
	margin-top: 0.54375rem;
}

.company__img--star {
	margin-top: 1.25rem;
}

.company__img--rihausu {
	margin-top: 1.875rem;
}

.company__img img {
	aspect-ratio: 300/196;
}

.company__img--star img {
	aspect-ratio: 301/184;
}

.company__img--rihausu img {
	aspect-ratio: 301/172;
}

.company__source {
	font-size: 0.625rem;
	line-height: 1.4;
	margin-top: 0.455rem;
}

.company__source-text a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.company__content {
	margin-top: 1.875rem;
	padding-bottom: 2.5rem;
}

.company__wrapper {
	min-height: 7.8125rem;
	padding: 0.9375rem 0 1rem;
}

.company__text {
	font-size: 1.4375rem;
	line-height: 1.3043478261;
}

.company__button + .company__button {
	margin-top: 1.25rem;
}

.company__button-text {
	border-radius: 4.375rem;
	font-size: 1.25rem;
	padding: 0.9375rem 0rem;
	width: 18.75rem;
}

.company__button-text--black {
	font-size: 1.1875rem;
	line-height: 1.5789473684;
	padding: 0.375rem 0rem;
}

.company__button-text--gold {
	font-size: 1.1875rem;
	padding: 0.78125rem 0rem;
}

.company__remarks {
	margin-top: 2.5625rem;
}

.faq {
	padding: 5rem 0 3rem;
}

.faq__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 72.8125rem;
}

.faq__title-text {
	font-size: 3rem;
	line-height: 2;
	padding: 0 2.375rem;
}

.faq__title-text-pc {
	font-size: 2.5rem;
}

.faq__title-text-sp {
	font-size: 3rem;
}

.faq__line {
	height: 0.1875rem;
}

.faq__inner {
	max-width: 67.375rem;
	padding: 0 1.5625rem;
}

.faq__list {
	margin-top: 3.75rem;
	padding: 0;
}

.faq__item + .faq__item {
	margin-top: 2.5rem;
}

.faq__question {
	align-items: center;
	gap: 1.875rem;
	padding-bottom: 1.375rem;
}

.faq__question-title {
	font-size: 2.25rem;
	line-height: 1.4444444444;
	position: relative;
	top: -0.1875rem;
}

.faq__question-text {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4583333333;
}

.faq__answer {
	gap: 2.0625rem;
	margin-top: 1.125rem;
	padding-left: 0.25rem;
}

.faq__answer-title {
	font-size: 1.5rem;
	line-height: 1.4583333333;
	top: 0;
}

.faq__answer-text {
	font-size: 1.5rem;
	letter-spacing: 0.03em;
	line-height: 1.4583333333;
	padding-right: 0rem;
}

.fv {
	background-image: url("/wp-content/themes/swell_child/asset/img/fv-bg.webp");
	margin-top: 0rem;
	padding: 5.375rem 0 5.25rem;
}

.fv__inner {
	max-width: 78.375rem;
}

.fv__subtitle {
	font-size: 2.25rem;
	line-height: 2;
	margin-top: 0rem;
}

.fv__title {
	margin-top: 0rem;
}

.fv__line {
	bottom: 0%;
	height: 1.1875rem;
	width: 28.875rem;
}

.fv__title-main {
	font-size: 3.875rem;
	line-height: 1;
	margin-top: 1.875rem;
	white-space: nowrap;
}

.fv__title-main-font01 {
	font-size: 5rem;
}

.fv__title-main-font02 {
	font-size: 7.5rem;
}

.fv__title-main-font03 {
	font-size: 3.875rem;
}

.fv__title-top {
	font-size: 3.875rem;
	margin-top: 1.5625rem;
}

.fv__flex {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	margin-top: 4.0625rem;
}

.fv__type {
	font-size: 1.5rem;
	line-height: 1.5;
}

.fv__box {
	gap: 1rem;
	margin-top: 0rem;
	padding: 0.75rem 1.625rem 0.8125rem 1.625rem;
}

.fv__icon {
	height: 6.9375rem;
	width: 7.375rem;
}

.fv__text {
	font-size: 1.5rem;
	line-height: 1.5;
}

.header__hamburger {
	display: none;
}

.header {
	position: static;
	position: initial;
	top: 0;
}

.header__container {
	height: 4.125rem;
	padding-left: 3.75rem;
	padding-right: 0;
}

.header__inner.is-scrolled {
	background-color: transparent;
}

.header__logo {
	height: 2.65rem;
	width: 12.625rem;
}

.inner {
	max-width: 1270px;
	padding-left: 25px;
	padding-right: 25px;
}

.list {
	background-image: url("/wp-content/themes/swell_child/asset/img/list-bg.webp");
	padding: 5rem 0 7.5rem;
}

.list__inner {
	max-width: 76.875rem;
	padding: 0 1.5625rem;
}

.list__title {
	font-size: 3rem;
	line-height: 1.1458333333;
	padding-bottom: 0.9375rem;
}

.list__title span {
	font-size: 3rem;
}

.list__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 4.6875rem 3.9375rem;
	margin-top: 3.4375rem;
	padding: 0;
}

.list__item {
	margin: 0;
	max-width: calc(33.3333% - 3.125rem);
	padding: 1.125rem 0.96875rem 2.4375rem;
}

.list__name {
	font-size: 1.6875rem;
	line-height: 1.1111111111;
	min-height: 4.5625rem;
	padding-bottom: 0.8125rem;
}

.list__name--font {
	font-size: 1.25rem;
	line-height: 1.5;
}

.list__name--font-second {
	font-size: 1.4375rem;
	line-height: 1.3043478261;
}

.list__text {
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 1.5rem;
	min-height: 8.625rem;
}

.list__content {
	margin-top: 1.25rem;
}

.list__dl + .list__dl {
	margin-top: 1.6875rem;
}

.list__dl-title-text {
	font-size: 1rem;
	padding: 0 1.125rem;
}

.list__dl-title-text--border {
	padding: 0 0.6875rem;
}

.list__content-text {
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 0rem;
	min-height: 3.9375rem;
}

.list__content-text--number {
	min-height: 0;
}

.list__buttons {
	margin-top: 1.5625rem;
}

.list__button-text {
	border: solid 0.125rem #fff;
	border-radius: 5.625rem;
	font-size: 1.125rem;
	padding: 0.78125rem 0rem;
	width: 17.625rem;
}

.pagetop {
	bottom: 0;
}

.pagetop__inner {
	max-width: 100%;
}

.pagetop__img-top {
	display: flex;
	justify-content: flex-end; /* 右寄せ */
}

.pagetop__img-top img {
	height: 12.5rem;
	width: 40.625rem;
}

.pagetop__close {
	right: 0.5rem;
	top: 0.5rem;
}

.point-table__scroll {
	width: 100%;
}

.point-table__table {
	padding-right: 0rem;
}

.point-table__heading:nth-child(1),
.point-table__item {
	max-width: 15.75rem;
	min-width: 15.75rem;
	width: 15.75rem;
}

.point-table__heading:nth-child(2),
.point-table__heading:nth-child(3),
.point-table__data {
	max-width: 28.625rem;
	min-width: 28.625rem;
	width: 28.625rem;
}

.point-table__heading {
	font-size: 1.875rem;
}

.point-table__item {
	font-size: 1.5625rem;
}

.point-table__data {
	font-size: 1.25rem;
}

.point {
	background-image: url("/wp-content/themes/swell_child/asset/img/point-bg-top.webp");
}

.point__bg {
	background-position: center calc(100% + 70px);
	padding: 5rem 0 5.625rem;
}

.point__title-top {
	font-size: 2.5rem;
	line-height: 1.3;
}

.point__title-top span {
	font-size: 2.5rem;
}

.point__title-bottom {
	font-size: 3rem;
	line-height: 1.3;
	margin-top: 0rem;
}

.point__title-bottom span {
	font-size: 4.5rem;
}

.point__inner {
	max-width: 77.0625rem;
}

.point__list {
	margin-top: 4.5625rem;
}

.point__item + .point__item {
	margin-top: 5rem;
}

.point__item {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 4.875rem;
	justify-content: center;
}

.point__item--second {
	flex-direction: row;
	gap: 2.875rem;
}

.point__item--third {
	gap: 5rem;
}

.point__sentence {
	margin-top: 0rem;
	width: 46.83%;
}

.point__sentence--second {
	width: 51.56%;
}

.point__head {
	gap: 1.375rem;
	padding-bottom: 1.5625rem;
	width: 32.6875rem;
}

.point__head--second {
	width: 35rem;
}

.point__head--third {
	width: 20.25rem;
}

.point__number {
	font-size: 4.7rem;
}

.point__point {
	font-size: 1.25rem;
}

.point__subtitle {
	font-size: 2rem;
	line-height: 1.5625;
}

.point__subtitle--second {
	white-space: nowrap;
}

.point__text {
	font-weight: 900;
	line-height: 2;
	margin-top: 1.5625rem;
}

.point__img {
	width: 34.375rem;
}

.point__img img {
	aspect-ratio: 550/490;
}

.point-table__container {
	margin: 3.75rem auto 0;
	max-width: 100%;
	padding-right: 0rem;
	width: 100%;
}

.price {
	background-image: url("/wp-content/themes/swell_child/asset/img/price-bg.webp");
	padding: 6.25rem 0;
}

.price__box {
	align-items: center;
	gap: 2.0625rem;
	margin-top: 0rem;
}

.price__border {
	height: 7.25rem;
	width: 3.125rem;
}

.price__title {
	font-size: 2.5rem;
	line-height: 1.4;
}

.price__title-font {
	font-size: 3rem;
}

.price__subtitle {
	font-size: 1.5rem;
	line-height: 1.875;
	margin-top: 1.05rem;
}

.price__inner {
	max-width: 75.9375rem;
	padding: 0 1.5625rem;
}

.price__img {
	border: none;
	box-shadow: 0 0 2.75rem 0 #FFFFFF;
	margin-top: 7rem;
}

.price__img img {
	aspect-ratio: 1165/538;
}

.price__img__buttons {
	bottom: 6%;
	left: 2.5%;
}

.price__img__buttons img {
	box-shadow: 0 0 0.3125rem 0 #181818;
	height: 6.8125rem;
	width: 51.875rem;
}

.recommend-company {
	padding: 3.75rem 0 3.125rem;
}

.recommend-company__inner {
	max-width: 53.4375rem;
}

.recommend-company__content {
	display: flex;
	gap: 4.0625rem;
	margin-top: 2.5rem;
}

.recommend-company__map {
	width: 18.625rem;
}

.recommend-company__map iframe {
	aspect-ratio: 298/265;
}

.recommend-company__wrapper {
	margin-top: 0rem;
	width: 27.625rem;
}

.recommend-company__dl {
	border-bottom: solid 1px #3F3F3F;
	font-size: 1.125rem;
	min-height: 3.875rem;
	padding-left: 0rem;
}

.recommend-company__dl--star {
	border-bottom: solid 1px #fff;
}

.recommend-company__dl--font dd {
	font-size: 0.9375rem;
	line-height: 1.6;
}

.recommend-company__dl--font-star dd {
	font-size: 0.90625rem;
	line-height: 1.6551724138;
}

.recommend-company__dl--rihausu dd {
	font-size: 1rem;
	line-height: 2;
}

.recommend-company__dl dt {
	width: 28%;
}

.recommend-company__dl--star dt {
	width: 21%;
}

.recommend-company__dl--rihausu-width dt {
	width: 21%;
}

.recommend-company__buttons {
	margin-top: 3.125rem;
}

.recommend-company__button-text {
	font-size: 1.25rem;
	padding: 0.9375rem 0;
	width: 20.875rem;
}

.recommend-company__button-text--rihausu {
	font-size: 1.25rem;
	width: 25.625rem;
}

.recommend-countermeasure {
	background-image: url("/wp-content/themes/swell_child/asset/img/recommend-countermeasure-bg.webp");
	padding: 5rem 0 3.75rem;
}

.recommend-countermeasure__inner {
	max-width: 61.125rem;
}

.recommend-countermeasure__title {
	font-size: 3rem;
	line-height: 1.835;
	padding: 0.625rem 0;
}

.recommend-countermeasure__title span {
	font-size: 3rem;
}

.recommend-countermeasure__list {
	margin: 5.3125rem auto 0;
	max-width: 54.75rem;
}

.recommend-countermeasure__item + .recommend-countermeasure__item {
	margin-top: 4.0625rem;
}

.recommend-countermeasure__item {
	padding: 1.5rem 0 1.75rem 3.375rem;
}

.recommend-countermeasure__point {
	font-size: 1.25rem;
	left: 2%;
	padding: 0.46875rem 1rem;
	top: -15%;
}

.recommend-countermeasure__head {
	font-size: 1.5rem;
}

.recommend-countermeasure__head span {
	font-size: 1.25rem;
}

.recommend-countermeasure__text {
	font-size: 1.25rem;
	line-height: 1.25;
	min-height: 3.125rem;
}

.recommend-countermeasure__text span {
	font-size: 1.25rem;
	letter-spacing: 0em;
}

.recommend-countermeasure__sentence {
	margin: 2.5625rem auto 0;
	max-width: 54.75rem;
}

.recommend-countermeasure__box {
	gap: 0.8125rem;
}

.recommend-countermeasure__check {
	font-size: 1.25rem;
	line-height: 1.45;
	top: -0.125rem;
}

.recommend-countermeasure__remarks {
	font-size: 1.25rem;
	letter-spacing: 0em;
	line-height: 1.45;
}

.recommend-countermeasure__box + .recommend-countermeasure__box {
	margin-top: 0.625rem;
}

.recommend-different__inner {
	max-width: 61.0625rem;
}

.recommend-different__title {
	font-size: 2.5rem;
	line-height: 1.125;
	padding: 1.0625rem 0;
}

.recommend-different__title-font {
	font-size: 2.25rem;
}

.recommend-different__title-font-second {
	font-size: 2.5rem;
}

.recommend-case__table {
	margin: 2.1875rem auto 0;
	max-width: 100%;
	padding-right: 0rem;
	width: 100%;
}

.recommend-different__img {
	height: 100%;
	width: 100%;
}

.recommend-info {
	background-image: url("/wp-content/themes/swell_child/asset/img/recommend-info-bg.webp");
	padding: 2.8125rem 0 2.5rem;
}

.recommend-info--star {
	background-image: url("/wp-content/themes/swell_child/asset/img/recommend-info-bg-star.webp");
	padding: 2.8125rem 0 3.75rem;
}

.recommend-info--rihausu {
	background-image: url("/wp-content/themes/swell_child/asset/img/recommend-info-bg-rihausu.webp");
	padding: 2.8125rem 0 3.75rem;
}

.recommend-info__inner {
	max-width: 51.75rem;
}

.recommend-info__img {
	margin-top: 0rem;
}

.recommend-info__img img {
	aspect-ratio: 778/509;
}

.recommend__img {
	height: 12.6875rem;
	width: 39.375rem;
}

.recommend-info__title {
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 59%, #C07D0C 100%);
	display: inline-block;
	left: 0;
	max-width: 100%;
	padding: 0.625rem 5.875rem 1.9375rem 5rem;
	position: absolute;
	top: 32.2%;
}

.recommend-info__title--star {
	background: linear-gradient(90deg, #BA7C08 0%, #E0AA49 58%, #C07D0C 100%);
	left: auto;
	left: initial;
	opacity: 0.9;
	padding: 1.25rem 2.9375rem 2.0625rem 4.8125rem;
	right: 0;
	top: 36.2%;
}

.recommend-info__title--rihausu {
	padding: 1.25rem 3.125rem 1.875rem 4.9375rem;
	top: 34.2%;
}

.recommend-info__name {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	font-size: 3rem;
	padding: 0;
	width: 100%;
}

.recommend-info__name--star {
	background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
	background: initial;
	font-size: 2.625rem;
	padding: 0;
	width: 100%;
}

.recommend-info__name--rihausu {
	font-size: 2.25rem;
	line-height: 1.25;
}

.recommend-info__name span {
	font-size: 2.25rem;
}

.recommend-info__subtitle {
	color: #fff;
	font-size: 1.375rem;
	line-height: 1.5;
	margin-top: 0rem;
	padding-left: 0rem;
}

.recommend-info__subtitle--star {
	margin-top: 0rem;
}

.recommend-info__subtitle--rihausu {
	margin-top: 0.625rem;
}

.recommend-info__strong {
	margin-top: 4.4375rem;
}

.recommend-info__box {
	margin-top: 2.125rem;
}

.company-info__dl {
	border-bottom: none;
	font-size: 1.25rem;
	line-height: 2;
	padding-bottom: 0rem;
}

.company-info__dl + .company-info__dl {
	margin-top: 0rem;
}

.recommend-info__buttons {
	align-items: flex-end;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 2.4375rem;
}

.recommend-info__button + .recommend-info__button {
	margin-top: 0rem;
}

.recommend-info__comment {
	font-size: 1.0625rem;
}

.recommend-info__button-text {
	font-size: 1.25rem;
	padding: 1rem 0;
	width: 20.875rem;
}

.recommend-info__button-text--star {
	font-size: 1.25rem;
	padding: 0.9375rem 0;
	width: 25.625rem;
}

.recommend-info__button-text--rihausu {
	width: 25.625rem;
}

.recommend-info__button-text--gold {
	padding: 0.6875rem 0;
}

.recommend-info__button-text--silver {
	padding: 0.6875rem 0;
}

.recommend-info__source {
	justify-content: flex-end;
	position: relative;
	top: -0.9375rem;
}

.recommend-info__source-text a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.recommend-info__source--star {
	justify-content: flex-start;
}

.recommend-sell {
	padding-bottom: 5rem;
}

.recommend-sell__inner {
	max-width: 53.4375rem;
}

.recommend-sell__card {
	align-items: center;
	border-bottom: 0.3125rem solid transparent;
	border-left: 0rem solid transparent;
	border-right: 0rem solid transparent;
	display: flex;
	gap: 4.6875rem;
	margin-left: 0rem;
	margin-right: 0rem;
	margin-top: 3.75rem;
	padding: 1.1875rem 2.8125rem 0.375rem;
}

.recommend-sell__img {
	right: 0;
	width: 18.5rem;
}

.recommend-sell__img img {
	aspect-ratio: 296/273;
}

.recommend-sell__source-text a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.recommend-sell__wrapper {
	margin-top: -1rem;
	padding: 0;
}

.recommend-sell__box {
	gap: 2.625rem;
}

.recommend-sell__box + .recommend-sell__box {
	margin-top: 1.34375rem;
}

.recommend-sell__button-text {
	font-size: 1.25rem;
	padding: 0.9375rem 0;
	width: 20.875rem;
}

.recommend-sell__button-text--star {
	font-size: 1.1875rem;
	line-height: 1.2631578947;
	padding: 0.6875rem 0;
}

.recommend-sell__button-text--rihausu {
	font-size: 1.1875rem;
	line-height: 1.2631578947;
	padding: 0.6875rem 0;
}

.recommend-sell__table {
	margin: 3.75rem auto 0;
	max-width: 100%;
	padding-right: 0rem;
	width: 100%;
}

.recommend-sell__ima {
	height: 100%;
	width: 100%;
}

.recommend-sell__content {
	position: relative;
}

.recommend-sell__source {
	bottom: 4%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0%);
}

.recommend-sell__source-text a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.product-card__source-text a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.recommend-sub-title__bg {
	height: 4.5rem;
	width: 50.25rem;
}

.recommend-sub-title__text {
	font-size: 2.25rem;
}

.recommend-voice {
	padding: 3.9375rem 0 6.4375rem;
}

.recommend-voice__inner {
	max-width: 53.4375rem;
	padding: 0 1.5625rem;
}

.recommend-voice__list {
	margin-top: 3.75rem;
}

.recommend-voice__item {
	background-color: #F3F3F3;
	border-bottom: 1px solid #000;
	border-radius: 0rem;
	border-top: 1px solid #000;
	box-shadow: none;
	min-height: 11.1875rem;
	padding: 1.875rem 1.3125rem 1.25rem 2.4375rem;
}

.recommend-voice__flex {
	align-items: center;
	display: flex;
	gap: 2.2375rem;
}

.recommend-voice__item + .recommend-voice__item {
	margin-top: 1rem;
}

.recommend-voice__face {
	margin: 0;
	margin: initial;
	width: 7.375rem;
}

.recommend-voice__sentence {
	margin-top: 0rem;
}

.recommend-voice__box {
	align-items: center;
	display: flex;
	gap: 2.4375rem;
}

.recommend-voice__text {
	font-size: 1.125rem;
	line-height: 1.3333333333;
	width: 28.25rem;
}

.recommend-voice__text--star {
	font-size: 0.9375rem;
	line-height: 1.6;
	width: 35.6875rem;
}

.recommend-voice__text--rihausu {
	font-size: 0.9375rem;
	line-height: 1.6;
	width: 35.6875rem;
}

.recommend-voice__source {
	justify-content: flex-end;
	line-height: 2.4;
	margin-top: -0.8125rem;
}

.recommend-voice__source-text a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.recommend-voice__button-text {
	font-size: 1.25rem;
	padding: 0.9375rem 0;
	width: 20.875rem;
}

.recommend-voice__button-text--gold {
	padding: 0.625rem 0;
	width: 20.875rem;
}

.recommend-voice__button-text--silver {
	padding: 0.6875rem 0;
}

.recommend {
	max-width: 90rem;
}

.recommend__container {
	width: 93.097%;
}

.recommend__header {
	background-image: url("/wp-content/themes/swell_child/asset/img/recommend-header-bg.webp");
	padding: 2.75rem 0 4.3125rem;
}

.recommend__title-top {
	font-size: 2.25rem;
	line-height: 1.1;
	line-height: 1.3333333333;
}

.recommend__title-top span {
	font-size: 2.25rem;
	line-height: 1.3333333333;
}

.recommend__title-center {
	font-size: 2.25rem;
	font-weight: 300;
	line-height: 1.3333333333;
	margin-top: 0.4375rem;
}

.recommend__title-bottom {
	font-size: 3.25rem;
	letter-spacing: 0.04em;
	line-height: 1.015;
	margin-top: 0.3125rem;
}

.recommend__title-bottom-font-all {
	font-size: 3.25rem;
}

.recommend__title-bottom-font {
	font-size: 4.5rem;
}

.recommend__bg {
	background-image: url("/wp-content/themes/swell_child/asset/img/recommend-bg.webp");
}

.recommend__bg--star {
	background-image: url("/wp-content/themes/swell_child/asset/img/recommend-bg-star.webp");
}

.recommend__title-merit {
	font-size: 3.125rem;
	width: 21.875rem;
}

.recommendation {
	display: flex;
}

.recommendation__sentence {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	max-width: 100%;
	padding: 1.9375rem 9.375rem 1.9375rem 7.4375rem;
	width: 68.3%;
}

.recommendation__text {
	font-size: 1.25rem;
	line-height: 1.6;
}

.request__inner {
	max-width: 75.9375rem;
}

.scroll-top {
	bottom: 14.125rem;
	height: 3.75rem;
	right: 2.125rem;
	width: 3.75rem;
}

.scroll-top img {
	height: 3.75rem;
	width: 3.75rem;
}

.sell {
	background-image: url("/wp-content/themes/swell_child/asset/img/sell-bg.webp");
	padding: 5.875rem 0;
}

.sell__inner {
	max-width: 76.875rem;
}

.sell__title-top {
	align-items: center;
	border-bottom: none;
	border-top: none;
	display: flex;
	font-size: 2.5rem;
	gap: 1.875rem;
	justify-content: center;
	line-height: 1.825;
	padding: 0;
	padding: 0.4375rem 0 0.375rem;
	width: 100%;
}

.sell__title-lead span {
	font-size: 2.5rem;
}

.sell__title-line {
	background-color: #000;
	flex: 1;
	height: 0.0625rem;
}

.sell__title-lead {
	white-space: nowrap;
}

.sell__title-main {
	border-bottom: solid 1px #000;
	font-size: 3rem;
	line-height: 1.83;
	margin-top: 0rem;
	padding-bottom: 0.75rem;
}

.sell__remarks {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-top: 2.5rem;
}

.sell__table {
	margin-top: 2.5rem;
}

.sell__basis {
	margin-top: 5rem;
}

.sell__head {
	font-size: 2.5rem;
	line-height: 1.37;
	padding: 0.6875rem 7.5rem;
}

.sell__head--basis {
	padding: 0.6875rem 4.75rem;
}

.sell__head span {
	font-size: 3rem;
}

.sell__contents {
	margin-top: 2.5rem;
}

.sell__contents--margin {
	margin-top: 2.5rem;
}

.sell__content {
	display: flex;
	margin-top: 0rem;
	padding: 1.875rem 0;
}

.sell__wrapper {
	padding: 0rem 4.03125rem 1.25rem;
	width: 50%;
}

.sell__wrapper:first-child {
	border-right: solid 1px #000;
}

.sell__img img {
	aspect-ratio: 461/345;
}

.sell__banner {
	height: 4.125rem;
	margin: 0.625rem auto 0;
	width: 28.5625rem;
}

.sell__banner-text {
	font-size: 2rem;
}

.sell__explanation {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 1.5rem;
}

.sell__merit {
	font-size: 1.75rem;
	line-height: 1.0714285714;
	margin-top: 3.4375rem;
}

.sell__merit--font {
	font-size: 1.75rem;
	line-height: 1.0714285714;
	margin-top: 3.4375rem;
}

.sell__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 4.1875rem;
	margin-left: auto;
	margin-top: 4.25rem;
	max-width: 71.125rem;
	padding: 0;
}

.sell__item {
	margin-left: auto;
	max-width: calc(33.3% - 2.7916666667rem);
	padding: 0.90625rem 0.90625rem 2.5625rem;
}

.sell__item-point {
	height: 5.3125rem;
	width: 5.3125rem;
}

.sell__item-img img {
	aspect-ratio: 304/213;
}

.sell__item-text {
	line-height: 1.4833333333;
	margin-top: 2.0375rem;
}

.overlay {
	display: none;
}

.sp-nav {
	display: none;
}

.recommend-sell .voice-swiper__button-prev::after,
.recommend-sell .voice-swiper__button-next::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

.recommend-sell .voice-swiper__button-prev::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/swiper-left.svg");
}

.recommend-sell .voice-swiper__button-next::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/swiper-right.svg");
}

.recommend-sell .voice-swiper__pagination {
	gap: 0.71875rem;
	margin-top: 2.5rem;
}

.recommend-sell .swiper-pagination-bullet {
	height: 0.5rem;
	width: 0.5rem;
}

.top-text {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4375;
	padding-bottom: 0.25rem;
	padding-left: 1.5625rem;
	padding-top: 0.1875rem;
}

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 1350px) {

.recommend-sell .voice-swiper__button-prev {
	left: -12%;
}

.recommend-sell .voice-swiper__button-next {
	right: -12%;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


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



