:root {
	--leading-trim: calc((1em - 1lh) / 2);
}

body {
	background-color: #FDFDFD;
	color: #202020;
	font-family: "Frank Ruhl Libre", "Shippori Mincho", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
}

a:hover {
	cursor: pointer;
}

::-moz-placeholder {
	color: #A1A1A1;
}

::placeholder {
	color: #A1A1A1;
}

html {
	scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

.footer {
	color: #fff;
}

.footer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.footer__top {
	background-color: #31452d;
}

.footer__top-contents {
	border-bottom: 1px solid #fff;
	padding-bottom: 13px;
	padding-top: 41px;
	width: 100%;
}

.footer__logo {
	text-align: center;
}

.footer__info {
	margin-top: 20px;
	text-align: center;
}

.footer__info-text:not(:first-of-type) {
	margin-top: 8px;
}

.footer__top-nav {
	margin-inline: auto;
	margin-top: 48px;
	max-width: 500px;
}

.footer__top-list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.footer__top-item {
	padding-bottom: 17px;
	text-align: center;
	width: 100%;
}

.footer__top-item:not(:last-of-type) {
	border-bottom: 1px solid #fff;
}

.footer__bottom {
	background-color: #333333;
}

.footer__bottom-contents {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding-bottom: 16px;
	padding-top: 33px;
}

.footer__bottom-list {
	display: flex;
}

.footer__bottom-item {
	line-height: 1;
}

.footer__bottom-item:nth-of-type(1) {
	padding-right: 20px;
}

.footer__bottom-item:nth-of-type(2) {
	border-left: 1px solid #fff;
	padding-left: 42px;
}

.footer__bottom-link {
	font-size: 14px;
}

.footer__copy {
	margin-top: 25px;
	padding: 5px 15px;
}

.footer__copy small {
	font-size: 12px;
	letter-spacing: 0.5px;
}

.header {
	background-color: #fff;
	height: 64px;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
}

.header__logo {
	width: 113px;
}

.header__logo-link {
	display: block;
}

.header__logo-link img {
	width: 100%;
}

.header__nav {
	display: none;
}

.header__list {
	display: flex;
	gap: 5px;
	width: 100%;
}

.header__item {
	font-size: 14px;
	position: relative;
}

.header__link {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 24px clamp(0.75rem, -0.6785714286rem + 2.9761904762vw, 2rem) 20px;
}

.header__link-subtitle {
	color: #b69b04;
	font-size: 12px;
}

.header__btn {
	background-color: #31452d;
	height: 100%;
	max-width: 170px;
}

.header__btn-link {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 7px;
	padding: 24px clamp(1.125rem, -0.2321428571rem + 2.8273809524vw, 2.3125rem);
}

.header__btn-title {
	color: #ffffff;
	line-height: 1;
}

.header__btn-subtitle {
	color: #b69b04;
	font-size: 12px;
	line-height: 1;
}

.hamburger {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 19px;
	justify-content: center;
	position: fixed;
	right: 22px;
	top: 23px;
	width: 22px;
	z-index: 101;
}

.hamburger__bar {
	background: #202020;
	height: 1px;
	transition: all 0.3s ease;
	width: 100%;
}

.hamburger__bar:nth-child(1).is-active {
	transform: translateY(8.5px) rotate(45deg);
}

.hamburger__bar:nth-child(2).is-active {
	opacity: 0;
}

.hamburger__bar:nth-child(3).is-active {
	transform: translateY(-8.5px) rotate(-45deg);
}

.overlay {
	background-color: #fff;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}

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

.overlay__nav {
	padding-top: 130px;
	text-align: center;
}

.overlay__list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.overlay__item {
	color: #000;
	font-weight: 700;
}

.overlay__btn {
	background-color: #31452d;
	margin-inline: auto;
	margin-top: 30px;
	text-align: center;
	width: 200px;
}

.overlay__btn-link {
	color: #fff;
	display: block;
	font-weight: 700;
	padding: 24px;
	width: 100%;
}

.inner {
	padding-inline: 8px;
}

.l-cta {
	background: url("../img/cta_background-sp.svg") no-repeat center bottom/cover;
	padding-block: 50px;
}

.l-cta__contents {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(1, 1fr);
}

.l-cta__content {
	align-items: center;
	align-self: stretch;
	background: #FDFDFD;
	border: 1px solid #FDFDFD;
	border-radius: 15px; /* card */
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	gap: 11px;
	padding: 20px 10px;
}

.l-cta__content--secondary {
	gap: 12px;
}

.l-cta__content-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 180%; /* 25.2px */
	text-align: center;
	width: calc(100% - 40px);
}

.l-cta__btn {
	max-width: 350px;
	width: 100%;
}

.l-cta__content-wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.l-cta__content-image {
	aspect-ratio: 1/1;
	height: auto;
	width: 30px;
}

.l-cta__btn-text {
	padding-right: 7px;
}

.section-title-wrapper {
	position: relative;
	text-align: center;
}

.section-title-wrapper::after {
	background-color: #b69b04;
	bottom: -15px;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 64px;
}

.section-title {
	color: #333;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}

.section-subtitle {
	color: #31452d;
	font-size: 14px;
}

.btn {
	padding: 17px 37px;
}

.btn:hover {
	background: #FFF;
	border: 1px solid #599CC2;
	border-radius: 50px;
	color: #599CC2;
}

.btn.disabled {
	background-color: #A1A1A1;
}

.btn--green {
	background: #599CC2;
	border: 1px solid transparent;
	color: #FDFDFD;
}

.btn--green:hover {
	background: #FDFDFD;
	color: #599CC2;
}

.btn--white {
	background: #FDFDFD;
	border: 1px solid #599CC2;
	color: #599CC2;
}

.btn--white:hover {
	background: #599CC2;
	color: #FDFDFD;
}

.btn-entry {
	align-items: center;
	align-self: stretch;
	background: #599CC2;
	border: 1px solid transparent;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	margin-inline: auto;
	padding: 8px 10px;
	transition: all 0.3s;
}

.btn-entry:hover {
	background: #FDFDFD;
	border: 1px solid #599CC2;
	border-radius: 50px;
}

.btn-entry:hover .btn-entry__text {
	color: #599CC2;
}

.btn-entry__image {
	aspect-ratio: 1/1;
	background-color: #FDFDFD;
	border-radius: 50%;
	display: grid;
	height: auto;
	margin-right: 10px;
	place-items: center;
	width: 32px;
}

.btn-entry__text {
	color: #FDFDFD; /* SP/ボタンテキスト */
	font-size: 14px;
	font-weight: 700;
	line-height: 180%; /* 25.2px */
	text-align: center;
	transition: all 0.3s;
	width: calc(100% - 42px);
}

.btn-inquiry {
	align-items: center;
	align-self: stretch;
	background: #FDFDFD;
	border: 1px solid #202020;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	padding: 8px 10px;
	transition: all 0.3s;
}

.btn-inquiry:hover {
	background: #202020;
	border: 1px solid #599CC2;
	border-radius: 50px;
}

.btn-inquiry:hover .btn-inquiry__text {
	color: #FDFDFD;
}

.btn-inquiry__image {
	aspect-ratio: 1/1;
	background-color: #202020;
	border-radius: 50%;
	display: grid;
	height: auto;
	place-items: center;
	width: 32px;
}

.btn-inquiry__text {
	color: #202020; /* SP/ボタンテキスト */
	font-size: 14px;
	font-weight: 700;
	line-height: 180%; /* 25.2px */
	text-align: center;
	width: calc(100% - 42px);
}

/* main-visual */

/* ======================================= */

.main-visual {
	background: url(../img/mainvisual-bg-sp.png) no-repeat center top/cover;
	overflow: hidden;
	padding-bottom: 27px;
	position: relative;
}

.main-visual__inner {
	position: relative;
	width: 100%;
}

.main-visual__head {
	height: auto;
	position: relative;
	z-index: 1;
}

.main-visual__lead {
	color: #2c2c2c;
	display: inline-block;
	font-size: clamp(1.3125rem, 0.03125rem + 5.4666666667vw, 2.59375rem);
	font-style: italic;
	font-weight: 500;
	letter-spacing: -3px;
	margin-left: clamp(1.875rem, 0rem + 8vw, 3.75rem);
	margin-top: 24px;
	position: relative;
}

.main-visual__lead::before {
	background: url(../img/mainvisual-icon-left.svg) no-repeat center/contain;
	content: "";
	height: clamp(1.375rem, 0rem + 5.8666666667vw, 2.75rem);
	left: calc(-1 * clamp(0.75rem, 0rem + 3.2vw, 1.5rem));
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: clamp(0.6875rem, 0rem + 2.9333333333vw, 1.375rem);
}

.main-visual__lead::after {
	background: url(../img/mainvisual-icon-right.svg) no-repeat center/contain;
	content: "";
	height: clamp(1.375rem, 0rem + 5.8666666667vw, 2.75rem);
	position: absolute;
	right: calc(-1 * clamp(1rem, 0rem + 4.2666666667vw, 2rem));
	top: 50%;
	transform: translateY(-50%);
	width: clamp(0.6875rem, 0rem + 2.9333333333vw, 1.375rem);
}

.main-visual__desc {
	color: #2c2c2c;
	font-size: clamp(1.125rem, -0.0625rem + 5.0666666667vw, 2.3125rem);
	font-style: italic;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.2;
	margin-top: 10px;
	position: relative;
}

.main-visual__desc .larger {
	color: #004b3a;
	display: inline-block;
	font-size: 36px;
	font-weight: 800;
	margin-left: clamp(0.5rem, 0.0625rem + 1.8666666667vw, 0.9375rem);
	margin-right: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
	position: relative;
}

.main-visual__desc .larger::before {
	content: "「";
	left: -33px;
	position: absolute;
	top: 0;
}

.main-visual__desc .larger::after {
	content: "」";
	position: absolute;
	right: -32px;
	top: 0;
}

.main-visual__desc .large {
	color: #201917;
	display: inline-block;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: calc(-1 * clamp(0.375rem, 0rem + 1.6vw, 0.75rem));
	line-height: 1;
}

.main-visual__desc .medium {
	color: #2c2c2c;
	font-size: clamp(1.5rem, 0.03125rem + 6.2666666667vw, 2.96875rem);
	font-weight: 500;
	letter-spacing: -3px;
	margin-left: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem);
}

.main-visual__desc .medium-lg {
	color: #004b3a;
	font-size: 24px;
	letter-spacing: calc(-1 * clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem));
}

.main-visual__desc::before {
	background: url(../img/mainvisual-label.png) no-repeat center/contain;
	color: #fafafa;
	content: "海の恵み";
	font-size: clamp(0.625rem, -0.09375rem + 3.0666666667vw, 1.34375rem);
	font-weight: 500;
	height: clamp(0.9375rem, 0.0625rem + 3.7333333333vw, 1.8125rem);
	left: 102px;
	padding-block: clamp(0.125rem, 0rem + 0.5333333333vw, 0.25rem);
	position: absolute;
	text-align: center;
	top: -4px;
	width: 29.5%;
}

.main-visual__desc::after {
	background: url(../img/mainvisual-line-sp.png) no-repeat center/contain;
	bottom: -2px;
	content: "";
	height: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
	left: 0;
	position: absolute;
	width: clamp(9.1875rem, 0rem + 39.2vw, 18.375rem);
}

.main-visual__title-wrapper {
	background-color: #004b3a;
	border-radius: 0 80px 80px 0;
	margin: 22px calc(50% - 50vw) 0;
	padding: 17px 22px 10px clamp(0.5625rem, -2.625rem + 13.6vw, 3.75rem);
	position: relative;
	text-align: center;
	width: clamp(13.4375rem, 0.474537037rem + 64.8148148148vw, 15.625rem);
}

