body {
	font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴシック", sans-serif;
}

html {
	scroll-behavior: smooth;
}

.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 */

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: 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;
}

.top-price {
	margin-top: 2.375rem;
}

.top-sell {
	margin-top: 3.75rem;
}

.article-agreement {
	background-color: #FEF3EB;
	padding: 3.78625rem 0 3.75rem;
}

.article-agreement__head {
	align-items: center; /* 子要素を中央寄せ（水平） */
	display: flex; /* 子要素を横並びにする */
	flex-direction: column; /* 子要素を縦方向に並べる */
	justify-content: center; /* 子要素を中央寄せ（垂直） */
	padding: 0 1.5625rem;
	text-align: center; /* テキストも中央寄せ */
}

.article-agreement__border {
	border-bottom: solid 2px #E94235;
	width: 19.5rem;
}

.article-agreement__title {
	color: #E94235;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.039em;
	line-height: 1.0928571429;
	padding: 1.25rem 0;
	white-space: nowrap;
}

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

.article-agreement__list {
	margin-top: 2.625rem;
}

.article-agreement__item + .article-agreement__item {
	margin-top: 2.5rem;
}

.article-agreement__heading {
	align-items: center;
	background-color: #fff;
	border-radius: 0.5rem;
	color: #E94235;
	display: flex;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.038em;
	line-height: 1.25;
	min-height: 5.25rem;
	text-align: center;
}

.article-agreement__triangle {
	height: 1.1875rem;
	margin: 1.875rem auto 0;
	width: 14.375rem;
}

.article-agreement__article-agreement {
	color: #E94235;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.038em;
	line-height: 1.4318181818;
	margin: 1.875rem auto auto -1.5625rem;
	width: calc(100% + 3.125rem);
}

.article-agreement__text {
	color: #111;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.038em;
	line-height: 1.75;
	margin-top: 0.25rem;
}

.article-agreement__buttons {
	margin-top: 3.75rem;
}

.article-agreement__button {
	background: linear-gradient(90deg, #F98538 0%, #F9C938 100%);
	border-radius: 4.375rem;
	box-shadow: 0px 3.08px 3.08px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	overflow: hidden;
	padding-bottom: 0.8125rem;
	padding-right: 1.875rem;
	padding-top: 0.75rem;
	position: relative;
	transition: 0.4s;
	width: 21.25rem;
	z-index: 1;
}

.article-agreement__button span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/button-arrow-orange.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.125rem;
	position: absolute;
	right: 0.625rem;
	top: 51%;
	transform: translateY(-50%);
	width: 3.125rem;
}

