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

/*
---------------------------------------------
	TOP common
---------------------------------------------
*/

body {
	background-color: #FFFCDE;
	color: #333;
	font-family: "Tsukushi B Round Gothic", 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: #FFFEEF;
	cursor: pointer;
	max-width: 20.625rem;
	overflow: hidden;
	width: 100%;
}

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

.evaluation {
	overflow: hidden;
	padding: 3.75rem 0 2.5rem;
	text-align: center;
}

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

.evaluation__title {
	color: #2C781E;
	font-size: 1.6625rem;
	font-weight: 700;
	line-height: 1.2;
}

.evaluation__title span {
	font-size: 2rem;
}

.evaluation__list {
	display: flex;
	flex-direction: column;
	gap: 1.725rem;
	margin-top: 2rem;
	position: relative;
}

.evaluation__list::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/evaluation-logo-lift.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6.75rem;
	left: calc(50% - min(68%, 50rem));
	position: absolute;
	top: -3.75rem;
	width: 8.375rem;
	z-index: -1;
}

.evaluation__list::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/evaluation-logo-right.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 6.75rem;
	position: absolute;
	right: calc(50% - min(68%, 50rem));
	top: -3.75rem;
	width: 8.375rem;
	z-index: -1;
}

.evaluation__item {
	background-color: #6CA223;
	border-radius: 0.5rem;
	box-shadow: 0 0.229375rem 0 0 #2C781E;
	padding: 1.71875rem 0 3.4375rem;
	width: 100%;
}

.evaluation__head {
	color: #fff;
	font-size: 1.14375rem;
	font-weight: 700;
	line-height: 1.2513661202;
}

.evaluation__name {
	background-color: #fff;
	border-radius: 3.75rem;
	color: #2C781E;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5234375;
	margin: 0.875rem auto 0;
	padding: 0.875rem 0 0.8125rem;
	width: 94.29%;
}

.evaluation__img {
	margin: 1.14375rem auto 0;
	width: 88.29%;
}

.evaluation__img a {
	display: block;
}

.evaluation__img img {
	-o-object-fit: cover;
	aspect-ratio: 310/177;
	height: auto;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.evaluation__source {
	align-items: flex-end;
	color: #fff;
	display: flex;
	font-size: 0.5625rem;
	font-weight: 700;
	justify-content: center;
	line-height: 2.5555555556;
	margin-top: 0.5625rem;
}

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

.evaluation__table {
	margin: 1.1375rem auto 0;
	width: 88.29%;
}

.evaluation__table img {
	-o-object-fit: cover;
	aspect-ratio: 340/693;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.evaluation__buttons {
	margin-top: 1.6875rem;
}

.evaluation__button + .evaluation__button {
	margin-top: 1.1625rem;
}

.evaluation__button-text {
	align-items: center;
	background-color: #1B4E12;
	border: solid 0.125rem #1B4E12;
	border-radius: 3.4375rem;
	box-shadow: 0 0.34375rem 0 0 #307024;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.425;
	padding: 1rem 0rem 0.875rem;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 88.29%;
	will-change: transform;
}

.evaluation__button-text--white {
	background-color: #fff;
	border: solid 0.125rem #fff;
	box-shadow: 0 0.34375rem 0 0 #307024;
	color: #2C781E;
}

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

.evaluation__remarks {
	color: #000;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.0833333333;
	margin-top: 1.25rem;
	text-align: left;
}

.fv {
	overflow: hidden;
	padding-bottom: 1.3875rem;
	padding-top: 6.625rem;
}

.fv__bg {
	position: relative;
}

.fv__bg::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/fv-bg-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 45.0625rem;
	position: absolute;
	right: calc(50% - min(106%, 26.5rem));
	top: -9.5625rem;
	width: 47.875rem;
	z-index: -1;
}

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

.fv__comment img {
	height: 7.375rem;
	padding-left: 0.375rem;
	width: 22.4375rem;
}

.fv__title {
	display: flex;
	flex-direction: column;
	margin-top: 0.95rem;
	text-align: center;
}

.fv__title-main {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.15;
	padding-left: 0.625rem;
	text-align: left;
}

.fv__title-main span {
	font-size: 2.175rem;
}

.fv__title-sub {
	background-color: #6CA223;
	border-radius: 5rem;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1666666667;
	margin: 1.25rem auto 0;
	padding: 1rem 0 0.9375rem;
	width: 97.3%;
}

.fv__list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 2.5625rem;
}

.fv__item {
	position: relative;
	width: 100%;
}

.fv__position {
	left: 50%;
	position: absolute;
	top: -7%;
	transform: translate(-50%, 0%);
}

