/* リキッドレイアウト対応 */

.ai-forest-lp {
	font-family: "Noto Sans JP", sans-serif;
}

.ai-forest-lp {
	font-weight: 400;
}

.u-desktop {
	display: none;
}

.ai-forest-lp {
	overflow-x: hidden;
  /* margin-top: 70px; */
}

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

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

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
	-webkit-filter: blur(10px);
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.ai-forest-lp h2,
.ai-forest-lp h3 {
  padding: 0;
  border-top: none;
  border-bottom: none;
  margin: 0;
}

.ai-forest-lp h3::after {
  border-bottom: none;
}

.ai-forest-lp p {
  /* margin: 0; */
  line-height: 1.5;
}

.ai-forest-lp a:hover {
  text-decoration: none;
}

.about__inner {
	padding: 95px 0;
	padding: 5.9375rem 0;
}

.about__title {
	margin: 0 auto !important;
	max-width: 353px;
	max-width: 22.0625rem;
	width: 100%;
}

.about__catch {
	color: #2C3E1F;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.44;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.about__catch span {
	color: #D4A017;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 900;
}

.about__text {
	color: #2C3E1F;
	line-height: 1.8125;
	margin: 48px auto 0;
	margin: 3rem auto 0;
	max-width: 394px;
	max-width: 24.625rem;
	padding: 0 19px;
	padding: 0 1.1875rem;
	width: 100%;
}

.about__image {
	margin: 0 auto;
	max-width: 354px;
	max-width: 22.125rem;
	width: 100%;
}

.change__inner {
	background-image: url("../images/change_bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 95px 0;
	padding: 5.9375rem 0;
}

.change__title {
	color: #fff;
	font-size: 30px;
	font-size: 1.875rem;
	text-align: center;
	text-shadow: 0px 0px 10px #000000;
}

.change__title--green {
	color: #82AF56;
	font-size: 32px;
	font-size: 2rem;
}

.change__title--small {
	font-size: 25px;
	font-size: 1.5625rem;
}

.change__lead {
	color: #fff;
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.change__items {
	margin: 45px auto 0;
	margin: 2.8125rem auto 0;
	max-width: 354px;
	max-width: 22.125rem;
	width: 100%;
}

.change__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.change__item--top {
	margin-top: 48px;
	margin-top: 3rem;
}

.change__arrow {
	max-width: 13px;
	max-width: 0.8125rem;
	width: 100%;
}

.change__circle {
	border-radius: 9999px;
	-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .3), 5px 10px 10px rgba(0, 0, 0, .25);
	box-shadow: 0 0 0 5px rgba(255, 255, 255, .3), 5px 10px 10px rgba(0, 0, 0, .25);
	height: 160px;
	height: 10rem;
	padding-top: 30px;
	padding-top: 1.875rem;
	text-align: center;
	width: 160px;
	width: 10rem;
}

.change__label {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
  margin-bottom: 0;
}

.change__label--before {
	color: #fff;
}

.change__label--after {
	color: #D4A017;
}

.change__text {
	line-height: 1.375;
	margin-top: 10px;
	margin-top: 0.625rem;
  margin-bottom: 0;
}

.change__circle--before {
	background-color: #BBBABA;
}

.change__circle--after {
	background-color: #fff;
}

.closing__inner {
	background-color: #1B2220;
	padding: 96px 0;
	padding: 6rem 0;
}

.closing__title {
	color: #fff;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
}

.closing__title span {
	color: #82AF56;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 900;
	line-height: 1.3333333333;
}

.closing__text {
	color: #fff;
	color: #fff;
	line-height: 1.75;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
  padding-left: 19px;
  padding-right: 19px;
  margin-bottom: 0;
}

.closing__buttons {
	color: #fff !important;
	margin: 48px auto 0;
	margin: 3rem auto 0;
	max-width: 354px;
	max-width: 22.125rem;
	text-align: center;
	width: 100%;
}

.closing__button {
	border: 1px solid #fff;
	border-radius: 6px;
	display: inline-block;
	padding: 20px 0;
	padding: 1.25rem 0;
	width: 100%;
  color: #fff !important;
}

.closing__button--green {
	background: -webkit-gradient(linear, left top, right top, from(#094828), to(#82AF56));
	background: linear-gradient(90deg, #094828 0%, #82AF56 100%);
}

.closing__button--yellow {
	background: -webkit-gradient(linear, left top, right top, from(#D4A017), to(#FCC941));
	background: linear-gradient(90deg, #D4A017 0%, #FCC941 100%);
	margin-top: 24px;
	margin-top: 1.5rem;
}

.closing__note {
	color: #fff;
	line-height: 1.25;
	margin-top: 48px;
	margin-top: 3rem;
	text-align: center;
}

.contact {
	background-color: #f4f2eb;
	color: #263d22;
	padding: 96px 0 80px;
	padding: 6rem 0 5rem;
}

.contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
	width: 100%;
}

.contact__head {
	text-align: center;
}

.contact__title {
	color: #2C3E1F;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.4;
  margin-bottom: 0;
}

.contact__lead {
	color: #5A6B4A;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
  margin-bottom: 0;
}

.contact__lead + .contact__lead {
	margin-top: 8px;
	margin-top: 0.5rem;
}

.contact__form {
	background-color: #fff;
	border: 2px solid rgba(117, 166, 68, .1019607843);
	border-radius: 1rem;
	-webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, .1019607843), 0px 1px 3px 0px rgba(0, 0, 0, .1019607843);
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, .1019607843), 0px 1px 3px 0px rgba(0, 0, 0, .1019607843);
	margin-top: 64px;
	margin-top: 4rem;
	padding: 40px 20px 40px;
	padding: 2.5rem 1.25rem 2.5rem;
}

.contact__field + .contact__field {
	margin-top: 32px;
	margin-top: 2rem;
}

.contact__label {
	color: #2C3E1F;
	display: inline-block;
	font-weight: 700;
	line-height: 1.5;
  margin-bottom: 0;
}

.contact__label span,
.contact__checkText span {
	color: #c83a3a;
}

.contact__input,
.contact__textarea {
	background-color: #fff;
	border: 1px solid rgba(117, 166, 68, .2);
	border-radius: 0.375rem;
	color: #263d22;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 12px;
	margin-top: 0.75rem;
	outline: none;
	-webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
	width: 100%;
  margin-bottom: 0;
}

.contact__input {
	height: 46px;
	height: 2.875rem;
	padding: 0 14px;
	padding: 0 0.875rem;
  margin-bottom: 0 !important;
}

.contact__textarea {
	min-height: 194px;
	min-height: 12.125rem;
	padding: 14px;
	padding: 0.875rem;
	resize: vertical;
}

.contact__input::-moz-placeholder,
.contact__textarea::-moz-placeholder {
	color: #6e7c68;
}

.contact__input::-webkit-input-placeholder,
.contact__textarea::-webkit-input-placeholder {
	color: #6e7c68;
}

.contact__input::-moz-placeholder,
.contact__textarea::-moz-placeholder {
	color: #6e7c68;
}

.contact__input::-ms-input-placeholder,
.contact__textarea::-ms-input-placeholder {
	color: #6e7c68;
}

.contact__input::placeholder,
.contact__textarea::placeholder {
	color: #6e7c68;
}

.contact__input:focus,
.contact__textarea:focus {
	border-color: #75A644;
	-webkit-box-shadow: 0 0 0 0.1875rem rgba(117, 166, 68, .18);
	box-shadow: 0 0 0 0.1875rem rgba(117, 166, 68, .18);
}


.contact__privacy {
  background-color: #f7f6f1;
  border-radius: 0.5rem;
  margin-top: 2rem;
  padding: 1.375rem 1.125rem;
}

.contact__privacy .wpcf7-form-control-wrap,
.contact__privacy .wpcf7-form-control,
.contact__privacy .wpcf7-list-item {
  display: block;
  margin: 0;
}

.contact__privacy .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  margin: 0;
}

/* 本物のcheckboxは隠す */
.contact__privacy input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* CF7が生成するラベル文字側 */
.contact__privacy .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #263d22;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
}

/* 見た目用の四角 */
.contact__privacy .wpcf7-list-item-label::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border: 1px solid #cddfc3;
  border-radius: 0.1875rem;
  box-shadow: 0 0.125rem 0.375rem rgba(117, 166, 68, 0.12);
}

/* チェックされた時の四角 */
.contact__privacy input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #75A644;
  border-color: #75A644;
}