.main-visual__title-wrapper::after {
	background: linear-gradient(to right, #baa53c, #e0cf7d, #f9ecab, #e0cf7d, #baa53c);
	border-radius: 0 80px 80px 0;
	content: "";
	height: 100%;
	left: 2px;
	padding: 17px 80px 10px clamp(3.75rem, -18.9253246753rem + 47.2402597403vw, 40.125rem);
	position: absolute;
	top: 5px;
	width: inherit;
	z-index: -1;
}

.main-visual__title {
	color: #fff;
	font-size: clamp(1.5rem, -1.125rem + 11.2vw, 4.125rem);
	letter-spacing: clamp(0.21875rem, 0rem + 0.9333333333vw, 0.4375rem);
}

.main-visual__subtitle {
	color: #fff;
	font-size: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
	font-weight: 500;
}

.main-visual__text {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.67;
	text-shadow: 0 0 30.4px #333;
}

.main-visual__image {
	aspect-ratio: 418/780;
	height: auto;
	overflow: hidden;
	position: absolute;
	right: calc(-1 * clamp(0rem, -20.9375rem + 89.3333333333vw, 20.9375rem));
	right: 0;
	top: 0;
	width: 60%;
}

.main-visual__contents-title {
	color: #2c2c2c;
	font-size: clamp(1rem, 0.15625rem + 3.6vw, 1.84375rem);
	font-weight: 500;
	letter-spacing: -2px;
	margin-top: clamp(1.0625rem, -0.0625rem + 4.8vw, 2.1875rem);
	position: relative;
	z-index: 1;
}

.main-visual__contents {
	display: flex;
	gap: 6px;
	justify-content: center;
	margin-top: clamp(1.25rem, -0.0625rem + 5.6vw, 2.5625rem);
	position: relative;
	z-index: 1;
}

.main-visual__content {
	aspect-ratio: 212/170;
	background-color: #fff;
	border: clamp(0.1875rem, -0.0625rem + 1.0666666667vw, 0.4375rem) solid #a88b59;
	height: auto;
	padding: 3px;
	width: calc(33% - 4px);
}

.main-visual__content:nth-child(2) .main-visual__content-text {
	line-height: 1.2;
}

.main-visual__content-line {
	align-items: center;
	border: 1px solid #0c4d18;
	display: flex;
	height: 100%;
	justify-content: center;
	padding-inline: 3px;
}

.main-visual__content-text {
	color: #004b3a;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -2px;
	line-height: 1.4;
	text-align: center;
}

.main-visual__content-text .small {
	font-size: clamp(0.875rem, -0.125rem + 4.2666666667vw, 1.875rem);
}

.main-visual__content-text .green {
	color: #016f42;
}

/* cta */

/* ======================================= */

.cta {
	background-color: #ecf4e2;
	padding-block: clamp(1.875rem, 0rem + 8vw, 3.75rem);
}

.cta--primary {
	padding-top: clamp(2.8125rem, 0rem + 12vw, 5.625rem);
	position: relative;
}

.cta--primary::before {
	background: url(../img/mainvisual-bg-bottom.png) no-repeat center center/cover;
	content: "";
	height: clamp(1.4375rem, -0.0625rem + 6.4vw, 2.9375rem);
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: clamp(7.6875rem, 0rem + 32.8vw, 15.375rem);
	z-index: 1;
}

.cta__head {
	background-color: #bd9d4e;
	color: #fff;
	font-size: clamp(0.875rem, -0.09375rem + 4.1333333333vw, 1.84375rem);
	font-weight: 500;
	letter-spacing: 1px;
	margin-inline: auto;
	max-width: 700px;
	padding-block: clamp(0.5rem, -0.0625rem + 2.4vw, 1.0625rem);
	text-align: center;
}

.cta__contents {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0px 5px 10px 0 rgba(51, 51, 51, 0.2);
	display: flex;
	gap: 2px;
	justify-content: center;
	margin-inline: auto;
	max-width: 700px;
	padding: 16px 5px 14px;
}

.cta__image {
	aspect-ratio: 173/217;
	height: auto;
	width: 78px;
}

.cta__image img {
	aspect-ratio: 173/217;
	height: auto;
	width: 100%;
}

.cta__text-wrapper {
	display: flex;
	gap: 2px;
}

.cta__text-left {
	display: flex;
	flex-direction: column;
	gap: 6px;
	width: clamp(6.125rem, -0.0625rem + 26.4vw, 12.3125rem);
}

.cta__announce {
	background-color: #004b3a;
	color: #fff;
	font-family: Shippori Mincho;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	padding-block: clamp(0.4375rem, -0.0625rem + 2.1333333333vw, 0.9375rem);
	padding-inline: 3px;
	text-align: center;
}

.cta__text-right {
	color: #2c2c2c;
}

.cta__amount {
	font-size: clamp(0.625rem, 0.09375rem + 2.2666666667vw, 1.15625rem);
	font-weight: 500;
}

.cta__price {
	font-size: clamp(1.25rem, -0.0625rem + 5.6vw, 2.5625rem);
	font-weight: 500;
	line-height: 1;
	position: relative;
}

.cta__price .large {
	display: inline-block;
	font-size: 40px;
	line-height: 0.8;
}

.cta__price::after {
	bottom: 14px;
	content: "(税込)";
	font-size: clamp(0.625rem, 0.09375rem + 2.2666666667vw, 1.15625rem);
	font-weight: 500;
	height: 18px;
	position: absolute;
	right: -12px;
	width: 48px;
}

.cta__comments {
	font-size: 9px;
	letter-spacing: -1px;
}

.cta__btn {
	background-color: #fff;
	border-radius: 40px;
	box-shadow: 0px -2px 1px 0 rgba(51, 51, 51, 0.2), 0px 7px 10px 0 rgba(51, 51, 51, 0.2);
	margin-top: 10px;
	padding: clamp(0.125rem, 0rem + 0.5333333333vw, 0.25rem);
}

.cta__link {
	background-image: linear-gradient(to top, #ffb028, #ff8e32);
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	display: block;
	font-size: clamp(0.8125rem, 0rem + 3.4666666667vw, 1.625rem);
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1;
	padding-block: clamp(0.5625rem, 0rem + 2.4vw, 1.125rem);
	position: relative;
	text-align: center;
	transition: all 0.3s;
	width: 100%;
}

.cta__link::after {
	aspect-ratio: 1;
	background: url(../img/cta-icon.svg) center center/contain no-repeat;
	content: "";
	height: auto;
	position: absolute;
	right: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
	top: 50%;
	transform: translateY(-50%);
	width: clamp(0.6875rem, -0.0625rem + 3.2vw, 1.4375rem);
}

.cta__link:hover {
	opacity: 0.8;
}

/* worry */

/* ======================================= */

.worry {
	background: url(../img/worry-bg-sp.jpg) no-repeat center center/cover;
	height: clamp(23.75rem, 10.4166666667rem + 66.6666666667vw, 26rem);
	overflow: hidden;
	padding-block: clamp(2.375rem, 0.0625rem + 9.8666666667vw, 4.6875rem);
	position: relative;
}

.worry__contents {
	display: inline-block;
	left: clamp(0.625rem, -10.4861111111rem + 55.5555555556vw, 2.5rem);
	padding-bottom: 63px;
	position: relative;
	text-align: center;
	top: 5%;
	z-index: 1;
}

.worry__text-wrapper {
	display: flex;
	flex-direction: column;
	gap: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
	margin-top: 25px;
}

.worry_title {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 1.3;
	padding-left: clamp(8.125rem, 0rem + 34.6666666667vw, 16.25rem);
	text-align: left;
	text-shadow: #666 1px 1px 10px, #666 -1px 1px 10px, #666 1px -1px 10px, #666 -1px -1px 10px;
}

.worry_title .large {
	font-size: 36px;
}

.worry__text {
	background-color: #333;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
	font-weight: 500;
	letter-spacing: 0.28px;
	line-height: 1;
	padding: clamp(0.4375rem, 0rem + 1.8666666667vw, 0.875rem) clamp(0.8125rem, -0.0625rem + 3.7333333333vw, 1.6875rem) clamp(0.3125rem, -0.0625rem + 1.6vw, 0.6875rem) clamp(1.9375rem, 0rem + 8.2666666667vw, 3.875rem);
	position: relative;
	text-align: left;
}

.worry__text .emphasis {
	color: #ecf4c3;
}

.worry__text:nth-child(1) {
	width: clamp(14.6875rem, 4.1875rem + 44.8vw, 25.1875rem);
}

.worry__text:nth-of-type(2) {
	margin-left: 10px;
	width: clamp(14.6875rem, 2.4375rem + 52.2666666667vw, 26.9375rem);
}

.worry__text:nth-of-type(3) {
	margin-left: 24px;
	width: clamp(14.6875rem, 3.75rem + 46.6666666667vw, 25.625rem);
}

.worry__text:nth-of-type(4) {
	margin-left: 38px;
	width: clamp(14.6875rem, 0.625rem + 60vw, 28.75rem);
}

.worry__text:nth-of-type(5) {
	margin-left: 52px;
	width: clamp(14.6875rem, 4.1875rem + 44.8vw, 25.1875rem);
}

.worry__text::before {
	aspect-ratio: 1;
	background: url(../img/worry-icon.svg) center center/contain no-repeat;
	content: "";
	height: auto;
	left: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}

.worry__text::after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: calc(-1 * clamp(0.15625rem, 0rem + 0.6666666667vw, 0.3125rem));
	top: clamp(0.21875rem, 0rem + 0.9333333333vw, 0.4375rem);
	width: 100%;
}

/* reason */

/* ======================================= */

.reason {
	background: url(../img/reason-bg.jpg) no-repeat center/cover;
	padding-bottom: clamp(2.1875rem, -0.0625rem + 9.6vw, 4.4375rem);
	padding-top: 60px;
	position: relative;
}

.reason::before {
	aspect-ratio: 1;
	background: url(../img/reason-icon.svg) no-repeat center/contain;
	content: "";
	height: auto;
	left: 50%;
	line-height: clamp(4.75rem, -0.125rem + 20.8vw, 9.625rem);
	position: absolute;
	text-align: center;
	top: calc(-1 * clamp(2.5rem, 0.125rem + 10.1333333333vw, 4.875rem));
	transform: translateX(-50%);
	width: clamp(4.75rem, -0.125rem + 20.8vw, 9.625rem);
	z-index: 1;
}

.reason::after {
	color: #fff;
	content: "それは、";
	font-size: clamp(1rem, 0.125rem + 3.7333333333vw, 1.875rem);
	font-weight: 600;
	height: auto;
	left: calc(50% + clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem));
	letter-spacing: 0.3px;
	position: absolute;
	text-align: center;
	top: calc(-1 * clamp(0.75rem, 0.0625rem + 2.9333333333vw, 1.4375rem));
	transform: translateX(-50%);
	width: 125px;
	z-index: 2;
}

.reason__inner {
	padding-inline: clamp(0.8125rem, -0.0625rem + 3.7333333333vw, 1.6875rem);
}

.reason__title {
	color: #201917;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -3.5px;
	line-height: 1.2;
	text-align: center;
}

.reason__title .large {
	font-size: 36px;
	letter-spacing: -0.5px;
}

.reason__title .large.emphasis {
	color: #f97931;
}

.reason__contents {
	background-color: #353433;
	border-radius: 2px;
	margin-inline: auto;
	margin-top: clamp(3.75rem, 0rem + 16vw, 7.5rem);
	max-width: 891px;
	padding: clamp(3.75rem, 0rem + 16vw, 7.5rem) clamp(0.375rem, -0.0625rem + 1.8666666667vw, 0.8125rem) clamp(1.75rem, 0.0625rem + 7.2vw, 3.4375rem);
	position: relative;
	text-align: center;
}

.reason__bubble {
	background-color: #7d7a74;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: clamp(1.5rem, -0.03125rem + 6.5333333333vw, 3.03125rem);
	font-weight: 600;
	left: 50%;
	letter-spacing: -4.5px;
	padding: clamp(1rem, 0rem + 4.2666666667vw, 2rem) 0 clamp(1rem, 0rem + 4.2666666667vw, 2rem) clamp(0.5rem, 0rem + 2.1333333333vw, 1rem);
	position: absolute;
	top: calc(-1 * clamp(1.9375rem, 0rem + 8.2666666667vw, 3.875rem));
	transform: translateX(-50%);
}

.reason__bubble::after {
	border-bottom: 0;
	border-left: clamp(0.34375rem, 0rem + 1.4666666667vw, 0.6875rem) solid transparent;
	border-right: clamp(0.34375rem, 0rem + 1.4666666667vw, 0.6875rem) solid transparent;
	border-style: solid;
	border-top: clamp(0.75rem, 0rem + 3.2vw, 1.5rem) solid #7d7a74;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
}

.reason__head {
	color: #fff;
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -4.5px;
}

.reason__head .emphasis {
	color: #f6e56c;
}

.reason__head:nth-of-type(2) {
	border-bottom: clamp(0.0625rem, 0rem + 0.2666666667vw, 0.125rem) solid #fff;
	margin-top: clamp(0.625rem, 0.0625rem + 2.4vw, 1.1875rem);
	padding-bottom: clamp(0.625rem, 0.0625rem + 2.4vw, 1.1875rem);
}

.reason__items {
	display: flex;
	gap: clamp(0.4375rem, -0.0625rem + 2.1333333333vw, 0.9375rem);
	margin-top: clamp(1.5rem, 0rem + 6.4vw, 3rem);
}

.reason__item {
	position: relative;
}

.reason__item::before {
	background-color: #004b3a;
	border-radius: 50%;
	color: #fff;
	font-size: clamp(1rem, 0.125rem + 3.7333333333vw, 1.875rem);
	font-weight: 600;
	height: clamp(1.75rem, 0.0625rem + 7.2vw, 3.4375rem);
	left: clamp(0.15625rem, 0rem + 0.6666666667vw, 0.3125rem);
	letter-spacing: 0.3px;
	line-height: clamp(1.75rem, 0.0625rem + 7.2vw, 3.4375rem);
	position: absolute;
	text-align: center;
	top: clamp(0.15625rem, 0rem + 0.6666666667vw, 0.3125rem);
	width: clamp(1.75rem, 0.0625rem + 7.2vw, 3.4375rem);
}

.reason__item:nth-child(1)::before {
	content: "朝";
}

.reason__item:nth-child(2)::before {
	content: "昼";
}

.reason__item:nth-child(3)::before {
	content: "夜";
}

.reason__item:not(:last-child)::after {
	background-color: #a88b59;
	border-radius: 50%;
	color: #fff;
	content: "+";
	font-size: clamp(1rem, 0.125rem + 3.7333333333vw, 1.875rem);
	font-weight: 600;
	height: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
	letter-spacing: 0.3px;
	line-height: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
	position: absolute;
	right: -15px;
	text-align: center;
	top: 25px;
	width: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
	z-index: 1;
}

.reason__item-text {
	color: #fff;
	font-size: clamp(0.75rem, 0.21875rem + 2.2666666667vw, 1.28125rem);
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -2.7px;
	line-height: normal;
	margin-top: clamp(0.46875rem, 0rem + 2vw, 0.9375rem);
	text-align: center;
}

.reason__lead {
	color: #fff;
	font-size: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
	font-weight: 500;
	letter-spacing: 0.36px;
	margin-top: clamp(2rem, 0rem + 8.5333333333vw, 4rem);
	text-align: center;
}

.reason__text {
	color: #fff;
	font-size: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
	font-weight: 500;
	letter-spacing: -2px;
	line-height: 1.7;
	margin-top: clamp(1.1875rem, 0rem + 5.0666666667vw, 2.375rem);
	padding-inline: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
	text-align: center;
}

/* required */

/* ======================================= */

.required {
	background: url(../img/required-bg.jpg) no-repeat 36% center/cover;
	padding-bottom: clamp(4.0625rem, 0rem + 17.3333333333vw, 8.125rem);
	padding-top: clamp(1.875rem, 0.0625rem + 7.7333333333vw, 3.6875rem);
}

.required__inner {
	text-align: center;
}