.label {
	background-color: #1B7A12;
	border-radius: 1rem;
	box-shadow: 0 0.25rem 0rem 0 #1B4E12;
	color: #fff;
	display: inline-block;
	font-size: 1.23125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.1878172589;
	padding: 0.5625rem 0rem;
	position: relative;
	text-align: center;
	width: 14.8125rem;
}

.label::after {
	border-left: 0.625rem solid transparent;
	border-right: 0.625rem solid transparent;
	border-top: 0.625rem solid #1B7A12;
	bottom: -0.625rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0;
}

.fv__sentence {
	background-color: #fff;
	border-radius: 0.59375rem;
	box-shadow: 0 0.25rem 0rem 0 rgba(0, 0, 0, 0.25);
	padding: 3.3125rem 2.01875rem 1.15625rem;
}

.fv__box {
	align-items: center;
	display: flex;
	gap: 0.84375rem;
}

.fv__box + .fv__box {
	margin-top: 0.25rem;
}

.fv__icon {
	height: 1.4rem;
	position: relative;
	top: -0.0625rem;
	width: 1.7375rem;
}

.fv__text {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.625;
}

.fv__text--red {
	color: #C95B00;
}

.fv__source {
	align-items: flex-end;
	color: #454545;
	display: flex;
	font-size: 0.625rem;
	font-weight: medium;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 0.625rem;
}

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

.header__hamburger {
	background-color: #fff;
	border: solid 2px #C2DB21;
	border-radius: 50%;
	box-shadow: 0 0.1875rem 0 0 #7F8E1F;
	height: 3.875rem;
	padding: 0.25rem 1.03125rem 0rem 0.84375rem;
	text-align: right;
	transition: background-color 0.3s ease;
	width: 3.875rem;
	z-index: 9999;
}

.header__hamburger.is-open {
	background-color: #fff;
}

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

.header__hamburger.is-open span {
	background-color: #6CA223;
}

.header__hamburger span:nth-child(1) {
	margin-left: auto;
	top: 0;
	width: 1.8rem;
}

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

.header__hamburger span:nth-child(3) {
	margin-left: auto;
	top: 0;
	width: 0.95625rem;
}

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

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

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

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

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

.pc-nav__item--nav a {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 min(1.5vw, 40px);
}

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

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

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

.header__container {
	align-items: flex-end;
	background-color: transparent;
	display: flex;
	height: inherit;
	height: 6rem;
	justify-content: space-between;
	padding: 0.625rem;
	position: relative;
	transition: background-color 0.3s ease;
}

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

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

.header__logo img {
	height: 4.75rem;
	width: 4.75rem;
}

.header__flex {
	align-items: center;
	display: flex;
	gap: 0.40625rem;
}

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

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

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

.look__title {
	background-color: #fff;
	border: solid 1.5px #6CA223;
	border-radius: 2.8125rem;
	box-shadow: 0 0.28125rem 0 0 #6CA223;
	text-align: center;
}

.look__title-link {
	border-radius: 2.8125rem;
	color: #454545;
	display: block;
	font-size: 1.21875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4871794872;
	padding: 1.0625rem 0 1.03125rem;
	transition: all 0.3s ease;
}

.look__sentence {
	background-color: #fff;
	border-radius: 0.5rem;
	margin-top: 2.5rem;
	padding: 1.25rem 1.25rem 1.875rem;
}

.look__text {
	color: #1B4E12;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.8125;
}

.look__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9375rem 0.6875rem;
	margin-top: 1.875rem;
}

.look__item {
	max-width: calc(50% - 0.34375rem);
	width: 100%;
}

.look__link {
	align-items: center;
	background-color: #6CA223;
	border-radius: 0.375rem;
	box-shadow: 0 0.25rem 0 0 #2C781E;
	color: #fff;
	display: block;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	padding: 0.9375rem 0 0.875rem;
	text-align: center;
	transform: translateY(0);
	transition: none;
}

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

.pc-nav__list {
	display: flex;
}

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

.pc-nav__dot {
	height: 1.125rem;
	width: 1.125rem;
}

.pc-nav__ja {
	-webkit-text-decoration: none;
	color: #454545;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	position: relative;
	text-decoration: none;
}

