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

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

body {
	color: #424242;
	font-family: "Shippori Mincho", serif;
}

body.is-fixed {
	overflow: hidden;
}

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

.banner__box {
	-webkit-clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #ece7da;
	clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
	color: #424242;
	display: inline-flex;
	padding: 0.75rem 0.9375rem 0.625rem 2.625rem;
	position: relative;
	text-decoration: none;
	transition: box-shadow 0.4s ease, transform 0.3s ease;
}

.banner__box--blue {
	background-color: #5A7D9A;
	overflow: hidden;
}

.banner__box::before {
	background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100%;
	left: -75%;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	transition: left 0.75s ease;
	width: 50%;
}

.banner__box:hover {
	box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.25);
	transform: translateX(-0.125rem);
}

.banner__box:hover::before {
	left: 125%;
}

.banner__text {
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.4615384615;
}

.banner__text--blue {
	color: #fff;
	font-size: 1.1875rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.1578947368;
	transition: transform 0.4s ease;
}

.banner__icon {
	align-items: center;
	background-color: #DDD8C6;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	height: 1.375rem;
	justify-content: center;
	margin-left: 0.6875rem;
	width: 1.375rem;
}

.banner__icon img {
	height: 0.14375rem;
	width: 1rem;
}

.banner__icon--blue {
	background-color: #A4BACD;
}

.banner__icon--blue img {
	height: 0.1875rem;
	transition: transform 0.4s ease;
	width: 1.3125rem;
}

.button__text {
	align-items: center;
	background-color: #2A2A2A;
	border: solid 2px #616161;
	border-radius: 4.01875rem;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	color: #fff;
	display: inline-flex;
	font-size: 0.91875rem;
	font-weight: 900;
	height: 4.25rem;
	justify-content: center;
	line-height: 1.2517006803;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	width: 18.4375rem;
}

.button__text--company {
	border-radius: 4.6125rem;
	font-size: 1.05rem;
	height: 4.875rem;
	line-height: 1.255952381;
	text-align: center;
	width: 21.1875rem;
}

.button__text--caution {
	width: 21.25rem;
}

.button__text--blue {
	background-color: #5A7D9A;
	border: solid 2px #44647E;
}

.button__text:hover {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transform: translateY(-3px);
}

.caution {
	background-color: #F3F3F3;
	margin-top: -3.75rem;
	padding: 6.25rem 0 3.75rem;
	position: relative;
	z-index: 5;
}

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

.caution__header {
	text-align: center;
}

.caution__title,
.caution__description {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4583333333;
}

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

.caution__step-box {
	padding: 0.34375rem 2.25rem 0.46875rem;
	text-align: center;
}

.caution__step-box--first {
	-webkit-clip-path: polygon(0 0, 87% 0, 100% 50%, 87% 100%, 0 100%);
	background-color: #F0ECE0;
	clip-path: polygon(0 0, 87% 0, 100% 50%, 87% 100%, 0 100%);
	position: relative;
	right: -0.5rem;
}

.caution__step-box--middle {
	-webkit-clip-path: polygon(0 0, 87% 0, 100% 50%, 87% 100%, 0 100%, 13% 50%);
	background-color: #E8E5DA;
	clip-path: polygon(0 0, 87% 0, 100% 50%, 87% 100%, 0 100%, 13% 50%);
}

.caution__step-box--last {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 13% 50%);
	background-color: #E6DEC8;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 13% 50%);
	left: -0.5rem;
	position: relative;
}

.caution__step-text {
	font-size: 1.4375rem;
	font-weight: 600;
	line-height: 1.4347826087;
	white-space: nowrap;
}

.caution__description {
	display: inline-block;
	margin-top: 1.25rem;
}

.caution__list {
	margin-top: 3.75rem;
}

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

.caution__container {
	margin-top: 1.05rem;
}

.caution__head {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
}

.caution__head span {
	color: #A09164;
}

