@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	font-family: "A-OTF Gothic MB101 Pr6N", sans-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 */

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

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

.aside__img {
	overflow: hidden;
}

.aside__img img {
	-o-object-fit: cover;
	aspect-ratio: 300/300;
	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%;
}

.button__text {
	align-items: center;
	background-color: #DD2E1E;
	border-radius: 3.4625rem;
	box-shadow: 0 0.235625rem 0.235625rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.375;
	padding: 1.40625rem 0rem 1.28125rem;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 100%;
	will-change: transform;
}

.button__text--black {
	background-color: #000;
}

.button__text--white {
	background-color: #fff;
	color: #B32618;
}

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

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

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

.comparison__header {
	position: relative;
	text-align: center;
}

.comparison__header::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/comparison-header-icon-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2.3125rem;
	left: 50%;
	position: absolute;
	top: 0%;
	transform: translate(-50%, -50%);
	width: 14.8125rem;
	z-index: 1;
}

.comparison__en {
	color: #DD2E1E;
	font-family: "GillSans", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.comparison__title {
	color: #373737;
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}

.comparison__title-top {
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.8;
}

.comparison__title-red {
	color: #B32618;
	font-size: 1.75rem;
	line-height: 1.2857142857;
}

.comparison__title-orange {
	color: #DD2E1E;
	font-size: 1.75rem;
	line-height: 1.2857142857;
}

.comparison__title-bottom {
	display: block;
	font-size: 1.75rem;
	line-height: 1.5;
}

.comparison__title-block {
	background-color: #373737;
	color: #fff;
	display: inline-block;
	margin: 0.25rem 0.0625rem 0;
	padding: 0rem 0.4375rem;
}

.comparison__title-font {
	font-size: 1.25rem;
}

.comparison__table {
	margin: 2.5rem auto 0;
	max-width: 65.0625rem;
	overflow-x: scroll;
	padding-right: 1.4375rem;
	width: calc(100% + 1.4375rem);
}

.comparison__img {
	border-collapse: collapse;
	height: 100%;
	width: 65.0625rem;
}

.comparison__img img {
	-o-object-fit: cover;
	aspect-ratio: 1041/730;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.comparison__content {
	background-color: #fff;
	border: solid 2px #B32618;
	border-radius: 0.625rem;
	box-shadow: 0 0rem 0.25rem rgba(0, 0, 0, 0.25);
	margin-top: 4.8125rem;
	padding: 4.125rem 0.5rem 2.5rem;
	position: relative;
	text-align: center;
}

.comparison__point {
	background-color: #fff;
	border: solid 2px #B32618;
	border-radius: 2.5rem;
	color: #B32618;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	left: 50%;
	line-height: 1.25;
	padding: 0.9375rem 0 0.75rem 2.4375rem;
	position: absolute;
	text-align: left;
	top: -3%;
	transform: translate(-50%, 0%);
	width: 19.125rem;
}

.comparison__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	position: relative;
}

.comparison__glass {
	height: 2.625rem;
	position: absolute;
	right: 2rem;
	top: -6.8%;
	width: 2.5625rem;
}

.comparison__item {
	background-color: rgba(179, 38, 24, 0.13);
	border-radius: 0.625rem;
	padding: 1.8125rem 1.75rem 1.6875rem;
	width: 100%;
}

.comparison__item--bill {
	background-color: rgba(134, 134, 134, 0.13);
}

.comparison__icon {
	height: 3.4375rem;
	margin-left: auto;
	margin-right: auto;
	width: 3.4375rem;
}

.comparison__text {
	color: #B32618;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.3636363636;
	margin-top: 1.4375rem;
}

.comparison__text--bill {
	color: #DD2E1E;
}

.comparison__arrow {
	height: 2.5rem;
	margin: 1.25rem auto 0;
	width: 9.375rem;
}

.comparison__recommendation {
	background-color: #B32618;
	border-radius: 0.625rem;
	color: #fff;
	display: block;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.3636363636;
	margin-top: 1.4375rem;
	padding: 0.6875rem 0;
}

.comparison__recommendation span {
	color: #FFE380;
}

.comparison__recommendation--bill {
	background-color: #DD2E1E;
}

.comparison__buttons {
	margin-top: 1.875rem;
}

.comparison__button-text {
	align-items: center;
	background-color: #222;
	border-radius: 4.0875rem;
	box-shadow: 0 0.235625rem 0.235625rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: bold;
	justify-content: center;
	line-height: 1.2777777778;
	padding: 1.125rem 0rem;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 100%;
	will-change: transform;
}

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

.footer {
	padding: 2.5rem 1.125rem 5.3125rem;
	text-align: center;
}

.footer__remarks {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6428571429;
	text-align: left;
}

.footer__remarks-red {
	color: #B32618;
	font-size: 1rem;
	line-height: 1.4375;
	padding-bottom: 0.625rem;
	text-align: center;
}

.fv {
	overflow: hidden;
	padding-bottom: 2.8125rem;
	padding-top: 1.875rem;
	text-align: center;
}

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

.fv__title {
	color: #DD2E1E;
	font-size: 2.125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.4;
	text-align: left;
}

.fv__title-prefectures {
	color: #B32618;
	font-size: 2.125rem;
}

.fv__title-others {
	font-size: 1.75rem;
}

.fv__img {
	margin-top: 0.625rem;
	width: 97%;
}

.fv__img img {
	-o-object-fit: cover;
	aspect-ratio: 356/220;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.fv__head {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.3;
	margin-top: -1.375rem;
	text-align: left;
}

.fv__head-red {
	color: #B32618;
}

.fv__head-orange {
	color: #DD2E1E;
}

.fv__content {
	padding-right: 1.375rem;
}

.fv__wrapper {
	-webkit-text-decoration: none;
	color: inherit;
	display: inline-block;
	text-decoration: none;
}

.fv__box {
	align-items: center;
	display: flex;
	gap: 0.3125rem;
	justify-content: center;
	margin-top: 0.625rem;
}

.fv__border {
	height: 1.175rem;
	width: 0.78125rem;
}

.fv__box-text {
	color: #B32618;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1;
}

.fv__box-text span {
	font-family: din-2014, sans-serif;
	font-size: 1.5625rem;
}

.fv__introduction {
	background-color: #DA2E1E;
	border-radius: 0.125rem;
	color: #fff;
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 0.625rem;
	padding: 0.9375rem 1.5rem 0.875rem;
	text-align: center;
}

.fv__introduction span {
	font-family: din-2014, sans-serif;
	font-size: 1.875rem;
	letter-spacing: 0.07em;
}

.fv__buttons {
	margin-top: 1.0625rem;
}

.fv__button-text {
	align-items: center;
	background-color: #222222;
	border-radius: 6.09375rem;
	box-shadow: 0 0 14.91px rgba(57, 57, 57, 0.44);
	color: #fff;
	display: inline-flex;
	font-size: 1.375rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.3636363636;
	padding: 0.875rem 1.875rem 0.8125rem 0;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 100%;
	will-change: transform;
}

.fv__button-text::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/arrow-beside.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.4875rem;
	position: absolute;
	right: 1.625rem;
	top: 51.5%;
	transform: translateY(-50%);
	transition: 0.4s;
	width: 0.84375rem;
}

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

.header__hamburger {
	background: linear-gradient(90deg, #DD2E1E 0%, #B32618 100%);
	border-radius: 0.4375rem;
	box-shadow: 0 0 6.4px rgba(57, 57, 57, 0.44);
	padding: 1rem 1.0625rem 0.875rem;
	text-align: right;
	transition: background-color 0.3s ease;
	z-index: 9999;
}

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

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

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

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

.header__hamburger span:nth-child(3) {
	height: 0.09375rem;
	margin-top: 0.4375rem;
	top: 0;
}

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

.header__hamburger.is-open span:nth-child(2) {
	display: none;
}

.header__hamburger.is-open span:nth-child(3) {
	left: 0.3125rem;
	top: -0.4rem;
	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;
}

.all {
	background-image: url("/wp-content/themes/swell_child/asset/img/fv-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	position: relative;
	z-index: auto !important;
}

.header {
	left: 0;
	overflow: hidden;
	padding-top: 0.625rem;
	right: 0;
	top: 0;
	transition: top 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
	z-index: 1000;
}

.is-hidden {
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
}

.is-fixed-show {
	background-color: #fff;
	left: 0;
	opacity: 1;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	position: fixed;
	right: 0;
	top: 0;
	visibility: visible;
	z-index: 1000;
}

.header__container {
	align-items: center;
	background-color: transparent;
	display: flex;
	height: inherit;
	height: 2.75rem;
	justify-content: space-between;
	padding-left: 1.1875rem;
	padding-right: 0.8125rem;
	position: relative;
	transition: background-color 0.3s ease;
}

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

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

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

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

.introduction__header {
	color: #fff;
}

.introduction__en {
	font-family: "GillSans", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.introduction__title {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 0.875rem;
}

.introduction__title-font {
	display: block;
	font-size: 1.625rem;
	line-height: 1.2;
	margin-top: 0.75rem;
}

.introduction__title-color {
	color: #FFFBD1;
}

.introduction__title-color-font {
	color: #FFFBD1;
	font-family: "Inter", sans-serif;
	font-size: 2.125rem;
}

.introduction__list {
	display: flex;
	flex-direction: column;
	margin-top: 2.625rem;
}

.introduction__item {
	width: 100%;
}

.introduction__head {
	align-items: center;
	display: flex;
	gap: 0.125rem;
	justify-content: center;
}

.introduction__head-border {
	height: 1.8125rem;
	width: 1.1875rem;
}

.introduction__head-text {
	color: #fff;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.2797619048;
}

.introduction__content {
	background-color: #fff;
	border-radius: 0.625rem;
	margin-top: 0.375rem;
	padding: 1.6875rem 0 2.125rem;
}

.introduction__name {
	color: #B32618;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3722222222;
}

.introduction__name-dot {
	letter-spacing: -0.16em;
}

.introduction__name-font {
	font-size: 1.1875rem;
}

.introduction__wrapper {
	margin-top: 1rem;
	padding: 0 1.8125rem;
}

.introduction__img {
	display: block;
	overflow: hidden;
}

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

.introduction__img:hover img {
	transform: scale(1.05);
}

.introduction__source {
	align-items: flex-end;
	display: flex;
	font-size: 0.425rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 2.7205882353;
}

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

.introduction__card {
	background-color: #F5F2F2;
	border-radius: 0.625rem;
	margin-top: 0.3125rem;
	padding: 0.76875rem 2.21875rem 1.14375rem;
}

.introduction__card--padding {
	padding: 0.76875rem 2.21875rem 2.125rem;
}

.introduction__card-title {
	color: #B32618;
	display: inline-block;
	font-size: 0.925rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6689189189;
	margin-bottom: 0.3625rem;
	position: relative;
}

.introduction__card-title::before,
.introduction__card-title::after {
	background-color: #B32618;
	content: "";
	height: 0.0625rem;
	position: absolute;
	top: 50%;
	width: 5.375rem;
}

.introduction__card-title::before {
	left: -5.98125rem;
}

.introduction__card-title::after {
	right: -5.98125rem;
}

.introduction__card-block {
	border-top: 0.0625rem dashed #B32618;
	margin-top: 0.625rem;
	padding-top: 0.625rem;
}

.introduction__card-block:first-of-type {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.introduction__card-text {
	color: #373737;
	font-size: 0.6125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4489795918;
}

.introduction__card-emphasis {
	color: #B32618;
	font-weight: 700;
}

.introduction__buttons {
	margin-top: 1.125rem;
}

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

.introduction__button-text {
	align-items: center;
	background-color: #DD2E1E;
	border-radius: 4.0875rem;
	box-shadow: 0 0.235625rem 0.235625rem rgba(0, 0, 0, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 0.84375rem;
	font-weight: 700;
	height: 3.9375rem;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.3703703704;
	padding: 0.25rem 0rem 0rem;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 100%;
	will-change: transform;
}

.introduction__button-text--font {
	font-size: 0.84375rem;
}

.introduction__button-text--black {
	background-color: #000;
}

.introduction__button-text span {
	font-size: 1.25rem;
}

.grid-tab {
	padding: 1.25rem;
}

.grid-tab__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	margin: 0 auto;
	max-width: 500px;
}

.grid-tab__item--right {
	width: 36.47%;
}

.grid-tab__item--left {
	width: 60.17%;
}

.grid-tab__link {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border-radius: 0.1875rem;
	box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	min-height: 5rem;
	padding: 1.25rem 0.625rem;
	text-decoration: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grid-tab__link:hover {
	box-shadow: 0 0.5rem 0.875rem rgba(0, 0, 0, 0.15);
	transform: translateY(-0.125rem);
}

.grid-tab__link:hover .grid-tab__arrow {
	transform: translateX(0.25rem);
}

.grid-tab__text {
	color: #B32618;
	flex: 1;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: -0.1em;
	line-height: 1.3333333333;
}

.grid-tab__arrow {
	flex-shrink: 0;
	height: 0.625rem;
	margin-left: 0.5rem;
	transition: transform 0.3s ease;
	width: 0.3125rem;
}

.link {
	background-color: #B32618;
	padding: 1.25rem 0;
}

.link__list {
	align-items: flex-start;
	border-left: 0.0625rem solid #fff;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 71.5625rem;
}

.link__item {
	border-right: 0.0625rem solid #fff;
	flex: 1;
	text-align: center;
}

.link__link {
	-webkit-text-decoration: none;
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 1.125rem;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.link__link:hover {
	opacity: 0.8;
}

.link__link:hover .link__arrow {
	transform: translateY(0.25rem);
}

.link__text {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column-reverse;
	font-size: 1.25rem;
	font-weight: 300;
	justify-content: center;
	line-height: 1.4;
	min-height: 3.5rem;
}

.link__arrow {
	height: 1.1875rem;
	transition: transform 0.3s ease;
	width: 1.375rem;
}

.pc-nav__content {
	align-items: center;
	border-radius: 0.625rem;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.46);
	display: flex;
	gap: 1.375rem;
	margin-bottom: 0.125rem;
	padding: 0.3125rem;
	position: relative;
	z-index: 1000;
}

.pc-nav__list {
	display: flex;
}

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

.pc-nav__icon {
	height: 1rem;
	width: 1rem;
}

.pc-nav__ja {
	-webkit-text-decoration: none;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2.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__buttons {
	margin-left: 3.1875rem;
}

.pc-nav__button-text {
	align-items: center;
	background: linear-gradient(90deg, #DD2E1E 0%, #B32618 100%);
	border-radius: 0.4375rem;
	box-shadow: 0 0 6.4px rgba(57, 57, 57, 0.44);
	color: #fff;
	display: inline-flex;
	font-size: 1.125rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.2222222222;
	overflow: hidden;
	padding: 0.5625rem 4.5625rem 0.5625rem 1.875rem;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 18.25rem;
	will-change: transform;
}

.pc-nav__button-text::before {
	animation: kirakira 2s infinite;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100%;
	left: -75%;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: skewX(-20deg);
	width: 50%;
}

.pc-nav__button-text::after {
	background-image: url(/wp-content/themes/swell_child/asset/img/header-button-arrow.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.4375rem;
	position: absolute;
	right: 0.625rem;
	top: 51.5%;
	transform: translateY(-50%);
	transition: transform 0.4s ease;
	width: 1.6875rem;
}

.pc-nav__button-text:hover::after {
	transform: translate(0.3125rem, -50%);
}

.recommend-company__name {
	background-color: #B32618;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 3.75rem;
	padding: 0.9375rem 0;
	text-align: center;
}

.recommend-company__name--elj {
	background-color: #B32618;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 3.75rem;
	padding: 0.9375rem 0;
	text-align: center;
}

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

.recommend-company__content {
	margin-top: 1.0625rem;
}

.recommend-company__text {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.3636363636;
	text-align: center;
}

.recommend-company__text span {
	color: #B32618;
}

.recommend-company__images {
	margin-top: 0.5rem;
}

.recommend-company__img {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 87.18%;
}

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

.recommend-company__source {
	align-items: flex-end;
	color: #000;
	display: flex;
	font-size: 0.425rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.06em;
	line-height: 2.7205882353;
}

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

.recommend-faq {
	padding: 3.75rem 0 5rem;
	position: relative;
}

.recommend-faq::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/faq-human.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0rem;
	content: "";
	height: 6rem;
	position: absolute;
	right: calc(50% - min(50%, 10rem));
	width: 3.0625rem;
	z-index: 1;
}

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

.recommend-faq__header {
	text-align: center;
}

.recommend-faq__en {
	color: #B32618;
	font-family: "GillSans", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.recommend-faq__title {
	color: #373737;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.1428571429;
	margin-top: 0.1875rem;
}

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

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

.recommend-faq__question {
	background-color: #B32618;
	border-radius: 0.25rem;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 2;
	padding: 0.125rem 0rem;
	text-align: center;
}

.recommend-faq__answer {
	display: flex;
	margin-top: 1rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.recommend-faq__answer-en {
	color: #B32618;
}

.recommend-faq__answer-en,
.recommend-faq__answer-text {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
}

.recommend-feature {
	margin-top: 1.9375rem;
}

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

.recommend-feature__list {
	display: flex;
	flex-direction: column;
	gap: 3.8125rem;
	margin-top: 3.1875rem;
}

.recommend-feature__item {
	background-color: #fff;
	border-radius: 0.625rem;
	padding: 3.0625rem 1.75rem 2.3125rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.recommend-feature__point {
	align-items: center;
	background-color: #B32618;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 0.6625rem;
	font-weight: 700;
	height: 3.8125rem;
	justify-content: center;
	left: 50%;
	line-height: 1.4;
	position: absolute;
	top: -11%;
	transform: translate(-50%, 0%);
	width: 3.8125rem;
}

.recommend-feature__point span {
	font-family: "Inter", sans-serif;
	font-size: 1.54375rem;
	font-weight: 700;
	line-height: 1;
}

.recommend-feature__head {
	border-bottom: solid 1px #B32618;
	color: #DD2E1E;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.5;
	padding-bottom: 0.9375rem;
}

.recommend-feature__text {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.07em;
	line-height: 1.625;
	margin-top: 0.875rem;
}

.recommend-feature__text--letter {
	letter-spacing: 0.07em;
}

.recommend-feature__text span {
	color: #DD2E1E;
}

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

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

.recommend-info {
	background-color: #B32618;
	padding: 3.4375rem 0 5rem;
}

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

.recommend-info__content {
	margin-top: 3.0625rem;
	width: 100%;
}

.recommend-info__map {
	width: 100%;
}

.recommend-info__map iframe {
	height: 14.5rem;
	width: 100%;
}

.info-list__item {
	border-bottom: 1px solid #fff;
	display: flex;
	padding: 0.6875rem 0 0.8125rem;
}

.info-list__item--padding {
	padding: 1.25rem 0 1.375rem;
}

.info-list__icon {
	background-color: #fff;
	border-radius: 50%;
	flex-shrink: 0;
	height: 0.75rem;
	position: relative;
	top: 0.375rem;
	width: 0.75rem;
}

.info-list__text {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.4;
	margin-left: 1.875rem;
	word-break: break-word;
}

.info-list__text--link {
	font-size: 1rem;
}

.info-list__text--border {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.info-list__link {
	-webkit-text-decoration: none;
	color: #fff;
	text-decoration: none;
}

.info-list__link:hover {
	-webkit-text-decoration: underline;
	opacity: 0.7;
	text-decoration: underline;
}

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

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

.recommend-information {
	background-color: #B32618;
	padding: 3.75rem 0 2.5rem;
}

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

.recommend-information__header {
	color: #fff;
	position: relative;
	text-align: center;
}

.recommend-information__light {
	height: 2.9375rem;
	position: absolute;
	right: -10%;
	top: -5%;
	width: 2.5rem;
}

.recommend-information__en {
	font-family: "GillSans", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.recommend-information__title {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.3214285714;
	margin-top: 1.1875rem;
}

.recommend-information__title span {
	color: #FFFBD1;
}

.recommend-information__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 2.125rem;
}

.recommend-information__item {
	background-color: #fff;
	border-radius: 0.3125rem;
	padding: 1.625rem 1.875rem 2.125rem;
	width: 100%;
}

.recommend-information__head {
	border-bottom: solid 1px #B32618;
	color: #373737;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 0.6875rem;
	text-align: center;
}

.recommend-information__head--text {
	border-bottom: solid 1px #B32618;
	color: #373737;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 0.6875rem;
	text-align: center;
}

.recommend-information__wrapper {
	margin-top: 1.1875rem;
}

.recommend-information__box {
	width: 100%;
}

.recommend-information__box + .recommend-information__box {
	margin-top: 1.0625rem;
}

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

.recommend-information__button {
	margin-top: 0.9375rem;
}

.recommend-information__button-text {
	align-items: center;
	background-color: #000;
	border-radius: 2.125rem;
	color: #fff;
	display: flex;
	font-size: 1.0625rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.4705882353;
	padding: 0.9375rem 0rem;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 100%;
	will-change: transform;
}

.recommend-information__button-text--red {
	background-color: #DD2E1E;
	margin-top: 0.625rem;
}

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

.recommend-list {
	padding: 3.75rem 0 5rem;
}

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

.recommend-list__header {
	text-align: center;
}

.recommend-list__en {
	color: #B32618;
	font-family: "GillSans", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.recommend-list__title {
	color: #373737;
	display: inline-block;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.2857142857;
	margin-top: 0.75rem;
}

.recommend-list__title span {
	color: #B32618;
	font-family: "Inter", sans-serif;
	font-size: 2.25rem;
}

.recommend-list__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.recommend-list__item {
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0rem 0.1875rem rgba(0, 0, 0, 0.25);
	width: 100%;
}

.recommend-list__head {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #B32618;
	border-radius: 0.5rem 0.5rem 0 0;
	color: #fff;
	display: flex;
	min-height: 4.5rem;
	padding: 0.6875rem 0rem 0.625rem 2rem;
	position: relative;
	text-align: left;
	text-decoration: none;
}

.recommend-list__arrow {
	height: 2.3125rem;
	position: absolute;
	right: 6%;
	top: 50%;
	transform: translate(0%, -50%);
	transition: transform 0.3s ease;
	width: 2.3125rem;
}

.recommend-list__head:hover .recommend-list__arrow {
	transform: translate(20%, -50%);
}

.recommend-list__name {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.25;
}

.recommend-list__name--font {
	font-size: 1rem;
	line-height: 1.5625;
}

.recommend-list__content {
	color: #B32618;
	padding: 0.76875rem 0.98125rem 1.25rem;
}

.recommend-list__wrapper {
	text-align: center;
}

.recommend-list__block {
	margin-top: 0.8125rem;
}

.recommend-list__block:first-of-type {
	margin-top: 0;
}

.recommend-list__block--margin {
	margin-top: 1.0625rem;
}

.recommend-list__block--margin:first-of-type {
	margin-top: 0;
}

.recommend-list__block--margin-second {
	margin-top: 1.1875rem;
}

.recommend-list__block--margin-second:first-of-type {
	margin-top: 0;
}

.recommend-list__location {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 600;
	gap: 1.5625rem;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.27;
	position: relative;
}

.recommend-list__location--number {
	gap: 0.78125rem;
}

.recommend-list__location::before,
.recommend-list__location::after {
	background-color: #B32618;
	content: "";
	flex-grow: 1;
	height: 0.0625rem;
	max-width: 100%;
}

.recommend-list__address,
.recommend-list__tel {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.27;
	margin-top: 0.5rem;
}

.recommend-list__address--font {
	font-size: 0.875rem;
}

.recommend-list__address--font-second {
	font-size: 0.8125rem;
}

.recommend-list__sentence {
	background-color: #F6F6F6;
	border-radius: 0.2rem;
	display: flex;
	margin-top: 0.54375rem;
	min-height: 8.875rem;
	padding: 1.125rem 1.75rem 0rem;
}

.recommend-list__text {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.27;
}

.recommend-list__map {
	margin-top: 0.75rem;
}

.recommend-list__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 306/95;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.recommend-section-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	text-align: center;
}

.recommend-section-title__text {
	color: #373737;
	font-size: 1.3125rem;
	font-weight: 600;
	line-height: 1.380952381;
}

.recommend-section-title__text--white {
	color: #fff;
}

.recommend-section-title__border {
	border-bottom: solid 2px #B32618;
	padding-top: 0.625rem;
	width: 5rem;
}

.recommend-section-title__border--white {
	border-bottom: solid 2px #fff;
}

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

.recommend-swiper__inner {
	margin: auto;
	max-width: 500px;
	padding-left: 1.25rem;
	padding-right: 0;
	position: relative;
	transition: padding 0.3s ease;
}

.recommend-swiper__button-prev,
.recommend-swiper__button-next {
	border-radius: 50%;
	bottom: 40.5%;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	cursor: pointer;
	height: 3.1875rem;
	position: absolute;
	transform: translateY(-50%);
	width: 3.1875rem;
	z-index: 10;
}

.recommend-swiper__button-prev {
	left: 0.1rem;
}

.recommend-swiper__button-next {
	right: 0.1rem;
}

.recommend-swiper__button-prev::after,
.recommend-swiper__button-next::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

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

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

.recommend-swiper__pagination {
	display: none;
}

.recommend-voice {
	padding: 2.5rem 0;
}

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

.recommend-voice__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.875rem;
}

.recommend-voice__item {
	background-color: #fff;
	border: solid 1px #B32618;
	border-radius: 0.625rem;
	display: flex;
	gap: 1rem;
	padding: 1.625rem 1.09375rem 0.625rem;
	width: 100%;
}

.recommend-voice__icon {
	max-width: 5.25rem;
	width: 100%;
}

.recommend-voice__icon img {
	height: 5.25rem;
	margin-left: auto;
	margin-right: auto;
	width: 5.25rem;
}

.recommend-voice__box {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	margin-top: 0.25rem;
	width: 100%;
}

.recommend-voice__text {
	color: #373737;
	flex-grow: 1;
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.01em;
	line-height: 1.6428571429;
}

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

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

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

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

.recommend-works {
	background-color: #B32618;
	margin-top: 2.5rem;
	padding: 3.75rem 0 5rem;
}

.recommend-works__card {
	background-color: #fff;
	border-radius: 0.625rem;
	text-align: center;
}

.recommend-works__image {
	border-radius: 0 0 0.625rem 0.625rem;
}

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

.recommend-works__sentence {
	color: #373737;
	padding: 0 1.25rem 1.9375rem;
}

.recommend-works__card-source {
	align-items: flex-end;
	display: flex;
	font-size: 0.625rem;
	font-weight: 300;
	justify-content: center;
	line-height: 2;
}

.recommend-works__card-source-text {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.recommend-works__name {
	border-bottom: solid 1px #000000;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 2;
	margin-top: 0.125rem;
}

.recommend-works__text {
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 0.5625rem;
	text-align: left;
}

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

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

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

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

.recommend__container {
	background-color: #F4F1F1;
	padding-top: 3.75rem;
	width: 100%;
}

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

.recommend__en {
	color: #B32618;
	font-family: "GillSans", sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.recommend__header {
	text-align: center;
}

.recommend__head {
	border-bottom: solid 2px #B32618;
	border-top: solid 2px #B32618;
	display: inline-block;
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.1923076923;
	margin: 1.25rem auto 0;
	padding: 0.875rem 0.6875rem;
	white-space: nowrap;
	width: 22.875rem;
}

.recommend__head-font {
	font-size: 1.4375rem;
}

.recommend__head-red {
	color: #B32618;
}

.recommend__head-orange {
	color: #DD2E1E;
}

.recommend__title {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.2857142857;
	margin-top: 1.25rem;
}

.recommend__title-red {
	color: #DD2E1E;
	font-family: "Inter", sans-serif;
	font-size: 2.1875rem;
}

.recommend__wrapper + .recommend__wrapper {
	margin-top: 3.75rem;
}

.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.125rem;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	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;
}

.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: 0rem;
	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: #fff;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0rem;
	transform: translateX(100%);
	transition: ease 0.3s;
	width: 68.1%;
	z-index: 8888;
}

.sp-nav.is-open {
	background-color: #DD2E1E;
	transform: translateX(0);
}

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

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

.sp-nav__link {
	align-items: center;
	display: flex;
}

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

.sp-nav__ja {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2;
}

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

.top-text {
	align-items: center;
	display: flex;
	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;
}

.works-swiper {
	margin-top: 1.25rem;
}

.works-swiper__inner {
	margin: auto;
	max-width: 500px;
	position: relative;
}

.works-swiper__button-prev,
.works-swiper__button-next {
	border-radius: 50%;
	bottom: 35.5%;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
	cursor: pointer;
	height: 3.1875rem;
	position: absolute;
	transform: translateY(-50%);
	width: 3.1875rem;
	z-index: 10;
}

.works-swiper__button-prev {
	left: 1.5625rem;
}

.works-swiper__button-next {
	right: 1.5625rem;
}

.works-swiper__button-prev::after,
.works-swiper__button-next::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

.works-swiper__button-prev::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/slider-next.svg");
}

.works-swiper__button-next::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/slider-prev.svg");
}

.works-swiper__pagination {
	display: none;
}

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

.comparison__glass {
	height: 2.625rem;
	right: 3.125rem;
	top: -8.8%;
	width: 2.5625rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.button__text {
	border-radius: 4.0875rem;
	font-size: 1.375rem;
	line-height: 1.3636363636;
	padding: 1.375rem 0rem 1.3125rem;
	width: 28.4375rem;
}

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

.comparison__inner {
	max-width: 76.6875rem;
}

.comparison__header::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/comparison-header-icon.webp");
	height: 8.625rem;
	top: 36%;
	transform: translate(-50%, -50%);
	width: 58.5625rem;
}

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

.comparison__title {
	margin-top: 1.25rem;
}

.comparison__title-top {
	font-size: 1.875rem;
	line-height: 1.7;
}

.comparison__title-red {
	font-size: 2.25rem;
	line-height: 1.4166666667;
}

.comparison__title-orange {
	font-size: 2.25rem;
	line-height: 1.4166666667;
}

.comparison__title-bottom {
	font-size: 2.25rem;
	line-height: 1.4166666667;
	margin-top: 0.5rem;
}

.comparison__title-font {
	font-size: 1.875rem;
	padding-right: 0.5625rem;
}

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

.comparison__img {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 88%;
}

.comparison__content {
	border: solid 4px #B32618;
	margin-top: 7.1875rem;
	padding: 3.75rem 4.75rem 1.5rem;
}

.comparison__point {
	border: solid 4px #B32618;
	border-radius: 5rem;
	font-size: 1.875rem;
	left: 50%;
	line-height: 2;
	padding: 0.875rem 0;
	text-align: center;
	top: -9.7%;
	width: 42.1875rem;
}

.comparison__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3.875rem;
}

.comparison__glass {
	height: 2.625rem;
	right: 20%;
	top: -23%;
	width: 2.5625rem;
}

.comparison__item {
	margin: 0;
	max-width: calc(50% - 1.9375rem);
	padding: 1.875rem 1.8125rem 2.25rem;
}

.comparison__icon {
	height: 4.625rem;
	width: 4.625rem;
}

.comparison__text {
	font-size: 1.5rem;
	line-height: 1.3333333333;
	margin-top: 0.8125rem;
}

.comparison__arrow {
	height: 2.9375rem;
	margin: 1.4375rem auto 0;
	width: 10.9375rem;
}

.comparison__recommendation {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 1.5rem;
	padding: 0.4375rem 0 0.5rem;
}

.comparison__buttons {
	margin-top: 2.5rem;
}

.comparison__button-text {
	border-radius: 4.0875rem;
	font-size: 1.5rem;
	line-height: 1.0416666667;
	padding: 1.4375rem 0rem 1.5625rem;
	width: 45rem;
}

.footer {
	padding: 1rem 0 1.875rem;
}

.footer__remarks {
	font-size: 1.25rem;
	line-height: 2;
	text-align: center;
}

.fv {
	padding-bottom: 6.125rem;
	padding-top: 4.4375rem;
}

.fv::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/fv-img.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 47.8125rem;
	position: absolute;
	right: calc(50% - min(53%, 50rem));
	top: 6.875rem;
	width: 51.75rem;
	z-index: -1;
}

.fv__inner {
	max-width: 80rem;
	padding: 0 1.25rem;
}

.fv__heading {
	display: flex;
	flex-direction: column-reverse;
}

.fv__title {
	font-size: 4rem;
	line-height: 1.4;
	margin-top: 1.875rem;
}

.fv__title-prefectures {
	font-size: 3.5rem;
}

.fv__title-others {
	font-size: 3rem;
}

.fv__head {
	font-size: 2rem;
	margin-top: 0rem;
}

.fv__content {
	padding-right: 0rem;
	text-align: left;
}

.fv__wrapper {
	margin-top: 1.875rem;
	max-width: 31.75rem;
}

.fv__box {
	gap: 0.625rem;
}

.fv__border {
	height: 1.9375rem;
	width: 1.125rem;
}

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

.fv__box-text span {
	font-size: 2.3125rem;
}

.fv__introduction {
	font-size: 2rem;
	width: 31.75rem;
}

.fv__introduction span {
	font-size: 2.4375rem;
	letter-spacing: 0.06em;
}

.fv__buttons {
	margin-top: 3.75rem;
}

.fv__button-text {
	font-size: 2.41875rem;
	line-height: 2;
	padding: 1.125rem 1.875rem 1.09375rem 0;
	width: 54.5rem;
}

.fv__button-text::after {
	height: 1.825rem;
	right: 2.25rem;
	top: 50%;
	width: 1.03125rem;
}

.header__hamburger {
	display: none;
}

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

.header {
	padding-top: 1.875rem;
}

.header:not(.is-fixed-show) {
	position: static;
}

.is-fixed-show {
	padding-top: 0.625rem;
}

.header__container {
	height: 4.5rem;
	padding-left: 3.125rem;
	padding-right: 2.5rem;
}

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

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

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

.introduction__inner {
	max-width: 76.375rem;
	padding: 0 1.25rem;
}

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

.introduction__title {
	font-size: 2.1875rem;
	line-height: 1.1;
	margin-top: 1.5rem;
}

.introduction__title-font {
	font-size: 2.5rem;
	line-height: 1.1;
	margin-top: 0rem;
}

.introduction__title-color-font {
	font-size: 3.375rem;
}

.introduction__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 5.375rem;
	margin-top: 3.0625rem;
}

.introduction__item {
	margin: 0;
	max-width: calc(50% - 2.6875rem);
}

.introduction__head {
	gap: 0.9rem;
}

.introduction__head-border {
	height: 2.9375rem;
	width: 1.6875rem;
}

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

.introduction__content {
	border-radius: 0.625rem;
	margin-top: 1rem;
	padding: 2.75rem 0 3.4375rem;
}

.introduction__name {
	font-size: 1.875rem;
	letter-spacing: 0.04em;
	line-height: 1.3333333333;
}

.introduction__name-dot {
	letter-spacing: -0.16em;
}

.introduction__name-font {
	font-size: 2rem;
}

.introduction__wrapper {
	margin-top: 1.625rem;
	padding: 0 2.96875rem;
}

.introduction__img img {
	aspect-ratio: 451/226;
}

.introduction__source {
	font-size: 0.6875rem;
	letter-spacing: 0.04em;
	line-height: 2.7272727273;
	margin-top: 0.125rem;
}

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

.introduction__card {
	border-radius: 0.625rem;
	margin-top: 0.5625rem;
	padding: 1.25rem 3.625rem 1.875rem;
}

.introduction__card--padding {
	padding: 1.25rem 3.625rem 3.375rem;
}

.introduction__card-title {
	font-size: 1.5rem;
	line-height: 1.6666666667;
	margin-bottom: 0.625rem;
}

.introduction__card-title::before,
.introduction__card-title::after {
	width: 7.8125rem;
}

.introduction__card-title::before {
	left: -8.875rem;
}

.introduction__card-title::after {
	right: -8.875rem;
}

.introduction__card-block {
	margin-top: 1.125rem;
	padding-top: 1.125rem;
}

.introduction__card-text {
	font-size: 1rem;
	line-height: 1.4375;
}

.introduction__buttons {
	margin-top: 1.875rem;
}

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

.introduction__button-text {
	border-radius: 4.0875rem;
	font-size: 1.375rem;
	height: 6.4375rem;
	line-height: 1.3636363636;
	padding: 1.3125rem 0rem 1.375rem;
}

.introduction__button-text--font {
	font-size: 1.25rem;
}

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

.introduction__button-text span {
	font-size: 1.25rem;
}

.recommend-company {
	position: relative;
}

.recommend-company__name {
	border-radius: 0rem 0.625rem 0.625rem 0;
	bottom: -1%;
	font-size: 2rem;
	left: 0%;
	line-height: 1.4;
	padding: 2rem 34.375rem 2rem 2.875rem;
	position: absolute;
	text-align: left;
}

.recommend-company__name--elj {
	border-radius: 0rem 0.625rem 0.625rem 0;
	bottom: -1%;
	font-size: 1.625rem;
	left: 0%;
	line-height: 1.4;
	padding: 2rem 34.375rem 2rem 2.875rem;
	position: absolute;
	text-align: left;
}

.recommend-company__inner {
	max-width: 67.75rem;
	padding: 0 1.25rem;
}

.recommend-company__content {
	display: flex;
	gap: 2.6875rem;
	margin-top: 3.0625rem;
	max-width: 63.4375rem;
}

.recommend-company__text {
	font-size: 1.625rem;
	line-height: 1.3846153846;
	margin-top: 4.0625rem;
	text-align: left;
	width: 35.66%;
}

.recommend-company__images {
	margin-top: 0rem;
	position: relative;
	width: 60.09%;
	z-index: 10;
}

.recommend-company__img {
	width: 100%;
}

.recommend-company__img:hover img {
	transform: scale(1.05);
}

.recommend-company__img img {
	aspect-ratio: 610/302;
}

.recommend-company__source {
	color: #fff;
	font-size: 0.6875rem;
	line-height: 2.7272727273;
}

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

.recommend-faq::before {
	height: 23rem;
	right: calc(50% - min(50%, 34rem));
	width: 11.9375rem;
}

.recommend-faq__inner {
	max-width: 66.375rem;
}

.recommend-faq__en {
	font-size: 1.5rem;
	line-height: 1.2083333333;
}

.recommend-faq__title {
	font-size: 2.25rem;
	line-height: 1.3;
	margin-top: 0.625rem;
}

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

.recommend-faq__question {
	border-radius: 0.625rem;
	display: inline-block;
	font-size: 1.25rem;
	line-height: 2;
	padding: 0 1.25rem;
	text-align: left;
}

.recommend-faq__answer {
	margin-top: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 0rem;
}

.recommend-faq__answer-en,
.recommend-faq__answer-text {
	font-size: 1.25rem;
	line-height: 1.5;
}

.recommend-feature {
	margin-top: 5.6875rem;
}

.recommend-feature__inner {
	max-width: 60.8125rem;
	padding: 0 1.25rem;
}

.recommend-feature__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.875rem;
	margin-top: 4.9375rem;
}

.recommend-feature__item {
	margin: 0;
	max-width: calc(33.3333% - 1.25rem);
	padding: 2.6875rem 1.8125rem 1.875rem;
}

.recommend-feature__point {
	font-size: 0.71875rem;
	height: 4.1875rem;
	line-height: 1.4;
	top: -12%;
	width: 4.1875rem;
}

.recommend-feature__point span {
	font-size: 1.6875rem;
	line-height: 1;
}

.recommend-feature__head {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	justify-content: center;
	line-height: 1.4;
	min-height: 6.5625rem;
	padding-bottom: 1.25rem;
}

.recommend-feature__text {
	margin-top: 1.1875rem;
}

.recommend-feature__text--letter {
	letter-spacing: 0.03em;
}

.recommend-feature__buttons {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 5.6875rem;
}

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

.recommend-info {
	padding: 3.75rem 0 5rem;
}

.recommend-info__inner {
	max-width: 60.8125rem;
	padding: 0 1.25rem;
}

.recommend-info__container {
	align-items: flex-end;
	display: flex;
	flex-direction: row-reverse;
	gap: 4.28125rem;
	max-width: 54.6875rem;
}

.recommend-info__content {
	margin-top: 0rem;
	width: 60.68em;
}

.recommend-info__map {
	height: 17.5rem;
	width: 32%;
}

.recommend-info__map iframe {
	height: 17.5rem;
	width: 17.5rem;
}

.info-list__item {
	align-items: center;
	padding: 0.9375rem 0 1.1875rem;
}

.info-list__item--padding {
	padding: 0.9375rem 0 1.1875rem;
}

.info-list__icon {
	top: 0;
}

.info-list__text {
	font-size: 1.25rem;
	line-height: 1.8;
	margin-left: 1.4375rem;
	transition: 0.5s;
}

.info-list__text--elj {
	line-height: 1.2;
}

.info-list__text--link {
	font-size: 1.25rem;
}

.recommend-info__buttons {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 3.75rem;
}

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

.recommend-information {
	padding: 3.75rem 0 5rem;
}

.recommend-information__inner {
	max-width: 65.9375rem;
}

.recommend-information__light {
	display: none;
}

.recommend-information__en {
	font-size: 1.5rem;
	line-height: 1.2083333333;
}

.recommend-information__title {
	font-size: 2.25rem;
	line-height: 1.3;
	margin-top: 0.625rem;
}

.recommend-information__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.9375rem;
	margin-top: 2.1875rem;
}

.recommend-information__item {
	margin: 0;
	max-width: calc(50% - 0.46875rem);
	padding: 1.1875rem 1.25rem;
}

.recommend-information__head {
	border-bottom: solid 2px #B32618;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 2;
	padding-bottom: 0.4375rem;
	white-space: nowrap;
}

.recommend-information__head--text {
	border-bottom: solid 2px #B32618;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 2;
	padding-bottom: 0.4375rem;
	white-space: nowrap;
}

.recommend-information__wrapper {
	display: flex;
	gap: 1.1875rem;
	justify-content: center;
	margin-top: 0.9375rem;
}

.recommend-information__box {
	width: 47.01%;
}

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

.recommend-information__img img {
	aspect-ratio: 213/109;
}

.recommend-information__button-text--red {
	margin-top: 0rem;
}

.recommend-list {
	padding: 4.1875rem 0 5rem;
}

.recommend-list__inner {
	max-width: 65.5rem;
	padding: 0 1.25rem;
}

.recommend-list__en {
	font-size: 1.5rem;
	line-height: 1.2083333333;
}

.recommend-list__title {
	border-bottom: solid 3px #B32618;
	font-size: 2.25rem;
	line-height: 1.5555555556;
	margin-top: 0rem;
}

.recommend-list__title span {
	font-size: 2.875rem;
}

.recommend-list__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 2.8125rem;
}

.recommend-list__item {
	margin: 0;
	max-width: calc(33.3333% - 0.8333333333rem);
}

.recommend-list__head {
	border-radius: 0.5rem 0.5rem 0 0;
	min-height: 4.5rem;
	padding: 0.6875rem 0rem 0.625rem 2rem;
}

.recommend-list__arrow {
	height: 2.3125rem;
	right: 6%;
	width: 2.3125rem;
}

.recommend-list__name--font {
	font-size: 1rem;
	line-height: 1.5625;
}

.recommend-list__content {
	padding: 0.76875rem 0.98125rem 1.25rem;
}

.recommend-list__location {
	font-size: 1.125rem;
	gap: 1.5625rem;
	line-height: 1.27;
}

.recommend-list__location--number {
	gap: 0.78125rem;
}

.recommend-list__address,
.recommend-list__tel {
	font-size: 1rem;
	line-height: 1.27;
	margin-top: 0.5rem;
}

.recommend-list__address--font {
	font-size: 0.875rem;
}

.recommend-list__address--font-second {
	font-size: 0.8125rem;
}

.recommend-list__sentence {
	padding: 1.075rem 1.6875rem 0rem;
}

.recommend-list__text {
	font-size: 1rem;
	line-height: 1.27;
}

.recommend-list__map iframe {
	aspect-ratio: 290/90;
}

.recommend-section-title {
	flex-direction: row;
}

.recommend-section-title::before,
.recommend-section-title::after {
	background-color: #B32618;
	content: "";
	flex: 1;
	height: 0.0625rem;
	max-width: 6.0625rem;
}

.recommend-section-title--white::before,
.recommend-section-title--white::after {
	background-color: #fff;
}

.recommend-section-title::before {
	margin-right: 2rem;
}

.recommend-section-title::after {
	margin-left: 2rem;
}

.recommend-section-title__text {
	font-size: 2rem;
	line-height: 2;
	white-space: nowrap;
}

.recommend-section-title__border {
	border: none;
	padding-top: 0rem;
	width: 0rem;
}

.recommend-voice {
	padding: 3.75rem 0;
}

.recommend-voice__inner {
	max-width: 60.8125rem;
	padding: 0 1.25rem;
}

.recommend-voice__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.625rem;
	margin-top: 2.5rem;
}

.recommend-voice__item {
	align-items: center;
	border: solid 2px #B32618;
	flex-direction: column;
	gap: 0;
	margin: 0;
	max-width: calc(33.3333% - 1.75rem);
	padding: 1.75rem 1.75rem 0.625rem;
}

.recommend-voice__icon {
	max-width: 100%;
}

.recommend-voice__icon img {
	height: 8.25rem;
	width: 8.25rem;
}

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

.recommend-voice__source {
	font-size: 0.875rem;
	letter-spacing: 0.01em;
	line-height: 1.6428571429;
	margin-top: 0.9375rem;
}

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

.recommend-voice__buttons {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 2.1875rem;
}

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

.recommend-works {
	margin-top: 3.75rem;
	padding: 3.75rem 0 5rem;
}

.recommend-works__image img {
	aspect-ratio: 456/258;
}

.recommend-works__sentence {
	padding: 0.625rem 3.5rem 1.9375rem;
}

.recommend-works__card-source {
	margin-top: 0.625rem;
}

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

.recommend-works__name {
	font-size: 1.25rem;
	margin-top: 0.625rem;
	padding-bottom: 0.3125rem;
}

.recommend-works__text {
	font-size: 1rem;
	line-height: 1.375;
	margin-top: 0.6875rem;
}

.recommend-works__inner {
	max-width: 100%;
	padding: 0;
}

.recommend-works__buttons {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	margin-top: 3.75rem;
}

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

.recommend {
	max-width: 90rem;
}

.recommend__container {
	padding-top: 4.375rem;
	width: 80%;
}

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

.recommend__head {
	font-size: 2.5rem;
	line-height: 1.025;
	margin: 2.125rem auto 0;
	padding: 1.125rem 2.125rem 1.3125rem;
	width: 38.625rem;
}

.recommend__head-font {
	font-size: 2.25rem;
}

.recommend__title {
	font-size: 2.25rem;
	letter-spacing: -0.02em;
	line-height: 1.6944444444;
	margin-top: 0.9375rem;
}

.recommend__title-red {
	font-size: 3.125rem;
	line-height: 1.22;
}

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

.scroll-top {
	bottom: 13.125rem;
	height: 3.75rem;
	right: 1.125rem;
	width: 3.75rem;
}

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

.overlay {
	display: none;
}

.sp-nav {
	display: none;
}

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

.works-swiper {
	margin-top: 3.4375rem;
}

.works-swiper__inner {
	max-width: 71.25rem;
}

/* PC 用ボタンレイアウト（centeredSlides:false 用に最適化） */
@media screen and (min-width: 768px) {
	.works-swiper__button-prev,
	.works-swiper__button-next {
		top: 45%;                     /* ボタンの縦位置を中央付近に */
		transform: translateY(-50%);
		height: 4rem;
		width: 4rem;
		z-index: 9999;               /* クリック不可対策 */
	}

	.works-swiper__button-prev {
		left: 5% !important;         /* 左ボタンを内側へ */
	}

	.works-swiper__button-next {
		right: 5% !important;        /* 右ボタンを内側へ */
	}
}


}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

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

.recommend-information__light {
	display: block;
	height: 2.9375rem;
	right: 0%;
	top: 23%;
	width: 2.5rem;
}

}

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