.pc-nav__ja::after {
	background-color: #454545;
	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__button-text {
	align-items: center;
	background-color: #6CA223;
	border-radius: 3.0625rem;
	box-shadow: 0 0.25rem 0 0 #2C781E;
	color: #fff;
	display: inline-flex;
	font-size: 0.96875rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.1870967742;
	padding: 0.78125rem 0rem 0.78125rem;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 13.1875rem;
	will-change: transform;
}

.pc-nav__button {
	position: relative;
}

.pc-nav__button-icon {
	bottom: 24%;
	height: 0.78125rem;
	position: absolute;
	right: 16.6%;
	width: 0.78125rem;
}

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

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

.point__title {
	text-align: center;
}

.point__title-comment {
	height: 5rem;
	margin-left: auto;
	margin-right: auto;
	width: 16.9375rem;
}

.point__title-jp {
	display: inline-block;
	font-size: 1.675rem;
	font-weight: 700;
	line-height: 1.1929824561;
	margin-top: 0.6375rem;
}

.point__title-jp-color {
	color: #FFA76C;
	font-size: 2.0125rem;
}

.point__title-jp-font {
	font-size: 2.01875rem;
}

.point__list {
	margin-top: 4.8125rem;
}

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

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

.point__img--second img {
	aspect-ratio: 554/432;
}

.point__img--third img {
	aspect-ratio: 554/430;
}

.point__head {
	color: #BB4516;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3333333333;
	margin-top: 2.5rem;
}

.point__box {
	margin-top: 1.25rem;
}

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

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

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

.point__button-text {
	align-items: center;
	background-color: #BB4516;
	border: solid 0.125rem #BB4516;
	border-radius: 3.4625rem;
	box-shadow: 0 0.375rem 0 0 #C95B00;
	color: #fff;
	display: inline-flex;
	font-size: 1.375rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.5;
	padding: 1.3125rem 0rem 1.28125rem;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 21.875rem;
	will-change: transform;
}

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

.recommend-button__text {
	align-items: center;
	background-color: #2FA7C5;
	border: solid 0.125rem #2FA7C5;
	border-radius: 3.75rem;
	box-shadow: 0 0.375rem 0 0 #1D6D81;
	color: #fff;
	display: inline-flex;
	font-size: 1.375rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.4090909091;
	padding: 1.0625rem 0rem 0.9375rem;
	position: relative;
	text-align: center;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 21.25rem;
	will-change: transform;
}

.recommend-button__strong-article {
	background-color: #fff;
	box-shadow: 0 0.375rem 0 0 #2FA7C5;
	color: #2FA7C5;
}

.recommend-button__text--case-case {
	background-color: #1B4E12;
	border: solid 0.125rem #1B4E12;
	box-shadow: 0 0.375rem 0 0 #2C781E;
	color: #fff;
}

.recommend-button__text--case-article {
	background-color: #fff;
	border: solid 0.125rem #C2DB21;
	box-shadow: 0 0.375rem 0 0 #C2DB21;
	color: #1B4E12;
}

.recommend-button__text--voice-case {
	background-color: #3DC77D;
	border: solid 0.125rem #3DC77D;
	box-shadow: 0 0.375rem 0 0 #32915E;
	color: #fff;
}

.recommend-button__text--voice-article {
	background-color: #fff;
	border: solid 0.125rem #3DC77D;
	box-shadow: 0 0.375rem 0 0 #3DC77D;
	color: #32915E;
}

.recommend-button__text--company-case {
	background-color: #2C781E;
	border: solid 0.125rem #2C781E;
	box-shadow: 0 0.375rem 0 0 #1B4E12;
	color: #fff;
}

.recommend-button__text--company-article {
	background-color: #fff;
	border: solid 0.125rem #2C781E;
	box-shadow: 0 0.375rem 0 0 #2C781E;
	color: #2C781E;
}

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

.recommend-case {
	background-color: #FFF9BF;
	padding: 3.75rem 0 3.125rem;
}

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

.recommend-case__heading {
	align-items: center;
	display: flex;
	gap: 2.875rem;
	justify-content: center;
}

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

.recommend-case__ima {
	border-collapse: collapse;
	height: 15.1875rem;
	width: 46.375rem;
}

.recommend-case__ima img {
	-o-object-fit: cover;
	aspect-ratio: 742/243;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.recommend-case__source {
	align-items: flex-end;
	display: flex;
	font-size: 0.625rem;
	font-weight: 300;
	justify-content: center;
	line-height: 2.5;
	margin-top: 1.25rem;
}

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

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

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

.recommend-company {
	background-color: #DEED8B;
	padding: 2.5rem 0;
}

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

.recommend-company__info {
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 1.125rem;
}

.recommend-company__wrap + .recommend-company__wrap {
	margin-top: 0.85rem;
}

.recommend-company__box {
	align-items: center;
	display: flex;
	gap: 1.125rem;
	padding-left: 0.375rem;
}

.recommend-company__cycle {
	height: 0.96875rem;
	width: 0.96875rem;
}

.recommend-company__text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.recommend-company__text a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.recommend-company__text--font {
	font-size: 0.9375rem;
	line-height: 1.5333333333;
}

.recommend-company__text--font-second {
	font-size: 0.875rem;
	line-height: 1.5;
}

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

.recommend-company__map iframe {
	border-radius: 0.5rem;
	height: 20.25rem;
	margin-top: 1.25rem;
	width: 100%;
}

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

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

.recommend-faq {
	background-color: #D0F6E1;
	padding: 3.75rem 0;
}

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

.recommend-faq__icon {
	height: 2.1875rem;
	width: 5.0625rem;
}

.recommend-faq__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.recommend-faq__title-color-green {
	color: #C2DB21;
}

.recommend-faq__title-font {
	font-size: 1.875rem;
}

.recommend-faq__title-color-red {
	color: #FFA76C;
}

.recommend-faq__box {
	display: flex;
	justify-content: space-between;
	margin-top: 0.8125rem;
}

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

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

.recommend-faq__question {
	background-color: #fff;
	border-radius: 3.5rem;
	color: #093800;
	display: inline-block;
	padding: 0.46875rem 1rem 0.5rem;
}

.recommend-faq__question--padding {
	padding: 0.46875rem 2.6875rem 0.5rem 1rem;
}

.recommend-faq__question-title {
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.recommend-faq__question-title-color {
	color: #C2DB21;
}

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

.recommend-faq__question-text {
	color: #333;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.5277777778;
}

.recommend-faq__question-text span {
	color: #BB4516;
}

.recommend-faq__left {
	padding-left: 1rem;
}

.recommend-info {
	background-color: #FFF9BF;
	padding: 2.5rem 1.25rem 1.25rem;
	text-align: center;
}

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

.recommend-info__text {
	color: #2C781E;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.425;
	margin: 0rem auto auto -1.25rem;
	width: calc(100% + 2.5rem);
}

.recommend-info__text-font {
	color: #1B4E12;
	font-size: 1.75rem;
}

.recommend-info__text-font-small {
	font-size: 1.25rem;
}

.recommend-info__name {
	background-color: #2C781E;
	border-radius: 2.64375rem;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 1.25rem auto 0;
	padding: 0.59375rem 0 0.65625rem;
	width: 100%;
}

.recommend-info__img {
	margin: 1.875rem auto 0;
	width: 100%;
}

.recommend-info__img a {
	display: block;
}

.recommend-info__img img {
	-o-object-fit: cover;
	aspect-ratio: 350/196;
	height: auto;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

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

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

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

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

.recommend-satisfaction__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.3333333333;
	text-align: center;
}

.recommend-satisfaction__title-color {
	color: #BB4516;
}

.recommend-satisfaction__title-border {
	display: inline-block;
	position: relative;
}

.recommend-satisfaction__title-border::after {
	background-color: #FFA76C;
	bottom: -0.25rem;
	content: "";
	height: 0.125rem;
	left: -0.25rem;
	position: absolute;
	width: 100%;
}

.recommend-satisfaction__box {
	margin-top: 1.875rem;
	position: relative;
}

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

.recommend-satisfaction__source {
	align-items: flex-end;
	bottom: 3%;
	display: flex;
	font-size: 0.625rem;
	font-weight: 300;
	justify-content: center;
	left: 50%;
	letter-spacing: 0.06em;
	line-height: 2.4;
	position: absolute;
	transform: translate(-50%, 0%);
}

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

.recommend-satisfaction__text {
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5555555556;
	margin-top: 2.5rem;
}

.recommend-satisfaction__text span {
	color: #BB4516;
}

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

.recommend-satisfaction__comment {
	color: #BB4516;
	font-size: 0.9875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5189873418;
}

.recommend-satisfaction__button {
	margin-top: 0.5625rem;
}

.recommend-satisfaction__button-text {
	align-items: center;
	background-color: #BB4516;
	border: solid 0.125rem #BB4516;
	border-radius: 2.96875rem;
	box-shadow: 0 0.375rem 0 0 #C95B00;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.2;
	padding: 1.40625rem 0rem 1.40625rem;
	position: relative;
	transition: box-shadow 0.4s, transform 0.4s;
	width: 21.25rem;
	will-change: transform;
}

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

.kinds__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 61.25rem;
	overflow-x: scroll;
	padding-right: 1.5625rem;
	width: calc(100% + 1.5625rem);
}

.recommend-satisfaction__box {
	border-collapse: collapse;
	height: 20.0625rem;
	width: 61.25rem;
}

.recommend-section-title__icon {
	aspect-ratio: 1/1;
	height: 4.5rem;
	margin-left: auto;
	margin-right: auto;
	width: 4.5rem;
}

.recommend-section-title__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-top: 1.25rem;
}

.recommend-strong {
	padding: 1.875rem 0 3.125rem;
}

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

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

.recommend-strong__list {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
	margin-top: 3.75rem;
	padding: 0 0.8125rem;
}

.recommend-strong__item {
	position: relative;
	width: 100%;
}

.recommend-strong__point {
	background-color: #8FDAED;
	border-radius: 3.125rem;
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	left: 50%;
	line-height: 1.0909090909;
	padding: 0.4375rem 1.5625rem;
	position: absolute;
	top: -8%;
	transform: translateX(-50%);
	z-index: 1;
}

.recommend-strong__comment {
	align-items: center;
	background-color: #fff;
	border-radius: 1.25rem;
	display: flex;
	justify-content: center;
	min-height: 5.625rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.recommend-strong__comment::after {
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 1.5rem 0.5rem 0 0.5rem;
	bottom: -1.5rem;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.balloon__title {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.0909090909;
	padding-top: 0.9375rem;
}

.recommend-strong__text {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 3.5rem;
}

.recommend-strong__buttons {
	margin-top: 3.125rem;
	text-align: center;
}

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

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

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

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

.recommend-voice__list {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 2.5rem;
	padding: 0 0.78125rem;
}

.recommend-voice__item {
	background-color: #fff;
	border-radius: 0.5rem;
	display: flex; /* 追加 */
	flex-direction: column; /* 追加 */
	padding: 1.375rem 1.71875rem 1.8125rem;
	width: 100%;
}

.recommend-voice__icon {
	height: 12.5rem;
	margin-left: auto;
	margin-right: auto;
	width: 11.875rem;
}

.recommend-voice__icon--size {
	height: 12.5rem;
	width: 12.5rem;
}

.recommend-voice__text {
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 1.5625rem;
	padding-bottom: 1.5625rem;
}

.recommend-voice__source {
	align-items: flex-end;
	display: flex;
	font-size: 0.625rem;
	font-weight: 300;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 2.4;
	margin-top: auto; /* ← ここをautoに変更 */
}

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

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

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

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

.recommend__container {
	padding-top: 3.75rem;
	width: 100%;
}

.recommend__content {
	padding-top: 2.5rem;
}

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

.recommend__title {
	font-size: 1.6625rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}

.recommend__title span {
	color: #1B4E12;
	font-size: 2rem;
	line-height: 1.6;
}

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

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

.overlay {
	background-color: rgba(45, 45, 45, 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: 10000;
}

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

.sp-nav {
	background-color: #C2DB21;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0rem;
	transform: translateX(100%);
	transition: ease 0.3s;
	width: 67.185%;
	z-index: 10001;
}

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

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

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

.sp-nav__link {
	align-items: center;
	border-bottom: solid 0.5px #9CB211;
	display: flex;
	gap: 0.625rem;
	padding-bottom: 0.875rem;
}

.sp-nav__item + .sp-nav__item {
	margin-top: 0.875rem;
}

.sp-nav__ja {
	color: #1B4E12;
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 1.5294117647;
}

.no-scroll {
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
}

.sp-nav__dot {
	height: 0.375rem;
	width: 0.375rem;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.evaluation {
	padding: 4.4375rem 0 3.9375rem;
}

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

.evaluation__header {
	position: relative;
}

.evaluation__logo {
	height: 8.8125rem;
	left: 49%;
	position: absolute;
	top: 43%;
	transform: translate(-50%, -50%);
	width: 81.375rem;
}

.evaluation__title {
	font-size: 2.5rem;
	line-height: 1.8;
}

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

.evaluation__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-top: 3.75rem;
}

.evaluation__list::before {
	background-image: none;
}

.evaluation__list::after {
	background-image: none;
}

.evaluation__item {
	box-shadow: 0 0.375rem 0 0 #2C781E;
	margin: 0;
	max-width: calc(33.3333% - 0.8333333333rem);
	padding: 1.875rem 0 3.75rem;
}

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

.evaluation__name {
	font-size: 1.75rem;
	line-height: 1.5;
	margin: 1rem auto 0;
	padding: 0.9375rem 0;
	width: 22.5rem;
}

.evaluation__img {
	margin: 1.25rem auto 0;
	overflow: hidden;
	width: 21.1875rem;
}

.evaluation__img img {
	aspect-ratio: 339/194;
}

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

.evaluation__source {
	font-size: 0.625rem;
	line-height: 2.5;
	margin-top: 0.625rem;
}

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

.evaluation__table {
	margin: 1.25rem auto 0;
	width: 21.25rem;
}

.evaluation__table img {
	aspect-ratio: 340/693;
}

.evaluation__buttons {
	margin-top: 1.875rem;
}

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

.evaluation__button-text {
	border-radius: 3.75rem;
	box-shadow: 0 0.375rem 0 0 #307024;
	font-size: 1.375rem;
	line-height: 1.4090909091;
	padding: 1.0625rem 0rem 0.9375rem;
	width: 21.25rem;
}

.evaluation__button-text--white {
	box-shadow: 0 0.375rem 0 0 #307024;
}

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

.fv {
	padding-bottom: 4.375rem;
	padding-top: 3.05rem;
}

.fv__bg::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/fv-bg.webp");
	height: 49.3125rem;
	right: calc(50% - min(70%, 57.5rem));
	top: -7.5rem;
	width: 110.8125rem;
}

.fv__inner {
	max-width: 74.75rem;
	padding: 0 1.5625rem;
}

.fv__comment img {
	height: 11.6875rem;
	padding-left: 0rem;
	width: 35.6875rem;
}

.fv__title {
	margin-top: 0rem;
}

.fv__title-main {
	font-size: 3.75rem;
	line-height: 1.1833333333;
	padding-left: 0rem;
	text-align: center;
}

.fv__title-main span {
	font-size: 3.375rem;
}

.fv__title-sub {
	border-radius: 3.125rem;
	font-size: 2rem;
	line-height: 1.5;
	padding: 0.25rem 0 0.1875rem;
	padding-left: 0rem;
	width: 57.6875rem;
}

.fv__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1.875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 50.5rem;
}

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

.fv__position {
	top: -9%;
}

.label {
	border-radius: 1.25rem;
	font-size: 1.375rem;
	line-height: 1.1818181818;
	padding: 0.625rem 0rem;
	width: 16.5rem;
}

.label::after {
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-top: 0.75rem solid #1B7A12;
	bottom: -0.75rem;
}

.fv__sentence {
	border-radius: 0.65625rem;
	padding: 3.6875rem 2.25rem 1.25rem;
}

.fv__box {
	gap: 0.9375rem;
}

.fv__icon {
	height: 1.6875rem;
	width: 1.9375rem;
}

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

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

.header__hamburger {
	display: none;
}

.header__container {
	align-items: center;
	height: 7.5rem;
	padding-bottom: 0.625rem;
	padding-left: 0.9375rem;
	padding-right: 1.875rem;
	padding-top: 0.625rem;
}

.header__logo {
	height: 6.25rem;
	width: 6.25rem;
}

.header__logo img {
	height: 6.25rem;
	width: 6.25rem;
}

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

.look {
	background-image: url("/wp-content/themes/swell_child/asset/img/look-bg.webp");
	background-size: 100% 33.4375rem;
	margin-top: -1.875rem;
	padding-bottom: 3.75rem;
}

.look__inner {
	max-width: 77rem;
	padding: 0 1.5625rem;
}

.look__title {
	margin-left: auto;
	margin-right: auto;
	width: 29.125rem;
}

.look__title-link {
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 1.5rem 0 1.4375rem;
}

.look__title-link:hover {
	background-color: #6CA223;
	border-color: #6CA223;
	box-shadow: 0 0.28125rem 0.75rem rgba(108, 162, 35, 0.5);
	color: #fff;
	transform: translateY(-0.125rem);
}

.look__sentence {
	margin-top: 3.125rem;
	padding: 1.875rem 2.5rem 2.1875rem;
}

.look__text {
	font-size: 1.25rem;
	line-height: 1.75;
}

.look__list {
	gap: 0.9375rem;
	margin-top: 1.25rem;
}

.look__item {
	margin: 0;
	max-width: calc(20% - 0.75rem);
}

.look__link {
	border-radius: 0.5rem;
	font-size: 1.25rem;
	line-height: 1.25;
	padding: 2.1875rem 0 2.125rem;
	transition: all 0.3s ease;
}

.look__link:hover {
	-webkit-text-decoration: none;
	background-color: #5e8d1e;
	box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.2);
	text-decoration: none;
	transform: translateY(-2px);
}

.pc-nav__button-text {
	border-radius: 4.375rem;
	box-shadow: 0 0.25rem 0 0 #2C781E;
	font-size: 1.375rem;
	line-height: 1.1818181818;
	padding: 1.1875rem 0rem 1.0625rem;
	width: 18.6875rem;
}

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

.pc-nav__button-icon {
	height: 1.125rem;
	width: 1.125rem;
}

.point {
	background-image: url("/wp-content/themes/swell_child/asset/img/point-bg.webp");
	background-size: 100% 103.9375rem;
	padding-bottom: 7.5rem;
}

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

.point__title-comment {
	height: 8.625rem;
	width: 29.0625rem;
}

.point__title-jp {
	font-size: 2.5rem;
	line-height: 1.8;
	margin-top: -1rem;
}

.point__title-jp-color {
	font-size: 3rem;
}

.point__title-jp-font {
	font-size: 3rem;
}

.point__list {
	margin-top: 9.4375rem;
}

.point__item {
	align-items: center;
	display: flex;
	gap: 6.75rem;
	position: relative;
}

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

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

.point__img {
	width: 34.625rem;
}

.point__img img {
	aspect-ratio: 554/386;
}

.point__img--second img {
	aspect-ratio: 554/432;
}

.point__img--third img {
	aspect-ratio: 554/430;
}

.point__sentence {
	width: 32.1875rem;
}

.point__head {
	font-size: 2.25rem;
	line-height: 1.2222222222;
	margin-top: 0rem;
}

.point__box {
	margin-top: 2.5rem;
}

.point__buttons {
	bottom: -7%;
	left: 0%;
	margin-top: 0rem;
	position: absolute;
}

.point__buttons--second {
	bottom: -3.5%;
	left: auto;
	left: initial;
	position: absolute;
	right: 0%;
}

.point__buttons--third {
	bottom: -3%;
	left: 0%;
	position: absolute;
}

.point__button-text {
	border-radius: 3.75rem;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 1.3125rem 0rem 1.25rem;
	width: 23.6875rem;
}

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

.recommend-case__inner {
	max-width: 64.375rem;
}

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

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

.recommend-case__ima img {
	aspect-ratio: 980/321;
}

.recommend-case__source {
	letter-spacing: 0.06em;
	margin-top: 0.625rem;
}

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

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

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

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

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

.recommend-company__content {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.recommend-company__info {
	padding: 1.875rem;
	width: 36.5625rem;
}

.recommend-company__wrap + .recommend-company__wrap {
	margin-top: 1.375rem;
}

.recommend-company__box {
	gap: 1.875rem;
	padding-left: 0.625rem;
}

.recommend-company__cycle {
	height: 1.625rem;
	width: 1.625rem;
}

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

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

.recommend-company__text--font-second {
	font-size: 1.5rem;
	line-height: 1.5;
}

.recommend-company__border {
	margin-top: 1.15625rem;
}

.recommend-company__map iframe {
	height: 21.75rem;
	margin-top: 0rem;
	width: 23.4375rem;
}

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

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

.recommend-faq {
	padding: 3.75rem 0 4.875rem;
}

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

.recommend-faq__heading {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	justify-content: center;
}

.recommend-faq__title {
	font-size: 2.5rem;
	line-height: 1.175;
}

.recommend-faq__question {
	border-radius: 4.375rem;
	padding: 0.5625rem 1.25rem 0.625rem;
}

.recommend-faq__question--padding {
	padding: 0.5625rem 1.25rem 0.625rem;
}

.recommend-faq__question-title {
	font-size: 1.25rem;
	line-height: 1.5;
}

.recommend-faq__answer {
	padding-left: 1.25rem;
}

.recommend-faq__question-text {
	font-size: 1.125rem;
	line-height: 1.5;
}

.recommend-faq__left {
	padding-left: 0rem;
}

.recommend-info {
	padding: 2.25rem 0 2.375rem;
}

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

.recommend-info__text {
	margin: auto;
	width: 100%;
}

.recommend-info__text-font-small {
	font-size: 1.5rem;
}

.recommend-info__name {
	border-radius: 4.375rem;
	font-size: 2.25rem;
	line-height: 1.5;
	padding: 0.5625rem 0 0.5rem;
	width: 36.1875rem;
}

.recommend-info__img {
	margin: 1.25rem auto 0;
	overflow: hidden;
	width: 39.6875rem;
}

.recommend-info__img img {
	aspect-ratio: 635/357;
}

.recommend-info__img img:hover {
	transform: scale(1.03);
}

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

.recommend-satisfaction {
	padding: 3.75rem 0 2rem;
}

.recommend-satisfaction__inner {
	max-width: 64.375rem;
}

.recommend-satisfaction__title {
	font-size: 2.5rem;
	line-height: 1.5;
}

.recommend-satisfaction__title-border::after {
	bottom: 0.25rem;
}

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

.recommend-satisfaction__img img {
	aspect-ratio: 980/321;
}

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

.recommend-satisfaction__comment {
	font-size: 1.25rem;
	line-height: 1.55;
}

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

.recommend-satisfaction__button-text {
	border-radius: 3.75rem;
	font-size: 1.625rem;
	line-height: 1.1923076923;
	padding: 1.75rem 0rem 1.625rem;
	width: 26.8125rem;
}

.kinds__content {
	max-width: 100%;
	padding-right: 0rem;
	width: 100%;
}

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

.recommend-section-title__icon {
	margin-left: 0;
	margin-left: initial;
	margin-right: 0;
	margin-right: initial;
}

.recommend-section-title__title {
	font-size: 2rem;
	line-height: 1.5;
	margin-top: 0rem;
}

.recommend-strong {
	padding: 3.8125rem 0 5rem;
}

.recommend-strong__inner {
	max-width: 64.375rem;
}

.recommend-strong__heading {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	justify-content: center;
}

.recommend-strong__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 3.75rem 1.25rem;
	justify-content: center;
	margin-top: 5rem;
	padding: 0;
}

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

.recommend-strong__text {
	letter-spacing: 0.035em;
}

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

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

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

.recommend-voice__inner {
	max-width: 64.375rem;
}

.recommend-voice__heading {
	align-items: center;
	display: flex;
	gap: 3.875rem;
	justify-content: center;
}

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

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

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

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

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

.recommend {
	max-width: 90rem;
}

.recommend__container {
	padding-top: 5rem;
	width: 93.097%;
}

.recommend__content {
	padding-top: 4.75rem;
}

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

.recommend__title {
	font-size: 2.5rem;
	line-height: 1.8;
}

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

.overlay {
	display: none;
}

.sp-nav {
	display: none;
}

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

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

.header__container {
	padding-right: 6.25rem;
}

.pc-nav__content {
	gap: 2.5rem;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}

.top-text {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: 300;
	height: inherit;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-bottom: 0.125rem;
	padding-left: 0.6875rem;
	padding-top: 0.25rem;
}

.top-text {
	font-size: 1rem;
	line-height: 1.4375;
	padding-bottom: 0.1875rem;
	padding-left: 0.8125rem;
	padding-top: 0.1875rem;
}

/* 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: 9999;
	padding: 10px; /* バナーの内側の余白 */
	border-radius: 5px; /* バナーの角を丸くする */
	max-width: 50%; /* 元のサイズより30%大きくする */
  }
  
  #follower-banner a {
	display: block;
  }
  
  #follower-banner img {
	max-width: 100%; /* 元のサイズより30%大きくする */
	height: auto;
  }
  
  #close-banner {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	cursor: pointer;
  }
  
  /* スマホ（768px 以下）用のスタイル */
  @media (max-width: 768px) {
	#follower-banner {
	  max-width: 100%; /* スマホサイズではバナーを大きくする */
	}
  }

  /* 表示アニメーション用（最初は非表示） */
