@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,700;1,700&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --color-white: #fff;
  --color-black: #212737;
  --color-black-000: #000;
  --color-red: #ff0000;
  --color-primary: #008c60;
  --color-secondary: #b48e45;
  --color-form-base: #dddddd;
  --color-form-accent: #008c60;
  --font-size: 1.8rem;
  --font-family-base: Noto Sans JP, sans-serif;
  --font-family-accent: Inter Tight, sans-serif;
  --line-height: 2.5555555556;
  --line-height-small: 1.4;
  --line-height-ss: 1.2;
  --contents-width: 535;
  --container-space: 3.738317757%;
  --duration-base: 0.2s;
  --opacity-base: 0.7;
}

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

:target {
  scroll-margin-top: var(--header-height, 0px);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html:has(dialog[open]) {
  overflow: hidden;
}

body {
  background: url(../images/bg01.jpg) center/cover no-repeat fixed;
  font-size: min(4.5vw, 18px);
  font-weight: 500;
  font-family: var(--font-family-base);
  line-height: var(--line-height);
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  color: var(--color-black);
  overflow-x: hidden;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

a {
  transition: var(--duration-base) opacity;
  text-decoration: none;
  color: currentColor;
}
a:hover {
  opacity: var(--opacity-base);
}
@media (min-width: 769px) {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
  }
}

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

svg {
  overflow: visible;
  vertical-align: bottom;
}

table {
  margin: 1em 0;
  width: 100%;
  border-collapse: collapse;
}

table,
th,
td {
  border: 1px solid var(--color-black);
  border-collapse: collapse;
}

th,
td {
  padding: 0.5em;
  line-height: var(--line-height-small);
}

th {
  background-color: rgba(33, 39, 55, 0.1);
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-radius: initial;
  padding: initial;
}

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

.l-wrapper {
  padding-right: var(--container-space);
  padding-left: var(--container-space);
	position:relative;
}

.l-wrapper p{
	margin:0 0 20px 0;
}

.l-site {
  position: relative;
}

.l-contents {
  margin: auto;
  width: min(var(--contents-width) * 1px, 100%);
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
}

.l-fixed-logo {
  margin: initial;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: calc(50% + 307px);
  width: 320px;
}
@media (max-width: 1220px) {
  .l-fixed-logo {
    display: none;
  }
}

.l-navi-menu {
  position: fixed;
  bottom: 28.5rem;
  left: calc(50% + 316px);
  width: 280px;
}
@media (min-height: 850px) {
  .l-navi-menu {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1220px) {
  .l-navi-menu {
    display: none;
  }
}
.l-navi-menu > p {
  margin: 0 0 1rem;
  line-height: 0;
  text-align: center;
}
.l-navi-menu > p img {
  filter: drop-shadow(0px 0px 8px #fff);
}
.l-navi-menu-links {
  margin: initial;
  padding-left: initial;
  list-style: none;
}

.l-fixed-contact {
  position: fixed;
  bottom: 5.2rem;
  left: calc(50% + 361px);
  display: block;
  width: 199px;
  margin: auto;
}
@media (max-width: 1220px) {
  .l-fixed-contact {
    display: none;
  }
}

.l-footer {
  background-color: var(--color-secondary);
  padding: 2.5rem 0 3rem;
  color: var(--color-white);
  text-align: center;
}

.l-footer-company {
  margin: initial;
  font-size: 1.2rem;
  line-height: 2.333;
}

.l-copyright {
  font-size: 1.1rem;
}

.c-form ::-moz-placeholder {
  filter: grayscale(100%);
  opacity: 0.5;
}

.c-form input[type=checkbox]:disabled + span,
.c-form input[type=radio]:disabled + span, .c-form ::placeholder, .c-form :disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}

.c-form input:not([type=submit]),
.c-form button,
.c-form select,
.c-form textarea {
  box-shadow: 0 0 0 2px var(--color-form-base) inset;
  background-color: var(--color-white);
  width: 100%;
  padding: 16px;
  line-height: var(--line-height-small);
}
.c-form :not(input[type=submit]):focus, .c-form :not(input[type=submit]):focus-visible {
  outline: initial;
  box-shadow: 0 0 0 2px var(--color-form-accent) inset;
}
.c-form textarea {
  height: 160px;
  vertical-align: bottom;
}
.c-form-select {
  position: relative;
}
.c-form-select::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 1px)) rotate(135deg);
  right: 2rem;
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--color-form-accent);
  border-right: solid 2px var(--color-form-accent);
}
.c-form-select select {
  width: 100%;
  color: inherit;
}
.c-form {
  --checkbox-size: 2rem;
  --radio-size: 2rem;
}
.c-form input[type=checkbox],
.c-form input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.c-form input[type=checkbox] + span,
.c-form input[type=radio] + span {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: var(--line-height-small);
}
.c-form input[type=checkbox] + span::before,
.c-form input[type=radio] + span::before {
  content: "";
  flex-shrink: 0;
  aspect-ratio: 1/1;
  box-shadow: 0 0 0 2px var(--color-form-base) inset;
  background-color: var(--color-white);
  border-radius: 2px;
  margin-right: 1rem;
}
.c-form input[type=checkbox]:checked + span::after,
.c-form input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
}
.c-form input[type=checkbox] + span::before {
  width: var(--checkbox-size);
}
.c-form input[type=checkbox]:checked + span::after {
  left: 7px;
  width: 7px;
  height: 12px;
  border-style: solid;
  border-color: var(--color-form-accent);
  border-width: 0 2px 2px 0;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
}
.c-form input[type=radio] + span::before {
  width: var(--radio-size);
}
.c-form input[type=radio] + span::before, .c-form input[type=radio] + span::after {
  border-radius: 50%;
}
.c-form input[type=radio]:checked + span::after {
  left: 0;
  width: var(--radio-size);
  aspect-ratio: 1/1;
  background-color: var(--color-form-accent);
  transform: translateY(-50%) scale(0.5);
}