/* チェックマーク */
.contact__privacy .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 0.3125rem;
  height: 0.5625rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(0.32rem, -0.08rem) rotate(45deg);
  opacity: 0;
  pointer-events: none;
}

.contact__privacy input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.contact__privacy .contact__checkText a {
  color: #75A644;
  font-weight: 700;
  text-decoration: none;
}

.contact__privacy .contact__checkText span {
  color: #c83a3a;
}

.contact__submit {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #D4A017 !important;
	border: none !important;
	border-radius: 0.375rem;
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .16);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .16);
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5555555556;
	margin-top: 32px;
	margin-top: 2rem;
	padding: 14px 0 !important;
	padding: 0.875rem 0 !important;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
	width: 100%;
}

.contact__note {
	background-color: #E8E4DA;
	border-radius: 0.75rem;
	color: #5A6B4A;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.8571428571;
	margin-left: auto;
	margin-right: auto;
	margin-top: 64px;
	margin-top: 4rem;
	max-width: 768px;
	max-width: 48rem;
	padding: 24px;
	padding: 1.5rem;
	text-align: center;
	width: 100%;
}

.cta__inner {
	background-color: #1B2220;
	padding-bottom: 54px;
	padding-bottom: 3.375rem;
	padding-top: 95px;
	padding-top: 5.9375rem;
}

.cta__contents {
	color: #fff;
	margin: 0 auto;
	max-width: 354px;
	max-width: 22.125rem;
	width: 100%;
}

.cta__title {
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 500;
	text-align: center;
  margin-bottom: 0;
}

.cta__title span {
	color: #82AF56;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 900;
}

.cta__buttons {
	margin: 48px auto 0;
	margin: 3rem auto 0;
	max-width: 354px;
	max-width: 22.125rem;
	width: 100%;
}

.cta__button {
	border: 1px solid #fff;
	border-radius: 6px;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	padding: 20px 0;
	padding: 1.25rem 0;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
	width: 100%;
  color: #fff;
}

.cta__button:hover {
  color: #fff;
}