#follower-banner {
	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;
  }  

  #internal-link{
	padding: 3rem 0;
	background: rgba(29, 42, 80, 0.10);
  }
  
  .internal-link__main-title{
	font-size: 2.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;
  }

/* 実寸はJSで代入。初期値は保険 */
:root {
	--pr-h: 36px;                 /* PRバーの高さ（仮） */
	--admin-offset: 0px;          /* WP管理バーはJSで補正 or 下のadmin-barで補正 */
	--pr-offset: calc(var(--pr-h) + var(--admin-offset));
  }
  
  /* PRバーを最上部に固定 */
  .top{
	position: fixed;
	top: var(--admin-offset);
	left: 0; right: 0;
	z-index: 1100;
	background:#FFFCDE;
	border-bottom: 1px solid #eee;
	transform: translateY(0);
	opacity: 1; visibility: visible;
	transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
  }
  
  /* スクロールでPRを隠す（JSで .is-hidden） */
  .top.is-hidden{
	transform: translateY(calc(-1 * var(--pr-h)));
	opacity: 0; visibility: hidden;
  }
  
  /* ★ ここが“かぶり防止”のキモ ★
	 PRが見えている間だけ header を下げる。
	 fixed/sticky/relative どれでも効くように top と margin-top を両方指定。 */
  body:not(.pr-hidden) .header{
	top: var(--pr-offset) !important;   /* fixed/sticky 対策 */
	margin-top: var(--pr-offset);       /* relative 対策 */
  }
  
  /* PRが消えたら header を0に戻す */
  body.pr-hidden .header{
	top: 0 !important;
	margin-top: 0;
  }
  
  /* WP管理バー（ログイン時） */
  body.admin-bar { --admin-offset: 32px; }
  @media (max-width: 782px){
	body.admin-bar { --admin-offset: 46px; }
  }

  /* スクロールしていない時（PRバーが表示中）はグロナビを上に詰める */