.recommend-company__name {
	bottom: -1%;
	font-size: 2.25rem;
	left: 0%;
	line-height: 1.4;
	padding: 2rem 31.25rem 2rem 2.875rem;
	position: absolute;
	text-align: left;
}

.recommend-company__name--elj {
	bottom: -1%;
	font-size: 1.75rem;
	left: 0%;
	line-height: 1.4;
	padding: 2rem 31.25rem 2rem 2.875rem;
	position: absolute;
	text-align: left;
}

.recommend-company__text {
	font-size: 1.75rem;
	line-height: 1.3928571429;
	margin-top: 4.0625rem;
	text-align: left;
	width: 35.66%;
}

.recommend-information__head {
	font-size: 1.1875rem;
}

.recommend-information__head--text {
	font-size: 1.125rem;
}

}

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

.recommend-company__name--elj {
	bottom: -1%;
	font-size: 2rem;
	left: 0%;
	line-height: 1.4;
	padding: 2rem 30.5625rem 2rem 2.875rem;
	position: absolute;
	text-align: left;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

@keyframes kirakira {

0% {
	left: -75%;
}

50% {
	left: 100%;
}

100% {
	left: 100%;
}

}

/* Follower Banner CSS */
#follower-banner {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10050; /* overlayより前に */
	padding: 10px;
	border-radius: 5px;
	max-width: 50%;
	opacity: 0;               /* 初期は非表示 */
	transform: translateY(10px);
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  #follower-banner.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
  }
  
  #follower-banner a { display: block; }
  #follower-banner img { max-width: 100%; height: auto; }
  
  #close-banner {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	cursor: pointer;
  }
  
  @media (max-width: 768px) {
	#follower-banner { max-width: 100%; }
  }
  
  #internal-link{
	padding: 3rem 0;
	background: rgba(29, 42, 80, 0.10);
  }
  
  .internal-link__main-title{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 2rem;
	font-weight: bold;
  }
  
  .internal-link__area-items{
	justify-content: space-between;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* justify-content: center; */
	overflow: hidden;
	margin: 2rem 0;
  }
  
  .internal-link__area-item-child-title{
	font-size: 1.5rem;
	border-bottom: 1px solid #000;
	margin-bottom: 1rem;
  }
  
  .internal-link__area-item-child-inners{
	margin-left: 1rem;
  }
  
  .internal-link__area-item-child-inner{
	width: 30%;
	margin: 0.5rem;
	box-sizing: border-box;
  }
  
  .internal-link__area-item-child-inner a{
	font-size: 1rem;
	position: relative;
	padding-left: 2.5rem;
	font-weight: 500;
  }
  
  .internal-link__area-item-child-inner a::before{
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2px;
	width: 9px;
	height: 9px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
  }
  
  @media screen and (max-width: 768px) {
	.internal-link__area-item-child-inner{
	  width: 100%;
	}
	.internal-link__area-item-child-title{
	  margin-bottom: 2rem;
	}
	.internal-link__area-items {
	  display: block;
	}
  }
  
  #media_image-2 {
	display: none;
  }


