@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style-type: none;
}

:root {
  --color-primary: #688561;
  --color-secondary: #f7941e;
  --color-text: #333;
  --color-text-secondary: #5D312F;
  --color-white: #fff;
  --color-orange: #e67f32;
  --color-green: #1d5011;
  --color-bg: #f0f0f0;
  --color-bg-light-gray: #fafafa;
  --color-bg-gradient: linear-gradient(90deg, #F15A24 0%, #C1272D 100%);
  --color-border-primary: #999;
  --font-family-base: "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","Noto Sans JP", Meiryo, sans-serif;
  --font-family-dm-sans: "DM Sans", sans-serif;
  --font-family-yeon-sung: "Yeon Sung", system-ui;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  background: #FFFFFF;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  font-family: var(--font-family-base);
}

img {
  vertical-align: top;
  max-width: 100%;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.l-main {
  overflow: hidden;
}

.l-footer {
  background: #4f7547;
  text-align: center;
  padding: 10px;
  min-height: 136px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .l-footer {
    min-height: 262px;
  }
}
.l-footer__company a {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 768px) {
  .l-footer__company a {
    font-size: 2.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__company a:hover {
    text-decoration: underline;
  }
}
.l-footer__company a::before {
  content: "";
  width: 65px;
  height: 70px;
  background: url("../images/icon-logo.svg") no-repeat center center/100% auto;
  display: block;
  margin: 0 auto 8px;
}
@media (min-width: 768px) {
  .l-footer__company a::before {
    width: 85px;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
  }
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
.c-cta {
  background: var(--color-primary);
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .c-cta {
    padding: 45px 20px;
  }
}
.c-cta__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.c-cta__body {
  background: var(--color-white);
  padding: 14px 3px;
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-cta__body {
    padding: 27px 30px;
  }
}
.c-cta__head {
  color: var(--color-green);
  font-weight: bold;
  margin-bottom: 4px;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .c-cta__head {
    font-size: 3.2rem;
    margin-bottom: 2px;
  }
}
.c-cta__lead {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .c-cta__lead {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.c-cta__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-cta__button-links {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6a15f), color-stop(50%, #faa640), to(#f37a1d));
  background: linear-gradient(to bottom, #f6a15f 0%, #faa640 50%, #f37a1d 100%);
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 8px 40px;
  width: 200px;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 4px;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  text-align: center;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .c-cta__button-links {
    width: 673px;
    font-size: 4.4rem;
    border-radius: 14px;
    height: 149px;
    line-height: 1.1;
  }
}
.c-cta__button-links::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .c-cta__button-links::before {
    border-radius: 7px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.c-cta__button-links::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/icon-button-ar.svg") no-repeat center center/100% auto;
  right: 23px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .c-cta__button-links::after {
    width: 50px;
    height: 50px;
    right: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-cta__button-links:hover {
    opacity: 0.7;
  }
}

.c-fixed-cta {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
@media (min-width: 768px) {
  .c-fixed-cta {
    display: none;
  }
}
.c-fixed-cta a {
  display: block;
}
.c-fixed-cta a img {
  width: 79.5px;
}

/* Project
   ----------------------------------------------------------------- */
.p-home-hero {
  background: url("../images/bg-hero.png") no-repeat center top/cover;
  padding-top: 22px;
}
@media (min-width: 768px) {
  .p-home-hero {
    background-image: url("../images/bg-hero-lg.png");
    padding-top: 50px;
    padding-left: 52px;
    padding-right: 50px;
    padding-bottom: 26px;
  }
}
.p-home-hero__img-upper {
  max-width: 375px;
  width: 100%;
  display: block;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .p-home-hero__img-upper {
    max-width: 867px;
    margin: 0 0 16px;
  }
}
.p-home-hero__img-upper img {
  width: 100%;
}
.p-home-hero__img-lower {
  max-width: 375px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-home-hero__img-lower {
    max-width: 863px;
    margin: 0 0 0 37px;
  }
}
.p-home-hero__img-lower img {
  width: 100%;
}

.p-home-lead {
  padding: 0 0 42px;
  background: url("../images/bg-lead.jpg") no-repeat center bottom/cover;
}
@media (min-width: 768px) {
  .p-home-lead {
    padding-bottom: 124px;
  }
}
.p-home-lead__inner {
  padding: 0 20px;
}
.p-home-lead__start {
  background: url("../images/bg-lead-start.png") no-repeat center bottom/439px auto;
  text-align: center;
  color: var(--color-white);
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px;
  padding-top: 13px;
  padding-bottom: 82px;
}
@media (min-width: 768px) {
  .p-home-lead__start {
    background: url("../images/bg-lead-start-lg.png") no-repeat center bottom/587px auto;
    font-size: 3.4rem;
    padding-top: 15px;
    padding-bottom: 125px;
    margin-bottom: 10px;
  }
}
.p-home-lead__issue {
  position: relative;
}
@media (min-width: 768px) {
  .p-home-lead__issue {
    max-width: 950px;
    margin: 0 auto;
  }
}
.p-home-lead__issue ul {
  border-radius: 6px;
  overflow: hidden;
  background: url("../images/bg-issue-list.jpg") no-repeat center center/cover;
  color: var(--color-white);
  padding: 15px 11px 15px 11px;
  display: grid;
  gap: 10px 0;
}
@media (min-width: 768px) {
  .p-home-lead__issue ul {
    border-radius: 17px;
    padding: 45px 30px 45px 50px;
  }
}
.p-home-lead__issue ul li {
  font-weight: 500;
  font-size: 1.8rem;
  background: url("../images/icon-check.svg") no-repeat left 5px/18px auto;
  padding-left: 29px;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .p-home-lead__issue ul li {
    font-size: 3.2rem;
    background-size: 28px auto;
    background-position: left 9px;
    padding-left: 45px;
  }
  .p-home-lead__issue ul li br {
    display: none;
  }
}
.p-home-lead__issue ul li span {
  color: #F7F153;
  font-weight: bold;
}
.p-home-lead__issue-text {
  width: 257.5px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-home-lead__issue-text {
    width: 550px;
    position: relative;
    top: -35px;
    z-index: 2;
    left: 20px;
  }
}
.p-home-lead__case {
  width: 336.5px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-home-lead__case {
    width: 100%;
    max-width: 1061.5px;
    position: relative;
    left: -60px;
    margin-top: -256px;
    padding-left: 60px;
  }
}

.p-home-area {
  background-color: #f9f4ed;
  padding: 8px 22px;
}
@media (min-width: 768px) {
  .p-home-area {
    padding: 18px 20px 20px;
  }
}
.p-home-area__inner {
  max-width: 895px;
  margin: 0 auto;
}
.p-home-area__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-home-area__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
}
.p-home-area__title {
  font-size: 1.2rem;
  margin-bottom: 16px;
  font-weight: normal;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .p-home-area__title {
    font-size: 2.4rem;
    margin-bottom: 12px;
    margin-left: 8px;
  }
}
.p-home-area__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
}
@media (min-width: 768px) {
  .p-home-area__wrapper {
    gap: 0 20px;
  }
}
.p-home-area__region-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-home-area__region {
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3px;
}
@media (min-width: 768px) {
  .p-home-area__region {
    font-size: 1.6rem;
  }
}
.p-home-area__region:not(:last-child) {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .p-home-area__region:not(:last-child) {
    margin-bottom: 3px;
  }
}
.p-home-area__region-title {
  font-weight: normal;
  min-width: 6em;
}
@media (min-width: 768px) {
  .p-home-area__region-title {
    font-size: 2.4rem;
  }
}
.p-home-area__region-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  line-height: 1.4;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .p-home-area__region-list {
    padding-top: 7px;
  }
}
.p-home-area__region-list li:not(:last-child)::after {
  content: "、";
}
.p-home-area__map {
  width: 49px;
}
@media (min-width: 768px) {
  .p-home-area__map {
    width: 88px;
  }
}
.p-home-point__upper {
  background: #6fa165;
  color: #fff;
  position: relative;
  padding: 6px 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-home-point__upper {
    padding: 5px 10px 35px;
  }
}
.p-home-point__upper::before {
  content: "";
  width: 94px;
  height: 87px;
  border-radius: 50%;
  background: #6fa165 url("../images/icon-home.svg") no-repeat center 11px/23px auto;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  margin-top: -3px;
}
@media (min-width: 768px) {
  .p-home-point__upper::before {
    width: 338px;
    height: 313px;
    background-size: 65px auto;
    background-position: center 28px;
    margin-top: 48px;
  }
}
.p-home-point__upper::after {
  content: "";
  z-index: 0;
  display: block;
  width: 354px;
  height: 126px;
  background: url("../images/bg-point-upper.png") no-repeat center center/100% auto;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .p-home-point__upper::after {
    width: 1268.5px;
    height: 420px;
    background-image: url("../images/bg-point-upper-lg.png");
    top: -150px;
  }
}
.p-home-point__upper p {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .p-home-point__upper p {
    font-size: 3.6rem;
    padding-top: 30px;
    line-height: 1.3;
  }
}
.p-home-point__upper p .y {
  color: #f7ef52;
}
@media (min-width: 768px) {
  .p-home-point__upper p > span {
    font-size: 4.2rem;
  }
}
.p-home-point__upper-gr {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .p-home-point__upper-gr {
    font-size: 4.2rem;
  }
}
.p-home-point__upper-gr small {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .p-home-point__upper-gr small {
    font-size: 4.2rem;
  }
}
.p-home-point__upper-gr span {
  background: linear-gradient(93.77deg, #FFFEFE 33.95%, #FDFD03 94.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}
@media (min-width: 768px) {
  .p-home-point__upper-gr span {
    font-size: 4.8rem;
  }
}
.p-home-point__upper-gr span::after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -6px;
  background: linear-gradient(93.26deg, #F37A1E 36.54%, #F8F856 100%);
  left: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .p-home-point__upper-gr span::after {
    height: 12px;
    bottom: -14px;
  }
}
.p-home-point__upper-low {
  margin-top: 5px;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-home-point__upper-low {
    font-size: 4.2rem;
    margin-top: 9px;
  }
}
.p-home-point__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.p-home-point__body {
  background: url("../images/bg-point.jpg") no-repeat center center/cover;
  padding: 30px 5px 16px;
}
@media (min-width: 768px) {
  .p-home-point__body {
    background-image: url("../images/bg-point-lg.jpg");
    padding: 68px 20px 85px;
  }
}
.p-home-point__head {
  text-align: center;
  margin: 0 auto 45px;
  max-width: 350px;
}
@media (min-width: 768px) {
  .p-home-point__head {
    max-width: 616px;
    margin-bottom: 105px;
  }
}
.p-home-point__list {
  display: grid;
  padding: 0 50px;
  gap: 39px;
}
@media (min-width: 768px) {
  .p-home-point__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
    padding: 0;
  }
}
.p-home-point__list li {
  background: #7a9d74;
  -webkit-box-shadow: 0px 3.13486px 3.13486px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3.13486px 3.13486px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 40px 0 15px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .p-home-point__list li {
    padding: 78px 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-point__list-num {
  background: #fff;
  border: 2px solid #7a9d74;
  width: 60px;
  height: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  color: #7a9d74;
}
@media (min-width: 768px) {
  .p-home-point__list-num {
    width: 142px;
    height: 142px;
    border-width: 6px;
    padding-top: 5px;
  }
}
.p-home-point__list-num small {
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-home-point__list-num small {
    font-size: 2.4rem;
  }
}
.p-home-point__list-num span {
  font-size: 2.6rem;
  font-weight: 600;
  font-family: var(--font-family-dm-sans);
}
@media (min-width: 768px) {
  .p-home-point__list-num span {
    font-size: 6.1rem;
  }
}
.p-home-point__list-head {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 10px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .p-home-point__list-head {
    font-size: 2.6rem;
  }
}
.p-home-point__list-head span {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-home-point__list-head span {
    font-size: 2.4rem;
  }
}
.p-home-point__list-head strong {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .p-home-point__list-head strong {
    font-size: 3rem;
  }
}
.p-home-point__list-content {
  background: #fff;
  padding: 15px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 8px;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .p-home-point__list-content {
    font-size: 2rem;
    padding: 15px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-home-point__list-content span {
  background: #ffeeba;
}

.p-home-features {
  background: #ebefdb;
  padding: 40px 20px 30px;
}
@media (min-width: 768px) {
  .p-home-features {
    padding: 80px 20px 60px;
  }
}
.p-home-features__inner {
  max-width: 1040px;
  margin: 0 auto;
}
.p-home-features__head {
  width: 335.5px;
  margin: 0 auto 22px;
}
@media (min-width: 768px) {
  .p-home-features__head {
    width: 749px;
    margin-bottom: 53px;
  }
}
.p-home-features__list {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-home-features__list {
    gap: 30px;
  }
}
.p-home-features__list-element {
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-home-features__list-element {
    border-radius: 10px;
  }
}
.p-home-features__list-header {
  background: #8ab37f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px 8px 15px;
  gap: 20px;
}
@media (min-width: 768px) {
  .p-home-features__list-header {
    line-height: 1.2;
    padding: 15px 20px 15px 39px;
  }
}
.p-home-features__list-header h3 {
  color: #f3f322;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .p-home-features__list-header h3 {
    font-size: 5.3rem;
  }
}
.p-home-features__list-header p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-home-features__list-header p {
    font-size: 2.4rem;
  }
  .p-home-features__list-header p br {
    display: none;
  }
}
.p-home-features__list-num {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-home-features__list-num {
    margin-top: 2px;
  }
}
.p-home-features__list-num small {
  font-size: 1.15rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-home-features__list-num small {
    font-size: 2.4rem;
  }
}
.p-home-features__list-num span {
  font-size: 4.5rem;
  font-family: var(--font-family-dm-sans);
  font-weight: 600;
  padding-right: 4px;
}
@media (min-width: 768px) {
  .p-home-features__list-num span {
    font-size: 8.6rem;
  }
}
.p-home-features__list-body {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px;
  gap: 3px 7px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-home-features__list-body {
    padding: 25px 45px 25px 101px;
    gap: 30px;
  }
}
.p-home-features__list-body p {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-home-features__list-body p {
    color: #5d312f;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.p-home-features__list-body p span {
  font-weight: bold;
  border-bottom: 1px solid #399823;
}
@media (min-width: 768px) {
  .p-home-features__list-body p span {
    border-bottom-width: 2px;
  }
}
@media (min-width: 768px) {
  .p-home-features__list-body p small {
    font-size: 100%;
  }
}
.p-home-features__list-body p.is-w100 {
  width: 100%;
}
.p-home-features__desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-home-features__image {
  border-radius: 5px;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 0px 0.995062px #FF8F3B);
          filter: drop-shadow(0px 0px 0.995062px #FF8F3B);
  width: 120px;
}
@media (min-width: 768px) {
  .p-home-features__image {
    width: 299px;
  }
}
@media (min-width: 768px) {
  .p-home-features__list-element:nth-child(even) .p-home-features__list-body {
    padding: 25px 96px 25px 45px;
  }
}
.p-home-features__list-element:nth-child(even) .p-home-features__image {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.p-home-plan {
  background: url("../images/bg-plan-content.jpg") no-repeat center top/100% auto;
  overflow: hidden;
}
.p-home-plan__header {
  text-align: center;
  background: url("../images/bg-plan-upper.png") no-repeat center top/390px auto;
  padding-top: 12px;
  height: 127px;
}
@media (min-width: 768px) {
  .p-home-plan__header {
    background: url("../images/bg-plan-upper-lg.png") no-repeat center top/1538px auto;
    height: 309px;
    margin-bottom: 325px;
    padding-top: 26px;
  }
}
.p-home-plan__header p {
  font-size: 1rem;
  color: #590c09;
  padding-top: 6px;
}
@media (min-width: 768px) {
  .p-home-plan__header p {
    font-size: 3rem;
    margin-top: 10px;
  }
}
.p-home-plan__head {
  max-width: 206px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-home-plan__head {
    max-width: 673px;
  }
}
.p-home-plan__more {
  position: absolute;
  width: 70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: -100px;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-home-plan__more {
    width: 222px;
    top: -400px;
  }
}
.p-home-plan__content {
  position: relative;
  background: #fdf9e1;
  margin-top: 60px;
  padding-bottom: 26px;
}
@media (min-width: 768px) {
  .p-home-plan__content {
    padding-bottom: 69px;
  }
}
.p-home-plan__content::before {
  content: "";
  width: 110%;
  height: 112px;
  background: #fdf9e1;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: -56px;
}
@media (min-width: 768px) {
  .p-home-plan__content::before {
    height: 500px;
    width: 110%;
    top: -250px;
  }
}
.p-home-plan__lead {
  font-size: 1.6rem;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  top: -10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-home-plan__lead {
    margin-bottom: -10px;
    font-size: 4rem;
    top: -100px;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
}
.p-home-plan__lead span {
  position: relative;
}
.p-home-plan__lead span::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: calc(100% + 4px);
}
@media (min-width: 768px) {
  .p-home-plan__lead span::before {
    width: 8px;
    height: 8px;
    bottom: calc(100% + 7px);
  }
}
.p-home-plan__lead strong {
  color: #fff;
  background: #f18b54;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.3;
  padding: 2px 4px;
}
.p-home-plan__list {
  display: grid;
  padding: 0 20px;
  gap: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .p-home-plan__list {
    max-width: 850px;
    margin: 0 auto;
    gap: 42px;
  }
}
.p-home-plan__item {
  -webkit-box-shadow: 0px 0px 3.92301px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3.92301px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 768px) {
  .p-home-plan__item {
    border-radius: 10px;
  }
}
.p-home-plan__item-head {
  background: -webkit-gradient(linear, left top, right top, from(#214916), to(#4EAF35));
  background: linear-gradient(90deg, #214916 0%, #4EAF35 100%);
  text-align: center;
  color: #fff;
  font-size: 1em;
  padding: 6px;
}
.p-home-plan__item-head span {
  padding: 0 0 0 23px;
  background: url("../images/icon-home.svg") no-repeat left center/12px auto;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .p-home-plan__item-head span {
    background-size: 30px auto;
    padding-left: 60px;
    display: inline-block;
    font-size: 3.2rem;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.p-home-plan__item-head--l span {
  background-size: 19px;
  font-size: 1.5rem;
  padding: 8px 0 8px 24px;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-home-plan__item-head--l span {
    font-size: 3.6rem;
    background-size: 48px;
    padding: 34px 0 34px 78px;
  }
}
.p-home-plan__item-content {
  padding: 12px 13px;
}
@media (min-width: 768px) {
  .p-home-plan__item-content {
    padding: 17px 13px;
  }
}
.p-home-plan__price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-home-plan__price-block {
    gap: 60px;
    margin-bottom: 9px;
  }
}
.p-home-plan__price-block--cl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .p-home-plan__price-block--cl {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-home-plan__price-unit {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: var(--font-family-dm-sans);
}
@media (min-width: 768px) {
  .p-home-plan__price-unit {
    font-size: 2.4rem;
  }
}
.p-home-plan__price-unit--l {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-home-plan__price-unit--l {
    font-size: 4.5rem;
  }
}
.p-home-plan__price-main {
  color: #ff4645;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-home-plan__price-main {
    font-size: 2.8rem;
  }
}
.p-home-plan__price-main span {
  font-family: var(--font-family-dm-sans);
  font-weight: bold;
  font-size: 2rem;
  margin-right: 1px;
}
@media (min-width: 768px) {
  .p-home-plan__price-main span {
    font-size: 4rem;
    line-height: 1;
  }
}
.p-home-plan__price-main--l {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .p-home-plan__price-main--l {
    font-size: 4.5rem;
  }
}
.p-home-plan__price-main--l span {
  font-size: 3.8rem;
}
@media (min-width: 768px) {
  .p-home-plan__price-main--l span {
    font-size: 9.6rem;
  }
}
.p-home-plan__note {
  text-align: center;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-home-plan__note {
    font-size: 1.6rem;
  }
}
.p-home-plan__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
@media (min-width: 768px) {
  .p-home-plan__label {
    margin-left: 80px;
  }
}
.p-home-plan__label::after {
  content: "";
  height: 1px;
  width: 109px;
  background: linear-gradient(93.26deg, #F37A1E 36.54%, #F8F856 100%);
  display: block;
}
@media (min-width: 768px) {
  .p-home-plan__label::after {
    width: 179px;
  }
}
.p-home-plan__label span {
  font-size: 1rem;
  background: #ffc89e;
  border-radius: 2px;
  display: inline-block;
  padding: 2px;
}
@media (min-width: 768px) {
  .p-home-plan__label span {
    font-size: 2rem;
    border-radius: 4px;
    padding: 3px 14px;
  }
}
.p-home-plan__option {
  background: #f4eecf;
  margin-top: 9px;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .p-home-plan__option {
    padding: 20px 20px 20px;
  }
}
.p-home-plan__option-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(93.22deg, #377B28 44.03%, #4EAE39 86.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 3px;
  gap: 0 2px;
}
@media (min-width: 768px) {
  .p-home-plan__option-label {
    font-size: 3.6rem;
    gap: 13px;
    margin-bottom: 25px;
  }
}
.p-home-plan__option-label::before, .p-home-plan__option-label::after {
  content: "";
  width: 30px;
  height: 2px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-19.28%, #FFCFA1), color-stop(106.02%, #FF9123));
  background: linear-gradient(360deg, #FFCFA1 -19.28%, #FF9123 106.02%);
}
@media (min-width: 768px) {
  .p-home-plan__option-label::before, .p-home-plan__option-label::after {
    max-width: 210px;
    width: 100%;
    height: 9px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-home-plan__option-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-home-plan__option-title {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .p-home-plan__option-title {
    font-size: 3rem;
    padding-left: 56px;
    margin-bottom: 12px;
  }
}
.p-home-plan__option-title::before {
  content: "";
  width: 13px;
  height: 13px;
  background: linear-gradient(93.22deg, #F37A1E 31.73%, #EEEE06 86.48%);
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (min-width: 768px) {
  .p-home-plan__option-title::before {
    width: 35px;
    height: 35px;
    top: 6px;
  }
}
.p-home-plan__option-title span {
  position: relative;
}
.p-home-plan__option-title span::after {
  content: "";
  background: linear-gradient(93.22deg, #377B28 44.03%, #4EAE39 86.48%);
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
}
@media (min-width: 768px) {
  .p-home-plan__option-title span::after {
    height: 3px;
  }
}
.p-home-plan__option-price {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: var(--font-family-dm-sans);
  color: #ff4645;
  text-align: center;
}
@media (min-width: 768px) {
  .p-home-plan__option-price {
    font-size: 4rem;
    padding-left: 56px;
    text-align: left;
  }
}
.p-home-plan__option-note {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-home-plan__option-note {
    font-size: 2.4rem;
    padding-left: 56px;
  }
}
.p-home-plan__option-image {
  border-radius: 2px;
  overflow: hidden;
  width: 81px;
}
@media (min-width: 768px) {
  .p-home-plan__option-image {
    width: 236px;
    border-radius: 5px;
  }
}
.p-home-plan__desc {
  font-size: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5px auto 0;
  letter-spacing: -0.1em;
}
@media (min-width: 768px) {
  .p-home-plan__desc {
    font-size: 2rem;
    padding-top: 4px;
  }
}

.p-home-case {
  padding: 23px 20px 22px;
  background: url("../images/bg-case.png") no-repeat center 102%/100% auto;
}
@media (min-width: 768px) {
  .p-home-case {
    padding: 73px 20px;
    background: url("../images/bg-case-lg.png") no-repeat center 102%/100% auto;
  }
}
.p-home-case__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.p-home-case__head {
  margin: 0 auto 35px;
  max-width: 295.5px;
}
@media (min-width: 768px) {
  .p-home-case__head {
    max-width: 747px;
    margin-bottom: 60px;
  }
}
.p-home-case__list {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .p-home-case__list {
    gap: 58px;
  }
}
.p-home-case__item {
  overflow: hidden;
  border-radius: 4px;
  background: #f5ddbe;
  padding: 15px 11px 15px 17px;
}
@media (min-width: 768px) {
  .p-home-case__item {
    border-radius: 10px;
    padding: 45px 50px 45px 100px;
  }
}
.p-home-case__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  gap: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .p-home-case__header {
    display: block;
    padding-left: 21%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .p-home-case__header--03 {
    padding-left: 21.7%;
  }
}
.p-home-case__num {
  width: 60.5px;
}
@media (min-width: 768px) {
  .p-home-case__num {
    width: 123px;
    position: absolute;
    left: -10px;
    top: -35px;
  }
}
@media screen and (min-width: 1000px) {
  .p-home-case__num {
    width: 163px;
  }
}
.p-home-case__detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.p-home-case__detail-low {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px 10px;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .p-home-case__detail-low {
    gap: 10px;
    margin-top: 10px;
    grid-template-columns: repeat(2, 290px);
  }
}
.p-home-case__detail dt {
  color: #fff;
  font-size: 1rem;
  width: 50px;
  border-radius: 2px;
  background: #3e6838;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-home-case__detail dt {
    font-size: 2.4rem;
    border-radius: 4px;
    width: 112px;
  }
}
.p-home-case__detail dd {
  font-size: 1rem;
  font-weight: 500;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .p-home-case__detail dd {
    font-size: 2.4rem;
  }
}
.p-home-case__image span {
  font-size: 1rem;
  text-align: right;
  display: block;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .p-home-case__image span {
    font-size: 1.8rem;
  }
}
.p-home-case__item:nth-child(even) {
  background: #dbbf99;
}
.p-home-case__item:nth-child(even) .p-home-case__detail {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
@media (min-width: 768px) {
  .p-home-case__item:nth-child(even) .p-home-case__header {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .p-home-case__item:nth-child(even) .p-home-case__num {
    left: auto;
    right: 0;
  }
}
.p-home-case__item:nth-child(even) .p-home-case__image span {
  padding-right: 12%;
}
@media (min-width: 768px) {
  .p-home-case__item:nth-child(even) .p-home-case__image span {
    padding-right: 14.8%;
  }
}
.p-home-case__support {
  position: relative;
  max-width: 290px;
  margin: 55px auto 0;
  display: grid;
  gap: 5px;
}
@media (min-width: 768px) {
  .p-home-case__support {
    max-width: 1125px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 38px;
    margin-top: 170px;
  }
}
.p-home-case__support::before {
  content: "";
  background: url("../images/pict-support.png") no-repeat center top/100% auto;
  display: block;
  width: 103px;
  height: 139px;
  position: absolute;
  top: -60px;
  left: -60px;
}
@media (min-width: 768px) {
  .p-home-case__support::before {
    background: url("../images/pict-support-lg.png") no-repeat center top/100% auto;
    width: 516px;
    height: 344px;
    top: -226px;
    left: -130px;
  }
}
.p-home-case__support-block {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
}
@media (min-width: 768px) {
  .p-home-case__support-block {
    width: 531px;
    letter-spacing: -0.05em;
  }
}
.p-home-case__support-head {
  background: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #204817;
  padding: 3px;
}
@media (min-width: 768px) {
  .p-home-case__support-head {
    font-size: 3rem;
    padding: 12px 10px;
  }
}
.p-home-case__support-content {
  background: #63b317;
  color: #fff;
  font-size: 1rem;
  padding: 7px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .p-home-case__support-content {
    font-size: 2rem;
    padding: 18px 8px;
  }
}
.p-home-case__support-content span {
  font-weight: bold;
  font-size: 1.2rem;
  color: #fbf327;
}
@media (min-width: 768px) {
  .p-home-case__support-content span {
    font-size: 2.4rem;
  }
}
.p-home-case__support-content--orange {
  background: #f7b63d;
}
.p-home-case__support-content--orange span {
  color: #563902;
}

.p-home-staff {
  padding: 25px 0 32px;
  background: url("../images/bg-staff.jpg") no-repeat center top/cover;
}
@media (min-width: 768px) {
  .p-home-staff {
    padding-bottom: 124px;
    padding: 55px 20px;
  }
}
.p-home-staff__inner {
  max-width: 1320px;
  margin: 0 auto;
}
.p-home-staff__head {
  margin: 0 auto;
  max-width: 338.5px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-home-staff__head {
    max-width: 797px;
    margin-bottom: 60px;
  }
}
.p-home-staff__image {
  margin: -20px 0 0;
  text-align: center;
}
.p-home-staff__image img {
  max-width: 357px;
}
@media (min-width: 768px) {
  .p-home-staff__image img {
    width: 100%;
    max-width: 1307.5px;
  }
}
.p-home-staff__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-home-staff__text {
  margin-top: -35px;
  padding-right: 23px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: bold;
  color: #204817;
  text-align: center;
}
@media (min-width: 768px) {
  .p-home-staff__text {
    font-size: 4.9rem;
    text-align: center;
    margin: 0 auto;
  }
}

.p-home-faq {
  padding: 30px 52px 0;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .p-home-faq {
    margin-bottom: 113px;
    padding-top: 94px;
  }
}
.p-home-faq__inner {
  max-width: 950px;
  margin: 0 auto;
}
.p-home-faq__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-home-faq__title {
    font-size: 4.8rem;
    margin: 0 0 60px;
  }
}
.p-home-faq__list {
  display: grid;
  gap: 15px;
}
@media (min-width: 768px) {
  .p-home-faq__list {
    gap: 35px;
  }
}
.p-home-faq__item {
  overflow: hidden;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .p-home-faq__item {
    border-radius: 4px;
  }
}
.p-home-faq__question {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding: 2px 22px 5px 36px;
  background: var(--color-primary);
  color: var(--color-white);
  line-height: 1.15;
  min-height: 44px;
}
@media (min-width: 768px) {
  .p-home-faq__question {
    padding: 20px 80px 20px 139px;
    min-height: 109px;
  }
}
.p-home-faq__q-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--color-orange);
  font-family: var(--font-family-yeon-sung);
  color: var(--color-white);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
  left: 11px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: var(--font-family-yeon-sung);
}
@media (min-width: 768px) {
  .p-home-faq__q-icon {
    width: 57px;
    height: 57px;
    font-size: 3.6rem;
    left: 55px;
  }
}
.p-home-faq__q-text {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .p-home-faq__q-text {
    font-size: 2.4rem;
  }
}
.p-home-faq__answer {
  display: none;
  position: relative;
  padding: 0 18px 13px 38px;
  background: #fff3eb;
  color: var(--color-text-secondary);
  line-height: 1.25;
}
@media (min-width: 768px) {
  .p-home-faq__answer {
    padding: 0 40px 22px 139px;
  }
}
.p-home-faq__a-icon {
  position: absolute;
  left: 0;
  color: var(--color-orange);
  font-weight: bold;
  font-size: 3.2rem;
  top: 0;
  left: 20px;
  font-family: var(--font-family-yeon-sung);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-size: 1.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-white);
  padding-right: 1px;
  left: 11px;
  top: 13px;
  padding-left: 1px;
}
@media (min-width: 768px) {
  .p-home-faq__a-icon {
    border-width: 2px;
    width: 57px;
    height: 57px;
    font-size: 3.6rem;
    left: 55px;
    top: 26px;
  }
}
.p-home-faq__a-text {
  font-size: 1rem;
  padding-top: 13px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .p-home-faq__a-text {
    padding-top: 22px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
}
.p-home-faq__toggle-icon {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: block;
  right: 8px;
  top: 50%;
  margin-top: -4px;
}
@media (min-width: 768px) {
  .p-home-faq__toggle-icon {
    width: 24px;
    height: 24px;
    right: 56px;
    margin-top: -12px;
  }
}
.p-home-faq__toggle-icon::before, .p-home-faq__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background-color: #fff0e4;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 768px) {
  .p-home-faq__toggle-icon::before, .p-home-faq__toggle-icon::after {
    width: 24px;
    height: 3px;
    border-radius: 4px;
  }
}
.p-home-faq__toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.is-open .p-home-faq__toggle-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.p-home-contact {
  padding: 0 0 22px;
  background: url("../images/bg-contact.jpg") no-repeat center top/cover;
}
@media (min-width: 768px) {
  .p-home-contact {
    background-image: url("../images/bg-contact-lg.jpg");
    padding-bottom: 53px;
  }
}
.p-home-contact__inner {
  max-width: 840px;
  margin: 0 auto;
}
.p-home-contact__lead {
  text-align: center;
  margin-bottom: 18px;
}
.p-home-contact__catch {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  background: var(--color-orange);
  line-height: 1.27;
  padding: 19px 5px;
}
@media (min-width: 768px) {
  .p-home-contact__catch {
    font-size: 4.8rem;
    line-height: 1.5;
    border-radius: 4px;
    padding: 32px 10px;
    margin-bottom: 40px;
  }
}
.p-home-contact__highlight {
  color: #f8e44f;
}
.p-home-contact__sub {
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-home-contact__sub {
    font-size: 3rem;
    margin-bottom: 35px;
  }
}
.p-home-contact__form-wrap {
  padding: 0 27px;
}
@media (min-width: 768px) {
  .p-home-contact__form-wrap {
    padding: 0;
  }
}
.p-home-contact__form-inner {
  background-color: #fff;
  padding: 14px 20px 21px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .p-home-contact__form-inner {
    padding: 50px 80px 80px;
  }
}
.p-home-contact__form-title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .p-home-contact__form-title {
    font-size: 4.8rem;
    margin-bottom: 30px;
  }
}
.p-home-contact__form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .p-home-contact__form-group {
    gap: 23px;
  }
}
.p-home-contact__form-lower-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .p-home-contact__form-lower-inner {
    gap: 23px;
  }
}
.p-home-contact__form-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (min-width: 768px) {
  .p-home-contact__form-item {
    display: grid;
    grid-template-columns: 300px 1fr;
  }
}
@media (min-width: 768px) {
  .p-home-contact__form-item--block {
    grid-template-columns: auto;
  }
}
@media (min-width: 768px) {
  .p-home-contact__form-item--block .p-home-contact__form-checkbox-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px 12px;
    padding-left: 65px;
  }
}
@media (min-width: 768px) {
  .p-home-contact__form-item--block .p-home-contact__form-radio-wrapper {
    grid-template-columns: repeat(3, 1fr);
    padding-left: 65px;
  }
}
.p-home-contact__form-item-head {
  font-size: 1.3rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-home-contact__form-item-head {
    font-size: 2.4rem;
    padding-top: 4px;
  }
  .p-home-contact__form-item-head.pl {
    padding-left: 59px;
  }
}
.p-home-contact__form-item input[type=text],
.p-home-contact__form-item input[type=email],
.p-home-contact__form-item input[type=tel],
.p-home-contact__form-item textarea {
  width: 100%;
  font-size: 1rem;
  padding: 10px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #d9d9d9;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
@media (min-width: 768px) {
  .p-home-contact__form-item input[type=text],
  .p-home-contact__form-item input[type=email],
  .p-home-contact__form-item input[type=tel],
  .p-home-contact__form-item textarea {
    font-size: 1.6rem;
    border-radius: 4px;
    padding: 9px 15px;
  }
}
.p-home-contact__form-item input[type=text]:focus,
.p-home-contact__form-item input[type=email]:focus,
.p-home-contact__form-item input[type=tel]:focus,
.p-home-contact__form-item textarea:focus {
  outline: none;
  border-color: #f27c00;
  background-color: #fff;
}
.p-home-contact__form-item textarea {
  resize: vertical;
  min-height: 100px;
}
.p-home-contact__form-item label {
  display: inline-block;
  margin-right: 1em;
  font-size: 1rem;
  line-height: 1.4;
  cursor: pointer;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-home-contact__form-item label {
    font-size: 1.8rem;
  }
}
.p-home-contact__form-item label input {
  margin-right: 5px;
  line-height: 1;
  vertical-align: middle;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .p-home-contact__form-item label input {
    margin-top: 6px;
    vertical-align: top;
  }
}
.p-home-contact__form-item label.lg {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .p-home-contact__form-item label.lg {
    font-size: 2.4rem;
  }
}
.p-home-contact__form-item label.lg input {
  margin-top: 2-px;
}
@media (min-width: 768px) {
  .p-home-contact__form-item label.lg input {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    margin-right: 9px;
    margin-top: 10px;
  }
}
.p-home-contact__required, .p-home-contact__optional {
  color: #fff;
  background-color: #ff612e;
  font-size: 1rem;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 3px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 768px) {
  .p-home-contact__required, .p-home-contact__optional {
    font-size: 1.6rem;
    margin-top: 4px;
    margin-right: 15px;
  }
}
.p-home-contact__optional {
  background: #518cc7;
}
.p-home-contact__form-checkbox-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.p-home-contact__form-radio-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
@media (min-width: 768px) {
  .p-home-contact__form-lg-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.p-home-contact__privacy {
  font-size: 1rem;
  color: #616060;
  line-height: 1.44;
  margin: 9px 0;
}
@media (min-width: 768px) {
  .p-home-contact__privacy {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 50px 0 98px;
    margin: 29px 0;
  }
}
.p-home-contact__agreement {
  border-radius: 3px 0 3px 3px;
  -webkit-filter: drop-shadow(0px 0px 8.2px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 8.2px rgba(0, 0, 0, 0.1));
  font-size: 1rem;
  padding: 16px 10px 16px 10px;
  position: relative;
}
@media (min-width: 768px) {
  .p-home-contact__agreement {
    font-size: 1.8rem;
    padding: 14px 95px;
  }
}
.p-home-contact__agreement::before {
  content: "";
  width: calc(100% - 16px);
  height: 100%;
  background: #fff;
  display: block;
  position: absolute;
  border-radius: 3px 0 0 3px;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .p-home-contact__agreement::before {
    width: calc(100% - 33px);
  }
}
.p-home-contact__agreement::after {
  width: 16px;
  content: "";
  display: block;
  height: 16px;
  background: url("../images/bg-agreement-year.png") no-repeat left bottom/100% auto;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .p-home-contact__agreement::after {
    width: 35px;
    height: 35px;
    right: -1px;
    top: -1px;
  }
}
.p-home-contact__agreement label {
  position: relative;
  z-index: 1;
}
.p-home-contact__agreement label input {
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
  width: 1.5em;
}
@media (min-width: 768px) {
  .p-home-contact__agreement label input {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
.p-home-contact__agreement label span {
  border-bottom: 1px solid #525252;
  font-weight: bold;
}
.p-home-contact__agreement p {
  position: relative;
  z-index: 1;
  color: #7b7b7b;
  padding-left: calc(1.5em + 5px);
}
.p-home-contact__agreement-inner::before {
  width: 16px;
  height: calc(100% - 16px);
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 0 3px 0;
}
@media (min-width: 768px) {
  .p-home-contact__agreement-inner::before {
    width: 33px;
    height: calc(100% - 33px);
  }
}
.p-home-contact__submit {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-home-contact__submit {
    margin-top: 67px;
  }
}
.p-home-contact__submit-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6a15f), color-stop(50%, #faa640), to(#f37a1d));
  background: linear-gradient(to bottom, #f6a15f 0%, #faa640 50%, #f37a1d 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 8px 40px;
  width: 200px;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 4px;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media (min-width: 768px) {
  .p-home-contact__submit-button {
    width: 673px;
    font-size: 5.3rem;
    border-radius: 14px;
    height: 149px;
  }
}
.p-home-contact__submit-button::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 4px;
}
@media (min-width: 768px) {
  .p-home-contact__submit-button::before {
    border-radius: 7px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.p-home-contact__submit-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/icon-button-ar.svg") no-repeat center center/100% auto;
  right: 23px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .p-home-contact__submit-button::after {
    width: 50px;
    height: 50px;
    right: 110px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-home-contact__submit-button:hover {
    opacity: 0.7;
  }
}

.p-thanks {
  width: 100%;
  padding: 50px 0 30px;
}
@media (min-width: 1000px) {
  .p-thanks {
    padding: 80px 0;
  }
}
.p-thanks .p-thanks__message {
  font-size: 2.2rem;
  text-align: center;
  color: var(--color-primary);
}
@media (min-width: 1000px) {
  .p-thanks .p-thanks__message {
    font-size: 2.8rem;
  }
}
.p-thanks .p-thanks__text {
  font-size: 1.6rem;
  display: table;
  margin: 30px auto 50px;
  color: var(--color-text);
}
@media (min-width: 768px) {
  .p-thanks .p-thanks__text {
    text-align: center;
  }
}
@media (min-width: 1000px) {
  .p-thanks .p-thanks__text {
    font-size: 1.8rem;
    margin: 60px auto 80px;
  }
}
.p-thanks .p-thanks__top-link {
  display: table;
  margin: 0 auto;
  text-decoration: underline;
  text-underline-offset: 20%;
  color: var(--color-text);
  font-size: 1.4rem;
}

.p-confirm-form {
  padding: 50px 0 30px;
  background: url("../images/bg-contact.jpg") no-repeat center top/cover;
}
@media (min-width: 1000px) {
  .p-confirm-form {
    padding: 80px 0;
  }
}
.p-confirm-form .p-confirm-main-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--color-primary);
}
@media (min-width: 768px) {
  .p-confirm-form .p-confirm-main-text {
    font-size: 2.2rem;
  }
}
.p-confirm-form .p-confirm-main-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 56px;
  color: var(--color-primary);
  text-align: center;
}
@media (min-width: 1000px) {
  .p-confirm-form .p-confirm-main-title {
    font-size: 3.8rem;
  }
}
.p-confirm-form .p-confirm-form__text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .p-confirm-form .p-confirm-form__text-box {
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .p-confirm-form .p-confirm-form__text-box {
    margin-top: 60px;
  }
}
.p-confirm-form .p-confirm-form__text-box .p-confirm-form__text {
  color: #000000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 1000px) {
  .p-confirm-form .p-confirm-form__text-box .p-confirm-form__text {
    text-align: center;
  }
}
.p-confirm-form .mail_form-confirm {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  padding: 50px 20px;
  margin: 50px 20px 0;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-confirm-form .mail_form-confirm {
    padding: 50px 40px;
    margin: 50px 40px 0;
  }
}
@media (min-width: 800px) {
  .p-confirm-form .mail_form-confirm {
    padding: 50px 60px;
    margin: 50px 60px 0;
  }
}
@media (min-width: 1000px) {
  .p-confirm-form .mail_form-confirm {
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    padding: 80px;
  }
}
@media (min-width: 1200px) {
  .p-confirm-form .mail_form-confirm {
    max-width: 960px;
    margin: 50px auto 0;
  }
}
.p-confirm-form .mail_form-confirm dl {
  margin-bottom: 30px;
}
@media (min-width: 800px) {
  .p-confirm-form .mail_form-confirm dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-confirm-form .mail_form-confirm dl dt {
  font-weight: bold;
  color: var(--color-green);
}
@media (min-width: 800px) {
  .p-confirm-form .mail_form-confirm dl dt {
    width: 55%;
  }
}
@media (min-width: 800px) {
  .p-confirm-form .mail_form-confirm dl dd {
    width: 64.5%;
  }
}
.p-confirm-form .mail_form-confirm .confirm-btn-flex {
  margin-top: 50px;
}
@media (min-width: 1000px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.p-confirm-form .mail_form-confirm .confirm-btn-flex .return-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  width: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .return-btn {
    width: 60%;
  }
}
@media (min-width: 800px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .return-btn {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .return-btn {
    margin-bottom: 0;
    width: 45%;
  }
}
.p-confirm-form .mail_form-confirm .confirm-btn-flex .return-btn .fas {
  background: #FFFFFF;
  border: 1px solid #E83434;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  border-radius: 95px;
  height: 70px;
  display: block;
  text-align: center;
  color: #E83434;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .return-btn .fas {
    font-size: 2rem;
  }
}
@media (min-width: 1000px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .return-btn .fas:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.p-confirm-form .mail_form-confirm .confirm-btn-flex .thanks-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E83434;
  color: #FFFFFF;
  border: 1px solid #E83434;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  border-radius: 95px;
  height: 70px;
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .thanks-btn {
    width: 60%;
  }
}
@media (min-width: 800px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .thanks-btn {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .thanks-btn {
    width: 45%;
  }
}
.p-confirm-form .mail_form-confirm .confirm-btn-flex .thanks-btn .thanks-btn-link {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 1000px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .thanks-btn .thanks-btn-link {
    font-size: 2rem;
  }
}
@media (min-width: 1000px) {
  .p-confirm-form .mail_form-confirm .confirm-btn-flex .thanks-btn:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.p-confirm-form .mail_form-confirm .submit-confirm {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-confirm-form .mail_form-confirm .submit-confirm .submit-confirm-return {
  color: var(--color-text);
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-confirm-form .mail_form-confirm .submit-confirm .submit-confirm-send {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6a15f), color-stop(50%, #faa640), to(#f37a1d));
  background: linear-gradient(to bottom, #f6a15f 0%, #faa640 50%, #f37a1d 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 8px 40px;
  width: 200px;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 4px;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.p-confirm-form .mail_form-confirm .submit-confirm .submit-confirm-send::before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 4px;
}
.p-confirm-form .mail_form-confirm .submit-confirm .submit-confirm-send::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/icon-button-ar.svg") no-repeat center center/100% auto;
  right: 23px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (hover: hover) and (pointer: fine) {
  .p-confirm-form .mail_form-confirm .submit-confirm .submit-confirm-send:hover {
    opacity: 0.7;
  }
}

/* Utility
   ----------------------------------------------------------------- */
@media (max-width: 769px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */