/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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 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 */
  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;
}

.p24 {
  padding: 24px;
}
@media screen and (max-width: 1439px) {
  .p24 {
    padding: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}

.p32 {
  padding: 32px;
}
@media screen and (max-width: 1439px) {
  .p32 {
    padding: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}

.p40 {
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  .p40 {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}

.p60 {
  padding: 60px;
}
@media screen and (max-width: 1439px) {
  .p60 {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}

.p100 {
  padding: 100px;
}
@media screen and (max-width: 1439px) {
  .p100 {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}

.p120 {
  padding: 120px;
}
@media screen and (max-width: 1439px) {
  .p120 {
    padding: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}

.pt24 {
  padding-top: 24px;
}
@media screen and (max-width: 1439px) {
  .pt24 {
    padding-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}

.pt32 {
  padding-top: 32px;
}
@media screen and (max-width: 1439px) {
  .pt32 {
    padding-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}

.pt40 {
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .pt40 {
    padding-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}

.pt60 {
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  .pt60 {
    padding-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}

.pt100 {
  padding-top: 100px;
}
@media screen and (max-width: 1439px) {
  .pt100 {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}

.pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 1439px) {
  .pt120 {
    padding-top: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}

.pb24 {
  padding-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .pb24 {
    padding-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}

.pb32 {
  padding-bottom: 32px;
}
@media screen and (max-width: 1439px) {
  .pb32 {
    padding-bottom: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}

.pb40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .pb40 {
    padding-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}

.pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  .pb60 {
    padding-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  .pb100 {
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}

.pb120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 1439px) {
  .pb120 {
    padding-bottom: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}

.pv24 {
  padding: 24px 0;
}
@media screen and (max-width: 1439px) {
  .pv24 {
    padding: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}

.pv32 {
  padding: 32px 0;
}
@media screen and (max-width: 1439px) {
  .pv32 {
    padding: max(16px, 16px + 16 * (100vw - 390px) / 1049) 0;
  }
}

.pv40 {
  padding: 40px 0;
}
@media screen and (max-width: 1439px) {
  .pv40 {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049) 0;
  }
}

.pv60 {
  padding: 60px 0;
}
@media screen and (max-width: 1439px) {
  .pv60 {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}

.pv100 {
  padding: 100px 0;
}
@media screen and (max-width: 1439px) {
  .pv100 {
    padding: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}

.pv120 {
  padding: 120px 0;
}
@media screen and (max-width: 1439px) {
  .pv120 {
    padding: max(60px, 60px + 60 * (100vw - 390px) / 1049) 0;
  }
}

.mt24 {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .mt24 {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}

.mt32 {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .mt32 {
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .mt40 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  .mt60 {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}

.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  .mt100 {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}

.mt120 {
  margin-top: 120px;
}
@media screen and (max-width: 1439px) {
  .mt120 {
    margin-top: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}

.mb24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .mb24 {
    margin-bottom: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}

.mb32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1439px) {
  .mb32 {
    margin-bottom: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .mb40 {
    margin-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  .mb60 {
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  .mb100 {
    margin-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}

.mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1439px) {
  .mb120 {
    margin-bottom: max(60px, 60px + 60 * (100vw - 390px) / 1049);
  }
}

.mv24 {
  margin: 24px 0;
}
@media screen and (max-width: 1439px) {
  .mv24 {
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}

.mv32 {
  margin: 32px 0;
}
@media screen and (max-width: 1439px) {
  .mv32 {
    margin: max(16px, 16px + 16 * (100vw - 390px) / 1049) 0;
  }
}

.mv40 {
  margin: 40px 0;
}
@media screen and (max-width: 1439px) {
  .mv40 {
    margin: max(20px, 20px + 20 * (100vw - 390px) / 1049) 0;
  }
}

.mv60 {
  margin: 60px 0;
}
@media screen and (max-width: 1439px) {
  .mv60 {
    margin: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}

.mv100 {
  margin: 100px 0;
}
@media screen and (max-width: 1439px) {
  .mv100 {
    margin: max(50px, 50px + 50 * (100vw - 390px) / 1049) 0;
  }
}

.mv120 {
  margin: 120px 0;
}
@media screen and (max-width: 1439px) {
  .mv120 {
    margin: max(60px, 60px + 60 * (100vw - 390px) / 1049) 0;
  }
}

/* ==================================================
 * common
 * ================================================== */
.inner {
  max-width: calc(1100px + 10%);
  padding-inline: 5%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-inline: 20px;
  }
}

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

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

.extraction_lp_page a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .extraction_lp_page a:hover {
    opacity: 0.7;
  }
}

.extraction_lp {
  overflow-x: clip;
}

.section_text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  .section_text {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}

.section_title {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.section_title .ja,
.section_title .en {
  display: block;
}
.section_title .ja {
  font-size: 40px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1439px) {
  .section_title .ja {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    letter-spacing: max(1.2px, 1.2px + 0.8 * (100vw - 390px) / 1049);
  }
}
.section_title .en {
  margin-top: 25px;
  color: #81bb05;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .section_title .en {
    margin-top: max(10px, 10px + 15 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    letter-spacing: max(2px, 2px + 1.2 * (100vw - 390px) / 1049);
  }
}

.section_lead {
  color: #3e3a39;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .section_lead {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}

.section_line_title {
  position: relative;
  padding-bottom: 8.5px;
  border-bottom: 1px solid #ccc;
  color: #588338;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  .section_line_title {
    padding-bottom: max(8.5px, 9px + -0.5 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
.section_line_title::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background: #588735;
  content: "";
}
@media screen and (max-width: 1439px) {
  .section_line_title::after {
    width: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}

.section_block_title {
  padding: 21px 15px;
  border-top: 1px solid #588338;
  border-bottom: 1px solid #588338;
  background: #f4f9f1;
  color: #588338;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .section_block_title {
    padding: max(14px, 14px + 7 * (100vw - 390px) / 1049) 15px;
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
.section_block_title.is-white {
  background: #fff;
}

/* ==================================================
 * contact
 * ================================================== */
section.contact.contact_case {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  section.contact.contact_case {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.contact.contact_case .contact_text h2 span:last-child {
    font-size: max(21px, 21px + 3 * (100vw - 320px) / 69);
  }
}
section.contact.contact_fv {
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  section.contact.contact_fv {
    padding-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
section.contact .contact_wrap {
  background: #f4f9f1;
}
section.contact .contact_intro {
  display: grid;
  grid-template-columns: 420px 1fr;
  background: #f4f9f1;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_intro {
    grid-template-columns: max(264px, 264px + 156 * (100vw - 768px) / 671) 1fr;
  }
}
@media screen and (max-width: 767px) {
  section.contact .contact_intro {
    display: block;
  }
}
section.contact .contact_img {
  position: relative;
  display: block;
}
section.contact .contact_img::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 68%, #f4f9f1 100%), linear-gradient(to bottom, transparent 62%, #f4f9f1 100%);
  content: "";
  pointer-events: none;
}
section.contact .contact_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.contact .contact_text {
  padding: 50px 40px 60px;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_text {
    padding: max(20px, 20px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.contact .contact_text {
    padding-bottom: 0;
  }
}
section.contact .contact_text h2 {
  color: #588338;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.45;
}
section.contact .contact_text h2 span {
  display: block;
}
section.contact .contact_text h2 span:first-child {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_text h2 span:first-child {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
section.contact .contact_text h2 span:last-child {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_text h2 span:last-child {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
section.contact .contact_text > p {
  margin-top: 24px;
  color: #3e3a39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_text > p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.contact .contact_cta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  section.contact .contact_cta {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }
}
section.contact .contact_cta > a {
  position: relative;
  display: flex;
  padding: 25px;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_cta > a {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049) max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
section.contact .contact_cta > a::before {
  position: absolute;
  inset: 10px;
  border: 1px solid #fff;
  content: "";
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section.contact .contact_cta > a::before {
    inset: 5px;
  }
}
section.contact .contact_cta_tel {
  background: #588338;
}
section.contact .contact_cta_web {
  background: #5ea223;
}
section.contact .contact_cta_line {
  background: #81bb05;
}
section.contact .contact_cta_label {
  z-index: 1;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_cta_label {
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.contact .contact_cta_label {
    gap: 3px;
  }
}
section.contact .contact_cta_label img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  section.contact .contact_cta_label img {
    width: 15px;
    height: 15px;
  }
}
section.contact .contact_cta_main {
  z-index: 1;
  margin-top: 8px;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_cta_main {
    margin-top: max(4px, 4px + 4 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 8 * (100vw - 768px) / 671);
  }
}
section.contact .contact_cta_number {
  font-family: "Jost", sans-serif;
}
section.contact .contact_cta_number small {
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.contact .contact_cta_number small {
    font-size: max(16px, 16px + 8 * (100vw - 768px) / 671);
  }
}

/* ==================================================
 * header
 * ================================================== */
html {
  scroll-padding-top: 90px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 70px;
  }
}

/* header */
.header {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: #3e3a39;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .header {
    background: #fff;
    position: fixed;
    box-shadow: 0 5px 10px rgba(62, 58, 57, 0.05);
  }
}
.header.is-scrolled {
  position: fixed;
  background: #fff;
  box-shadow: 0 5px 10px rgba(62, 58, 57, 0.05);
  animation: header_slide_down 0.35s ease both;
}
@media screen and (max-width: 767px) {
  .header.is-scrolled {
    position: fixed;
    animation: none;
  }
}
.header.is-scrolled .header_inner {
  height: 90px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .header.is-scrolled .header_inner {
    height: 70px;
    padding: 0 10px;
  }
}
.header.is-scrolled .header_left {
  display: none;
}
@media screen and (max-width: 767px) {
  .header.is-scrolled .header_left {
    display: flex;
  }
}
.header.is-scrolled .header_nav {
  display: block;
}
@media screen and (max-width: 767px) {
  .header.is-scrolled .header_nav {
    display: none;
  }
}
.header.is-scrolled .header_btn_list {
  gap: 0;
}
.header.is-scrolled .header_btn_list li {
  height: 90px;
}
.header.is-scrolled .header_btn_list .header_btn_label {
  top: 8px;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .header.is-scrolled .header_btn_list .header_btn_label {
    padding-top: max(1px, 3px + -2 * (100vw - 768px) / 671);
    font-size: max(12px, 12px + 4 * (100vw - 768px) / 671);
  }
}
.header.is-scrolled .header_btn_list .header_tel {
  width: 210px;
  margin-right: 20px;
}
@media screen and (max-width: 1439px) {
  .header.is-scrolled .header_btn_list .header_tel {
    width: max(150px, 150px + 60 * (100vw - 768px) / 671);
    margin-right: max(8px, 8px + 12 * (100vw - 768px) / 671);
  }
}
.header.is-scrolled .header_btn_list .header_tel .header_btn_label {
  top: 8px;
  width: 150px;
}
@media screen and (max-width: 1439px) {
  .header.is-scrolled .header_btn_list .header_tel .header_btn_label {
    top: max(8px, 13px + -5 * (100vw - 768px) / 671);
    width: max(100px, 100px + 50 * (100vw - 768px) / 671);
  }
}
.header.is-scrolled .header_btn_list .header_tel a {
  padding-bottom: 11px;
  font-size: 28px;
}
@media screen and (max-width: 1439px) {
  .header.is-scrolled .header_btn_list .header_tel a {
    padding-bottom: max(11px, 24px + -13 * (100vw - 768px) / 671);
    font-size: max(18px, 18px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 1439px) {
  .header.is-scrolled .header_btn_list .header_tel .header_icon {
    flex-basis: max(16px, 16px + 4 * (100vw - 768px) / 671);
    width: max(16px, 16px + 4 * (100vw - 768px) / 671);
    height: max(16px, 16px + 4 * (100vw - 768px) / 671);
    margin-right: max(3px, 3px + 2 * (100vw - 768px) / 671);
  }
}
.header.is-scrolled .header_btn_list .header_web,
.header.is-scrolled .header_btn_list .header_line {
  width: 170px;
}
@media screen and (max-width: 1439px) {
  .header.is-scrolled .header_btn_list .header_web,
  .header.is-scrolled .header_btn_list .header_line {
    width: max(110px, 110px + 60 * (100vw - 768px) / 671);
  }
}
.header.is-scrolled .header_btn_list .header_web .header_btn_label,
.header.is-scrolled .header_btn_list .header_line .header_btn_label {
  top: 13px;
  width: 140px;
}
@media screen and (max-width: 1439px) {
  .header.is-scrolled .header_btn_list .header_web .header_btn_label,
  .header.is-scrolled .header_btn_list .header_line .header_btn_label {
    width: max(100px, 100px + 40 * (100vw - 768px) / 671);
  }
}
.header.is-scrolled .header_btn_list .header_web a,
.header.is-scrolled .header_btn_list .header_line a {
  height: 90px;
  padding-top: 35px;
  border: 0;
  box-shadow: 0 5px 10px rgba(62, 58, 57, 0.05);
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  .header.is-scrolled .header_btn_list .header_web a,
  .header.is-scrolled .header_btn_list .header_line a {
    padding-top: max(25px, 25px + 10 * (100vw - 768px) / 671);
    font-size: max(16px, 16px + 4 * (100vw - 768px) / 671);
  }
}
.header.is-scrolled .header_btn_list .header_web a::before,
.header.is-scrolled .header_btn_list .header_line a::before {
  border: 0;
  content: none;
}

@keyframes header_slide_down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  padding: 0 20px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .header_inner {
    padding-inline: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .header_inner {
    height: 70px;
  }
}

.header_left {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.header_left h1 {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  .header_left h1 {
    font-size: max(8px, 8px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .header_left h1 {
    margin-bottom: 3px;
    line-height: 1.4;
  }
}
.header_left a.logo {
  display: block;
  width: 280px;
}
@media screen and (max-width: 1439px) {
  .header_left a.logo {
    width: max(190px, 190px + 90 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .header_left a.logo {
    width: 180px;
  }
}
.header_left a.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header_nav {
  display: none;
  flex: 0 1 720px;
  align-self: stretch;
  min-width: 0;
}
@media screen and (max-width: 1439px) {
  .header_nav {
    flex-basis: max(380px, 380px + 340 * (100vw - 768px) / 671);
  }
}
.header_nav ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.header_nav ul li {
  display: flex;
  align-items: center;
  height: 50%;
  border-left: 1px solid rgba(88, 131, 56, 0.25);
}
.header_nav ul li:first-child {
  border-left: 0;
}
.header_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: 1.5;
  white-space: nowrap;
  transition: color 0.2s ease;
}
@media screen and (max-width: 1439px) {
  .header_nav ul li a {
    padding-inline: max(6px, 6px + 14 * (100vw - 768px) / 671);
    font-size: max(11px, 11px + 9 * (100vw - 768px) / 671);
  }
}
.header_nav ul li a:hover {
  color: #588338;
}

.header_right {
  flex-shrink: 0;
}

.header_btn_list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1439px) {
  .header_btn_list {
    gap: max(8px, 8px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .header_btn_list {
    display: none;
  }
}
.header_btn_list li {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 75px;
}
.header_btn_list .header_btn_label {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 150px;
  height: 31px;
  padding-top: 1px;
  transform: translateX(-50%);
  color: currentColor;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .header_btn_list .header_btn_label {
    width: max(120px, 120px + 30 * (100vw - 768px) / 671);
    height: max(25px, 25px + 6 * (100vw - 768px) / 671);
    font-size: max(13px, 13px + 3 * (100vw - 768px) / 671);
  }
}
.header_btn_list .header_btn_label::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background: url("../img/header_btn_fukidashi.svg") center/100% 100% no-repeat;
}
.header_btn_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}
.header_btn_list .header_icon {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: currentColor;
}
@media screen and (max-width: 1439px) {
  .header_btn_list .header_icon {
    flex-basis: max(18px, 18px + 2 * (100vw - 768px) / 671);
    width: max(18px, 18px + 2 * (100vw - 768px) / 671);
    height: max(18px, 18px + 2 * (100vw - 768px) / 671);
    margin-right: max(4px, 4px + 1 * (100vw - 768px) / 671);
  }
}
.header_btn_list .header_tel {
  width: 212px;
  color: #588338;
}
@media screen and (max-width: 1439px) {
  .header_btn_list .header_tel {
    width: max(150px, 150px + 62 * (100vw - 768px) / 671);
  }
}
.header_btn_list .header_tel a {
  color: #3e3a39;
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .header_btn_list .header_tel a {
    font-size: max(18px, 18px + 10 * (100vw - 768px) / 671);
    padding-bottom: max(0px, 18px + -18 * (100vw - 768px) / 671);
  }
}
.header_btn_list .header_tel .header_icon {
  background: #588338;
  -webkit-mask: url("../img/icon_tel.svg") center/contain no-repeat;
  mask: url("../img/icon_tel.svg") center/contain no-repeat;
}
.header_btn_list .header_web,
.header_btn_list .header_line {
  width: 200px;
}
@media screen and (max-width: 1439px) {
  .header_btn_list .header_web,
  .header_btn_list .header_line {
    width: max(140px, 140px + 60 * (100vw - 768px) / 671);
  }
}
.header_btn_list .header_web a,
.header_btn_list .header_line a {
  position: relative;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .header_btn_list .header_web a,
  .header_btn_list .header_line a {
    font-size: max(18px, 18px + 2 * (100vw - 768px) / 671);
  }
}
.header_btn_list .header_web a::before,
.header_btn_list .header_line a::before {
  position: absolute;
  inset: 5px;
  border: 1px solid #fff;
  content: "";
  pointer-events: none;
}
.header_btn_list .header_web {
  color: #5ea223;
}
.header_btn_list .header_web .header_btn_label::before {
  background-image: url("../img/header_btn_fukidashi_web.svg");
}
.header_btn_list .header_web a {
  background: #5ea223;
}
.header_btn_list .header_web .header_icon {
  -webkit-mask: url("../img/icon_web.svg") center/contain no-repeat;
  mask: url("../img/icon_web.svg") center/contain no-repeat;
}
.header_btn_list .header_line {
  color: #81bb05;
}
.header_btn_list .header_line .header_btn_label::before {
  background-image: url("../img/header_btn_fukidashi_line.svg");
}
.header_btn_list .header_line a {
  background: #81bb05;
}
.header_btn_list .header_line .header_icon {
  -webkit-mask: url("../img/icon_line.svg") center/contain no-repeat;
  mask: url("../img/icon_line.svg") center/contain no-repeat;
}

.header_menu_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .header_menu_btn {
    position: relative;
    display: block;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    background: linear-gradient(102.67deg, #fcfcfc 13.04%, #ececec 92.92%);
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .header_menu_btn span {
    position: absolute;
    left: 50%;
    display: block;
    width: 24px;
    height: 1px;
    transform: translateX(-50%);
    background: #588338;
    transition: top 0.25s ease, transform 0.25s ease, opacity 0.2s ease;
  }
}
@media screen and (max-width: 767px) {
  .header_menu_btn span:nth-child(1) {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header_menu_btn span:nth-child(2) {
    top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header_menu_btn span:nth-child(3) {
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header_menu_btn.is-open {
    z-index: 3;
    background: linear-gradient(102.67deg, #fcfcfc 13.04%, #ececec 92.92%);
  }
}
@media screen and (max-width: 767px) {
  .header_menu_btn.is-open span {
    background: #588338;
  }
}
@media screen and (max-width: 767px) {
  .header_menu_btn.is-open span:nth-child(1) {
    top: 30px;
    transform: translateX(-50%) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .header_menu_btn.is-open span:nth-child(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .header_menu_btn.is-open span:nth-child(3) {
    top: 30px;
    transform: translateX(-50%) rotate(-45deg);
  }
}

.header_sp_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .header_sp_menu {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    height: 100dvh;
    padding: 80px 20px 40px;
    overflow-y: auto;
    visibility: hidden;
    background: #fff;
    opacity: 0;
    transition: visibility 0.25s ease, opacity 0.25s ease;
  }
}
@media screen and (max-width: 767px) {
  .header_sp_menu.is-open {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .header_sp_menu nav ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header_sp_menu nav ul li {
    border-bottom: 1px solid rgba(88, 131, 56, 0.25);
  }
}
@media screen and (max-width: 767px) {
  .header_sp_menu nav ul li a {
    display: block;
    padding: 14px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  body.is-menu-open {
    overflow: hidden;
  }
}

/* /header */
/* ==================================================
 * fv
 * ================================================== */
/* fv */
section.fv {
  margin-top: -19px;
  overflow: hidden;
  color: #3e3a39;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  section.fv {
    margin-top: 0;
  }
}
section.fv .fv_visual {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: calc(100svh - 91px);
}
@media screen and (max-width: 767px) {
  section.fv .fv_visual {
    height: calc(100svh - 70px);
    min-height: 648px;
  }
}
section.fv .fv_bg {
  grid-area: 1/1/-1/-1;
  align-self: start;
  width: 100%;
  height: 100%;
}
section.fv .fv_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
section.fv .fv_content {
  z-index: 1;
  display: grid;
  grid-area: 1/1;
  grid-template-columns: 664px 520px;
  column-gap: 116px;
  align-self: center;
  width: 88.8888888889%;
  max-width: 1280px;
  margin-inline: auto;
  transform: translateY(-15px);
}
@media screen and (max-width: 1439px) {
  section.fv .fv_content {
    grid-template-columns: 46.1111111111vw 36.1111111111vw;
    column-gap: 8.0555555556vw;
  }
}
@media screen and (max-width: 767px) {
  section.fv .fv_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    padding-inline: 20px;
    transform: translateY(34px);
  }
}
@media screen and (max-width: 500px) {
  section.fv .fv_content {
    align-self: end;
    margin-bottom: 20px;
    transform: none;
  }
}
@media screen and (max-width: 389px) {
  section.fv .fv_content {
    box-sizing: border-box;
    min-width: 0;
  }
}
section.fv .fv_left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.fv .fv_left {
    width: 100%;
    max-width: 520px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 389px) {
  section.fv .fv_left {
    min-width: 0;
  }
}
section.fv .fv_place {
  font-size: 0;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
section.fv .fv_place strong,
section.fv .fv_place span {
  letter-spacing: 0.1em;
}
section.fv .fv_place strong {
  font-size: 48px;
}
@media screen and (max-width: 1439px) {
  section.fv .fv_place strong {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
section.fv .fv_place span {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  section.fv .fv_place span {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.fv .fv_main_text {
  width: 98.1927710843%;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  section.fv .fv_main_text {
    width: 100%;
    margin-top: 3px;
  }
}
section.fv .fv_main_text img {
  display: block;
  width: 100%;
  height: auto;
}
section.fv .fv_specialty {
  width: 98.1927710843%;
  padding-block: 4px;
  margin-top: 24px;
  background: linear-gradient(92.7883769844deg, rgba(74, 142, 23, 0) 0.37073%, #6bb335 50.508%, rgba(74, 142, 23, 0) 99.69%);
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.4375;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.fv .fv_specialty {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.fv .fv_specialty {
    width: 100%;
    padding-block: 7px;
    background: linear-gradient(92.4951064845deg, rgba(74, 142, 23, 0) 0.37073%, #6bb335 50.508%, rgba(74, 142, 23, 0) 99.69%);
    line-height: 1.4375;
  }
}
section.fv .fv_copy {
  margin-top: 10px;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 4px;
  text-align: center;
  text-shadow: 0 0 10px #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.fv .fv_copy {
    margin-top: min(20px, max(10px, 20px + -10 * (100vw - 390px) / 1049));
    font-size: max(24px, 24px + 32 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.fv .fv_copy {
    letter-spacing: 3.2px;
  }
}
@media screen and (max-width: 389px) {
  section.fv .fv_copy {
    font-size: max(21px, 21px + 3 * (100vw - 320px) / 69);
    letter-spacing: max(2.8px, 2.8px + 0.4 * (100vw - 320px) / 69);
  }
}
section.fv .fv_copy p {
  margin: 0;
}
section.fv .fv_copy .is-large {
  font-size: 64px;
}
@media screen and (max-width: 1439px) {
  section.fv .fv_copy .is-large {
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.fv .fv_copy .is-large {
    font-size: max(28px, 28px + 4 * (100vw - 320px) / 69);
  }
}
section.fv .fv_copy .is-tracked {
  letter-spacing: 0.1em;
}
section.fv ul.fv_circle_list {
  display: flex;
  align-self: start;
  margin-top: 324px;
}
@media screen and (max-width: 1439px) {
  section.fv ul.fv_circle_list {
    margin-top: max(173px, 173px + 151 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.fv ul.fv_circle_list {
    align-self: stretch;
    justify-content: center;
    width: 100%;
    max-width: 410px;
    margin-top: 20px;
    margin-inline: auto;
  }
}
section.fv ul.fv_circle_list li {
  position: relative;
  display: grid;
  flex: 0 0 180px;
  place-items: center;
  aspect-ratio: 1;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.fv ul.fv_circle_list li {
    flex-basis: 12.5vw;
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.fv ul.fv_circle_list li {
    flex-basis: calc((100% + 40px) / 3);
  }
}
section.fv ul.fv_circle_list li + li {
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  section.fv ul.fv_circle_list li + li {
    margin-left: -20px;
  }
}
section.fv ul.fv_circle_list li::before, section.fv ul.fv_circle_list li::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}
section.fv ul.fv_circle_list li::before {
  inset: 0;
  opacity: 0.6;
}
section.fv ul.fv_circle_list li::after {
  inset: 15px;
  opacity: 0.8;
}
@media screen and (max-width: 1439px) {
  section.fv ul.fv_circle_list li::after {
    inset: 1.0416666667vw;
  }
}
@media screen and (max-width: 767px) {
  section.fv ul.fv_circle_list li::after {
    inset: min(10px, 2.5641025641vw);
  }
}
section.fv ul.fv_circle_list li:nth-child(1)::before, section.fv ul.fv_circle_list li:nth-child(1)::after {
  background: linear-gradient(196.1644848514deg, #6bb335 0%, #4a8e17 100%);
}
section.fv ul.fv_circle_list li:nth-child(2)::before, section.fv ul.fv_circle_list li:nth-child(2)::after {
  background: linear-gradient(196.1644848514deg, #8fd858 0%, #5ea223 100%);
}
section.fv ul.fv_circle_list li:nth-child(3)::before {
  background: linear-gradient(196.1644848514deg, #b0e540 0%, #81bb05 100%);
}
section.fv ul.fv_circle_list li:nth-child(3)::after {
  background: linear-gradient(196.1644848514deg, #99d21f 0%, #81bb05 100%);
}
section.fv ul.fv_circle_list li span {
  position: relative;
  z-index: 1;
}
section.fv .fv_nav {
  z-index: 2;
  grid-area: 2/1;
  align-self: end;
  justify-self: center;
  width: 76.3194444444%;
  max-width: 1099px;
}
@media screen and (max-width: 767px) {
  section.fv .fv_nav {
    display: none;
  }
}
section.fv .fv_nav ul {
  display: flex;
}
section.fv .fv_nav ul li {
  flex: 1 1 0;
}
section.fv .fv_nav ul li:first-child a {
  background-image: linear-gradient(113.803958999deg, #fcfcfc 13.04%, #ececec 92.924%), linear-gradient(119.632915432deg, #588338 11.354%, #8fad78 90.785%);
}
section.fv .fv_nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 25.5px;
  background-image: linear-gradient(113.803958999deg, #fcfcfc 13.04%, #ececec 92.924%);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.fv .fv_nav ul li a {
    padding-block: max(14px, 14px + 11.5 * (100vw - 768px) / 671);
    font-size: max(11px, 11px + 9 * (100vw - 768px) / 671);
  }
}

/* ==================================================
 * group-02
 * ================================================== */
section.worries {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding: 100px 0 179px;
  overflow-y: hidden;
}
section.worries::before, section.worries::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
section.worries::before {
  z-index: -2;
  inset: 0;
  background-color: #fafafa;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 165px), 50% 100%, 0 calc(100% - 165px));
}
section.worries::after {
  z-index: -1;
  top: -100px;
  right: -100px;
  width: 600px;
  height: 600px;
  background-image: url("../img/worries_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1439px) {
  section.worries {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    padding-bottom: max(92px, 92px + 87 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.worries::before {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 102.18px), 50% 100%, 0 calc(100% - 102.18px));
  }
  section.worries::after {
    top: -80px;
    right: -100px;
    left: auto;
    width: 399px;
    height: 374px;
    background-image: url("../img/worries_bg_sp.webp");
    transform: none;
  }
}
section.worries .worries_title {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
}
section.worries .worries_title_en {
  position: absolute;
  top: 0;
  left: 50%;
  color: #dcf0cb;
  font-family: "Jost", sans-serif;
  font-size: 120px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 0.7;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.worries .worries_title_en {
    font-size: max(64px, 64px + 56 * (100vw - 390px) / 1049);
  }
}
section.worries .worries_title_ja {
  z-index: 1;
  margin-top: 19px;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
@media screen and (max-width: 1439px) {
  section.worries .worries_title_ja {
    margin-top: max(8px, 8px + 11 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.worries .worries_title_main {
  z-index: 1;
  display: flex;
  margin-top: 10px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.45;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.worries .worries_title_main {
    margin-top: min(17px, 17px + -7 * (100vw - 390px) / 1049);
    gap: max(3px, 3px + 7 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.worries .worries_title_main {
    gap: max(2px, 2px + 1 * (100vw - 320px) / 69);
    font-size: max(18px, 18px + 2 * (100vw - 320px) / 69);
  }
}
section.worries .worries_title_main strong {
  position: relative;
  order: 2;
  background-image: url("../img/icon_marker_bold.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 56px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  section.worries .worries_title_main strong {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.worries .worries_title_main strong {
    font-size: max(29px, 29px + 3 * (100vw - 320px) / 69);
  }
}
section.worries .worries_title_main > span:first-child {
  order: 1;
}
section.worries .worries_title_main img {
  order: 4;
  width: 35px;
  height: 59px;
}
@media screen and (max-width: 1439px) {
  section.worries .worries_title_main img {
    width: max(22px, 22px + 13 * (100vw - 390px) / 1049);
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  section.worries .worries_title_main img {
    order: 3;
  }
}
@media screen and (max-width: 389px) {
  section.worries .worries_title_main img {
    width: max(20px, 20px + 2 * (100vw - 320px) / 69);
  }
}
section.worries .worries_title_tail {
  order: 3;
}
@media screen and (max-width: 767px) {
  section.worries .worries_title_tail {
    order: 4;
  }
}
section.worries .worries_text {
  max-width: 880px;
  margin: 60px auto 0;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.worries .worries_text {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.worries .worries_text {
    max-width: none;
  }
}
section.worries .worries_check_title {
  display: flex;
  width: 413px;
  aspect-ratio: 413/94;
  margin: 40px auto 0;
  padding-bottom: 14px;
  background-image: url("../img/icon_fukidashi_s.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  justify-content: center;
  color: #588338;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.45;
}
@media screen and (max-width: 1439px) {
  section.worries .worries_check_title {
    width: max(290px, 290px + 123 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding-bottom: max(10px, 10px + 4 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.worries .worries_check_title {
    aspect-ratio: 290/77;
    background-image: url("../img/icon_fukidashi_s_sp.svg");
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 389px) {
  section.worries .worries_check_title {
    width: max(260px, 260px + 30 * (100vw - 320px) / 69);
    padding-bottom: max(8px, 8px + 2 * (100vw - 320px) / 69);
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.worries .worries_check_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  gap: 25px;
}
@media screen and (max-width: 1439px) {
  section.worries .worries_check_list {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  section.worries .worries_check_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
section.worries .worries_check_list li {
  position: relative;
  display: flex;
  padding: 10px 15px 10px 20px;
  overflow: hidden;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.worries .worries_check_list li {
    padding-right: max(10px, 10px + 5 * (100vw - 390px) / 1049);
    padding-left: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
section.worries .worries_check_list li::before {
  position: absolute;
  inset: 0;
  background-image: url("../img/worries_check_list_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  opacity: 0.25;
}
@media screen and (max-width: 767px) {
  section.worries .worries_check_list li::before {
    background-image: url("../img/worries_check_list_bg_sp.webp");
  }
}
section.worries .worries_check_list li:nth-child(1), section.worries .worries_check_list li:nth-child(5), section.worries .worries_check_list li:nth-child(7), section.worries .worries_check_list li:nth-child(11), section.worries .worries_check_list li:nth-child(13) {
  background-color: #588338;
}
section.worries .worries_check_list li:nth-child(2), section.worries .worries_check_list li:nth-child(6), section.worries .worries_check_list li:nth-child(8), section.worries .worries_check_list li:nth-child(12), section.worries .worries_check_list li:nth-child(14) {
  background-color: #5ea223;
}
section.worries .worries_check_list li:nth-child(3), section.worries .worries_check_list li:nth-child(4), section.worries .worries_check_list li:nth-child(9), section.worries .worries_check_list li:nth-child(10), section.worries .worries_check_list li:nth-child(15) {
  background-color: #81bb05;
}
@media screen and (max-width: 1024px) {
  section.worries .worries_check_list li:nth-child(1), section.worries .worries_check_list li:nth-child(4), section.worries .worries_check_list li:nth-child(5), section.worries .worries_check_list li:nth-child(8), section.worries .worries_check_list li:nth-child(9), section.worries .worries_check_list li:nth-child(14) {
    background-color: #588338;
  }
  section.worries .worries_check_list li:nth-child(2), section.worries .worries_check_list li:nth-child(6), section.worries .worries_check_list li:nth-child(7), section.worries .worries_check_list li:nth-child(12), section.worries .worries_check_list li:nth-child(13) {
    background-color: #5ea223;
  }
  section.worries .worries_check_list li:nth-child(3), section.worries .worries_check_list li:nth-child(10), section.worries .worries_check_list li:nth-child(11), section.worries .worries_check_list li:nth-child(15) {
    background-color: #81bb05;
  }
}
@media screen and (max-width: 1024px) {
  section.worries .worries_check_list li:last-child:nth-child(odd) {
    grid-column: 1/-1;
    width: calc((100% - 10px) / 2);
    justify-self: center;
  }
}
section.worries .worries_check_list li .worries_check_content {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 5px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  section.worries .worries_check_list li .worries_check_content {
    align-items: center;
  }
}
section.worries .worries_check_list li img {
  width: 20px;
  height: 17px;
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  section.worries .worries_check_list li img {
    width: max(15px, 15px + 5 * (100vw - 390px) / 1049);
    height: auto;
    margin-top: max(3px, 3px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.worries .worries_check_list li img {
    margin-top: 0;
  }
}
section.worries .worries_check_list li .worries_check_text {
  position: relative;
  z-index: 1;
}

section.warning {
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.warning {
    padding-top: max(39px, 39px + 21 * (100vw - 390px) / 1049);
    padding-bottom: min(50px, 50px + -50 * (100vw - 390px) / 1049);
  }
}
section.warning .warning_wrap {
  position: relative;
}
section.warning h2 {
  position: relative;
  z-index: 1;
  color: #588338;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.warning h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  section.warning h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.warning h2 span {
  background: linear-gradient(transparent 65%, #d4e8aa 65%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
section.warning h2 br {
  display: none;
}
@media screen and (max-width: 767px) {
  section.warning h2 br {
    display: block;
  }
}
section.warning .warning_contents {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  gap: 40px;
  align-items: start;
}
@media screen and (max-width: 1439px) {
  section.warning .warning_contents {
    grid-template-columns: minmax(0, 1fr) max(126px, 126px + 74 * (100vw - 768px) / 671);
    gap: max(25px, 25px + 15 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.warning .warning_contents {
    display: block;
  }
}
section.warning .warning_text {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.warning .warning_text {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.warning .warning_img {
  display: block;
  width: 200px;
}
@media screen and (max-width: 1439px) {
  section.warning .warning_img {
    width: max(126px, 126px + 74 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.warning .warning_img {
    position: absolute;
    top: -39px;
    right: 0;
    width: 124px;
  }
}
section.warning .warning_img img {
  display: block;
  width: 100%;
  height: auto;
}

section.results {
  padding: 100px 0;
  background-color: #588338;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  section.results {
    padding-block: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
section.results .results_title {
  position: relative;
  display: flex;
  width: fit-content;
  margin-inline: auto;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: normal;
  text-align: center;
}
section.results .results_title::before, section.results .results_title::after {
  position: absolute;
  bottom: 0;
  width: 39px;
  height: 46px;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 1439px) {
  section.results .results_title::before, section.results .results_title::after {
    bottom: min(3.5px, 3.5 * (1439px - 100vw) / 1049);
    width: max(26px, 26px + 13 * (100vw - 390px) / 1049);
    height: max(31px, 31px + 15 * (100vw - 390px) / 1049);
  }
}
section.results .results_title::before {
  left: -49px;
  clip-path: polygon(0 0, 3px 0, 100% 100%, calc(100% - 3px) 100%);
}
@media screen and (max-width: 389px) {
  section.results .results_title::before {
    left: calc(-24px + -25 * (100vw - 320px) / 69);
  }
}
section.results .results_title::after {
  right: -49px;
  clip-path: polygon(calc(100% - 3px) 0, 100% 0, 3px 100%, 0 100%);
}
@media screen and (max-width: 389px) {
  section.results .results_title::after {
    right: calc(-24px + -25 * (100vw - 320px) / 69);
  }
}
section.results .results_title_sub {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  section.results .results_title_sub {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.results .results_title_main {
  font-size: 48px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.results .results_title_main {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
section.results .results_title_main strong {
  color: #fbff22;
  font-weight: 500;
}
section.results .results_title_main span {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  section.results .results_title_main span {
    display: block;
  }
}
section.results .results_lead {
  display: flex;
  width: 634px;
  height: 70px;
  margin: 24px auto 0;
  background-color: #fff;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  color: #3e3a39;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.results .results_lead {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.results .results_lead {
    width: 350px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 389px) {
  section.results .results_lead {
    width: 100%;
  }
}
section.results .results_lead .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  section.results .results_lead .sp_only {
    display: block;
  }
}
section.results .results_intro {
  max-width: 958px;
  margin: 60px auto 0;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.results .results_intro {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.results .results_intro {
    max-width: none;
    white-space: normal;
  }
}
section.results .results_list {
  display: grid;
  width: 100vw;
  margin-top: 32px;
  margin-inline: calc(50% - 50vw);
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1439px) {
  section.results .results_list {
    margin-top: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.results .results_list {
    grid-template-columns: 1fr;
  }
}
section.results .results_list li {
  display: flex;
  min-width: 0;
  padding: 40px 20px;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(251, 255, 34, 0.1);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.results .results_list li {
    padding-block: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.results .results_list li:nth-child(even) {
  background-color: rgba(251, 255, 34, 0.2);
}
@media screen and (max-width: 767px) {
  section.results .results_list li {
    padding-inline: max(20px, (100% - 350px) / 2);
    flex-direction: row;
    gap: 10px;
    text-align: left;
  }
}
section.results .results_list li img {
  display: block;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  section.results .results_list li img {
    width: 80px;
    height: 80px;
  }
}
section.results .results_item_text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  section.results .results_item_text {
    gap: 5px;
    align-items: flex-start;
  }
}
section.results .results_item_text span {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  section.results .results_item_text span {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.results .results_item_text strong {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  section.results .results_item_text strong {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
section.results .results_detail {
  margin-top: 40px;
  padding: 39px 40px;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.results .results_detail {
    margin-top: max(30px, 30px + 10 * (100vw - 390px) / 1049);
    padding-block: max(19px, 19px + 20 * (100vw - 390px) / 1049);
    padding-inline: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.results .results_detail_emphasis {
  color: #fbff22;
}

section.comparison .comparison_title {
  display: flex;
  padding: 15px;
  border-top: 1px solid #588338;
  border-bottom: 1px solid #588338;
  background-color: #f4f9f1;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_title {
    padding-top: max(14px, 14px + 1 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.comparison .comparison_title {
    gap: 4px;
  }
}
section.comparison .comparison_title .ja,
section.comparison .comparison_title .en {
  display: block;
}
section.comparison .comparison_title .ja {
  color: #588338;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.45;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_title .ja {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.comparison .comparison_title .en {
  color: #81bb05;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_title .en {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.comparison .comparison_lead {
  display: flex;
  height: 119px;
  padding: 15px;
  align-items: center;
  justify-content: center;
  color: #588338;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_lead {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.comparison .comparison_lead {
    height: 80px;
  }
}
section.comparison .comparison_intro {
  position: relative;
  margin-top: -21px;
  color: #3e3a39;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_intro {
    margin-top: min(-2px, -2px + -19 * (100vw - 390px) / 1049);
  }
}
section.comparison .comparison_intro p + p {
  margin-top: 28.8px;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_intro p + p {
    margin-top: max(25.2px, 25.2px + 3.6 * (100vw - 390px) / 1049);
  }
}
section.comparison .comparison_table_area {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_table_area {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.comparison .comparison_table_area.is-scrollable .comparison_table_scroll {
  width: calc(100% - 20px);
}
section.comparison .comparison_table_area.is-scrollable:not(.is-at-end) .comparison_scroll_hint {
  visibility: visible;
  opacity: 1;
}
section.comparison .comparison_table_scroll {
  width: 100%;
  overflow-x: auto;
  outline: none;
  scrollbar-width: none;
}
section.comparison .comparison_table_scroll::-webkit-scrollbar {
  display: none;
}
section.comparison .comparison_table_inner {
  position: relative;
  width: 1100px;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_table_inner {
    width: max(790px, 790px + 310 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison .comparison_table_inner {
    width: 790px;
  }
}
section.comparison table {
  width: calc(100% - 1px);
  border-collapse: collapse;
  table-layout: fixed;
}
section.comparison .comparison_col_label {
  width: 170px;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_col_label {
    width: max(100px, 100px + 70 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison .comparison_col_label {
    width: 100px;
  }
}
section.comparison .comparison_col_data {
  width: calc((100% - 170px) / 3);
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_col_data {
    width: calc((100% - max(100px, 100px + 70 * (100vw - 768px) / 671)) / 3);
  }
}
@media screen and (max-width: 767px) {
  section.comparison .comparison_col_data {
    width: calc((100% - 100px) / 3);
  }
}
section.comparison thead {
  height: 80px;
}
@media screen and (max-width: 1439px) {
  section.comparison thead {
    height: max(50px, 50px + 30 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison thead {
    height: 50px;
  }
}
section.comparison thead th {
  position: relative;
  z-index: 5;
  height: 80px;
  padding: 0;
  vertical-align: top;
}
@media screen and (max-width: 1439px) {
  section.comparison thead th {
    height: max(50px, 50px + 30 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison thead th {
    height: 50px;
  }
}
section.comparison .comparison_column_head {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  width: 280px;
  height: 100px;
  margin-inline: auto;
  border-radius: 15px;
  background-color: #a0a0a0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: normal;
  text-align: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_column_head {
    width: max(185px, 185px + 95 * (100vw - 768px) / 671);
    height: max(65px, 65px + 35 * (100vw - 768px) / 671);
    border-radius: max(10px, 10px + 5 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison .comparison_column_head {
    width: 185px;
    height: 65px;
    border-radius: 10px;
  }
}
section.comparison .comparison_column_head::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 20px;
  height: 10px;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_column_head::after {
    bottom: min(-5px, -5px + -5 * (100vw - 768px) / 671);
    width: max(10px, 10px + 10 * (100vw - 768px) / 671);
    height: max(5px, 5px + 5 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison .comparison_column_head::after {
    bottom: -5px;
    width: 10px;
    height: 5px;
  }
}
section.comparison .comparison_column_head.is_primary {
  background-color: #81bb05;
}
section.comparison .comparison_column_head span {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_column_head span {
    font-size: max(18px, 18px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison .comparison_column_head span {
    font-size: 18px;
  }
}
section.comparison .comparison_column_head small {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_column_head small {
    font-size: max(14px, 14px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison .comparison_column_head small {
    font-size: 14px;
  }
}
section.comparison .comparison_column_head.is_single span {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_column_head.is_single span {
    font-size: max(18px, 18px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison .comparison_column_head.is_single span {
    font-size: 18px;
  }
}
section.comparison tbody tr:nth-child(1) {
  height: 155px;
}
section.comparison tbody tr:nth-child(2) {
  height: 159px;
}
section.comparison tbody tr:nth-child(3) {
  height: 136px;
}
section.comparison tbody tr:nth-child(4) {
  height: 159px;
}
section.comparison tbody tr:nth-child(5) {
  height: 130px;
}
section.comparison tbody tr:nth-child(6) {
  height: 130px;
}
section.comparison tbody tr:nth-child(7) {
  height: 129px;
}
section.comparison tbody tr:nth-child(8) {
  height: 130px;
}
@media screen and (max-width: 1439px) {
  section.comparison tbody tr:nth-child(1) {
    height: max(109px, 109px + 46 * (100vw - 768px) / 671);
  }
  section.comparison tbody tr:nth-child(2) {
    height: max(112px, 112px + 47 * (100vw - 768px) / 671);
  }
  section.comparison tbody tr:nth-child(3) {
    height: max(86px, 86px + 50 * (100vw - 768px) / 671);
  }
  section.comparison tbody tr:nth-child(4) {
    height: max(112px, 112px + 47 * (100vw - 768px) / 671);
  }
  section.comparison tbody tr:nth-child(5) {
    height: max(85px, 85px + 45 * (100vw - 768px) / 671);
  }
  section.comparison tbody tr:nth-child(6) {
    height: max(86px, 86px + 44 * (100vw - 768px) / 671);
  }
  section.comparison tbody tr:nth-child(7) {
    height: max(86px, 86px + 43 * (100vw - 768px) / 671);
  }
  section.comparison tbody tr:nth-child(8) {
    height: max(86px, 86px + 44 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison tbody tr:nth-child(1) {
    height: 109px;
  }
  section.comparison tbody tr:nth-child(2) {
    height: 112px;
  }
  section.comparison tbody tr:nth-child(3) {
    height: 86px;
  }
  section.comparison tbody tr:nth-child(4) {
    height: 112px;
  }
  section.comparison tbody tr:nth-child(5) {
    height: 85px;
  }
  section.comparison tbody tr:nth-child(6) {
    height: 86px;
  }
  section.comparison tbody tr:nth-child(7) {
    height: 86px;
  }
  section.comparison tbody tr:nth-child(8) {
    height: 86px;
  }
}
section.comparison tbody th,
section.comparison tbody td {
  padding: 0;
  border: 1px solid #ccc;
  vertical-align: top;
}
section.comparison tbody th {
  background-color: #588338;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 1439px) {
  section.comparison tbody th {
    font-size: max(14px, 14px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison tbody th {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
section.comparison tbody th span {
  display: block;
}
section.comparison tbody td {
  border-color: #a0a0a0;
  background-color: #fafafa;
  color: #a0a0a0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.comparison tbody td {
    font-size: max(14px, 14px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison tbody td {
    background-color: #fff;
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
section.comparison tbody td.is_primary {
  background-color: #f4f9f1;
  color: #588338;
}
@media screen and (max-width: 1439px) {
  section.comparison tbody td.is_primary {
    font-size: max(16px, 16px + 4 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison tbody td.is_primary {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
section.comparison .comparison_cell_content {
  display: flex;
  height: 100%;
  padding-top: 25px;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_cell_content {
    padding-top: max(15px, 15px + 10 * (100vw - 768px) / 671);
  }
}
section.comparison .comparison_cell_content p {
  margin-top: 10px;
  white-space: nowrap;
}
section.comparison .comparison_cell_content p span {
  display: block;
}
section.comparison tbody tr:first-child .comparison_cell_content {
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  section.comparison tbody tr:first-child .comparison_cell_content {
    padding-top: max(35px, 35px + 15 * (100vw - 768px) / 671);
  }
}
section.comparison .comparison_icon {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_icon {
    width: max(25px, 25px + 15 * (100vw - 768px) / 671);
    height: max(25px, 25px + 15 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison .comparison_icon {
    width: 25px;
    height: 25px;
  }
}
section.comparison .comparison_icon.is_wide {
  width: 48px;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_icon.is_wide {
    width: max(30px, 30px + 18 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison .comparison_icon.is_wide {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.comparison .comparison_icon.is_sp_normal {
    width: 25px;
  }
}
section.comparison .comparison_icon img {
  display: block;
  width: 100%;
  height: 100%;
}
section.comparison .comparison_primary_frame {
  position: absolute;
  z-index: 4;
  top: 80px;
  left: 170px;
  width: 310px;
  height: 1128px;
  border: 4px solid #81bb05;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_primary_frame {
    top: max(50px, 50px + 30 * (100vw - 768px) / 671);
    left: max(100px, 100px + 70 * (100vw - 768px) / 671);
    width: max(230px, 230px + 80 * (100vw - 768px) / 671);
    height: max(762px, 762px + 366 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.comparison .comparison_primary_frame {
    top: 50px;
    left: 100px;
    width: 230px;
    height: 762px;
  }
}
section.comparison .comparison_scroll_hint {
  position: absolute;
  z-index: 6;
  top: 50%;
  right: -10px;
  width: 19px;
  height: 104px;
  visibility: hidden;
  background-color: #588338;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.3s ease;
}
section.comparison .comparison_summary {
  margin-top: 60px;
  color: #3e3a39;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.comparison .comparison_summary {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.comparison .comparison_summary strong {
  color: #588338;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.comparison .comparison_summary strong {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

section.reason {
  background: #fafafa;
}
section.reason .reason_title {
  position: relative;
  width: 328px;
  height: 190px;
  margin-inline: auto;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_title {
    width: max(220px, 220px + 108 * (100vw - 390px) / 1049);
    height: max(130px, 130px + 60 * (100vw - 390px) / 1049);
  }
}
section.reason .reason_title_top {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 40px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.reason .reason_title_top {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
section.reason .reason_title_count {
  position: absolute;
  top: 84px;
  left: 0;
  background: linear-gradient(199.18deg, #6bb335 11.236%, #4a8e17 88.764%);
  background-clip: text;
  color: transparent;
  font-family: "Jost", sans-serif;
  font-size: 120px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.72;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_title_count {
    top: max(55px, 55px + 29 * (100vw - 390px) / 1049);
    font-size: max(80px, 80px + 40 * (100vw - 390px) / 1049);
  }
}
section.reason .reason_title_unit {
  position: absolute;
  top: 113px;
  left: 64px;
  font-size: 48px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_title_unit {
    top: max(82px, 82px + 31 * (100vw - 390px) / 1049);
    left: max(47px, 47px + 17 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
section.reason .reason_title_word {
  position: absolute;
  top: 30px;
  left: 168px;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_title_word {
    top: max(10px, 10px + 20 * (100vw - 390px) / 1049);
    left: max(100px, 100px + 68 * (100vw - 390px) / 1049);
    width: max(120px, 120px + 40 * (100vw - 390px) / 1049);
    height: max(120px, 120px + 40 * (100vw - 390px) / 1049);
  }
}
section.reason .reason_title_word img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
section.reason .reason_title_en,
section.reason .reason_title_ja {
  position: absolute;
  z-index: 1;
  background-clip: text;
  color: transparent;
}
section.reason .reason_title_en {
  top: 43px;
  left: 84px;
  background-image: linear-gradient(182.72deg, #6bb335 11.236%, #cfd300 88.764%);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_title_en {
    top: min(45px, 45px + -2 * (100vw - 390px) / 1049);
    left: max(70px, 70px + 14 * (100vw - 390px) / 1049);
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
section.reason .reason_title_ja {
  background-image: linear-gradient(192.02deg, #6bb335 11.236%, #4a8e17 88.764%);
  font-size: 64px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_title_ja {
    font-size: max(40px, 40px + 24 * (100vw - 390px) / 1049);
  }
}
section.reason .reason_title_ja.is_first {
  top: 46px;
  left: 13px;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_title_ja.is_first {
    top: max(45px, 45px + 1 * (100vw - 390px) / 1049);
    left: min(16px, 16px + -3 * (100vw - 390px) / 1049);
  }
}
section.reason .reason_title_ja.is_second {
  top: 63px;
  left: 82px;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_title_ja.is_second {
    top: max(61px, 61px + 2 * (100vw - 390px) / 1049);
    left: max(59px, 59px + 23 * (100vw - 390px) / 1049);
  }
}
section.reason .reason_intro {
  max-width: 730px;
  margin: 59px auto 0;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_intro {
    margin-top: max(30px, 30px + 29 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.reason .reason_intro {
    max-width: 350px;
  }
}
section.reason .reason_list {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_list {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.reason .reason_list {
    display: flex;
    flex-direction: column;
  }
}
section.reason .reason_item {
  min-width: 0;
}
section.reason .reason_item01,
section.reason .reason_item06 {
  display: grid;
  grid-column: 1/-1;
}
section.reason .reason_item01 .reason_media,
section.reason .reason_item01 .reason_content,
section.reason .reason_item06 .reason_media,
section.reason .reason_item06 .reason_content {
  grid-row: 1;
}
section.reason .reason_item01 .reason_media,
section.reason .reason_item06 .reason_media {
  width: 100%;
  margin-top: 20px;
  align-self: start;
}
section.reason .reason_item01 .reason_content,
section.reason .reason_item06 .reason_content {
  position: relative;
  z-index: 2;
  padding-top: 60px;
}
section.reason .reason_item01 h3,
section.reason .reason_item06 h3 {
  font-size: 40px;
  line-height: 1.425;
}
@media screen and (max-width: 767px) {
  section.reason .reason_item01,
  section.reason .reason_item06 {
    display: flex;
    flex-direction: column;
  }
  section.reason .reason_item01 .reason_media,
  section.reason .reason_item06 .reason_media {
    width: 100%;
    margin-top: 10px;
  }
  section.reason .reason_item01 .reason_content,
  section.reason .reason_item06 .reason_content {
    width: 100%;
    padding-top: 0;
  }
  section.reason .reason_item01 h3,
  section.reason .reason_item06 h3 {
    margin-top: -15px;
    line-height: 1.4167;
  }
}
section.reason .reason_item01 {
  grid-template-columns: 49.1818% 9% 41.8182%;
}
section.reason .reason_item01 .reason_media {
  grid-column: 1/3;
}
section.reason .reason_item01 .reason_content {
  grid-column: 2/4;
}
@media screen and (max-width: 767px) {
  section.reason .reason_item01 .reason_media {
    width: calc(100% - 10px);
    margin-left: 10px;
  }
  section.reason .reason_item01 .reason_content {
    width: calc(100% - 10px);
    margin-left: 10px;
  }
}
section.reason .reason_item06 {
  margin-top: -30px;
  grid-template-columns: 41.8182% 9% 49.1818%;
}
section.reason .reason_item06 .reason_content {
  grid-column: 1/3;
}
section.reason .reason_item06 .reason_media {
  grid-column: 2/4;
}
@media screen and (max-width: 767px) {
  section.reason .reason_item06 {
    margin-top: 0;
  }
  section.reason .reason_item06 .reason_media {
    width: calc(100% - 10px);
    margin-right: 10px;
  }
}
section.reason .reason_item02 .reason_media,
section.reason .reason_item03 .reason_media,
section.reason .reason_item04 .reason_media,
section.reason .reason_item05 .reason_media {
  width: calc(100% - 20px);
  margin-top: 20px;
}
section.reason .reason_item02 h3,
section.reason .reason_item03 h3,
section.reason .reason_item04 h3,
section.reason .reason_item05 h3 {
  position: relative;
  z-index: 2;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  section.reason .reason_item02 .reason_media,
  section.reason .reason_item03 .reason_media,
  section.reason .reason_item04 .reason_media,
  section.reason .reason_item05 .reason_media {
    width: calc(100% - 10px);
    margin-right: 10px;
    margin-top: 10px;
  }
  section.reason .reason_item02 h3,
  section.reason .reason_item03 h3,
  section.reason .reason_item04 h3,
  section.reason .reason_item05 h3 {
    margin-top: -15px;
  }
}
section.reason .reason_media {
  position: relative;
}
section.reason .reason_media picture,
section.reason .reason_media img {
  display: block;
  width: 100%;
}
section.reason .reason_media::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 35.2941%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0.74) 50%, rgba(255, 255, 255, 0.87) 75%, rgba(255, 255, 255, 0.99) 100%);
  content: "";
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section.reason .reason_media::after {
    height: 41.8605%;
  }
}
section.reason .reason_item01 .reason_media::after,
section.reason .reason_item06 .reason_media::after {
  top: 0;
  bottom: 0;
  width: 31.25%;
  height: auto;
}
@media screen and (max-width: 767px) {
  section.reason .reason_item01 .reason_media::after,
  section.reason .reason_item06 .reason_media::after {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 41.8605%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0.74) 50%, rgba(255, 255, 255, 0.87) 75%, rgba(255, 255, 255, 0.99) 100%);
  }
}
section.reason .reason_item01 .reason_media::after {
  right: 0;
  left: auto;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0.74) 50%, rgba(255, 255, 255, 0.87) 75%, rgba(255, 255, 255, 0.99) 100%);
}
@media screen and (max-width: 767px) {
  section.reason .reason_item01 .reason_media::after {
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0.74) 50%, rgba(255, 255, 255, 0.87) 75%, rgba(255, 255, 255, 0.99) 100%);
  }
}
section.reason .reason_item06 .reason_media::after {
  right: auto;
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0.74) 50%, rgba(255, 255, 255, 0.87) 75%, rgba(255, 255, 255, 0.99) 100%);
}
@media screen and (max-width: 767px) {
  section.reason .reason_item06 .reason_media::after {
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 25%, rgba(255, 255, 255, 0.74) 50%, rgba(255, 255, 255, 0.87) 75%, rgba(255, 255, 255, 0.99) 100%);
  }
}
section.reason .reason_badge {
  --reason-badge-color: rgba(88, 131, 56, 0.9);
  position: absolute;
  z-index: 3;
  top: -20px;
  right: -20px;
  width: 180px;
  height: 180px;
  color: #fbff22;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  section.reason .reason_badge {
    top: -10px;
    right: -10px;
    width: 120px;
    height: 120px;
  }
}
section.reason .reason_badge::before {
  position: absolute;
  inset: 0;
  background-color: var(--reason-badge-color);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  content: "";
  filter: drop-shadow(0 10px 10px rgba(51, 51, 51, 0.1));
}
section.reason .reason_badge_number,
section.reason .reason_badge_label {
  position: absolute;
  right: auto;
  display: block;
  white-space: nowrap;
}
section.reason .reason_badge_number {
  top: 20px;
  left: 75px;
  font-size: 72px;
  letter-spacing: 0.05em;
  line-height: 0.7;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_badge_number {
    font-size: max(56px, 56px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.reason .reason_badge_number {
    top: 15px;
    left: 45px;
  }
}
section.reason .reason_badge_label {
  top: 75px;
  left: 81px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_badge_label {
    font-size: max(14px, 14px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.reason .reason_badge_label {
    top: 59px;
    left: 46px;
  }
}
section.reason .reason_item01 .reason_badge,
section.reason .reason_item06 .reason_badge {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  section.reason .reason_item01 .reason_badge,
  section.reason .reason_item06 .reason_badge {
    width: 120px;
    height: 120px;
  }
}
section.reason .reason_item01 .reason_badge_number,
section.reason .reason_item06 .reason_badge_number {
  left: 72px;
}
@media screen and (max-width: 767px) {
  section.reason .reason_item01 .reason_badge_number,
  section.reason .reason_item06 .reason_badge_number {
    left: 45px;
  }
}
section.reason .reason_item01 .reason_badge_label,
section.reason .reason_item06 .reason_badge_label {
  left: 77px;
}
@media screen and (max-width: 767px) {
  section.reason .reason_item01 .reason_badge_label,
  section.reason .reason_item06 .reason_badge_label {
    left: 46px;
  }
}
section.reason .reason_item01 .reason_badge_number,
section.reason .reason_item06 .reason_badge_number {
  font-size: 90px;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_item01 .reason_badge_number,
  section.reason .reason_item06 .reason_badge_number {
    font-size: max(56px, 56px + 34 * (100vw - 390px) / 1049);
  }
}
section.reason .reason_item01 .reason_badge_label,
section.reason .reason_item06 .reason_badge_label {
  top: 95px;
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_item01 .reason_badge_label,
  section.reason .reason_item06 .reason_badge_label {
    font-size: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.reason .reason_item01 .reason_badge_label,
  section.reason .reason_item06 .reason_badge_label {
    top: 59px;
  }
}
section.reason .reason_item02 .reason_badge,
section.reason .reason_item05 .reason_badge {
  --reason-badge-color: rgba(129, 154, 58, 0.9);
}
@media screen and (max-width: 767px) {
  section.reason .reason_item:nth-child(odd) .reason_badge {
    --reason-badge-color: rgba(88, 131, 56, 0.9);
  }
  section.reason .reason_item:nth-child(even) .reason_badge {
    --reason-badge-color: rgba(129, 154, 58, 0.9);
  }
}
section.reason .reason_item.is_badge_left .reason_badge {
  right: auto;
  left: -20px;
}
@media screen and (max-width: 767px) {
  section.reason .reason_item.is_badge_left .reason_badge {
    left: -10px;
  }
}
section.reason .reason_item.is_badge_left .reason_badge::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
section.reason .reason_item.is_badge_left .reason_badge_number,
section.reason .reason_item.is_badge_left .reason_badge_label {
  right: auto;
  left: 20px;
}
@media screen and (max-width: 767px) {
  section.reason .reason_item.is_badge_left .reason_badge_number,
  section.reason .reason_item.is_badge_left .reason_badge_label {
    left: 16px;
  }
}
@media screen and (max-width: 767px) {
  section.reason .reason_content {
    width: 100%;
  }
}
section.reason .reason_content h3 {
  color: #3e3a39;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_content h3 {
    font-size: max(22px, 22px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.reason .reason_content h3 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
    line-height: 1.4167;
  }
}
section.reason .reason_content h3 span {
  color: #588338;
}
@media screen and (max-width: 767px) {
  section.reason .reason_content h3 .pc_only {
    display: none;
  }
}
section.reason .reason_item01 .reason_content h3,
section.reason .reason_item06 .reason_content h3 {
  font-size: 40px;
  line-height: 1.425;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_item01 .reason_content h3,
  section.reason .reason_item06 .reason_content h3 {
    font-size: max(22px, 22px + 18 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.reason .reason_item01 .reason_content h3,
  section.reason .reason_item06 .reason_content h3 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
    line-height: 1.4167;
  }
}
@media screen and (max-width: 389px) {
  section.reason .reason_item01 .reason_content h3,
  section.reason .reason_item06 .reason_content h3 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 389px) {
  section.reason .reason_content h3 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.reason .reason_text {
  margin-top: 24px;
  color: #3e3a39;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_text {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.reason .reason_text p + p {
  margin-top: 28.8px;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_text p + p {
    margin-top: max(25.2px, 25.2px + 3.6 * (100vw - 390px) / 1049);
  }
}
section.reason .reason_text ul {
  margin: 0;
  padding: 0;
}
section.reason .reason_text li {
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 1439px) {
  section.reason .reason_text li {
    padding-left: max(21px, 21px + 3 * (100vw - 390px) / 1049);
  }
}
section.reason .reason_text li::before {
  position: absolute;
  top: 0.82em;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  section.reason .reason_text li::before {
    left: 7px;
  }
}
section.reason .reason_item05 .reason_text p + p {
  margin-top: 0;
}

/* ==================================================
 * group-03
 * ================================================== */
section.about {
  color: #3e3a39;
}
section.about .about_intro {
  filter: drop-shadow(0 8px 8px rgba(62, 58, 57, 0.22));
}
section.about .about_intro_shape {
  position: relative;
  padding: 60px 0 110px;
  background: #7e7769;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(50% + 100px) calc(100% - 50px), 50% 100%, calc(50% - 100px) calc(100% - 50px), 0 calc(100% - 50px));
}
@media screen and (max-width: 1439px) {
  section.about .about_intro_shape {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0 max(52px, 52px + 58 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.about .about_intro_shape {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(50% + 40px) calc(100% - 30px), 50% 100%, calc(50% - 40px) calc(100% - 30px), 0 calc(100% - 30px));
  }
}
section.about .about_intro_shape::before {
  position: absolute;
  z-index: 0;
  top: -109px;
  left: 48%;
  width: 473px;
  aspect-ratio: 473/465;
  background: url("../img/about_bg.webp") center/contain no-repeat;
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.about .about_intro_shape::before {
    top: -79px;
    left: 50%;
    width: 322px;
    aspect-ratio: 1;
    background: url("../img/about_bg_sp.webp") center/contain no-repeat;
  }
}
section.about .about_intro_shape > .inner {
  position: relative;
  z-index: 1;
}
section.about .about_intro_shape h2 {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.about .about_intro_shape h2 {
    font-size: max(32px, 32px + 16 * (100vw - 390px) / 1049);
  }
}
section.about .about_intro_text {
  margin-top: 24px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.about .about_intro_text {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.about .about_overview {
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.about .about_overview {
    grid-template-columns: minmax(0, max(342px, 342px + 198 * (100vw - 768px) / 671)) minmax(0, 1fr);
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.about .about_overview {
    grid-template-columns: 1fr;
  }
}
section.about .about_overview picture,
section.about .about_overview img {
  display: block;
  width: 100%;
}
section.about .about_overview .section_text {
  color: #3e3a39;
  letter-spacing: 0;
}
section.about .about_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 240px));
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.about .about_list {
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.about .about_list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
section.about .about_list picture,
section.about .about_list img {
  display: block;
  width: 100%;
}

section.trouble01 {
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
  background: #7e7769;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  section.trouble01 {
    padding-bottom: max(72px, 72px + 128 * (100vw - 390px) / 1049);
  }
}
section.trouble01 .trouble01_bg {
  position: absolute;
  z-index: 0;
  top: -150px;
  left: calc(50% - 720px - 150px);
  display: block;
  width: 940px;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.trouble01 .trouble01_bg {
    left: calc(50% - 50vw - 150px);
  }
}
@media screen and (max-width: 767px) {
  section.trouble01 .trouble01_bg {
    top: -90px;
    left: calc(50% - 50vw - 90px);
    width: 435px;
  }
}
section.trouble01 .trouble01_bg img {
  display: block;
  width: 100%;
  height: auto;
}
section.trouble01 > .inner {
  position: relative;
  z-index: 1;
}
section.trouble01 .trouble01_heading {
  position: relative;
  padding-top: 19px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  section.trouble01 .trouble01_heading {
    padding-top: max(10px, 10px + 9 * (100vw - 390px) / 1049);
    padding-bottom: max(0px, 0px + 5 * (100vw - 390px) / 1049);
  }
}
section.trouble01 .trouble01_en {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Jost", sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 84px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  section.trouble01 .trouble01_en {
    font-size: max(72px, 72px + 48 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble01 .trouble01_en {
    line-height: 50px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 389px) {
  section.trouble01 .trouble01_en {
    font-size: max(70px, 70px + 2 * (100vw - 320px) / 69);
    letter-spacing: max(6px, 6px + 1.2 * (100vw - 320px) / 69);
  }
}
section.trouble01 .trouble01_heading_lead {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.trouble01 .trouble01_heading_lead {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble01 .trouble01_heading_lead {
    line-height: 29px;
  }
}
section.trouble01 .trouble01_title {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.trouble01 .trouble01_title {
    margin-top: max(10px, 21px + -11 * (100vw - 390px) / 1049);
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble01 .trouble01_title {
    line-height: 46px;
  }
}
section.trouble01 .trouble01_title span {
  position: relative;
  display: inline-block;
  color: #fbff22;
}
section.trouble01 .trouble01_title span::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 6px;
  background: radial-gradient(circle, #fbff22 0 3px, transparent 3.5px) 0 0/25% 6px repeat-x;
  content: "";
}
@media screen and (max-width: 767px) {
  section.trouble01 .trouble01_title span::after {
    display: none;
  }
}
section.trouble01 .trouble01_lead {
  max-width: 634px;
  min-height: 70px;
  padding: 0 24px;
  border-radius: 15px;
  margin-inline: auto;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.trouble01 .trouble01_lead {
    padding-inline: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble01 .trouble01_lead {
    min-height: 66px;
  }
}
section.trouble01 .trouble01_lead .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  section.trouble01 .trouble01_lead .sp_only {
    display: block;
  }
}
section.trouble01 .trouble01_intro {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.trouble01 .trouble01_intro {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.trouble01 .trouble01_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 530px));
  justify-content: center;
  column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  section.trouble01 .trouble01_list {
    grid-template-columns: minmax(0, min(100vw - 40px, max(350px, 350px + 150 * (100vw - 390px) / 377)));
    row-gap: 20px;
  }
}
section.trouble01 .trouble01_item_title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 15px;
  background: rgba(126, 119, 105, 0.2);
  box-shadow: 0 15px 10px -5px rgba(51, 51, 51, 0.2);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.trouble01 .trouble01_item_title {
    padding: max(10px, 10px + 5 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble01 .trouble01_item_title {
    min-height: 65px;
  }
}
section.trouble01 .trouble01_item_title .trouble01_item_cross {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 95px;
  height: 95px;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  section.trouble01 .trouble01_item_title .trouble01_item_cross {
    right: 10px;
    width: 60px;
    height: 60px;
  }
}
section.trouble01 .trouble01_item_title .trouble01_item_cross::before, section.trouble01 .trouble01_item_title .trouble01_item_cross::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 118px;
  height: 14px;
  background: #fbff22;
  content: "";
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  section.trouble01 .trouble01_item_title .trouble01_item_cross::before, section.trouble01 .trouble01_item_title .trouble01_item_cross::after {
    width: 75px;
    height: 9px;
  }
}
section.trouble01 .trouble01_item_title .trouble01_item_cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
section.trouble01 .trouble01_item_title .trouble01_item_cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
section.trouble01 .trouble01_item_img {
  display: block;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.trouble01 .trouble01_item_img {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.trouble01 .trouble01_item_img img {
  display: block;
  width: 100%;
  height: auto;
}
section.trouble01 .trouble01_item_text {
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.trouble01 .trouble01_item_text {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.trouble01 .trouble01_item_text p + p {
  margin-top: 1.8em;
}
section.trouble01 .trouble01_item_text span {
  color: #fbff22;
  font-weight: 700;
}

section.decision {
  position: relative;
  padding-bottom: 149px;
  color: #3e3a39;
}
@media screen and (max-width: 1439px) {
  section.decision {
    padding-bottom: max(100px, 100px + 49 * (100vw - 390px) / 1049);
  }
}
section.decision .decision_selector {
  position: absolute;
  z-index: 2;
  top: -60px;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 160px;
}
@media screen and (max-width: 767px) {
  section.decision .decision_selector {
    top: 0;
    height: auto;
  }
}
section.decision .decision_selector_side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.decision .decision_selector_side {
    font-size: max(20px, 20px + 28 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.decision .decision_selector_side {
    padding-block: 9px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 389px) {
  section.decision .decision_selector_side {
    font-size: max(14px, 14px + 6 * (100vw - 320px) / 69);
  }
}
section.decision .decision_selector_side::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 159px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
@media screen and (max-width: 767px) {
  section.decision .decision_selector_side::before {
    width: 55px;
  }
}
section.decision .decision_selector_side.is-extract {
  background: #dfbe17;
}
section.decision .decision_selector_side.is-extract::before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
section.decision .decision_selector_side.is-keep {
  background: #588735;
}
section.decision .decision_selector_side.is-keep::before {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
section.decision .decision_selector_side .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  section.decision .decision_selector_side .sp_only {
    display: inline;
  }
}
section.decision .decision_tooth {
  position: absolute;
  z-index: 3;
  top: -50px;
  left: 50%;
  width: 202px;
  height: 220px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.decision .decision_tooth {
    top: max(-50px, -25px + -25 * (100vw - 768px) / 671);
    width: max(90px, 90px + 112 * (100vw - 390px) / 1049);
    height: max(98px, 98px + 122 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.decision .decision_tooth {
    top: -27px;
  }
}
section.decision .decision_tooth img {
  display: block;
  width: 100%;
  height: auto;
}
section.decision .decision_tooth p {
  position: absolute;
  top: 69px;
  right: 0;
  left: 0;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.decision .decision_tooth p {
    top: max(30px, 30px + 39 * (100vw - 390px) / 1049);
  }
}
section.decision .decision_tooth span,
section.decision .decision_tooth small {
  display: block;
}
section.decision .decision_tooth span {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  section.decision .decision_tooth span {
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
section.decision .decision_tooth small {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  section.decision .decision_tooth small {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.decision > .inner {
  position: relative;
  z-index: 1;
}
section.decision .decision_intro {
  padding-top: 160px;
  color: #333;
}
@media screen and (max-width: 1439px) {
  section.decision .decision_intro {
    padding-top: max(85px, 85px + 75 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.decision .decision_intro {
    line-height: 25px;
  }
}
section.decision .decision_intro p + p {
  margin-top: 1.8em;
}
section.decision .decision_columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.decision .decision_columns {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.decision .decision_column {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
section.decision .decision_column.is-extract .decision_column_title::after {
  background: #dfbe17;
}
section.decision .decision_column.is-extract .decision_column_mark {
  border: 20px solid #c8a90e;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  section.decision .decision_column.is-extract .decision_column_mark {
    border-width: 15px;
  }
}
section.decision .decision_column.is-extract .decision_column_body {
  background: #fcf9ed;
}
section.decision .decision_column.is-extract .decision_column_body li:not(:last-child) {
  border-color: #dfbe17;
}
section.decision .decision_column.is-keep .decision_column_title::after {
  background: #588735;
}
section.decision .decision_column.is-keep .decision_column_mark::before, section.decision .decision_column.is-keep .decision_column_mark::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 155px;
  height: 20px;
  background: #487229;
  content: "";
}
@media screen and (max-width: 767px) {
  section.decision .decision_column.is-keep .decision_column_mark::before, section.decision .decision_column.is-keep .decision_column_mark::after {
    width: 119px;
    height: 15px;
  }
}
section.decision .decision_column.is-keep .decision_column_mark::before {
  transform: translate(-50%, -50%) rotate(46deg);
}
section.decision .decision_column.is-keep .decision_column_mark::after {
  transform: translate(-50%, -50%) rotate(-46deg);
}
section.decision .decision_column.is-keep .decision_column_body {
  background: #f4f9f1;
}
section.decision .decision_column.is-keep .decision_column_body li:not(:last-child) {
  border-color: #588735;
}
section.decision .decision_column_title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 125px;
  padding: 20px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.decision .decision_column_title {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) max(5px, 5px + 15 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.decision .decision_column_title {
    min-height: 96px;
    line-height: normal;
  }
}
section.decision .decision_column_title::after {
  position: absolute;
  z-index: -2;
  top: 16px;
  right: 0;
  bottom: 15px;
  left: 0;
  content: "";
}
@media screen and (max-width: 767px) {
  section.decision .decision_column_title::after {
    top: 10px;
    bottom: 10px;
  }
}
section.decision .decision_column_title > span:last-child {
  position: relative;
  z-index: 1;
}
section.decision .decision_column_mark {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 125px;
  height: 125px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.decision .decision_column_mark {
    width: 96px;
    height: 96px;
  }
}
section.decision .decision_column_body {
  min-height: 1122px;
  padding: 30px 40px 0;
  margin-top: -14px;
}
@media screen and (max-width: 1439px) {
  section.decision .decision_column_body {
    padding: max(18px, 18px + 12 * (100vw - 390px) / 1049) max(10px, 10px + 30 * (100vw - 390px) / 1049) 0;
    margin-top: max(-14px, -10px + -4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.decision .decision_column_body {
    display: grid;
    grid-template-rows: 189px 150px 157px 174px 150px 151px 159px;
    min-height: 1148px;
  }
}
section.decision .decision_column_body li {
  padding: 24px 0;
}
@media screen and (max-width: 1439px) {
  section.decision .decision_column_body li {
    padding-block: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
section.decision .decision_column_body li:not(:last-child) {
  border-bottom: 1px solid;
}
section.decision .decision_column_body h3 {
  color: #3e3a39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.decision .decision_column_body h3 {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
section.decision .decision_column_body p {
  margin-top: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.decision .decision_column_body p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
section.decision .decision_message {
  position: relative;
  min-height: 208px;
  padding: 61px 60px 30px;
  border-radius: 20px;
  margin-top: 85px;
  background: #fafafa;
}
@media screen and (max-width: 1439px) {
  section.decision .decision_message {
    padding: max(53px, 53px + 8 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049) max(20px, 20px + 10 * (100vw - 390px) / 1049);
    margin-top: max(55px, 55px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.decision .decision_message {
    min-height: auto;
  }
}
section.decision .decision_message h2 {
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  color: #588338;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.decision .decision_message h2 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.decision .decision_message_text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.decision .decision_message_text {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.decision .decision_message_text {
    line-height: 25px;
  }
}
section.decision .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  section.decision .sp_only {
    display: inline;
  }
}

section.classification {
  position: relative;
  padding-bottom: 100px;
  background: #fafafa;
  color: #333;
}
@media screen and (max-width: 1439px) {
  section.classification {
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
section.classification .classification_heading {
  position: absolute;
  z-index: 2;
  top: -49px;
  left: 50%;
  width: 742px;
  height: 130px;
  filter: drop-shadow(0 10px 10px rgba(51, 51, 51, 0.1));
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.classification .classification_heading {
    width: max(350px, 350px + 392 * (100vw - 768px) / 671);
    height: max(80px, 80px + 50 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 1024px) {
  section.classification .classification_heading {
    top: -50px;
    filter: drop-shadow(0 5px 5px rgba(51, 51, 51, 0.1));
  }
}
@media screen and (max-width: 389px) {
  section.classification .classification_heading {
    width: calc(100% - 40px);
  }
}
section.classification .classification_heading::before, section.classification .classification_heading::after {
  position: absolute;
  background: #fff;
  content: "";
}
section.classification .classification_heading::before {
  inset: 0 0 30px;
  border-radius: 20px;
}
@media screen and (max-width: 1439px) {
  section.classification .classification_heading::before {
    bottom: max(15px, 15px + 15 * (100vw - 768px) / 671);
    border-radius: max(15px, 15px + 5 * (100vw - 768px) / 671);
  }
}
section.classification .classification_heading::after {
  bottom: 0;
  left: 50%;
  width: 69.282px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.classification .classification_heading::after {
    width: max(34.64px, 34.64px + 34.642 * (100vw - 768px) / 671);
    height: max(15px, 15px + 15 * (100vw - 768px) / 671);
  }
}
section.classification .classification_heading h2 {
  position: relative;
  z-index: 1;
  padding-top: 18px;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.classification .classification_heading h2 {
    padding-top: max(14px, 14px + 4 * (100vw - 768px) / 671);
    font-size: max(20px, 20px + 20 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  section.classification .classification_heading h2 {
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
section.classification .classification_heading span {
  color: #588338;
}
section.classification > .inner {
  position: relative;
}
section.classification .classification_visual {
  position: relative;
  height: 290px;
  padding-top: 155px;
}
@media screen and (max-width: 1439px) {
  section.classification .classification_visual {
    padding-top: max(50px, 50px + 105 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  section.classification .classification_visual {
    width: min(350px, 100%);
    height: 246px;
    padding-top: 50px;
    margin-inline: auto;
  }
}
section.classification .classification_types {
  position: relative;
  z-index: 1;
  display: grid;
  width: 540px;
  grid-template-columns: repeat(5, 100px);
  gap: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section.classification .classification_types {
    width: 260px;
    grid-template-columns: repeat(3, 80px);
    margin-left: 45px;
  }
}
@media screen and (max-width: 389px) {
  section.classification .classification_types {
    margin-inline: auto;
  }
}
section.classification .classification_types li {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #588338;
  background: #f4f9f1;
  color: #588338;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.classification .classification_types li {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
section.classification .classification_visual_img {
  position: absolute;
  z-index: 0;
  top: 115px;
  right: 75px;
  width: 195px;
}
@media screen and (max-width: 1024px) {
  section.classification .classification_visual_img {
    top: 131px;
    right: 0;
    width: 125px;
  }
}
section.classification .classification_visual_img img {
  display: block;
  width: 100%;
  height: auto;
}
section.classification .classification_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 20px;
}
@media screen and (max-width: 767px) {
  section.classification .classification_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
section.classification .classification_item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  padding: 30px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 1439px) {
  section.classification .classification_item {
    grid-template-columns: max(80px, 80px + 40 * (100vw - 768px) / 671) minmax(0, 1fr);
    gap: max(10px, 10px + 10 * (100vw - 768px) / 671);
    padding: max(15px, 15px + 15 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.classification .classification_item {
    box-shadow: 0 5px 10px rgba(51, 51, 51, 0.1);
  }
}
@media screen and (max-width: 389px) {
  section.classification .classification_item {
    grid-template-columns: max(70px, 70px + 10 * (100vw - 320px) / 69) minmax(0, 1fr);
    gap: max(8px, 8px + 2 * (100vw - 320px) / 69);
  }
}
section.classification .classification_item_img img {
  display: block;
  width: 120px;
  height: auto;
}
@media screen and (max-width: 1439px) {
  section.classification .classification_item_img img {
    width: max(80px, 80px + 40 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  section.classification .classification_item_img img {
    width: max(70px, 70px + 10 * (100vw - 320px) / 69);
  }
}
section.classification .classification_item_head {
  display: flex;
  height: 35px;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  section.classification .classification_item_head {
    height: max(29px, 29px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  section.classification .classification_item_head {
    height: max(26px, 26px + 3 * (100vw - 320px) / 69);
    gap: max(8px, 8px + 2 * (100vw - 320px) / 69);
  }
}
section.classification .classification_item_head h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.classification .classification_item_head h3 {
    font-size: max(16px, 16px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  section.classification .classification_item_head h3 {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
section.classification .classification_difficulty {
  display: flex;
  width: 214px;
  height: 35px;
  align-items: center;
  padding: 0 20px;
  border-radius: 17.5px;
  background: #fafafa;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.classification .classification_difficulty {
    width: max(148px, 148px + 66 * (100vw - 768px) / 671);
    height: max(29px, 29px + 6 * (100vw - 768px) / 671);
    padding-inline: max(10px, 10px + 10 * (100vw - 768px) / 671);
    border-radius: max(14.5px, 14.5px + 3 * (100vw - 768px) / 671);
    font-size: max(12px, 12px + 2 * (100vw - 768px) / 671);
  }
}
section.classification .classification_difficulty > span:first-child {
  flex: none;
  white-space: nowrap;
}
@media screen and (max-width: 389px) {
  section.classification .classification_difficulty {
    width: max(122px, 122px + 6 * (100vw - 320px) / 69);
    height: max(26px, 26px + 3 * (100vw - 320px) / 69);
    padding-inline: max(6px, 6px + 2 * (100vw - 320px) / 69);
    border-radius: max(13px, 13px + 1.5 * (100vw - 320px) / 69);
    font-size: max(11px, 11px + 1 * (100vw - 320px) / 69);
  }
}
section.classification .classification_stars {
  display: flex;
  width: 120px;
  flex: none;
  justify-content: space-between;
  margin-left: 10px;
}
@media screen and (max-width: 1439px) {
  section.classification .classification_stars {
    width: max(80px, 80px + 40 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  section.classification .classification_stars {
    width: max(60px, 60px + 8 * (100vw - 320px) / 69);
    margin-left: max(4px, 4px + 1 * (100vw - 320px) / 69);
  }
}
section.classification .classification_stars i {
  color: #e8e8e8;
  font-size: 20px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.classification .classification_stars i {
    font-size: max(12px, 12px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  section.classification .classification_stars i {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
section.classification .classification_stars i.is-active {
  color: #588735;
}
section.classification .classification_item_text {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.classification .classification_item_text {
    margin-top: max(12px, 12px + 4 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.classification .classification_pell {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.classification .classification_pell {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.classification .classification_pell > h2 {
  display: grid;
  min-height: 90px;
  place-items: center;
  border-top: 1px solid #588338;
  border-bottom: 1px solid #588338;
  background: #f4f9f1;
  color: #588338;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.classification .classification_pell > h2 {
    padding: max(0px, 12px + -12 * (100vw - 390px) / 1049) max(0px, 15px + -15 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.classification .classification_pell > h2 {
    min-height: 88px;
  }
}
section.classification .classification_pell_text {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.classification .classification_pell_text {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.classification .classification_pell_text {
    line-height: 1.8;
  }
}
section.classification .classification_pell_text p + p {
  margin-top: 1.8em;
}

section.case {
  padding-bottom: 0;
  overflow: hidden;
  background: #fff;
  color: #333;
}
section.case .case_title {
  position: relative;
  width: 320px;
  height: 84px;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.case .case_title {
    width: 214px;
    height: 56px;
  }
}
section.case .case_title > span {
  color: #dcf0cb;
  font-family: "Jost", sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 0.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.case .case_title > span {
    font-size: max(80px, 80px + 40 * (100vw - 390px) / 1049);
  }
}
section.case .case_title small {
  position: absolute;
  top: 19px;
  right: 0;
  left: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.case .case_title small {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.case .case_title small {
    top: 14px;
  }
}
section.case .case_lead {
  display: grid;
  width: 598px;
  min-height: 70px;
  place-items: center;
  border-radius: 12px;
  margin: 24px auto 0;
  background: #fafafa;
  color: #588338;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.case .case_lead {
    margin-top: max(24px, 30px + -6 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.case .case_lead {
    width: 100%;
    min-height: 60px;
  }
}
section.case .case_intro {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.case .case_intro {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.case .case_intro {
    line-height: 1.8;
  }
}
section.case .case_slider {
  position: relative;
  margin-top: 60px;
  touch-action: pan-y pinch-zoom;
}
@media screen and (max-width: 1439px) {
  section.case .case_slider {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.case .case_slider .splide__track,
section.case .case_slider .splide__list {
  touch-action: pan-y pinch-zoom;
}
section.case .splide__track {
  overflow: visible;
}
section.case .case_slide {
  width: 1100px;
  height: 650px;
}
@media screen and (max-width: 1439px) {
  section.case .case_slide {
    width: max(680px, 680px + 420 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 1024px) {
  section.case .case_slide {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  section.case .case_slide {
    width: 280px;
    height: auto;
  }
}
@media screen and (max-width: 389px) {
  section.case .case_slide {
    width: max(240px, 240px + 40 * (100vw - 320px) / 69);
  }
}
section.case .case_slide_header {
  position: relative;
  display: flex;
  padding: 12px 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #588338;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  section.case .case_slide_header {
    padding: 10px 4px;
  }
}
section.case .case_slide_header span {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.case .case_slide_header span {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.case .case_slide_header h3 {
  margin-top: 7px;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.case .case_slide_header h3 {
    margin-top: max(4px, 4px + 3 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.case .case_slide_body {
  display: grid;
  grid-template-columns: 660px 400px;
  gap: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.case .case_slide_body {
    grid-template-columns: max(408px, 408px + 252 * (100vw - 768px) / 671) max(248px, 248px + 152 * (100vw - 768px) / 671);
    gap: max(24px, 24px + 16 * (100vw - 768px) / 671);
    padding-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.case .case_slide_body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
section.case .case_photos {
  display: grid;
  grid-template-columns: 310px 20px 310px;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  section.case .case_photos {
    grid-template-columns: max(190px, 190px + 120 * (100vw - 768px) / 671) max(12px, 12px + 8 * (100vw - 768px) / 671) max(190px, 190px + 120 * (100vw - 768px) / 671);
    gap: max(8px, 8px + 2 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.case .case_photos {
    grid-template-columns: 130px 10px 130px;
    gap: 5px;
  }
}
@media screen and (max-width: 389px) {
  section.case .case_photos {
    grid-template-columns: max(110px, 110px + 20 * (100vw - 320px) / 69) max(8px, 8px + 2 * (100vw - 320px) / 69) max(110px, 110px + 20 * (100vw - 320px) / 69);
    gap: min(6px, 6px + -1 * (100vw - 320px) / 69);
  }
}
section.case .case_photo figcaption {
  display: grid;
  height: 50px;
  padding: 0 20px;
  border-radius: 25px;
  margin-bottom: 10px;
  place-items: center;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  section.case .case_photo figcaption {
    height: max(31px, 31px + 19 * (100vw - 768px) / 671);
    padding-inline: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    border-radius: max(15.5px, 15.5px + 9.5 * (100vw - 768px) / 671);
    margin-bottom: max(6px, 6px + 4 * (100vw - 768px) / 671);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.case .case_photo figcaption {
    height: 25px;
    border-radius: 12.5px;
  }
}
section.case .case_photo > img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
@media screen and (max-width: 1439px) {
  section.case .case_photo > img {
    height: max(136px, 136px + 84 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.case .case_photo > img {
    height: 100px;
  }
}
@media screen and (max-width: 389px) {
  section.case .case_photo > img {
    height: max(85px, 85px + 15 * (100vw - 320px) / 69);
  }
}
section.case .case_photo.is-before figcaption {
  background: #a0a0a0;
}
section.case .case_photo.is-after figcaption {
  background: #81bb05;
}
section.case .case_photo_arrow {
  position: relative;
  width: 20px;
  height: 30px;
  transform: translateY(30px);
}
@media screen and (max-width: 1439px) {
  section.case .case_photo_arrow {
    width: max(12px, 12px + 8 * (100vw - 768px) / 671);
    height: max(18px, 18px + 12 * (100vw - 768px) / 671);
    transform: translateY(max(18px, 18px + 12 * (100vw - 768px) / 671));
  }
}
@media screen and (max-width: 767px) {
  section.case .case_photo_arrow {
    width: 10px;
    height: 20px;
    transform: translateY(18.5px);
  }
}
section.case .case_photo_arrow::before {
  top: 50%;
  left: 0;
  position: absolute;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #81bb05;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  section.case .case_photo_arrow::before {
    border-top-width: max(9px, 9px + 6 * (100vw - 768px) / 671);
    border-bottom-width: max(9px, 9px + 6 * (100vw - 768px) / 671);
    border-left-width: max(12px, 12px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.case .case_photo_arrow::before {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
  }
}
section.case .case_risk {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.case .case_risk {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.case .case_risk h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #588338;
  color: #588338;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.case .case_risk h4 {
    padding-bottom: max(8px, 8px + 2 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
section.case .case_risk p {
  margin-top: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.case .case_risk p {
    margin-top: max(12px, 12px + 6 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.case .case_details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  section.case .case_details {
    gap: 12px;
  }
}
section.case .case_details > div {
  min-height: 79px;
}
@media screen and (max-width: 767px) {
  section.case .case_details > div {
    min-height: 65px;
  }
}
@media screen and (max-width: 767px) {
  section.case .case_details > div:nth-child(-n+3) {
    min-height: 90px;
  }
}
section.case .case_details dt {
  display: flex;
  height: 40px;
  padding: 0 20px;
  align-items: center;
  border-radius: 10px;
  background: #fafafa;
  color: #588338;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  section.case .case_details dt {
    padding-inline: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.case .case_details dt {
    height: 30px;
    border-radius: 5px;
  }
}
section.case .case_details dd {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  section.case .case_details dd {
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.case .case_arrows {
  position: absolute;
  z-index: 3;
  top: 233px;
  right: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  section.case .case_arrows {
    top: max(184px, 184px + 49 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.case .case_arrows {
    top: 419px;
  }
}
section.case .splide__arrow {
  position: absolute;
  width: 100px;
  height: 100px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 1439px) {
  section.case .splide__arrow {
    width: max(60px, 60px + 40 * (100vw - 768px) / 671);
    height: max(60px, 60px + 40 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.case .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
section.case .splide__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
section.case .splide__arrow--prev {
  left: calc(50% - 600px);
}
@media screen and (max-width: 1439px) {
  section.case .splide__arrow--prev {
    left: calc(50% - max(380px, 380px + 220 * (100vw - 768px) / 671));
  }
}
@media screen and (max-width: 767px) {
  section.case .splide__arrow--prev {
    left: calc(50% - 180px);
  }
}
@media screen and (max-width: 389px) {
  section.case .splide__arrow--prev {
    left: calc(50% - max(160px, 160px + 20 * (100vw - 320px) / 69));
  }
}
section.case .splide__arrow--next {
  right: calc(50% - 600px);
}
@media screen and (max-width: 1439px) {
  section.case .splide__arrow--next {
    right: calc(50% - max(380px, 380px + 220 * (100vw - 768px) / 671));
  }
}
@media screen and (max-width: 767px) {
  section.case .splide__arrow--next {
    right: calc(50% - 180px);
  }
}
@media screen and (max-width: 389px) {
  section.case .splide__arrow--next {
    right: calc(50% - max(160px, 160px + 20 * (100vw - 320px) / 69));
  }
}
section.case .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  section.case .sp_only {
    display: inline;
  }
}

/* ==================================================
 * group-04
 * ================================================== */
section.precision-machine {
  position: relative;
  overflow: hidden;
  background-color: #f4f9f1;
}
section.precision-machine .precision-machine_bg {
  position: absolute;
  z-index: 0;
  top: -90px;
  left: 53.7%;
  width: max(100%, 1546px);
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_bg {
    top: 0;
    left: 50%;
    width: max(100%, 573px);
  }
}
section.precision-machine .precision-machine_bg img {
  width: 100%;
  height: auto;
}
section.precision-machine .inner {
  position: relative;
  z-index: 1;
}
section.precision-machine .precision-machine_header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 100px;
  padding-left: 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_header {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    padding-left: max(0px, 0px + 100 * (100vw - 390px) / 1049);
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_header {
    display: block;
  }
}
section.precision-machine .precision-machine_header h2 {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.4px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_header h2 {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
section.precision-machine .precision-machine_header h2 span,
section.precision-machine .precision-machine_header h2 strong {
  display: block;
}
section.precision-machine .precision-machine_header h2 strong {
  font-size: 48px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_header h2 strong {
    font-size: max(32px, 32px + 16 * (100vw - 390px) / 1049);
  }
}
section.precision-machine .precision-machine_badge {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 380px;
  height: 230px;
  margin-inline: 0;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_badge {
    width: calc(250px + 130 * (100vw - 768px) / 671);
    height: calc(150px + 80 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_badge {
    width: 250px;
    height: 150px;
    margin-top: 12px;
    margin-inline: auto;
  }
}
section.precision-machine .precision-machine_badge > div {
  position: relative;
  display: block;
  flex: 0 0 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  isolation: isolate;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_badge > div {
    flex-basis: calc(130px + 70 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_badge > div {
    display: flex;
    flex-basis: 130px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
section.precision-machine .precision-machine_badge > div::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("../img/precision-machine_badge_left.svg") center/contain no-repeat;
  content: "";
}
section.precision-machine .precision-machine_badge > div:last-child {
  margin-top: 30px;
  margin-left: -20px;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_badge > div:last-child {
    margin-top: calc(20px + 10 * (100vw - 768px) / 671);
    margin-left: calc(-10px + -10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_badge > div:last-child {
    margin-top: 20px;
    margin-left: -10px;
  }
}
section.precision-machine .precision-machine_badge > div:last-child::before {
  background-image: url("../img/precision-machine_badge_right.svg");
}
section.precision-machine .precision-machine_badge > div:last-child strong {
  position: absolute;
  top: 35px;
  left: 51px;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_badge > div:last-child strong {
    top: calc(22.75px + 12.25 * (100vw - 768px) / 671);
    left: calc(33.15px + 17.85 * (100vw - 768px) / 671);
    font-size: calc(24px + 24 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_badge > div:last-child strong {
    position: static;
    font-size: 24px;
  }
}
section.precision-machine .precision-machine_badge > div:last-child .precision-machine_en {
  top: 152px;
  left: 54px;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_badge > div:last-child .precision-machine_en {
    top: calc(98.8px + 53.2 * (100vw - 768px) / 671);
    left: calc(35.1px + 18.9 * (100vw - 768px) / 671);
  }
}
section.precision-machine .precision-machine_badge .precision-machine_en {
  position: absolute;
  top: 70px;
  left: 73px;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 0.7;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_badge .precision-machine_en {
    top: calc(45.5px + 24.5 * (100vw - 768px) / 671);
    left: calc(47.45px + 25.55 * (100vw - 768px) / 671);
    font-size: calc(12px + 8 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_badge .precision-machine_en {
    position: static;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.6px;
  }
}
section.precision-machine .precision-machine_badge .precision-machine_count {
  position: absolute;
  top: 62px;
  left: 22px;
  display: flex;
  align-items: flex-start;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_badge .precision-machine_count {
    top: calc(40.3px + 21.7 * (100vw - 768px) / 671);
    left: calc(14.3px + 7.7 * (100vw - 768px) / 671);
    font-size: calc(24px + 24 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_badge .precision-machine_count {
    position: static;
    align-items: center;
    font-size: 24px;
  }
}
section.precision-machine .precision-machine_badge .precision-machine_count strong {
  font-family: "Jost", sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 0.7;
  letter-spacing: 5px;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_badge .precision-machine_count strong {
    font-size: calc(64px + 36 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_badge .precision-machine_count strong {
    font-size: 64px;
    line-height: 1;
  }
}
section.precision-machine .precision-machine_badge .precision-machine_count_label {
  position: absolute;
  top: 15px;
  left: 56px;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_badge .precision-machine_count_label {
    top: calc(9.75px + 5.25 * (100vw - 768px) / 671);
    left: calc(36.4px + 19.6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_badge .precision-machine_count_label {
    position: relative;
    top: 8px;
    left: -4px;
  }
}
section.precision-machine .precision-machine_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_list {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
}
section.precision-machine .precision-machine_list > li {
  --machine-accent: #588338;
  --machine-gradient: 94, 162, 35;
  padding: 40px 0;
  background: linear-gradient(180deg, rgba(var(--machine-gradient), 0.6) 0%, rgba(var(--machine-gradient), 0) 100%) no-repeat left top/150px 100%;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_list > li {
    padding-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_list > li {
    background-size: 100px 100%;
  }
}
section.precision-machine .precision-machine_list > li:nth-child(2) {
  --machine-accent: #6ab0c0;
  --machine-gradient: 106, 176, 192;
}
section.precision-machine .precision-machine_list > li:nth-child(3) {
  --machine-accent: #d5868c;
  --machine-gradient: 213, 134, 140;
}
section.precision-machine .precision-machine_list > li:nth-child(4) {
  --machine-accent: #e1bf27;
  --machine-gradient: 225, 191, 39;
}
section.precision-machine .precision-machine_list > li:nth-child(5) {
  --machine-accent: #77bf8e;
  --machine-gradient: 119, 191, 142;
}
section.precision-machine .precision-machine_list > li:nth-child(6) {
  --machine-accent: #677fde;
  --machine-gradient: 103, 127, 222;
}
section.precision-machine .precision-machine_list > li > p {
  width: calc(100% - 100px);
  margin-top: 24px;
  margin-left: 100px;
  color: #3e3a39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_list > li > p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-left: max(65px, 65px + 35 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_list > li > p {
    width: calc(100% - 65px);
  }
}
section.precision-machine .precision-machine_img {
  display: block;
  width: calc(100% - 40px);
  margin-left: 40px;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_img {
    margin-left: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_img {
    width: calc(100% - 20px);
  }
}
section.precision-machine .precision-machine_img img {
  width: 100%;
  height: auto;
}
section.precision-machine .precision-machine_item_title {
  position: relative;
  margin-top: 16px;
  margin-left: 40px;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_item_title {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
    margin-left: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.precision-machine .precision-machine_item_title > span {
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--machine-accent);
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_item_title > span {
    font-size: max(32px, 32px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_item_title > span {
    top: 6px;
  }
}
section.precision-machine .precision-machine_item_title h3 {
  width: calc(100% - 60px);
  margin-left: 60px;
  color: #3e3a39;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_item_title h3 {
    font-size: max(22px, 22px + 10 * (100vw - 768px) / 671);
    margin-left: max(45px, 45px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_item_title h3 {
    width: calc(100% - 45px);
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 389px) {
  section.precision-machine .precision-machine_item_title h3 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.precision-machine .precision-machine_item_title h3 span {
  display: block;
}
section.precision-machine .precision-machine_item_title h3 .sp_title {
  display: none;
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_item_title h3 .sp_title {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_item_title h3 .pc_title {
    display: none;
  }
}
section.precision-machine .precision-machine_check_list {
  display: grid;
  gap: 10px;
  width: calc(100% - 100px);
  margin-top: 20px;
  margin-left: 100px;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_check_list {
    margin-top: max(12px, 12px + 8 * (100vw - 390px) / 1049);
    margin-left: max(65px, 65px + 35 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_check_list {
    gap: 5px;
    width: calc(100% - 65px);
  }
}
section.precision-machine .precision-machine_check_list li {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #3e3a39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1439px) {
  section.precision-machine .precision-machine_check_list li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_check_list li {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 5px;
    letter-spacing: 0.7px;
  }
}
section.precision-machine .precision-machine_check_list li > span {
  position: relative;
  width: 25px;
  aspect-ratio: 1;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_check_list li > span {
    width: 20px;
  }
}
section.precision-machine .precision-machine_check_list li > span::after {
  position: absolute;
  inset: 4px 3px;
  background-color: var(--machine-accent);
  content: "";
  -webkit-mask: url("../img/icon_check.svg") center/contain no-repeat;
  mask: url("../img/icon_check.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  section.precision-machine .precision-machine_check_list li > span::after {
    inset: 3px 2px;
  }
}

section.sedation .sedation_intro {
  display: grid;
  grid-template-columns: minmax(0, 48fr) minmax(0, 58fr);
  align-items: start;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.sedation .sedation_intro {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.sedation .sedation_intro {
    display: block;
  }
}
section.sedation .sedation_img {
  display: block;
}
section.sedation .sedation_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  section.sedation .sedation_intro_content {
    margin-top: 20px;
  }
}
section.sedation .sedation_intro_content h3 {
  color: #3e3a39;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.sedation .sedation_intro_content h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.sedation .sedation_intro_content .section_text {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.sedation .sedation_intro_content .section_text {
    margin-top: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
section.sedation .sedation_intro_content .section_text p + p {
  margin-top: 28px;
}
@media screen and (max-width: 1439px) {
  section.sedation .sedation_intro_content .section_text p + p {
    margin-top: max(25px, 25px + 3 * (100vw - 390px) / 1049);
  }
}
section.sedation .sedation_intro_content .section_text strong {
  color: #588338;
  font-weight: 700;
}
section.sedation .sedation_panels {
  display: grid;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.sedation .sedation_panels {
    margin-top: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
section.sedation .sedation_panel {
  display: grid;
  grid-template-columns: 213px minmax(0, 1fr);
  border: 1px solid #588338;
  background-color: #fff;
}
@media screen and (max-width: 1439px) {
  section.sedation .sedation_panel {
    grid-template-columns: max(133.84px, 133.84px + 79.16 * (100vw - 768px) / 671) minmax(0, 1fr);
  }
}
@media screen and (max-width: 767px) {
  section.sedation .sedation_panel {
    display: block;
  }
}
section.sedation .sedation_panel_title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #588338;
  color: #588338;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.sedation .sedation_panel_title {
    padding: 20px;
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section.sedation .sedation_panel_title::after {
    position: absolute;
    right: 20px;
    bottom: 0;
    left: 20px;
    height: 1px;
    background: #588338;
    content: "";
  }
}
section.sedation .sedation_panel_title h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.sedation .sedation_panel_title h3 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
section.sedation .sedation_panel_title h3 span {
  display: block;
}
@media screen and (max-width: 767px) {
  section.sedation .sedation_panel_title h3 span {
    display: inline;
  }
}
section.sedation .sedation_panel_title p {
  margin-top: 8px;
  color: #81bb05;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  section.sedation .sedation_panel_title p {
    margin-top: max(5px, 5px + 3 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
    letter-spacing: max(1.2px, 1.2px + 0.4 * (100vw - 390px) / 1049);
  }
}
section.sedation .sedation_panel_body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 40px 37px 40px 39px;
}
@media screen and (max-width: 1439px) {
  section.sedation .sedation_panel_body {
    padding: max(19px, 19px + 21 * (100vw - 390px) / 1049) max(19px, 19px + 18 * (100vw - 390px) / 1049) max(19px, 19px + 21 * (100vw - 390px) / 1049) max(19px, 19px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.sedation .sedation_panel_body {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }
}
section.sedation .sedation_panel_body ul {
  display: grid;
  align-content: start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  section.sedation .sedation_panel_body ul {
    gap: 15px;
  }
}
section.sedation .sedation_panel_body li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 3px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.sedation .sedation_panel_body li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.sedation .sedation_panel_body li {
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 5px;
    line-height: 1.4;
  }
}
section.sedation .sedation_panel_body li::before {
  width: 22px;
  height: 18px;
  margin-top: 4px;
  background-color: #588338;
  content: "";
  -webkit-mask: url("../img/icon_check.svg") center/contain no-repeat;
  mask: url("../img/icon_check.svg") center/contain no-repeat;
}
@media screen and (max-width: 1439px) {
  section.sedation .sedation_panel_body li::before {
    margin-top: max(3px, 3px + 1 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.sedation .sedation_panel_body li::before {
    width: 15px;
    height: 13px;
  }
}
section.sedation .sedation_note {
  padding: 40px;
  background-color: #fff3f3;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.sedation .sedation_note {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.sedation .sedation_note h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #b13d3f;
  color: #b13d3f;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.sedation .sedation_note h3 {
    padding-bottom: max(10px, 10px + 5 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
section.sedation .sedation_note > div {
  margin-top: 18px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}

section.flow .flow_intro {
  position: relative;
  z-index: 9;
  background-color: #f4f9f1;
  filter: drop-shadow(0 10px 7.5px rgba(51, 51, 51, 0.2));
}
section.flow .flow_intro::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 200px;
  height: 50px;
  background-color: #f4f9f1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.flow .flow_intro::after {
    width: 122px;
    height: 30px;
  }
}
section.flow .flow_intro > .inner {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #f4f9f1;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_intro > .inner {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    padding-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.flow .flow_title {
  position: relative;
  height: 108px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.flow .flow_title {
    height: 80px;
  }
}
section.flow .flow_title .en {
  color: #dcf0cb;
  font-family: "Jost", sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_title .en {
    font-size: max(80px, 80px + 40 * (100vw - 390px) / 1049);
    letter-spacing: max(8px, 8px + 4 * (100vw - 390px) / 1049);
  }
}
section.flow .flow_title .ja {
  position: absolute;
  top: 19px;
  left: 50%;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  white-space: nowrap;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.flow .flow_title .ja {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    letter-spacing: max(1px, 1px + 0.6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.flow .flow_title .ja {
    top: 15px;
  }
}
section.flow .flow_lead {
  display: flex;
  width: fit-content;
  min-height: 70px;
  padding-inline: 40px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #fff;
  color: #588338;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_lead {
    padding-inline: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.flow .flow_lead {
    width: auto;
    min-height: 70px;
    margin-top: 6px;
    letter-spacing: 0.8px;
  }
}
section.flow .flow_lead_break {
  display: none;
}
@media screen and (max-width: 767px) {
  section.flow .flow_lead_break {
    display: block;
  }
}
section.flow .flow_description {
  margin-top: 40px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_description {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.flow .flow_description {
    letter-spacing: 0.7px;
  }
}
section.flow .flow_step {
  position: relative;
  filter: drop-shadow(0 10px 7.5px rgba(51, 51, 51, 0.2));
}
section.flow .flow_step:nth-child(1) {
  z-index: 8;
}
section.flow .flow_step:nth-child(2) {
  z-index: 7;
}
section.flow .flow_step:nth-child(3) {
  z-index: 6;
}
section.flow .flow_step:nth-child(4) {
  z-index: 5;
}
section.flow .flow_step:nth-child(5) {
  z-index: 4;
}
section.flow .flow_step:nth-child(6) {
  z-index: 3;
}
section.flow .flow_step:nth-child(7) {
  z-index: 2;
}
section.flow .flow_step:nth-child(8) {
  z-index: 1;
}
section.flow .flow_step:last-child .flow_step_body::after {
  content: none;
}
section.flow .flow_step:nth-child(even) .flow_step_body {
  background-color: #5e8e3a;
}
section.flow .flow_step_body {
  position: relative;
  padding: 70px 0 60px;
  background-color: #588338;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_step_body {
    padding-top: max(49px, 49px + 21 * (100vw - 390px) / 1049);
    padding-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.flow .flow_step_body::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 160px;
  height: 40px;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.flow .flow_step_body::after {
    width: 122px;
    height: 30px;
  }
}
section.flow .flow_step_inner {
  display: grid;
  grid-template-columns: minmax(0, 740px) 320px;
  align-items: start;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_step_inner {
    grid-template-columns: minmax(0, max(454.61px, 454.61px + 285.39 * (100vw - 768px) / 671)) max(196.59px, 196.59px + 123.41 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.flow .flow_step_inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
section.flow .flow_step_content {
  color: #fff;
}
section.flow .flow_step_content h3 {
  margin-top: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_step_content h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.flow .flow_step_number {
  width: fit-content;
  padding-bottom: 3px;
  border-bottom: 1px solid #fbff22;
  color: #fbff22;
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_step_number {
    font-size: max(32px, 32px + 16 * (100vw - 390px) / 1049);
  }
}
section.flow .flow_step_number span {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_step_number span {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.flow .flow_step_text {
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_step_text {
    margin-top: max(14px, 14px + 10 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.flow .flow_step_text {
    letter-spacing: 0.7px;
  }
}
section.flow .flow_step_img {
  display: block;
  width: 320px;
}
@media screen and (max-width: 1439px) {
  section.flow .flow_step_img {
    width: max(196.59px, 196.59px + 123.41 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.flow .flow_step_img {
    width: 240px;
    margin-inline: auto;
  }
}
section.flow .flow_step_img img {
  width: 100%;
  height: auto;
}

section.trouble02 {
  background-color: #7e7769;
  color: #fff;
}
section.trouble02 .trouble02_head {
  position: relative;
  z-index: 1;
  height: 330px;
  background: linear-gradient(180deg, #7e7769 0%, #787265 100%);
  clip-path: polygon(0 0, 100% 0, 100% 54.985%, 50% 100%, 0 54.985%);
  filter: drop-shadow(0 10px 7.5px rgba(51, 51, 51, 0.2));
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_head {
    height: max(195px, 195px + 135 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_head {
    clip-path: polygon(0 0, 100% 0, 100% 63.288%, 51.82% 100%, 0 63.288%);
  }
}
section.trouble02 .trouble02_head h2 {
  padding-top: 100px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_head h2 {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
section.trouble02 .trouble02_head .ja,
section.trouble02 .trouble02_head .en {
  display: block;
}
section.trouble02 .trouble02_head .ja {
  color: #fbff22;
  font-size: 48px;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_head .ja {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
    letter-spacing: max(1.2px, 1.2px + 1.2 * (100vw - 390px) / 1049);
  }
}
section.trouble02 .trouble02_head .en {
  margin-top: 16px;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_head .en {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.trouble02 .trouble02_body > .inner {
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_body > .inner {
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
section.trouble02 .trouble02_intro {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_intro {
    padding-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.trouble02 .trouble02_intro h3 {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_intro h3 {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    letter-spacing: max(1.2px, 1.2px + 0.8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_intro h3 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_intro .pc_line {
    display: none;
  }
}
section.trouble02 .trouble02_intro .sp_line {
  display: none;
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_intro .sp_line {
    display: inline;
  }
}
section.trouble02 .trouble02_intro_img {
  position: absolute;
  z-index: 0;
  top: 6px;
  right: 88px;
  display: block;
  width: 240px;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_intro_img {
    top: max(5px, 5px + 1 * (100vw - 390px) / 1049);
    right: max(-3px, -3px + 91 * (100vw - 390px) / 1049);
    width: max(100px, 100px + 140 * (100vw - 390px) / 1049);
  }
}
section.trouble02 .trouble02_intro_img::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 90px;
  background: linear-gradient(180deg, rgba(126, 119, 105, 0) 0%, #7e7769 87.776%);
  content: "";
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_intro_img::after {
    height: 38px;
  }
}
section.trouble02 .trouble02_intro_img img {
  width: 100%;
  height: auto;
}
section.trouble02 .trouble02_intro_text {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_intro_text {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_intro_text {
    letter-spacing: 0.7px;
    text-align: center;
  }
}
section.trouble02 .trouble02_risk_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_risk_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_risk_list {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding-inline: 5px;
  }
}
section.trouble02 .trouble02_risk_list > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.trouble02 .trouble02_risk_list > li::before {
  position: absolute;
  z-index: 0;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #534f45 0%, rgba(83, 79, 69, 0) 100%);
  content: "";
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_risk_list > li::before {
    top: 75px;
  }
}
section.trouble02 .trouble02_risk_list > li:nth-child(-n+3) {
  padding-bottom: 32px;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_risk_list > li:nth-child(-n+3) {
    padding-bottom: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_risk_list > li:nth-child(n+4) {
    padding-bottom: 20px;
  }
}
section.trouble02 .trouble02_risk_list > li h3,
section.trouble02 .trouble02_risk_list > li > p {
  position: relative;
  z-index: 1;
}
section.trouble02 .trouble02_risk_list > li h3 {
  margin-top: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_risk_list > li h3 {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
section.trouble02 .trouble02_risk_list > li > p {
  margin: 24px 25px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_risk_list > li > p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_risk_list > li > p {
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}
section.trouble02 .trouble02_risk_img {
  position: relative;
  z-index: 1;
  display: block;
  width: 200px;
  filter: drop-shadow(0 5px 10px rgba(51, 51, 51, 0.2));
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_risk_img {
    width: max(150px, 150px + 50 * (100vw - 390px) / 1049);
  }
}
section.trouble02 .trouble02_risk_img img {
  width: 100%;
  height: auto;
}
section.trouble02 .trouble02_risk_note {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_risk_note {
    display: none;
  }
}
section.trouble02 .trouble02_care {
  position: relative;
  padding-top: 100px;
  margin-top: 100px;
  color: #3e3a39;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_care {
    padding-top: max(60px, 60px + 40 * (100vw - 390px) / 1049);
    margin-top: max(90px, 90px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_care {
    padding-top: 60px;
  }
}
section.trouble02 .trouble02_care_title_top {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  display: block;
  width: 640px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_care_title_top {
    width: 240px;
  }
}
section.trouble02 .trouble02_care_title_top img {
  width: 100%;
  height: auto;
}
section.trouble02 .trouble02_care_body {
  position: relative;
  z-index: 1;
  padding: 0 100px 80px;
  background-color: #fff;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_care_body {
    padding-right: max(20px, 20px + 80 * (100vw - 390px) / 1049);
    padding-bottom: max(40px, 40px + 40 * (100vw - 390px) / 1049);
    padding-left: max(20px, 20px + 80 * (100vw - 390px) / 1049);
  }
}
section.trouble02 .trouble02_care_title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  transform: translateY(-20px);
}
section.trouble02 .trouble02_care_title p {
  font-size: 32px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_care_title p {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    letter-spacing: max(1px, 1px + 0.6 * (100vw - 390px) / 1049);
  }
}
section.trouble02 .trouble02_care_title h3 {
  margin-top: 10px;
  color: #588338;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_care_title h3 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
    letter-spacing: max(1.2px, 1.2px + 1.2 * (100vw - 390px) / 1049);
  }
}
section.trouble02 .trouble02_care_lead {
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_care_lead {
    margin-top: max(0px, 0px + 20 * (100vw - 390px) / 1049);
  }
}
section.trouble02 .trouble02_care_lead h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_care_lead h4 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_care_lead h4 {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_care_lead h4 span {
    display: block;
  }
}
section.trouble02 .trouble02_care_lead img {
  display: block;
  width: 504px;
  height: 20px;
  margin: 16px auto 0;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_care_lead img {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_care_lead img {
    width: 100%;
    height: 9px;
  }
}
section.trouble02 .trouble02_care_intro {
  margin-top: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_care_intro {
    margin-top: max(16px, 16px + 16 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_care_intro {
    letter-spacing: 0.7px;
    text-align: center;
  }
}
section.trouble02 .trouble02_care_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_care_grid {
    margin-top: max(25px, 25px + 7 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_care_grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
}
section.trouble02 .trouble02_care_item {
  padding: 25px;
  background: linear-gradient(195.664deg, #6bb335 11.236%, #cfd300 88.764%);
  color: #fff;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_care_item {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_care_item:nth-child(4) {
    padding-top: 20px;
  }
}
section.trouble02 .trouble02_care_item h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_care_item h4 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    letter-spacing: max(0.9px, 0.9px + 0.3 * (100vw - 390px) / 1049);
  }
}
section.trouble02 .trouble02_care_item ul {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_care_item ul {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_care_item ul {
    gap: 10px;
  }
}
section.trouble02 .trouble02_care_item li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  min-height: 65px;
  padding: 10px 15px;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_care_item li {
    padding-right: max(10px, 10px + 5 * (100vw - 390px) / 1049);
    padding-left: max(10px, 10px + 5 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_care_item li {
    grid-template-columns: 15px minmax(0, 1fr);
    min-height: 60px;
    line-height: 1.4;
  }
}
section.trouble02 .trouble02_care_item li::before {
  grid-row: 1;
  grid-column: 1;
  width: 20px;
  height: 17px;
  background-color: #588338;
  content: "";
  -webkit-mask: url("../img/icon_check.svg") center/contain no-repeat;
  mask: url("../img/icon_check.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_care_item li::before {
    width: 15px;
    height: 13px;
  }
}
section.trouble02 .trouble02_care_item li > span {
  grid-row: 1;
  grid-column: 2;
}
section.trouble02 .trouble02_alert {
  padding: 40px 40px 52px;
  margin-top: 60px;
  background-color: #fff3f3;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_alert {
    padding: max(21px, 21px + 19 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049) max(35px, 35px + 17 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
section.trouble02 .trouble02_alert h4 {
  padding-bottom: 10px;
  border-bottom: 1px solid #b13d3f;
  color: #b13d3f;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_alert h4 {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
section.trouble02 .trouble02_alert ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_alert ul {
    margin-top: max(10px, 10px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_alert ul {
    flex-direction: column;
    gap: 10px;
  }
}
section.trouble02 .trouble02_alert li {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_alert li {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_alert li {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 5px;
    line-height: 1.4;
    letter-spacing: 0.7px;
  }
}
section.trouble02 .trouble02_alert li::before {
  grid-row: 1;
  grid-column: 1;
  width: 25px;
  aspect-ratio: 1;
  border-radius: 2px;
  background-color: #fff;
  content: "";
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_alert li::before {
    width: 20px;
  }
}
section.trouble02 .trouble02_alert li > span {
  grid-row: 1;
  grid-column: 2;
}
section.trouble02 .trouble02_alert li::after {
  grid-row: 1;
  grid-column: 1;
  width: 19px;
  height: 15px;
  margin: 5px 3px;
  background-color: #b13d3f;
  content: "";
  -webkit-mask: url("../img/icon_check.svg") center/contain no-repeat;
  mask: url("../img/icon_check.svg") center/contain no-repeat;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_alert li::after {
    margin: max(4px, 4px + 1 * (100vw - 390px) / 1049) max(2px, 2px + 1 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_alert li::after {
    width: 15px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_alert .trouble02_alert_item1 {
    order: 1;
  }
  section.trouble02 .trouble02_alert .trouble02_alert_item3 {
    order: 2;
  }
  section.trouble02 .trouble02_alert .trouble02_alert_item5 {
    order: 3;
  }
  section.trouble02 .trouble02_alert .trouble02_alert_item2 {
    order: 4;
  }
  section.trouble02 .trouble02_alert .trouble02_alert_item4 {
    order: 5;
  }
}
section.trouble02 .trouble02_care_footer {
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.trouble02 .trouble02_care_footer {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.trouble02 .trouble02_care_footer {
    letter-spacing: 0.7px;
  }
}

/* ==================================================
 * group-05
 * ================================================== */
section.consultation .consultation_lead {
  width: fit-content;
  padding-bottom: 30px;
  margin-inline: auto;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.08));
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_lead {
    padding-bottom: max(15px, 15px + 15 * (100vw - 390px) / 1049);
  }
}
section.consultation .consultation_lead .consultation_lead_inner {
  position: relative;
  padding: 20px 30px 19px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_lead .consultation_lead_inner {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) max(20px, 20px + 10 * (100vw - 390px) / 1049) max(18px, 18px + 1 * (100vw - 390px) / 1049);
    border-radius: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
section.consultation .consultation_lead .consultation_lead_inner::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 60px;
  height: 30px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_lead .consultation_lead_inner::after {
    width: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    height: max(15px, 15px + 15 * (100vw - 390px) / 1049);
  }
}
section.consultation .consultation_lead .consultation_lead_inner > p {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_lead .consultation_lead_inner > p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    letter-spacing: max(0.7px, 0.7px + 0.1 * (100vw - 390px) / 1049);
  }
}
section.consultation .consultation_lead .consultation_lead_inner h2 {
  margin-top: 5px;
  color: #3e3a39;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_lead .consultation_lead_inner h2 {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.consultation .consultation_lead .consultation_lead_inner h2 {
    white-space: normal;
  }
}
section.consultation .consultation_lead .consultation_lead_inner h2 span {
  position: relative;
  z-index: 0;
  display: inline-block;
}
section.consultation .consultation_lead .consultation_lead_inner h2 span::after {
  position: absolute;
  z-index: -1;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 13px;
  background: var(--consultation_marker);
  content: "";
  -webkit-mask: url("../img/icon_marker_solid.svg") center/100% 100% no-repeat;
  mask: url("../img/icon_marker_solid.svg") center/100% 100% no-repeat;
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_lead .consultation_lead_inner h2 span::after {
    bottom: max(-7px, -7px + 3 * (100vw - 390px) / 1049);
    height: max(11px, 11px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.consultation .consultation_lead .consultation_lead_inner h2 span::after {
    -webkit-mask: url("../img/icon_marker_solid_sp.svg") center/100% 100% no-repeat;
    mask: url("../img/icon_marker_solid_sp.svg") center/100% 100% no-repeat;
  }
}
section.consultation .consultation_lead .consultation_lead_inner h2 .consultation_lead_pregnancy {
  --consultation_marker: #fde1e3;
  color: #ed7c84;
}
section.consultation .consultation_lead .consultation_lead_inner h2 .consultation_lead_orthodontics {
  --consultation_marker: #cbecff;
  color: #23709c;
}
section.consultation .consultation_lead .consultation_lead_inner h2 .consultation_lead_medical {
  --consultation_marker: #d7f498;
  color: #588338;
}
section.consultation .consultation_list {
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.consultation .consultation_list .consultation_item {
  --consultation_accent: #588338;
  --consultation_background: #f4f9f1;
  padding: 40px;
  background: var(--consultation_background);
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_list .consultation_item {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
section.consultation .consultation_list .consultation_item.consultation_pregnancy {
  --consultation_accent: #ed7c84;
  --consultation_background: #fff7f7;
}
section.consultation .consultation_list .consultation_item.consultation_orthodontics {
  --consultation_accent: #23709c;
  --consultation_background: #f0f9ff;
}
section.consultation .consultation_list .consultation_item h3 {
  padding: 9px 20px;
  color: #fff;
  background: var(--consultation_accent);
  border-radius: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_list .consultation_item h3 {
    padding: max(8px, 8px + 1 * (100vw - 390px) / 1049) 10px;
    border-radius: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 14 * (100vw - 390px) / 1049);
  }
}
section.consultation .consultation_list .consultation_item .consultation_body {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  column-gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_list .consultation_item .consultation_body {
    grid-template-columns: minmax(0, max(100px, 100px + 50 * (100vw - 390px) / 1049)) minmax(0, 1fr);
    column-gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.consultation .consultation_list .consultation_item .consultation_body {
    display: block;
  }
}
section.consultation .consultation_list .consultation_item .consultation_body .consultation_icon {
  display: grid;
  width: 150px;
  aspect-ratio: 1;
  place-items: center;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_list .consultation_item .consultation_body .consultation_icon {
    width: max(100px, 100px + 50 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.consultation .consultation_list .consultation_item .consultation_body .consultation_icon {
    margin-inline: auto;
  }
}
section.consultation .consultation_list .consultation_item .consultation_body .consultation_icon img {
  width: 46.667%;
  height: auto;
}
section.consultation .consultation_list .consultation_item .consultation_body .consultation_content {
  min-width: 0;
  padding-left: 40px;
  border-left: 1px solid var(--consultation_accent);
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_list .consultation_item .consultation_body .consultation_content {
    padding-left: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    letter-spacing: max(0.7px, 0.7px + 0.1 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.consultation .consultation_list .consultation_item .consultation_body .consultation_content {
    padding-top: 20px;
    padding-left: 0;
    margin-top: 20px;
    border-top: 1px solid var(--consultation_accent);
    border-left: 0;
  }
}
section.consultation .consultation_list .consultation_item .consultation_body .consultation_content strong {
  color: var(--consultation_accent);
  font-weight: 600;
}
section.consultation .consultation_list .consultation_item.consultation_pregnancy .consultation_icon img {
  width: 25.831%;
}
section.consultation .consultation_list .consultation_item.consultation_pregnancy .consultation_note {
  padding: 25px;
  margin-top: 24px;
  background: #fff;
  border: 1px solid var(--consultation_accent);
  border-radius: 5px;
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_list .consultation_item.consultation_pregnancy .consultation_note {
    padding: max(15px, 15px + 10 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
section.consultation .consultation_list .consultation_item.consultation_orthodontics .consultation_icon img {
  width: 50%;
}
section.consultation .consultation_list .consultation_item.consultation_orthodontics .consultation_content p + p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_list .consultation_item.consultation_orthodontics .consultation_content p + p {
    margin-top: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
section.consultation .consultation_list .consultation_item.consultation_medical .consultation_content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 24px 0;
  color: var(--consultation_accent);
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_list .consultation_item.consultation_medical .consultation_content ul {
    row-gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    column-gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin: max(12px, 12px + 12 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  section.consultation .consultation_list .consultation_item.consultation_medical .consultation_content ul {
    line-height: 1.4;
  }
}
section.consultation .consultation_list .consultation_item.consultation_medical .consultation_content ul li {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  letter-spacing: 0;
}
section.consultation .consultation_list .consultation_item.consultation_medical .consultation_content ul li::before {
  flex: 0 0 auto;
  width: 20px;
  height: 17px;
  margin-top: 5px;
  background: var(--consultation_accent);
  content: "";
  -webkit-mask: url("../img/icon_check.svg") center/contain no-repeat;
  mask: url("../img/icon_check.svg") center/contain no-repeat;
}
@media screen and (max-width: 1439px) {
  section.consultation .consultation_list .consultation_item.consultation_medical .consultation_content ul li::before {
    width: max(14px, 14px + 6 * (100vw - 390px) / 1049);
    height: max(12px, 12px + 5 * (100vw - 390px) / 1049);
    margin-top: max(3px, 3px + 2 * (100vw - 390px) / 1049);
  }
}

section.fee {
  background: #fafafa;
}
section.fee .fee_intro .section_lead {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  section.fee .fee_intro .section_lead {
    margin-top: max(24px, 24px + 6 * (100vw - 390px) / 1049);
  }
}
section.fee .fee_intro .section_text {
  max-width: 804px;
  margin-top: 24px;
  margin-inline: auto;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.fee .fee_intro .section_text {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.fee .fee_intro .section_text {
    white-space: normal;
  }
}
section.fee .fee_table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  table-layout: fixed;
  color: #3e3a39;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.fee .fee_table {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
section.fee .fee_table th,
section.fee .fee_table td {
  padding: 10.5px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 1439px) {
  section.fee .fee_table th,
  section.fee .fee_table td {
    padding-block: max(9.5px, 9.5px + 1 * (100vw - 390px) / 1049);
    padding-inline: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
section.fee .fee_table th:last-child,
section.fee .fee_table td:last-child {
  border-right: 0;
}
section.fee .fee_table thead th {
  color: #fff;
  background: #588338;
  font-weight: 600;
  text-align: center;
}
section.fee .fee_table thead th:first-child {
  width: 40.909%;
}
@media screen and (max-width: 767px) {
  section.fee .fee_table thead th:first-child {
    width: 40%;
  }
}
section.fee .fee_table tbody tr:last-child th,
section.fee .fee_table tbody tr:last-child td {
  border-bottom: 0;
}
section.fee .fee_table tbody th {
  background: #f4f9f1;
  font-weight: 500;
}
section.fee .fee_note {
  color: #3e3a39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  section.fee .fee_note {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
section.fee .fee_payment_text {
  max-width: 887px;
  margin-inline: auto;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.fee .fee_payment_text span {
    display: block;
  }
}
section.fee .fee_payment_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 620px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  section.fee .fee_payment_list {
    gap: max(10px, 10px + 30 * (100vw - 390px) / 1049);
  }
}
section.fee .fee_payment_list figure {
  position: relative;
  z-index: 0;
  display: grid;
  aspect-ratio: 1;
  padding: 11.111%;
  overflow: hidden;
  place-items: center;
  background: #588338;
  border-radius: 50%;
}
section.fee .fee_payment_list figure::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  content: "";
}
section.fee .fee_payment_list figure:nth-child(2) {
  background: #5ea223;
}
section.fee .fee_payment_list figure:nth-child(3) {
  background: #81bb05;
}
section.fee .fee_payment_list figure span {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  background: #fff;
  border-radius: 50%;
}
section.fee .fee_payment_list figure span img {
  width: 57.143%;
  height: auto;
}
section.fee .fee_deduction {
  position: relative;
  z-index: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  section.fee .fee_deduction {
    padding-bottom: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
section.fee .fee_deduction::before {
  position: absolute;
  z-index: -1;
  top: 25px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f4f9f1;
  border-radius: 20px;
  content: "";
}
section.fee .fee_deduction h3 {
  color: #588338;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.fee .fee_deduction h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    letter-spacing: max(1px, 1px + 0.6 * (100vw - 390px) / 1049);
  }
}
section.fee .fee_deduction .section_text {
  width: calc(100% - 120px);
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section.fee .fee_deduction .section_text {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  section.fee .fee_deduction::before {
    top: 16px;
  }
}

section.message .inner {
  position: relative;
  z-index: 0;
}
section.message .message_bg {
  position: absolute;
  z-index: -1;
  top: 42px;
  left: calc(5vw + 100px);
  display: block;
  width: calc(100% - 10vw + 70px);
}
@media screen and (max-width: 767px) {
  section.message .message_bg {
    top: 25px;
    left: 70px;
    width: 320px;
  }
}
@media screen and (max-width: 389px) {
  section.message .message_bg {
    left: max(57px, 57px + 12 * (100vw - 320px) / 69);
    width: max(263px, 263px + 57 * (100vw - 320px) / 69);
  }
}
section.message .message_bg img {
  display: block;
  width: 100%;
  height: auto;
}
section.message .message_title {
  position: relative;
}
section.message .message_title .message_title_en {
  color: #588338;
  font-family: "Jost", sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 0.7;
  letter-spacing: 10px;
}
@media screen and (max-width: 1439px) {
  section.message .message_title .message_title_en {
    font-size: max(48px, 48px + 52 * (100vw - 390px) / 1049);
    letter-spacing: max(4.8px, 4.8px + 5.2 * (100vw - 390px) / 1049);
  }
}
section.message .message_title .message_title_en span {
  color: #81bb05;
}
section.message .message_title h2 {
  margin-top: 24px;
  color: #3e3a39;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 1439px) {
  section.message .message_title h2 {
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    letter-spacing: max(2px, 2px + 1.2 * (100vw - 390px) / 1049);
  }
}
section.message .message_content {
  position: relative;
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 80px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  section.message .message_content {
    grid-template-columns: minmax(0, max(268px, 268px + 152 * (100vw - 768px) / 671)) minmax(0, 1fr);
    gap: max(40px, 40px + 40 * (100vw - 768px) / 671);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_content {
    display: block;
  }
}
section.message .message_doctor {
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
  align-self: start;
}
@media screen and (max-width: 767px) {
  section.message .message_doctor {
    --message-doctor-img-width: 300px;
  }
}
@media screen and (max-width: 389px) {
  section.message .message_doctor {
    --message-doctor-img-width: max(260px, calc(260px + (300 - 260) * ((100vw - 320px) / (389 - 320))));
  }
}
section.message .message_doctor::after {
  z-index: 1;
  width: 205px;
  aspect-ratio: 205/190;
  margin-bottom: -77px;
  margin-left: -69px;
  align-self: end;
  background: url("../img/message_triangle.svg") center/100% 100% no-repeat;
  content: "";
  grid-area: 1/1;
  justify-self: start;
}
@media screen and (max-width: 1439px) {
  section.message .message_doctor::after {
    width: max(131px, 131px + 74 * (100vw - 768px) / 671);
    margin-bottom: max(-77px, -49px + -28 * (100vw - 768px) / 671);
    margin-left: max(-69px, -44px + -25 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_doctor::after {
    width: 143.5px;
    margin-bottom: -48px;
    margin-left: calc((100% - var(--message-doctor-img-width)) / 2 - 23px);
  }
}
section.message .message_doctor_img {
  position: relative;
  z-index: 0;
  display: block;
  grid-area: 1/1;
}
@media screen and (max-width: 767px) {
  section.message .message_doctor_img {
    width: var(--message-doctor-img-width);
    margin-inline: auto;
  }
}
section.message .message_doctor_img img {
  display: block;
  width: 100%;
  height: auto;
}
section.message .message_doctor_name {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  color: #3e3a39;
  font-family: "Noto Serif JP", serif;
  grid-area: 2/1;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.message .message_doctor_name {
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
section.message .message_doctor_name > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1439px) {
  section.message .message_doctor_name > p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_doctor_name > p {
    line-height: 1.4286;
    letter-spacing: 0.7px;
  }
}
section.message .message_doctor_name > div {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  section.message .message_doctor_name > div {
    gap: 10px;
  }
}
section.message .message_doctor_name > div span {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4167;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1439px) {
  section.message .message_doctor_name > div span {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_doctor_name > div span {
    line-height: 1.4375;
    letter-spacing: 0.8px;
  }
}
section.message .message_doctor_name > div strong {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4375;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 1439px) {
  section.message .message_doctor_name > div strong {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_doctor_name > div strong {
    line-height: 1.4167;
    letter-spacing: 2.4px;
  }
}
section.message .message_doctor_name small {
  display: block;
  margin-top: 10px;
  color: #588338;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 0.7;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  section.message .message_doctor_name small {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_doctor_name small {
    letter-spacing: 1.4px;
  }
}
section.message .message_body {
  min-width: 0;
}
section.message .message_body h3 {
  color: #3e3a39;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1439px) {
  section.message .message_body h3 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_body h3 {
    margin-top: 40px;
    line-height: 1.4167;
    letter-spacing: 1.2px;
  }
}
@media screen and (max-width: 389px) {
  section.message .message_body h3 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
section.message .message_copy {
  margin-top: 40px;
  color: #3e3a39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1439px) {
  section.message .message_copy {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.message .message_copy {
    line-height: 1.6;
    letter-spacing: 0.7px;
  }
}
section.message .message_copy p + p {
  margin-top: 1.8em;
}
@media screen and (max-width: 1439px) {
  section.message .message_copy p + p {
    margin-top: max(22.4px, 22.4px + 6.4 * (100vw - 390px) / 1049);
  }
}
section.message .message_lead {
  position: relative;
  z-index: 0;
  padding: 40px;
  margin-top: 60px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.message .message_lead {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
section.message .message_lead::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(39.4817247544deg, rgb(107, 179, 53) 0%, rgb(207, 211, 0) 99.519%);
  content: "";
  transform: scaleY(-1);
}
@media screen and (max-width: 767px) {
  section.message .message_lead {
    letter-spacing: 0.8px;
    text-align: center;
  }
  section.message .message_lead::before {
    background: linear-gradient(74.6591191831deg, rgb(107, 179, 53) 0%, rgb(207, 211, 0) 99.519%);
  }
}

section.contact_message .contact_text h2 span:first-child {
  line-height: 27px;
}
section.contact_message .contact_text h2 span:last-child {
  margin-top: 10px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  section.contact_message .contact_text {
    padding-bottom: 0;
  }
  section.contact_message .contact_text h2 span:first-child {
    line-height: normal;
  }
  section.contact_message .contact_text h2 span:last-child {
    line-height: normal;
    margin-top: 0;
  }
}
@media screen and (max-width: 389px) {
  section.contact_message .contact_text h2 span:last-child {
    font-size: max(21px, 21px + 3 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  section.contact_message .contact_cta {
    padding-bottom: 30px;
  }
}

section.faq {
  background: #fafafa;
}
section.faq .section_title .en {
  margin-top: 25px;
  line-height: 22px;
}
@media screen and (max-width: 1439px) {
  section.faq .section_title .en {
    margin-top: max(10px, 10px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.faq .section_title .en {
    line-height: 14px;
  }
}
section.faq .faq_list {
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  section.faq .faq_list {
    gap: 12px;
  }
}
section.faq .faq_item {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
}
section.faq .faq_question {
  display: grid;
  width: 100%;
  min-height: 103px;
  padding: 24px;
  border: 0;
  grid-template-columns: 55px minmax(0, 1fr) 20px;
  gap: 10px;
  align-items: center;
  color: #3e3a39;
  background: #fff;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 1439px) {
  section.faq .faq_question {
    padding: max(14px, 14px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.faq .faq_question {
    min-height: 58px;
    grid-template-columns: 30px minmax(0, 1fr) 15px;
  }
}
section.faq .faq_question_text {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.faq .faq_question_text {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.faq .faq_mark {
  display: grid;
  width: 55px;
  height: 55px;
  place-items: center;
  color: #fff;
  background: #588338;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.faq .faq_mark {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.faq .faq_mark {
    width: 30px;
    height: 30px;
  }
}
section.faq .faq_toggle {
  position: relative;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  section.faq .faq_toggle {
    width: 15px;
    height: 15px;
  }
}
section.faq .faq_toggle::before, section.faq .faq_toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #588338;
  content: "";
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
section.faq .faq_toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
section.faq .faq_answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}
section.faq .faq_answer_inner {
  min-height: 0;
  overflow: hidden;
}
section.faq .faq_answer_content {
  display: grid;
  padding: 20px 24px 25px;
  grid-template-columns: 55px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: #fff;
  background: #588338;
}
@media screen and (max-width: 1439px) {
  section.faq .faq_answer_content {
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) max(14px, 14px + 10 * (100vw - 390px) / 1049) max(12.8px, 12.8px + 12.2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.faq .faq_answer_content {
    grid-template-columns: 30px minmax(0, 1fr);
  }
}
section.faq .faq_answer_content .faq_mark {
  color: #588338;
  background: #fff;
}
section.faq .faq_answer_content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1439px) {
  section.faq .faq_answer_content p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.faq .faq_answer_content p {
    letter-spacing: 0.7px;
  }
}
section.faq .faq_item.is-open .faq_question {
  min-height: 99px;
  padding: 24px 24px 20px;
}
@media screen and (max-width: 1439px) {
  section.faq .faq_item.is-open .faq_question {
    padding: max(14px, 14px + 10 * (100vw - 390px) / 1049) max(14px, 14px + 10 * (100vw - 390px) / 1049) max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.faq .faq_item.is-open .faq_question {
    min-height: 0;
  }
}
section.faq .faq_item.is-open .faq_toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}
section.faq .faq_item.is-open .faq_answer {
  grid-template-rows: 1fr;
}

section.contact_final {
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  section.contact_final {
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
section.contact_final .contact_final_panel {
  position: relative;
  background: #f4f9f1;
}
section.contact_final .contact_final_panel::before, section.contact_final .contact_final_panel::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  background: rgba(88, 131, 56, 0.05);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  pointer-events: none;
}
section.contact_final .contact_final_panel::before {
  top: 0;
  width: 100%;
}
section.contact_final .contact_final_panel::after {
  top: 105px;
  width: 861px;
}
section.contact_final .contact_final_title {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  color: #588338;
  font-family: "Jost", sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 0.7;
  letter-spacing: 10px;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1439px) {
  section.contact_final .contact_final_title {
    font-size: max(32px, 32px + 68 * (100vw - 390px) / 1049);
    letter-spacing: max(3.2px, 3.2px + 6.8 * (100vw - 390px) / 1049);
  }
}
section.contact_final .contact_final_title span {
  color: #81bb05;
}
section.contact_final .contact_final_content {
  position: relative;
  overflow: hidden;
}
section.contact_final .contact_final_intro {
  position: relative;
  z-index: 2;
  display: grid;
  padding: 102px 80px 68px;
  place-items: start center;
}
@media screen and (max-width: 1439px) {
  section.contact_final .contact_final_intro {
    padding: max(80px, 80px + 22 * (100vw - 390px) / 1049) max(20px, 20px + 60 * (100vw - 390px) / 1049) max(7px, 7px + 61 * (100vw - 390px) / 1049);
  }
}
section.contact_final .contact_final_img_wrap {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: visible;
  pointer-events: none;
}
section.contact_final .contact_final_img {
  position: absolute;
  display: block;
  pointer-events: none;
}
section.contact_final .contact_final_img img {
  display: block;
  width: 100%;
  height: auto;
}
section.contact_final .contact_final_img01 {
  top: -60px;
  left: -60px;
  width: 500px;
}
@media screen and (max-width: 1439px) {
  section.contact_final .contact_final_img01 {
    top: max(-60px, -30px + -30 * (100vw - 390px) / 1049);
    left: max(-60px, -40px + -20 * (100vw - 390px) / 1049);
    width: max(260px, 260px + 240 * (100vw - 390px) / 1049);
  }
}
section.contact_final .contact_final_img02 {
  right: -60px;
  bottom: -20px;
  width: 420px;
}
@media screen and (max-width: 1439px) {
  section.contact_final .contact_final_img02 {
    right: max(-60px, -50px + -10 * (100vw - 390px) / 1049);
    width: max(250px, 250px + 170 * (100vw - 390px) / 1049);
  }
}
section.contact_final .contact_final_copy {
  position: relative;
  z-index: 1;
  text-align: center;
}
section.contact_final .contact_final_copy h2 {
  color: #588338;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  text-shadow: -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff, -1px 1px 0 #fff, 0 1px 0 #fff, 1px 1px 0 #fff;
}
@media screen and (max-width: 1439px) {
  section.contact_final .contact_final_copy h2 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.contact_final .contact_final_copy p {
  margin-top: 48px;
  color: #3e3a39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.contact_final .contact_final_copy p {
    margin-top: max(22px, 22px + 26 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.contact_final .contact_final_break_sp {
  display: none;
}
section.contact_final .contact_final_cta {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
section.contact_final .contact_final_cta > a {
  position: relative;
  display: flex;
  padding: 25px 25px 0;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
}
@media screen and (max-width: 1439px) {
  section.contact_final .contact_final_cta > a {
    padding: max(15px, 15px + 10 * (100vw - 768px) / 671) max(20px, 20px + 5 * (100vw - 768px) / 671) 0;
  }
}
section.contact_final .contact_final_cta > a::before {
  position: absolute;
  inset: 10px 10px 9px;
  border: 1px solid #fff;
  content: "";
  pointer-events: none;
}
section.contact_final .contact_final_tel {
  background: #588338;
}
section.contact_final .contact_final_web {
  background: #5ea223;
}
section.contact_final .contact_final_line {
  background: #81bb05;
}
section.contact_final .contact_final_label {
  z-index: 1;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.contact_final .contact_final_label {
    padding-bottom: max(5px, 5px + 5 * (100vw - 768px) / 671);
    gap: max(2px, 2px + 3 * (100vw - 768px) / 671);
    font-size: max(14px, 14px + 6 * (100vw - 768px) / 671);
  }
}
section.contact_final .contact_final_label img {
  width: 20px;
  height: 20px;
}
section.contact_final .contact_final_main {
  z-index: 1;
  margin-top: 8px;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  section.contact_final .contact_final_main {
    margin-top: max(4px, 4px + 4 * (100vw - 768px) / 671);
    font-size: max(24px, 24px + 8 * (100vw - 768px) / 671);
  }
}
section.contact_final .contact_final_number {
  font-family: "Jost", sans-serif;
}
section.contact_final .contact_final_number small {
  font-size: 24px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 1439px) {
  section.contact_final .contact_final_number small {
    font-size: max(16px, 16px + 8 * (100vw - 768px) / 671);
  }
}
section.contact_final .contact_final_note {
  z-index: 1;
  width: calc(100% + 50px);
  padding: 10px 20px 20px;
  margin-top: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
section.contact_final .contact_final_notes {
  margin-top: 24px;
  color: #3e3a39;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1439px) {
  section.contact_final .contact_final_notes {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  section.contact_final {
    padding-top: 70px;
  }
  section.contact_final .contact_final_title {
    font-size: 48px;
    line-height: normal;
    letter-spacing: 4.8px;
  }
  section.contact_final .contact_final_panel::before {
    width: 350px;
  }
  section.contact_final .contact_final_panel::after {
    top: 166px;
    width: 274px;
  }
  section.contact_final .contact_final_img02 {
    top: auto;
    right: -50px;
    bottom: -33px;
    width: 250px;
  }
  section.contact_final .contact_final_intro {
    display: block;
  }
  section.contact_final .contact_final_copy h2 {
    line-height: 1.45;
  }
  section.contact_final .contact_final_copy p {
    line-height: 1.6;
  }
  section.contact_final .contact_final_break_sp {
    display: initial;
  }
  section.contact_final .contact_final_cta {
    padding: 30px 20px 50px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  section.contact_final .contact_final_cta > a {
    padding-bottom: 15px;
  }
  section.contact_final .contact_final_cta > a::before {
    inset: 5px;
  }
  section.contact_final .contact_final_label {
    gap: 3px;
  }
  section.contact_final .contact_final_label img {
    width: 15px;
    height: 15px;
  }
  section.contact_final .contact_final_main {
    letter-spacing: 1.2px;
  }
  section.contact_final .contact_final_note {
    display: none;
  }
  section.contact_final .contact_final_notes {
    line-height: 1.8;
    letter-spacing: 0.6px;
  }
}

section.access {
  color: #fff;
  background: #7e7769;
}
section.access .access_title {
  position: relative;
  display: grid;
  min-height: 94px;
  place-items: start center;
}
section.access .access_title_en {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Jost", sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: 12px;
  text-transform: uppercase;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  section.access .access_title_en {
    font-size: max(89px, 89px + 31 * (100vw - 390px) / 1049);
  }
}
section.access .access_title_ja {
  position: relative;
  z-index: 1;
  padding-top: 19px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1439px) {
  section.access .access_title_ja {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.access .access_info {
  display: grid;
  padding-bottom: 60px;
  margin-top: 50px;
  grid-template-columns: 480px minmax(0, 580px);
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  section.access .access_info {
    grid-template-columns: minmax(0, max(304px, 304px + 176 * (100vw - 768px) / 671)) minmax(0, 1fr);
    gap: max(20px, 20px + 20 * (100vw - 768px) / 671);
    padding-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    margin-top: max(44.5px, 44.5px + 5.5 * (100vw - 390px) / 1049);
  }
}
section.access .access_clinic {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
section.access .access_identity {
  font-family: "Hiragino Maru Gothic Pro", "Noto Sans JP", sans-serif;
  letter-spacing: 0.8px;
}
section.access .access_identity > p {
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 1439px) {
  section.access .access_identity > p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.access .access_identity h3 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 1439px) {
  section.access .access_identity h3 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
section.access .access_identity address {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  section.access .access_identity address {
    margin-top: max(8px, 8px + 8 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.access .access_schedule {
  min-height: auto;
  padding: 25px;
  margin-top: 32px;
  color: #3e3a39;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  section.access .access_schedule {
    padding: max(10px, 10px + 15 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
section.access .access_schedule table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.access .access_schedule table {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (min-width: 768px) {
  section.access .access_schedule table {
    display: block;
    position: relative;
  }
  section.access .access_schedule table::before {
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    content: "";
  }
  section.access .access_schedule table thead,
  section.access .access_schedule table tbody {
    display: table;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  section.access .access_schedule table thead tr {
    border-bottom: 0;
  }
  section.access .access_schedule table thead th {
    height: 33px;
    line-height: 23px;
    vertical-align: top;
  }
  section.access .access_schedule table tbody {
    margin-top: 14px;
  }
  section.access .access_schedule table tbody th,
  section.access .access_schedule table tbody td {
    height: 34px;
    line-height: 23px;
  }
  section.access .access_schedule table tbody th {
    font-family: "Jost", sans-serif;
    font-weight: 400;
  }
  section.access .access_schedule table tbody td:nth-child(8) {
    font-size: 0;
    line-height: 0;
  }
  section.access .access_schedule table tbody td:nth-child(8)::before {
    display: inline-block;
    width: 16px;
    border-top: 1px solid #3e3a39;
    content: "";
    vertical-align: middle;
  }
}
section.access .access_schedule table th,
section.access .access_schedule table td {
  height: 34px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
section.access .access_schedule table tr > :first-child {
  width: 110px;
  white-space: nowrap;
}
section.access .access_schedule table thead tr {
  border-bottom: 1px solid #ccc;
}
section.access .access_schedule table tbody td {
  color: #588338;
  font-weight: 700;
}
section.access .access_schedule table tbody .is-short {
  color: #81bb05;
}
section.access .access_schedule > p {
  margin-top: 10.5px;
  color: #505050;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: normal;
}
section.access .access_schedule > p span {
  color: #81bb05;
}
@media screen and (max-width: 1439px) {
  section.access .access_schedule > p {
    margin-top: max(6px, 6px + 4.5 * (100vw - 390px) / 1049);
  }
}
@media screen and (min-width: 768px) {
  section.access .access_schedule > p {
    line-height: 14px;
  }
}
section.access .access_details {
  display: grid;
  margin-top: 20px;
  gap: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  section.access .access_details {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.access .access_details > div {
  display: grid;
  grid-template-columns: 97px minmax(0, 1fr);
}
section.access .access_details dt {
  font-weight: 500;
}
section.access .access_details dd,
section.access .access_details a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
section.access .access_indoor_map iframe {
  display: block;
  width: 100%;
  height: 510px;
  border: 0;
}
section.access .access_lead {
  position: relative;
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  section.access .access_lead {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
section.access .access_lead::before {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  content: "";
}
@media screen and (max-width: 1439px) {
  section.access .access_lead::before {
    top: calc(-1 * max(30px, 30px + 30 * (100vw - 390px) / 1049));
  }
}
section.access .access_lead h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  section.access .access_lead h3 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
section.access .access_lead h3 span {
  color: #fbff22;
}
section.access .access_lead p {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1439px) {
  section.access .access_lead p {
    margin-top: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
section.access .access_location_map {
  width: 100vw;
  margin-top: 100px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 1439px) {
  section.access .access_location_map {
    margin-top: max(38.5px, 38.5px + 61.5 * (100vw - 390px) / 1049);
  }
}
section.access .access_location_map iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: 0;
}
@media screen and (max-width: 767px) {
  section.access .access_title {
    min-height: 42px;
  }
  section.access .access_title_en {
    top: -10px;
    line-height: 1;
    letter-spacing: 8.9px;
  }
  section.access .access_title_ja {
    letter-spacing: 1px;
  }
  section.access .access_info {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
  section.access .access_clinic {
    display: contents;
  }
  section.access .access_indoor_map {
    order: -1;
  }
  section.access .access_indoor_map iframe {
    height: 300px;
  }
  section.access .access_identity {
    margin-top: 20px;
  }
  section.access .access_schedule table th,
  section.access .access_schedule table td {
    height: 30px;
  }
  section.access .access_schedule table tr > :first-child {
    width: 90px;
  }
  section.access .access_details {
    gap: 10px;
  }
  section.access .access_details > div {
    grid-template-columns: 76px minmax(0, 1fr);
  }
  section.access .access_lead p {
    line-height: 1.8;
    letter-spacing: 0;
  }
  section.access .access_location_map iframe {
    height: 150px;
  }
}
@media screen and (max-width: 389px) {
  section.access .access_title_en {
    font-size: max(73px, 73px + 16 * (100vw - 320px) / 69);
    letter-spacing: max(7.3px, 7.3px + 1.6 * (100vw - 320px) / 69);
  }
}

/* ==================================================
 * footer
 * ================================================== */
/* footer */
.lp-footer {
  color: #3e3a39;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.lp-footer .lp-footer_main {
  background: #fff;
}
.lp-footer .lp-footer_inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: calc(100% - 40px);
  max-width: 1100px;
  padding-block: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .lp-footer .lp-footer_inner {
    padding-block: max(32px, 32px + 28 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  .lp-footer .lp-footer_inner {
    display: block;
    width: auto;
    max-width: none;
    padding: 26px 20px 0;
  }
}
.lp-footer .lp-footer_info {
  flex-shrink: 0;
}
.lp-footer .lp-footer_info .lp-footer_logo {
  display: block;
  width: 280px;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 1439px) {
  .lp-footer .lp-footer_info .lp-footer_logo {
    width: 19.4444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-footer .lp-footer_info .lp-footer_logo {
    width: 180px;
  }
}
.lp-footer .lp-footer_info address {
  margin-top: 25px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .lp-footer .lp-footer_info address {
    margin-top: max(12px, 12px + 13 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
.lp-footer .lp-footer_info address p {
  margin: 0;
}
.lp-footer .lp-footer_info address p:first-child {
  line-height: 19px;
}
@media screen and (max-width: 767px) {
  .lp-footer .lp-footer_info address p:first-child {
    line-height: 17px;
  }
}
.lp-footer .lp-footer_info address p:nth-child(2) {
  margin-top: 24px;
  line-height: 23px;
}
@media screen and (max-width: 1439px) {
  .lp-footer .lp-footer_info address p:nth-child(2) {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-footer .lp-footer_info address p:nth-child(2) {
    line-height: 17px;
  }
}
.lp-footer .lp-footer_info address p:nth-child(3) {
  margin-top: 10px;
  line-height: 19px;
}
@media screen and (max-width: 767px) {
  .lp-footer .lp-footer_info address p:nth-child(3) {
    margin-top: 5px;
    line-height: 17px;
  }
}
.lp-footer .lp-footer_right {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 680px;
}
.lp-footer .lp-footer_nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .lp-footer .lp-footer_nav ul {
    margin-top: 20px;
  }
}
.lp-footer .lp-footer_nav ul li {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .lp-footer .lp-footer_nav ul li {
    font-size: 14px;
    line-height: 17px;
  }
}
.lp-footer .lp-footer_nav ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  text-underline-position: from-font;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .lp-footer .lp-footer_nav ul li a {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-footer .lp-footer_nav ul li a {
    line-height: 17px;
  }
}
.lp-footer ul.lp-footer_banner_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  .lp-footer ul.lp-footer_banner_list {
    gap: 10px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .lp-footer ul.lp-footer_banner_list {
    display: flex;
    flex-direction: column;
    gap: 16.6667px;
    max-width: 350px;
    margin-top: 20px;
    margin-inline: auto;
  }
}
.lp-footer ul.lp-footer_banner_list li a,
.lp-footer ul.lp-footer_banner_list li img {
  display: block;
  width: 100%;
}
.lp-footer ul.lp-footer_banner_list li img {
  max-width: none;
  height: auto;
}
.lp-footer .lp-footer_copy {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  padding: 10px 20px;
  margin: 0;
  background: #7e7769;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .lp-footer .lp-footer_copy {
    font-size: max(10px, 10px + 2 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .lp-footer .lp-footer_copy {
    justify-content: center;
    min-height: 44px;
    margin-top: 31px;
    line-height: 12px;
    text-align: center;
  }
}

/* /footer */
/* SP fixed footer */
.sp_fixed_footer {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_fixed_footer {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 60px;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 -5px 10px rgba(62, 58, 57, 0.05);
    opacity: 0;
    transform: translateY(100%);
    transition: visibility 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_footer.is-visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 767px) {
  .sp_fixed_btn_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_btn_list li {
    width: auto;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_btn_list .header_btn_label {
    top: 7px;
    width: 110px;
    height: 23px;
    padding-top: 0;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 389px) {
  .sp_fixed_btn_list .header_btn_label {
    width: max(96px, 96px + 14 * (100vw - 320px) / 69);
    height: max(20px, 20px + 3 * (100vw - 320px) / 69);
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_btn_list .header_btn_label::before {
    background-image: url("../img/header_btn_fukidashi_sp.svg");
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_btn_list .header_icon {
    flex-basis: 15px;
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 389px) {
  .sp_fixed_btn_list .header_icon {
    flex-basis: max(12px, 12px + 3 * (100vw - 320px) / 69);
    width: max(12px, 12px + 3 * (100vw - 320px) / 69);
    height: max(12px, 12px + 3 * (100vw - 320px) / 69);
    margin-right: max(2px, 2px + 1 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_btn_list .header_tel,
  .sp_fixed_btn_list .header_web,
  .sp_fixed_btn_list .header_line {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_btn_list .header_tel a,
  .sp_fixed_btn_list .header_web a,
  .sp_fixed_btn_list .header_line a {
    position: static;
    height: 60px;
    padding-top: 20px;
    padding-bottom: 0;
    border: 0;
    box-shadow: none;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_btn_list .header_tel a::before,
  .sp_fixed_btn_list .header_web a::before,
  .sp_fixed_btn_list .header_line a::before {
    border: 0;
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_btn_list .header_tel {
    color: #588338;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_btn_list .header_tel a {
    background: #588338;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 389px) {
  .sp_fixed_btn_list .header_tel a {
    font-size: max(13px, 13px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_btn_list .header_tel .header_icon {
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_btn_list .header_web {
    color: #5ea223;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_btn_list .header_web a {
    background: #5ea223;
    font-size: 16px;
  }
}
@media screen and (max-width: 389px) {
  .sp_fixed_btn_list .header_web a {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_btn_list .header_line {
    color: #81bb05;
  }
}
@media screen and (max-width: 767px) {
  .sp_fixed_btn_list .header_line a {
    background: #81bb05;
    font-size: 16px;
  }
}
@media screen and (max-width: 389px) {
  .sp_fixed_btn_list .header_line a {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}

@media screen and (max-width: 767px) {
  .extraction_lp_page {
    padding-bottom: 60px;
  }
}

/* /SP fixed footer */
