@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

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

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

/*======================================================
# Media Query
====================================================== */
/*======================================================
# vw
====================================================== */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@-webkit-keyframes horizontal1 {
  0% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes horizontal1 {
  0% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes horizontal2 {
  0% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes horizontal2 {
  0% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.fade-in {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  overflow-x: hidden !important;
  line-height: 1.75;
  font-size: 16px;
  font-weight: 500;
  padding-top: 0;
  color: #000;
}
@media screen and (max-width: 750px) {
  body {
    padding-top: 0;
    font-size: 18px;
    line-height: 1.6;
  }
}

main {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  main {
    padding-top: min(145px, 145 / 750 * 100vw);
  }
}

html {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
}
html.is-active {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.md-0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 750px) {
  .md-0 {
    margin-bottom: 70px !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
header {
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto;
}
header .logo {
  max-width: 100%;
  width: min(710px, 710 / 750 * 100vw);
  margin-bottom: min(80px, 80 / 750 * 100vw);
  padding: 0;
}
@media screen and (max-width: 750px) {
  header {
    position: fixed;
    top: 0;
  }
  header a {
    display: block;
    background-color: #fff;
  }
}

.l-container {
  padding: 0 min(46px, 46 / 750 * 100vw);
  margin: 0 auto;
}

footer {
  background-color: #006423;
  color: #fff;
  padding: 80px 0 40px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  footer {
    padding: 8vw 4vw 4vw;
  }
}
@media screen and (max-width: 780px) {
  footer {
    padding: 15vw 6vw;
  }
}
footer .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
}
@media screen and (max-width: 1000px) {
  footer .logo {
    width: 25vw;
  }
}
@media screen and (max-width: 780px) {
  footer .logo {
    position: relative;
    margin-bottom: 13vw;
    width: 46vw;
  }
}
footer .footer_inner {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1000px;
}
footer .menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  footer .menu {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 780px) {
  footer .menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 18vw;
  }
}
footer nav {
  display: table;
}
footer .menu li {
  font-size: 15px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  footer .menu li {
    font-size: 1.4vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 780px) {
  footer .menu li {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
}
footer .copyright {
  font-family: "DINNextLTPro";
  font-size: 14px;
  letter-spacing: 0;
  margin-right: 90px;
  text-align: right;
}
@media screen and (max-width: 780px) {
  footer .copyright {
    font-size: 3.4vw;
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  footer .copyright {
    font-size: 3vw;
    margin-right: 9vw;
  }
}
footer .sns {
  position: absolute;
  bottom: 7px;
  right: 0;
}
@media screen and (max-width: 1000px) {
  footer .sns {
    bottom: 0.7vw;
  }
}
@media screen and (max-width: 780px) {
  footer .sns {
    bottom: 1.4vw;
  }
}
@media screen and (max-width: 780px) {
  footer .sns ul {
    display: block;
  }
}
footer .sns li {
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  footer .sns li {
    margin-left: 1vw;
  }
}
@media screen and (max-width: 780px) {
  footer .sns li {
    margin-left: 0;
    margin-top: 3.4vw;
  }
}
footer .sns a {
  display: block;
  width: 22px;
}
@media screen and (max-width: 780px) {
  footer .sns a {
    width: 6vw;
  }
}
@media screen and (max-width: 1000px) {
  footer .sns a {
    width: 6vw;
  }
}
footer .menu nav.company {
  margin-left: 90px;
}
@media screen and (max-width: 1000px) {
  footer .menu nav.company {
    margin-left: 9vw;
  }
}
@media screen and (max-width: 780px) {
  footer .menu nav.company {
    margin-left: 13vw;
  }
}
footer .menu a {
  color: #fff;
}
footer .menu a:hover:after {
  opacity: 1;
}
footer .menu a:after {
  color: #fff;
  content: "・";
  display: block;
  font-size: 20px;
  opacity: 0;
  position: absolute;
  left: -20px;
  top: -5px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-main-visual {
  width: 100%;
}

.p-top-lead {
  padding-top: min(75px, 75 / 750 * 100vw);
}
.p-top-lead__text {
  text-align: center;
  font-size: min(19px, 19 / 750 * 100vw);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 400px) {
  .p-top-lead__text {
    font-size: min(12px, 12 / 375 * 100vw);
  }
}
.p-top-lead__content {
  width: min(595px, 595 / 750 * 100vw);
  margin: min(83px, 83 / 750 * 100vw) auto 0;
}
@media screen and (max-width: 400px) {
  .p-top-lead__content {
    width: 100%;
  }
}
.p-top-lead__head {
  position: relative;
  text-align: center;
  margin-bottom: min(-4px, -4 / 750 * 100vw);
}
.p-top-lead__head:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #040000;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
.p-top-lead__head span {
  background-color: #fff;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  font-size: min(29px, 29 / 750 * 100vw);
}
.p-top-lead__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(25px, 25 / 750 * 100vw);
  margin-bottom: min(46px, 46 / 750 * 100vw);
}
.p-top-lead__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.p-top-lead__number {
  color: #c0a171;
  font-size: min(30px, 30 / 750 * 100vw);
  text-align: center;
}
.p-top-lead__number span {
  font-size: min(40px, 40 / 750 * 100vw);
}
.p-top-lead__number.is-02 {
  color: #7f8080;
}
.p-top-lead__number.is-03 {
  color: #006822;
}
.p-top-lead__title {
  font-size: min(19px, 19 / 750 * 100vw);
  line-height: 1.3;
  margin-top: min(-5px, -5 / 750 * 100vw);
}
.p-top-lead__image {
  margin: min(5px, 5 / 750 * 100vw) auto min(4px, 4 / 750 * 100vw);
}
.p-top-lead__image img {
  aspect-ratio: 340/344;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-lead__point {
  font-size: min(26px, 26 / 750 * 100vw);
}

.p-top-form {
  padding-bottom: min(60px, 60 / 750 * 100vw);
}
.p-top-form__head {
  font-size: min(21px, 21 / 750 * 100vw);
  line-height: 1.7;
}
@media screen and (max-width: 400px) {
  .p-top-form__head {
    font-size: min(14px, 14 / 375 * 100vw);
  }
}
.p-top-form__head span {
  display: block;
}
.p-top-form__block:not(:last-child) {
  margin-bottom: min(40px, 40 / 750 * 100vw);
}
.p-top-form__detail {
  margin-top: min(16px, 16 / 750 * 100vw);
}
.p-top-form__detail select {
  border: 1px solid #000000;
  width: 100%;
  padding: min(16px, 16 / 750 * 100vw);
  font-size: min(16px, 16 / 750 * 100vw);
}
@media screen and (max-width: 400px) {
  .p-top-form__detail select {
    font-size: min(14px, 14 / 375 * 100vw);
  }
}
.p-top-form__detail textarea {
  border: 1px solid #000000;
  width: 100%;
  height: 130px;
  padding: min(16px, 16 / 750 * 100vw);
  font-size: min(16px, 16 / 750 * 100vw);
}
@media screen and (max-width: 400px) {
  .p-top-form__detail textarea {
    font-size: min(14px, 14 / 375 * 100vw);
  }
}
.p-top-form__images {
  margin-top: 16px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.p-top-form__images img {
  aspect-ratio: 340/344;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-form__item {
  display: none;
}
.p-top-form__privacy {
  font-size: min(22px, 22 / 750 * 100vw);
}
.p-top-form__privacy .checkboxItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
.p-top-form__privacy .checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}
.p-top-form__privacy .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #aaaaaa;
  border-radius: 2px;
  cursor: pointer;
}
.p-top-form__privacy .checkbox:checked::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 4px;
  width: 20px;
  height: 10px;
  border-bottom: 3px solid #006822;
  border-left: 3px solid #006822;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-top-form__button {
  margin: min(57px, 57 / 750 * 100vw) auto 0;
  width: min(387px, 387 / 750 * 100vw);
  min-width: 300px;
}
.p-top-form__button input {
  display: block;
  background-color: #c0a171;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 95px;
  font-size: min(40px, 40 / 750 * 100vw);
  border-radius: 1000px;
}

.p-complete {
  padding-top: min(30px, 30 / 750 * 100vw);
  padding-bottom: min(100px, 100 / 750 * 100vw);
}
.p-complete__lead {
  text-align: center;
  font-size: min(27px, 27 / 750 * 100vw);
}
@media screen and (max-width: 400px) {
  .p-complete__lead {
    font-size: min(16px, 16 / 375 * 100vw);
  }
}
.p-complete__lead span {
  font-size: min(34px, 34 / 750 * 100vw);
  color: #006822;
  display: block;
}
@media screen and (max-width: 400px) {
  .p-complete__lead span {
    font-size: min(18px, 18 / 375 * 100vw);
  }
}
.p-complete__image {
  max-width: 394px;
  margin: min(31px, 31 / 750 * 100vw) auto min(25px, 25 / 750 * 100vw);
}
.p-complete__image img {
  aspect-ratio: 340/344;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-complete__logo {
  max-width: 422px;
  margin: 0 auto min(28px, 28 / 750 * 100vw);
}
.p-complete__text {
  text-align: center;
  font-size: min(21px, 21 / 750 * 100vw);
  line-height: 1.68;
}
@media screen and (max-width: 400px) {
  .p-complete__text {
    font-size: min(16px, 16 / 375 * 100vw);
  }
}
.p-complete__textarea {
  margin-top: min(50px, 50 / 750 * 100vw);
  height: 191px;
  overflow-y: scroll;
  padding: 0 min(50px, 50 / 750 * 100vw);
  font-size: min(21px, 21 / 750 * 100vw);
  line-height: 1.3;
}
.p-complete__textarea::-webkit-scrollbar {
  width: 9px;
}
.p-complete__textarea::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 100px;
}
.p-complete__textarea::-webkit-scrollbar-thumb {
  background-color: #006822;
  border-radius: 100px;
}
@media screen and (max-width: 400px) {
  .p-complete__textarea {
    font-size: min(14px, 14 / 375 * 100vw);
    padding: 0 24px;
  }
}
.p-complete__textarea p {
  margin-bottom: 26px;
}
.p-complete__banner {
  margin-top: min(56px, 56 / 750 * 100vw);
}
.p-complete__banner a {
  display: block;
}
.p-complete__button {
  margin: min(57px, 57 / 750 * 100vw) auto 0;
  width: min(387px, 387 / 750 * 100vw);
  min-width: 300px;
}
.p-complete__button a {
  display: block;
  background-color: #c0a171;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 95px;
  font-size: min(40px, 40 / 750 * 100vw);
  gap: 16px;
  border-radius: 1000px;
}
.p-complete__button a .image {
  display: block;
  width: 30px;
}
.p-complete__button a .image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-teaser {
  padding: 0 min(46px, 46 / 750 * 100vw);
  margin-bottom: min(94px, 94 / 750 * 100vw);
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 750px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 750px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-tab-only {
  display: none;
}
@media screen and (max-width: 950px) {
  .u-tab-only {
    display: block;
  }
}
.u-tab-only--flex {
  display: none;
}
@media screen and (max-width: 950px) {
  .u-tab-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
.u-md-hidden.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .u-md-hidden.is-flex {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .u-md-hidden--flex {
    display: none;
  }
}

.u-tab-hidden {
  display: block;
}
.u-tab-hidden.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 950px) {
  .u-tab-hidden.is-flex {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .u-tab-hidden {
    display: none;
  }
}
.u-tab-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 950px) {
  .u-tab-hidden--flex {
    display: none;
  }
}

/* flex
--------------------------------------------------------------*/
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fade-in-bottom {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.fade-in-bottom.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fade-in-right {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.fade-in-right.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.fade-in-left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.fade-in-left.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}