.article-agreement__button:hover {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.article-choice {
	background-color: #FEF3EB;
	padding-top: 2.5rem;
}

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

.article-choice__title {
	background-color: #fff;
	border-radius: 0.375rem;
	color: #ED6103;
	display: inline-block;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.2;
	margin-left: auto;
	margin-right: auto;
	padding: 1.375rem 0 1.3125rem;
	width: 21.25rem;
}

.article-choice__text {
	color: #383833;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.038em;
	line-height: 1.75;
	margin: 1.25rem auto 0;
	max-width: 500px;
	text-align: left;
}

.article-choice__content {
	margin: 2.5rem auto 0;
	max-width: 53.125rem;
	overflow-x: scroll;
	width: calc(100% + 1.5625rem);
}

.article-choice__table {
	border-collapse: collapse;
	height: 22.96375rem;
	width: 53.125rem;
}

.article-company__item + .article-company__item {
	margin-top: 5rem;
}

.article-company__title {
	height: 6.471875rem;
	margin-left: auto;
	margin-right: auto;
	width: 23.125rem;
}

.article-company__container {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-company-bg-sp.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 75.4375rem;
	padding-bottom: 3.75rem;
}

.article-company__container--second {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-company-bg-sp.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 66.4375rem;
	padding-bottom: 3.75rem;
}

.article-company__container--third {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-company-bg-sp.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 63.4375rem;
	padding-bottom: 3.75rem;
}

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

.article-company__flex {
	align-items: flex-start;
	display: flex;
	gap: 0 2.5rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.article-company__flex--third {
	align-items: flex-start;
	display: flex;
	gap: 0 3.0625rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.article-company__img {
	width: 100%;
}

.article-company__img img {
	-o-object-fit: cover;
	aspect-ratio: 340/206;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.article-company__subtitle {
	color: #383838;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-align: center;
}

.article-company__source {
	color: #fff;
	display: flex;
	font-size: 0.625rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: -0.625rem;
}

.article-company__source--second {
	font-size: 0.625rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 0rem;
}

.article-company__source--third {
	font-size: 0.625rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 0rem;
}

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

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

.article-company__dl {
	margin-top: 1.25rem;
}

.article-company__dl--second {
	margin-top: 1.25rem;
}

.article-company__dl--third {
	margin-top: 1.25rem;
}

.article-company__wrapper {
	align-items: flex-start;
	display: flex;
	gap: 0 0.77625rem;
	justify-content: flex-start;
}

.article-company__wrapper + .article-company__wrapper {
	margin-top: 0.4375rem;
}

.article-company__wrapper dt {
	background-color: #FFAB00;
	color: #fff;
	font-size: 0.91375rem;
	font-weight: 700;
	line-height: 1.8;
	width: 1.625rem;
}

.article-company__wrapper dd {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.8;
	text-align: left;
}

.article-company__wrapper-br {
	display: none;
}

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

.article-company__sentence {
	margin-top: 1.889375rem;
}

.article-company__text {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.75;
	text-align: left;
}

.article-company__text span {
	font-size: 1rem;
	line-height: 1.75;
}

.article-company__box {
	background-color: #F8FAE4;
	border-radius: 0.125rem;
	margin-top: 2.5rem;
	padding: 1.5625rem 1.875rem 2.5rem;
}

.article-company__box-border {
	border-bottom: solid 2px #ED6103;
	border-radius: 0.25rem;
	margin-left: auto;
	margin-right: auto;
	width: 17.5rem;
}

.article-company__box-title {
	color: #ED6103;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 0.625rem;
}

.article-company__box-tabs {
	margin-top: 1.875rem;
	text-align: center;
}

.article-company__box-tab {
	background-color: #ED6103;
	border-radius: 2.091875rem;
	color: #fff;
	font-size: 0.910625rem;
	font-weight: 600;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	padding: 0.435625rem 0 0.405625rem;
	width: 8.75rem;
}

.article-company__box-tab + .article-company__box-tab {
	margin-top: 0.7275rem;
}

.article-company__buttons {
	margin-top: 2.5rem;
}

.article-company__button-box + .article-company__button-box {
	margin-top: 1.214375rem;
}

.article-company__button {
	background: linear-gradient(90deg, #F98538 0%, #F9C938 100%);
	border-radius: 4.25rem;
	box-shadow: 0px 3.08px 3.08px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 1.214375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.0020586722;
	overflow: hidden;
	padding-bottom: 0.9625rem;
	padding-right: 2.5rem;
	padding-top: 1.0325rem;
	position: relative;
	transition: 0.4s;
	width: 21.25rem;
	z-index: 1;
}

.article-company__button span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/button-yen.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.79625rem;
	position: absolute;
	right: 1.25rem;
	top: 51%;
	transform: translateY(-50%);
	width: 2.79625rem;
}

.article-company__button--orange {
	background: #fff;
	color: #EC6C00;
	line-height: 1.1991765311;
	padding-bottom: 0.705625rem;
	padding-right: 2rem;
	padding-top: 0.789375rem;
}

.article-company__button--orange span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/button-arrow-orange.webp);
}

.article-company__button:hover {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.article-company__textBox {
	margin: 2.5rem auto 0;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.article-company__remarks {
	color: #383838;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.625;
}

.article-company__remarks--margin {
	margin-top: 1.625rem;
}

.article-company__textBox-buttons {
	margin-top: 2.5rem;
}

.article-company__textBox-button {
	background-color: #E94235;
	border-radius: 3.4825rem;
	box-shadow: 0px 3.08px 3.08px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 0.995rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1997487437;
	overflow: hidden;
	padding-bottom: 0.5625rem;
	padding-right: 0rem;
	padding-top: 0.625rem;
	position: relative;
	transition: 0.4s;
	width: 21.25rem;
	z-index: 1;
}

.article-company__textBox-button span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/button-arrow-red.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.4875rem;
	position: absolute;
	right: 0.625rem;
	top: 51%;
	transform: translateY(-50%);
	width: 2.4875rem;
}

.article-company__textBox-button:hover {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.article-company__textBox-button-span {
	color: #FCEE21;
}

.article-company__sell {
	margin-top: 3.75rem;
}

.article-flow {
	background-color: #FEF3EB;
	padding-top: 2.5rem;
}

.article-flow__title {
	background-color: #fff;
	border-radius: 0.375rem;
	color: #ED6103;
	display: inline-block;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.2;
	margin-left: auto;
	margin-right: auto;
	padding: 1.375rem 0 1.3125rem;
	width: 21.25rem;
}

.article-flow__text {
	align-items: center;
	color: #ED6103;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.038em;
	line-height: 1.5;
	margin-top: 1.25rem;
	text-align: left;
}

.article-flow__img {
	height: 120rem;
	margin: 2.5rem auto 0;
	width: 13.5625rem;
}

.article-guidance {
	background-color: #FEF3EB;
	padding-top: 3.75rem;
}

.article-guidance__icon {
	height: 4.8975rem;
	margin-left: auto;
	margin-right: auto;
	width: 4.58875rem;
}

.article-guidance__title {
	height: 6.471875rem;
	margin: 1.29rem auto 0;
	width: 20.84125rem;
}

.article-guidance__subtitle {
	background-color: #fff;
	border-radius: 0.375rem;
	color: #ED6103;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
	margin: 1.278125rem auto 0;
	padding: 0.625rem 0 0.5625rem;
	width: 21.25rem;
}

.article-guidance__sentence {
	margin: 1.875rem auto 0;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.article-guidance__text {
	color: #383838;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.038em;
	line-height: 1.75;
	text-align: left;
}

.article-guidance__list {
	margin: 2.5rem auto 0;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.article-guidance__item {
	display: flex;
	flex-direction: column;
	position: relative;
}

.article-guidance__item + .article-guidance__item {
	margin-top: 1.281875rem;
}

.article-guidance__triangle {
	height: 2.45375rem;
	margin: 1.90875rem auto 0;
	width: 21.875rem;
}

.article-guidance__recommendation {
	height: 4.25rem;
	margin: 1.25rem auto 0;
	width: 21.25rem;
}

.article-overview {
	background-color: #EC6C00;
	background-image: url("/wp-content/themes/swell_child/asset/img/article-overview-pattern-sp.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 5.375rem;
	padding: 3.75rem 0;
}

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

.article-overview__title {
	height: 2.748125rem;
	margin-left: auto;
	margin-right: auto;
	width: 21.1875rem;
}

.article-overview__list {
	background-color: #fff;
	background-image: url("/wp-content/themes/swell_child/asset/img/article-overview-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 28.6875rem;
	border-left: solid 1.5px #fff;
	border-radius: 0.5rem;
	border-right: solid 1.5px #fff;
	margin-top: 2.5rem;
}

.article-overview__item {
	border-bottom: dotted 2px #fff;
	padding: 1.34375rem 0.625rem;
}

.article-overview__item--second {
	padding: 1.34375rem 0.625rem;
}

.article-overview__item-span {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.038em;
	line-height: 1.7142857143;
}

.article-overview__item:last-child {
	border-bottom: none;
}

.article-overview__item dt {
	color: #A14100;
	text-align: center;
	width: 100%;
}

.article-overview__item dd {
	color: #fff;
	padding-top: 0.1875rem;
	text-align: center;
	width: 100%;
}

.article-overview__item dt {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.038em;
	line-height: 1.5;
}

.article-overview__item dd {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.038em;
	line-height: 1.6666666667;
}

.article-overview__item:first-of-type dt {
	border-top-left-radius: 0.625rem;
}

.article-overview__item:last-of-type dt {
	border-bottom-left-radius: 0.625rem;
}

.article-overview__item:first-of-type dd {
	border-top-right-radius: 0.625rem;
}

.article-overview__item:last-of-type dd {
	-webkit-text-decoration: underline;
	border-bottom-right-radius: 0.625rem;
	text-decoration: underline;
}

.article-overview__item:first-of-type {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.article-overview__item:last-of-type {
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.article-overview__address {
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.038em;
	line-height: 1.3846153846;
}

.article-overview__buttons {
	margin-top: 2.5rem;
}

.article-overview__button-box + .article-overview__button-box {
	margin-top: 1.214375rem;
}

.article-overview__button {
	background: linear-gradient(90deg, #F98538 0%, #F9C938 100%);
	border-radius: 4.25rem;
	box-shadow: 0px 3.08px 3.08px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 1.214375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.0020586722;
	overflow: hidden;
	padding-bottom: 0.9625rem;
	padding-right: 2.5rem;
	padding-top: 1.0325rem;
	position: relative;
	transition: 0.4s;
	width: 21.25rem;
	z-index: 1;
}

.article-overview__button span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/button-yen.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.79625rem;
	position: absolute;
	right: 1.25rem;
	top: 51%;
	transform: translateY(-50%);
	width: 2.79625rem;
}

.article-overview__button--orange {
	background: #fff;
	color: #EC6C00;
	line-height: 1.1991765311;
	padding-bottom: 0.705625rem;
	padding-right: 2rem;
	padding-top: 0.789375rem;
}

.article-overview__button--orange span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/button-arrow-orange.webp);
}

.article-overview__button:hover {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.article-point {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-point-bg-sp.webp");
	background-position: center calc(50% - 504px); /* 中央から10px下に移動 */
	background-repeat: no-repeat;
	background-size: 24.375rem 170.3125rem;
	transition: none; /* 変化を防ぐ */
}

.article-point__border {
	border-bottom: solid 10px #FEBE40;
	padding-top: 1.25rem;
	width: 100%;
}

.article-point__border-bottom {
	border-bottom: solid 10px #FEBE40;
	padding-top: 5.25rem;
	width: 100%;
}

.article-point__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 24.375rem;
	padding: 2.5rem 1.5625rem 0;
}

.article-point__icon {
	height: 4.549375rem;
	margin-left: auto;
	margin-right: auto;
	width: 4.5575rem;
}

.article-point__title {
	height: 8.1875rem;
	margin: 1.263125rem auto 0;
	width: 21.0625rem;
}

.article-point__list {
	margin-top: 3.75rem;
}

.article-point__item + .article-point__item {
	margin-top: 2.5rem;
}

.article-point__img {
	width: 100%;
}

.article-point__img img {
	-o-object-fit: cover;
	aspect-ratio: 340/212;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.article-point__sentence {
	margin-top: 2.5rem;
	text-align: left;
	width: 100%;
}

.article-point__subtitle {
	color: #ED6103;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 1.25rem;
	text-shadow: 0 0 3px #FFFFFF, 3px 3px 0 #FFFFFF, -3px -3px 0 #FFFFFF, 3px -3px 0 #FFFFFF, -3px 3px 0 #FFFFFF;
}

.article-point__text {
	color: #383838;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.article-point__text + .article-point__text {
	margin-top: 1.375rem;
}

.article-point__case {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-point-case-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 1.25rem auto auto -1.5625rem;
	margin-top: 4.9375rem;
	padding: 2.25rem 1.5625rem 1.875rem;
	position: relative;
	width: calc(100% + 3.125rem);
}

.article-point__case-title {
	height: 2.1875rem;
	left: 50%;
	position: absolute;
	top: 0%;
	transform: translate(-50%, -50%);
	width: 15.0625rem;
}

.article-point__case-text {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.5;
	text-align: left;
}

.article-point__company-list {
	margin-top: 3.75rem;
}

.article-point__company-item {
	position: relative;
}

.article-point__company-item + .article-point__company-item {
	margin-top: 4.010625rem;
}

.article-point__company-img {
	margin-left: auto;
	margin-right: auto;
	width: 88.53%;
}

.article-point__company-buttons {
	bottom: -3.375rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}

.article-point__company-button {
	background: linear-gradient(90deg, #F98538 0%, #F9C938 100%);
	border-radius: 4.25rem;
	box-shadow: 0px 3.08px 3.08px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 0.865625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.2723735409;
	overflow: hidden;
	padding-bottom: 0.67625rem;
	padding-right: 3.125rem;
	padding-top: 0.774375rem;
	position: relative;
	transition: 0.4s;
	width: 15.9375rem;
	z-index: 1;
}

.article-point__company-button span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/button-arrow-orange.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.2775rem;
	position: absolute;
	right: 1rem;
	top: 51%;
	transform: translateY(-50%);
	width: 2.2775rem;
}

.article-point__company-button:hover {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.article-review {
	background-color: #FFFBDC;
	padding: 3.75rem 0;
}

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

.article-review__title {
	height: 2.748125rem;
	margin-left: auto;
	margin-right: auto;
	width: 21.1875rem;
}

.article-review__list {
	margin-top: 2.5rem;
}

.article-review__item {
	background-color: #fff;
	border-radius: 0.25rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2.9175rem 1.945rem 0.959375rem;
}

.article-review__item + .article-review__item {
	margin-top: 1.875rem;
}

.article-review__icon {
	height: 8.8125rem;
	margin-left: auto;
	margin-right: auto;
	width: 8.8125rem;
}

.article-review__border {
	border-top: solid 2px #EC6C00;
	margin-top: 1.45875rem;
}

.article-review__text {
	color: #EC6C00;
	font-size: 0.778125rem;
	font-weight: 600;
	line-height: 1.7510040161;
	margin-top: 1.45875rem;
	text-align: left;
}

.article-review__source {
	color: #000;
	display: flex;
	font-size: 0.625rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.article-review__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

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

.article-sell {
	padding-bottom: 3.75rem;
}

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

.article-sell__title {
	height: 2.748125rem;
	margin-left: auto;
	margin-right: auto;
	width: 21.1875rem;
}

.article-sell__content {
	margin: 2.5rem auto 0;
	max-width: 44.8125rem;
	overflow-x: scroll;
	width: calc(100% + 1.5625rem);
}

.article-sell__table {
	border-collapse: collapse;
	height: 17.3125rem;
	width: 44.8125rem;
}

.article-sell__source {
	color: #000;
	display: flex;
	font-size: 0.625rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 1.25rem;
}

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

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

.article {
	display: flex;
	justify-content: center;
	margin: auto;
	max-width: 500px;
	text-align: center;
}

.article__container {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-bg-sp.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 24.375rem 37.0625rem;
	padding-top: 3.75rem;
	width: 100%;
}

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

.article__head {
	position: relative;
}

.article__head::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-bg-human-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 4.615625rem;
	position: absolute;
	right: calc(50% - min(50%, 10.5rem));
	text-align: center;
	top: 0.406875rem;
	width: 21.1875rem;
	z-index: 1;
}

.article__head-icon {
	height: 3.6975rem;
	margin-left: auto;
	margin-right: auto;
	width: 4.550625rem;
}

.article__title {
	color: #ED6103;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-top: 1.25rem;
}

.article__title-span-first {
	color: #E94235;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.article__title-span-second {
	color: #E94235;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

.article__head-remarks {
	color: #ED6103;
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 2.5;
	text-align: center;
}

.article__sentence {
	background-color: #fff;
	border: solid 2px #ED6103;
	border-radius: 0.25rem;
	margin-top: 0.3125rem;
}

.article__text {
	color: #ED6103;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.75;
	padding: 1.875rem 0.65625rem;
}

.article__list {
	margin-top: 3.361875rem;
}

.article__aside {
	background-color: #FEFEFE;
	width: 20.834%;
}

.aside {
	background-color: #FFE0A2;
}

.aside__img {
	cursor: pointer;
	max-width: 300px;
	overflow: hidden;
	width: 100%;
}

.aside__img + .aside__img {
	margin-top: 0.3125rem;
}

.aside__img img {
	height: auto;
	transition: transform 0.6s ease; /* ゆっくり変化させる */
}

.aside__img:hover img {
	transform: scale(1.05); /* 拡大 */
}

.company {
	background-color: #F4F4F4;
	color: #373737;
	padding: 3.75rem 0 9.375rem;
	text-align: center;
}

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

.company__icon {
	height: 4.5625rem;
	margin-left: auto;
	margin-right: auto;
	width: 4.5625rem;
}

.company__titleBox {
	margin-top: 1.26375rem;
}

.company__img {
	height: 3.9375rem;
	width: 3.9375rem;
}

.company__title {
	color: #ED6103;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.2857142857;
}

.company__list {
	margin-top: 3.75rem;
}

.company__item {
	border: solid 3px #373737;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.company__item + .company__item {
	margin-top: 2rem;
}

.company__name {
	align-items: center;
	background-color: #373737;
	color: #fff;
	display: flex;
	font-size: 1.25rem;
	font-weight: 600;
	height: 3.625rem;
	justify-content: center;
	line-height: 1.27;
	padding: 0.796875rem 0;
	position: relative;
}

.company__name span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/button-white-right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.5625rem;
	position: absolute;
	right: 0.5rem; /* 初期位置 */
	top: 50%;
	transform: translateY(-50%); /* 垂直中央揃え */
	transition: transform 0.3s ease-in-out, right 0.3s ease-in-out; /* 滑らかな動き */
	width: 1.5625rem;
}

/* マウスオーバー時に右へ移動 */

.company__name span:hover::after {
	right: 0.625rem; /* マウスオーバー時にさらに右へ移動 */
	transform: translate(8px, -50%); /* 水平方向に8px移動 */
}

.company__name--right {
	padding-right: 2.5rem;
}

.company__content {
	background-color: #fff;
	padding: 1.049375rem 0.999375rem 2rem;
}

.company__sentence {
	background-color: #F6F6F6;
	border-radius: 0.2rem;
}

.company__text {
	color: #373737;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.27;
	padding: 0.75rem 0.875rem 0.9375rem 1rem;
	text-align: left;
}

.company__wrapper {
	margin-top: 1rem;
}

.company__box + .company__box {
	margin-top: 0.75rem;
}

.company__box-head {
	align-items: center;
	display: flex;
	gap: 0 1.636875rem;
	justify-content: center;
}

.company__border {
	border-bottom: solid 0.8px #373737;
	width: 5.9375rem;
}

.company__address {
	font-size: 0.899375rem;
	font-weight: 600;
	line-height: 1.27;
	white-space: nowrap;
	width: 3.625rem;
}

.company__box-text {
	font-size: 0.75rem;
	line-height: 1.27;
	margin-top: 0.274375rem;
}

.company__box-text--font {
	font-size: 0.75rem;
}

.company__buttons {
	margin-top: 3.75rem;
}

.company__button {
	background-color: #fff;
	border-radius: 4.375rem;
	box-shadow: 0px 3.08px 3.08px 0px rgba(0, 0, 0, 0.25);
	color: #EC6C00;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	overflow: hidden;
	padding-bottom: 1.5rem;
	padding-right: 0.625rem;
	padding-top: 1.5625rem;
	position: relative;
	transition: 0.4s;
	width: 20rem;
	z-index: 1;
}

.company__button span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/button-arrow-orange.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.125rem;
	position: absolute;
	right: 1.25rem;
	top: 51%;
	transform: translateY(-50%);
	width: 3.125rem;
}

.company__button:hover {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.hidden {
	display: none;
}

.concerns {
	background-color: #FEF3EB;
	padding: 2.5rem 0 1.875rem;
}

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

.concerns__title {
	height: 2.91875rem;
	margin-left: auto;
	margin-right: auto;
	width: 22.75rem;
}

.concerns__sentence {
	background-color: #fff;
	border: solid 2px #ED6103;
	border-radius: 0.25rem;
	margin-top: -1.375rem;
	padding: 2.8125rem 0.96875rem 1.875rem;
	text-align: left;
}

.concerns__text {
	color: #3c3c3c;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
}

.concerns__text span {
	color: #ED6103;
	font-weight: 700;
}

.conditions-area {
	background-image: url("/wp-content/themes/swell_child/asset/img/conditions-area-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.5rem;
}

.conditions-problem__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 65rem;
	padding: 1.25rem 1.875rem 2.5rem;
}

.conditions-area__title {
	margin: 0 0.625rem;
	width: 100%;
}

.conditions-area__subtitle {
	color: #383838;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 1.25rem;
	text-align: center;
}

.conditions-area__content {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 0.625rem;
}

.conditions-area__text {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin: 1.25rem auto auto -0.625rem;
	margin-top: 1.25rem;
	width: calc(100% + 1.25rem);
}

.conditions-area__box + .conditions-area__box {
	margin-top: 0.625rem;
}

.conditions-area__remarks {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding-bottom: 0.625rem;
	text-align: center;
}

.conditions-area__imgArea img {
	-o-object-fit: cover;
	aspect-ratio: 280/206;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.conditions-area__imgDifference img {
	-o-object-fit: cover;
	aspect-ratio: 280/135;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.conditions-area__buttons-pc {
	margin-top: 3.75rem;
	text-align: center;
}

.conditions-area__button-pc {
	background-color: #E94235;
	border-radius: 4.375rem;
	box-shadow: 0px 3.08px 3.08px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	overflow: hidden;
	padding: 1.5625rem 0 1.5rem;
	padding-right: 3.75rem;
	position: relative;
	transition: 0.4s;
	width: 37rem;
	z-index: 1;
}

.conditions-area__button-pc span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/button-arrow-red.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.125rem;
	position: absolute;
	right: 0.75rem;
	top: 51%;
	transform: translateY(-50%);
	width: 3.125rem;
}

.conditions-area__button-pc:hover {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.conditions-area__buttons-sp {
	margin-top: 2.5rem;
	text-align: center;
}

.conditions-area__button-sp {
	background-color: #E94235;
	border-radius: 4.375rem;
	box-shadow: 0px 3.08px 3.08px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 0.995rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1997487437;
	overflow: hidden;
	padding: 0.625rem 0 0.5625rem;
	padding-right: 0.625rem;
	position: relative;
	transition: 0.4s;
	width: 21.25rem;
	z-index: 1;
}

.conditions-area__button-sp span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/button-arrow-red.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.4875rem;
	position: absolute;
	right: 0.625rem;
	top: 51%;
	transform: translateY(-50%);
	width: 2.4875rem;
}

.conditions-area__button-sp:hover {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

.conditions-problem {
	background-image: url("/wp-content/themes/swell_child/asset/img/conditions-problem-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.5rem;
}

.conditions-problem__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 65rem;
	padding: 1.25rem 1.25rem 4rem;
}

.conditions-problem__title {
	margin: 0 0.625rem;
}

.conditions-problem__title img {
	height: 5.875rem;
	width: 17.5rem;
}

.conditions-problem__source {
	display: flex;
	font-size: 0.625rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

.conditions-problem__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

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

.conditions-problem__wrapper {
	margin-top: 1.25rem;
}

.conditions-problem__img {
	margin-left: auto;
	margin-right: auto;
	width: 93.34%;
}

.conditions-problem__img img {
	-o-object-fit: cover;
	aspect-ratio: 280/243;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.conditions-problem__sentence {
	margin-top: 1.875rem;
}

.conditions-problem__sentence {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.conditions-problem__sentence span {
	color: #E94235;
	font-weight: 700;
}

.conditions-problem__text--margin-bottom {
	margin-top: 1.5625rem;
}

.conditions-prospect {
	background-image: url("/wp-content/themes/swell_child/asset/img/conditions-prospect-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.5rem;
}

.conditions-prospect__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 65rem;
	padding: 1.25rem 1.875rem 2.5rem;
}

.conditions-prospect__title {
	width: 100%;
}

.conditions-prospect__wrapper {
	margin-top: 1.25rem;
}

.conditions-prospect__box + .conditions-prospect__box {
	margin-top: 1.875rem;
}

.conditions-prospect__box-head {
	align-items: center;
	display: flex;
	gap: 0 0.9375rem;
	margin: 1.25rem auto auto -1.875rem;
	width: calc(100% + 3.75rem);
}

.conditions-prospect__box-border {
	border-bottom: solid 1px #fff;
	margin-left: auto;
	margin-right: auto;
	width: 27.9%;
}

.conditions-prospect__box-border--second {
	margin-left: auto;
	margin-right: auto;
	width: 6.7%;
}

.conditions-prospect__box-title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.conditions-prospect__table,
.conditions-prospect__price {
	margin-top: 1rem;
}

.conditions-prospect__table img,
.conditions-prospect__price img {
	-o-object-fit: cover;
	aspect-ratio: 282/141;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.conditions-prospect__source {
	display: flex;
	font-size: 0.625rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 0.59375rem;
}

.conditions-prospect__source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

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

.conditions-prospect__sentence {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.conditions-prospect__text + .conditions-prospect__text {
	margin-top: 1.5rem;
}

.conditions-prospect__text span {
	color: #E94235;
	font-weight: 700;
}

.conditions {
	background-image: url("/wp-content/themes/swell_child/asset/img/conditions-bg-sp.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 24.375rem 205.125rem;
	color: #fff;
	padding: 3.75rem 0 2.5rem;
}

.conditions__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 24.375rem;
	padding: 0 1.5625rem;
}

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

.conditions__text {
	color: #ED6103;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.575;
	margin-top: 6.25rem;
	text-align: center;
}

.fv-pc {
	background-image: url("/wp-content/themes/swell_child/asset/img/fv-pc-bg.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 109.125rem 58.125rem;
}

.fv-pc__title {
	padding-top: 2.75rem;
}

.fv-pc__title img {
	height: 4.75rem;
	margin-left: auto;
	margin-right: auto;
	width: 48rem;
}

.fv-pc__img {
	height: 23.25125rem;
	margin: 1.49rem auto 0;
	width: 52.489375rem;
}

.fv-pc__subtitle {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.5;
	padding-top: 24.5rem;
	text-align: center;
}

.fv-pc__subtitle span {
	font-weight: 300;
}

.fv-pc__choice {
	background-image: url("/wp-content/themes/swell_child/asset/img/fv-pc-choice.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 0.9375rem auto 0;
	padding: 1.0625rem 0 0.75rem;
	text-align: center;
	width: 46.875rem;
}

.fv-pc__list {
	display: flex;
	flex-wrap: wrap;
	margin: 2.28625rem auto 0;
	max-width: 84.5rem;
	padding: 0 0.625rem 2.3225rem;
}

.fv-pc__item {
	background-color: #FFF8EF;
	border-radius: 0.44875rem;
	max-width: calc(20% - 0.5rem);
	width: 100%;
}

.fv-pc__item:nth-child(2),
.fv-pc__item:nth-child(4) {
	background-color: #FEF3EB;
}

.fv-pc__item + .fv-pc__item {
	margin-left: 0.625rem;
}

.fv-pc__wrapper {
	padding: 1.009375rem 0 0.6075rem;
}

.fv-pc__icon {
	height: 2.275625rem;
	margin-left: auto;
	margin-right: auto;
	width: 2.800625rem;
}

.fv-pc__text {
	color: #E94235;
	font-size: 1.23375rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0.640625rem 0 0.175625rem;
	text-align: center;
}

.fv-pc__text--padding {
	padding: 1.456875rem 0 1.040625rem;
}

.fv-pc__arrow {
	height: 0.874375rem;
	margin-left: auto;
	margin-right: auto;
	width: 0.906875rem;
}

.fv-pc__item {
	position: relative;
}

.fv-pc__arrow {
	display: block;
	transition: transform 0.3s ease; /* 初期状態でアニメーションを設定 */
}

.fv-pc__item:hover .fv-pc__arrow {
	transform: translateY(5px); /* 下に5px移動 */
}

.fv-sp {
	background-image: url("/wp-content/themes/swell_child/asset/img/fv-sp-bg.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 77.6875rem 45.625rem;
}

.fv-sp__title {
	padding-top: 1.25rem;
}

.fv-sp__title img {
	height: 6.75rem;
	margin-left: auto;
	margin-right: auto;
	width: 21.375rem;
}

.fv-sp__subtitle {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2916666667;
	padding-top: 16.3125rem;
	text-align: center;
}

.fv-sp__subtitle span {
	font-weight: 300;
}

.fv-sp__choice {
	background-image: url("/wp-content/themes/swell_child/asset/img/fv-pc-choice.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.7083333333;
	margin: 0.8125rem auto 0;
	padding: 0.375rem 0;
	text-align: center;
	width: 21.25rem;
}

.fv-sp__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0.9375rem auto 0;
	max-width: 20.0625rem;
	padding-bottom: 2.0625rem;
}

.fv-sp__item {
	background-color: #fff;
	border-radius: 0.27375rem;
	max-width: calc(50% - 0.15625rem);
	width: 100%;
}

.fv-sp__item:nth-child(2),
.fv-sp__item:nth-child(4) {
	background-color: #FEF3EB;
}

.fv-sp__item + .fv-sp__item {
	margin-left: 0.3125rem;
	margin-top: 0;
}

/* 枚数が増えたときのための処理 */

.fv-sp__item:nth-child(2n+1) {
	margin-left: 0;
}

/* 枚数が増えたときのための処理 */

.fv-sp__item:nth-child(n+3) {
	margin-top: 0.3125rem;
}

.fv-sp__wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 1.125rem 0.60125rem 1.1875rem 0.3125rem;
}

.fv-sp__box {
	align-items: center;
	display: flex;
	gap: 0 0.666875rem;
}

.fv-sp__icon {
	height: 1.388125rem;
	margin-left: auto;
	margin-right: auto;
	width: 1.708125rem;
}

.fv-sp__text {
	color: #E94235;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.1627906977;
	padding-top: 0.1875rem;
	text-align: left;
}

.fv-sp__arrow {
	max-width: 0.96875rem;
	width: 100%;
}

.fv-sp__item {
	position: relative;
}

.fv-sp__arrow {
	display: block;
	transition: transform 0.3s ease; /* 初期状態でアニメーションを設定 */
}

.fv-sp__item:hover .fv-sp__arrow {
	transform: translateY(5px); /* 下に5px移動 */
}

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

.header-nav__list {
	background-color: #111;
	border-radius: 0 0 0 1.25rem;
	display: flex;
	gap: 2.5rem;
	justify-content: flex-end;
	padding: 0.75rem 8.125rem;
}

.header-nav__textBox {
	text-align: center;
}

.header-nav__text-jp {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
}

.header-nav__text-en {
	color: #F5EC10;
	font-size: 1rem;
	font-weight: 500;
}

.header-nav__link {
	display: flex;
	gap: 0.625rem;
}

.header-nav__icon {
	height: 1.3125rem;
	margin-top: 0.3125rem;
	width: 1.3125rem;
}

.header-nav__link:hover .header-nav__icon {
	transform: translateX(5px); /* 画像を右に10px移動 */
	transition: transform 0.3s ease; /* スムーズな移動 */
}

.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: 3.25rem; /* スクロール時のヘッダー高さ */
	transition: height 0.3s ease; /* スムーズな高さ変更 */
}

.headerNav__inner {
	align-items: center;
	background-color: #ED6103;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 1.5625rem;
	transition: background-color 0.3s ease; /* 背景色が滑らかに変わる */
}

.header {
	background-color: #ED6103;
	height: 3.25rem;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding-left: 1.2975rem;
}

.header__logo img {
	height: 1.905rem;
	position: relative; /* z-indexをきかせるため */
	width: 10.375rem;
	z-index: 9999;
}

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

.market-card__item {
	background-color: #fff;
	border: solid 2px #D2D2D2;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 2.86875rem 0rem 3.094375rem;
}

.market-card__item--second {
	padding: 3.583125rem 1.875rem 2.250625rem;
}

.market-card__item--third {
	padding: 2.588125rem 1.875rem 3.063125rem;
}

.market-card__item + .market-card__item {
	margin-top: 1.125rem;
}

.market-card__img {
	align-items: center;
	display: flex;
	height: 5.60375rem;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 12.5625rem;
}

.market-card__img--second {
	height: 4.934375rem;
	margin-left: auto;
	margin-right: auto;
	width: 5.40375rem;
}

.market-card__img--third {
	height: 6.970625rem;
	margin-left: auto;
	margin-right: auto;
	width: 7.4775rem;
}

.market-card__border {
	border-bottom: solid 2px #FEBE40;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3.988125rem;
	width: 16.75rem;
}

.market-card__border--second {
	padding-top: 3.914375rem;
}

.market-card__border--third {
	padding-top: 2.87375rem;
}

.market-card__text {
	color: #ED6103;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding-top: 2.27875rem;
	text-align: center;
}

.market-card__text--second {
	padding-top: 1.4625rem;
}

.market-card__text--third {
	padding-top: 2.30625rem;
}

.market {
	background-color: #F4F4F4;
	padding: 3.625rem 0 3.75rem;
}

.market__icon {
	height: 4.094375rem;
	margin-left: auto;
	margin-right: auto;
	width: 4.5175rem;
}

.market__titleBox {
	align-items: center;
	display: flex;
	gap: 0 0.46125rem;
	justify-content: center;
	margin-top: 1.280625rem;
	position: relative;
}

.market__titleBox::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/market-title-human-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 5.3775rem;
	left: calc(50% - min(50%, 11.3rem));
	position: absolute;
	top: -5.375rem;
	width: 22.510625rem;
	z-index: 1;
}

.market__img {
	height: 2.245rem;
	width: 2.245rem;
}

.market__title {
	color: #ED6103;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.5;
}

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

.market__list {
	margin-top: 3.0625rem;
}

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

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

.pagetop a:hover {
	opacity: 0.8;
}

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

.pagetop__img-top img {
	height: 5.5rem;
	width: 17.8125rem;
}

/* 光のスタイル */

.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 {
	color: #fff;
	font-family: "";
	height: inherit;
}

.pc-nav__list {
	display: flex;
	height: inherit;
}

.pc-nav__item {
	height: inherit;
}

.pc-nav__item a {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
	padding: 0 min(2.38vw, 30px);
}

.pc-nav__item--padding a {
	padding: 0 0 0 1.17625rem;
}

.pc-nav__item a:hover {
	opacity: 1;
}

.pc-nav__wrapper {
	position: relative;
	text-align: center;
}

.pc-nav__wrapper::after {
	background-color: #fff;
	bottom: -0.625rem;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
	width: 100%;
}

.pc-nav__item a:hover .pc-nav__wrapper::after {
	transform: scale(1, 1);
}

.pc-nav__en {
	color: #fff;
	display: block;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1;
}

.pc-nav__article {
	height: 3.25rem;
	width: 11.1875rem;
}

.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: 6.3125rem;
	height: 2.5rem;
	position: fixed;
	right: 0.625rem;
	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;
}

.support-card__item {
	background-color: #fff;
	border: solid 2px #D2D2D2;
	border-radius: 0.4475rem;
	padding: 0.83875rem 0 2.236875rem;
	position: relative;
}

.support-card__item + .support-card__item {
	margin-top: 1.25rem;
}

.support-card__img {
	position: relative;
	z-index: 1;
}

.support-card__frame {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 42%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: -1;
}

.support-card__features img {
	margin-left: auto;
	margin-right: auto;
	width: 89.885%;
}

.support-card__title {
	color: #E94235;
	font-size: 2.013125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 0.8320397392;
	margin-top: 1.074375rem;
}

.support-card__title--font {
	font-size: 2.013125rem;
}

.support-card__company {
	margin: 2.73rem auto 0;
	transition: transform 0.3s ease;
	width: 90.56%;
}

.support-card__company:hover {
	transform: scale(1.03);
}

.support-card__source {
	color: #000;
	display: flex;
	font-size: 0.644375rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 2.7255092144;
	margin-top: 0.55875rem;
}

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

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

.support__content {
	background-color: #F4F4F4;
	margin-top: 0.549375rem;
	padding: 1.230625rem 0 2.236875rem;
	text-align: left;
}

.support-card__head {
	margin-left: auto;
	margin-right: auto;
	width: 84.1%;
}

.support-card__strengths {
	background-color: #fff;
	border: solid 3px #ED6103;
	border-radius: 0.25rem;
	margin: -0.9375rem 0.7825rem 0;
	padding: 2.125rem 1.3125rem 2.23625rem;
}

.support__period {
	margin-left: auto;
	margin-right: auto;
}

.support__years {
	margin: 0.559375rem auto 0;
}

.support__evaluation {
	margin: 0.559375rem auto 0;
}

.support-card__dl {
	background-color: rgba(254, 190, 64, 0.3);
	border-radius: 0.151875rem;
	margin-top: -1rem;
	padding: 2.040625rem 0rem 1.601875rem 0.6875rem;
}

.support-card__dl-head {
	height: 1.73375rem;
	margin: 1.174375rem auto 0;
	width: 14.6875rem;
}

.support-card__box {
	align-items: flex-start;
	display: flex;
}

.support-card__box + .support-card__box {
	margin-top: 0.3125rem;
}

.support-card__box dt {
	color: #FEBE40;
	font-size: 1.054375rem;
}

.support-card__box dd {
	color: #3C3C3C;
	font-size: 0.943125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6699801193;
}

.support-card__box dd span {
	align-items: center;
	display: flex;
	font-size: 0.615rem;
	font-weight: 300;
	justify-content: flex-end;
	letter-spacing: 0.04em;
	line-height: 1.5345528455;
	margin-top: -0.1875rem;
}

.selected-card__buttons {
	margin-top: 1.75rem;
}

.selected-card__buttons-box + .selected-card__buttons-box {
	margin-top: 0.900625rem;
}

.selected-card__button {
	background: linear-gradient(90deg, #F98538 0%, #F9C938 100%);
	border-radius: 3.914375rem;
	box-shadow: 0px 3.08px 3.08px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-size: 1.118125rem;
	font-weight: 700;
	height: 4.0625rem;
	letter-spacing: 0.04em;
	line-height: 1.3;
	overflow: hidden;
	padding-right: 2.5rem;
	position: relative;
	transition: 0.4s;
	width: 19.5625rem;
	z-index: 1;
}

.selected-card__button span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/button-yen.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.79625rem;
	position: absolute;
	right: 0.625rem;
	top: 51%;
	transform: translateY(-50%);
	width: 2.79625rem;
}

.selected-card__button--orange {
	background: #ED6103;
	padding-right: 2rem;
}

.selected-card__button--orange span::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/button-arrow.webp);
}

.selected-card__button:hover {
	box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
	transform: translateY(-5px);
}

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

.support__icon {
	height: 3.6975rem;
	margin-left: auto;
	margin-right: auto;
	width: 4.550625rem;
}

.support__title {
	color: #ED6103;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.4;
	margin-top: 1.3025rem;
}

.support__remarks-sp {
	color: #ED6103;
	font-size: 0.75rem;
	letter-spacing: 0.01em;
	line-height: 2.5;
}

.support__title span {
	color: #E94235;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.support__sentence {
	margin: 0.125rem auto 0;
	max-width: 500px;
	padding: 0 1.5625rem;
}

.support__subtitle {
	color: #3C3C3C;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.625;
}

.support__subtitle span {
	color: #ED6103;
	font-weight: 700;
}

.support__remarks-pc {
	color: #000;
	font-size: 0.9375rem;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 2;
	margin-right: 1.25rem;
	text-align: right;
}

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

.support__list {
	margin-top: 1.875rem;
}

.top {
	background-color: #fff;
	color: #EC6C00;
	height: 1.875rem;
}

.top-text {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	height: inherit;
	padding-left: 1.25rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.top-price {
	margin-top: 6.25rem;
}

.top-sell {
	margin-top: 4.5625rem;
}

.article-agreement {
	padding: 5rem 0 6.25rem;
}

.article-agreement__head {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 0 1.875rem;
	justify-content: center;
}

.article-agreement__title {
	padding: 0;
}

.article-agreement__inner {
	max-width: 51rem;
	padding: 0;
}

.article-agreement__list {
	margin-top: 3.890625rem;
}

.article-agreement__item + .article-agreement__item {
	margin-top: 2.4375rem;
}

.article-agreement__heading {
	font-size: 1.5rem;
	line-height: 1.3125;
}

.article-agreement__triangle {
	height: 2.4375rem;
	margin: 1.5625rem auto 0;
	width: 27.5rem;
}

.article-agreement__article-agreement {
	margin: 1.25rem 0 0 0;
	width: 100%;
}

.article-agreement__buttons {
	margin-top: 5rem;
}

.article-agreement__button {
	padding-bottom: 1.5625rem;
	padding-right: 1.25rem;
	padding-top: 1.5rem;
	width: 37rem;
}

.article-agreement__button span::after {
	right: 0.875rem;
}

.article-choice {
	padding-top: 5rem;
}

.article-choice__inner {
	max-width: 53.125rem;
	padding: 0;
}

.article-choice__title {
	font-size: 2.25rem;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	padding: 0.875rem 0 0.8125rem;
	width: 53.625rem;
}

.article-choice__text {
	margin: 2.5rem auto 0;
	max-width: 44.9375rem;
}

.article-choice__content {
	width: 100%;
}

.article-choice__table {
	height: 100%;
	width: 100%;
}

.article-company__item + .article-company__item {
	margin-top: 7.5rem;
}

.article-company__title {
	height: 4.5625rem;
	width: 61.25rem;
}

.article-company__container {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-company-bg.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 58.5625rem;
	padding-bottom: 5.020625rem;
}

.article-company__container--second {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-company-bg.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 54.5625rem;
	padding-bottom: 5.020625rem;
}

.article-company__container--third {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-company-bg.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 54.5625rem;
	padding-bottom: 5.020625rem;
}

.article-company__content {
	max-width: 63rem;
	position: relative;
}

.article-company__img {
	width: 52.195%;
}

.article-company__img img {
	aspect-ratio: 500/340;
}

.article-company__subtitle {
	font-size: 1.5rem;
	margin-top: 1.4375rem;
	text-align: left;
	width: 43.8%;
}

.article-company__subtitle--second {
	margin-top: 3rem;
}

.article-company__subtitle--third {
	margin-top: 3rem;
}

.article-company__source {
	margin-top: -1.25rem;
}

.article-company__source--second {
	margin-top: 0.625rem;
}

.article-company__source--third {
	margin-top: 0.625rem;
}

.article-company__dl {
	margin-top: 0rem;
	position: absolute;
	right: -0.7%;
	top: 55%;
}

.article-company__dl--second {
	top: 60%;
}

.article-company__dl--third {
	right: 6.3%;
	top: 59%;
}

.article-company__wrapper {
	gap: 0 1.0625rem;
}

.article-company__wrapper dt {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.8;
	width: 2.25rem;
}

.article-company__wrapper dd {
	font-size: 1.25rem;
}

.article-company__inner {
	max-width: 64.375rem;
}

.article-company__sentence {
	margin-top: 3.4375rem;
}

.article-company__text {
	font-size: 1.25rem;
	line-height: 1.5836;
}

.article-company__text span {
	font-size: 0.9375rem;
	line-height: 2.1333333333;
}

.article-company__box {
	background-color: #F8FAE4;
	border-radius: 0.125rem;
	margin-top: 3.75rem;
	padding: 2.625rem 0rem 2.5rem;
}

.article-company__box-head {
	align-items: center;
	display: flex;
	gap: 0 1.25rem;
	justify-content: center;
}

.article-company__box-border {
	margin: 0;
	width: 19.875rem;
}

.article-company__box-title {
	font-size: 1.75rem;
	padding-bottom: 0;
}

.article-company__box-tabs {
	align-items: center;
	display: flex;
	gap: 0 1.25rem;
	justify-content: center;
}

.article-company__box-tab {
	border-radius: 2.583125rem;
	font-size: 1.125rem;
	margin: 0;
	padding: 0.538125rem 0 0.4825rem;
	width: 10.806875rem;
}

.article-company__box-tab + .article-company__box-tab {
	margin-top: 0rem;
}

.article-company__buttons {
	align-items: center;
	display: flex;
	gap: 0 1.25rem;
	justify-content: center;
}

.article-company__button-box + .article-company__button-box {
	margin-top: 0rem;
}

.article-company__button {
	border-radius: 4.375rem;
	font-size: 1.25rem;
	height: 4.5625rem;
	line-height: 2;
	padding-bottom: 1rem;
	padding-right: 2.375rem;
	padding-top: 1.0625rem;
	width: 21.875rem;
}

.article-company__button span::after {
	height: 3.125rem;
	right: 1rem;
	width: 3.125rem;
}

.article-company__button--orange {
	font-size: 1.125rem;
	line-height: 1.3333333333;
	padding-bottom: 0.75rem;
	padding-right: 1.875rem;
	padding-top: 0.8125rem;
}

.article-company__textBox {
	margin: 3.791875rem auto 0;
	max-width: 64.375rem;
}

.article-company__remarks {
	font-size: 1.25rem;
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.article-company__remarks--margin {
	margin-top: 0rem;
}

.article-company__textBox-buttons {
	margin-top: 3.75rem;
}

.article-company__textBox-button {
	border-radius: 4.375rem;
	font-size: 1.25rem;
	line-height: 1.2;
	padding-bottom: 1.5rem;
	padding-right: 3.75rem;
	padding-top: 1.5625rem;
	width: 37rem;
}

.article-company__textBox-button span::after {
	height: 3.125rem;
	right: 1rem;
	width: 3.125rem;
}

.article-company__sell {
	margin-top: 6.25rem;
}

.article-flow {
	padding-top: 5.0625rem;
}

.article-flow__title {
	font-size: 2.25rem;
	line-height: 1.4;
	margin-left: auto;
	margin-right: auto;
	padding: 0.875rem 0 0.8125rem;
	width: 53.625rem;
}

.article-flow__text {
	margin-top: 2.5rem;
}

.article-flow__img {
	height: 100%;
	padding: 0 1.3125rem;
	width: 100%;
}

.article-guidance__title {
	height: 4.5625rem;
	width: 47.475rem;
}

.article-guidance__subtitle {
	font-size: 2.25rem;
	line-height: 1.4;
	margin: 1.6875rem auto 0;
	padding: 0.8125rem 0 0.875rem;
	width: 53.625rem;
}

.article-guidance__sentence {
	margin: 2.5rem auto 0;
	max-width: 47.625rem;
	padding: 0;
}

.article-guidance__list {
	display: flex;
	flex-wrap: wrap;
	max-width: 56.25rem;
	padding: 0;
}

.article-guidance__item {
	max-width: calc(50% - 1.625rem);
	width: 100%;
}

.article-guidance__item + .article-guidance__item {
	margin-left: 3.25rem;
	margin-top: 0;
}

.article-guidance__triangle {
	height: 3.625rem;
	margin: 1.875rem auto 0;
	width: 31.875rem;
}

.article-guidance__recommendation {
	height: 3.125rem;
	width: 50.4375rem;
}

.article-overview {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-overview-pattern.webp");
	background-position: center bottom;
	background-size: 71.25rem 15.6875rem;
	padding: 3.75rem 0 5rem;
}

.article-overview__inner {
	max-width: 64.375rem;
}

.article-overview__title {
	width: 100%;
}

.article-overview__list {
	border: solid 9px #fff;
	border-radius: 1.01875rem;
	margin-top: 3.75rem;
}

.article-overview__item {
	display: flex;
	padding: 0;
}

.article-overview__item--second {
	padding: 0;
}

.article-overview__item-span {
	font-size: 1rem;
	line-height: 1.875;
}

.article-overview__item dt {
	padding-left: 3.75rem !important;
}

.article-overview__item dt {
	background-color: #F2F5F8;
	color: #EC6C00;
	margin-right: 10px;
	text-align: left;
	width: 31%;
}

.article-overview__item dd {
	padding-left: 2.5rem !important;
}

.article-overview__item dd {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-overview-bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 41.3125rem 17.4375rem;
	padding-top: 0;
	text-align: left;
	width: 69%;
}

.article-overview__item dt {
	font-size: 1.5rem;
	line-height: 1.25;
	padding: 0.625rem 0;
}

.article-overview__item dd {
	font-size: 1.5rem;
	line-height: 1.25;
	padding: 0.625rem 0;
}

.article-overview__item:first-of-type dt {
	padding-top: 3.0625rem;
}

.article-overview__item:last-of-type dt {
	padding-bottom: 2.5rem;
}

.article-overview__item:first-of-type dd {
	padding-top: 3.0625rem;
}

.article-overview__item:last-of-type dd {
	padding-bottom: 2.5rem;
}

.article-overview__address {
	font-size: 1.25rem;
	line-height: 1.5;
	padding: 0.625rem 0;
}

.article-overview__buttons {
	align-items: center;
	display: flex;
	gap: 0 1.25rem;
	justify-content: center;
	margin-top: 3.75rem;
}

.article-overview__button-box + .article-overview__button-box {
	margin-top: 0rem;
}

.article-overview__button {
	border-radius: 4.375rem;
	font-size: 1.25rem;
	height: 4.5625rem;
	line-height: 2;
	padding-bottom: 0.75rem;
	padding-right: 2.375rem;
	padding-top: 0.9375rem;
	width: 21.875rem;
}

.article-overview__button span::after {
	height: 3.125rem;
	right: 1rem;
	width: 3.125rem;
}

.article-overview__button--orange {
	font-size: 1.125rem;
	line-height: 1.3333333333;
	padding-bottom: 0.75rem;
	padding-right: 1.875rem;
	padding-top: 0.8125rem;
}

.article-point {
	background-size: 71.25rem 111.25rem !important;
}

.article-point {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-point-bg.webp");
	background-position: center calc(50% + 80px); /* 中央から10px下に移動 */
	background-repeat: no-repeat;
}

.article-point__border-bottom {
	padding-top: 6.5625rem;
}

.article-point__inner {
	max-width: 61.875rem;
	padding: 1.875rem 1.5625rem 0;
}

.article-point__title {
	height: 7.5rem;
	margin: 1.25125rem auto 0;
	width: 40.8125rem;
}

.article-point__list {
	margin-top: 5rem;
}

.article-point__item {
	align-items: flex-start;
	display: flex;
	gap: 0 5.3125rem;
}

.article-point__item--reverse {
	display: flex;
	flex-direction: row-reverse;
}

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

.article-point__img {
	width: 42.55%;
}

.article-point__img img {
	aspect-ratio: 400/367;
}

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

.article-point__subtitle {
	font-size: 1.75rem;
	letter-spacing: 0.01em;
	padding-bottom: 2.5rem;
}

.article-point__text {
	font-size: 1.125rem;
}

.article-point__text + .article-point__text {
	margin-top: 1.875rem;
}

.article-point__case {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-point-case-bg.webp");
	margin-top: 2.5rem;
	padding: 2.25rem 2.6875rem 2.5rem;
	width: 100%;
}

.article-point__case-text {
	font-size: 1.125rem;
	text-align: center;
}

.article-point__company-list {
	display: flex;
	flex-wrap: wrap;
}

.article-point__company-item {
	max-width: calc(33.3333% - 0.7979166667rem);
	width: 100%;
}

.article-point__company-item + .article-point__company-item {
	margin-left: 1.196875rem;
	margin-top: 0;
}

.article-point__company-img {
	width: 100%;
}

.article-point__company-buttons {
	bottom: -18%;
}

.article-review {
	padding: 3.75rem 0 5rem;
}

.article-review__inner {
	max-width: 64.375rem;
}

.article-review__title {
	width: 100%;
}

.article-review__list {
	display: flex;
	flex-wrap: wrap;
	margin-left: 1.28125rem;
	margin-right: 1.28125rem;
	margin-top: 3.75rem;
}

.article-review__item {
	max-width: calc(50% - 2.03125rem);
	padding: 3.75rem 2.5rem 1.25rem;
	width: 100%;
}

.article-review__item + .article-review__item {
	margin-left: 4.0625rem;
	margin-top: 0;
}

.article-review__icon {
	height: 11.375rem;
	width: 11.375rem;
}

.article-review__border {
	margin-top: 1.875rem;
}

.article-review__text {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 1.875rem;
}

.article-review__source {
	line-height: 2.8;
	margin-top: 1.25rem;
}

.article-sell__inner {
	max-width: 64.375rem;
}

.article-sell__title {
	width: 100%;
}

.article-sell__content {
	margin: 3.75rem auto 0;
	max-width: 61.25rem;
	width: 100%;
}

.article-sell__table {
	height: 100%;
	width: 100%;
}

.article-sell__source {
	margin-top: 2.5rem;
}

.article {
	max-width: 90rem;
}

.article__container {
	background-image: url("/wp-content/themes/swell_child/asset/img/support-bg.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 71.25rem 15.6875rem;
	padding-top: 2.5rem;
	width: 79.166%;
}

.article__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 64.625rem;
	padding: 0 1.5625rem;
}

.article__head::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/article-bg-human.webp");
	height: 8.4375rem;
	right: calc(50% - min(50%, 27rem));
	top: 14rem;
	width: 54.0625rem;
}

.article__title {
	font-size: 3rem;
}

.article__title-span-first {
	font-size: 3rem;
}

.article__title-span-second {
	font-size: 2.5rem;
}

.article__head-remarks {
	font-size: 0.875rem;
	margin: -0.375rem auto 0;
	max-width: 38.6875rem;
	text-align: right;
}

.article__sentence {
	margin-top: 2.1875rem;
}

.article__text {
	font-size: 1.25rem;
	line-height: 1.6;
	padding: 2.5rem 1.0625rem 2.25rem;
}

.article__list {
	margin-top: 6.25rem;
}

.company {
	padding: 5rem 0 6.25rem;
}

.company__inner {
	max-width: 84.1875rem;
}

.company__titleBox {
	align-items: center;
	display: flex;
	gap: 0 1.263125rem;
	justify-content: center;
	margin-top: 1.288125rem;
}

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

.company__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5rem;
}

.company__item {
	max-width: calc(33.3333% - 1.6666666667rem);
	width: 100%;
}

.company__item + .company__item {
	margin-left: 2.5rem;
	margin-top: 0;
}

.company__item:nth-child(3n+1) {
	margin-left: 0;
}

.company__item:nth-child(n+4) {
	margin-top: 2.5rem;
}

.company__name {
	font-size: 1.375rem;
	height: 5.25rem;
}

.company__name span::after {
	height: 2.125rem;
	right: 0.625rem;
	width: 2.125rem;
}

.company__content {
	padding: 0.5625rem 1.25rem 2.5rem;
}

.company__text {
	align-items: flex-start;
	display: flex;
	font-size: 1.125rem;
	height: 8.4375rem;
	justify-content: center;
	padding: 0.75rem 1.25rem 0rem;
}

.company__wrapper {
	margin-top: 1.25rem;
}

.company__box + .company__box {
	margin-top: 0.9375rem;
}

.company__box-head {
	gap: 0 2.125rem;
}

.company__border {
	width: 7.4375rem;
}

.company__address {
	font-size: 1.125rem;
	width: 4.5rem;
}

.company__box-text {
	font-size: 1rem;
	margin-top: 0.3125rem;
}

.company__box-text--font {
	font-size: 0.9375rem;
}

.company__buttons {
	margin-top: 5rem;
}

.company__button {
	width: 21.875rem;
}

.concerns {
	padding: 3.75rem 0 5rem;
}

.concerns__inner {
	max-width: 66.6875rem;
	padding: 0 1.25rem;
}

.concerns__title {
	height: 3.5rem;
	width: 27.625rem;
}

.concerns__sentence {
	padding: 3.9375rem 1.46875rem 3.75rem;
	text-align: center;
}

.concerns__text {
	font-size: 1.125rem;
	line-height: 1.5555555556;
}

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

.conditions-problem__container {
	padding: 2.5rem 1.875rem 3.75rem;
}

.conditions-area__title {
	margin: 0;
}

.conditions-area__subtitle {
	font-size: 1.5rem;
	margin-top: 1.89375rem;
}

.conditions-area__content {
	flex-direction: column;
	margin-top: 1.25rem;
}

.conditions-area__text {
	font-size: 1.25rem;
	margin: 0rem;
	text-align: center;
	width: 100%;
}

.conditions-area__wrapper {
	align-items: flex-end;
	display: flex;
	gap: 0 5.375rem;
	margin-top: 1.375rem;
}

.conditions-area__box + .conditions-area__box {
	margin-top: 0rem;
}

.conditions-area__imgArea img {
	aspect-ratio: 353/259;
}

.conditions-area__imgDifference img {
	aspect-ratio: 542/259;
}

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

.conditions-problem__content {
	padding: 2.625rem 1.875rem 3.625rem;
}

.conditions-problem__title {
	margin: 0;
}

.conditions-problem__title img {
	height: 100%;
	width: 100%;
}

.conditions-problem__source {
	margin-top: 1.25rem;
}

.conditions-problem__wrapper {
	align-items: flex-start;
	display: flex;
	gap: 0 2.5625rem;
	margin-top: 3.75rem;
}

.conditions-problem__img {
	width: 46.83%;
}

.conditions-problem__img img {
	aspect-ratio: 459/399;
}

.conditions-problem__sentence {
	margin-top: 0rem;
	width: 48.67%;
}

.conditions-problem__sentence {
	font-size: 1.25rem;
}

.conditions-problem__text--margin-center {
	margin-top: 1.875rem;
}

.conditions-problem__text--margin-bottom {
	margin-top: 1.875rem;
}

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

.conditions-prospect__content {
	padding: 2.5rem 1.875rem 3.75rem;
}

.conditions-prospect__wrapper {
	align-items: center;
	display: flex;
	gap: 0 1.25rem;
	justify-content: center;
	margin-top: 2.9375rem;
}

.conditions-prospect__box + .conditions-prospect__box {
	margin-top: 0rem;
}

.conditions-prospect__box-head {
	margin: 0;
	width: 100%;
}

.conditions-prospect__box-border {
	width: 34.06%;
}

.conditions-prospect__box-border--second {
	width: 19%;
}

.conditions-prospect__table,
.conditions-prospect__price {
	margin-top: 0.625rem;
}

.conditions-prospect__table img,
.conditions-prospect__price img {
	aspect-ratio: 480/240;
}

.conditions-prospect__source {
	margin-top: 0.625rem;
}

.conditions-prospect__sentence {
	font-size: 1.25rem;
	letter-spacing: 0.02em;
	margin-top: 2.5rem;
}

.conditions-prospect__text + .conditions-prospect__text {
	margin-top: 1.875rem;
}

.conditions {
	background-image: url("/wp-content/themes/swell_child/asset/img/conditions-bg.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 97.4375rem 165.375rem;
	padding: 5.0625rem 0 6.25rem;
}

.conditions__inner {
	max-width: 76.875rem;
}

.conditions__item + .conditions__item {
	margin-top: 3.9375rem;
}

.conditions__text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 5rem;
}

.headerNav.scrolled {
	height: 5.25rem; /* スクロール時のヘッダー高さ */
}

.header {
	height: 5.25rem;
}

.header__inner {
	padding-left: 2.5rem;
}

.header__logo img {
	height: 3.0625rem;
	width: 16.8125rem;
}

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

.market-card__item {
	max-width: calc(33.3333% - 1rem);
	padding: 3.1875rem 1.875rem 3.4375rem;
	width: 100%;
}

.market-card__item--second {
	padding: 3.98125rem 1.875rem 2.5rem;
}

.market-card__item--third {
	padding: 2.875rem 1.875rem 3.4375rem;
}

.market-card__item + .market-card__item {
	margin-left: 1.5rem;
	margin-top: 0;
}

.market-card__img {
	height: 6.225rem;
	width: 13.9375rem;
}

.market-card__img--second {
	height: 5.4825rem;
	width: 6.00375rem;
}

.market-card__img--third {
	height: 7.744375rem;
	width: 8.3075rem;
}

.market-card__border {
	padding-top: 4.43125rem;
	width: 18.625rem;
}

.market-card__border--second {
	padding-top: 4.34875rem;
}

.market-card__border--third {
	padding-top: 3.193125rem;
}

.market-card__text {
	font-size: 1.25rem;
	padding-top: 2.53125rem;
}

.market-card__text--second {
	padding-top: 1.625rem;
}

.market-card__text--third {
	padding-top: 2.5625rem;
}

.market {
	padding: 3.75rem 0 5rem;
}

.market__titleBox {
	gap: 0 1.263125rem;
}

.market__titleBox::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/market-title-human.webp");
	height: 11.5rem;
	left: calc(50% - min(50%, 32.5rem));
	top: -1.75rem;
	width: 64.9375rem;
}

.market__img {
	height: 3.9375rem;
	width: 3.9375rem;
}

.market__title {
	font-size: 3rem;
}

.market__inner {
	max-width: 76.75rem;
}

.market__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5.263125rem;
}

.pagetop__img-top img {
	height: 9.375rem;
	width: 31.25rem;
}

.pc-nav__article {
	height: 5.25rem;
	margin-left: 2rem;
	width: 20.625rem;
}

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

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

.support-card__item {
	border-radius: 0.5rem;
	max-width: calc(33.3333% - 0.8333333333rem);
	padding: 0.9375rem 0 2.5rem;
	width: 100%;
}

.support-card__item + .support-card__item {
	margin-left: 1.25rem;
	margin-top: 0;
}

.support-card__frame {
	height: 14.375rem;
	top: 50%;
	width: 23.375rem;
}

.support-card__features img {
	width: 92.56%;
}

.support-card__title {
	font-size: 2.25rem;
	line-height: 0.8333333333;
	margin-top: 1.25rem;
}

.support-card__title--font {
	font-size: 2.125rem;
}

.support-card__company {
	margin: 3.0625rem auto 0;
	width: 93.09%;
}

.support-card__source {
	font-size: 0.6875rem;
	line-height: 2.7272727273;
	margin-top: 0.625rem;
}

.support__content {
	margin-top: 0.625rem;
	padding: 1.375rem 0 2.5rem;
}

.support-card__head {
	width: 86.71%;
}

.support-card__strengths {
	margin: -0.9375rem 0.875rem 0;
	padding: 2.125rem 1.125rem 2.5rem;
}

.support__years {
	margin: 0.625rem auto 0;
}

.support__evaluation {
	margin: 0.625rem auto 0;
}

.support-card__dl {
	border-radius: 0.17rem;
	min-height: 20.0625rem;
	padding: 2.28125rem 0.615rem 1.789375rem;
}

.support-card__dl-head {
	height: 1.9375rem;
	margin: 1.3125rem auto 0;
	width: 16.4375rem;
}

.support-card__box + .support-card__box {
	margin-top: 0.375rem;
}

.support-card__box dd {
	font-size: 1.054375rem;
	line-height: 1.6656787196;
}

.selected-card__buttons {
	margin-top: 1.875rem;
}

.selected-card__buttons-box + .selected-card__buttons-box {
	margin-top: 1.25rem;
}

.selected-card__button {
	border-radius: 3.125rem;
	font-size: 1.25rem;
	height: 4.5625rem;
	line-height: 2;
	padding-bottom: 0.75rem;
	padding-right: 2.375rem;
	padding-top: 0.9375rem;
	width: 21.875rem;
}

.selected-card__button span::after {
	height: 3.125rem;
	right: 1rem;
	width: 3.125rem;
}

.selected-card__button--orange {
	font-size: 1.125rem;
	line-height: 1.3333333333;
	padding-right: 1.875rem;
}

.support {
	background-image: url("/wp-content/themes/swell_child/asset/img/support-bg.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 90rem 19.8125rem;
	padding: 4.375rem 0 6.25rem;
}

.support__title {
	font-size: 3rem;
	margin-top: 1.26375rem;
}

.support__title span {
	font-size: 2.5rem;
}

.support__sentence {
	margin: 3.75rem auto 0;
	max-width: 63.9375rem;
	padding: 0;
}

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

.support__inner {
	max-width: 76.25rem;
}

.support__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 3.125rem;
}

.top-text {
	padding-left: 3rem;
}

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

@media (max-width: 1300px) {

.article-company__wrapper-br {
	display: block;
}

}

@media (max-width: 768px) {

.article-company__flex {
	align-items: center;
	flex-direction: column-reverse;
	margin-top: 1.91625rem;
}

.article-company__flex--third {
	margin-top: 1.91625rem;
}

.article-company__wrapper-br {
	display: none;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


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