body:not(.pr-hidden) .header {
	top: calc(var(--pr-offset) - 8px) !important; /* ← 数値で微調整。上に8px詰める */
	margin-top: -8px; /* sticky/relative用：同じく8px上げ */
  }
  
  /* スクロールしてPRが消えた後（body.pr-hidden）は通常位置に戻す */
  body.pr-hidden .header {
	top: 0 !important;
	margin-top: 0;
  }
  
  .scroll-top {
	border-radius: 50%;
	bottom: 12.4375rem;
	height: 2.5rem;
	position: fixed;
	right: 0.5rem;
	width: 2.5rem;
	z-index: 9999;
}

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

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

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

/* ▼ スマホだけ位置を下げる（例: 768px以下） */
@media (max-width: 768px) {
	.scroll-top {
		bottom: 8rem; /* ← 好みの位置に調整。例: 少し下げたいなら値を小さくする */
	}
}

/* 免責事項スタイル */
.disclaimer {
	font-size: 0.875rem;       /* 少し小さめの文字 */
	color: #555;               /* グレー系の落ち着いた色 */
	text-align: center;        /* 中央寄せ */
	margin-top: 1.5rem;        /* 上の余白 */
	margin-bottom: 3rem;       /* 下の余白 */
	line-height: 1.6;          /* 行間 */
  }
  