.caution__img img {
	-o-object-fit: cover;
	aspect-ratio: 340/191;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.caution__unit {
	margin-top: 1.875rem;
}

.caution__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

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

.caution__text span {
	color: #005AA5;
	font-weight: 700;
}

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

.company-case {
	background-color: #F0ECE0;
	padding: 3.75rem 0;
	text-align: left;
}

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

.company-case__gallery {
	margin: 2.5rem auto 0;
	max-width: 61.5625rem;
}

.company-case__main img {
	-o-object-fit: cover;
	aspect-ratio: 340/188;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company-case__list {
	display: flex;
	gap: 0.3125rem;
	margin-top: 0.625rem;
}

.company-case__item {
	margin: 0;
	max-width: calc(33.3333% - 0.2083333333rem);
	width: 100%;
}

.company-case__item img {
	-o-object-fit: cover;
	aspect-ratio: 110/74;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company-case__source {
	align-items: flex-end;
	display: flex;
	font-size: 0.625rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1.4;
	margin-top: 0.9375rem;
}

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

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

.company-case__sentence {
	margin-top: 2.5rem;
}

.company-case__remarks {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

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

.company-case__button + .company-case__button {
	margin-top: 1.15625rem;
}

.company-head__box {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	padding-bottom: 1.25rem;
}

.company-head__cycle {
	height: 1.125rem;
	width: 1.125rem;
}

.company-head__title {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.4444444444;
}

.company-head__border {
	border-bottom: solid 1px #424242;
	width: 100%;
}

.company-head__border--case {
	width: 100%;
}

.company-head__border--voice {
	border-bottom: solid 1px #CABE9B;
	width: 100%;
}

.company-info {
	padding-bottom: 3.75rem;
	text-align: left;
}

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

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

.company-info__content {
	background-color: #fff;
	padding: 1.25rem 1.25rem 1.875rem;
}

.company-info__dl {
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.4285714286;
}

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

.company-info__dl dt {
	border-bottom: solid 1px #BAB39C;
	padding-bottom: 0.5rem;
}

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

.company-info__dl--border dd {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.company-info__map {
	margin-top: 1.25rem;
}

.company-info__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 278/252;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

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

.company-info__button + .company-info__button {
	margin-top: 1.15625rem;
}

.company-strong {
	padding: 3.75rem 0;
	text-align: left;
}

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

.company-strong__list {
	margin-top: 1.875rem;
}

.company-strong__item + .company-strong__item {
	margin-top: 2.5rem;
}

.company-strong__detail {
	align-items: center;
	border-bottom: solid 1px #424242;
	display: flex;
	gap: 0.625rem;
	padding-bottom: 0.375rem;
}

.company-strong__number {
	color: #F0ECE0;
	font-size: 2.375rem;
	font-weight: 600;
	line-height: 1.4473684211;
}

.company-strong__subject {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.34375;
}

.company-strong__subject span {
	color: #998A5D;
}

.company-strong__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4285714286;
	margin-top: 1.25rem;
}

.company-strong__buttons {
	margin-top: 3.75rem;
	text-align: center;
}

.company-strong__button + .company-strong__button {
	margin-top: 1.15625rem;
}

.company-voice {
	padding: 3.75rem 0;
	text-align: left;
}

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

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

.company-voice__item {
	box-shadow: 0 0 1.39rem #f0ece0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.25rem 0 1.875rem;
	width: 100%;
}

.company-voice__item--blue {
	box-shadow: 0px 0px 28px #E0ECF0;
}

.company-voice__img {
	margin-left: auto;
	margin-right: auto;
	width: 51.87%;
}

.company-voice__img img {
	-o-object-fit: cover;
	aspect-ratio: 176/176;
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company-voice__text {
	flex-grow: 1;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5625;
	padding: 0 1.875rem;
}

.company-voice__source {
	align-items: flex-end;
	color: #9C9787;
	display: flex;
	font-size: 0.625rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 3;
	margin-top: 1.25rem;
}

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

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

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

.company-voice__button + .company-voice__button {
	margin-top: 1.15625rem;
}

.company {
	overflow: hidden;
	padding-top: 3.75rem;
}

.company__header {
	position: relative;
	text-align: center;
	z-index: 3;
}

.company__header::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/blow-blue-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	content: "";
	height: 50rem;
	left: calc(50% - min(33%, 50rem));
	position: absolute;
	top: -21.25rem;
	width: 50rem;
	z-index: -1;
}

.company__header::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/blow-orange-sp.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	content: "";
	height: 50rem;
	position: absolute;
	right: calc(50% - min(33%, 50rem));
	top: -21.25rem;
	width: 50rem;
	z-index: -1;
}

.company__location {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4583333333;
	position: relative;
}

.company__location::before,
.company__location::after {
	background-color: #444;
	content: "";
	display: inline-block;
	height: 0.0625rem;
	vertical-align: super;
	width: 5.625rem;
}

.company__location::before {
	margin-right: 1rem;
}

.company__location::after {
	margin-left: 1rem;
}

.company__title {
	border-bottom: solid 1px #424242;
	display: block;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 0.625rem auto 0;
	padding-bottom: 1.25rem;
	width: 22.1875rem;
}

.company__title-color {
	color: #5A7D9A;
}

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

.company__list {
	margin-top: 3.75rem;
}

.company__item {
	position: relative;
	text-align: center;
	z-index: 3;
}

.company__heading {
	background-color: #F0ECE0;
	padding: 2.5rem 0 1.9375rem;
	position: relative;
	z-index: 5;
}

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

.company__images {
	margin-left: auto;
	width: 90%;
}

.company__img img {
	-o-object-fit: cover;
	aspect-ratio: 348/226;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company__source {
	align-items: flex-end;
	display: flex;
	font-family: "Shippori Mincho B1", serif;
	font-size: 0.625rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 3;
}

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

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

.company__box {
	display: flex;
	flex-direction: column;
	margin-top: -1.875rem;
	text-align: left;
}

.company__comment {
	align-self: flex-start;
	background-color: #fff;
	display: inline-block;
	font-size: 1.10625rem;
	font-weight: 600;
	line-height: 1.6949152542;
	max-width: 100%;
	padding: 0.90625rem 1.875rem 0.90625rem 3.40625rem;
}

.company__name-jp {
	color: #A09164;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: -0.1em;
	line-height: 1.2857142857;
	margin-left: 1.0625rem;
	margin-top: 1.25rem;
}

.company__name-jp span {
	font-size: 1.375rem;
	letter-spacing: 0em;
}

.company__name-en {
	color: #fff;
	display: flex;
	font-size: 3.04375rem;
	font-weight: 600;
	line-height: 1;
	margin-left: 1.0625rem;
	margin-top: 1.25rem;
	position: relative;
	text-transform: uppercase;
}

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

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

.faq__title {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.4642857143;
	text-align: center;
}

.faq__border {
	border-bottom: solid 1px #41769A;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0.625rem;
	width: 22.0625rem;
}

.faq__list {
	margin-top: 1.875rem;
	position: relative;
	z-index: 2;
}

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

.faq__question {
	align-items: flex-start;
	border-bottom: solid 1px #41769A;
	display: flex;
	gap: 0.66875rem;
	padding-bottom: 0.6875rem;
}

.faq__question-en {
	color: #44647E;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1;
	position: relative;
	top: -0.25rem;
}

.faq__question-jp {
	font-size: 1.04375rem;
	font-weight: 600;
	line-height: 1.4371257485;
}

.faq__answer {
	color: #44647E;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4375;
	padding-top: 1.25rem;
}

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

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

.fv__banner {
	text-align: right;
}

.fv__title {
	display: flex;
	flex-direction: column;
	margin-top: 4.725rem;
}

.fv__title-description {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
	text-shadow: 0 0 0.4375rem rgb(0, 0, 0);
}

.fv__title-sub {
	border-bottom: solid 2px #fff;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.4642857143;
	margin-top: 0.3125rem;
	padding-bottom: 1.875rem;
	text-shadow: 0 0 0.4375rem rgb(0, 0, 0);
}

.fv__title-main {
	font-family: "Shippori Mincho", serif;
	font-size: 2.90625rem;
	font-weight: 600;
	line-height: 1.2494623656;
	margin-top: 1.875rem;
	text-shadow: 0 0 0.4375rem rgb(0, 0, 0);
}

.fv__title-main-font {
	display: inline-block;
	font-size: 2.28125rem;
	margin: 0 -0.1875rem;
}

.fv__title-main-letter {
	letter-spacing: 0.1em;
}

.fv__remarks {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.625;
	margin-top: 1.875rem;
	padding-right: 2.75rem;
}

.fv__blue-banner {
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
	margin-top: -3.125rem;
	width: -moz-fit-content;
	width: fit-content;
}

.header__hamburger {
	background-color: #fff;
	border-radius: 0.0625rem;
	padding: 0.65625rem 0.4375rem;
	text-align: right;
	transition: background-color 0.3s ease;
	z-index: 9999;
}

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

.header__hamburger span {
	background-color: #BBBBBB;
	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: #BBBBBB;
}

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

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

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

.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: 2.125rem;
	transition: top 0.1s ease;
	z-index: 9999;
}

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

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

.header__logo {
	height: 1.5rem;
	position: relative;
	width: 6.4375rem;
	z-index: 9999;
}

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

.list-sp {
	padding: 1.875rem 0;
}

.list-sp__inner {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 0 1.09375rem;
}

.list-sp__img {
	height: 3.125rem;
	margin-left: auto;
	margin-right: auto;
	width: 22.1875rem;
}

.list {
	background-color: #f5f5f5;
	margin-top: 0.875rem;
	padding: 1.875rem 0;
}

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

@media screen and (min-width: 768px) {
	.list-sp {
	  display: none;
	}
  }
  

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

.list__item {
	border-left: solid 1px #5A7D9A;
	padding: 0 4.3125rem;
	text-align: center;
}

.list__item:last-child {
	border-right: solid 1px #5A7D9A;
}

.list__item a {
	-webkit-text-decoration: underline transparent;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1;
	text-decoration: underline;
	text-decoration: underline transparent;
	text-underline-offset: 0.25rem;
	transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.list__item a:hover {
	color: #5A7D9A;
	text-decoration-color: #5A7D9A;
}

.maker {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 98.8%, 50% 100%, 0 98.8%);
	background-color: #F0ECE0;
	clip-path: polygon(0 0, 100% 0, 100% 98.8%, 50% 100%, 0 98.8%);
	padding: 3.75rem 0 6.5625rem;
	position: relative;
	text-align: center;
	z-index: 10;
}

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

.maker__title {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-weight: 600;
}

.maker__title-top {
	color: #5A7D9A;
	font-size: 1.5rem;
	line-height: 1.4583333333;
}

.maker__title-center {
	border-bottom: solid 2px #fff;
	font-size: 1.5rem;
	line-height: 1.3333333333;
	margin-top: 0.3125rem;
	padding-bottom: 0.625rem;
}

.maker__title-bottom {
	font-size: 2rem;
	line-height: 1.125;
	margin-top: 1.25rem;
}

.maker__subtitle {
	font-family: "Shippori Mincho B1", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5625;
	margin-top: 1.25rem;
}

.maker__list {
	display: flex;
	flex-direction: column;
	gap: 1.71875rem;
	margin-top: 2.5rem;
}

.maker__item {
	font-family: "Shippori Mincho B1", serif;
	width: 100%;
}

.maker__head {
	background-color: #5A7D9A;
	padding: 1.71875rem 1.875rem 1.875rem;
	position: relative;
}

.maker__head::after {
	border-color: #5A7D9A transparent transparent transparent;
	border-style: solid;
	border-width: 2.625rem 1.25rem 0 1.25rem;
	bottom: -1.25rem;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.balloon__speech {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2545454545;
}

.maker__content {
	background-color: #fff;
	margin-top: 1.78125rem;
	padding: 1.53125rem 0 2.28125rem;
}

.maker__hope {
	font-size: 1.03125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3939393939;
}

.maker__arrow {
	position: relative;
}

.maker__name {
	-webkit-clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
	background-color: #D9D9D9;
	clip-path: polygon(0 0, 83% 0, 100% 100%, 0% 100%);
	display: inline-block;
	font-size: 1.14375rem;
	font-weight: 700;
	left: -5%;
	letter-spacing: 0.04em;
	line-height: 1.3114754098;
	margin-top: 1.53125rem;
	padding: 0.75rem 0rem 0.71875rem 1.14375rem;
	position: absolute;
	text-align: left;
	top: 0%;
	width: 19.5rem;
}

.maker__img {
	margin-top: 7.125rem;
	overflow: hidden;
}

.maker__img img {
	-o-object-fit: cover;
	aspect-ratio: 334/188;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
	width: 100%;
}

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

.maker__source {
	align-items: flex-end;
	display: flex;
	font-size: 0.625rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 2.76;
	margin-bottom: 1.25rem;
	margin-top: 0.5625rem;
}

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

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

.maker__border {
	align-items: center;
	background-color: #E6DEC8;
	display: flex;
	height: 2.58125rem;
	justify-content: center;
}

.maker__border--blown {
	background-color: #E4D9BA;
}

.maker__border--beige {
	background-color: #CEC5AD;
}

.maker__wrapper-text {
	font-size: 1.03125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4545454545;
}

.maker__wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 1.6875rem;
	margin-top: 1.125rem;
	padding-left: 1.25rem;
	padding-right: 1.75rem;
	text-align: left;
}

.maker__box + .maker__box {
	margin-top: 1.10625rem;
}

.maker__method,
.maker__feature {
	color: #907934;
	font-size: 1.03125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4545454545;
	padding-bottom: 0.5625rem;
}

.maker__dl {
	align-items: flex-start;
	color: #000;
	display: flex;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.3384615385;
}

.maker__feature-text {
	color: #000;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.3384615385;
}

.maker__suggestion {
	align-items: center;
	display: flex;
	font-size: 0.85625rem;
	font-weight: 400;
	line-height: 1.5401459854;
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
	padding-left: 2.5625rem;
	text-align: left;
}

.maker__sentence {
	align-items: center;
	display: flex;
	margin-top: 2.5rem;
	text-align: left;
}

.maker__price {
	font-size: 0.85625rem;
	font-weight: 400;
	line-height: 1.5401459854;
	padding-left: 1.71875rem;
}

.maker__price span {
	font-weight: 700;
}

.maker__buttons {
	margin-top: 3.75rem;
}

.maker__button + .maker__button {
	margin-top: 0.625rem;
}

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

.pc-nav__list {
	display: flex;
}

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

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

.pc-nav__ja {
	-webkit-text-decoration: none;
	color: #8B8B8B;
	display: inline-block;
	font-family: "a-otf-shuuei5-std", sans-serif;
	font-size: 1.0625rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 2;
	position: relative;
	text-decoration: none;
}

.pc-nav__ja::after {
	background-color: #8B8B8B;
	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%;
}

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

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

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

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

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

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

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

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

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

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

.sp-nav__ja {
	color: #8B8B8B;
	font-family: "a-otf-shuuei5-std", sans-serif;
	font-size: 1.0625rem;
	font-weight: 300;
	line-height: 2;
}

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

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

.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 {
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

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

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3114754098vw;
}

.banner__box {
	padding: 0.9375rem 1.25rem 0.9375rem 4.125rem;
}

.banner__box--blue {
	padding: 2.0625rem 1.8125rem 2.0625rem 4.28125rem;
}

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

.banner__icon {
	height: 1.875rem;
	margin-left: 1.5625rem;
	width: 1.875rem;
}

.banner__icon--blue {
	height: 1.875rem;
	margin-left: 1rem;
	width: 1.875rem;
}

.button__text {
	border-radius: 4.375rem;
	font-size: 1rem;
	height: 4.625rem;
	line-height: 1.25;
	width: 20.125rem;
}

.button__text--company {
	border-radius: 5rem;
	font-size: 1.1375rem;
	height: 5.25rem;
	line-height: 1.2527472527;
	width: 22.9375rem;
}

.button__text--caution {
	width: 23.1875rem;
}

.caution {
	margin-top: -6.25rem;
	padding: 12rem 0 5rem;
}

.caution__inner {
	max-width: 76.875rem;
}

.caution__title,
.caution__description {
	font-size: 2rem;
	line-height: 1.4375;
}

.caution__steps {
	margin-top: 0.40625rem;
}

.caution__step-box {
	padding: 0.58125rem 3.8125rem 0.14375rem;
}

.caution__step-box--first {
	right: -0.9375rem;
}

.caution__step-box--last {
	left: -0.9375rem;
}

.caution__step-text {
	font-size: 2.375rem;
	line-height: 1;
}

.caution__list {
	margin-top: 4.625rem;
}

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

.caution__container {
	align-items: flex-start;
	display: flex;
	gap: 2.5625rem;
	margin-top: 1.25rem;
}

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

.caution__head {
	font-size: 1.75rem;
	line-height: 1.4642857143;
}

.caution__head--price {
	margin-left: auto;
	width: 50.84%;
}

.caution__img {
	width: 50.84%;
}

.caution__img img {
	aspect-ratio: 600/338;
}

.caution__unit {
	margin-top: 0rem;
	width: 45.76%;
}

.caution__buttons {
	margin-top: 2.625rem;
}

.company-case {
	padding: 5rem 0;
}

.company-case__inner {
	max-width: 76.875rem;
}

.company-case__gallery {
	margin: 3.4375rem auto 0;
}

.company-case__main img {
	aspect-ratio: 985/546;
}

.company-case__list {
	gap: 0.99375rem;
	margin-top: 1.35625rem;
}

.company-case__item {
	max-width: calc(33.3333% - 0.6666666667rem);
}

.company-case__item img {
	aspect-ratio: 318/215;
}

.company-case__source {
	margin-top: 0.625rem;
}

.company-case__sentence {
	margin: 1.625rem auto 0;
	max-width: 54.5625rem;
}

.company-case__buttons {
	align-items: center;
	display: flex;
	gap: 5rem;
	justify-content: center;
}

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

.company-head {
	align-items: center;
	display: flex;
	gap: 3.75rem;
}

.company-head--strong {
	gap: 9.75rem;
}

.company-head__box {
	gap: 1.875rem;
	padding-bottom: 0rem;
}

.company-head__cycle {
	height: 2.125rem;
	width: 2.125rem;
}

.company-head__title {
	font-size: 2rem;
	line-height: 1;
}

.company-head__border {
	width: 32rem;
}

.company-head__border--case {
	width: 38rem;
}

.company-head__border--voice {
	width: 36rem;
}

.company-info {
	padding-bottom: 0rem;
}

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

.company-info__inner {
	max-width: 90rem;
	padding: 0;
}

.company-info__flex {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 5rem;
}

.company-info__content {
	padding: 2.5rem 13.125rem 2.5rem 6.875rem;
	width: 66.1%;
}

.company-info__dl {
	align-items: center;
	border-bottom: solid 1px #BAB39C;
	display: flex;
	font-size: 1.125rem;
	line-height: 1;
	padding-bottom: 0.625rem;
}

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

.company-info__dl a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.company-info__dl a:hover {
	opacity: 0.6;
}

.company-info__dl dt {
	border-bottom: none;
	padding-bottom: 0rem;
	padding-left: 1.25rem;
	width: 35%;
}

.company-info__dl dd {
	margin-top: 0rem;
	width: 65%;
}

.company-info__map {
	margin-top: 0rem;
	width: 19.306%;
}

.company-info__map iframe {
	aspect-ratio: 318/288;
}

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

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

.company-strong {
	padding: 5rem 0;
}

.company-strong__inner {
	max-width: 76.875rem;
}

.company-strong__list {
	margin: 2.5rem auto 0;
	max-width: 64.875rem;
}

.company-strong__item + .company-strong__item {
	margin-top: 1.875rem;
}

.company-strong__detail {
	gap: 1.125rem;
	padding-bottom: 1.25rem;
	padding-left: 2.1875rem;
}

.company-strong__number {
	font-size: 4rem;
	line-height: 1;
}

.company-strong__subject {
	font-size: 1.75rem;
	line-height: 1.2857142857;
}

.company-strong__text {
	font-size: 1rem;
	line-height: 1.375;
	padding-left: 1.875rem;
}

.company-strong__buttons {
	align-items: center;
	display: flex;
	gap: 5rem;
	justify-content: center;
}

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

.company-voice {
	padding: 5rem 0;
}

.company-voice__inner {
	max-width: 76.875rem;
}

.company-voice__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 5rem;
	margin: 3.5625rem auto 0;
	max-width: 58.5rem;
}

.company-voice__item {
	margin: 0;
	max-width: calc(50% - 2.5rem);
}

.company-voice__img img {
	aspect-ratio: 222/222;
}

.company-voice__source {
	margin-left: auto;
	margin-right: auto;
}

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

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

.company {
	padding-top: 5rem;
}

.company__header::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/blow-orange.webp");
	left: calc(50% - min(53%, 50rem));
}

.company__header::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/blow-blue.webp");
	right: calc(50% - min(53%, 50rem));
}