.required__title {
	color: #201917;
	font-size: clamp(1.5rem, -0.125rem + 6.9333333333vw, 3.125rem);
	font-weight: 600;
	letter-spacing: -4px;
	line-height: 1.2;
	position: relative;
	text-align: center;
	text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

.required__title .emphasis {
	color: #f97931;
	font-size: clamp(2.25rem, 0.125rem + 9.0666666667vw, 4.375rem);
	font-weight: 800;
	letter-spacing: -4px;
}

.required__title .wide {
	letter-spacing: 0.5px;
}

.required__contents {
	display: flex;
	gap: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem);
	justify-content: center;
	margin-inline: auto;
	margin-top: clamp(1.5625rem, -0.0625rem + 6.9333333333vw, 3.1875rem);
	max-width: 750px;
	padding-inline: clamp(1rem, -0.0625rem + 4.5333333333vw, 2.0625rem);
}

.required__content {
	padding-inline: clamp(0.5625rem, 0rem + 2.4vw, 1.125rem);
	width: calc(50% - clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem));
}

.required__content--male {
	background: linear-gradient(to right, #257ce3, #00afd0);
	padding-bottom: clamp(0.5625rem, 0.0625rem + 2.1333333333vw, 1.0625rem);
	padding-top: clamp(0.25rem, 0rem + 1.0666666667vw, 0.5rem);
}

.required__content--female {
	background: linear-gradient(to right, #d52045, #fd718d);
	padding-bottom: clamp(0.5rem, 0.0625rem + 1.8666666667vw, 0.9375rem);
	padding-top: clamp(0.125rem, 0rem + 0.5333333333vw, 0.25rem);
}

.required__gender {
	display: flex;
	gap: clamp(0.5rem, 0rem + 2.1333333333vw, 1rem);
	justify-content: center;
}

.required__gender-title {
	color: #fff;
	font-size: clamp(1.125rem, -0.15625rem + 5.4666666667vw, 2.40625rem);
	font-weight: 600;
	letter-spacing: 0.4px;
	padding-top: clamp(0.375rem, 0rem + 1.6vw, 0.75rem);
}

.required__gender-image--male {
	height: clamp(2.8125rem, 0rem + 12vw, 5.625rem);
	width: clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
}

.required__gender-image--female {
	height: clamp(3.0625rem, 0rem + 13.0666666667vw, 6.125rem);
	width: clamp(1.375rem, -0.0625rem + 6.1333333333vw, 2.8125rem);
}

.required__item {
	background-color: #fff;
	border-radius: 2px;
	padding: 10px 10px 9px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.required__item--male {
	margin-top: calc(-1 * clamp(0.6875rem, -0.125rem + 3.4666666667vw, 1.5rem));
}

.required__item--female {
	margin-top: calc(-1 * clamp(0.8125rem, 0rem + 3.4666666667vw, 1.625rem));
}

.required__label {
	background-color: #2c2c2c;
	border-radius: 2px;
	color: #fff;
	font-size: clamp(0.875rem, -0.03125rem + 3.8666666667vw, 1.78125rem);
	font-weight: 500;
	letter-spacing: 0.3px;
	padding-inline: 14px;
}

.required__number {
	color: #2c2c2c;
	font-size: clamp(3.5625rem, 0rem + 15.2vw, 7.125rem);
	font-weight: bold;
	line-height: 1;
	margin-top: clamp(0.75rem, -0.0625rem + 3.4666666667vw, 1.5625rem);
}

.required__number .unit {
	font-size: clamp(3rem, -0.03125rem + 12.9333333333vw, 6.03125rem);
	font-weight: bold;
}

.required__equivalent {
	aspect-ratio: 278/151;
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	height: auto;
	letter-spacing: 0.3px;
	margin-top: clamp(1.0625rem, 0rem + 4.5333333333vw, 2.125rem);
	width: 100%;
}

.required__equivalent .large {
	font-size: 40px;
	font-weight: bold;
}

.required__equivalent--male {
	background: url(../img/required-image1.jpg) no-repeat center center/cover;
}

.required__equivalent--female {
	background: url(../img/required-image2.jpg) no-repeat center center/cover;
}

.required__text {
	color: #2c2c2c;
	display: inline-block;
	font-size: 22px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.55px;
	line-height: 1.8;
	margin-inline: auto;
	margin-top: clamp(1.5rem, 0rem + 6.4vw, 3rem);
	position: relative;
	text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

.required__text::after {
	background: url(../img/required-emphasis.svg) no-repeat center center/contain;
	content: "";
	height: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
	left: 0;
	position: absolute;
	top: 42%;
	width: clamp(7.8125rem, 0rem + 33.3333333333vw, 15.625rem);
}

/* current */

/* ======================================= */

.current {
	background: url(../img/current-bg.jpg) no-repeat center/cover;
	padding-bottom: clamp(5.25rem, -0.1875rem + 23.2vw, 10.6875rem);
	padding-top: clamp(4.4375rem, -0.0625rem + 19.2vw, 8.9375rem);
	position: relative;
}

.current::before {
	aspect-ratio: 1;
	background: url(../img/reason-icon.svg) no-repeat center/contain;
	content: "";
	height: auto;
	left: 50%;
	line-height: clamp(4.75rem, -0.125rem + 20.8vw, 9.625rem);
	position: absolute;
	text-align: center;
	top: calc(-1 * clamp(2.5rem, 0.125rem + 10.1333333333vw, 4.875rem));
	transform: translateX(-50%);
	width: clamp(4.75rem, -0.125rem + 20.8vw, 9.625rem);
	z-index: 1;
}

.current::after {
	color: #fff;
	content: "でも、";
	font-size: clamp(1rem, 0.125rem + 3.7333333333vw, 1.875rem);
	font-weight: 600;
	height: auto;
	left: calc(50% + clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem));
	letter-spacing: 0.3px;
	position: absolute;
	text-align: center;
	top: calc(-1 * clamp(0.75rem, 0.0625rem + 2.9333333333vw, 1.4375rem));
	transform: translateX(-50%);
	width: 125px;
	z-index: 2;
}

.current__inner {
	position: relative;
}

.current__inner::after {
	background: url(../img/current-arrow.png) no-repeat center/contain;
	bottom: calc(-1 * clamp(3.75rem, 0rem + 16vw, 7.5rem));
	content: "";
	height: clamp(1.625rem, -0.0625rem + 7.2vw, 3.3125rem);
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: clamp(2.25rem, 0.3125rem + 8.2666666667vw, 4.1875rem);
}

.current__title {
	color: #2c2c2c;
	font-size: clamp(1.5rem, -0.125rem + 6.9333333333vw, 3.125rem);
	font-weight: 600;
	letter-spacing: 0.55px;
	text-align: center;
}

.current__image {
	aspect-ratio: 995/505;
	height: auto;
	margin-inline: auto;
	margin-top: clamp(1.625rem, 0rem + 6.9333333333vw, 3.25rem);
	width: 100%;
}

.current__contents {
	align-items: center;
	display: flex;
	flex-direction: column;
	left: 50%;
	position: absolute;
	top: 30%;
	transform: translateX(-50%);
}

.current__contents-top {
	display: flex;
	gap: clamp(6.25rem, -6.625rem + 20.6vw, 19.125rem);
	justify-content: center;
}

.current__contents-top .current__content-text {
	padding: 19px 40px;
}

.current__content {
	border: 1px solid #fff;
	border-radius: 2px;
	box-shadow: 0 0 0 0.5px #fff, inset 0 0 0 0.5px #fff, 0 0 0 1px #fff;
	opacity: 0.85;
	padding: 9px;
}

.current__content-text {
	background-color: #fff;
	color: #2c2c2c;
	font-family: "Noto Sans JP";
	font-size: 30px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: normal;
	padding: 20px;
	text-align: center;
}

.current__content-text .emphasis {
	color: #c18b8e;
}

.current__contents-middle {
	display: flex;
	gap: 306px;
	justify-content: center;
	margin-top: 24px;
}

.current__contents-middle .current__content:nth-child(1) .current__content-text {
	padding: 20px;
}

.current__contents-middle .current__content:nth-child(1) .current__content-text {
	padding: 18px;
}

.current__contents-bottom {
	display: inline-block;
	margin-top: 34px;
}

.current__contents-bottom .current__content-text {
	padding: 19px 34px;
}

/* introduce */

/* ======================================= */

.introduce {
	background: url(../img/introduce-bg-sp.png) no-repeat center/cover;
	padding-bottom: clamp(5.5rem, 1.1875rem + 18.4vw, 9.8125rem);
	padding-top: clamp(2.625rem, 0.0625rem + 10.9333333333vw, 5.1875rem);
	position: relative;
	z-index: 1;
}

.introduce::before {
	aspect-ratio: 161/322;
	background: url(../img/introduce-image-sp.svg) no-repeat center/contain;
	content: "";
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 21.4666666667%;
}

.introduce::after {
	aspect-ratio: 167/239;
	background: url(../img/introduce-image2-sp.png) no-repeat center/contain;
	bottom: clamp(2.8125rem, 0.9375rem + 8vw, 4.6875rem);
	content: "";
	height: auto;
	position: absolute;
	right: 0;
	width: 22.2666666667%;
	z-index: -1;
}

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

.introduce__label {
	color: #2c2c2c;
	display: inline-block;
	font-size: clamp(1.375rem, 0.0625rem + 5.6vw, 2.6875rem);
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 1;
	position: relative;
}

.introduce__label::before {
	background-color: #2c2c2c;
	bottom: 0;
	content: "";
	height: clamp(1.625rem, 0rem + 6.9333333333vw, 3.25rem);
	left: calc(-1 * clamp(0.75rem, 0rem + 3.2vw, 1.5rem));
	position: absolute;
	transform: rotate(-30deg);
	width: clamp(0.0625rem, 0rem + 0.2666666667vw, 0.125rem);
}

.introduce__label::after {
	background-color: #2c2c2c;
	bottom: 0;
	content: "";
	height: clamp(1.625rem, 0rem + 6.9333333333vw, 3.25rem);
	position: absolute;
	right: calc(-1 * clamp(0.1875rem, 0rem + 0.8vw, 0.375rem));
	transform: rotate(30deg);
	width: clamp(0.0625rem, 0rem + 0.2666666667vw, 0.125rem);
}

.introduce__lead {
	color: #2c2c2c;
	font-size: clamp(1rem, 0.125rem + 3.7333333333vw, 1.875rem);
	font-weight: 600;
	letter-spacing: 0.36px;
	margin-top: clamp(2.1875rem, 0.0625rem + 9.0666666667vw, 4.3125rem);
}

.introduce__lead .large {
	display: inline-block;
	font-size: clamp(1.5rem, -0.125rem + 6.9333333333vw, 3.125rem);
	letter-spacing: -3.5px;
	line-height: 1;
	position: relative;
	text-shadow: #fff 1px 1px 3px, #fff -1px 1px 3px, #fff 1px -1px 3px, #fff -1px -1px 3px;
}

.introduce__lead .large::before {
	background: url(../img/introduce-wavy-line.png) repeat center/contain;
	bottom: calc(-1 * clamp(0.4375rem, 0rem + 1.8666666667vw, 0.875rem));
	content: "";
	height: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem);
	left: 0;
	position: absolute;
	width: clamp(15.625rem, -4.6875rem + 86.6666666667vw, 35.9375rem);
}

.introduce__title {
	color: #2c2c2c;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.55px;
	margin-top: 26px;
	position: relative;
	z-index: 1;
}

.introduce__title .large {
	color: #004b3a;
	display: inline-block;
	font-size: clamp(2.75rem, -0.4375rem + 13.6vw, 5.9375rem);
	font-weight: bold;
	letter-spacing: 1.01px;
}

.introduce__text {
	color: #2c2c2c;
	font-size: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.8;
	margin-top: clamp(2.4375rem, 0rem + 10.4vw, 4.875rem);
	text-align: center;
}

.introduce__text .marker {
	background: linear-gradient(transparent 50%, #f6e56c 50%);
}

/* protein */

/* ======================================= */

.protein {
	background: url(../img/protein-bg-sp.jpg) no-repeat center/cover;
	padding-bottom: clamp(2.875rem, -0.0625rem + 12.5333333333vw, 5.8125rem);
	padding-top: clamp(2.1875rem, 0rem + 9.3333333333vw, 4.375rem);
}

.protein__inner {
	text-align: center;
}

.protein__title {
	background-color: #f6e56c;
	color: #2c2c2c;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -2.5px;
	margin-left: clamp(0rem, -11.875rem + 19vw, 11.875rem);
	padding: clamp(0.625rem, -0.0625rem + 2.9333333333vw, 1.3125rem) 0;
	position: relative;
	text-align: left;
}

.protein__title::before {
	aspect-ratio: 45/41;
	background: url(../img/protein-icon.svg) no-repeat center/contain;
	content: "";
	height: auto;
	left: calc(-1 * clamp(1.0625rem, 0.5625rem + 2.1333333333vw, 1.5625rem));
	position: absolute;
	top: calc(-1 * clamp(1.3125rem, 0rem + 5.6vw, 2.625rem));
	width: clamp(1.375rem, -0.0625rem + 6.1333333333vw, 2.8125rem);
}

.protein__text {
	color: #201917;
	font-family: "Shippori Mincho";
	font-size: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.7;
	margin-top: clamp(1.5625rem, 0.0625rem + 6.4vw, 3.0625rem);
	text-align: center;
}

/* nutrients */

/* ======================================= */

.nutrients {
	background: url(../img/nutrients-bg.png) no-repeat center/cover;
	padding-bottom: clamp(1.875rem, 0rem + 8vw, 3.75rem);
	padding-top: clamp(3.75rem, 0rem + 16vw, 7.5rem);
	position: relative;
}

.nutrients::before {
	background: url(../img/nutrients-arrow.png) no-repeat center/contain;
	border-radius: 2px;
	color: #fff;
	content: "そして";
	font-size: clamp(1rem, 0.125rem + 3.7333333333vw, 1.875rem);
	font-weight: 600;
	height: clamp(3.125rem, 0.0625rem + 13.0666666667vw, 6.1875rem);
	left: 50%;
	letter-spacing: 0.3px;
	padding-top: clamp(0.5rem, 0.0625rem + 1.8666666667vw, 0.9375rem);
	position: absolute;
	text-align: center;
	top: calc(-1 * clamp(1.1875rem, 0.0625rem + 4.8vw, 2.3125rem));
	transform: translateX(-50%);
	width: clamp(8.5625rem, 0rem + 36.5333333333vw, 17.125rem);
	z-index: 2;
}

.nutrients__inner {
	margin-inline: auto;
	padding-left: 12px;
	padding-right: 6px;
	position: relative;
}

.nutrients__inner::before {
	background: url(../img/nutrients-image.png) no-repeat center/contain;
	content: "";
	height: clamp(5.375rem, -0.0625rem + 23.2vw, 10.8125rem);
	position: absolute;
	right: calc(50% - 150px);
	top: calc(-1 * clamp(1.25rem, -1.0625rem + 9.8666666667vw, 3.5625rem));
	width: clamp(5.5625rem, 0.0625rem + 23.4666666667vw, 11.0625rem);
}

.nutrients__title {
	color: #2c2c2c;
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -3px;
	line-height: 1.3;
}

.nutrients__title .emphasis {
	color: #f97931;
}

.nutrients__comments {
	color: #2c2c2c;
	font-size: clamp(0.625rem, 0.3125rem + 1.3333333333vw, 0.9375rem);
	font-weight: 500;
	letter-spacing: -1px;
	text-align: left;
}

.nutrients__contents {
	display: grid;
	gap: clamp(1.5625rem, -0.0625rem + 6.9333333333vw, 3.1875rem) clamp(1.0625rem, 0rem + 4.5333333333vw, 2.125rem);
	grid-template-columns: repeat(2, 1fr);
	margin-top: 43px;
	max-width: 760px;
}

.nutrients__content {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-align: center;
}

.nutrients__content-title {
	color: #fff;
	font-family: "Shippori Mincho";
	font-size: clamp(0.875rem, 0.0625rem + 3.4666666667vw, 1.6875rem);
	font-weight: bold;
	letter-spacing: -1px;
	padding-block: 22px;
	text-align: center;
}

.nutrients__content-title .small {
	font-size: clamp(0.8125rem, 0.0625rem + 3.2vw, 1.5625rem);
	font-weight: 800;
}

.nutrients__content-title--green {
	background-color: #69a933;
}

.nutrients__content-title--red {
	background-color: #a93333;
}

.nutrients__content-title--orange {
	background-color: #e2a02d;
}

.nutrients__content-title--brown {
	background-color: #a96c33;
}

.nutrients__content-image {
	width: 100%;
}

.nutrients__text {
	color: #2c2c2c;
	font-family: "Shippori Mincho";
	font-size: clamp(0.625rem, 0.3125rem + 1.3333333333vw, 0.9375rem);
	font-weight: 500;
	letter-spacing: -1px;
	margin-top: 29px;
	text-align: center;
}

/* situation */

/* ======================================= */

.situation {
	background: url(../img/situation-bg.png) no-repeat center/cover;
	padding-bottom: clamp(1.875rem, 0rem + 8vw, 3.75rem);
	padding-top: clamp(3.875rem, 0rem + 16.5333333333vw, 7.75rem);
}

.situation__inner {
	padding-inline: clamp(0.8125rem, 0.01875rem + 3.3866666667vw, 1.60625rem);
	text-align: center;
}

.situation__title {
	color: #2c2c2c;
	font-size: clamp(1rem, 0.125rem + 3.7333333333vw, 1.875rem);
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 1.5;
	position: relative;
	text-align: left;
	text-align: center;
}

.situation__title .large {
	color: #004b3a;
	display: inline-block;
	font-size: clamp(1.375rem, -0.03125rem + 6vw, 2.78125rem);
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 1;
	text-align: left;
}

.situation__title::before {
	background: url(../img/situation-text.png) no-repeat center/contain;
	content: "";
	height: clamp(0.8125rem, -0.0625rem + 3.7333333333vw, 1.6875rem);
	left: calc(50% - clamp(6.6875rem, -0.0625rem + 28.8vw, 13.4375rem));
	position: absolute;
	top: calc(-1 * clamp(1.625rem, 0rem + 6.9333333333vw, 3.25rem));
	width: clamp(1.75rem, 0rem + 7.4666666667vw, 3.5rem);
}

.situation__title::after {
	background: url(../img/situation-accent.png) no-repeat center/contain;
	content: "";
	height: clamp(0.8125rem, 0.0625rem + 3.2vw, 1.5625rem);
	left: calc(50% - clamp(7.3125rem, -0.0625rem + 31.4666666667vw, 14.6875rem));
	position: absolute;
	top: calc(-1 * clamp(1rem, 0rem + 4.2666666667vw, 2rem));
	width: clamp(2.8125rem, 0.0625rem + 11.7333333333vw, 5.5625rem);
}

.situation__contents {
	display: flex;
	gap: clamp(0.5rem, -0.03125rem + 2.2666666667vw, 1.03125rem);
	margin-inline: auto;
	margin-top: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
	max-width: 820px;
}

.situation__content {
	position: relative;
	width: calc(33.3333% - clamp(0.5rem, -0.03125rem + 2.2666666667vw, 1.03125rem) * 2 / 3);
}

.situation__content-text {
	bottom: clamp(0.5rem, -0.6111111111rem + 5.5555555556vw, 0.6875rem);
	color: #fff;
	font-size: clamp(0.625rem, -0.1157407407rem + 3.7037037037vw, 0.75rem);
	font-weight: 600;
	left: 50%;
	letter-spacing: -2px;
	line-height: 1.1;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
}

.situation__content-text .large {
	font-size: clamp(0.75rem, 0.0092592593rem + 3.7037037037vw, 0.875rem);
}

.situation__lead {
	color: #2c2c2c;
	font-size: clamp(1rem, 0.125rem + 3.7333333333vw, 1.875rem);
	font-weight: 600;
	letter-spacing: 0.36px;
	margin-top: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
	text-align: center;
}

.situation__text {
	border: 1px solid #004b3a;
	color: #2c2c2c;
	display: inline-block;
	font-weight: 600;
	letter-spacing: -3px;
	line-height: 1;
	margin-top: 5px;
	max-width: 820px;
	padding-block: 8px;
	padding-left: 6px;
	text-align: center;
	width: 100%;
}

/* mind */

/* ======================================= */

.mind {
	background: url(../img/mind-bg.png) no-repeat center/cover;
	padding-bottom: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem);
	padding-top: clamp(3.3125rem, 0rem + 14.1333333333vw, 6.625rem);
}

.mind__title {
	color: #fff;
	font-size: clamp(1.875rem, -0.03125rem + 8.1333333333vw, 3.78125rem);
	font-weight: 600;
	letter-spacing: 0.7px;
	position: relative;
	text-align: center;
}

.mind__title::before {
	background: url(../img/mind-underline.png) no-repeat center/contain;
	bottom: calc(-1 * clamp(0.75rem, 0.4375rem + 1.3333333333vw, 1.0625rem));
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: clamp(11.875rem, 0rem + 50.6666666667vw, 23.75rem);
}

.mind__title .small {
	font-size: clamp(1.5rem, -0.125rem + 6.9333333333vw, 3.125rem);
	letter-spacing: 0.61px;
}

.mind__image {
	aspect-ratio: 944/399;
	height: auto;
	margin-top: clamp(3rem, -0.0625rem + 13.0666666667vw, 6.0625rem);
	padding-left: clamp(1.125rem, 0.0625rem + 4.5333333333vw, 2.1875rem);
	padding-right: clamp(0.15625rem, 0rem + 0.6666666667vw, 0.3125rem);
	width: 100%;
}

.mind__frame {
	aspect-ratio: 867/709;
	height: auto;
	margin-inline: auto;
	margin-top: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
	padding-inline: clamp(1.125rem, 0.0625rem + 4.5333333333vw, 2.1875rem);
	width: 100%;
}

/* feature */

/* ======================================= */

.feature {
	background: url(../img/feature-bg.png) no-repeat center/cover;
	overflow: hidden;
	padding-bottom: clamp(2.1875rem, -0.0625rem + 9.6vw, 4.4375rem);
	padding-top: clamp(3.75rem, -0.0625rem + 16.2666666667vw, 7.5625rem);
}

.feature__title {
	color: #2c2c2c;
	font-size: clamp(1.5rem, -0.15625rem + 7.0666666667vw, 3.15625rem);
	font-weight: 600;
	letter-spacing: 0.7px;
	position: relative;
	text-align: center;
}

.feature__title .large {
	font-size: clamp(2rem, 0.25rem + 7.4666666667vw, 3.75rem);
	letter-spacing: 0.81px;
}

.feature__title .emphasis {
	color: #004b3a;
	display: inline-block;
	font-size: clamp(2.5rem, -0.03125rem + 10.8vw, 5.03125rem);
	font-weight: bold;
	letter-spacing: 1.01px;
	line-height: 1;
	text-align: left;
}

.feature__title::before {
	background: url(../img/feature-accent.png) no-repeat center/contain;
	content: "";
	height: clamp(1.375rem, -0.0625rem + 6.1333333333vw, 2.8125rem);
	left: 50%;
	position: absolute;
	text-align: center;
	top: calc(-1 * clamp(2.0625rem, -1.375rem + 14.6666666667vw, 5.5rem));
	transform: translateX(-50%);
	width: clamp(5.375rem, 0rem + 22.9333333333vw, 10.75rem);
	z-index: 1;
}

.feature__contents {
	margin-inline: auto;
	max-width: 1000px;
}

.feature__content:nth-of-type(odd) {
	padding-left: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
}

.feature__content:nth-of-type(odd) .feature__head {
	flex-direction: row-reverse;
}

.feature__content:nth-of-type(odd) .feature__info-title {
	margin-top: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
}

.feature__content:nth-of-type(1) {
	margin-top: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
}

.feature__content:nth-of-type(1) .feature__image {
	aspect-ratio: 783/467;
	height: auto;
	left: calc(50% + clamp(8.75rem, 0rem + 37.3333333333vw, 17.5rem));
	position: absolute;
	top: clamp(2.5rem, 11.0227272727rem + -36.3636363636vw, 3.75rem);
	transform: translateX(-50%);
	width: 75%;
}

.feature__content:nth-of-type(1) .feature__number {
	padding-left: 40px;
}

.feature__content:nth-of-type(1) .feature__number::after {
	background-color: #016f42;
	bottom: 0;
	content: "";
	height: clamp(0.0625rem, 0rem + 0.2666666667vw, 0.125rem);
	position: absolute;
	right: -28px;
	width: calc(50vw + 110px);
}

.feature__content:nth-of-type(1) .feature__info-title {
	line-height: 1.5;
	position: relative;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	z-index: 1;
}

.feature__content:nth-of-type(1) .feature__info-title::before {
	aspect-ratio: 1;
	background: url(../img/feature-icon.png) no-repeat center/contain;
	content: "";
	height: auto;
	left: 50%;
	position: absolute;
	top: calc(50% - 6px);
	transform: translate(-50%, -50%);
	width: 35px;
	z-index: -1;
}

.feature__content:nth-of-type(1) .feature__info-title::after {
	background: url(../img/feature-underline1.svg) no-repeat center/contain;
	bottom: clamp(0rem, -0.5rem + 2.1333333333vw, 0.5rem);
	content: "";
	height: 22px;
	left: 12px;
	position: absolute;
	width: 150px;
	z-index: -2;
}

.feature__content:nth-of-type(1) .feature__text {
	letter-spacing: -1px;
	margin-top: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
	padding-right: clamp(1.0625rem, 0rem + 4.5333333333vw, 2.125rem);
}

.feature__content:nth-of-type(2) {
	margin-top: clamp(1.875rem, 0rem + 8vw, 3.75rem);
}

.feature__content:nth-of-type(2) .feature__image {
	aspect-ratio: 652/387;
	height: auto;
	left: calc(50% - clamp(9.6875rem, 0rem + 41.3333333333vw, 19.375rem));
	position: absolute;
	top: clamp(4.0625rem, 0rem + 17.3333333333vw, 8.125rem);
	transform: translateX(-50%);
	width: 50%;
}

.feature__content:nth-of-type(2) .feature_head {
	margin-left: 50px;
}

.feature__content:nth-of-type(2) .feature__info {
	width: 65%;
}

.feature__content:nth-of-type(2) .feature__number::after {
	background-color: #016f42;
	bottom: 0;
	content: "";
	height: clamp(0.0625rem, 0rem + 0.2666666667vw, 0.125rem);
	left: calc(-1 * clamp(2.5rem, 0rem + 10.6666666667vw, 5rem));
	position: absolute;
	width: calc(50vw + clamp(6.875rem, 0rem + 29.3333333333vw, 13.75rem));
}

.feature__content:nth-of-type(2) .feature__info-title {
	line-height: 1.3;
	margin-top: clamp(1.3125rem, 0rem + 5.6vw, 2.625rem);
	position: relative;
	text-align: left;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	z-index: 1;
}

.feature__content:nth-of-type(2) .feature__info-title::after {
	background: url(../img/feature-underline2.svg) no-repeat center/contain;
	bottom: clamp(-0.3125rem, -1.125rem + 3.4666666667vw, 0.5rem);
	content: "";
	height: 26px;
	left: 4px;
	position: absolute;
	width: 200px;
	z-index: -2;
}

.feature__content:nth-of-type(2) .feature__text {
	letter-spacing: -1px;
	margin-top: clamp(2.8125rem, 0rem + 12vw, 5.625rem);
	padding-left: 14px;
	padding-right: 16px;
	text-align: left;
}

.feature__content:nth-of-type(3) {
	margin-top: clamp(4.0625rem, 0rem + 17.3333333333vw, 8.125rem);
}

.feature__content:nth-of-type(3) .feature__image {
	aspect-ratio: 384/410;
	height: auto;
	left: calc(50% + clamp(5rem, -2.4074074074rem + 37.037037037vw, 6.25rem));
	position: absolute;
	top: calc(-1 * clamp(6.875rem, -15.3472222222rem + 111.1111111111vw, 10.625rem));
	transform: translateX(-50%);
	width: 44%;
}

.feature__content:nth-of-type(3) .feature__number {
	padding-left: 20px;
}

.feature__content:nth-of-type(3) .feature__number::after {
	background-color: #016f42;
	bottom: 0;
	content: "";
	height: clamp(0.0625rem, 0rem + 0.2666666667vw, 0.125rem);
	position: absolute;
	right: -36px;
	width: calc(50vw + 110px);
}

.feature__content:nth-of-type(3) .feature__info-title {
	letter-spacing: -3px;
	line-height: 1.4;
	margin-top: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
	position: relative;
	text-align: left;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
	z-index: 1;
}

.feature__content:nth-of-type(3) .feature__info-title::after {
	background: url(../img/feature-underline3.svg) no-repeat center/contain;
	bottom: clamp(0rem, -0.25rem + 1.0666666667vw, 0.25rem);
	content: "";
	height: 25px;
	left: clamp(0.125rem, -0.0625rem + 0.8vw, 0.3125rem);
	position: absolute;
	width: clamp(8rem, 0.0625rem + 33.8666666667vw, 15.9375rem);
	z-index: -2;
}

.feature__content:nth-of-type(3) .feature__text {
	letter-spacing: -2px;
	margin-top: clamp(4.1875rem, -0.0625rem + 18.1333333333vw, 8.4375rem);
	padding-right: clamp(1.875rem, 1.25rem + 2.6666666667vw, 2.5rem);
	text-align: left;
}

.feature__head {
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.feature__number {
	color: #016f42;
	font-size: clamp(2.25rem, 0.125rem + 9.0666666667vw, 4.375rem);
	font-weight: bold;
	letter-spacing: 0.8px;
	line-height: 1;
	position: relative;
	text-align: left;
}

.feature__number .large {
	display: inline-block;
	font-size: clamp(3.5rem, 0.125rem + 14.4vw, 6.875rem);
	letter-spacing: 1.2px;
	line-height: 1;
	text-align: left;
}

.feature__info-title {
	color: #2c2c2c;
	font-size: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
	font-style: italic;
	line-height: 1;
	text-align: center;
}

.feature__info-title .large {
	font-size: 32px;
}

.feature__text {
	color: #2c2c2c;
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.3px;
	line-height: 1.9;
	text-align: left;
}

.feature__text .emphasis {
	background-color: #016f42;
	border-radius: 2px;
	color: #fff;
	padding: 2px 6px 5px 12px;
}

/* scene */

/* ======================================= */

.scene {
	background: #ecf4e2 url(../img/scene-bg.png) no-repeat center/cover;
	overflow: hidden;
	padding-bottom: clamp(1.875rem, 0rem + 8vw, 3.75rem);
	padding-top: clamp(3.75rem, 0.0625rem + 15.7333333333vw, 7.4375rem);
}

.scene__title {
	color: #2c2c2c;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -2px;
	position: relative;
	text-align: center;
}

.scene__title::before {
	background: url(../img/scene-accent.png) no-repeat center/contain;
	content: "";
	height: clamp(1.0625rem, 0rem + 4.5333333333vw, 2.125rem);
	left: 50%;
	position: absolute;
	text-align: center;
	top: calc(-1 * clamp(1.6875rem, -0.0625rem + 7.4666666667vw, 3.4375rem));
	transform: translateX(-50%);
	width: clamp(3.6875rem, 0rem + 15.7333333333vw, 7.375rem);
	z-index: 1;
}

.scene__contents {
	margin-top: clamp(1.5rem, 0rem + 6.4vw, 3rem);
}

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

.scene__content:nth-of-type(odd) .scene__label {
	left: calc(50% + 52px);
}

.scene__content:nth-of-type(even) .scene__label {
	left: calc(50% + 55px);
	top: clamp(0.625rem, 0rem + 2.6666666667vw, 1.25rem);
}

.scene__content:nth-of-type(1) .scene__label {
	-webkit-backdrop-filter: blur(1px);
	-webkit-mask-image: linear-gradient(to top, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%), linear-gradient(to left, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
	-webkit-mask-composite: source-in, xor;
	backdrop-filter: blur(1px);
	background-color: rgba(255, 255, 255, 0.7);
	left: calc(50% + 45px);
	mask-composite: intersect;
	mask-image: linear-gradient(to top, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%), linear-gradient(to left, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
	padding-inline: clamp(0.3125rem, -0.3125rem + 2.6666666667vw, 0.9375rem);
}

.scene__content:not(:first-of-type) {
	margin-top: 50px;
}

.scene__label {
	align-items: center;
	display: inline-flex;
	gap: clamp(0.125rem, -0.0625rem + 0.8vw, 0.3125rem);
	left: 0;
	line-height: 1;
	position: absolute;
	top: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
	z-index: 2;
}

.scene__case {
	color: rgba(0, 75, 58, 0.5);
	font-size: clamp(0.75rem, -0.0625rem + 3.4666666667vw, 1.5625rem);
	font-weight: bold;
	letter-spacing: 0.5px;
	text-align: center;
}

.scene__number {
	color: rgba(0, 75, 58, 0.5);
	font-size: clamp(2.25rem, 0.125rem + 9.0666666667vw, 4.375rem);
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

.scene__image {
	display: inline-block;
	left: clamp(0.25rem, 0rem + 1.0666666667vw, 0.5rem);
	margin-inline: auto;
	position: relative;
	width: clamp(18.75rem, 0rem + 80vw, 37.5rem);
	z-index: 1;
}

.scene__item {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 7.1px 7.1px 20px 0 rgba(51, 51, 51, 0.3);
	color: #004b3a;
	display: inline-block;
	margin-top: calc(-1 * clamp(6rem, 0.0625rem + 25.3333333333vw, 11.9375rem));
	padding-bottom: clamp(1.9375rem, 0rem + 8.2666666667vw, 3.875rem);
	padding-inline: clamp(0.625rem, -0.0625rem + 2.9333333333vw, 1.3125rem);
	padding-top: clamp(6.25rem, 0.0625rem + 26.4vw, 12.4375rem);
	width: 100%;
}

.scene__item-title {
	background-image: linear-gradient(to left, #2c2c2c, #2c2c2c 5px, transparent 5px, transparent 8px); /* 下の線 */
	background-position: right bottom;
	background-repeat: repeat-x;
	background-size: 8px clamp(0.09375rem, 0.0625rem + 0.1333333333vw, 0.125rem);
	font-size: 20px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: normal;
	padding-bottom: 10px;
	text-align: center;
}

.scene__item-text {
	color: #2c2c2c;
	font-family: "Noto Sans JP";
	font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
	font-weight: 400;
	letter-spacing: -1px;
	margin-top: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
	padding-inline: clamp(0.5rem, -0.0625rem + 2.4vw, 1.0625rem);
	text-align: left;
}

.scene__item-text .marker {
	background: linear-gradient(transparent 50%, #f6e56c 50%);
}

/* tips */

/* ======================================= */

.tips {
	background: url(../img/tips-bg.png) no-repeat center/cover;
	padding-bottom: clamp(1.875rem, 0.0625rem + 7.7333333333vw, 3.6875rem);
	padding-top: clamp(1.75rem, 0rem + 7.4666666667vw, 3.5rem);
}

.tips__inner {
	text-align: center;
}

.tips__title {
	color: #2c2c2c;
	font-size: clamp(1.875rem, -0.03125rem + 8.1333333333vw, 3.78125rem);
	font-stretch: normal;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.7px;
	line-height: 1;
	padding-bottom: clamp(0.5rem, 0rem + 2.1333333333vw, 1rem);
	position: relative;
	text-align: center;
}

.tips__title::after {
	background: url(../img/tips-underline.png) no-repeat center/contain;
	bottom: clamp(-0.125rem, -0.8657407407rem + 3.7037037037vw, 0rem);
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: clamp(14.0625rem, 0rem + 60vw, 28.125rem);
}

.tips__contents {
	display: flex;
	gap: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
	justify-content: center;
	margin-inline: auto;
	margin-top: 25px;
	padding-left: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
	padding-right: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
	position: relative;
	width: 100%;
}

.tips__content:nth-of-type(1) .tips__head {
	position: relative;
}

.tips__content:nth-of-type(1) .tips__head::after {
	background: url(../img/tips-arrow.svg) no-repeat center/contain;
	content: "";
	height: 35px;
	position: absolute;
	right: -45px;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	z-index: 1;
}

.tips__head {
	padding-bottom: clamp(0.5rem, 0rem + 2.1333333333vw, 1rem);
	padding-left: clamp(0.25rem, 0rem + 1.0666666667vw, 0.5rem);
	position: relative;
}

.tips__number {
	color: #004b3a;
	font-size: clamp(2rem, 0rem + 8.5333333333vw, 4rem);
	font-weight: bold;
	left: calc(-1 * clamp(0.15625rem, 0rem + 0.6666666667vw, 0.3125rem));
	letter-spacing: 1px;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 0;
}

.tips__image {
	aspect-ratio: 1;
	display: inline-block;
	height: auto;
	width: clamp(8rem, 0rem + 34.1333333333vw, 16rem);
}

.tips__text {
	background-image: linear-gradient(to right, #2c2c2c, #2c2c2c 5px, transparent 5px, transparent 8px), linear-gradient(to left, #2c2c2c, #2c2c2c 5px, transparent 5px, transparent 8px); /* 下の線 */
	background-position: left top, right bottom; /* 下の線 */
	background-repeat: repeat-x, repeat-x; /* 下の線 */
	background-size: 8px clamp(0.09375rem, 0.0625rem + 0.1333333333vw, 0.125rem), 8px clamp(0.09375rem, 0.0625rem + 0.1333333333vw, 0.125rem); /* 下の線 */
	color: #2c2c2c;
	font-family: "Noto Sans JP";
	font-size: clamp(0.75rem, 0.125rem + 2.6666666667vw, 1.375rem);
	letter-spacing: 0.27px;
	padding: clamp(0.6875rem, -0.0625rem + 3.2vw, 1.4375rem) clamp(0.625rem, 0.3125rem + 1.3333333333vw, 0.9375rem) clamp(0.9375rem, -0.0625rem + 4.2666666667vw, 1.9375rem) clamp(0.21875rem, 0rem + 0.9333333333vw, 0.4375rem);
	text-align: left;
}

.tips__caution {
	border: 1px solid #004b3a;
	color: #201917;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -2px;
	margin-left: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
	margin-right: clamp(0.8125rem, -0.0625rem + 3.7333333333vw, 1.6875rem);
	margin-top: clamp(1.375rem, -0.0625rem + 6.1333333333vw, 2.8125rem);
	padding-block: clamp(0.625rem, -0.0625rem + 2.9333333333vw, 1.3125rem);
	padding-left: clamp(0.9375rem, -0.625rem + 6.6666666667vw, 2.5rem);
	padding-right: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem);
	text-align: left;
}

/* voice */

/* ======================================= */

.voice {
	background: url(../img/voice-bg.png) no-repeat center/cover;
	padding-bottom: clamp(2.375rem, 0rem + 10.1333333333vw, 4.75rem);
	padding-top: clamp(2.0625rem, -0.0625rem + 9.0666666667vw, 4.1875rem);
}

.voice__title {
	color: #2c2c2c;
	font-size: clamp(1.875rem, -0.03125rem + 8.1333333333vw, 3.78125rem);
	font-weight: 600;
	letter-spacing: 0.7px;
	line-height: 1.2;
	padding-top: clamp(1.75rem, 0.0625rem + 7.2vw, 3.4375rem);
	position: relative;
	text-align: center;
}

.voice__title .large {
	color: #004b3a;
	font-size: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
	font-weight: bold;
	letter-spacing: 1.01px;
	text-align: center;
}

.voice__title::before {
	background: url(../img/voice-accent.png) no-repeat center/contain;
	content: "";
	height: clamp(0.9375rem, -0.0625rem + 4.2666666667vw, 1.9375rem);
	left: 50%;
	position: absolute;
	text-align: center;
	top: 0;
	transform: translateX(-50%);
	width: clamp(3.75rem, 0.0625rem + 15.7333333333vw, 7.4375rem);
	z-index: 1;
}

.voice__contents {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
	margin-inline: auto;
	margin-top: clamp(1.6875rem, 0rem + 7.2vw, 3.375rem);
	max-width: 700px;
	padding-inline: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem);
}

.voice__content {
	background-color: #fff;
	box-shadow: 7.1px 7.1px 20px 0 rgba(51, 51, 51, 0.3);
	display: flex;
	gap: clamp(0.75rem, 0.0625rem + 2.9333333333vw, 1.4375rem);
	padding: clamp(1.1875rem, 0rem + 5.0666666667vw, 2.375rem) clamp(1.125rem, 0rem + 4.8vw, 2.25rem);
	width: 100%;
}

.voice__image {
	aspect-ratio: 128/162;
	height: auto;
	text-align: center;
	width: clamp(4rem, 0rem + 17.0666666667vw, 8rem);
}

.voice__info {
	color: #2c2c2c;
	font-family: "Noto Sans JP";
	font-size: clamp(0.625rem, 0.0625rem + 2.4vw, 1.1875rem);
	letter-spacing: 0.25px;
	text-align: center;
}

.voice__info .large {
	font-size: clamp(0.75rem, 0.125rem + 2.6666666667vw, 1.375rem);
	font-weight: bold;
	letter-spacing: 0.4px;
}

.voice__details {
	width: calc(100% - clamp(4rem, 0rem + 17.0666666667vw, 8rem) - clamp(0.75rem, 0.0625rem + 2.9333333333vw, 1.4375rem));
}

.voice__details-title {
	background-image: linear-gradient(to left, #2c2c2c, #2c2c2c 5px, transparent 5px, transparent 8px); /* 下の線 */
	background-position: right bottom;
	background-repeat: repeat-x;
	background-size: 8px clamp(0.09375rem, 0.0625rem + 0.1333333333vw, 0.125rem);
	color: #016f42;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.3;
	padding-bottom: 10px;
	text-align: left;
}

.voice__text {
	color: #2c2c2c;
	font-family: "Noto Sans JP";
	font-size: clamp(0.75rem, 0.09375rem + 2.8vw, 1.40625rem);
	font-weight: 400;
	letter-spacing: -2px;
	margin-top: 10px;
	text-align: left;
}

.voice__text .marker {
	background: linear-gradient(transparent 50%, #f6e56c 50%);
}

.voice__caution {
	color: #2c2c2c;
	font-family: "Noto Sans JP";
	font-size: clamp(0.625rem, 0.0625rem + 2.4vw, 1.1875rem);
	letter-spacing: -1px;
	margin-inline: auto;
	margin-top: 28px;
	padding-inline: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem);
	text-align: left;
}

/* faq */

/* ======================================= */

.faq {
	background: url(../img/faq-bg.png) no-repeat center/cover;
	padding-bottom: clamp(1.75rem, -0.0625rem + 7.7333333333vw, 3.5625rem);
	padding-top: clamp(2.8125rem, -0.0625rem + 12.2666666667vw, 5.6875rem);
}

.faq__title {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0.7px;
	padding-top: 15px;
	position: relative;
	text-align: center;
}

.faq__title::before {
	background: url(../img/faq-accent.png) no-repeat center/contain;
	content: "";
	height: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
	left: 50%;
	position: absolute;
	text-align: center;
	top: -15px;
	transform: translateX(-50%);
	width: clamp(2.25rem, 0rem + 9.6vw, 4.5rem);
	z-index: 1;
}

.faq__contents {
	display: flex;
	flex-direction: column;
	gap: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
	margin-inline: auto;
	margin-top: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
	max-width: 700px;
}

.faq__content {
	background-color: #fff;
	padding: clamp(0.9375rem, 0rem + 4vw, 1.875rem) clamp(0.9375rem, 0.0625rem + 3.7333333333vw, 1.8125rem) clamp(1.125rem, 0rem + 4.8vw, 2.25rem) clamp(0.9375rem, 0.0625rem + 3.7333333333vw, 1.8125rem);
}

.faq__question {
	background-image: linear-gradient(to left, #2c2c2c, #2c2c2c 5px, transparent 5px, transparent 8px); /* 下の線 */
	background-position: right bottom;
	background-repeat: repeat-x;
	background-size: 8px clamp(0.09375rem, 0.0625rem + 0.1333333333vw, 0.125rem);
	display: flex;
	gap: clamp(0.9375rem, -0.0625rem + 4.2666666667vw, 1.9375rem);
	padding-bottom: clamp(0.5rem, 0rem + 2.1333333333vw, 1rem);
}

.faq__label {
	font-size: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
	font-weight: bold;
	letter-spacing: 0.55px;
	line-height: 1;
	text-align: center;
}

.faq__label--question {
	color: #2c2c2c;
}

.faq__label--answer {
	color: #8ea693;
}

.faq__question-text {
	color: #2c2c2c;
	font-size: clamp(0.8125rem, 0.03125rem + 3.3333333333vw, 1.59375rem);
	font-weight: 600;
	letter-spacing: -0.5px;
	padding-block: 4px;
	text-align: left;
}

.faq__answer {
	display: flex;
	gap: clamp(1rem, 0.0625rem + 4vw, 1.9375rem);
	margin-top: clamp(0.625rem, -0.0625rem + 2.9333333333vw, 1.3125rem);
}

.faq__answer-text {
	color: #2c2c2c;
	font-family: "Noto Sans JP";
	font-size: clamp(0.65625rem, 0.0625rem + 2.5333333333vw, 1.25rem);
	font-weight: 400;
	letter-spacing: -1.5px;
	text-align: left;
}

.faq__answer-text .marker {
	background: linear-gradient(transparent 50%, #f6e56c 50%);
}

.visible-sm {
	display: none;
}

.visible-md {
	display: none;
}

.visible-lg {
	display: none;
}

.visible-xs--inline-block {
	display: none;
}

.visible-md--inline-block {
	display: none;
}

.u-open {
	display: block;
}

.u-separate {
	margin-bottom: 24px;
	margin-top: 24px;
}

.u-separate--side {
	margin-left: 48px;
	margin-right: 48px;
}

.u-is-red {
	color: #FF5722;
}

.fade-in {
	opacity: 0;
	transition: opacity 2s;
}

.fade-in.is-in-view {
	opacity: 1;
}

.fade-in-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 1.5s, transform 1.5s;
	visibility: hidden;
}

.fade-in-up.is-in-view {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.fade-in-left {
	opacity: 0;
	transform: translateX(24px);
	transition: opacity 1.5s, transform 1.5s;
}

.fade-in-left.is-in-view {
	opacity: 1;
	transform: translateX(0);
}

.fade-in-right {
	opacity: 0;
	transform: translateX(-24px);
	transition: opacity 1.5s, transform 1.5s;
}

.fade-in-right.is-in-view {
	opacity: 1;
	transform: translateX(0);
}

.br-span {
	display: inline-block;
}

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

.footer__bottom-item:nth-of-type(1) {
	padding-right: 39px;
}

.footer__bottom-item:nth-of-type(2) {
	padding-left: 39px;
}

.inner {
	padding-inline: clamp(0.75rem, -0.0625rem + 3.4666666667vw, 1.5625rem);
}

.l-cta__content-wrapper {
	justify-content: flex-start;
}

.main-visual__text {
	font-size: clamp(1.5rem, 1.1412627551rem + 1.5306122449vw, 1.875rem);
}

.main-visual__content-text {
	font-size: 14px;
}

.cta__contents {
	gap: 5px;
	justify-content: flex-start;
	padding-inline: clamp(0.3125rem, -6.1458333333rem + 30.303030303vw, 0.9375rem);
}

.cta__text-wrapper {
	gap: clamp(0.3125rem, -0.0625rem + 1.6vw, 0.6875rem);
}

.cta__text-left {
	padding-top: 15px;
}

.cta__price .large {
	font-size: clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem);
}

.cta__price::after {
	bottom: clamp(1rem, -0.625rem + 6.9333333333vw, 2.625rem);
	height: clamp(1.125rem, 0.6875rem + 1.8666666667vw, 1.5625rem);
	right: -19px;
	width: clamp(3rem, 1.875rem + 4.8vw, 4.125rem);
}

.cta__comments {
	font-size: clamp(0.625rem, 0.1844512195rem + 2.0731707317vw, 1.15625rem);
}

.worry_title {
	font-size: clamp(1.75rem, 0.0625rem + 7.2vw, 3.4375rem);
}

.worry_title .large {
	font-size: clamp(2.375rem, 0.03125rem + 10vw, 4.71875rem);
}

.feature__text {
	font-size: clamp(0.875rem, 0rem + 3.7333333333vw, 1.75rem);
}

.visible-xs--inline-block {
	display: inline-block;
}

}

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

.l-cta__content {
	padding: 20px;
}

.l-cta__content-image {
	width: 40px;
}

.main-visual__desc .larger {
	font-size: clamp(2.625rem, -0.03125rem + 11.3333333333vw, 5.28125rem);
}

.main-visual__desc .larger::before {
	left: calc(-1 * clamp(2.375rem, 0.0625rem + 9.8666666667vw, 4.6875rem));
}

.main-visual__desc .larger::after {
	right: calc(-1 * clamp(2.375rem, 0.0625rem + 9.8666666667vw, 4.6875rem));
}

.main-visual__desc .large {
	font-size: clamp(2.25rem, 0.15625rem + 8.9333333333vw, 4.34375rem);
}

.main-visual__desc .medium-lg {
	font-size: clamp(1.75rem, 0.03125rem + 7.3333333333vw, 3.46875rem);
}

.main-visual__desc::before {
	left: clamp(7.375rem, 0.25rem + 30.4vw, 14.5rem);
}

.main-visual__desc {
	margin-top: 20px;
}

.main-visual__title-wrapper {
	padding: 17px clamp(2.8125rem, 0.0625rem + 11.7333333333vw, 5.5625rem) 10px clamp(0.5625rem, -2.625rem + 13.6vw, 3.75rem);
	width: clamp(15.625rem, 0rem + 66.6666666667vw, 31.25rem);
}

.main-visual__image {
	width: clamp(13.0625rem, 0rem + 55.7333333333vw, 26.125rem);
}

.main-visual__contents {
	gap: clamp(0.8125rem, -0.0625rem + 3.7333333333vw, 1.6875rem);
}

.main-visual__content {
	min-width: clamp(6.625rem, 0rem + 28.2666666667vw, 13.25rem);
	padding: 6px;
}

.main-visual__content:nth-child(2) .main-visual__content-line {
	padding-bottom: 19px;
	padding-top: 15px;
}

.main-visual__content-text {
	font-size: clamp(1rem, 0rem + 4.2666666667vw, 2rem);
}

.cta__contents {
	gap: clamp(0.3125rem, -1.25rem + 6.6666666667vw, 1.875rem);
	padding: clamp(1rem, 0rem + 4.2666666667vw, 2rem) clamp(0.3125rem, -0.9375rem + 5.3333333333vw, 1.5625rem) 28px clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}

.cta__image {
	width: clamp(5.40625rem, 0rem + 23.0666666667vw, 10.8125rem);
}

.cta__announce {
	font-size: clamp(0.75rem, -0.125rem + 3.7333333333vw, 1.625rem);
	padding-inline: clamp(0.3125rem, 0.25rem + 0.2666666667vw, 0.375rem);
}

.cta__price::after {
	right: -8px;
}

.worry {
	height: clamp(26rem, 0rem + 110.9333333333vw, 52rem);
}

.worry__contents {
	left: clamp(2.5rem, -1.25rem + 16vw, 6.25rem);
}

.worry__text-wrapper {
	margin-top: clamp(2.8125rem, 0rem + 12vw, 5.625rem);
}

.worry__text:nth-of-type(2) {
	margin-left: clamp(0.9375rem, -0.75rem + 7.2vw, 2.625rem);
}

.worry__text:nth-of-type(3) {
	margin-left: clamp(2.25rem, -0.75rem + 12.8vw, 5.25rem);
}

.worry__text:nth-of-type(4) {
	margin-left: clamp(3.5625rem, -0.75rem + 18.4vw, 7.875rem);
}

.worry__text:nth-of-type(5) {
	margin-left: clamp(4.875rem, -0.75rem + 24vw, 10.5rem);
}

.reason {
	padding-top: clamp(5.0625rem, 0rem + 21.6vw, 10.125rem);
}

.reason__title {
	font-size: clamp(2rem, 0.5625rem + 6.1333333333vw, 3.4375rem);
}

.reason__title .large {
	font-size: clamp(2.5rem, 0.28125rem + 9.4666666667vw, 4.71875rem);
}

.reason__head {
	font-size: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
}

.reason__image {
	height: clamp(4.5625rem, -0.0625rem + 19.7333333333vw, 9.1875rem);
	width: clamp(6.6875rem, 0rem + 28.5333333333vw, 13.375rem);
}

.required__text {
	font-size: clamp(1.5625rem, 0rem + 6.6666666667vw, 3.125rem);
}

.introduce__title .large {
	font-size: clamp(3rem, 0.0625rem + 12.5333333333vw, 5.9375rem);
}

.introduce__title {
	font-size: clamp(1.5rem, -0.125rem + 6.9333333333vw, 3.125rem);
}

.protein__title {
	font-size: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
}

.nutrients__inner::before {
	right: calc(50% - clamp(10rem, -2.5rem + 53.3333333333vw, 22.5rem));
}

.nutrients__inner {
	padding-left: clamp(1.4375rem, -0.0625rem + 6.4vw, 2.9375rem);
	padding-right: clamp(0.75rem, 0rem + 3.2vw, 1.5rem);
}

.nutrients__title {
	font-size: clamp(1.25rem, 0rem + 5.3333333333vw, 2.5rem);
}

.situation__content-text {
	bottom: clamp(0.6875rem, 0rem + 2.9333333333vw, 1.375rem);
	font-size: clamp(0.75rem, -0.09375rem + 3.6vw, 1.59375rem);
}

.situation__content-text .large {
	font-size: clamp(0.875rem, -0.125rem + 4.2666666667vw, 1.875rem);
}

.situation__text {
	font-size: clamp(1.125rem, 0.125rem + 4.2666666667vw, 2.125rem);
	margin-top: clamp(0.3125rem, 0rem + 1.3333333333vw, 0.625rem);
	padding-block: clamp(0.5rem, 0rem + 2.1333333333vw, 1rem);
	padding-left: clamp(0.6875rem, 0rem + 2.9333333333vw, 1.375rem);
}

.feature__content:nth-of-type(1) .feature__image {
	top: 40px;
}

.feature__content:nth-of-type(1) .feature__number::after {
	right: -58px;
}

.feature__content:nth-of-type(1) .feature__info-title::before {
	top: calc(50% - clamp(0.4375rem, 0rem + 1.8666666667vw, 0.875rem));
	width: clamp(2.5rem, 0rem + 10.6666666667vw, 5rem);
}

.feature__content:nth-of-type(1) .feature__info-title::after {
	left: 4px;
	width: clamp(10.625rem, 0rem + 45.3333333333vw, 21.25rem);
}

.feature__content:nth-of-type(2) .feature__info-title::after {
	width: clamp(13.75rem, 1.375rem + 52.8vw, 26.125rem);
}

.feature__content:nth-of-type(2) .feature__text {
	padding-left: clamp(1.75rem, 0.0625rem + 7.2vw, 3.4375rem);
	padding-right: clamp(2.0625rem, 0rem + 8.8vw, 4.125rem);
}

.feature__content:nth-of-type(3) .feature__image {
	left: calc(50% + clamp(6.25rem, 0rem + 26.6666666667vw, 12.5rem));
	top: calc(-1 * clamp(10rem, 0rem + 42.6666666667vw, 20rem));
}

.feature__info-title .large {
	font-size: clamp(2.25rem, 0.125rem + 9.0666666667vw, 4.375rem);
}

.scene__title {
	font-size: clamp(1.875rem, -0.03125rem + 8.1333333333vw, 3.78125rem);
}

.scene__content:nth-of-type(odd) .scene__label {
	left: calc(50% + clamp(3.4375rem, -0.3125rem + 16vw, 7.1875rem));
}

.scene__content:nth-of-type(even) .scene__label {
	left: calc(50% + clamp(3.625rem, -0.25rem + 16.5333333333vw, 7.5rem));
}

.scene__content:nth-of-type(1) .scene__label {
	left: calc(50% + clamp(3.125rem, 0.625rem + 10.6666666667vw, 5.625rem));
}

.scene__item-title {
	font-size: clamp(1.5rem, -0.125rem + 6.9333333333vw, 3.125rem);
	padding-bottom: clamp(0.9375rem, 0rem + 4vw, 1.875rem);
}

.tips__title::after {
	bottom: 0;
}

.tips__contents {
	margin-top: clamp(2.375rem, 0.0625rem + 9.8666666667vw, 4.6875rem);
}

.tips__content:nth-of-type(1) .tips__head::after {
	height: clamp(2.5625rem, 0rem + 10.9333333333vw, 5.125rem);
	right: calc(-1 * clamp(3.125rem, 0rem + 13.3333333333vw, 6.25rem));
	width: clamp(5.0625rem, 0rem + 21.6vw, 10.125rem);
}

.tips__caution {
	font-size: clamp(1rem, 0.125rem + 3.7333333333vw, 1.875rem);
}

.voice__details-title {
	font-size: clamp(1.125rem, 0.125rem + 4.2666666667vw, 2.125rem);
	padding-bottom: clamp(0.9375rem, 0.0625rem + 3.7333333333vw, 1.8125rem);
}

.voice__text {
	margin-top: clamp(0.9375rem, 0.0625rem + 3.7333333333vw, 1.8125rem);
}

.faq__title {
	font-size: clamp(2rem, 0.25rem + 7.4666666667vw, 3.75rem);
	padding-top: clamp(1.25rem, 0.0625rem + 5.0666666667vw, 2.4375rem);
}

.faq__title::before {
	top: calc(-1 * clamp(1.25rem, 0.0625rem + 5.0666666667vw, 2.4375rem));
}

.hidden-sp {
	display: none;
}

.visible-sm {
	display: block;
}

}

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

.footer__inner {
	gap: 8px;
}

.footer__top-contents {
	border-bottom: none;
	padding-bottom: clamp(5.625rem, 3.5535714286rem + 4.3154761905vw, 7.4375rem);
	padding-top: 80px;
}

.footer__info {
	margin-top: 20px;
}

.footer__info-text:not(:first-of-type) {
	margin-top: 6px;
}

.footer__top-nav {
	margin-top: 51px;
	max-width: none;
}

.footer__top-list {
	flex-direction: row;
	gap: 0;
	justify-content: center;
}

.footer__top-item {
	max-width: 128px;
	padding-bottom: 25px;
	padding-bottom: 0;
}

.footer__top-item:first-of-type .footer__top-link {
	margin-right: 20px;
}

.footer__top-item:last-of-type .footer__top-link {
	margin-left: 32px;
}

.footer__top-item:not(:last-of-type) {
	border-bottom: none;
	border-right: 1px solid #fff;
}

.footer__bottom-contents {
	align-items: center;
	flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	max-width: 1040px;
	padding-top: 11px;
}

.footer__bottom-nav {
	padding-left: clamp(6.25rem, 1.25rem + 10.4166666667vw, 10.625rem);
}

.footer__bottom-item:nth-of-type(1) {
	padding-right: 33px;
}

.footer__bottom-item:nth-of-type(2) {
	padding-left: 33px;
}

.footer__bottom-link {
	font-size: 16px;
}

.footer__copy small {
	font-size: 12px;
}

.footer__copy {
	margin-top: 0;
	padding: 0;
	padding-right: clamp(6.25rem, 1.6071428571rem + 9.6726190476vw, 10.3125rem);
}

.header {
	height: 80px;
}

.header__inner {
	justify-content: center;
}

.header__logo {
	padding-inline: 32px;
	width: clamp(9.375rem, 5.5178571429rem + 8.0357142857vw, 12.75rem);
}

.header__nav {
	align-items: center;
	display: flex;
	gap: 10px;
	height: 100%;
	margin-right: 10px;
}

.header__list {
	gap: 0;
}

.header__item {
	font-size: clamp(0.75rem, 0.4642857143rem + 0.5952380952vw, 1rem);
	position: relative;
}

.header__item::after {
	background-color: #333333;
	content: "";
	height: 36px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.header__btn {
	margin-right: 35px;
}

.hamburger {
	display: none;
}

.inner {
	margin-inline: auto;
	max-width: 1000px;
	padding-inline: 17px;
}

.l-cta {
	background: url("../img/cta_background-sp.svg") no-repeat center bottom/cover;
	padding-block: clamp(4.6875rem, 2.9017857143rem + 3.7202380952vw, 6.25rem);
}

.l-cta__contents {
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	margin-inline: auto;
	max-width: 1120px;
}

.l-cta__content {
	background: #FDFDFD;
	border: 1px solid #F5F5F5;
	flex: 1 0 0;
	gap: 32px;
	padding: clamp(1.5625rem, -0.2232142857rem + 3.7202380952vw, 3.125rem) 8px;
}

.l-cta__content-title {
	flex-grow: 1;
	font-size: clamp(0.875rem, 0.5892857143rem + 0.5952380952vw, 1.125rem);
	line-height: 150%; /* 27px */
}

.l-cta__btn {
	max-width: 385px;
}

.l-cta__content-image {
	width: clamp(1.875rem, 0.4464285714rem + 2.9761904762vw, 3.125rem);
}

.section-title-wrapper::after {
	bottom: -10px;
}

.section-title {
	font-size: 32px;
}

.section-subtitle {
	font-size: 18px;
}

.btn-entry__text {
	font-size: 14px;
	line-height: 150%; /* 21px */
}

.main-visual__desc::before {
	left: clamp(12.5rem, 20.5564516129rem + -12.9032258065vw, 14.5rem);
}

.main-visual__title-wrapper {
	padding: 17px 80px 10px clamp(3.75rem, 3.75rem + 0vw, 3.75rem);
	width: clamp(31.25rem, 12.3235887097rem + 40.3225806452vw, 37.5rem);
}

.main-visual__title {
	font-size: clamp(3.75rem, 3.75rem + 0vw, 3.75rem);
}

.main-visual__subtitle {
	margin-top: 6px;
}

.main-visual__text {
	font-size: clamp(1.875rem, 1.4464285714rem + 0.8928571429vw, 2.25rem);
}

.main-visual__image {
	right: calc(-1 * clamp(14.375rem, -1.7124495968rem + 34.2741935484vw, 19.6875rem));
	width: 90%;
}

.main-visual__content-text {
	font-size: clamp(2rem, 0.4919678715rem + 3.2128514056vw, 2.5rem);
}

.main-visual__content-text .small {
	font-size: clamp(1.875rem, 0.9324799197rem + 2.0080321285vw, 2.1875rem);
}

.worry {
	background: url(../img/worry-bg.jpg) no-repeat -540px center/cover;
}

.worry__contents {
	left: clamp(10rem, -20.2822580645rem + 64.5161290323vw, 20rem);
	top: clamp(5.9375rem, 7.1963205645rem + -2.0161290323vw, 6.25rem);
}

.worry__text-wrapper {
	gap: 20px;
	margin-top: 40px;
}

.worry_title {
	padding-left: clamp(6.25rem, 28.9087701613rem + -36.2903225806vw, 11.875rem);
}

.reason__item::before {
	padding-top: 3px;
}

.reason__item:not(:last-child)::after {
	right: -15px;
	top: 45px;
}

.reason__image {
	aspect-ratio: 214/147;
	height: auto;
	width: 100%;
}

.reason__text {
	letter-spacing: 0.28px;
	padding-inline: 0;
}

.nutrients__inner {
	max-width: 750px;
}

.nutrients__title {
	line-height: normal;
}

.situation__content-text {
	bottom: clamp(1.375rem, -0.1391129032rem + 3.2258064516vw, 1.875rem);
}

.situation__text {
	padding-right: 11px;
	width: auto;
}

.feature__content:nth-of-type(1) .feature__image {
	left: calc(50% + 310px);
	top: clamp(-0.9375rem, 12.9095262097rem + -22.1774193548vw, 2.5rem);
	width: 80%;
}

.feature__content:nth-of-type(1) .feature__image {
	left: calc(50% + 310px);
	width: 80%;
}

.feature__content:nth-of-type(2) .feature__image {
	left: calc(50% - 300px);
	width: 400px;
}

.feature__content:nth-of-type(2) .feature__info {
	width: 59%;
}

.feature__content:nth-of-type(3) .feature__image {
	left: calc(50% + clamp(12.5rem, 0.1978326613rem + 26.2096774194vw, 16.5625rem));
	top: calc(-1 * clamp(20rem, -30.1549899194rem + 106.8548387097vw, 36.5625rem));
}

.feature__info-title .large {
	font-size: clamp(4.25rem, 3.8714717742rem + 0.8064516129vw, 4.375rem);
}

.scene__item {
	max-width: 700px;
}

.tips__contents {
	gap: 40px;
	width: 740px;
}

.tips__content:nth-of-type(1) .tips__head::after {
	right: -100px;
}

.voice__caution {
	max-width: 700px;
}

.hidden-md {
	display: none;
}

.visible-md {
	display: block;
}

.visible-md--inline-block {
	display: inline-block;
}

}

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

.inner {
	padding-inline: 23px;
}

.l-cta__contents {
	gap: 30px;
}

.main-visual {
	background: url(../img/mainvisual-bg.png) no-repeat center top/cover;
}

.main-visual__lead::before {
	height: 48px;
	left: -32px;
	letter-spacing: -3px;
	width: 25px;
}

.main-visual__lead::after {
	height: 48px;
	width: 25px;
}

.main-visual__lead {
	font-size: 52px;
	margin-left: 134px;
}

.main-visual__desc .larger {
	font-size: 112px;
	margin-inline: 45px;
}

.main-visual__desc .larger::before {
	left: -100px;
}

.main-visual__desc .larger::after {
	right: -100px;
}

.main-visual__desc .large {
	font-size: 92px;
	letter-spacing: -17px;
	margin-left: 125px;
}

.main-visual__desc .medium {
	font-size: 63px;
	margin-left: 20px;
}

.main-visual__desc .medium-lg {
	font-size: 73px;
	letter-spacing: -10px;
}

.main-visual__desc::before {
	font-size: 31.5px;
	height: 38px;
	left: 35%;
	top: 0;
	width: 275px;
}

.main-visual__desc::after {
	background: url(../img/mainvisual-line.png) no-repeat center/contain;
	height: 25px;
	left: 13%;
	width: 569px;
}

.main-visual__title-wrapper {
	padding: 17px 80px 10px clamp(3.75rem, -18.1215972778rem + 46.5972778223vw, 40.125rem);
	width: clamp(37.5rem, 6.25rem + 50vw, 68.75rem);
}

.main-visual__title {
	font-size: 60px;
	letter-spacing: 13.2px;
}

.main-visual__subtitle {
	font-size: 24.5px;
}

.main-visual__image {
	right: -194px;
	width: 651px;
}

.main-visual__contents-title {
	font-size: 29.5px;
	margin-top: 22px;
	text-align: center;
}

.main-visual__contents {
	gap: 35px;
	margin-top: 22px;
}

.main-visual__content {
	aspect-ratio: 295/138;
	border-block: 7px solid #a88b59;
	border-inline: 10px solid #a88b59;
	height: auto;
	padding: 7px 10px;
	width: 295px;
}

.main-visual__content:nth-child(1) .main-visual__content-line {
	padding-inline: 30px;
}

.main-visual__content:nth-child(2) .main-visual__content-line {
	padding-bottom: 0;
	padding-inline: 0;
	padding-top: 5px;
}

.main-visual__content-line {
	padding: 10px 16px 5px;
}

.main-visual__content-text {
	font-size: 40px;
	line-height: 1.2;
}

.main-visual__content-text .small {
	font-size: 35px;
}

.cta--primary::before {
	height: 47px;
	width: 220px;
}

.cta {
	padding-block: 85px;
}

.cta__head {
	letter-spacing: 3px;
}

.cta__contents {
	padding: 32px 25px 28px 36px;
}

.cta__price::after {
	height: 25px;
	width: 66px;
}

.cta__btn {
	padding: 5px;
}

.cta__link::after {
	right: 32px;
}

.worry {
	background: url(../img/worry-bg.jpg) no-repeat center center/cover;
	height: 723px;
}

.worry__contents {
	left: clamp(20rem, -11.25rem + 50vw, 51.25rem);
	top: 1%;
}

.worry__text-wrapper {
	gap: 35px;
}

.worry_title {
	font-size: clamp(3rem, 2.5625rem + 0.7vw, 3.4375rem);
	padding-left: 0;
}

.worry_title .large {
	font-size: clamp(4.25rem, 3.78125rem + 0.75vw, 4.71875rem);
}

.worry__text:nth-child(1) {
	margin-left: 12px;
	width: 403px;
}

.worry__text:nth-of-type(2) {
	margin-left: 54px;
	width: 431px;
}

.worry__text:nth-of-type(3) {
	margin-left: 96px;
	width: 431px;
}

.worry__text:nth-of-type(4) {
	margin-left: 138px;
	width: 460px;
}

.worry__text:nth-of-type(5) {
	margin-left: 180px;
	width: 404px;
}

.worry__text {
	font-size: 28px;
	padding: 14px 27px 11px 62px;
}

.reason {
	padding-bottom: 104px;
	padding-top: 162px;
}

.reason::before {
	line-height: 155px;
	top: -78px;
	width: 155px;
}

.reason::after {
	font-size: 30px;
	height: auto;
	left: calc(50% + 10px);
	top: -23px;
	width: 125px;
}

.reason__title {
	font-size: 55px;
}

.reason__title .large {
	font-size: 75.5px;
}

.reason__contents {
	margin-top: 130px;
	padding: 113px 40px 71px;
}

.reason__bubble {
	font-size: 48.5px;
	padding: 25px 0 25px 16px;
	top: -62px;
}

.reason__head {
	font-size: 55px;
}

.reason__items {
	gap: 24px;
	margin-top: 39px;
}

.reason__item::before {
	font-size: 30px;
	height: 55px;
	left: 5px;
	line-height: 55px;
	top: 5px;
	width: 55px;
}

.reason__item:not(:last-child)::after {
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	right: -31px;
	top: 60px;
	width: 40px;
}

.reason__image {
	height: 164px;
	width: 253px;
}

.reason__item-text {
	font-size: 24px;
	margin-top: 18px;
}

.reason__lead {
	font-size: 35.5px;
	margin-top: 75px;
}

.reason__text {
	font-size: 28px;
	margin-top: 48px;
}

.required {
	background: url(../img/required-bg.jpg) no-repeat center/cover;
	padding-bottom: 172px;
	padding-top: 98px;
}

.required__title {
	font-size: 55px;
	letter-spacing: -10px;
}

.required__title .emphasis {
	font-size: 75.5px;
	letter-spacing: -8px;
}

.required__contents {
	gap: 46px;
	margin-inline: auto;
	margin-top: 72px;
	max-width: 746px;
}

.required__gender-title {
	font-size: 40px;
}

.required__gender-image--male {
	height: 94px;
	width: 37px;
}

.required__gender-image--female {
	height: 101px;
	width: 46px;
}

.required__label {
	font-size: 30px;
}

.required__number {
	font-size: 119px;
	margin-top: 25px;
}

.required__number .unit {
	font-size: 100.5px;
}

.required__equivalent {
	margin-top: 36px;
}

.required__text {
	font-size: 55px;
	margin-top: 73px;
}

.required__text::after {
	height: 42px;
	top: 45%;
	width: 280px;
}

.current {
	padding-bottom: 219px;
	padding-top: 174px;
}

.current::before {
	line-height: 155px;
	top: -78px;
	width: 155px;
}

.current::after {
	font-size: 30px;
	height: auto;
	left: calc(50% + 10px);
	top: -23px;
	width: 125px;
}

.current__inner::after {
	bottom: -120px;
	height: 53px;
	left: 50%;
	width: 67px;
}

.current__title {
	font-size: 55px;
}

.current__image {
	aspect-ratio: 995/505;
	height: auto;
	margin-top: 72px;
	max-width: 995px;
}

.introduce {
	adding-bottom: 99px;
	background: url(../img/introduce-bg.png) no-repeat center/cover;
	padding-top: 114px;
}

.introduce::before {
	background: none;
}

.introduce::after {
	background: none;
}

.introduce__label {
	font-size: 48.5px;
	letter-spacing: 0.49px;
}

.introduce__label::before {
	content: "";
	height: 52px;
	left: -29px;
}

.introduce__label::after {
	height: 52px;
	right: -10px;
}

.introduce__lead {
	font-size: 35.5px;
	margin-top: 69px;
}

.introduce__lead .large {
	font-size: 55px;
}

.introduce__lead .large::before {
	bottom: -14px;
	height: 10px;
	left: -9px;
	width: 645px;
}

.introduce__title {
	font-size: 55px;
}

.introduce__title .large {
	font-size: 100.5px;
}

.introduce__text {
	font-size: 28px;
	letter-spacing: 0.28px;
	line-height: normal;
	margin-top: 57px;
}

.protein {
	background: url(../img/protein-bg.jpg) no-repeat center/cover;
	padding-bottom: 135px;
	padding-top: 97px;
}

.protein__title {
	font-size: 50px;
}

.protein__text {
	font-size: 28px;
	letter-spacing: -2.5px;
	margin-top: 72px;
}

.nutrients::before {
	height: 99px;
	width: 274px;
}

.nutrients {
	padding-bottom: 101px;
	padding-top: 115px;
}

.nutrients__inner::before {
	height: 241px;
	right: calc(50% - 450px);
	width: 248px;
}

.nutrients__inner {
	max-width: 1000px;
	padding-left: 73px;
	padding-right: 23px;
}

.nutrients__title {
	font-size: 50px;
}

.nutrients__comments {
	font-size: 25px;
}

.nutrients__contents {
	gap: 61px 40px;
}

.nutrients__content-title {
	font-size: 30px;
}

.nutrients__content-title .small {
	font-size: 28px;
}

.nutrients__content-image {
	height: 380px;
}

.nutrients__text {
	font-size: 25px;
	padding-left: 34px;
	text-align: left;
}

.situation {
	padding-bottom: 116px;
	padding-top: 156px;
}

.situation__title::before {
	height: 31px;
	left: calc(50% - 427px);
	top: -50px;
	width: 66px;
}

.situation__title::after {
	height: 29px;
	left: calc(50% - 450px);
	top: -29px;
	width: 102px;
}

.situation__title {
	font-size: 35.5px;
	padding-left: 45px;
}

.situation__title .large {
	font-size: 50px;
}

.situation__contents {
	gap: 20px;
	margin-top: 70px;
}

.situation__content:nth-child(1) .situation__content-text {
	padding-top: 12px;
}

.situation__content:nth-child(3) .situation__content-text {
	padding-top: 4px;
}

.situation__content {
	width: 260px;
}

.situation__image {
	height: 260px;
}

.situation__content-text {
	bottom: 0;
	font-size: 30px;
	height: 109px;
	padding-top: 10px;
	width: 258px;
}

.situation__content-text .large {
	font-size: 35.5px;
}

.situation__lead {
	font-size: 35.5px;
	margin-top: 68px;
}

.situation__text {
	font-size: clamp(2.75rem, 2.375rem + 0.6vw, 3.125rem);
	letter-spacing: -2px;
	margin-top: 10px;
	max-width: none;
	padding-left: 20px;
	padding-right: 0;
}

.mind {
	padding-bottom: 102px;
	padding-top: 97px;
}

.mind__title::before {
	bottom: -17px;
	width: 440px;
}

.mind__title {
	font-size: 70px;
}

.mind__title .small {
	font-size: 60.5px;
}

.mind__image {
	height: 399px;
	margin-top: 100px;
	width: 944px;
}

.mind__frame {
	height: 709px;
	margin-top: 63px;
	width: 867px;
}

.feature {
	padding-bottom: 119px;
	padding-top: 184px;
}

.feature__title::before {
	height: 45px;
	top: -88px;
	width: 172px;
}

.feature__title {
	font-size: 70px;
}

.feature__title .large {
	font-size: 80.5px;
}

.feature__title .emphasis {
	font-size: 101px;
}

.feature__content:nth-of-type(odd) .feature__info-title {
	margin-top: 60px;
}

.feature__content:nth-of-type(odd) {
	padding-left: 114px;
}

.feature__content:nth-of-type(1) {
	margin-top: 31px;
}

.feature__content:nth-of-type(1) .feature__image {
	left: calc(50% + 380px);
	top: 5px;
	width: 90%;
}

.feature__content:nth-of-type(1) .feature__info-title {
	line-height: 1.4;
}

.feature__content:nth-of-type(1) .feature__info-title::before {
	height: 80px;
	top: calc(50% - 13px);
	width: 90px;
}

.feature__content:nth-of-type(1) .feature__info-title::after {
	bottom: 8px;
	width: 381px;
}

.feature__content:nth-of-type(1) .feature__text {
	margin-top: 45px;
	padding-right: 130px;
}

.feature__content:nth-of-type(1) .feature__image {
	left: calc(50% + 380px);
	width: 90%;
}

.feature__content:nth-of-type(2) {
	margin-top: 116px;
}

.feature__content:nth-of-type(2) .feature__image {
	left: calc(50% - 475px);
	top: -10px;
	width: 65%;
}

.feature__content:nth-of-type(2) .feature__info {
	width: 55%;
}

.feature__content:nth-of-type(2) .feature__number::after {
	left: -58px;
	width: calc(50vw + 110px);
}

.feature__content:nth-of-type(2) .feature__info-title {
	line-height: 1.4;
	margin-top: 50px;
}

.feature__content:nth-of-type(2) .feature__info-title::after {
	bottom: 8px;
	width: 471px;
}

.feature__content:nth-of-type(2) .feature__text {
	margin-top: 45px;
	padding-left: 120px;
	padding-right: 150px;
}

.feature__content:nth-of-type(3) {
	margin-top: 164px;
}

.feature__content:nth-of-type(3) .feature__image {
	left: calc(50% + 290px);
	top: 0;
}

.feature__content:nth-of-type(3) .feature__image::after {
	aspect-ratio: 607/743;
	background: url(../img/feature-image4.svg) no-repeat center/contain;
	content: "";
	height: auto;
	position: absolute;
	right: -340px;
	top: -490px;
	width: 158%;
	z-index: -1;
}

.feature__content:nth-of-type(3) .feature__number::after {
	height: 2px;
	right: 65px;
	width: calc(50vw + 110px);
}

.feature__content:nth-of-type(3) .feature__info-title {
	letter-spacing: -2px;
	margin-top: 50px;
}

.feature__content:nth-of-type(3) .feature__info-title::after {
	bottom: 8px;
	height: 25px;
	left: -15px;
	width: 300px;
}

.feature__content:nth-of-type(3) .feature__text {
	letter-spacing: normal;
	margin-top: 85px;
	padding-right: 135px;
}

.feature__number {
	font-size: 80px;
}

.feature__number .large {
	font-size: 120px;
}

.feature__info-title {
	font-size: 50px;
}

.feature__info-title .large {
	font-size: 80px;
}

.feature__text {
	font-size: 30px;
	line-height: 1.8;
}

.scene {
	padding-bottom: 100px;
	padding-top: 145px;
}

.scene__title {
	font-size: 70px;
}

.scene__contents {
	margin-top: 75px;
}

.scene__content {
	height: 672px;
	width: 100%;
}

.scene__content:nth-of-type(odd) .scene__label {
	left: calc(50% + clamp(20.125rem, 18.6875rem + 2.3vw, 21.5625rem));
}

.scene__content:nth-of-type(odd) .scene__item {
	clip-path: polygon(60px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 60px);
	left: calc(50% + 155px);
}

.scene__content:nth-of-type(odd) .scene__image {
	left: -523px;
}

.scene__content:nth-of-type(even) .scene__image {
	right: -843px;
}

.scene__content:nth-of-type(even) .scene__label {
	left: calc(50% - clamp(20.125rem, 18.6875rem + 2.3vw, 21.5625rem));
	top: 13px;
}

.scene__content:nth-of-type(even) .scene__item {
	clip-path: polygon(0% 0%, calc(100% - 60px) 0%, 100% 60px, 100% 100%, 0% 100%);
	left: calc(50% - 180px);
}

.scene__content:nth-of-type(1) .scene__label {
	left: calc(50% + clamp(20.125rem, 18.6875rem + 2.3vw, 21.5625rem));
}

.scene__content:nth-of-type(1) .scene__label {
	-webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
	background-color: transparent;
}

.scene__label {
	gap: 0;
	left: calc(50% + 380px);
	top: 13px;
	transform: translateX(-50%);
}

.scene__case {
	font-size: 50px;
	writing-mode: vertical-lr;
}

.scene__number {
	font-size: clamp(11.25rem, 10rem + 2vw, 12.5rem);
}

.scene__image {
	position: absolute;
	top: 0;
	width: 1152px;
	z-index: 0;
}

.scene__item {
	left: 50%;
	margin-top: 0;
	padding: 43px 47px;
	position: absolute;
	top: 36%;
	transform: translateX(-50%);
	width: 583px;
}

.scene__item-title {
	font-size: 44.5px;
	letter-spacing: 0.45px;
}

.scene__item-text {
	font-size: 30px;
	letter-spacing: normal;
	margin-top: 32px;
	padding-inline: 0;
}

.tips {
	padding-bottom: 100px;
	padding-top: 107px;
}

.tips__title {
	font-size: 70px;
	padding-bottom: 23px;
}

.tips__title::after {
	width: 571px;
}

.tips__contents {
	margin-top: 114px;
}

.tips__content:nth-of-type(1) .tips__head::after {
	height: 82px;
	right: -115px;
	width: 162px;
}

.tips__content:nth-of-type(2) .tips__text {
	padding: 28px 24px 38px 8px;
}

.tips__number {
	font-size: 92px;
	left: -26px;
}

.tips__image {
	width: 312px;
}

.tips__text {
	font-size: 27px;
	margin-right: 6px;
	padding: 28px 24px 38px 8px;
}

.tips__caution {
	font-size: 35px;
	letter-spacing: 0.35px;
	margin-top: 71px;
	padding: 23px 62px;
}

.voice {
	padding-bottom: 110px;
	padding-top: 94px;
}

.voice__title {
	font-size: clamp(4rem, 3.75rem + 0.4vw, 4.25rem);
	line-height: normal;
	padding-top: 61px;
}

.voice__title .large {
	font-size: clamp(5.75rem, 5.375rem + 0.6vw, 6.125rem);
}

.voice__title::before {
	height: 34px;
	width: 118px;
}

.voice__contents {
	gap: 55px;
	margin-top: 90px;
}

.voice__content {
	padding: 50px 43px 55px 30px;
	width: 900px;
}

.voice__image {
	width: 200px;
}

.voice__info {
	font-size: 25px;
}

.voice__info .large {
	font-size: 28px;
}

.voice__details-title {
	font-size: 45px;
	letter-spacing: 0.45px;
	padding-bottom: 37px;
}

.voice__text {
	font-size: 30px;
	letter-spacing: -3px;
	margin-top: 38px;
}

.voice__caution {
	font-size: 24px;
	letter-spacing: 0.24px;
	max-width: 900px;
}

.faq {
	padding-block: 101px;
}

.faq__title {
	font-size: 70px;
	padding-top: 31px;
}

.faq__title::before {
	height: 34px;
	top: -32px;
	width: 118px;
}

.faq__contents {
	gap: 40px;
	margin-top: 70px;
	max-width: 950px;
}

.faq__content {
	padding: 41px 40px 49px 42px;
}

.faq__question {
	gap: 45px;
	padding-bottom: 24px;
}

.faq__label {
	font-size: 55px;
}

.faq__question-text {
	font-size: 35px;
	letter-spacing: -1.5px;
}

.faq__answer {
	gap: 45px;
	margin-top: 29px;
}

.faq__answer-text {
	font-size: 26px;
	letter-spacing: -1.5px;
}

.hidden-lg {
	display: none;
}

.visible-lg {
	display: block;
}

}

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

.feature__content:nth-of-type(3) .feature__image::after {
	right: -453px;
	top: -555px;
	width: 607px;
}

}