/*! destyle.css v4.0.0 | 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;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

* {
  line-height: 1.5;
  list-style: none;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
}

@media screen and (max-width: 600px) {
  .pc-on {
    display: none;
  }
}

.tb-on {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-on {
    display: block;
  }
}

.sp-on {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-on {
    display: block;
  }
}

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

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

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.dib {
  display: inline-block;
}

.inner {
  max-width: calc(800px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 600px) {
  .inner {
    padding: 0 20px;
  }
}

.fullwide {
  width: 100vw;
  margin-inline: calc(50% - 50vw) !important;
}

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

section {
  padding: 30px 0;
}

.section_bg {
  position: relative;
  z-index: 0;
}
.section_bg > figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section_bg > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h2 {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  h2 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}

p {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}

.cta_btn_wrap p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .cta_btn_wrap p {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}

.main_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  z-index: 1;
}
@media screen and (max-width: 389px) {
  .main_btn {
    width: 100%;
  }
}
.main_btn a {
  width: 600px;
  height: 64px;
  display: grid;
  place-items: center;
  background: #EE7800;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 5px;
  -webkit-box-shadow: 3px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 0px 4px rgba(0, 0, 0, 0.25);
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 1439px) {
  .main_btn a {
    width: max(350px, 350px + 250 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .main_btn a {
    width: 100%;
  }
}
.main_btn a:hover {
  opacity: 1;
  background: rgb(255, 132.7857142857, 8.5);
}
.main_btn a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
  background: #B76007;
  border-radius: 5px;
  z-index: -1;
  -webkit-box-shadow: 3px 0px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 0px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1439px) {
  .main_btn a {
    width: max(350px, 350px + 150 * (100vw - 390px) / 1049);
    height: max(70px, 70px + 6 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .main_btn a {
    width: 100%;
    height: max(60px, 60px + 10 * (100vw - 320px) / 69);
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
.main_btn a + a {
  margin-top: 20px;
}

a {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
a:hover {
  opacity: 0.7;
}

.fade-in,
.fade-in-up,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}
.fade-in.is-visible,
.fade-in-up.is-visible,
.fade-in-left.is-visible,
.fade-in-right.is-visible {
  opacity: 1;
}

.fade-in {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}

.fade-in-up {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.fade-in-up.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-in-left {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-left.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fade-in-right {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.fade-in-right.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.wpcf7-turnstile {
  text-align: center;
}

header {
  padding: 10px 0;
}
@media screen and (max-width: 600px) {
  header {
    padding: 6px 0;
  }
}
header .header_inner {
  padding: 0 60px;
}
@media screen and (max-width: 1439px) {
  header .header_inner {
    padding: 0 max(10px, 10px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  header .header_inner a img {
    width: 34px !important;
    height: auto !important;
  }
}

@media screen and (max-width: 600px) {
  .fv .inner {
    padding: 0 10px;
  }
}
.fv .fv_wrap01 {
  padding: 10px 0;
}
@media screen and (max-width: 600px) {
  .fv .fv_wrap01 {
    padding: 15px 0 10px;
  }
}
.fv .fv_wrap01 .flex {
  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: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1439px) {
  .fv .fv_wrap01 .flex {
    gap: max(10px, 10px + 20 * (100vw - 390px) / 1049);
  }
}
.fv .fv_wrap01 .flex p {
  font-size: 24px;
  font-weight: 500;
  padding: 5px 35px;
  border: 1px solid #1D573B;
}
@media screen and (max-width: 1439px) {
  .fv .fv_wrap01 .flex p {
    font-size: max(15px, 15px + 9 * (100vw - 390px) / 1049);
    padding: max(2.5px, 2.5px + 7.5 * (100vw - 390px) / 1049) max(10px, 10px + 25 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_wrap01 .flex p {
    font-size: max(13px, 13px + 1 * (100vw - 320px) / 69);
  }
}
.fv .fv_wrap01 .fv_wrap01_copy {
  position: relative;
  z-index: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 10px;
}
.fv .fv_wrap01 .fv_wrap01_copy::before, .fv .fv_wrap01 .fv_wrap01_copy::after {
  content: "";
  position: absolute;
  width: 30px;
  height: auto;
  aspect-ratio: 30/60;
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .fv .fv_wrap01 .fv_wrap01_copy::before, .fv .fv_wrap01 .fv_wrap01_copy::after {
    width: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
.fv .fv_wrap01 .fv_wrap01_copy::before {
  left: -20px;
  background: url(../img/top/fv_copy_line_left.png) no-repeat center/contain;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media screen and (max-width: 1439px) {
  .fv .fv_wrap01 .fv_wrap01_copy::before {
    left: min(-10px, -10px + -10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  .fv .fv_wrap01 .fv_wrap01_copy::before {
    background-image: url(../img/top/fv_copy_line_left_sp.png);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_wrap01 .fv_wrap01_copy::before {
    left: min(-5px, -5px + -5 * (100vw - 320px) / 69);
  }
}
.fv .fv_wrap01 .fv_wrap01_copy::after {
  right: -20px;
  background: url(../img/top/fv_copy_line_right.png) no-repeat center/contain;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 1439px) {
  .fv .fv_wrap01 .fv_wrap01_copy::after {
    right: min(-10px, -10px + -10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  .fv .fv_wrap01 .fv_wrap01_copy::after {
    background-image: url(../img/top/fv_copy_line_right_sp.png);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_wrap01 .fv_wrap01_copy::after {
    right: min(-5px, -5px + -5 * (100vw - 320px) / 69);
  }
}
.fv .fv_wrap01 .fv_wrap01_copy p {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  .fv .fv_wrap01 .fv_wrap01_copy p {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_wrap01 .fv_wrap01_copy p {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
.fv .fv_wrap01 .fv_wrap01_copy p .sme-font-size {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_wrap01 .fv_wrap01_copy p .sme-font-size {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049) !important;
  }
}
.fv .fv_wrap02 {
  position: relative;
  z-index: 0;
}
.fv .fv_wrap02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
  top: 40px;
  left: 0;
  z-index: -1;
  background: #1D573B;
}
@media screen and (max-width: 1439px) {
  .fv .fv_wrap02::before {
    top: max(20px, 20px + 20 * (100vw - 601px) / 838);
    height: calc(100% - max(20px, 20px + 20 * (100vw - 601px) / 838));
  }
}
.fv .fv_wrap02 figure {
  margin-top: -40px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_wrap02 figure {
    margin-top: min(-20px, -20px + -20 * (100vw - 601px) / 838);
  }
}
.fv .fv_wrap03 {
  position: relative;
  z-index: 0;
  padding: 20px 0 30px;
}
.fv .fv_wrap03::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background: rgba(29, 87, 59, 0.1);
  -webkit-clip-path: polygon(100% 0, 100% 65%, 0 100%, 0 35%);
          clip-path: polygon(100% 0, 100% 65%, 0 100%, 0 35%);
}
.fv .fv_wrap03 .fukidashi_wrap {
  position: relative;
  z-index: 0;
  width: 600px;
  height: auto;
  aspect-ratio: 600/86;
  margin-inline: auto;
  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;
  padding: 7px 8px 20.5px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_wrap03 .fukidashi_wrap {
    width: max(350px, 350px + 250 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  .fv .fv_wrap03 .fukidashi_wrap {
    aspect-ratio: 350/72.5;
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_wrap03 .fukidashi_wrap {
    width: 100%;
  }
}
.fv .fv_wrap03 .fukidashi_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/top/title_line_wrap.png) no-repeat center/contain;
}
@media screen and (max-width: 600px) {
  .fv .fv_wrap03 .fukidashi_wrap::before {
    background-image: url(../img/top/title_line_wrap_sp.png);
  }
}
.fv .fv_wrap03 .fukidashi_wrap p {
  font-weight: 500;
}
.fv .fv_wrap03 .fukidashi_wrap p .sme-font-size {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  .fv .fv_wrap03 .fukidashi_wrap p .sme-font-size {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049) !important;
  }
}
.fv .fv_wrap03 .fv_wrap03_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .fv .fv_wrap03 .fv_wrap03_list {
    gap: 10px;
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_wrap03 .fv_wrap03_list {
    width: 100%;
  }
}
.fv .fv_wrap03 .fv_wrap03_list li {
  width: 140px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  background: #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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 7px solid #1D573B;
}
@media screen and (max-width: 1439px) {
  .fv .fv_wrap03 .fv_wrap03_list li {
    width: max(100px, 100px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  .fv .fv_wrap03 .fv_wrap03_list li {
    border: 5px solid #1D573B;
  }
}
@media screen and (max-width: 389px) {
  .fv .fv_wrap03 .fv_wrap03_list li {
    width: 100%;
  }
}
.fv .fv_wrap03 .fv_wrap03_list li:nth-of-type(1) {
  padding-top: 8px;
}
.fv .fv_wrap03 .fv_wrap03_list li:nth-of-type(2) {
  padding-top: 0px;
}
.fv .fv_wrap03 .fv_wrap03_list li:nth-of-type(3) {
  padding-top: 0px;
}
.fv .fv_wrap03 .fv_wrap03_list li:nth-of-type(1) p {
  margin-bottom: 10px;
}
.fv .fv_wrap03 .fv_wrap03_list li:nth-of-type(2) p {
  margin-bottom: 12px;
  margin-top: -4px;
}
.fv .fv_wrap03 .fv_wrap03_list li:nth-of-type(3) p {
  margin-bottom: 2px;
  margin-top: -10px;
}
@media screen and (max-width: 600px) {
  .fv .fv_wrap03 .fv_wrap03_list li:nth-of-type(3) p {
    margin-top: -4px;
  }
}
.fv .fv_wrap03 .fv_wrap03_list li p {
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  .fv .fv_wrap03 .fv_wrap03_list li figure img {
    width: max(30px, 30px + 12 * (100vw - 390px) / 1049) !important;
    height: auto;
    aspect-ratio: 1/1;
  }
}

main.top h2,
.editor-styles-wrapper h2 {
  text-align: center;
  margin-bottom: 30px;
}
main.top section,
.editor-styles-wrapper section {
  position: relative;
  z-index: 0;
}
main.top section .section_bg,
.editor-styles-wrapper section .section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
main.top section .section_bg img,
.editor-styles-wrapper section .section_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.top section.present .present_bg,
.editor-styles-wrapper section.present .present_bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1000px;
  height: auto;
  aspect-ratio: 1000/488;
}
@media screen and (max-width: 1439px) {
  main.top section.present .present_bg,
  .editor-styles-wrapper section.present .present_bg {
    width: max(390px, 390px + 610 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.present .present_bg,
  .editor-styles-wrapper section.present .present_bg {
    aspect-ratio: 390/254;
  }
}
@media screen and (max-width: 389px) {
  main.top section.present .present_bg,
  .editor-styles-wrapper section.present .present_bg {
    width: 100%;
  }
}
main.top section.present .cta_title_img,
.editor-styles-wrapper section.present .cta_title_img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  main.top section.present .cta_title_img,
  .editor-styles-wrapper section.present .cta_title_img {
    width: max(390px, 390px + 84 * (100vw - 390px) / 1049) !important;
    height: auto;
  }
}
@media screen and (max-width: 389px) {
  main.top section.present .cta_title_img,
  .editor-styles-wrapper section.present .cta_title_img {
    width: 100% !important;
  }
}
main.top section.present .present_wrap,
.editor-styles-wrapper section.present .present_wrap {
  margin-top: -60px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 30px 50px 24px;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  main.top section.present .present_wrap,
  .editor-styles-wrapper section.present .present_wrap {
    padding: 45px 10px 20px;
  }
}
main.top section.present .present_wrap p,
.editor-styles-wrapper section.present .present_wrap p {
  font-weight: bold;
}
main.top section.present .present_wrap p.fz26,
.editor-styles-wrapper section.present .present_wrap p.fz26 {
  font-size: 26px;
  margin: 3px auto 10px;
}
@media screen and (max-width: 389px) {
  main.top section.present .present_wrap p.fz26,
  .editor-styles-wrapper section.present .present_wrap p.fz26 {
    font-size: max(20px, 20px + 6 * (100vw - 320px) / 69);
  }
}
main.top section.present .present_wrap p:last-of-type,
.editor-styles-wrapper section.present .present_wrap p:last-of-type {
  margin-top: 10px;
}
main.top section.onayami,
.editor-styles-wrapper section.onayami {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  padding-bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  main.top section.onayami,
  .editor-styles-wrapper section.onayami {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%);
            clip-path: polygon(0 0, 100% 0, 100% 96%, 50% 100%, 0 96%);
  }
}
main.top section.onayami h2,
.editor-styles-wrapper section.onayami h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.onayami h2 .sme-font-size,
  .editor-styles-wrapper section.onayami h2 .sme-font-size {
    font-size: max(28px, 28px + 14 * (100vw - 390px) / 1049) !important;
  }
}
main.top section.onayami .onayami_list,
.editor-styles-wrapper section.onayami .onayami_list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  max-width: 768px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px 24px;
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  main.top section.onayami .onayami_list,
  .editor-styles-wrapper section.onayami .onayami_list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    padding: 20px 20px 24px;
  }
}
main.top section.onayami .onayami_list::after,
.editor-styles-wrapper section.onayami .onayami_list::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 19px;
  height: auto;
  aspect-ratio: 19/23;
  background: url(../img/top/icon_fukidashi.png) no-repeat center/contain;
}
main.top section.onayami .onayami_list li,
.editor-styles-wrapper section.onayami .onayami_list li {
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.onayami .onayami_list li,
  .editor-styles-wrapper section.onayami .onayami_list li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.top section.onayami .onayami_list li + li,
.editor-styles-wrapper section.onayami .onayami_list li + li {
  margin-top: 10px;
}
main.top section.onayami .onayami_list li::before,
.editor-styles-wrapper section.onayami .onayami_list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  top: 0.1em;
  left: 0;
  background: url(../img/top/icon_check_square.png) no-repeat center/contain;
}
main.top section.onayami .onayami_list li.nado,
.editor-styles-wrapper section.onayami .onayami_list li.nado {
  position: absolute;
  right: 40px;
  bottom: 28px;
  width: auto;
}
@media screen and (max-width: 600px) {
  main.top section.onayami .onayami_list li.nado,
  .editor-styles-wrapper section.onayami .onayami_list li.nado {
    right: 10px;
    bottom: 20px;
  }
}
main.top section.onayami .onayami_list li.nado::before,
.editor-styles-wrapper section.onayami .onayami_list li.nado::before {
  display: none;
}
@media screen and (max-width: 600px) {
  main.top section.onayami figure,
  .editor-styles-wrapper section.onayami figure {
    width: 100vw;
    margin-inline: calc(50% - 50vw) !important;
  }
}
@media screen and (max-width: 600px) {
  main.top section.onayami figure img,
  .editor-styles-wrapper section.onayami figure img {
    margin-inline: auto;
  }
}
main.top section.omakase,
.editor-styles-wrapper section.omakase {
  margin-top: -70px;
  padding-top: 97px;
}
main.top section.omakase .section_bg,
.editor-styles-wrapper section.omakase .section_bg {
  opacity: 0.3;
}
main.top section.omakase .omakase_title_wrap .subtitle,
.editor-styles-wrapper section.omakase .omakase_title_wrap .subtitle {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-inline: auto;
}
main.top section.omakase .omakase_title_wrap .subtitle::before, main.top section.omakase .omakase_title_wrap .subtitle::after,
.editor-styles-wrapper section.omakase .omakase_title_wrap .subtitle::before,
.editor-styles-wrapper section.omakase .omakase_title_wrap .subtitle::after {
  content: "";
  position: absolute;
  width: 17.333px;
  height: auto;
  aspect-ratio: 52/157;
  top: 50%;
  z-index: -1;
}
main.top section.omakase .omakase_title_wrap .subtitle::before,
.editor-styles-wrapper section.omakase .omakase_title_wrap .subtitle::before {
  left: -15px;
  background: url(../img/top/omakase_title_line_left.png) no-repeat center/contain;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
@media screen and (max-width: 1439px) {
  main.top section.omakase .omakase_title_wrap .subtitle::before,
  .editor-styles-wrapper section.omakase .omakase_title_wrap .subtitle::before {
    left: min(-5px, -5px + -10 * (100vw - 390px) / 1049);
  }
}
main.top section.omakase .omakase_title_wrap .subtitle::after,
.editor-styles-wrapper section.omakase .omakase_title_wrap .subtitle::after {
  right: -15px;
  background: url(../img/top/omakase_title_line_right.png) no-repeat center/contain;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 1439px) {
  main.top section.omakase .omakase_title_wrap .subtitle::after,
  .editor-styles-wrapper section.omakase .omakase_title_wrap .subtitle::after {
    right: min(-5px, -5px + -10 * (100vw - 390px) / 1049);
  }
}
main.top section.omakase .omakase_title_wrap .subtitle p,
.editor-styles-wrapper section.omakase .omakase_title_wrap .subtitle p {
  font-weight: 500;
}
main.top section.omakase .omakase_title_wrap .subtitle p .sme-font-size,
.editor-styles-wrapper section.omakase .omakase_title_wrap .subtitle p .sme-font-size {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1439px) {
  main.top section.omakase .omakase_title_wrap .subtitle p .sme-font-size,
  .editor-styles-wrapper section.omakase .omakase_title_wrap .subtitle p .sme-font-size {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049) !important;
  }
}
@media screen and (max-width: 389px) {
  main.top section.omakase .omakase_title_wrap .subtitle p .sme-font-size,
  .editor-styles-wrapper section.omakase .omakase_title_wrap .subtitle p .sme-font-size {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69) !important;
  }
}
main.top section.omakase .omakase_title_wrap .subtitle p .sme-font-size:last-of-type,
.editor-styles-wrapper section.omakase .omakase_title_wrap .subtitle p .sme-font-size:last-of-type {
  display: block;
  text-align: right;
}
main.top section.omakase .omakase_title_wrap h2,
.editor-styles-wrapper section.omakase .omakase_title_wrap h2 {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  main.top section.omakase .omakase_title_wrap h2,
  .editor-styles-wrapper section.omakase .omakase_title_wrap h2 {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.omakase .omakase_title_wrap h2,
  .editor-styles-wrapper section.omakase .omakase_title_wrap h2 {
    font-size: max(15px, 15px + 3 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 1439px) {
  main.top section.omakase .omakase_title_wrap h2 .sme-font-size,
  .editor-styles-wrapper section.omakase .omakase_title_wrap h2 .sme-font-size {
    font-size: max(22px, 22px + 20 * (100vw - 390px) / 1049) !important;
  }
}
@media screen and (max-width: 389px) {
  main.top section.omakase .omakase_title_wrap h2 .sme-font-size,
  .editor-styles-wrapper section.omakase .omakase_title_wrap h2 .sme-font-size {
    font-size: max(18px, 18px + 4 * (100vw - 320px) / 69) !important;
  }
}
main.top section.omakase .omakase_wrap,
.editor-styles-wrapper section.omakase .omakase_wrap {
  width: 100vw;
  margin-inline: calc(50% - 50vw) !important;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 30px;
  border-top: 3px solid #1D573B;
  border-bottom: 3px solid #1D573B;
  padding: 20px 0 30px;
}
main.top section.omakase .omakase_wrap .omakase_content_wrap,
.editor-styles-wrapper section.omakase .omakase_wrap .omakase_content_wrap {
  max-width: 900px;
  margin-inline: auto;
}
main.top section.omakase .omakase_wrap .omakase_content_wrap .yt_thumbnail_list,
.editor-styles-wrapper section.omakase .omakase_wrap .omakase_content_wrap .yt_thumbnail_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  width: min(500px, 100% - 40px);
  margin: 20px auto;
}
main.top section.omakase .omakase_wrap .omakase_content_wrap .yt_thumbnail_list figure,
.editor-styles-wrapper section.omakase .omakase_wrap .omakase_content_wrap .yt_thumbnail_list figure {
  border: 7px solid #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
main.top section.omakase .omakase_wrap .omakase_content_wrap p,
.editor-styles-wrapper section.omakase .omakase_wrap .omakase_content_wrap p {
  width: calc(100% - 40px);
}
@media screen and (max-width: 1439px) {
  main.top section.omakase .omakase_wrap .omakase_content_wrap p,
  .editor-styles-wrapper section.omakase .omakase_wrap .omakase_content_wrap p {
    font-size: 16px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.omakase .omakase_wrap .omakase_content_wrap p,
  .editor-styles-wrapper section.omakase .omakase_wrap .omakase_content_wrap p {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.omakase .omakase_wrap .omakase_content_wrap p + p,
.editor-styles-wrapper section.omakase .omakase_wrap .omakase_content_wrap p + p {
  margin-top: 20px;
}
main.top section.soudan,
.editor-styles-wrapper section.soudan {
  padding: 0;
}
@media screen and (max-width: 600px) {
  main.top section.soudan,
  .editor-styles-wrapper section.soudan {
    padding-bottom: 30px;
  }
}
main.top section.soudan .sousan_wrap,
.editor-styles-wrapper section.soudan .sousan_wrap {
  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;
}
main.top section.soudan .sousan_wrap .text_wrap,
.editor-styles-wrapper section.soudan .sousan_wrap .text_wrap {
  padding: 30px 0;
}
main.top section.soudan .sousan_wrap .text_wrap p.fz24,
.editor-styles-wrapper section.soudan .sousan_wrap .text_wrap p.fz24 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  main.top section.soudan .sousan_wrap figure,
  .editor-styles-wrapper section.soudan .sousan_wrap figure {
    margin-left: -20px;
  }
}
main.top section.soudan .sp-on p.fz24,
.editor-styles-wrapper section.soudan .sp-on p.fz24 {
  text-align: center;
}
@media screen and (max-width: 600px) {
  main.top section.soudan .sp-on p.fz24,
  .editor-styles-wrapper section.soudan .sp-on p.fz24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.soudan .sp-on p.fz24,
  .editor-styles-wrapper section.soudan .sp-on p.fz24 {
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.soudan .sp-on .cta_btn_wrap,
.editor-styles-wrapper section.soudan .sp-on .cta_btn_wrap {
  margin-top: 20px;
}
main.top section.reasons .reasons_list,
.editor-styles-wrapper section.reasons .reasons_list {
  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: 30px;
}
@media screen and (max-width: 600px) {
  main.top section.reasons .reasons_list,
  .editor-styles-wrapper section.reasons .reasons_list {
    gap: 40px;
  }
}
main.top section.reasons .reasons_list li:nth-of-type(odd) .content_wrap,
.editor-styles-wrapper section.reasons .reasons_list li:nth-of-type(odd) .content_wrap {
  margin-left: 80px;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_list li:nth-of-type(odd) .content_wrap,
  .editor-styles-wrapper section.reasons .reasons_list li:nth-of-type(odd) .content_wrap {
    margin-left: max(10px, 10px + 70 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.reasons .reasons_list li:nth-of-type(odd) .content_wrap,
  .editor-styles-wrapper section.reasons .reasons_list li:nth-of-type(odd) .content_wrap {
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 600px) {
  main.top section.reasons .reasons_list li:nth-of-type(odd) p,
  .editor-styles-wrapper section.reasons .reasons_list li:nth-of-type(odd) p {
    padding-left: 20px;
  }
}
main.top section.reasons .reasons_list li:nth-of-type(even) .content_wrap,
.editor-styles-wrapper section.reasons .reasons_list li:nth-of-type(even) .content_wrap {
  margin-right: 80px;
  margin-left: auto;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_list li:nth-of-type(even) .content_wrap,
  .editor-styles-wrapper section.reasons .reasons_list li:nth-of-type(even) .content_wrap {
    margin-right: max(10px, 10px + 70 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.reasons .reasons_list li:nth-of-type(even) .content_wrap,
  .editor-styles-wrapper section.reasons .reasons_list li:nth-of-type(even) .content_wrap {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 600px) {
  main.top section.reasons .reasons_list li:nth-of-type(even) .content_wrap p,
  .editor-styles-wrapper section.reasons .reasons_list li:nth-of-type(even) .content_wrap p {
    padding-right: 20px;
  }
}
main.top section.reasons .reasons_list li:nth-of-type(even) .title_wrap,
.editor-styles-wrapper section.reasons .reasons_list li:nth-of-type(even) .title_wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: right;
}
main.top section.reasons .reasons_list li .title_wrap,
.editor-styles-wrapper section.reasons .reasons_list li .title_wrap {
  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: 10px;
  margin-bottom: 20px;
}
main.top section.reasons .reasons_list li .title_wrap .number,
.editor-styles-wrapper section.reasons .reasons_list li .title_wrap .number {
  font-size: 82px;
  font-weight: bold;
  color: transparent;
  font-family: "Oswald", sans-serif;
  -webkit-text-stroke: 2px rgba(29, 87, 59, 0.6);
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_list li .title_wrap .number,
  .editor-styles-wrapper section.reasons .reasons_list li .title_wrap .number {
    font-size: max(52px, 52px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons .reasons_list li .title_wrap .number,
  .editor-styles-wrapper section.reasons .reasons_list li .title_wrap .number {
    font-size: max(40px, 40px + 12 * (100vw - 320px) / 69);
  }
}
main.top section.reasons .reasons_list li .title_wrap h3,
.editor-styles-wrapper section.reasons .reasons_list li .title_wrap h3 {
  color: #1D573B;
  font-weight: bold;
}
@media screen and (max-width: 389px) {
  main.top section.reasons .reasons_list li .title_wrap h3,
  .editor-styles-wrapper section.reasons .reasons_list li .title_wrap h3 {
    font-size: max(16px, 16px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_list li .title_wrap h3 .sme-font-size,
  .editor-styles-wrapper section.reasons .reasons_list li .title_wrap h3 .sme-font-size {
    font-size: max(19px, 19px + 13 * (100vw - 390px) / 1049) !important;
  }
}
@media screen and (max-width: 389px) {
  main.top section.reasons .reasons_list li .title_wrap h3 .sme-font-size,
  .editor-styles-wrapper section.reasons .reasons_list li .title_wrap h3 .sme-font-size {
    font-size: max(16px, 16px + 3 * (100vw - 320px) / 69) !important;
  }
}
main.top section.reasons .reasons_list li .content_wrap,
.editor-styles-wrapper section.reasons .reasons_list li .content_wrap {
  max-width: 500px;
}
main.top section.reasons .reasons_list li .content_wrap p,
.editor-styles-wrapper section.reasons .reasons_list li .content_wrap p {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.reasons .reasons_list li .content_wrap p,
  .editor-styles-wrapper section.reasons .reasons_list li .content_wrap p {
    margin-top: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.futan .inner,
.editor-styles-wrapper section.futan .inner {
  max-width: calc(900px + 10%);
}
@media screen and (max-width: 600px) {
  main.top section.futan .inner,
  .editor-styles-wrapper section.futan .inner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1439px) {
  main.top section.futan h2 .sme-font-size,
  .editor-styles-wrapper section.futan h2 .sme-font-size {
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049) !important;
  }
}
main.top section.futan h2 .sme-text-color > .sme-font-size,
.editor-styles-wrapper section.futan h2 .sme-text-color > .sme-font-size {
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  main.top section.futan h2 .sme-text-color > .sme-font-size,
  .editor-styles-wrapper section.futan h2 .sme-text-color > .sme-font-size {
    font-size: max(36px, 36px + 16 * (100vw - 390px) / 1049) !important;
  }
}
main.top section.futan .futan_list,
.editor-styles-wrapper section.futan .futan_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 600px) {
  main.top section.futan .futan_list,
  .editor-styles-wrapper section.futan .futan_list {
    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: 0;
  }
}
main.top section.futan .futan_list li,
.editor-styles-wrapper section.futan .futan_list li {
  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;
  position: relative;
  padding: 52px 10px 0;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  main.top section.futan .futan_list li,
  .editor-styles-wrapper section.futan .futan_list li {
    width: 230px;
    height: auto;
    aspect-ratio: 1/1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 33.5px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.futan .futan_list li,
  .editor-styles-wrapper section.futan .futan_list li {
    width: max(200px, 200px + 30 * (100vw - 320px) / 69);
    padding: max(15px, 15px + 5 * (100vw - 320px) / 69) max(20px, 20px + 13.5 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 600px) {
  main.top section.futan .futan_list li + li,
  .editor-styles-wrapper section.futan .futan_list li + li {
    margin-top: -60px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.futan .futan_list li + li,
  .editor-styles-wrapper section.futan .futan_list li + li {
    margin-top: min(-30px, -30px + 30 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 600px) {
  main.top section.futan .futan_list li:nth-of-type(even),
  .editor-styles-wrapper section.futan .futan_list li:nth-of-type(even) {
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  main.top section.futan .futan_list li:nth-of-type(even) figure,
  .editor-styles-wrapper section.futan .futan_list li:nth-of-type(even) figure {
    right: auto;
    left: -6px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}
@media screen and (max-width: 389px) {
  main.top section.futan .futan_list li:nth-of-type(even) figure,
  .editor-styles-wrapper section.futan .futan_list li:nth-of-type(even) figure {
    left: 0;
  }
}
main.top section.futan .futan_list li::before,
.editor-styles-wrapper section.futan .futan_list li::before {
  content: "";
  position: absolute;
  width: 280px;
  height: auto;
  aspect-ratio: 1/1;
  background: rgba(29, 87, 59, 0.1);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.top section.futan .futan_list li::before,
  .editor-styles-wrapper section.futan .futan_list li::before {
    width: max(250px, 250px + 30 * (100vw - 601px) / 838);
  }
}
@media screen and (max-width: 600px) {
  main.top section.futan .futan_list li::before,
  .editor-styles-wrapper section.futan .futan_list li::before {
    width: 230px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.futan .futan_list li::before,
  .editor-styles-wrapper section.futan .futan_list li::before {
    width: max(200px, 200px + 30 * (100vw - 320px) / 69);
  }
}
main.top section.futan .futan_list li span.tag,
.editor-styles-wrapper section.futan .futan_list li span.tag {
  font-size: 16px;
  background: #1D573B;
  font-weight: bold;
  padding: 4px 20px;
  color: #fff;
  border-radius: 15.5px;
}
@media screen and (max-width: 1439px) {
  main.top section.futan .futan_list li span.tag,
  .editor-styles-wrapper section.futan .futan_list li span.tag {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.futan .futan_list li h3,
.editor-styles-wrapper section.futan .futan_list li h3 {
  font-size: 32px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  color: #D93E3E;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  main.top section.futan .futan_list li h3,
  .editor-styles-wrapper section.futan .futan_list li h3 {
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
main.top section.futan .futan_list li p,
.editor-styles-wrapper section.futan .futan_list li p {
  margin-top: 10px;
  font-size: 12px;
}
@media screen and (max-width: 389px) {
  main.top section.futan .futan_list li p,
  .editor-styles-wrapper section.futan .futan_list li p {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.futan .futan_list li figure,
.editor-styles-wrapper section.futan .futan_list li figure {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  main.top section.futan .futan_list li figure,
  .editor-styles-wrapper section.futan .futan_list li figure {
    position: absolute;
    margin-top: 0;
    top: 50%;
    right: -6px;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
@media screen and (max-width: 389px) {
  main.top section.futan .futan_list li figure,
  .editor-styles-wrapper section.futan .futan_list li figure {
    right: 0;
  }
}
main.top section.futan .futan_list li figure img,
.editor-styles-wrapper section.futan .futan_list li figure img {
  margin-inline: auto;
}
main.top section.futan .sarani,
.editor-styles-wrapper section.futan .sarani {
  width: 295px;
  height: auto;
  aspect-ratio: 295/80;
  background: #1D573B;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.futan .sarani,
  .editor-styles-wrapper section.futan .sarani {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.futan .sarani,
  .editor-styles-wrapper section.futan .sarani {
    padding-top: 10px;
    width: 221px;
    aspect-ratio: 221/60;
  }
}
main.top section.case,
.editor-styles-wrapper section.case {
  padding-bottom: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.case,
  .editor-styles-wrapper section.case {
    padding-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.case::after,
.editor-styles-wrapper section.case::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  background: rgba(29, 87, 59, 0.1);
  -webkit-clip-path: polygon(100% 0, 100% 65%, 0 100%, 0 35%);
          clip-path: polygon(100% 0, 100% 65%, 0 100%, 0 35%);
}
@media screen and (max-width: 600px) {
  main.top section.case::after,
  .editor-styles-wrapper section.case::after {
    top: 95px;
    bottom: 174px;
    height: auto;
    -webkit-clip-path: polygon(100% 0, 100% 65%, 0 100%, 0 35%);
            clip-path: polygon(100% 0, 100% 65%, 0 100%, 0 35%);
  }
}
main.top section.case .case_list,
.editor-styles-wrapper section.case .case_list {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_list,
  .editor-styles-wrapper section.case .case_list {
    grid-template-columns: repeat(3, 1fr);
    gap: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 600px) {
  main.top section.case .case_list,
  .editor-styles-wrapper section.case .case_list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
main.top section.case .case_list li,
.editor-styles-wrapper section.case .case_list li {
  background: #fff;
  border: 2px solid #1D573B;
  border-radius: 10px;
  height: 200px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 600px) {
  main.top section.case .case_list li,
  .editor-styles-wrapper section.case .case_list li {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    padding: 5px;
  }
}
main.top section.case .case_list li:nth-of-type(1) h3,
.editor-styles-wrapper section.case .case_list li:nth-of-type(1) h3 {
  margin-bottom: 0;
}
main.top section.case .case_list li:nth-of-type(2) h3,
.editor-styles-wrapper section.case .case_list li:nth-of-type(2) h3 {
  margin-bottom: 19px;
}
@media screen and (max-width: 389px) {
  main.top section.case .case_list li:nth-of-type(2) h3,
  .editor-styles-wrapper section.case .case_list li:nth-of-type(2) h3 {
    margin-bottom: 10px;
  }
}
main.top section.case .case_list li:nth-of-type(3) h3,
.editor-styles-wrapper section.case .case_list li:nth-of-type(3) h3 {
  margin-bottom: 19px;
}
@media screen and (max-width: 389px) {
  main.top section.case .case_list li:nth-of-type(3) h3,
  .editor-styles-wrapper section.case .case_list li:nth-of-type(3) h3 {
    margin-bottom: 10px;
  }
}
main.top section.case .case_list li:nth-of-type(4) h3,
.editor-styles-wrapper section.case .case_list li:nth-of-type(4) h3 {
  margin-bottom: 10px;
}
main.top section.case .case_list li:nth-of-type(5) h3,
.editor-styles-wrapper section.case .case_list li:nth-of-type(5) h3 {
  margin-bottom: 7px;
}
main.top section.case .case_list li:nth-of-type(6) h3,
.editor-styles-wrapper section.case .case_list li:nth-of-type(6) h3 {
  margin-bottom: 9px;
}
main.top section.case .case_list li h3,
.editor-styles-wrapper section.case .case_list li h3 {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_list li h3,
  .editor-styles-wrapper section.case .case_list li h3 {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.case .case_list li h3,
  .editor-styles-wrapper section.case .case_list li h3 {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.case .case_list li figure img,
.editor-styles-wrapper section.case .case_list li figure img {
  margin-inline: auto;
}
@media screen and (max-width: 389px) {
  main.top section.case .case_list li figure img,
  .editor-styles-wrapper section.case .case_list li figure img {
    width: max(80px, 80px + 33 * (100vw - 320px) / 69) !important;
  }
}
main.top section.case .case_list + p,
.editor-styles-wrapper section.case .case_list + p {
  margin-top: 30px;
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_list + p,
  .editor-styles-wrapper section.case .case_list + p {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.case .case_list + p,
  .editor-styles-wrapper section.case .case_list + p {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 600px) {
  main.top section.flow .inner,
  .editor-styles-wrapper section.flow .inner {
    padding: 0 10px;
  }
}
main.top section.flow .flow_list,
.editor-styles-wrapper section.flow .flow_list {
  max-width: 520px;
  margin-inline: auto;
}
main.top section.flow .flow_list li,
.editor-styles-wrapper section.flow .flow_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 6px 40px 30px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), 50% 100%, 0 calc(100% - 16px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), 50% 100%, 0 calc(100% - 16px));
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.flow .flow_list li,
  .editor-styles-wrapper section.flow .flow_list li {
    padding: 6px max(12px, 12px + 28 * (100vw - 390px) / 1049) 30px;
  }
}
main.top section.flow .flow_list li:nth-of-type(3n+1),
.editor-styles-wrapper section.flow .flow_list li:nth-of-type(3n+1) {
  background: #D2DDD8;
}
main.top section.flow .flow_list li:nth-of-type(3n+2),
.editor-styles-wrapper section.flow .flow_list li:nth-of-type(3n+2) {
  background: #BCCDC5;
}
main.top section.flow .flow_list li:nth-of-type(3n+3),
.editor-styles-wrapper section.flow .flow_list li:nth-of-type(3n+3) {
  background: #A5BCB1;
}
main.top section.flow .flow_list li + li,
.editor-styles-wrapper section.flow .flow_list li + li {
  padding-top: 24px;
  margin-top: -16px;
}
main.top section.flow .flow_list li:nth-child(1),
.editor-styles-wrapper section.flow .flow_list li:nth-child(1) {
  z-index: 10;
}
main.top section.flow .flow_list li:nth-child(2),
.editor-styles-wrapper section.flow .flow_list li:nth-child(2) {
  z-index: 9;
}
main.top section.flow .flow_list li:nth-child(3),
.editor-styles-wrapper section.flow .flow_list li:nth-child(3) {
  z-index: 8;
}
main.top section.flow .flow_list li:nth-child(4),
.editor-styles-wrapper section.flow .flow_list li:nth-child(4) {
  z-index: 7;
}
main.top section.flow .flow_list li:nth-child(5),
.editor-styles-wrapper section.flow .flow_list li:nth-child(5) {
  z-index: 6;
}
main.top section.flow .flow_list li:nth-child(6),
.editor-styles-wrapper section.flow .flow_list li:nth-child(6) {
  z-index: 5;
}
main.top section.flow .flow_list li:last-child,
.editor-styles-wrapper section.flow .flow_list li:last-child {
  -webkit-clip-path: none;
          clip-path: none;
}
main.top section.flow .flow_list li .number_wrap,
.editor-styles-wrapper section.flow .flow_list li .number_wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  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;
  gap: 10px;
}
main.top section.flow .flow_list li .number_wrap .number,
.editor-styles-wrapper section.flow .flow_list li .number_wrap .number {
  font-size: 46px;
  font-weight: 400;
  color: #fff;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
main.top section.flow .flow_list li .text_wrap,
.editor-styles-wrapper section.flow .flow_list li .text_wrap {
  padding-top: 8px;
}
main.top section.flow .flow_list li .text_wrap h3,
.editor-styles-wrapper section.flow .flow_list li .text_wrap h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
main.top section.flow .flow_list li .text_wrap p,
.editor-styles-wrapper section.flow .flow_list li .text_wrap p {
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.top section.flow .flow_list li .text_wrap p,
  .editor-styles-wrapper section.flow .flow_list li .text_wrap p {
    font-size: 16px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.flow .flow_list li .text_wrap p,
  .editor-styles-wrapper section.flow .flow_list li .text_wrap p {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.flow .flow_list li .text_wrap p .sme-font-size,
.editor-styles-wrapper section.flow .flow_list li .text_wrap p .sme-font-size {
  display: inline-block;
  line-height: 1.25;
}
main.top section.faq,
.editor-styles-wrapper section.faq {
  padding-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.faq,
  .editor-styles-wrapper section.faq {
    padding-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.faq .faq_list .wp-block-accordion-item,
.editor-styles-wrapper section.faq .faq_list .wp-block-accordion-item {
  border: 1px solid #1D573B;
}
main.top section.faq .faq_list .wp-block-accordion-item + .wp-block-accordion-item,
.editor-styles-wrapper section.faq .faq_list .wp-block-accordion-item + .wp-block-accordion-item {
  margin-top: 20px;
}
main.top section.faq .faq_list .wp-block-accordion-item h3,
.editor-styles-wrapper section.faq .faq_list .wp-block-accordion-item h3 {
  font-size: 16px;
  font-weight: bold;
  color: #1D573B;
  padding: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .faq_list .wp-block-accordion-item h3,
  .editor-styles-wrapper section.faq .faq_list .wp-block-accordion-item h3 {
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.faq .faq_list .wp-block-accordion-item h3:hover .wp-block-accordion-heading__toggle-title,
.editor-styles-wrapper section.faq .faq_list .wp-block-accordion-item h3:hover .wp-block-accordion-heading__toggle-title {
  text-decoration: none;
}
main.top section.faq .faq_list .wp-block-accordion-item h3 .wp-block-accordion-heading__toggle,
.editor-styles-wrapper section.faq .faq_list .wp-block-accordion-item h3 .wp-block-accordion-heading__toggle {
  padding: 0;
}
main.top section.faq .faq_list .wp-block-accordion-item h3 .wp-block-accordion-heading__toggle-title,
.editor-styles-wrapper section.faq .faq_list .wp-block-accordion-item h3 .wp-block-accordion-heading__toggle-title {
  padding: 0;
}
main.top section.faq .faq_list .wp-block-accordion-item h3 .wp-block-accordion-heading__toggle-title::before,
.editor-styles-wrapper section.faq .faq_list .wp-block-accordion-item h3 .wp-block-accordion-heading__toggle-title::before {
  content: "Q. ";
  font-size: 16px;
  font-weight: bold;
  color: #1D573B;
}
main.top section.faq .faq_list .wp-block-accordion-item h3 .wp-block-accordion-heading__toggle-title:hover,
.editor-styles-wrapper section.faq .faq_list .wp-block-accordion-item h3 .wp-block-accordion-heading__toggle-title:hover {
  text-decoration: none;
}
main.top section.faq .faq_list .wp-block-accordion-item .wp-block-accordion-panel p,
.editor-styles-wrapper section.faq .faq_list .wp-block-accordion-item .wp-block-accordion-panel p {
  padding: 0 20px 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .faq_list .wp-block-accordion-item .wp-block-accordion-panel p,
  .editor-styles-wrapper section.faq .faq_list .wp-block-accordion-item .wp-block-accordion-panel p {
    padding: 0 max(10px, 10px + 10 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.contact h2 + p,
.editor-styles-wrapper section.contact h2 + p {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.contact h2 + p,
  .editor-styles-wrapper section.contact h2 + p {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.contact h2 + p,
  .editor-styles-wrapper section.contact h2 + p {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.contact .cta_btn_wrap,
.editor-styles-wrapper section.contact .cta_btn_wrap {
  margin-top: 20px;
}
main.top section.contact-form,
.editor-styles-wrapper section.contact-form {
  padding-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.contact-form,
  .editor-styles-wrapper section.contact-form {
    padding-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}

.wpcf7 .cf7-form {
  max-width: 800px;
  margin: 0 auto;
}
.wpcf7 .cf7-row {
  margin: 0 0 20px;
}
.wpcf7 .cf7-label {
  margin: 0 0 10px;
  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: 20px;
}
@media screen and (max-width: 600px) {
  .wpcf7 .cf7-label {
    gap: 10px;
  }
}
.wpcf7 .cf7-label .cf7-label-text {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .wpcf7 .cf7-label .cf7-label-text {
    font-size: 16px;
  }
}
.wpcf7 .cf7-required {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  padding: 2px 10px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #D93E3E;
}
.wpcf7 .cf7-optional {
  font-size: 12px;
  font-weight: 700;
  color: #777;
}
.wpcf7 .cf7-field input[type=text],
.wpcf7 .cf7-field input[type=tel],
.wpcf7 .cf7-field input[type=email],
.wpcf7 .cf7-field select,
.wpcf7 .cf7-field textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 2px;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.4;
  outline: none;
}
.wpcf7 .cf7-field input[type=text]:focus,
.wpcf7 .cf7-field input[type=tel]:focus,
.wpcf7 .cf7-field input[type=email]:focus,
.wpcf7 .cf7-field select:focus,
.wpcf7 .cf7-field textarea:focus {
  border-color: #bdbdbd;
}
.wpcf7 .cf7-field textarea {
  height: 200px;
  resize: vertical;
}
.wpcf7 .cf7-field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #666 50%), -webkit-linear-gradient(315deg, #666 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 18px) 52%, calc(100% - 12px) 52%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}
.wpcf7 .cf7-address .cf7-subfield {
  margin: 0 0 10px;
}
.wpcf7 .cf7-address .cf7-sub-label {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 500;
}
.wpcf7 .cf7-address .cf7-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 6px;
}
@media (max-width: 600px) {
  .wpcf7 .cf7-address .cf7-grid-2 {
    grid-template-columns: 1fr;
  }
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
}
.wpcf7 .cf7-actions {
  margin-top: 30px;
  text-align: center;
}
.wpcf7 .cf7-actions .cf7-submit {
  display: grid;
  place-items: center;
  margin-inline: auto;
  width: min(400px, 100%);
  height: 40px;
  border: none;
  border-radius: 4px;
  background: #1D573B;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .wpcf7 .cf7-actions .cf7-submit {
    width: min(300px, 100%);
  }
}
.wpcf7 .cf7-actions .cf7-submit:hover {
  opacity: 0.9;
}
.wpcf7 .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
.wpcf7 .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  padding-left: 24px;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 50%;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wpcf7 .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1f5b43;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.wpcf7 .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::before {
  border-color: #1f5b43;
}
.wpcf7 .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

footer {
  padding: 20px 0;
}
footer p + p {
  margin-top: 20px;
}

.footer_fixed_btn {
  position: fixed;
  padding-bottom: 20px;
  bottom: 0;
  left: 50%;
  z-index: 100;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 389px) {
  .footer_fixed_btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footer_fixed_btn.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#popup {
  display: none;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  background: rgba(0, 0, 0, 0.55);
}
#popup:checked + .overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.close_overlay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.window {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(900px, 100% - 32px);
  max-height: min(80svh, 760px);
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  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;
}
@media screen and (max-width: 600px) {
  .window {
    width: calc(100% - 32px);
    max-height: 70svh;
  }
}

.close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 4px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  padding: 0;
  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;
  z-index: 1;
}
.close:hover {
  background-color: #f5f5f5;
}

.privacy-policy_wrap {
  padding: 16px;
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 1.9;
}
.privacy-policy_wrap p {
  margin: 0 0 14px;
}
.privacy-policy_wrap h2,
.privacy-policy_wrap h3,
.privacy-policy_wrap h4 {
  margin: 24px 0 10px;
  font-weight: 700;
  line-height: 1.4;
}
.privacy-policy_wrap ul,
.privacy-policy_wrap ol {
  margin: 0 0 14px;
  padding-left: 1.2em;
  list-style: disc;
}
.privacy-policy_wrap a {
  text-decoration: underline;
}
.privacy-policy_wrap a:hover {
  opacity: 0.7;
}

.close_btn_wrap {
  padding: 16px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}
@media screen and (max-width: 600px) {
  .close_btn_wrap {
    padding: 14px 16px;
  }
}
.close_btn_wrap .close_btn {
  display: inline-block;
  width: 117px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  color: #231815;
  background-color: #dcdddd;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border: 1px solid #e5e5e5;
  padding: 0;
  border-radius: 4px;
}
.close_btn_wrap .close_btn:hover {
  background-color: #d0d0d0;
}

body.is-popup-open {
  overflow: hidden;
}