.cta__button--green {
	background: -webkit-gradient(linear, left top, right top, from(#094828), to(#82AF56));
	background: linear-gradient(90deg, #094828 0%, #82AF56 100%);
}

.cta__button--yellow {
	background: -webkit-gradient(linear, left top, right top, from(#D4A017), to(#FCC941));
	background: linear-gradient(90deg, #D4A017 0%, #FCC941 100%);
	margin-top: 32px;
	margin-top: 2rem;
}

.faq {
	background-color: #fff;
	padding: 96px 0 96px;
	padding: 6rem 0 6rem;
}

.faq__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	max-width: 37.5rem;
	width: 100%;
}

.faq__title {
	color: #2C3E1F;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1.3;
	text-align: center;
}

.accordion {
	margin-inline: auto;
	margin: 48px auto 0;
	margin: 3rem auto 0;
	max-width: 354px;
	max-width: 22.125rem;
	position: relative;
	width: 100%;
}

.accordion-container {
	background: linear-gradient(160.82deg, #094828 1.76%, #82AF56 99.38%);
	border-radius: 16px;
	-webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, .1019607843), 0px 4px 6px -1px rgba(0, 0, 0, .1019607843);
	box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, .1019607843), 0px 4px 6px -1px rgba(0, 0, 0, .1019607843);
	padding: 30px 32px 55px !important;
	padding: 1.875rem 2rem 3.4375rem !important;
}

.accordion-item {
	border-bottom: 1.96px solid rgba(255, 255, 255, .2);
}

.accordion-title {
	color: #fff;
	cursor: pointer;
	font-weight: 500;
	line-height: 1.75;
	padding: 24px 31px 24px 0 !important;
	padding: 1.5rem 1.9375rem 1.5rem 0 !important;
  font-size: 16px !important; 
}

.accordion-content {
	display: none;
	padding: 0 20px 20px;
	padding: 0 1.25rem 1.25rem;
}

.accordion-content p {
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}

/* 矢印 */

.accordion-title {
	position: relative;
}

.accordion-title::after {
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	content: "";
	display: block;
	height: 10px;
	height: 0.625rem;
	position: absolute;
	right: 10px;
	right: 0.625rem;
	top: 29%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 10px;
	width: 0.625rem;
}

.accordion-title.open::after {
	top: 45%;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.features__inner {
	background-image: url(../images/features_bg.webp);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 95px 0;
	padding: 5.9375rem 0;
}

.features__title {
	color: #2C3E1F;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: bold;
	text-align: center;
}

.features__title span {
	-webkit-background-clip: text;
	background: -webkit-gradient(linear, left top, right top, from(#094828), to(#82AF56));
	background: linear-gradient(90deg, #094828 0%, #82AF56 100%);
	background-clip: text;
	color: transparent;
	font-size: 45px;
	font-size: 2.8125rem;
	font-weight: 900;
	line-height: 1;
}

.features__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 48px auto 0;
	margin: 3rem auto 0;
	max-width: 354px;
	max-width: 22.125rem;
	width: 100%;
}

.features__card:nth-child(n+3) {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.features__card {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#094828), to(#75A644)) border-box;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #094828, #75A644) border-box;
	border: 2px solid transparent;
	border-radius: 16px;
	max-width: 170px;
	max-width: 10.625rem;
	padding: 15px;
	padding: 0.9375rem;
	text-align: center;
	width: 100%;
}

.features__cardTitle {
	color: #D4A017;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-top: 5px !important;
	margin-top: 0.3125rem !important;
}

.features__text {
	color: #1B2220;
	margin-top: 5px;
	margin-top: 0.3125rem;
  margin-bottom: 0;
}

.features__text--top {
	margin-top: 17.5px;
	margin-top: 1.09375rem;
  margin-bottom: 0;
}

.features__icon1 {
	margin: 0 auto;
	max-width: 33px;
	max-width: 2.0625rem;
	width: 100%;
}

.features__icon2 {
	margin: 0 auto;
	max-width: 38px;
	max-width: 2.375rem;
	width: 100%;
}

.features__icon3 {
	margin: 0 auto;
	max-width: 47px;
	max-width: 2.9375rem;
	width: 100%;
}

.features__icon4 {
	margin: 0 auto;
	max-width: 40px;
	max-width: 2.5rem;
	width: 100%;
}

.footer {
	background-color: #E0E2E0;
	border-top: 1px solid #094828;
	color: #263d22;
	padding: 64px 0 45px;
	padding: 4rem 0 2.8125rem;
}

.footer__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 394px;
	max-width: 24.625rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	width: 100%;
}

.footer__brand {
	background-image: -webkit-gradient(linear, left top, right top, from(#094828), to(#82AF56));
	background-image: linear-gradient(90deg, #094828 0%, #82AF56 100%);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.footer__logo {
	background-color: #094828;
	border-radius: 1rem;
	-webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, .1019607843), 0px 10px 15px -3px rgba(0, 0, 0, .1019607843);
	box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, .1019607843), 0px 10px 15px -3px rgba(0, 0, 0, .1019607843);
	color: #fff;
	display: grid;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	height: 64px;
	height: 4rem;
	place-items: center;
	text-decoration: none;
	width: 64px;
	width: 4rem;
}

.footer__name {
	-webkit-background-clip: text;
	background: -webkit-gradient(linear, left top, right top, from(#094828), to(#82AF56));
	background: linear-gradient(90deg, #094828 0%, #82AF56 100%);
	background-clip: text;
	color: transparent;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 24px;
	margin-top: 1.5rem;
  margin-bottom: 0;
}

.footer__nav {
	-moz-column-gap: 2.625rem;
	-webkit-column-gap: 2.625rem;
	column-gap: 2.625rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 36px;
	margin-top: 2.25rem;
}

.footer__lists {
	gap: 12px;
	gap: 0.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.footer__list a {
	color: #2C3E1F;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
}

.footer__list {
  margin-bottom: 0;
}

.footer__list a::before {
	content: "- ";
}

.footer__company {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #263d22;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 6px;
	margin-top: 0.375rem;
	padding: 5px 10px;
	padding: 0.3125rem 0.625rem;
	width: 163px;
	width: 10.1875rem;
}

.footer__company::before {
	content: none !important;
}

.footer__companyIcon {
	width: 18px;
	width: 1.125rem;
}

.footer__copy {
	color: #2C3E1F;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.4;
	margin-top: 156px;
	margin-top: 9.75rem;
	text-align: center;
  margin-bottom: 0;
}

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

.learning {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 34, 32, .65)), to(rgba(27, 34, 32, .65))), url("../images/learning_bg.webp");
	background-image: linear-gradient(rgba(27, 34, 32, .65), rgba(27, 34, 32, .65)), url("../images/learning_bg.webp");
	background-position: 60% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 96px 0;
	padding: 6rem 0;
}

.learning__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	padding-right: 20px;
	padding-right: 1.25rem;
	width: 100%;
}

.learning__title {
	color: #fff;
	font-size: 40px;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
}

.learning__lead {
	color: #82AF56;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
  margin-bottom: 0;
}

.learning__label {
	background: -webkit-gradient(linear, left top, right top, from(#D4A017), to(rgba(212, 160, 23, .9)));
	background: linear-gradient(90deg, #D4A017 0%, rgba(212, 160, 23, .9) 100%);
	border-radius: 0.75rem;
	-webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, .1019607843), 0px 10px 15px -3px rgba(0, 0, 0, .1019607843);
	box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, .1019607843), 0px 10px 15px -3px rgba(0, 0, 0, .1019607843);
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.7;
	margin: 30px auto 0;
	margin: 1.875rem auto 0;
	max-width: 354px;
	max-width: 22.125rem;
	padding: 16px 20px;
	padding: 1rem 1.25rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.learning__slider {
	margin-top: 50px;
	margin-top: 3.125rem;
	overflow: visible;
	position: relative;
}

.learning__card {
	background-color: rgba(12, 24, 22, .92);
	border: 1px solid #75A644;
	border-radius: 0.5rem;
	color: #fff;
	height: auto;
	min-height: 343px;
	min-height: 21.4375rem;
	padding: 32px 20px 30px;
	padding: 2rem 1.25rem 1.875rem;
  margin-bottom: 0;
}

.learning__cardTitle {
	color: #fff;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.4;
}

.learning__tag {
	background: rgba(117, 166, 68, .1);
	border-radius: 0.25rem;
	color: #75A644;
	display: inline-block;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 12px;
	margin-top: 0.75rem;
	padding: 7px 16px;
	padding: 0.4375rem 1rem;
}

.learning__text {
	color: #fff;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	margin-top: 20px;
	margin-top: 1.25rem;
  width: 100%;
  margin-bottom: 0;
}

.learning__recommend {
	border-top: 1px solid #75A644;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding-top: 18px;
	padding-top: 1.125rem;
  width: 100%;
  margin-bottom: 0;
}

.learning__recommend span {
	color: #75A644;
	font-weight: 700;
}

.learning__pagination {
	margin-top: 22px;
	margin-top: 1.375rem;
	position: static;
}

.learning__pagination .swiper-pagination-bullet {
	background-color: #fff;
	height: 10px;
	height: 0.625rem;
	margin: 0 7px !important;
	margin: 0 0.4375rem !important;
	opacity: 0.55;
	width: 10px;
	width: 0.625rem;
}

.learning__pagination .swiper-pagination-bullet-active {
	background-color: #75A644;
	opacity: 1;
}

/* 矢印ボタン */

.learning__prev,
.learning__next {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, .85);
	border: none;
	cursor: pointer;
	height: 64px;
	height: 4rem;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 37px;
	width: 2.3125rem;
	z-index: 20;
}

.learning__prev {
	left: -5px;
	left: -0.3125rem;
}

.learning__next {
	right: -5px;
	right: -0.3125rem;
}

/* Swiperのデフォルト矢印を完全に消す */

.learning__prev::after,
.learning__next::after {
	content: none !important;
	display: none !important;
}

/* 自作矢印 */

.learning__prev::before,
.learning__next::before {
	border-right: 3px solid #000;
	border-right: 0.1875rem solid #000;
	border-top: 3px solid #000;
	border-top: 0.1875rem solid #000;
	content: "";
	height: 25px;
	height: 1.5625rem;
	position: absolute;
	top: 50%;
	width: 25px;
	width: 1.5625rem;
}

/* 左矢印 */

.learning__prev::before {
	left: 70%;
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg);
}

/* 右矢印 */

.learning__next::before {
	left: 30%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.learning__prev:focus,
.learning__next:focus {
	outline: none;
}

.mainview {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .6) 11.71%, rgba(102, 102, 102, 0) 44.35%),url(../images/mainview_bg_sp.webp);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.header {
	background-color: #fff;
	/* position: relative; */
	z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 68.65px;
	height: 4.290625rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
	padding: 0 1.25rem;
}

.header__logo {
	max-width: 175.88px;
	max-width: 10.9925rem;
	padding-top: 8px;
	padding-top: 0.5rem;
	width: 100%;
  margin-bottom: 0;
}

.header__nav {
	display: none;
}

.header__navLists {
	gap: 32px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__navLists a {
	color: #fff;
	font-weight: 500;
}

.header__navLists a {
  color: #fff;
  transition: color 0.3s ease;
}

.header.is-scrolled .header__navLists a,
body.is-spMenu-open .header__navLists a {
  color: #2C3E1F;
}

.header__button {
	background: -webkit-gradient(linear, left top, right top, from(#D4A017), to(#FCC941));
	background: linear-gradient(90deg, #D4A017 0%, #FCC941 100%);
	border: 1px solid #fff;
	border-radius: 9999px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 16px 0;
	padding: 1rem 0;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
	width: 186px;
	width: 11.625rem;
}

.header__button:hover {
  color: #fff;
}

.header__hamburger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 28px;
	height: 1.75rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	width: 32px;
	width: 2rem;
}

.header__hamburger span {
	background-color: #1B2220;
	border-radius: 999px;
	display: block;
	height: 2px;
	height: 0.125rem;
	width: 100%;
}

.mainview__inner {
	padding: 50px 0 0;
	padding: 3.125rem 0 0;
  margin-top: 60px;
}

.mainview__content {
	margin: 0 auto;
	max-width: 354px;
	max-width: 22.125rem;
	width: 100%;
}

.mainview__title {
	max-width: 292px;
	max-width: 18.25rem;
	width: 100%;
}

.mainview__text {
	color: #fff;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 25px;
	margin-top: 32px;
	margin-top: 2rem;
	text-shadow: 0px 0px 6px #000000;
}

.mainview__text span {
	letter-spacing: -5px;
}

.mainview__cards {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 32px;
	margin-top: 2rem;
}

.mainview__cards li {
	background-color: #fff;
	border-radius: 0.625rem;
	-webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, .42);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, .42);
	color: #094828;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 500;
	max-width: 110px;
	max-width: 6.875rem;
	padding: 10px 0;
	padding: 0.625rem 0;
	text-align: center;
	width: 100%;
}

.mainview__cards li strong {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 900;
	line-height: 1;
}

.mainview__cards li span {
	color: #5A6B4A;
	font-size: 12px;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1;
}

.mainview__buttons {
	background-color: #1B2220;
	margin: 7rem calc(50% - 50vw) 0;
	padding: 20px;
	padding: 1.25rem;
}

.mainview__buttons--inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 354px;
	max-width: 22.125rem;
	width: 100%;
}

.mainview__button {
	border: 1px solid #fff;
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4285714286;
	max-width: 170px;
	max-width: 10.625rem;
	padding: 15px 0;
	padding: 0.9375rem 0;
	text-align: center;
	width: 100%;
}

.mainview__button:hover {
  color: #fff;
}

.mainview__button--green {
	background: -webkit-gradient(linear, left top, right top, from(#094828), to(#82AF56));
	background: linear-gradient(90deg, #094828 0%, #82AF56 100%);
}

.mainview__button--yellow {
	background: -webkit-gradient(linear, left top, right top, from(#D4A017), to(#FCC941));
	background: linear-gradient(90deg, #D4A017 0%, #FCC941 100%);
}

.message__inner {
	background-color: #F5F2EB;
	padding: 96px 0;
	padding: 6rem 0;
}

.message__title {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 900;
	line-height: 1.3333333333;
	text-align: center;
}

.message__title span {
	-webkit-background-clip: text;
	background: -webkit-gradient(linear, left top, right top, from(#094828), to(#82AF56));
	background: linear-gradient(90deg, #094828 0%, #82AF56 100%);
	background-clip: text;
	color: transparent;
	font-size: 45px;
	font-size: 2.8125rem;
	text-align: center;
}

.message__profile {
	background-color: #fff;
	border-radius: 16px;
	-webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, .1019607843), 0px 10px 15px -3px rgba(0, 0, 0, .1019607843);
	box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, .1019607843), 0px 10px 15px -3px rgba(0, 0, 0, .1019607843);
	margin: 48px auto 0;
	margin: 3rem auto 0;
	max-width: 354px;
	max-width: 22.125rem;
	padding: 40px 30px;
	padding: 2.5rem 1.875rem;
	position: relative;
	width: 100%;
}

.message__icon {
	max-width: 118px;
	max-width: 7.375rem;
	position: absolute;
	right: 0;
	top: -100px;
	top: -6.25rem;
	width: 100%;
}

.message__name {
	color: #2C3E1F;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
	margin-top: 40px !important;
	margin-top: 2.5rem !important;
}

.message__position {
	color: #82AF56;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 8px;
	margin-top: 0.5rem;
  margin-bottom: 0 !important;
}

.message__text {
	color: #2C3E1F;
	line-height: 1.625;
	margin-top: 20px;
	margin-top: 1.25rem;
  margin-bottom: 0;
}

.message__quote {
	background: rgba(212, 160, 23, .05);
	border-left: 3.92px solid #D4A017;
	color: #2C3E1F;
	font-weight: 500;
	line-height: 1.75;
	margin-top: 20px;
	margin-top: 1.25rem;
	padding: 8px 20px 8px 24px;
	padding: 0.5rem 1.25rem 0.5rem 1.5rem;
	width: 100%;
  margin-bottom: 0;
}

.message__recommendTitle {
	color: #D4A017;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 900;
	margin-top: 48px !important;
	margin-top: 3rem !important;
	text-align: center;
}

.message__cards {
	margin: 48px auto 0;
	margin: 3rem auto 0;
	max-width: 350px;
	max-width: 21.875rem;
	width: 100%;
}

.message__card {
	background-color: #fff;
	border: 1.96px solid rgba(117, 166, 68, .2);
	border-radius: 16px;
	-webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, .1019607843), 0px 4px 6px -1px rgba(0, 0, 0, .1019607843);
	box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, .1019607843), 0px 4px 6px -1px rgba(0, 0, 0, .1019607843);
	padding: 32px 30px;
	padding: 2rem 1.875rem;
  margin-bottom: 0;
}

.message__card + .message__card {
	margin-top: 48px;
	margin-top: 3rem;
}

.message__comment {
	border-bottom: 1px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(90deg, #094828 0%, #75A644 100%);
	color: #2C3E1F;
	line-height: 1.828125;
	padding-bottom: 20px;
	padding-bottom: 1.25rem;
}

.message__recommender span {
	color: #2C3E1F;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
}

.message__recommender {
	color: #82AF56;
	font-weight: 500;
	margin-top: 20px;
	margin-top: 1.25rem;
  margin-bottom: 0;
}

.price__inner {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(77%, rgb(255, 255, 255)), color-stop(81%, rgba(255, 255, 255, .8)), color-stop(92%, rgba(255, 255, 255, 0))), url(../images/price_bg.webp);
	background-image: linear-gradient(to bottom, rgb(255, 255, 255) 77%, rgba(255, 255, 255, .8) 81%, rgba(255, 255, 255, 0) 92%), url(../images/price_bg.webp);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 72px;
	padding-bottom: 4.5rem;
}

.price__title {
	color: #2C3E1F;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
}

.price__title--green {
	color: #82AF56;
}

.price__title--big {
	font-size: 40px;
	font-size: 2.5rem;
}

.price__title--small {
	font-size: 30px;
	font-size: 1.875rem;
}

.price__lead {
	line-height: 1.5;
	margin-top: 24px;
	margin-top: 1.5rem;
	text-align: center;
  margin-bottom: 0 !important;
}

.price__card {
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(152.73deg, #094828 1.47%, #75a644 100.05%) border-box;
	border: 3.92px solid transparent;
	border-radius: 24px;
	margin: 80px auto 0;
	margin: 5rem auto 0;
	max-width: 354px;
	max-width: 22.125rem;
	padding: 3.92px;
	position: relative;
	width: 100%;
}

.price__cardInner {
	background-color: #fff;
	border-radius: 20.08px;
	height: 100%;
	padding: 48px 20px;
	padding: 3rem 1.25rem;
}

.price__badge {
	background: -webkit-gradient(linear, left top, right top, from(#094828), to(#82AF56));
	background: linear-gradient(90deg, #094828 0%, #82AF56 100%);
	border-radius: 9999px;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	left: 52px;
	left: 3.25rem;
	line-height: 1.3333333333;
	padding: 12px 32px;
	padding: 0.75rem 2rem;
	position: absolute;
	top: -25px;
	top: -1.5625rem;
}

.price__cardTitle {
	color: #82AF56;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: bold;
}

.price__amount {
	color: #2C3E1F;
	font-size: 48px;
	font-size: 3rem;
	font-weight: bold;
  margin-bottom: 0 !important;
}

.price__amount span {
	color: #5A6B4A;
	font-size: 20px;
	font-size: 1.25rem;
	margin-left: 8px;
	margin-left: 0.5rem;
}

.price__lists {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.price__list {
	background-color: rgba(245, 242, 235, .7);
	border-radius: 10px;
	color: #2C3E1F;
	line-height: 1.875;
	padding: 5px 0 5px 60px;
	padding: 0.3125rem 0 0.3125rem 3.75rem;
	position: relative;
  margin-bottom: 0 !important;
}

.price__list::before,
.price__list::after {
	background-color: #75a644;
	border-radius: 999px;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.price__list::before {
	height: 9px;
	height: 0.5625rem;
	left: 32px;
	left: 2rem;
	-webkit-transform: translateY(-20%) rotate(-45deg);
	transform: translateY(-20%) rotate(-45deg);
	width: 3px;
}

.price__list::after {
	height: 17px;
	height: 1.0625rem;
	left: 31px;
	left: 1.9375rem;
	-webkit-transform: translateY(-60%) rotate(45deg);
	transform: translateY(-60%) rotate(45deg);
	width: 3px;
}

.price__list + .price__list {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.price__buttonWrap {
	margin: 24px auto 0;
	margin: 1.5rem auto 0;
	max-width: 305px;
	max-width: 19.0625rem;
	text-align: center;
	width: 100%;
}

.price__button {
	background: -webkit-gradient(linear, left top, right top, from(#D4A017), to(#FCC941));
	background: linear-gradient(90deg, #D4A017 0%, #FCC941 100%);
	border-radius: 6px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	padding: 20px 0;
	padding: 1.25rem 0;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
	width: 100%;
}

.price__note {
	color: #5A6B4A;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin: 0 calc(50% - 50vw);
	margin-top: 16px;
	margin-top: 1rem;
	text-align: center;
}

.privacyHeader {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
	position: fixed;
	top: 0;
  left: 0;
  right: 0;
	z-index: 100;
}

.privacyHeader__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	height: 5rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1440px;
	max-width: 90rem;
	padding-left: 16px;
	padding-left: 1rem;
	padding-right: 16px;
	padding-right: 1rem;
	width: 100%;
}

.privacyHeader__logo {
	gap: 10px;
	gap: 0.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2f7135;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-weight: 700;
	text-decoration: none;
}

.privacyHeader__logoMark {
	background-color: #094828;
	border-radius: 0.75rem;
	color: #fff;
	display: grid;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	height: 48px;
	height: 3rem;
	place-items: center;
	width: 48px;
	width: 3rem;
}

.privacyHeader__logoText {
	-webkit-background-clip: text;
	background: -webkit-gradient(linear, left top, right top, from(#094828), to(#82AF56));
	background: linear-gradient(90deg, #094828 0%, #82AF56 100%);
	background-clip: text;
	color: transparent;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.privacyHeader__hamburger {
	gap: 10px;
	gap: 0.625rem;
	background-color: transparent;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 32px;
	height: 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	width: 32px;
	width: 2rem;
}

.privacyHeader__hamburger span {
	background-color: #1B2220;
	display: block;
	height: 2px;
}

.privacyHeader__nav {
	display: none;
}

.privacyHeader__lists {
	gap: 32px;
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.privacyHeader__list {
  margin-bottom: 0;
}

.privacyHeader__list a {
	color: #2C3E1F;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
}

.privacyHeader__button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#D4A017), to(#FCC941));
	background: linear-gradient(90deg, #D4A017 0%, #FCC941 100%);
	border: 1px solid #FFF;
	border-radius: 999px;
	-webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, .1019607843), 0px 10px 15px -3px rgba(0, 0, 0, .1019607843);
	box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, .1019607843), 0px 10px 15px -3px rgba(0, 0, 0, .1019607843);
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 156px;
	min-width: 9.75rem;
	padding: 12px 36px;
	padding: 0.75rem 2.25rem;
	text-decoration: none;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .4);
}

.privacy {
	background-color: #F5F2EB;
	color: #2C3E1F;
	padding: 100px 0 96px;
	/* padding: 11rem 0 6rem; */
}

.privacy__head {
	text-align: center;
}

.privacy__title {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3333333333;
}

.privacy__lead {
	color: #5A6B4A;
	font-weight: 400;
	line-height: 1.5;
	margin: 24px auto 0;
	margin: 1.5rem auto 0;
	max-width: 354px;
	max-width: 22.125rem;
	text-align: center;
}

.privacy__contents {
	margin: 64px auto 0;
	margin: 4rem auto 0;
	max-width: 354px;
	max-width: 22.125rem;
	width: 100%;
}

.privacy__card {
	background-color: #fff;
	border: 2px solid rgba(117, 166, 68, .1019607843);
	border-radius: 1rem;
	-webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, .1019607843), 0px 1px 3px 0px rgba(0, 0, 0, .1019607843);
	box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, .1019607843), 0px 1px 3px 0px rgba(0, 0, 0, .1019607843);
	padding: 31px;
	padding: 1.9375rem;
}

.privacy__card + .privacy__card {
	margin-top: 26px;
	margin-top: 1.625rem;
}

.privacy__cardTitle {
	color: #75A644;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
}

.privacy__text {
	color: #1b2220;
	font-weight: 400;
	margin-top: 22px;
	margin-top: 1.375rem;
}

.privacy__text p + p {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.privacy__text ul {
	margin-top: 24px;
	margin-top: 1.5rem;
	padding-left: 8px;
	padding-left: 0.5rem;
}

.privacy__text li + li {
	margin-top: 12px;
	margin-top: 0.75rem;
}

.privacy__date {
	color: #5A6B4A;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-top: 1.875rem;
	max-width: 354px;
	max-width: 22.125rem;
	text-align: right;
	width: 100%;
}

.privacy__notice {
	background-color: #E8E4DA;
	border-radius: 0.75rem;
	color: #5A6B4A;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.625;
	margin-left: auto;
	margin-right: auto;
	margin-top: 64px;
	margin-top: 4rem;
	max-width: 354px;
	max-width: 22.125rem;
	padding: 24px;
	padding: 1.5rem;
	text-align: center;
	width: 100%;
}

.problem {
	background-color: #F5F2EB;
}

.problem__inner {
	background-image: url(../images/problem_bg-sp.webp);
	background-repeat: no-repeat;
	background-size: 393px 621px;
	margin: 0 auto;
	max-width: 394px;
	/* max-width: 24.625rem; */
	padding-bottom: 95px;
	padding-bottom: 5.9375rem;
	padding-top: 95px;
	padding-top: 5.9375rem;
	width: 100%;
}

.problem__title {
	color: #fff;
	font-size: 30px;
	line-height: 1.3333333333;
	text-align: center;
}

.problem__box {
	background-color: #fff;
	border-radius: 12px;
	-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .42);
	box-shadow: 0 0 0 5px rgba(255, 255, 255, .42);
	margin: 48px auto 0;
	/* margin: 2.8125rem auto 0; */
	max-width: 314px;
	max-width: 21.625rem;
	padding: 30px 19px 30px 53px;
	padding: 1.875rem 1.1875rem 1.875rem 3.3125rem;
	width: 100%;
}

.problem__lists {
  margin-bottom: 0;
  margin-top: 0;
}

.problem__list {
	-webkit-text-decoration: underline dashed #094828;
	text-underline-offset: 8px;
	color: #1B2220;
	line-height: 2;
	position: relative;
	text-decoration: underline dashed #094828;
  margin-bottom: 0;
  font-size: 16px;
}

.problem__list::before {
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 23px;
	height: 1.4375rem;
	left: -36px;
	left: -2.25rem;
	position: absolute;
	top: 6px;
	top: 0.375rem;
	width: 23px;
	width: 1.4375rem;
}

.problem__list + .problem__list {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.problem__catch {
	background: -webkit-gradient(linear, right top, left top, from(#82AF56), to(#094828));
	background: linear-gradient(270deg, #82AF56 0%, #094828 100%);
	border-radius: 9999px;
	height: 89px;
	/* height: 5.5625rem; */
	margin: 65px auto 0;
	/* margin: 3rem auto 0; */
	text-align: center;
	width: 89px;
	/* width: 5.5625rem; */
}

.problem__catch span {
	color: #fff;
	font-weight: 500;
	line-height: 89px;
	/* line-height: 5.5625rem; */
}

.problem__solution {
	margin-top: 48px;
	margin-top: 3rem;
	text-align: center;
}

.problem__solution {
	color: #2C3E1F;
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 700;
}

.problem__gradation {
	-webkit-background-clip: text;
	background: -webkit-gradient(linear, left top, right top, from(#094828), to(#82AF56));
	background: linear-gradient(90deg, #094828 0%, #82AF56 100%);
	background-clip: text;
	color: transparent;
	font-size: 45px;
	font-size: 2.8125rem;
	font-weight: 900;
	line-height: 1.1333333333;
}

.problem__solutionText {
	background: -webkit-gradient(linear, left top, right top, from(#009B63), to(#003522));
	background: linear-gradient(90deg, #009B63 0%, #003522 100%);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	display: inline-block;
  margin-bottom: 0;
}

.problem__solutionText--big {
	font-size: 45px;
	font-size: 2.8125rem;
	font-weight: 900;
}

.problem__solutionText--big span {
	letter-spacing: -20px;
}

.reason__inner {
	padding-bottom: 49px;
	padding-bottom: 3.0625rem;
	padding-top: 95px;
	padding-top: 5.9375rem;
	position: relative;
	z-index: 1;
}

.reason__bg {
	left: 50%;
	max-width: 393px;
	max-width: 24.5625rem;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.reason__title {
	color: #2C3E1F;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 900;
	line-height: 1.1111111111;
	text-align: center;
}

.reason__title--small {
	font-size: 30px;
	font-size: 1.875rem;
}

.reason__title--gradation {
	-webkit-background-clip: text;
	background: -webkit-gradient(linear, left top, right top, from(#094828), to(#82AF56));
	background: linear-gradient(90deg, #094828 0%, #82AF56 100%);
	background-clip: text;
	color: transparent;
	font-size: 40px;
	font-size: 2.5rem;
}

.reason__cards {
	margin: 48px auto 0;
	margin: 3rem auto 0;
	max-width: 353px;
	max-width: 22.0625rem;
	width: 100%;
}

.reason__card {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#094828), to(#75A644)) border-box;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to bottom, #094828, #75A644) border-box;
	border: 2px solid transparent;
	border-radius: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.reason__card + .reason__card {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.reason__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 116px;
	max-width: 7.25rem;
	width: 100%;
}

.reason__image picture,
.reason__image img {
	display: block;
	height: 100%;
	width: 100%;
}

.reason__image img {
	-o-object-fit: cover;
	object-fit: cover;
}

.reason__body {
	width: 100%;
}

.reason__cardTitle {
	background-color: #094828;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 10px 0 !important;
	padding: 0.625rem 0 !important;
	text-align: center;
}

.reason__text {
	background-color: #fff;
	color: #1B2220;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 13px 0;
	padding: 0.8125rem 0;
	text-align: center;
  margin-bottom: 0;
}

.revenue__inner {
	padding-bottom: 96px;
	padding-bottom: 6rem;
}

.revenue__label {
	background-color: #D4A017;
	border-radius: 999px;
	-webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .25);
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .25);
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 3.0555555556;
	margin-left: auto;
	margin-right: auto;
	padding: 0 28px;
	padding: 0 1.75rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.revenue__label::after {
	border-color: #d8a10b transparent transparent transparent;
	border-style: solid;
	border-width: 20px 16px 0 16px;
	border-width: 1.25rem 1rem 0 1rem;
	bottom: -18px;
	bottom: -1.125rem;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
}

.revenue__title {
	color: #2C3E1F;
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 900;
	line-height: 1.3333333333;
	margin-top: 32px !important;
	margin-top: 2rem !important;
	text-align: center;
}

.revenue__lists {
	margin: 48px auto 0;
	margin: 3rem auto 0;
	max-width: 353px;
	max-width: 22.0625rem;
	width: 100%;
}

.revenue__list {
	position: relative;
}

.revenue__list::after {
	background-image: url(../images/revenue_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -39px;
	bottom: -2.4375rem;
	content: "";
	display: inline-block;
	height: 23px;
	height: 1.4375rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 62px;
	width: 3.875rem;
}

.revenue__list:last-child::after {
	content: none;
}

.revenue__list + .revenue__list {
	margin-top: 55px;
	margin-top: 3.4375rem;
}

.revenue__num {
	background: -webkit-gradient(linear, left top, right top, from(#094828), to(#82AF56));
	background: linear-gradient(90deg, #094828 0%, #82AF56 100%);
	border-radius: 9999px;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
	height: 40px;
	height: 2.5rem;
	left: -10px;
	left: -0.625rem;
	line-height: 40px;
	line-height: 2.5rem;
	position: absolute;
	text-align: center;
	top: 5px;
	top: 0.3125rem;
	width: 40px;
	width: 2.5rem;
}

.revenue__text {
	background-color: #1B2220;
	border-radius: 9999px;
	color: #fff;
	font-weight: 500;
	line-height: 1.828125;
	padding: 11.5px 0 11.5px 35px;
	padding: 0.71875rem 0 0.71875rem 2.1875rem;
  margin-bottom: 0 !important;
}

.revenue__text span {
	color: #82AF56;
}

.revenue__image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 48px;
	margin-top: 3rem;
	max-width: 393px;
	max-width: 24.5625rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	width: 100%;
}

.revenue__note {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.7857142857;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-top: 1.25rem;
	max-width: 393px;
	max-width: 24.5625rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	width: 100%;
  margin-bottom: 0 !important;
}

.test {
	background-color: red;
	color: #fff;
	font-size: 20px;
	font-size: 1.25rem;
}

.thanks {
	background-color: #f4f2eb;
	color: #263d22;
	min-height: 100vh;
	padding: 82px 0;
	padding: 5.125rem 0;
}

.thanks__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 18px;
	padding-left: 1.125rem;
	padding-right: 18px;
	padding-right: 1.125rem;
	width: 100%;
}

.thanks__card {
	background-color: #fff;
	border: 2px solid rgba(117, 166, 68, .1);
	border-radius: 1rem;
	-webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .08);
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .08);
	overflow: hidden;
}

.thanks__head {
	background-color: #82AF56;
	color: #fff;
	padding: 36px 24px 34px;
	padding: 2.25rem 1.5rem 2.125rem;
	text-align: center;
}

.thanks__icon {
	background-color: rgba(255, 255, 255, .22);
	border-radius: 50%;
	height: 66px;
	height: 4.125rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 66px;
	width: 4.125rem;
}

.thanks__icon::before {
	border-bottom: 3px solid #fff;
	border-bottom: 0.1875rem solid #fff;
	border-left: 3px solid #fff;
	border-left: 0.1875rem solid #fff;
	content: "";
	height: 18px;
	height: 1.125rem;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -62%) rotate(-45deg);
	transform: translate(-50%, -62%) rotate(-45deg);
	width: 29px;
	width: 1.8125rem;
}

.thanks__title {
	color: #fff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.thanks__body {
	padding: 40px 29px;
	padding: 2.5rem 1.8125rem;
	text-align: center;
}

.thanks__lead {
	color: #2C3E1F;
	line-height: 1.625;
}

.thanks__text {
	color: #2C3E1F;
	line-height: 1.7333333333;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.thanks__text span {
	color: #75A644;
	font-weight: 700;
}

.thanks__emailBox {
	gap: 12px;
	gap: 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(232, 228, 218, .4);
	border-radius: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 28px;
	margin-top: 1.75rem;
	padding: 16px 21px;
	padding: 1rem 1.3125rem;
	text-align: left;
}

.thanks__emailIcon {
	border: 1px solid #75A644;
	border-radius: 0.125rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 15px;
	height: 0.9375rem;
	position: relative;
	width: 20px;
	width: 1.25rem;
}

.thanks__emailIcon::before,
.thanks__emailIcon::after {
	background-color: #75A644;
	content: "";
	height: 1px;
	position: absolute;
	top: 1px;
	top: 0.0625rem;
	width: 11px;
	width: 0.6875rem;
}

.thanks__emailIcon::before {
	left: 1px;
	left: 0.0625rem;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.thanks__emailIcon::after {
	right: 1px;
	right: 0.0625rem;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.thanks__emailLabel {
	color: #6e7c68;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.1;
}

.thanks__email {
	color: #263d22;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4285714286;
	margin-top: 2px;
	margin-top: 0.125rem;
	word-break: break-all;
}

.thanks__notice {
	background-color: rgba(232, 228, 218, .3);
	border-radius: 0.75rem;
	margin-top: 28px;
	margin-top: 1.75rem;
	padding: 16px 20px;
	padding: 1rem 1.25rem;
	text-align: left;
}

.thanks__notice p {
	color: #5A6B4A;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.625;
}

.thanks__notice p + p {
	margin-top: 6px;
	margin-top: 0.375rem;
}

.thanks__buttons {
	gap: 12px;
	gap: 0.75rem;
	display: grid;
	margin-top: 34px;
	margin-top: 2.125rem;
}

.thanks__button {
	gap: 8px;
	gap: 0.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0.25rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 500;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.4285714286;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.thanks__button--outline {
	background-color: #F5F2EB;
	border: 1px solid rgba(117, 166, 68, .3);
	color: #75A644;
	padding: 14px 0;
	padding: 0.875rem 0;
}

.thanks__button--primary {
	background: #D4A017;
	border: 1px solid transparent;
	color: #fff;
	padding: 7.99px 0;
	padding: 0.499375rem 0;
}

.thanks__homeIcon {
	width: 19.99px;
	width: 1.249375rem;
}

.u-mobile {
	display: block;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.25vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.about__title {
	max-width: 46.6875rem;
}

.about__text {
	font-size: 1.25rem;
	letter-spacing: -0.31px;
	line-height: 1.5;
	max-width: 51.875rem;
	padding: 0;
}

.about__inner {
	position: relative;
}

.about__image {
	bottom: -12rem;
	max-width: 41rem;
	position: absolute;
	right: -13.5rem;
	z-index: 1;
}

.change__title {
	font-size: 3rem;
}

.change__title--green {
	font-size: 3rem;
}

.change__title--small {
	font-size: 1.875rem;
}

.change__lead {
	font-size: 1.25rem;
}

.change__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 75.375rem;
}

.change__item {
	max-width: 36.1875rem;
	padding: 0 1.25rem;
	width: 100%;
}

.change__item--top {
	margin-top: 0;
}

.change__arrow {
	max-width: 2.1875rem;
}

.change__circle {
	height: 13.75rem;
	padding-top: 2.8125rem;
	width: 13.75rem;
}

.change__label {
	font-size: 1.5625rem;
}

.change__text {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.closing__inner {
	padding-bottom: 7rem;
}

.closing__title {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.3541666667;
}

.closing__title span {
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.3541666667;
}

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

.closing__buttons {
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
}

.closing__button {
	font-weight: 700;
	width: 15.375rem;
}

.closing__button--yellow {
	margin-top: 0;
}

.contact {
	padding: 5.75rem 0 6rem;
  margin-top: 5rem;
}

.contact__inner {
	max-width: 52.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.contact__title {
	font-size: 3rem;
}

.contact__lead {
	font-size: 1rem;
	line-height: 1.875;
	margin-top: 1.125rem;
}

.contact__form {
	margin-top: 3.5rem;
	padding: 2.5rem;
}

.contact__label {
	font-size: 1rem;
}

.contact__input {
	height: 2.875rem;
	padding: 0 0.875rem;
}

.contact__textarea {
	min-height: 11.875rem;
}

.contact__privacy {
	margin-top: 2rem;
	padding: 1.5rem 1.375rem;
}

.contact__submit {
	font-size: 1.125rem;
	margin-top: 3rem;
}

.contact__submit:hover {
	opacity: 0.85;
	-webkit-transform: translateY(-0.125rem);
	transform: translateY(-0.125rem);
}

.contact__note {
	margin-top: 4rem;
	padding: 1.5rem 0;
}

.cta__inner {
	padding-bottom: 5.9375rem;
}

.cta__contents {
	max-width: 100%;
}

.cta__title {
	font-size: 2.25rem;
	line-height: 1.5277777778;
}

.cta__title span {
	font-size: 2.25rem;
	line-height: 1.5277777778;
}

.cta__buttons {
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
}

.cta__button {
	width: 15.375rem;
}

.cta__button--yellow {
	margin-top: 0;
}

.faq {
	padding: 5rem 0 6.5rem;
}

.faq__inner {
	max-width: 50rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.faq__title {
	font-size: 3rem;
	font-weight: 700;
}

.accordion {
	max-width: 52.5rem;
}

.accordion-title {
	font-size: 1.5625rem !important;
	font-weight: 400;
	padding-left: 1.875rem;
}

.accordion-content p {
	font-size: 1rem;
	outline: 1.875rem;
}

.accordion-title::after {
	top: 40%;
}

  .features__inner {
    padding-bottom: 5.3125rem;
    padding-top: 3rem;
  }

  .features__title {
    font-size: 2.25rem;
  }

  .features__title span {
    font-size: 3rem;
  }
.features__cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.8vw, 1.5rem);
    justify-content: initial;
    max-width: 80rem;
    width: 100%;
    margin: 3rem auto 0;
    padding: 0 1.25rem;
    position: relative;
    z-index: 2;
  }

  .features__card:nth-child(n+3) {
    margin-top: 0;
  }

  .features__card {
    max-width: none;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: clamp(1rem, 2vw, 1.875rem) clamp(0.75rem, 1.8vw, 2rem);
  }

  .features__cardTitle {
    font-size: clamp(1.125rem, 1.8vw, 1.5625rem);
    margin-top: clamp(1rem, 2vw, 1.875rem) !important;
  }

  .features__text {
    font-size: clamp(0.875rem, 1.4vw, 1.25rem);
    margin-top: 1rem;
  }

  .features__text--top {
    margin-top: 1rem;
  }

  .features__icon1 {
    max-width: clamp(2.5rem, 5vw, 4.25rem);
  }

  .features__icon2 {
    max-width: clamp(3rem, 6vw, 5.3125rem);
  }

  .features__icon3 {
    max-width: clamp(3.25rem, 6vw, 5.625rem);
  }

  .features__icon4 {
    max-width: clamp(2.75rem, 5vw, 4.75rem);
  }
.footer {
	border-top: none;
	padding: 4.5rem 0 4.6875rem;
}

.footer__inner {
	max-width: 80.625rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.footer__content {
	gap: 16.25rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__brand {
	background-image: none;
	padding-bottom: 0;
}

.footer__logo {
	border-radius: 0.75rem;
}

.footer__nav {
	gap: 7.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0;
}

.footer__lists {
	gap: 0.875rem;
}

.footer__company {
	font-size: 0.9375rem;
	min-width: 11.875rem;
	padding: 0.625rem 1.25rem;
}

.footer__copy {
	border-top: 1px solid #094828;
	margin-top: 12.5rem;
	padding-top: 1.875rem;
	text-align: left;
}

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

.learning {
	padding: 5.875rem 0 6rem;
}

.learning__inner {
	max-width: 82.5rem;
}

.learning__title {
	font-size: 3rem;
	font-weight: 700;
}

.learning__lead {
	font-size: 1.5625rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1.5rem;
}

.learning__label {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 1.5rem;
	max-width: 44.25rem;
	padding: 0.875rem 1.25rem;
}

.learning__slider {
	margin-top: 3rem;
	overflow: visible;
}

.learning__cards {
	gap: 1.5rem;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	height: auto !important;
	max-width: 80rem !important;
	padding: 0;
	-webkit-transform: none !important;
	transform: none !important;
	width: 100% !important;
}

.learning__card {
	margin-right: 0 !important;
	padding: 1.75rem 1.125rem 1.5rem;
	width: 100% !important;
  min-height: auto;
}

.learning__cardTitle {
	font-size: 1.25rem;
}

.learning__tag {
	font-size: 0.8125rem;
	margin-top: 0.875rem;
}

.learning__text {
	font-size: 1.25rem;
	margin-top: 1.125rem;
}

.learning__recommend {
	font-size: 1rem;
	margin-top: 1.25rem;
	padding-top: 1rem;
}

.learning__pagination {
	display: none !important;
}

.learning__prev,
.learning__next {
	display: none !important;
}

.mainview {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11.71%, rgba(0, 0, 0, .6)), color-stop(44.35%, rgba(102, 102, 102, 0))), url(../images/mainview_bg_pc.webp);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .6) 11.71%, rgba(102, 102, 102, 0) 44.35%), url(../images/mainview_bg_pc.webp);
	background-position: center center;
}


.header {
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header.is-scrolled {
  background-color: #fff;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
}

.header__inner {
	height: 6.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 82.5rem;
}

.header__nav {
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__hamburger {
	display: none;
}

.mainview__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
	padding: 0 0 1.875rem;
  padding-top: 6.25rem;
  margin-top: 0;
}

.ai-forest-lp {
  margin-top: 0;
}

.mainview__content {
	max-width: 82.5rem;
	padding: 0 1.25rem;
	width: 100%;
}

.mainview__title {
	margin-left: -0.625rem;
	max-width: 43.375rem;
}

.mainview__text {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
}

.mainview__cards {
	gap: 1.8125rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-top: 1.5rem;
}

.mainview__cards li {
	font-size: 1.125rem;
	max-width: 9.3125rem;
}

.mainview__cards li strong {
	font-size: 1.875rem;
}

.mainview__cards li span {
	font-size: 0.875rem;
}

.mainview__buttons {
	background-color: transparent;
	margin: 1.5rem 0 0;
	padding: 0;
}

.mainview__buttons--inner {
	gap: 0.9375rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	max-width: 100%;
}

.mainview__button {
	max-width: 15.375rem;
	padding: 1.25rem 0;
}

.message__profile {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: 4rem;
	max-width: 56rem;
	padding: 2.5rem;
}

.message__icon {
	left: 0;
	max-width: 16.6875rem;
	right: auto;
	top: -13.9375rem;
}

.message__image {
	margin-left: 2.5rem;
	max-width: 15.25rem;
	width: 100%;
}

.message__name {
	margin-top: 0 !important;
}

.message__position {
	font-size: 1rem;
}

.message__quote {
	border-left: 4px solid #D4A017;
	font-size: 1.25rem;
	font-weight: 500;
	padding-bottom: 0.625rem;
	padding-right: 0;
	padding-top: 0.625rem;
}

.message__recommendTitle {
	color: #094828;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 4rem !important;
}

.message__cards {
	gap: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2rem;
	max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.message__card {
	max-width: 39rem;
	padding: 2rem;
	width: 100%;
}

.message__card + .message__card {
	margin-top: 0;
}

.message__comment {
	font-size: 1.25rem;
}

.message__recommender {
	font-weight: 700;
  margin-bottom: 0;
}

.price__inner {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(45%, rgba(255, 255, 255, .8)), color-stop(70%, rgba(255, 255, 255, 0))), url(../images/price_bg.webp);
	background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, .8) 45%, rgba(255, 255, 255, 0) 70%), url(../images/price_bg.webp);
	background-size: cover;
}

.price__title {
	font-size: 2.25rem;
}

.price__title--green {
	font-weight: 700;
}

.price__title--big {
	font-size: 3rem;
	font-weight: 700;
}

.price__lead {
	font-size: 1.25rem;
}

.price__card {
	max-width: 36rem;
}

.price__cardInner {
	padding: 3rem;
}

.price__badge {
	font-size: 1rem;
	left: 6.0625rem;
}

.price__cardTitle {
	font-size: 2.25rem;
	margin-left: 2.5rem;
}

.price__amount {
	font-size: 3.75rem;
	margin-left: 2.5rem;
}

.price__amount span {
	font-size: 1.5rem;
}

.price__list {
	font-size: 1.25rem;
	font-weight: 500;
	padding-left: 5.25rem;
}

.price__list::before {
	height: 0.625rem;
	left: 3.1rem;
	width: 4px;
}

.price__list::after {
	height: 1.25rem;
	left: 3rem;
	width: 4px;
}

.price__buttonWrap {
	max-width: 100%;
}

.price__button {
	font-size: 1.25rem;
}

.price__note {
	font-size: 1.25rem;
}

.privacyHeader__inner {
	height: 5rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.privacyHeader__logoMark {
	border-radius: 0.5rem;
	font-size: 0.875rem;
	height: 2.75rem;
	width: 2.75rem;
}

.privacyHeader__logoText {
	font-size: 1.125rem;
}

.privacyHeader__hamburger {
	display: none;
}

.privacyHeader__nav {
	gap: 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.privacyHeader__button {
	font-size: 1rem;
	padding: 0.75rem 2.25rem;
}

.privacy {
	padding: 5.75rem 0 5.75rem;
  margin-top: 5rem;
}

.privacy__title {
	font-size: 3rem;
	line-height: 1.4;
}

.privacy__lead {
	font-size: 1rem;
	margin-top: 1.5rem;
	max-width: 100%;
}

.privacy__contents {
	margin-top: 4rem;
	max-width: 82.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.privacy__card {
	border-radius: 0.625rem;
	padding: 2rem 2rem;
}

.privacy__card + .privacy__card {
	margin-top: 3rem;
}

.privacy__cardTitle {
	font-size: 1.5625rem;
}

.privacy__text {
	margin-top: 1.25rem;
}

.privacy__date {
	font-size: 0.75rem;
	margin-top: 2.125rem;
	max-width: 82.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.privacy__notice {
	font-size: 1rem;
	margin-top: 4rem;
	max-width: 80rem;
	padding: 1.5rem 7.3125rem;
	text-align: left;
	width: 100%;
}

.problem__inner {
	background-image: url(../images/problem_bg-pc.webp);
	max-width: 80rem;
	padding-top: 5.625rem;
  background-size: contain;
}

.problem__title {
	font-size: 2.25rem;
}

.problem__box {
	-webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .42), 5px 10px 10px 0px rgba(0, 0, 0, .2509803922);
	box-shadow: 0 0 0 5px rgba(255, 255, 255, .42), 5px 10px 10px 0px rgba(0, 0, 0, .2509803922);
	max-width: 39.6875rem;
	padding: 2.1875rem 3.125rem 2.1875rem 5.25rem;
}

.problem__list {
	font-size: 1.25rem;
}

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

.problem__catch {
	height: 7.4375rem;
	width: 7.4375rem;
  margin-top: 1.8125rem;
}

.problem__catch span {
	font-size: 1.25rem;
	line-height: 7.4375rem;
}

.problem__gradation {
	font-size: 3rem;
}

.problem__solutionText {
	font-size: 2.25rem;
}

.problem__solutionText--big {
	font-size: 3rem;
}

.reason__bg {
	left: 5.6vw;
	max-width: 81.875vw;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.reason__title--small {
	font-size: 1.875rem;
}

.reason__title--gradation {
	font-size: 3rem;
}

.reason__cards {
	gap: 1.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 100%;
	padding: 0 1.25rem;
}

.reason__card {
	display: block;
	max-width: 18.625rem;
	width: 100%;
}

.reason__card + .reason__card {
	margin-top: 0;
}

.reason__image {
	max-width: 100%;
}

.reason__body {
	padding: 1.25rem 0.84375rem;
}

.reason__cardTitle {
	font-size: 1.5625rem;
}

.reason__text {
	font-size: 1rem;
}

.revenue__inner {
  padding-left: 2.125rem;

}

.revenue__contents {
	gap: 2.4375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: 80rem;
	width: 100%;
}

.revenue__label {
	font-size: 1.5625rem;
	padding: 0.625rem 3.5rem;
}

.revenue__label::after {
	border-width: 1.625rem 1.375rem 0 1.375rem;
	bottom: -1.5rem;
}

.revenue__title {
	font-size: 2.25rem;
}

.revenue__steps {
	max-width: 38.5rem;
	width: 100%;
}

.revenue__lists {
	margin-top: 7.6875rem;
	max-width: 38.5rem;
}

.revenue__list::after {
	bottom: -4.5625rem;
	height: 2.1875rem;
	width: 4.4375rem;
}

.revenue__list + .revenue__list {
	margin-top: 6.8125rem;
}

.revenue__num {
	font-size: 1.5625rem;
	height: 4.1875rem;
	left: -2rem;
	line-height: 4.1875rem;
	top: 0.9375rem;
	width: 4.1875rem;
}

.revenue__text {
	font-size: 1.5625rem;
	padding: 1.875rem 0 1.875rem 3.125rem;
}

.revenue__image {
	max-width: 34.6875rem;
	padding: 0;
	width: 100%;
}

.revenue__note {
	margin-top: 0;
	max-width: 34.6875rem;
	padding: 0;
}

.thanks {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 7.5rem 0;
  margin-top: 5rem;
}

.thanks__inner {
	max-width: 61.25rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.thanks__card {
	border-radius: 1rem;
}

.thanks__head {
	padding: 3.5rem 2.5rem 3.125rem;
}

.thanks__icon {
	height: 5.5rem;
	width: 5.5rem;
}

.thanks__icon::before {
	border-bottom-width: 0.25rem;
	border-left-width: 0.25rem;
	height: 1.5rem;
	width: 2.375rem;
}

.thanks__title {
	font-size: 1.875rem;
}

.thanks__body {
	padding: 3rem 3.5rem 3.5rem;
}

.thanks__lead {
	font-size: 1.125rem;
}

.thanks__text {
	font-size: 1.0625rem;
	margin-top: 1.125rem;
}

.thanks__emailBox {
	margin: 2.25rem auto 0;
	max-width: 47.5rem;
	padding: 1.25rem 1.625rem;
}

.thanks__emailLabel {
	font-size: 0.8125rem;
}

.thanks__email {
	font-size: 1rem;
}

.thanks__notice {
	margin: 2.25rem auto 0;
	max-width: 47.5rem;
	padding: 1.25rem 1.75rem;
}

.thanks__notice p {
	font-size: 0.875rem;
	line-height: 2;
}

.thanks__buttons {
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
	margin: 2.75rem auto 0;
	max-width: 47.5rem;
}

.thanks__button {
	font-size: 0.9375rem;
	min-height: 3.25rem;
}

.thanks__button:hover {
	opacity: 0.85;
	-webkit-transform: translateY(-0.125rem);
	transform: translateY(-0.125rem);
}

.thanks__button--outline {
	border: 2px solid rgba(117, 166, 68, .3);
}

.thanks__button--primary {
	border: 2px solid transparent;
}

.u-mobile {
	display: none;
}

}

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

.price__button {
	-webkit-box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, .1019607843), 0px 10px 15px -3px rgba(0, 0, 0, .1019607843);
	box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, .1019607843), 0px 10px 15px -3px rgba(0, 0, 0, .1019607843);
}

}

@media (min-width: 1280px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

.spMenu {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 900;
  background-color: #2C3E1F;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;

}

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

.spMenu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.spMenu__inner {
  padding: 22px 20px 24px;
}

.spMenu__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.spMenu__list {
  margin-bottom: 0;
}

.spMenu__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: rem(42);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  padding: 10px 0;
}

.spMenu__buttons {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.spMenu__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.spMenu__button--yellow {
  background: linear-gradient(90deg, #d9aa14 0%, #ffd34d 100%);
}

.spMenu__button--green {
  border: 1px solid #fff;
  background: linear-gradient(90deg, #004522 0%, #84b653 100%);
}

/* ハンバーガー開いた時の見た目 */
.header__hamburger,
.privacyHeader__hamburger {
  position: relative;
  z-index: 1001;
}


.header__hamburger.is-open span:nth-child(1),
.privacyHeader__hamburger.is-open span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}

.header__hamburger.is-open span:nth-child(2),
.privacyHeader__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-child(3),
.privacyHeader__hamburger.is-open span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.header__hamburger span,
.privacyHeader__hamburger span {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.spMenu {
  position: fixed;
  top: rem(70);
  left: 0;
  right: 0;
  z-index: 900;
  background-color: #101a16;
  color: #fff;
  overflow: visible;
}

.spMenu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

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

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