.company__location {
	font-size: 2rem;
	line-height: 1.4375;
}

.company__location::before,
.company__location::after {
	width: 22.0625rem;
}

.company__location::before {
	margin-right: 2.375rem;
}

.company__location::after {
	margin-left: 2.375rem;
}

.company__title {
	font-size: 2.5rem;
	line-height: 1.6666666667;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1.375rem;
	width: 61.125rem;
}

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

.company__list {
	margin-top: 5rem;
}

.company__item:not(:last-child)::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/blow-orange.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	bottom: -25rem;
	content: "";
	height: 50rem;
	left: calc(50% - min(53%, 50rem));
	position: absolute;
	width: 50rem;
	z-index: -1;
}

.company__item:not(:last-child)::after {
	background-image: url("/wp-content/themes/swell_child/asset/img/blow-blue.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	bottom: -25rem;
	content: "";
	height: 50rem;
	position: absolute;
	right: calc(50% - min(53%, 50rem));
	width: 50rem;
	z-index: -1;
}

.company__heading {
	padding: 1.75rem 0 0;
}

.company__heading-inner {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	max-width: 79.5rem;
	padding: 0 1.5625rem;
}

.company__images {
	margin-left: 0;
	margin-left: initial;
	width: 51.555%;
}

.company__img img {
	aspect-ratio: 630/630;
}

.company__box {
	margin-top: 0rem;
	width: 46.656%;
}

.company__comment {
	align-self: initial;
	display: block;
	font-size: 1.5rem;
	line-height: 1.6666666667;
	margin-left: 0.8125rem;
	padding: 1.25rem 1.875rem 1.25rem 2.5rem;
}

.company__name-jp {
	font-size: 2.25rem;
	line-height: 1.4444444444;
	margin-left: 0.8125rem;
	margin-top: 2.375rem;
}

.company__name-jp--margin {
	margin-top: 4.875rem;
}

.company__name-jp span {
	font-size: 1.5rem;
}

.company__name-en {
	font-size: 6.0875rem;
	margin-left: 0rem;
	margin-top: 1.875rem;
}

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

.faq::before {
	background-image: url("/wp-content/themes/swell_child/asset/img/faq-layer.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 38.875rem;
	position: absolute;
	right: calc(40% - min(55%, 50rem));
	top: -7.5rem;
	width: 38.875rem;
	z-index: 1;
}

.faq::after {
	-o-object-fit: cover;
	background-image: url("/wp-content/themes/swell_child/asset/img/faq-layer.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -7.5rem;
	content: "";
	height: 38.875rem;
	left: calc(35% - min(55%, 50rem));
	object-fit: cover;
	position: absolute;
	width: 38.875rem;
	z-index: 1;
}

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

.faq__inner {
	max-width: 64.375rem;
}

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

.faq__list {
	margin-top: 2.625rem;
}

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

.faq__question-en {
	font-size: 2.5rem;
}

.faq__question-jp {
	font-size: 1.5rem;
	line-height: 1.4583333333;
}

.faq__answer {
	font-size: 1.375rem;
	letter-spacing: -0.01em;
	line-height: 1.4545454545;
	padding-left: 4rem;
}

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

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

.fv__title {
	margin-top: 0rem;
}

.fv__title-description {
	font-size: 2rem;
	line-height: 1.4375;
}

.fv__title-sub {
	border-bottom: solid 3px #fff;
	font-size: 3.125rem;
	line-height: 1.44;
	max-width: 62.5rem;
	padding-bottom: 1.25rem;
}

.fv__title-main {
	font-size: 5rem;
	line-height: 1;
	margin-top: 0.9375rem;
}

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

.fv__title-main-letter {
	letter-spacing: 0em;
}

.fv__remarks {
	font-size: 1.375rem;
	letter-spacing: 0.02em;
	line-height: 1.8181818182;
	margin-top: 5.3125rem;
	padding-right: 0;
}

.header__hamburger {
	display: none;
}

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

.header__container {
	padding-left: 3.125rem;
	padding-right: 0;
}

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

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

.maker {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
	clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
	padding: 4.375rem 0 11.25rem;
}

.maker__inner {
	max-width: 76.875rem;
}

.maker__title-top {
	font-size: 1.75rem;
	line-height: 1.4642857143;
}

.maker__title-center {
	border-bottom: none;
	font-size: 2rem;
	line-height: 1;
	margin-top: 0.625rem;
	padding-bottom: 0rem;
}

.maker__title-bottom {
	line-height: 1;
	margin-top: 1rem;
}

.maker__subtitle {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3888888889;
	margin-top: 1.625rem;
}

.maker__list {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2.8125rem;
	margin-top: 3.75rem;
}

.maker__item {
	margin: 0;
	max-width: calc(33.3333% - 1.875rem);
}

.maker__head {
	padding: 1.875rem 0rem;
}

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

.maker__content {
	padding: 1.6875rem 0 2.5rem;
}

.maker__hope {
	font-size: 1.125rem;
	line-height: 1.3888888889;
}

.maker__name {
	font-size: 1.25rem;
	line-height: 1.3;
	margin-top: 1.6875rem;
	padding: 0.8125rem 0rem 0.8125rem 1.25rem;
	width: 21.25rem;
}

.maker__img {
	margin-top: 7.8125rem;
}

.maker__img img {
	aspect-ratio: 364/205;
}

.maker__source {
	line-height: 3;
	margin-bottom: 1.34375rem;
	margin-top: 0.625rem;
}

.maker__border {
	height: 2.8125rem;
}

.maker__border--margin {
	margin: 0rem auto auto -2.8125rem;
	width: calc(100% + 5.625rem);
}

.maker__wrapper-text {
	font-size: 1.125rem;
	line-height: 1.4444444444;
}

.maker__wrapper {
	margin-bottom: 1.875rem;
	margin-top: 1.25rem;
	padding-left: 2.5rem;
	padding-right: 3.125rem;
}

.maker__box {
	min-height: 5.8125rem;
}

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

.maker__method,
.maker__feature {
	font-size: 1.125rem;
	line-height: 1.4444444444;
	padding-bottom: 0.625rem;
}

.maker__dl {
	font-size: 0.75rem;
	line-height: 1.5833333333;
}

.maker__feature-text {
	font-size: 0.75rem;
	line-height: 1.5833333333;
}

.maker__suggestion {
	font-size: 0.9375rem;
	line-height: 1.5333333333;
	margin-bottom: 1.875rem;
	margin-top: 2rem;
	min-height: 4.3125rem;
	padding-left: 2.8125rem;
}

.maker__sentence {
	flex-direction: column;
	justify-content: center;
	margin-top: 1.875rem;
	min-height: 4.3125rem;
}

.maker__price {
	font-size: 0.9375rem;
	line-height: 1.5333333333;
	padding-left: 1.875rem;
}

.maker__buttons {
	margin-top: 3.5625rem;
}

.pc-nav__content {
	gap: 1.875rem;
}

.pc-nav__item {
	padding: 0 1.25rem;
}

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

.pc-nav__ja {
	font-size: 1.125rem;
}

.overlay {
	display: none;
}

.sp-nav {
	display: none;
}

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

}

@media (min-width: 1220px) {

html {
	font-size: 16px;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


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

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

  /* 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%; /* スマホサイズではバナーを大きくする */
	}
  }

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