/* スワイパーのボタンはヘッダーより下に */
.works-swiper__button-prev,
.works-swiper__button-next,
.recommend-swiper__button-prev,
.recommend-swiper__button-next {
    position: absolute;
    z-index: 5 !important;  /* 数値を低く */
}

/* SPのみ：施工実績スライダーを中央寄せ風にする */
@media (max-width: 767px) {
	.works-swiper__inner {
	  padding-left: 1.5rem; /* ← この数値で中央寄せ具合が変わる */
	}
  }
  
/* 画面幅1800px〜2300px */
@media (min-width: 1500px) and (max-width: 2299px) {
	.scroll-top {
	  width: 4.75rem;
	  height: 10.75rem;
	}
  }
  
  /* 画面幅2300px以上 */
  @media (min-width: 2300px) {
	.scroll-top {
	  width: 4.75rem;
	  height: 12.75rem;
	}
  }
  
  /* SWELL の ::before / ::after の縦伸びを消す */
.scroll-top::before,
.scroll-top::after {
  display: none !important;
}

/* ボタン内部フィット & 伸び防止 */
.scroll-top {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: fixed;
  right: 1rem !important;      /* ← 位置修正 */
  bottom: 13.125rem !important; /* ← 位置修正（必要に応じて） */
}

/* aタグ・imgタグをボタンサイズに合わせる */
.scroll-top a {
  display: block;
  width: 100%;
  height: 100%;
}

.scroll-top img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 2000px) {
	.scroll-top {
	  bottom: 20rem !important; /* ← 上に移動させたい位置に変更 */
	}
  }

  /* ▼ scroll-top ボタンの影を完全に消す */
.scroll-top {
	box-shadow: none !important;
  }

  @media (max-width: 767px) {
	.scroll-top {
	  bottom: 8rem !important;  /* ← スマホ用に下げる値 */
	  right: 1rem !important;   /* 位置がズレないよう明示 */
	}
  }
  