.c-form-list {
  margin: auto;
  width: min(360px, 100%);
  line-height: var(--line-height-small);
}
.c-form-list > div + div {
  margin-top: 2rem;
}
.c-form-list > div > dt {
  margin-bottom: 1rem;
}
.c-form-list > div > dt::before {
  content: "■";
  color: var(--color-secondary);
}
.c-form-list > div > dd {
  margin-left: 0;
}

.c-form-required {
  margin-left: 0.7rem;
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 11px;
  padding: 4px 8px;
  font-size: 1.2rem;
  line-height: 1;
  color: #c22502;
  vertical-align: 1px;
}

.c-form-privacy {
  margin: 2.5rem auto 0;
  width: min(320px, 100%);
  height: 160px;
  overflow-y: scroll;
  border: 1px solid #cccccc;
  padding: 1.3rem 1rem;
  border-radius: 2px;
  scrollbar-color: #cccccc rgba(0, 0, 0, 0);
}
.c-form-privacy p {
  margin: initial;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5454545455;
}

.c-form-acceptance {
  margin: 3rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  font-weight: 400;
}

.c-form-button {
  position: relative;
  margin: 2.5rem auto 0;
  width: min(400px, 100%);
}
.c-form-button:has([disabled])::after {
  filter: grayscale(100%);
  opacity: 0.5;
}
.c-form-button:hover::after {
  right: 2rem;
}
.c-form-button::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 2.5rem;
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../images/icon_arrow01.svg) center/contain no-repeat;
  pointer-events: none;
  transition: var(--duration-base) right;
}
.c-form-button input {
  display: grid;
  place-content: center;
  width: 100%;
  height: 96px;
  border-radius: 8px;
  background: #c22502;
  box-shadow: 0px 3px 0px #000;
  font-size: 3rem;
  font-weight: 700;
  color: var(--color-white);
  transition: var(--duration-base) opacity;
}
.c-form-button input:hover {
  opacity: var(--opacity-base);
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-form .wpcf7-list-item {
  margin: 0;
}
.c-form .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  color: var(--color-red);
  font-size: 1.4rem;
}
.c-form .wpcf7-spinner {
  display: block;
  margin: 1rem auto 0;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.p-home-fv {
  position: relative;
  padding-bottom: 3rem;
}
.p-home-fv::before {
  content: "";
  position: absolute;
  top: 17.5%;
  left: 0;
  width: 100%;
  height: 82.5%;
  background-color: var(--color-white);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
}
.p-home-fv-heading {
	padding:8rem 0 0 0;
	position:relative;
	margin:0;
}
.p-home-fv__inner {
  position: relative;
  z-index: 1;
}
.p-home-fv__inner .bg{
	position:absolute;
	top:0;
	left:0;
	right:0;
}


.p-home-fv-text02 {
  margin: initial;
}
.p-home-fv-contact {
  display: block;
  margin: 1.4rem 1.2rem 0;
}
@media (max-width: 768px) {
  .p-home-fv-contact {
    margin: 1.4rem 0 0;
  }
}

.p-home-results {
  background-color: #fff;
  padding-bottom: 4rem;
}
.p-home-results-heading {
  position: relative;
	background: linear-gradient(#fff 0%, #debd7d 100%);
  padding: 1rem 0 3rem;
	border-radius:0 0 20px 20px;
}
.p-home-results-heading::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: var(--color-white);
}
.p-home-results-heading h2 {
  margin: 0 0 1.5rem;
	font-size: min(12vw, 54px);
  font-weight: 900;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
  text-shadow: 0px 3px 6px #fff;
}

.p-home-results .arrow-box{
	padding:30px 40px 10% 40px;
	background: url(../images/mv-arrow-bg.jpg) 0 bottom/100% no-repeat #FCF8ED;
}

.p-home-results .arrow-box p{
	font-size: min(5vw, 24px);
	font-weight:bold;
	line-height:1.5;
	margin:0 0 2rem;
}

.p-home-results .arrow-box p.b-txt{
	font-size: min(5vw, 32px);
	font-weight:900;
	color:#585895;
}

.p-home-results .arrow-box p.col1{
	color:#555555;
}

.p-home-results .arrow-box p.b-txt2{
	color:#008C60;
}

.p-home-results .txt-box{
	text-align:center;
	background: linear-gradient(#FDF5E8 0%, #fff 100%);
	padding:20px;
}

.p-home-results .txt-box p{
	line-height:1.4;
	font-weight:700;
	margin:0;
	font-size: min(5vw, 32px);
}

.p-home-results .txt-box p.b-txt{
	font-size: min(7vw, 48px);
	font-weight:900;
}

.p-home-results .txt-box p.b-txt2{
	font-size: min(7vw, 53px);
	font-weight:900;
}

.p-home-results .txt-box p.txt1{
	margin:50px 0 30px 0;
}

.f-black{
	font-weight:900 !important;
}

.red{
	color:#FF0000;
}

.brown{
	color:#B48E45;
}

.green{
	color:#008C60;
}

.p-home-results .txt-box p.txt2{
	margin:50px 0 10px 0;
	font-size: min(5vw, 30px);
}

.p-home-results .txt-box ul{
    padding-left: initial;
    list-style: none;
	max-width:400px;
	margin:0 auto;
}

.p-home-results .txt-box ul li{
	line-height:1.6;
	border-top:2px dotted #E0570A;
	color:#B48E45;
	font-weight:900;
	font-size: min(6vw, 43px);
	position:relative;
}

.p-home-results .txt-box ul li:last-child{
	border-bottom:2px dotted #E0570A;
}

.p-home-results .txt-box ul li span{
	position:relative;
	z-index:2;
}

.p-home-results .txt-box ul li:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:56px;
	background: linear-gradient(#fff 0%, #fff500 100%);
	opacity: 0.32;
}

.p-home-results .txt-box p.txt3{
	margin:20px 0 30px 0;
	font-size: min(5vw, 28px);
}

.p-home-results .txt-box p.txt4{
	text-align:left;
	margin:10px 0 30px 0;
	font-size: min(4vw, 24px);
	line-height:1.6;
}

.p-home-results .value{
	padding:20px 20px 40px 20px;
	background: url(../images/mv-value-bg.jpg) no-repeat center;
	background-size:cover;
	border-radius:40px;
	text-align:center;
}

.p-home-results .value .box-in{
	padding:20px;
	background: linear-gradient(rgba(255, 255, 255, 0.04) 0%, #fff 100%);
	filter: drop-shadow(0px 3px 8px #f2ebdf);
	border-radius:0 0 30px 30px;
}

.p-home-results .value h3{
	font-weight:900;
	font-size: min(6vw, 40px);
	margin:0 0 10px 0;
	line-height:1.4;
}

.p-home-results .value .b-txt{
	margin:20px 0 20px 0;
	font-size: min(5vw, 30px);
	font-weight:900;
	line-height:1.4;
}

.p-home-results .value ul {
    padding-left: initial;
    list-style: none;
	margin:0;
}

.p-home-results .value ul li{
	margin:0 0 10px 0;
	font-size: min(5vw, 30px);
	font-weight:900;
	text-align:left;
	padding:0 0 0 40px;
	position:relative;
	line-height:1.6;
	color:#008C60;
}

.p-home-results .value ul li::before {
	content:"";
	display:block;
	position:absolute;
	left:0;
    top: 13px;
    width: 31px;
    aspect-ratio: 31 / 27;
    background: url(../images/mv-check.png) center / contain no-repeat;
    border-radius: 0;
}

@media (max-width: 768px) {
.p-home-results .value ul li::before {
    top: 6px;
    width: 28px;
    aspect-ratio: 28 / 24;
}
}

.p-home-results .value .txt{
	font-size: min(5vw, 27px);
	font-weight:700;
	margin:20px 0 0 0;
	line-height:1.4;
}

.p-home-results-sec01 {
  background: var(--color-white) url(../images/home_results_bg02.png) 0 bottom/100% no-repeat;
  padding: 1.5rem 0 3rem;
}
.p-home-results-sec01 h3 {
  margin: 0 0 1.5rem;
  font-size: min(10.5vw, 42px);
  font-weight: 700;
  line-height: var(--line-height-small);
  text-align: center;
}
.p-home-results-sec01-image {
  width: calc(100% - 1rem);
}
.p-home-results-sec02 {
  position: relative;
  z-index: 1;
	background: linear-gradient(rgba(200,173,122,0.24) 0%, #fff 100%);
}
.p-home-results-sec02__inner {
  background-color: #333;
  color: var(--color-white);
  padding: 2rem;
}
@media (max-width: 768px) {
  .p-home-results-sec02__inner {
    padding: 2rem var(--container-space);
  }
}
.p-home-results-sec02 h3 {
  margin: 0 0 10px 0;
  font-size: min(10vw, 56px);
  font-weight: 900;
  line-height: var(--line-height-small);
  color: var(--color-secondary);
	text-align:center;
}
.p-home-results-sec02 h3 strong {
  color: var(--color-red);
}

.p-home-results-sec02 h3 span{
  font-size: min(9vw, 45px);
}

.p-home-results-sec02 .txt1{
	font-size: min(4vw, 27px);
	font-weight:900;
	color:#FFFFFF;
	margin:10px 0 20px 0;
	line-height:1.4;
	text-align:center;
}

.p-home-results-sec02 .txt2{
	font-size: min(5vw, 32px);
	font-weight:900;
	color:#C8AD7A;
	margin:0 0 20px 0;
	line-height:1.4;
	text-align:center;
}

.p-home-results-sec02-list {
  margin: initial;
}
.p-home-results-sec02-list > div + div {
  margin-top: 30px;
  position: relative;
}

.p-home-results-sec02-list > div > dt {
  margin-bottom: 1.5rem;
  margin-left: -2rem;
  width: 298px;
  background: linear-gradient(to right, #c8ad7a 0%, rgba(200, 173, 122, 0) 100%);
  font-size: min(6vw, 24px);
  font-weight: 900;
  line-height: var(--line-height-small);
  padding: 3px 2rem;
  color: var(--color-white);
}
@media (max-width: 768px) {
  .p-home-results-sec02-list > div > dt {
    margin-left: calc(var(--container-space) * -1);
  }
}
.p-home-results-sec02-list > div > dd {
  margin-left: 0;
}
.p-home-results-sec02-list > div > dd p {
  margin: 0.5rem 0 0;
  font-size: min(8vw, 32px);
  font-weight: 700;
  line-height: 1.3125;
  text-align: center;
}
.p-home-results-sec02-list > div > dd p span {
  font-family: var(--font-family-accent);
}
.p-home-results-sec02-list > div > dd p strong {
  color: var(--color-red);
}

.p-home-results-sec02 .txtimg{
	margin:30px 0 0 0;
}

.p-home-results .f-arrow{
	padding:0 20px;
	text-align:center;
	background: url(../images/mv-arrow-bg02.png) center bottom/100% no-repeat;
}

.p-home-results .f-arrow .box-in01{
	background: url(../images/mv-arrow-bg01.png) center bottom/100% no-repeat;
	border-radius:0 0 40px 40px;
	position:relative;
	z-index:1;
	padding:0 0 40px 0;
}

.p-home-results .f-arrow .box-in01 .txt{
	margin:0;
	font-size: min(6vw, 35px);
	line-height:1.4;
	font-weight:900;
}

.p-home-results .f-arrow .box-in01 .txt2{
	max-width:340px;
	margin:0 auto;
	line-height:1.4;
}

.p-home-results .f-arrow .box-in02 .txt{
	font-size: min(7vw, 56px);
	line-height:1.4;
	margin:20px 0;
	font-weight:900;
}

.p-home-results .f-arrow .box-in02 .txt strong{
	font-size: min(10vw, 80px);
	text-shadow: 0px 3px 6px #fff;
}

.p-home-results .f-arrow .box-in02 .txt2{
	font-size: min(5vw, 30px);
	color: #fff;
	text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
	line-height:1.4;
	padding:0 0 10% 0;
	font-weight:700;
	margin:0;
}

.p-home-results-sec01 .txt{
	font-size: min(7vw, 56px);
	line-height:1.2;
	margin:20px 0;
	font-weight:900;
	text-align:center;
}

.p-home-results-sec01 .txt span{
	color:#E0570A;
}

.p-home-results-sec01 {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.16);
	border-radius:0 0 40px 40px;
}


.p-home-results-sec03 {
  margin-top: -15rem;
}
.p-home-results-sec03__container {
  margin-bottom: 1.5rem;
  background: url(../images/home_results_bg04.png) center bottom/100% no-repeat;
  padding: 15rem 1rem 4.5rem;
}
.p-home-results-sec03 h3 {
  margin: 0 0 3rem;
  font-size: min(11vw, 56px);
  font-weight: 900;
  font-feature-settings: "palt";
  line-height: var(--line-height-small);
  text-align: center;
}
.p-home-results-sec03 h3 strong {
  font-size: 1.428em;
  text-shadow: 0px 3px 6px #fff;
}
.p-home-results-sec03 h3 strong span {
  color: var(--color-red);
}
.p-home-results-sec03-text {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: min(11vw, 56px);
  font-weight: 900;
  line-height: 1.2857142857;
  text-shadow: 0px 3px 0px #fff;
}
.p-home-results-sec03-text span {
  color: var(--color-red);
}
.p-home-results-sec03-text strong {
  color: var(--color-secondary);
}
.p-home-results-contact {
  display: block;
  margin: 2rem 1.2rem 0;
}
@media (max-width: 768px) {
  .p-home-results-contact {
    margin: 2rem 0 0;
  }
}


.property{
	text-align:center;
	background:#fff;
}

.property .tit{
	font-size: min(5vw, 32px);
	font-weight:900;
	line-height:1.4;
	margin:0;
}

.property .tit span{
	font-size: min(11vw, 53px);
	color:#B48E45;
}

.property .tit span em{
	font-style:normal;
}

.property .arrow{
	margin:0;
	padding:20px 0;
}

.property .txt{
	margin:0;
	padding:20px;
}

.property .txt2{
	margin:0;
}

.p-home-about {
  background: #E9EFF2;
	padding:0 20px 40px 20px;
	border-radius: 0 0 40px 40px;
  position: relative;
  overflow: hidden;
}

.circle-img{
	text-align:center;
	margin:0;
	background:#fff;
}

.p-home-about .txt-box{
	text-align:center;
}

.p-home-about .txt-box .tit{
	font-size: min(7vw, 36px);
	font-weight:900;
	margin:0 0 20px 0;
	line-height:1.4;
	color:#008C60;
}

.p-home-about .txt-box .txt{
	font-size: min(7.5vw, 38px);
	font-weight:900;
	margin:0 0 50px 0;
	line-height:1.6;
	color:#E0570A;
	text-align:left;
	display:inline-block;
}

.p-home-about .huki-box{
	text-align:center;
}

.p-home-about .huki-box dt{
	position:relative;
	font-size: min(5vw, 25px);
	display:inline-block;
	padding:5px 40px;
	line-height:1.6;
	font-weight:900;
	background:#fff;
	border-radius:30px;
	border:3px solid #EDE5D4;
}

.p-home-about .huki-box2 dt{
	font-size: min(6vw, 32px);
	padding:10px 40px;
	background: linear-gradient(rgba(200, 173, 122, 0.24) 0%, #c8ad7a 100%);
	border-radius:50px;
	margin:20px 0 0 0;
}

.p-home-about .huki-box dt:after{
	content:"";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 10px solid #DEDACB;
}

.p-home-about .huki-box2 dt:after{
	border-top: 10px solid #C8AE7B;
}

.p-home-about .huki-box dd{
	font-size: min(6vw, 30px);
	margin:10px 0 0 0;
	line-height:1.6;
	font-weight:900;
}

.p-home-about .huki-box2 dd{
	font-size: min(6vw, 35px);
	color:#B58A37;
	padding:0 0 20px 0;
}

.p-home-about__container {
  background-color: var(--color-white);
  padding: 2rem;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .p-home-about__container {
    padding: 2rem var(--container-space);
  }
}
.p-home-about-content + .p-home-about-content {
  margin-top: 6rem;
}
.p-home-about-content.--point .text p.bold {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.p-home-about-content.--point .text ul + p {
  margin-top: 1em;
}

.p-home-about-answer p.last-txt{
	font-size: min(7vw, 40px);
	font-weight:900;
	margin:30px 0 10px 0;
}

.p-home-about-content h3 {
  margin: 0 0 2rem;
  background-color: var(--color-secondary);
  padding: 3.2rem var(--container-space);
  font-size: min(6vw, 24px);
  font-weight: 700;
  line-height: 1.458;
  color: var(--color-white);
  text-align: center;
}
.p-home-about-content .text {
  margin: 0 2.7rem;
  font-size: min(5vw, 20px);
  line-height: 1.6;
}
@media (max-width: 768px) {
  .p-home-about-content .text {
    margin: 0 var(--container-space);
  }
}
.p-home-about-content .text p {
  margin: initial;
}
.p-home-about-content .text p + p {
  margin-top: 1.5em;
}
.p-home-about-content .text ul {
  margin: initial;
  padding-left: initial;
  list-style: none;
  color: var(--color-primary);
  font-weight: 700;
}
.p-home-about-content .text ul.li01 {
  color: #8e6222;
}
.p-home-about-content .text ul.li01 > li::before {
  background-color: #c8ad7a;
}
.p-home-about-content .text ul.li02 > li::before {
  background: linear-gradient(to right, #8ac13f 0%, #238c60 100%);
}
.p-home-about-content .text ul.li03 > li {
  padding-left: 3.5rem;
}
.p-home-about-content .text ul.li03 > li::before {
  top: 4px;
  width: 27px;
  aspect-ratio: 27/24;
  background: url(../images/icon_checked.svg) center/contain no-repeat;
  border-radius: 0;
}
.p-home-about-content .text ul > li {
  position: relative;
  padding-left: 2.5rem;
}
.p-home-about-content .text ul > li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.p-home-about-content .text ul + p {
  margin-top: 1.5em;
}
.p-home-about-content .text strong {
  font-weight: 700;
  color: var(--color-red);
}
.p-home-about-answer h3 {
  margin: 1.5rem 0 2.5rem;
	font-size: min(7vw, 40px);
  font-weight: 700;
  line-height: 1.2857142857;
  text-align: center;
}
.p-home-about-answer h3 .em {
  color: var(--color-red);
  text-shadow: 0px 3px 0px #fff;
}
.p-home-about-answer h3 span{
  font-weight: 900;
}

.p-home-about-answer h3 strong {
  color: var(--color-black);
}
.p-home-about-answer h3 strong span {
  color: var(--color-secondary);
}
.p-home-about-answer p {
  margin: initial;
  font-size: min(6vw, 32px);
  font-weight: 700;
  line-height: 1.3125;
  text-align: center;
}

.p-home-cta {
  margin-top: -4rem;
  background-color: var(--color-primary);
  padding: 9rem 0 4rem;
  color: var(--color-white);
}
.p-home-cta-heading {
  margin: 0 0 2.5rem;
  font-size: min(8vw, 40px);
  font-weight: 900;
  line-height: var(--line-height-small);
  text-align: center;
}
.p-home-cta-text {
  margin: auto;
}
.p-home-cta-text p {
  margin: initial;
  font-size: min(5vw, 20px);
  line-height: 1.6;
}
.p-home-cta-text p + p {
  margin-top: 1.5em;
}
.p-home-cta-text p .nowrap {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .p-home-cta-text p .nowrap {
    white-space: normal;
  }
}
.p-home-cta-text ul {
  margin: initial;
  padding-left: initial;
  list-style: none;
  margin: 1.5em 0;
  display: flex;
  gap: 1em;
}
.p-home-cta-text ul > li {
  font-weight: 700;
  color: #f6fd9c;
}
.p-home-cta-text ul > li::before {
  content: "●";
  color: var(--color-secondary);
  margin-right: 0.5em;
}
.p-home-cta-text strong {
  font-weight: 700;
  color: #f0ff3c;
}
.p-home-cta-text strong.kyoten {
  font-weight: 500;
}
.p-home-cta-text strong.kyoten span {
  font-weight: 700;
}
.p-home-cta-text strong.kyoten span.kyo01 {
  font-size: 2em;
  font-family: var(--font-family-accent);
}
.p-home-cta-text strong.kyoten span.kyo02 {
  font-size: 1.2em;
}

.p-home-webinar {
  position: relative;
  background-color: var(--color-primary);
  padding: 4rem 0 2rem;
}
.p-home-webinar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 81px;
  aspect-ratio: 122/168;
  background: url(../images/home_webinar_image01.png) center/contain no-repeat;
	z-index:2;
}
.p-home-webinar::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 102.5px 0 102.5px;
  border-color: var(--color-primary) transparent transparent transparent;
}
.p-home-webinar__inner {
  background-color: #f3f3f3;
  padding: 7rem var(--container-space);
}
.p-home-webinar-heading {
  margin: 0 0 3rem;
  font-size: min(9vw, 48px);
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: #c22502;
}
.p-home-webinar-text {
  margin-bottom: 4rem;
}
.p-home-webinar-text p {
  margin: initial;
  font-size: min(5vw, 20px);
  line-height: 1.6;
  text-align: center;
}
.p-home-webinar-text p + p {
  margin-top: 1.5em;
}
.p-home-webinar-list {
  margin: auto;
  width: min(401px, 100%);
}
.p-home-webinar-list > div + div {
  margin-top: 3rem;
}
.p-home-webinar-list > div.section > dt {
  background-color: #c22502;
  color: #f6fd9c;
}
.p-home-webinar-list > div.section > dd {
  font-weight: 700;
}
.p-home-webinar-list > div.section > dd .circle {
  color: #c22502;
}
.p-home-webinar-list > div > dt {
  margin-bottom: 1rem;
  background-color: #373764;
  border-radius: 8px 8px 0px 0px;
  padding: 0.5rem var(--container-space);
  font-size: min(6vw, 24px);
  font-weight: 700;
  color: var(--color-white);
  line-height: var(--line-height-small);
  text-align: center;
}
.p-home-webinar-list > div > dd {
  margin-left: 0;
  line-height: 1.8888888889;
}
.p-home-webinar-list > div > dd .circle {
  color: #6b9dfb;
}

.p-home-contact {
  background-color: #e9eff2;
  padding: 5.5rem 0 8rem;
}
.p-home-contact-heading {
  margin: 0 0 2.5rem;
  font-size: min(10vw, 40px);
  font-weight: 900;
  line-height: var(--line-height-small);
  text-align: center;
  color: var(--color-primary);
}
.p-home-contact-heading + p {
  margin: 0 auto 3.5rem;
  width: -moz-fit-content;
  width: fit-content;
  font-size: min(5vw, 20px);
  line-height: 1.6;
}

.p-complete {
  background-color: #e9eff2;
  padding: 2rem 0 8rem;
}
.p-complete__container {
  background-color: var(--color-white);
  padding: 6rem 2rem;
}

.p-complete-heading {
  margin: 0 0 2.5rem;
  font-size: min(8vw, 40px);
  font-weight: 900;
  line-height: var(--line-height-small);
  color: var(--color-primary);
}

.p-complete-text {
  font-size: min(5vw, 20px);
  line-height: 1.6;
}
.p-complete-text p {
  margin: initial;
}
.p-complete-text p + p {
  margin-top: 1.5em;
}

.p-complete-register {
  margin: initial;
  padding-left: initial;
  list-style: none;
  margin: 1.5em 0;
}
.p-complete-register > li + li {
  margin-top: 1.5em;
}
.p-complete-register a {
  margin-top: 0.5em;
  color: var(--color-primary);
  width: 300px;
  height: 70px;
  display: grid;
  place-content: center;
  border-radius: 8px;
  background-color: var(--color-secondary);
  font-size: min(5vw, 20px);
  font-weight: 700;
  color: var(--color-white);
}
@media (max-width: 768px) {
  .p-complete-register a {
    width: 100%;
  }
}

.p-complete-button {
  display: block;
  margin: 4rem auto 0;
  color: var(--color-primary);
  font-size: min(5vw, 20px);
  line-height: var(--line-height-small);
  text-decoration: underline;
  text-align: center;
}
@media (max-width: 768px) {
  .u-db-large {
    display: none;
  }
}

.u-db-small {
  display: none;
}
@media (max-width: 768px) {
  .u-db-small {
    display: block;
  }
}

.js-scroll.--fade {
  opacity: 0;
  visibility: hidden;
  transition: 1s all;
}
.js-scroll.--fade.is-active {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=app.css.map */