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

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
body.menu-open {
  overflow: hidden;
}
body.rootfracture_lp_page {
  padding-top: 0;
}

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

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

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

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

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

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

.bold {
  font-weight: 700;
}

.text_grad_yellow {
  display: inline-block;
  background-image: linear-gradient(99.56deg, #cec045 4.1891%, #ffffff 47.406%, #ffec6f 94.989%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text_marker_yellow {
  display: inline;
  background-image: linear-gradient(to top, #ffec6f 0%, #ffec6f 28%, transparent 28%, transparent 100%);
  background-repeat: no-repeat;
}

.dib {
  display: inline-block;
}

.inner {
  max-width: calc(1100px + 10%);
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

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

.font_serif {
  font-family: "Noto Serif JP", serif;
}

.font_en {
  font-family: "Cormorant Unicase", serif;
}

.font_menu {
  font-family: "Cormorant SC", serif;
}

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

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

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

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

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

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

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

main.top .section_title,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title {
  text-align: center;
}
main.top .section_title .en,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title .en {
  display: block;
  background: linear-gradient(to top, #3c4d5a 0%, #3c4d5a 47.619%, #23709c 47.619%, #23709c 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cormorant Unicase", serif;
  font-size: 120px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  main.top .section_title .en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title .en {
    font-size: max(48px, 48px + 72 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  main.top .section_title .en.small,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title .en.small {
    font-size: max(40px, 40px + 80 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top .section_title .en.small,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title .en.small {
    font-size: max(32px, 32px + 8 * (100vw - 320px) / 69);
  }
}
main.top .section_title .en.red_green,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title .en.red_green {
  background: linear-gradient(to top, #b95a5a 0%, #b95a5a 47.619%, #659549 47.619%, #659549 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1439px) {
  main.top .section_title .en.red_green,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title .en.red_green {
    font-size: max(60px, 60px + 60 * (100vw - 390px) / 1049);
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 389px) {
  main.top .section_title .en.red_green,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title .en.red_green {
    font-size: max(48px, 48px + 12 * (100vw - 320px) / 69);
  }
}
main.top .section_title .ja,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title .ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  main.top .section_title .ja,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title .ja {
    font-size: max(18px, 18px + 30 * (100vw - 390px) / 1049);
  }
}
main.top .section_title .ja .large,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title .ja .large {
  font-size: 64px;
}
@media screen and (max-width: 1439px) {
  main.top .section_title .ja .large,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title .ja .large {
    font-size: max(24px, 24px + 40 * (100vw - 390px) / 1049);
  }
}
main.top .section_title .ja .semi_large,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title .ja .semi_large {
  font-size: 56px;
}
@media screen and (max-width: 1439px) {
  main.top .section_title .ja .semi_large,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title .ja .semi_large {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
main.top .section_title .ja.small,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title .ja.small {
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 1439px) {
  main.top .section_title .ja.small,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title .ja.small {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.top .title_xl,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .title_xl {
  font-family: "Noto Serif JP", serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  main.top .title_xl,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .title_xl {
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
main.top .title_lg,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .title_lg {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  main.top .title_lg,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .title_lg {
    font-size: max(28px, 28px + 20 * (100vw - 390px) / 1049);
  }
}
main.top .title_md,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .title_md {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top .title_md,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .title_md {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
main.top .title_sm,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .title_sm {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  main.top .title_sm,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .title_sm {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
main.top .en,
main.top .num,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .en,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .num {
  font-family: "Cormorant Unicase", serif;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #23709c;
}
main.top .en,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .en {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 1439px) {
  main.top .en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .en {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
main.top .num,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .num {
  font-size: 20px;
  font-weight: 500;
  color: #72c0ed;
}
@media screen and (max-width: 1439px) {
  main.top .num,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .num {
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
main.top .num.md,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .num.md {
  font-size: 48px;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top .num.md,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .num.md {
    font-size: 48px;
  }
}
main.top .num.lg,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .num.lg {
  font-size: 100px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1439px) {
  main.top .num.lg,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .num.lg {
    font-size: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.top .num.vertical,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .num.vertical {
  font-size: 56px;
  font-weight: 300;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top .num.vertical,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .num.vertical {
    font-size: max(24px, 24px + 32 * (100vw - 390px) / 1049);
  }
}
main.top .section_title_label,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title_label {
  text-align: center;
}
main.top .section_title_label .en,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title_label .en {
  display: block;
  background: linear-gradient(to top, #3c4d5a 0%, #3c4d5a 47.619%, #23709c 48.214%, #23709c 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cormorant Unicase", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
main.top .section_title_label .ja,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title_label .ja {
  display: block;
  margin-top: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top .section_title_label .ja,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title_label .ja {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
    letter-spacing: 0.05em;
  }
}
main.top .section_title_label .ja .small,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title_label .ja .small {
  font-size: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  main.top .section_title_label .ja .small,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .section_title_label .ja .small {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    letter-spacing: 0.05em;
  }
}
main.top .color_box,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .color_box {
  --color-box-main: #23709c;
  --color-box-bg: #e9f7ff;
  background: var(--color-box-bg);
  color: #333333;
}
main.top .color_box.blue,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .color_box.blue {
  --color-box-main: #23709c;
  --color-box-bg: #e9f7ff;
}
main.top .color_box.green,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .color_box.green {
  --color-box-main: #659549;
  --color-box-bg: #eff6eb;
}
main.top .color_box.red,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .color_box.red {
  --color-box-main: #b95a5a;
  --color-box-bg: #fcf1f1;
}
main.top .color_box.dark,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .color_box.dark {
  --color-box-main: #3c4d5a;
  --color-box-bg: #f0f5ff;
}
main.top .color_box.purple,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .color_box.purple {
  --color-box-main: #685879;
  --color-box-bg: #f6f3f9;
}
main.top .color_box.yellow,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .color_box.yellow {
  --color-box-main: #ab9724;
  --color-box-bg: #fbf6d9;
}
main.top .color_box .color_box_title,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .color_box .color_box_title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: var(--color-box-main);
}
@media screen and (max-width: 1439px) {
  main.top .color_box .color_box_title,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .color_box .color_box_title {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
main.top .color_box .color_box_text,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .color_box .color_box_text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.top .color_box .color_box_text,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .color_box .color_box_text {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.top .circle_ring,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .circle_ring {
  --circle-ring-color: #23709c;
  --circle-ring-size: 280px;
  --circle-ring-inner: 230px;
  --circle-ring-img: 180px;
  position: relative;
  display: grid;
  place-items: center;
  width: var(--circle-ring-size);
  height: var(--circle-ring-size);
  border-radius: 50%;
  background: var(--circle-ring-color);
  overflow: hidden;
}
main.top .circle_ring::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .circle_ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0deg, transparent 135deg, rgba(255, 255, 255, 0.3) 135deg, rgba(255, 255, 255, 0.3) 315deg, transparent 315deg, transparent 360deg);
}
main.top .circle_ring.blue,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .circle_ring.blue {
  --circle-ring-color: #23709c;
}
main.top .circle_ring.green,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .circle_ring.green {
  --circle-ring-color: #659549;
}
main.top .circle_ring.red,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .circle_ring.red {
  --circle-ring-color: #b95a5a;
}
main.top .circle_ring.dark,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .circle_ring.dark {
  --circle-ring-color: #3c4d5a;
}
main.top .circle_ring.yellow,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .circle_ring.yellow {
  --circle-ring-color: #ab9724;
}
main.top .circle_ring.purple,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .circle_ring.purple {
  --circle-ring-color: #685879;
}
main.top .circle_ring.icon,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .circle_ring.icon {
  --circle-ring-size: 120px;
  --circle-ring-inner: 90px;
  --circle-ring-img: 55px;
}
main.top .circle_ring.photo,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .circle_ring.photo {
  --circle-ring-size: 280px;
  --circle-ring-inner: 230px;
  --circle-ring-img: 180px;
}
main.top .circle_ring .circle_ring_inner,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .circle_ring .circle_ring_inner {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: var(--circle-ring-inner);
  height: var(--circle-ring-inner);
  border-radius: 50%;
  background: #ffffff;
  overflow: hidden;
}
main.top .circle_ring img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .circle_ring img {
  width: var(--circle-ring-img);
  height: var(--circle-ring-img);
  object-fit: contain;
}
main.top .grid,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid {
  --grid-img-pc: 340px;
  --grid-img-tb: 250px;
  --grid-img-sp: 100%;
  --grid-gap-pc: 40px;
  --grid-gap-sp: 20px;
  --grid-sp-column: var(--grid-img-sp);
  display: grid;
  grid-template-columns: var(--grid-img-pc) minmax(0, 1fr);
  gap: var(--grid-gap-pc);
  align-items: flex-start;
}
@media screen and (max-width: 1439px) {
  main.top .grid,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid {
    grid-template-columns: max(var(--grid-img-tb), var(--grid-img-tb) + (var(--grid-img-pc) - var(--grid-img-tb)) * (100vw - 768px) / 671px) minmax(0, 1fr);
    gap: max(var(--grid-gap-sp), var(--grid-gap-sp) + (var(--grid-gap-pc) - var(--grid-gap-sp)) * (100vw - 390px) / 1049px);
  }
}
@media screen and (max-width: 767px) {
  main.top .grid,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid {
    display: block;
  }
}
main.top .grid.aic,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid.aic {
  align-items: center;
}
@media screen and (max-width: 767px) {
  main.top .grid.sp_grid,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid.sp_grid {
    display: grid;
    grid-template-columns: var(--grid-sp-column) minmax(0, 1fr);
    gap: var(--grid-gap-sp);
  }
}
main.top .grid.sp_fit,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid.sp_fit {
  --grid-img-sp: var(--grid-img-tb);
}
@media screen and (max-width: 767px) {
  main.top .grid.sp_fit .grid_img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid.sp_fit .grid_img {
    max-width: 100%;
  }
}
main.top .grid.reverse,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid.reverse {
  grid-template-columns: minmax(0, 1fr) var(--grid-img-pc);
}
@media screen and (max-width: 1439px) {
  main.top .grid.reverse,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid.reverse {
    grid-template-columns: minmax(0, 1fr) max(var(--grid-img-tb), var(--grid-img-tb) + (var(--grid-img-pc) - var(--grid-img-tb)) * (100vw - 768px) / 671px);
  }
}
@media screen and (max-width: 767px) {
  main.top .grid.reverse.sp_grid,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid.reverse.sp_grid {
    grid-template-columns: minmax(0, 1fr) var(--grid-sp-column);
  }
}
main.top .grid.reverse .grid_img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid.reverse .grid_img {
  order: 2;
}
main.top .grid.reverse .grid_text,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid.reverse .grid_text {
  order: 1;
}
main.top .grid .grid_img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid .grid_img {
  min-width: 0;
}
@media screen and (max-width: 767px) {
  main.top .grid .grid_img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid .grid_img {
    width: var(--grid-img-sp);
    margin-bottom: var(--grid-gap-sp);
  }
}
main.top .grid .grid_img img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid .grid_img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  main.top .grid.sp_grid .grid_img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid.sp_grid .grid_img {
    width: auto;
    margin-bottom: 0;
  }
}
main.top .grid .grid_text,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .grid .grid_text {
  min-width: 0;
}
main.top .circle_list_text,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .circle_list_text {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top .circle_list_text,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .circle_list_text {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.top .circle_list_text .accent,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor .circle_list_text .accent {
  color: #ffec6f;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 105px;
  padding-left: 20px;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  .header {
    height: max(50px, 50px + 55 * (100vw - 390px) / 1049);
    padding-left: max(5px, 5px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .header {
    gap: 25px;
  }
}
@media screen and (max-width: 389px) {
  .header {
    gap: 15px;
  }
}
.header a,
.header button {
  pointer-events: auto;
}

.header_logo {
  padding-top: 10px;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  .header_logo {
    padding-top: max(2px, 2px + 8 * (100vw - 390px) / 1049);
  }
}
.header_logo .header_logo_text {
  margin-bottom: 8px;
  font-size: 9px;
  line-height: normal;
  letter-spacing: 0;
  color: #ffffff;
  transition: color 0.4s ease;
}
@media screen and (max-width: 1439px) {
  .header_logo .header_logo_text {
    margin-bottom: max(2px, 2px + 6 * (100vw - 390px) / 1049);
    font-size: max(5px, 5px + 4 * (100vw - 390px) / 1049);
  }
}
.header_logo .header_logo_link {
  position: relative;
  width: 320px;
}
@media screen and (max-width: 1439px) {
  .header_logo .header_logo_link {
    width: max(140px, 140px + 180 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .header_logo .header_logo_link {
    width: max(100px, 100px + 40 * (100vw - 320px) / 69);
  }
}
.header_logo .header_logo_link,
.header_logo picture,
.header_logo img {
  display: block;
}
.header_logo img {
  width: 100%;
}
.header_logo .header_logo_white,
.header_logo .header_logo_black {
  transition: opacity 0.4s ease;
}
.header_logo .header_logo_white {
  opacity: 1;
}
.header_logo .header_logo_black {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.header.is-fv-passed .header_logo .header_logo_text {
  color: #000000;
}
.header.is-fv-passed .header_logo .header_logo_white {
  opacity: 0;
}
.header.is-fv-passed .header_logo .header_logo_black {
  opacity: 1;
}

.header_btn {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  pointer-events: auto;
}
.header_btn .header_contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 85px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .header_btn .header_contact {
    height: max(50px, 50px + 35 * (100vw - 390px) / 1049);
  }
}
.header_btn .header_contact::before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  background: #ffffff;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1439px) {
  .header_btn .header_contact::before {
    right: max(3px, 3px + 2 * (100vw - 390px) / 1049);
    bottom: max(3px, 3px + 2 * (100vw - 390px) / 1049);
    width: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    height: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
.header_btn .header_contact.tel {
  width: 227px;
  background: #23709c;
}
@media screen and (max-width: 1439px) {
  .header_btn .header_contact.tel {
    width: max(90px, 90px + 137 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .header_btn .header_contact.tel {
    width: max(80px, 80px + 10 * (100vw - 320px) / 69);
  }
}
.header_btn .header_contact.web {
  width: 209px;
  background: #3c4d5a;
}
@media screen and (max-width: 1439px) {
  .header_btn .header_contact.web {
    width: max(90px, 90px + 119 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .header_btn .header_contact.web {
    width: max(80px, 80px + 10 * (100vw - 320px) / 69);
  }
}
.header_btn .header_contact .label,
.header_btn .header_contact .main {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  line-height: normal;
  color: #ffffff;
}
.header_btn .header_contact .label {
  gap: 4px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .header_btn .header_contact .label {
    gap: max(2px, 2px + 2 * (100vw - 390px) / 1049);
    font-size: max(8px, 8px + 8 * (100vw - 390px) / 1049);
  }
}
.header_btn .header_contact .label img {
  width: 15px;
}
@media screen and (max-width: 1439px) {
  .header_btn .header_contact .label img {
    width: max(8px, 8px + 7 * (100vw - 390px) / 1049);
  }
}
.header_btn .header_contact .main {
  min-width: 76%;
  margin-top: 5px;
  border-top: 1px solid #ffffff;
  padding-top: 2px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .header_btn .header_contact .main {
    margin-top: max(2px, 2px + 3 * (100vw - 390px) / 1049);
    font-size: max(9px, 9px + 11 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  .header_btn .header_contact .main {
    border-top: 0.5px solid #ffffff;
  }
}
@media screen and (max-width: 389px) {
  .header_btn .header_contact .main {
    font-size: max(8px, 8px + 1 * (100vw - 320px) / 69);
  }
}
.header_btn .header_contact.tel .main {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  .header_btn .header_contact.tel .main {
    font-size: max(10px, 10px + 14 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .header_btn .header_contact.tel .main {
    font-size: max(9px, 9px + 1 * (100vw - 320px) / 69);
  }
}
.header_btn .header_contact.tel .main span {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .header_btn .header_contact.tel .main span {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  .header_btn .header_contact.tel .main span {
    font-size: max(9px, 9px + 1 * (100vw - 320px) / 69);
  }
}
.header_btn .ham_btn {
  pointer-events: auto;
}
.header_btn .ham_btn .open {
  position: relative;
  width: 85px;
  height: 85px;
  background: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .header_btn .ham_btn .open {
    width: max(40px, 40px + 45 * (100vw - 390px) / 1049);
    height: max(50px, 50px + 35 * (100vw - 390px) / 1049);
  }
}
.header_btn .ham_btn .open::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/icon_open.png") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .header_btn .ham_btn .open::before {
    background-image: url("../img/icon_open_sp.png");
  }
}
.header_btn .ham_btn .open.is-active::before {
  background-image: url("../img/icon_close.png");
}
@media screen and (max-width: 767px) {
  .header_btn .ham_btn .open.is-active::before {
    background-image: url("../img/icon_close_sp.png");
  }
}
.header_btn .ham_btn .open span {
  display: none;
}

.ham_menu_sp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 521px;
  height: 100vh;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .ham_menu_sp {
    max-width: none;
  }
}
.ham_menu_sp.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.ham_menu_sp .inner {
  width: 100%;
  max-width: none;
  height: 100%;
  overflow-y: auto;
}
.ham_menu_sp ul.header_menu_list_sp {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 120px;
}
.ham_menu_sp ul.header_menu_list_sp > li > a {
  display: block;
  border-bottom: 1px solid #23709c;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

main.top section.fv,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 600px;
  overflow: hidden;
  background: #a3e7ff url("../img/fv_bg.webp") right/cover no-repeat;
  --fv-design-width: 1440px;
  --fv-design-height: 900px;
  --fv-fit-height: 780px;
}
@media screen and (max-width: 1439px) {
  main.top section.fv,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv {
    --fv-fit-height: max(680px, calc(680px + (780 - 680) * ((100vw - 390px) / (1439 - 390))));
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv {
    background-image: url("../img/fv_bg_sp.webp");
    background-position: top right;
  }
}
main.top section.fv .fv_bg,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
main.top section.fv .fv_bg .fv_bg_img01,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_bg .fv_bg_img01 {
  position: absolute;
  right: calc((100vw - var(--fv-design-width)) / 2 - 180px);
  top: 55%;
  transform: translateY(-50%);
  width: 830px;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_bg .fv_bg_img01,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_bg .fv_bg_img01 {
    right: min(-176px, -176px + -4 * (100vw - 390px) / 1049);
    width: max(360px, 360px + 470 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_bg .fv_bg_img01,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_bg .fv_bg_img01 {
    top: min(-50px, -50px + -50 * (100vw - 390px) / 1049);
    transform: none;
    right: min(-75px, -75px + -25 * (100vw - 390px) / 377);
    bottom: auto;
  }
}
main.top section.fv .fv_bg .fv_bg_img01 img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_bg .fv_bg_img01 img {
  width: 100%;
}
main.top section.fv .fv_bg .fv_bg_img02,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_bg .fv_bg_img02 {
  position: absolute;
  right: calc((100vw - var(--fv-design-width)) / 2 + 510px);
  top: calc(50% - 410px);
  width: 520px;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_bg .fv_bg_img02,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_bg .fv_bg_img02 {
    right: max(178px, 178px + 332 * (100vw - 390px) / 1049);
    width: max(274px, 274px + 246 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_bg .fv_bg_img02,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_bg .fv_bg_img02 {
    right: auto;
    left: -62px;
    top: 6px;
  }
}
main.top section.fv .fv_bg .fv_bg_img02 img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_bg .fv_bg_img02 img {
  width: 100%;
}
main.top section.fv .fv_bg picture,
main.top section.fv .fv_bg img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_bg picture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_bg img {
  display: block;
}
main.top section.fv .fv_inner,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner {
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: inherit;
  padding: 0 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_inner,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner {
    padding-right: max(20px, 20px + 40 * (100vw - 390px) / 1049);
    padding-left: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
main.top section.fv .fv_inner .fv_content_wrap,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap {
  position: absolute;
  top: calc((100svh - min(100svh, var(--fv-design-height))) / 2 + 156px);
  top: calc(50% - 216px);
  left: calc((100vw - var(--fv-design-width)) / 2 + 60px);
  width: calc(var(--fv-design-width) - 120px);
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_inner .fv_content_wrap,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap {
    top: calc(50% + 34px);
    transform: translateY(-50%);
    left: max(20px, 20px + 40 * (100vw - 390px) / 1049);
    width: calc(100% - max(20px, 20px + 40 * (100vw - 390px) / 1049) * 2);
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_title_wrap,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_title_wrap {
    width: fit-content;
    margin-inline: auto;
  }
}
main.top section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_subtitle,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_subtitle {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.03em;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_subtitle,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_subtitle {
    padding-bottom: max(10px, 10px + 2 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_subtitle,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_subtitle {
    margin-left: 8px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_subtitle,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_subtitle {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.top section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_subtitle::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_subtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 592px;
  height: 1px;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_subtitle::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_subtitle::after {
    width: max(296px, 296px + 296 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_subtitle::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_subtitle::after {
    width: 100%;
  }
}
main.top section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_title_img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_title_img {
  width: 850px;
  margin-top: 24px;
  margin-left: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_title_img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_title_img {
    width: max(351px, 351px + 499 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    margin-left: max(-1px, -1px + 17 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_title_img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_title_img {
    width: 351px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_title_img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_title_img {
    width: 100%;
  }
}
main.top section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_title_img picture,
main.top section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_title_img img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_title_img picture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_title_img img {
  display: block;
}
main.top section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_title_img img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_title_wrap .fv_title_img img {
  width: 100%;
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 570px;
  gap: 80px;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 35px 24px 35px 0;
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom {
    grid-template-columns: minmax(0, 1fr) max(350px, 350px + 220 * (100vw - 768px) / 671);
    gap: max(24px, 24px + 56 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 24 * (100vw - 390px) / 1049);
    padding-top: max(10px, 10px + 25 * (100vw - 390px) / 1049);
    padding-right: max(0px, 0px + 24 * (100vw - 390px) / 1049);
    padding-bottom: max(20px, 20px + 15 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom {
    display: block;
    width: fit-content;
    margin-inline: auto;
  }
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy {
  display: block;
  width: 720px;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  color: #ffffff;
  margin-inline: -5px;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy {
    width: max(370px, 370px + 350 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 24 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy {
    width: max-content;
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy {
    width: calc(100% + 20px);
    font-size: max(18px, 18px + 6 * (100vw - 320px) / 69);
  }
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .flex,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .flex {
  display: flex;
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy > span, main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .flex > span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy > span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .flex > span {
  display: inline-block;
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy > .flex > span:nth-child(2),
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy > .flex > span:nth-child(2) {
  margin-left: -12px;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy > .flex > span:nth-child(2),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy > .flex > span:nth-child(2) {
    margin-left: min(-2px, -2px + -10 * (100vw - 390px) / 1049);
  }
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy > .row2,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy > .row2 {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy > .row2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy > .row2 {
    margin-top: 5px;
  }
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .text_grad_yellow,
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .large,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .text_grad_yellow,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .large {
  font-size: 64px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .text_grad_yellow,
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .large,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .text_grad_yellow,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .large {
    font-size: max(32px, 32px + 32 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .text_grad_yellow,
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .large,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .text_grad_yellow,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .large {
    font-size: max(40px, 40px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .text_grad_yellow,
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .large,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .text_grad_yellow,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_copy .large {
    font-size: max(32px, 32px + 8 * (100vw - 320px) / 69);
  }
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list {
    gap: max(10px, 10px + 5 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list {
    gap: max(10px, 10px + 5 * (100vw - 390px) / 1049);
    margin-top: 10px;
  }
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li {
  position: relative;
  z-index: 0;
  display: grid;
  place-items: center;
  align-content: center;
  width: 180px;
  height: 180px;
  padding: 36px 20px;
  background: transparent;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li {
    width: max(110px, 110px + 70 * (100vw - 768px) / 671);
    height: max(110px, 110px + 70 * (100vw - 768px) / 671);
    padding: max(22px, 22px + 14 * (100vw - 768px) / 671) max(10px, 10px + 10 * (100vw - 768px) / 671);
    font-size: max(10px, 10px + 10 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li {
    width: max(110px, 110px + 70 * (100vw - 390px) / 1049);
    height: max(110px, 110px + 70 * (100vw - 390px) / 1049);
    padding: max(22px, 22px + 14 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li {
    width: 100%;
    height: auto;
  }
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::before, main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::before {
  width: 180px;
  height: 180px;
  background: url("../img/fv_point_list_bg_border.png") center/contain no-repeat;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::before {
    width: max(110px, 110px + 70 * (100vw - 768px) / 671);
    height: max(110px, 110px + 70 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::before {
    width: max(110px, 110px + 70 * (100vw - 390px) / 1049);
    height: max(110px, 110px + 70 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::before {
    width: max(90px, 90px + 20 * (100vw - 320px) / 69);
    height: max(90px, 90px + 20 * (100vw - 320px) / 69);
  }
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::after {
  width: 156px;
  height: 180px;
  background: url("../img/fv_point_list_bg.png") center/contain no-repeat;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::after {
    width: max(95px, 95px + 61 * (100vw - 768px) / 671);
    height: max(110px, 110px + 70 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::after {
    width: max(95px, 95px + 61 * (100vw - 390px) / 1049);
    height: max(110px, 110px + 70 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li::after {
    width: max(80px, 80px + 15 * (100vw - 320px) / 69);
    height: max(90px, 90px + 20 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li:first-child > span:last-child, main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li:last-child > span:first-child,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li:first-child > span:last-child,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li:last-child > span:first-child {
    font-size: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li:first-child > span:last-child, main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li:last-child > span:first-child,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li:first-child > span:last-child,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li:last-child > span:first-child {
    font-size: max(10px, 10px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li span {
  position: relative;
  z-index: 1;
  display: block;
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .lg,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .lg {
  display: inline;
  font-size: 28px;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .lg,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .lg {
    font-size: max(16px, 16px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .lg,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .lg {
    font-size: max(16px, 16px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .lg,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .lg {
    font-size: max(14px, 14px + 2 * (100vw - 320px) / 69);
  }
}
main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .sm,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .sm {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .sm,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .sm {
    font-size: max(10px, 10px + 6 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .sm,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .sm {
    font-size: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .sm,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.fv .fv_inner .fv_content_wrap .fv_bottom .fv_point_list li .sm {
    font-size: max(9px, 9px + 1 * (100vw - 320px) / 69);
  }
}

main.top section.trouble,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble {
  position: relative;
  padding: 260px 0 0;
}
@media screen and (max-width: 1439px) {
  main.top section.trouble,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble {
    padding-top: max(100px, 100px + 160 * (100vw - 390px) / 1049);
  }
}
main.top section.trouble::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  background: #ffffff url("../img/trouble_bg.webp") center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  main.top section.trouble::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble::before {
    background-image: url("../img/trouble_bg_sp.webp");
  }
}
main.top section.trouble .trouble_bg_img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_bg_img {
  position: absolute;
  top: -156px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 1740px;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  main.top section.trouble .trouble_bg_img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_bg_img {
    top: min(-75px, -75px + -21 * (100vw - 390px) / 1049);
    width: max(549px, 549px + 891 * (100vw - 390px) / 1049);
  }
}
main.top section.trouble .trouble_bg_img img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_bg_img img {
  width: 100%;
}
main.top section.trouble::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 220px;
  background: #ffffff;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  main.top section.trouble::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble::after {
    height: max(90px, 90px + 130 * (100vw - 390px) / 1049);
  }
}
main.top section.trouble .trouble_title,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_title {
  position: relative;
  z-index: 1;
}
main.top section.trouble .trouble_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 33px;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.trouble .trouble_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_list {
    gap: max(10px, 10px + 20 * (100vw - 390px) / 1049) max(10px, 10px + 23 * (100vw - 390px) / 1049);
    margin-top: max(18px, 18px + 42 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.trouble .trouble_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_list {
    grid-template-columns: repeat(2, 170px);
  }
}
@media screen and (max-width: 389px) {
  main.top section.trouble .trouble_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
main.top section.trouble .trouble_list li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  background: url("../img/circle_list_bg.webp") center/contain no-repeat;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.trouble .trouble_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_list li {
    width: max(170px, 170px + 80 * (100vw - 768px) / 671);
    height: max(170px, 170px + 80 * (100vw - 768px) / 671);
    font-size: max(20px, 20px + 12 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  main.top section.trouble .trouble_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_list li {
    width: 100%;
    font-size: max(16px, 16px + 4 * (100vw - 320px) / 69);
  }
}
main.top section.trouble .trouble_list li .check,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_list li .check {
  display: block;
  width: 35px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.top section.trouble .trouble_list li .check,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_list li .check {
    width: max(25px, 25px + 10 * (100vw - 390px) / 1049);
    margin-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.trouble .trouble_list li .check img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_list li .check img {
  width: 100%;
}
main.top section.trouble .trouble_list li .accent,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_list li .accent {
  color: #ffec6f;
}
main.top section.trouble .trouble_message,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_message {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  main.top section.trouble .trouble_message,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_message {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding-bottom: max(26px, 26px + 24 * (100vw - 390px) / 1049);
  }
}
main.top section.trouble .trouble_message p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_message p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  main.top section.trouble .trouble_message p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_message p {
    line-height: max(1.7, 1.7 + 0.1 * (100vw - 390px) / 1049);
  }
}
main.top section.trouble .trouble_message p span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_message p span {
  display: block;
}
main.top section.trouble .trouble_message p .line01,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_message p .line01 {
  font-size: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  main.top section.trouble .trouble_message p .line01,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_message p .line01 {
    font-size: max(18px, 18px + 22 * (100vw - 390px) / 1049);
  }
}
main.top section.trouble .trouble_message p .line02,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_message p .line02 {
  font-size: 40px;
  line-height: 1.8;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.trouble .trouble_message p .line02,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_message p .line02 {
    font-size: max(18px, 18px + 22 * (100vw - 390px) / 1049);
  }
}
main.top section.trouble .trouble_message p .line03,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_message p .line03 {
  font-size: 48px;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  main.top section.trouble .trouble_message p .line03,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_message p .line03 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
main.top section.trouble .trouble_message p .line03 .text_marker_yellow,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.trouble .trouble_message p .line03 .text_marker_yellow {
  display: inline;
  background-size: 100% 100%;
}
main.top section.root-fracture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture {
  padding: 60px 0 100px;
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.root-fracture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture {
    padding-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.top section.root-fracture .root-fracture_img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_img {
  position: absolute;
  top: -205px;
  right: calc(50% - 810px);
  width: 620px;
}
@media screen and (max-width: 1439px) {
  main.top section.root-fracture .root-fracture_img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_img {
    top: min(-125px, -125px + -80 * (100vw - 390px) / 1049);
    right: min(-115px, -115px + 25 * (100vw - 390px) / 1049);
    width: max(340px, 340px + 280 * (100vw - 390px) / 1049);
  }
}
main.top section.root-fracture .inner,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .inner {
  max-width: 1440px;
  padding: 0 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.root-fracture .inner,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .inner {
    padding: 0 max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
main.top section.root-fracture .root-fracture_visual,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_visual {
  position: relative;
}
main.top section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap {
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 1439px) {
  main.top section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap {
    gap: max(30px, 30px + 70 * (100vw - 390px) / 1049);
  }
}
main.top section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap .root-fracture_fukidashi,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap .root-fracture_fukidashi {
  width: 207px;
  height: 78.5px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap .root-fracture_fukidashi,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap .root-fracture_fukidashi {
    height: max(58px, 58px + 20.5 * (100vw - 390px) / 1049);
    width: max(124px, 124px + 83 * (100vw - 390px) / 1049);
  }
}
main.top section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap .root-fracture_fukidashi picture,
main.top section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap .root-fracture_fukidashi img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap .root-fracture_fukidashi picture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap .root-fracture_fukidashi img {
  width: 100%;
  height: 100%;
}
main.top section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap .root-fracture_fukidashi img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap .root-fracture_fukidashi img {
  object-fit: fill;
}
main.top section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap .root-fracture_fukidashi span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap .root-fracture_fukidashi span {
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap .root-fracture_fukidashi span,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_visual .root-fracture_fukidashi_wrap .root-fracture_fukidashi span {
    top: max(10px, 10px + 0 * (100vw - 390px) / 1049);
    left: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    letter-spacing: max(1px, 1px + 0.6 * (100vw - 390px) / 1049);
  }
}
main.top section.root-fracture .root-fracture_title,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_title {
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  main.top section.root-fracture .root-fracture_title,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_title {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
main.top section.root-fracture .root-fracture_title span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_title span {
  font-size: 72px;
  color: #3c4d5a;
}
@media screen and (max-width: 1439px) {
  main.top section.root-fracture .root-fracture_title span,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_title span {
    font-size: max(40px, 40px + 32 * (100vw - 390px) / 1049);
  }
}
main.top section.root-fracture .root-fracture_title .root-fracture_en,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_title .root-fracture_en {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
  background: linear-gradient(179.7903696224deg, rgba(35, 112, 156, 0) 11.154%, rgba(35, 112, 156, 0.112) 67.882%, rgba(35, 112, 156, 0.3) 99.175%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cormorant Unicase", serif;
  font-size: 120px;
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  main.top section.root-fracture .root-fracture_title .root-fracture_en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_title .root-fracture_en {
    top: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    font-size: max(64px, 64px + 56 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.root-fracture .root-fracture_title .root-fracture_en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_title .root-fracture_en {
    font-size: max(48px, 48px + 16 * (100vw - 320px) / 69);
  }
}
main.top section.root-fracture .root-fracture_lead,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_lead {
  margin-top: 87px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  main.top section.root-fracture .root-fracture_lead,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_lead {
    margin-top: max(40px, 40px + 47 * (100vw - 390px) / 1049);
  }
}
main.top section.root-fracture .root-fracture_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.root-fracture .root-fracture_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list {
    gap: max(15px, 15px + 11 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1024px) {
  main.top section.root-fracture .root-fracture_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  main.top section.root-fracture .root-fracture_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list {
    grid-template-columns: 1fr;
  }
}
main.top section.root-fracture .root-fracture_list li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list li {
  padding: 40px 25px 40px;
  text-align: center;
  background: #e9f7ff;
}
@media screen and (max-width: 1439px) {
  main.top section.root-fracture .root-fracture_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list li {
    padding: max(39px, 39px + 1 * (100vw - 390px) / 1049) max(20px, 20px + 5 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.root-fracture .root-fracture_list li:nth-child(even),
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list li:nth-child(even) {
  background: #f0f5ff;
}
@media screen and (max-width: 1024px) {
  main.top section.root-fracture .root-fracture_list li:nth-child(4n+3),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list li:nth-child(4n+3) {
    background: #f0f5ff;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  main.top section.root-fracture .root-fracture_list li:nth-child(4n+3),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list li:nth-child(4n+3) {
    background: #e9f7ff;
  }
}
@media screen and (max-width: 1024px) {
  main.top section.root-fracture .root-fracture_list li:nth-child(4n+4),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list li:nth-child(4n+4) {
    background: #e9f7ff;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  main.top section.root-fracture .root-fracture_list li:nth-child(4n+4),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list li:nth-child(4n+4) {
    background: #f0f5ff;
  }
}
main.top section.root-fracture .root-fracture_list li h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list li h3 {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.root-fracture .root-fracture_list li h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list li h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.root-fracture .root-fracture_list li h3::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list li h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 80px;
  height: 90px;
  background: url("../img/icon_tooth.png") center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  main.top section.root-fracture .root-fracture_list li h3::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list li h3::before {
    width: max(60px, 60px + 20 * (100vw - 390px) / 1049);
    height: max(67px, 67px + 23 * (100vw - 390px) / 1049);
  }
}
main.top section.root-fracture .root-fracture_list li p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list li p {
  margin-top: 27px;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  main.top section.root-fracture .root-fracture_list li p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.root-fracture .root-fracture_list li p {
    margin-top: min(29px, 29px + -2 * (100vw - 390px) / 1049);
  }
}
main.top section.doctor,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor {
  position: relative;
  padding: 0 0 100px;
  overflow: hidden;
  background: linear-gradient(to bottom, #ffffff 0 220px, #3c4d5a 220px 100%);
}
@media screen and (max-width: 1439px) {
  main.top section.doctor,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor {
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.top section.doctor .doctor_intro,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 580px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_intro,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro {
    grid-template-columns: max(350px, 350px + 230 * (100vw - 768px) / 671) minmax(0, 1fr);
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.doctor .doctor_intro,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro {
    grid-template-columns: 1fr;
    width: fit-content;
    margin-inline: auto;
  }
}
main.top section.doctor .doctor_intro .doctor_img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_img {
  width: 580px;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_intro .doctor_img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_img {
    width: max(350px, 350px + 230 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 389px) {
  main.top section.doctor .doctor_intro .doctor_img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_img {
    width: 100%;
  }
}
main.top section.doctor .doctor_intro .doctor_img img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_img img {
  width: 100%;
}
main.top section.doctor .doctor_intro .doctor_heading,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_heading {
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_intro .doctor_heading,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_heading {
    padding-top: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.doctor .doctor_intro .doctor_heading,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_heading {
    display: contents;
  }
}
main.top section.doctor .doctor_intro .doctor_title,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_title {
  text-align: left;
}
@media screen and (max-width: 767px) {
  main.top section.doctor .doctor_intro .doctor_title,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_title {
    text-align: center;
    position: relative;
    order: -1;
  }
}
main.top section.doctor .doctor_intro .doctor_title .en,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_title .en {
  font-size: 72px;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_intro .doctor_title .en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_title .en {
    font-size: max(40px, 40px + 32 * (100vw - 390px) / 1049);
  }
}
main.top section.doctor .doctor_intro .doctor_name,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_name {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_intro .doctor_name,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_name {
    margin-top: max(20px, 20px + 80 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.doctor .doctor_intro .doctor_name,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_name {
    margin-top: 0;
  }
}
main.top section.doctor .doctor_intro .doctor_name p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_name p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_intro .doctor_name p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_name p {
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.doctor .doctor_intro .doctor_name .name,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_name .name {
  margin-top: 16px;
  font-size: 40px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_intro .doctor_name .name,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_name .name {
    margin-top: max(5px, 5px + 11 * (100vw - 390px) / 1049);
    font-size: max(32px, 32px + 8 * (100vw - 390px) / 1049);
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.doctor .doctor_intro .doctor_name .name span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_name .name span {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_intro .doctor_name .name span,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_intro .doctor_name .name span {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.doctor .doctor_message,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  background: linear-gradient(to bottom, transparent 60px, #23709c 60px, #23709c 100%);
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_message,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message {
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    background: linear-gradient(to bottom, transparent max(23px, 23px + 37 * (100vw - 390px) / 1049), #23709c max(23px, 23px + 37 * (100vw - 390px) / 1049), #23709c 100%);
  }
}
@media screen and (max-width: 767px) {
  main.top section.doctor .doctor_message,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message {
    margin-top: 20px;
  }
}
main.top section.doctor .doctor_message::before, main.top section.doctor .doctor_message::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: calc(100% - 60px);
  top: 60px;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_message::before, main.top section.doctor .doctor_message::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message::after {
    top: max(23px, 23px + 37 * (100vw - 390px) / 1049);
    height: calc(100% - max(23px, 23px + 37 * (100vw - 390px) / 1049));
  }
}
main.top section.doctor .doctor_message::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message::after {
  top: auto;
  width: 53.7%;
  height: 53.7%;
}
@media screen and (max-width: 767px) {
  main.top section.doctor .doctor_message::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message::after {
    width: 46.7%;
    height: 51.7%;
  }
}
main.top section.doctor .doctor_message .doctor_en,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message .doctor_en {
  background: linear-gradient(to top, #fff 0%, #fff 47.619%, #B0EBFF 48.214%, #B0EBFF 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cormorant Unicase", serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_message .doctor_en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message .doctor_en {
    font-size: max(38px, 38px + 62 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.doctor .doctor_message .doctor_en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message .doctor_en {
    width: max-content;
    margin-left: -20px;
    letter-spacing: 0.09em;
  }
}
@media screen and (max-width: 389px) {
  main.top section.doctor .doctor_message .doctor_en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message .doctor_en {
    font-size: max(28px, 28px + 10 * (100vw - 320px) / 69);
    margin-inline: auto;
  }
}
main.top section.doctor .doctor_message .doctor_text,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message .doctor_text {
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_message .doctor_text,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message .doctor_text {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.doctor .doctor_message .doctor_text p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message .doctor_text p {
  color: #ffffff;
  letter-spacing: 0;
}
main.top section.doctor .doctor_message .doctor_text p .quote,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message .doctor_text p .quote {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_message .doctor_text p .quote,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_message .doctor_text p .quote {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.doctor .doctor_profile,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_profile {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 530px));
  gap: 40px;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_profile,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_profile {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.doctor .doctor_profile,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_profile {
    grid-template-columns: 1fr;
  }
}
main.top section.doctor .doctor_profile .profile_item,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_profile .profile_item {
  position: relative;
  padding: 30px;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_profile .profile_item,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_profile .profile_item {
    padding: max(25px, 25px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.doctor .doctor_profile .profile_item::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_profile .profile_item::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid #23709c;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_profile .profile_item::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_profile .profile_item::before {
    inset: max(10px, 10px + 0 * (100vw - 390px) / 1049);
  }
}
main.top section.doctor .doctor_profile .profile_item h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_profile .profile_item h3 {
  position: relative;
  display: grid;
  place-items: center;
  height: 40px;
  background: #23709c;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_profile .profile_item h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_profile .profile_item h3 {
    height: max(30px, 30px + 10 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.doctor .doctor_profile .profile_item p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_profile .profile_item p {
  position: relative;
  margin-top: 24px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  main.top section.doctor .doctor_profile .profile_item p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.doctor .doctor_profile .profile_item p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.cause,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause {
  background: #ffffff;
}
main.top section.cause .cause_block + .cause_block,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_block + .cause_block {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  main.top section.cause .cause_block + .cause_block,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_block + .cause_block {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.top section.cause .cause_title,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_title {
  display: grid;
  place-items: center;
  padding: 24.5px 20px;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.1);
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.cause .cause_title,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_title {
    padding: max(13px, 13px + 11.5 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.cause .cause_lead,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_lead {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.cause .cause_lead,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_lead {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.cause .cause_card_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_card_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 540px));
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.cause .cause_card_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_card_list {
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.cause .cause_card_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_card_list {
    grid-template-columns: 1fr;
  }
}
main.top section.cause .cause_card_list li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_card_list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.cause .cause_card_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_card_list li {
    grid-template-columns: max(90px, 90px + 30 * (100vw - 390px) / 1049) 1fr;
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  main.top section.cause .cause_card_list li .circle_ring,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_card_list li .circle_ring {
    --circle-ring-size: max(90px, calc(90px + (120 - 90) * ((100vw - 390px) / (1439 - 390))));
    --circle-ring-inner: max(68px, calc(68px + (90 - 68) * ((100vw - 390px) / (1439 - 390))));
    --circle-ring-img: max(42px, calc(42px + (55 - 42) * ((100vw - 390px) / (1439 - 390))));
  }
}
main.top section.cause .cause_card_list li .color_box_title,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_card_list li .color_box_title {
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.cause .cause_card_list li .color_box_title,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_card_list li .color_box_title {
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
    margin-bottom: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.cause .cause_step_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_step_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.cause .cause_step_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_step_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.cause .cause_step_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_step_list {
    grid-template-columns: 1fr;
  }
}
main.top section.cause .cause_step_list li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_step_list li {
  position: relative;
}
main.top section.cause .cause_step_list li picture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_step_list li picture {
  display: block;
  position: relative;
  overflow: hidden;
}
main.top section.cause .cause_step_list li picture img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_step_list li picture img {
  width: 100%;
}
main.top section.cause .cause_step_list li .num,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_step_list li .num {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  align-items: start;
  justify-items: start;
  width: 100px;
  height: 100px;
  padding: 10px 0 0 10px;
  line-height: 0.7;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
main.top section.cause .cause_step_list li h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_step_list li h3 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #23709c;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.cause .cause_step_list li h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_step_list li h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.cause .cause_step_list li p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_step_list li p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.cause .cause_step_list li p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.cause .cause_step_list li p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.neglect,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect {
  position: relative;
  padding: 250px 0 100px;
  overflow: hidden;
  background: #023c5e;
}
@media screen and (max-width: 1439px) {
  main.top section.neglect,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect {
    padding-top: max(80px, 80px + 170 * (100vw - 390px) / 1049);
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.top section.neglect .neglect_bg_img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_bg_img {
  position: absolute;
  top: -150px;
  left: 51%;
  transform: translateX(-50%);
  z-index: 1;
  width: 1660px;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  main.top section.neglect .neglect_bg_img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_bg_img {
    top: min(-50px, -50px + -100 * (100vw - 390px) / 1049);
    width: max(499px, 499px + 1161 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.neglect .neglect_bg_img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_bg_img {
    left: 56%;
  }
}
main.top section.neglect .neglect_bg_img img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top section.neglect::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(2, 60, 94, 0.65);
  pointer-events: none;
}
main.top section.neglect .neglect_title,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_title {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.neglect .neglect_title,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_title {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
main.top section.neglect .neglect_title span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_title span {
  font-size: 56px;
  color: #ffec6f;
}
@media screen and (max-width: 1439px) {
  main.top section.neglect .neglect_title span,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_title span {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
main.top section.neglect .neglect_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 530px));
  gap: 40px;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.neglect .neglect_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.neglect .neglect_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list {
    grid-template-columns: 1fr;
  }
}
main.top section.neglect .neglect_list li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li {
  --neglect-color: rgba(31, 185, 239, 0.3);
  position: relative;
  z-index: 0;
  padding: 0 40px 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.neglect .neglect_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li {
    padding-right: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding-bottom: max(25px, 25px + 10 * (100vw - 390px) / 1049);
    padding-left: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.neglect .neglect_list li::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 30px);
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, var(--neglect-color) 100%);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  main.top section.neglect .neglect_list li::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li::before {
    top: max(15px, 15px + 15 * (100vw - 390px) / 1049);
    height: calc(100% - max(15px, 15px + 15 * (100vw - 390px) / 1049));
  }
}
main.top section.neglect .neglect_list li:nth-child(5),
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li:nth-child(5) {
  grid-column: 1/-1;
  width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  main.top section.neglect .neglect_list li:nth-child(5),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li:nth-child(5) {
    width: max(332px, 332px + 198 * (100vw - 768px) / 671);
  }
}
@media screen and (max-width: 767px) {
  main.top section.neglect .neglect_list li:nth-child(5),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li:nth-child(5) {
    width: 100%;
  }
}
main.top section.neglect .neglect_list li.yellow,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li.yellow {
  --neglect-color: rgba(255, 241, 0, 0.3);
}
main.top section.neglect .neglect_list li.green,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li.green {
  --neglect-color: rgba(127, 255, 125, 0.3);
}
main.top section.neglect .neglect_list li.blue,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li.blue {
  --neglect-color: rgba(31, 185, 239, 0.3);
}
main.top section.neglect .neglect_list li.orange,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li.orange {
  --neglect-color: rgba(255, 134, 35, 0.3);
}
main.top section.neglect .neglect_list li.red,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li.red {
  --neglect-color: rgba(255, 95, 97, 0.3);
}
main.top section.neglect .neglect_list li h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li h3 {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.neglect .neglect_list li h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.neglect .neglect_list li p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li p {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.neglect .neglect_list li p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.neglect .neglect_list li p {
    margin-top: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
main.top section.want-save,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save {
  padding-bottom: 100px;
  background: #f5f6f8;
}
@media screen and (max-width: 1439px) {
  main.top section.want-save,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save {
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.top section.want-save .want-save_title_wrap,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .want-save_title_wrap {
  position: relative;
  display: grid;
  place-items: start center;
  height: 310px;
  padding-top: 70px;
  filter: drop-shadow(0 10px 20px rgba(51, 51, 51, 0.1));
}
@media screen and (max-width: 1439px) {
  main.top section.want-save .want-save_title_wrap,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .want-save_title_wrap {
    height: max(130px, 130px + 180 * (100vw - 390px) / 1049);
    padding-top: max(25px, 25px + 45 * (100vw - 390px) / 1049);
  }
}
main.top section.want-save .want-save_title_wrap::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .want-save_title_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 720px;
  height: 290px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  main.top section.want-save .want-save_title_wrap::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .want-save_title_wrap::before {
    width: max(320px, 320px + 400 * (100vw - 390px) / 1049);
    height: max(130px, 130px + 160 * (100vw - 390px) / 1049);
  }
}
main.top section.want-save .want-save_title_wrap h2,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .want-save_title_wrap h2 {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  color: #3c4d5a;
}
@media screen and (max-width: 1439px) {
  main.top section.want-save .want-save_title_wrap h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .want-save_title_wrap h2 {
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.want-save .want-save_title_wrap h2 span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .want-save_title_wrap h2 span {
  position: relative;
  font-size: 48px;
  color: #23709c;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  main.top section.want-save .want-save_title_wrap h2 span,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .want-save_title_wrap h2 span {
    font-size: max(28px, 28px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.want-save .want-save_title_wrap h2 span::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .want-save_title_wrap h2 span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 50%;
  width: 333px;
  height: 5px;
  background: url("../img/want-save_waveline.png") center/contain no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  main.top section.want-save .want-save_title_wrap h2 span::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .want-save_title_wrap h2 span::after {
    bottom: -2px;
    width: max(192px, 192px + 141 * (100vw - 390px) / 1049);
    height: max(3px, 3px + 2 * (100vw - 390px) / 1049);
  }
}
main.top section.want-save .inner,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner {
  max-width: 1440px;
  padding-right: 60px;
  padding-left: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.want-save .inner,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner {
    padding-right: max(20px, 20px + 40 * (100vw - 390px) / 1049);
    padding-left: max(20px, 20px + 40 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.want-save .inner .want-save_lead,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_lead {
  text-align: center;
}
main.top section.want-save .inner .want-save_lead strong,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_lead strong {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.top section.want-save .inner .want-save_lead strong,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_lead strong {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.want-save .inner .want-save_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 420px));
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.want-save .inner .want-save_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list {
    gap: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.want-save .inner .want-save_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list {
    grid-template-columns: 1fr;
  }
}
main.top section.want-save .inner .want-save_list li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list li {
  --want-save-color: #23709c;
}
main.top section.want-save .inner .want-save_list li.green,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list li.green {
  --want-save-color: #659549;
}
main.top section.want-save .inner .want-save_list li.red,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list li.red {
  --want-save-color: #b95a5a;
}
main.top section.want-save .inner .want-save_list li h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list li h3 {
  position: relative;
  display: grid;
  place-items: center;
  height: 65px;
  background: var(--want-save-color);
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08em;
  color: #ffffff;
  border-radius: 5px;
}
@media screen and (max-width: 1439px) {
  main.top section.want-save .inner .want-save_list li h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list li h3 {
    height: max(55px, 55px + 10 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.want-save .inner .want-save_list li h3::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list li h3::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  border-width: 19px 16px 0;
  border-style: solid;
  border-color: var(--want-save-color) transparent transparent;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  main.top section.want-save .inner .want-save_list li h3::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list li h3::after {
    border-width: max(12px, 12px + 7 * (100vw - 390px) / 1049) max(12px, 12px + 4 * (100vw - 390px) / 1049) 0;
  }
}
main.top section.want-save .inner .want-save_list li > div,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list li > div {
  padding: 30px 30px 40px;
  margin-top: 10px;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.want-save .inner .want-save_list li > div,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list li > div {
    padding: max(20px, 20px + 10 * (100vw - 390px) / 1049) max(20px, 20px + 10 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.want-save .inner .want-save_list li > div picture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list li > div picture {
  overflow: hidden;
  display: block;
  aspect-ratio: 12/7;
}
@media screen and (max-width: 767px) {
  main.top section.want-save .inner .want-save_list li > div picture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list li > div picture {
    aspect-ratio: 31/18;
  }
}
main.top section.want-save .inner .want-save_list li > div picture img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list li > div picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top section.want-save .inner .want-save_list li > div p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list li > div p {
  margin-top: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 1439px) {
  main.top section.want-save .inner .want-save_list li > div p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.want-save .inner .want-save_list li > div p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.examination,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination {
  background: #23709c;
}
main.top section.examination .inner .section_title_label,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .section_title_label {
  position: relative;
  display: grid;
  place-items: center;
  height: 155px;
  padding: 24px 20px 23px;
  background: #ffffff;
  border-radius: 10px;
  filter: drop-shadow(0 10px 20px rgba(51, 51, 51, 0.1));
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .section_title_label,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .section_title_label {
    height: max(109px, 109px + 46 * (100vw - 390px) / 1049);
    padding: 20px 0;
  }
}
main.top section.examination .inner .section_title_label::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .section_title_label::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  border-width: 30px 30px 0;
  border-style: solid;
  border-color: #ffffff transparent transparent;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .section_title_label::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .section_title_label::after {
    border-width: max(18px, 18px + 12 * (100vw - 390px) / 1049) max(18px, 18px + 12 * (100vw - 390px) / 1049) 0;
  }
}
main.top section.examination .inner .section_title_label .en,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .section_title_label .en {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .section_title_label .en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .section_title_label .en {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.examination .inner .section_title_label .ja,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .section_title_label .ja {
  font-size: 48px;
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .section_title_label .ja,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .section_title_label .ja {
    font-size: max(28px, 28px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.examination .inner .section_title_label .ja,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .section_title_label .ja {
    letter-spacing: 0.1em;
  }
}
main.top section.examination .inner .section_title_label .ja .small,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .section_title_label .ja .small {
  font-size: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .section_title_label .ja .small,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .section_title_label .ja .small {
    font-size: max(18px, 18px + 22 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.examination .inner .section_title_label .ja .small,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .section_title_label .ja .small {
    letter-spacing: 0.1em;
  }
}
main.top section.examination .inner .examination_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list {
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .examination_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list {
    margin-top: max(50px, 50px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.examination .inner .examination_list > li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li {
  position: relative;
  display: grid;
  grid-template-columns: 135px 105px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .examination_list > li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li {
    grid-template-columns: max(65px, 65px + 70 * (100vw - 390px) / 1049) max(50px, 50px + 55 * (100vw - 390px) / 1049) minmax(0, 1fr);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    padding-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding-bottom: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.examination .inner .examination_list > li::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 120px;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .examination_list > li::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li::before {
    width: max(50px, 50px + 70 * (100vw - 390px) / 1049);
  }
}
main.top section.examination .inner .examination_list > li::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 120px;
  z-index: 1;
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .examination_list > li::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li::after {
    left: max(50px, 50px + 70 * (100vw - 390px) / 1049);
  }
}
main.top section.examination .inner .examination_list > li .num,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li .num {
  position: relative;
  z-index: 1;
  align-self: center;
  width: 125px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .examination_list > li .num,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li .num {
    width: max(50px, 50px + 75 * (100vw - 390px) / 1049);
  }
}
main.top section.examination .inner .examination_list > li > img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > img {
  width: 85px;
  margin-left: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .examination_list > li > img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > img {
    width: max(50px, 50px + 35 * (100vw - 390px) / 1049);
    margin-left: max(0px, 0px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.examination .inner .examination_list > li > div,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > div {
  color: #ffffff;
}
main.top section.examination .inner .examination_list > li > div h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > div h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .examination_list > li > div h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > div h3 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.top section.examination .inner .examination_list > li > div p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > div p {
  margin-top: 16px;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .examination_list > li > div p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > div p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.examination .inner .examination_list > li > div p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > div p {
    line-height: 1.6;
  }
}
main.top section.examination .inner .examination_list > li > div p:last-child,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > div p:last-child {
  line-height: 1.6;
}
main.top section.examination .inner .examination_list > li > div ul,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > div ul {
  margin-top: 16px;
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .examination_list > li > div ul,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > div ul {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.examination .inner .examination_list > li > div ul li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > div ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .examination_list > li > div ul li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > div ul li {
    padding-left: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.top section.examination .inner .examination_list > li > div ul li::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > div ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/icon_check_square_blue.png") center/contain no-repeat;
}
@media screen and (max-width: 1439px) {
  main.top section.examination .inner .examination_list > li > div ul li::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > div ul li::before {
    width: max(15px, 15px + 5 * (100vw - 390px) / 1049);
    height: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.examination .inner .examination_list > li > div ul li + li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li > div ul li + li {
  margin-top: 10px;
}
main.top section.examination .inner .examination_list > li:is(:nth-child(1), :nth-child(3), :nth-child(5), :nth-child(8)) > div p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li:is(:nth-child(1), :nth-child(3), :nth-child(5), :nth-child(8)) > div p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main.top section.examination .inner .examination_list > li:is(:nth-child(1), :nth-child(3), :nth-child(5), :nth-child(8)) > div p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.examination .inner .examination_list > li:is(:nth-child(1), :nth-child(3), :nth-child(5), :nth-child(8)) > div p {
    line-height: 1.6;
  }
}
main.top section.which-type,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type {
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type {
    padding-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.which-type > .section_title .en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .section_title .en {
    width: max-content;
  }
}
main.top section.which-type .which-type_head,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: -34px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type .which-type_head,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head {
    margin-top: min(-17px, -17px + -17 * (100vw - 390px) / 1049);
  }
}
main.top section.which-type .which-type_head p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head p {
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  height: 200px;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type .which-type_head p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head p {
    height: max(121px, 121px + 79 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
    text-align: center;
  }
}
main.top section.which-type .which-type_head p::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head p::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
main.top section.which-type .which-type_head p.green,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head p.green {
  background: #659549;
  padding-right: 47.5px;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type .which-type_head p.green,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head p.green {
    padding-right: max(22.5px, 22.5px + 25 * (100vw - 390px) / 1049);
  }
}
main.top section.which-type .which-type_head p.green::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head p.green::before {
  background-image: url("../img/which-type_title_bg_left.png");
}
@media screen and (max-width: 767px) {
  main.top section.which-type .which-type_head p.green::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head p.green::before {
    background-image: url("../img/which-type_title_bg_left_sp.png");
  }
}
main.top section.which-type .which-type_head p.red,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head p.red {
  background: #b95a5a;
  padding-left: 47.5px;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type .which-type_head p.red,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head p.red {
    padding-left: max(22.5px, 22.5px + 25 * (100vw - 390px) / 1049);
  }
}
main.top section.which-type .which-type_head p.red::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head p.red::before {
  background-image: url("../img/which-type_title_bg_right.png");
}
@media screen and (max-width: 767px) {
  main.top section.which-type .which-type_head p.red::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head p.red::before {
    background-image: url("../img/which-type_title_bg_right_sp.png");
  }
}
main.top section.which-type .which-type_head > span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(51, 51, 51, 0.1);
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
  width: 95px;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type .which-type_head > span,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head > span {
    width: max(50px, 50px + 45 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 28 * (100vw - 390px) / 1049);
    border-radius: max(5px, 5px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.which-type .which-type_head > span::before, main.top section.which-type .which-type_head > span::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head > span::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head > span::after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  main.top section.which-type .which-type_head > span::before, main.top section.which-type .which-type_head > span::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head > span::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head > span::after {
    border-top-width: max(15px, 15px + 0 * (100vw - 390px) / 1049);
    border-bottom-width: max(15px, 15px + 0 * (100vw - 390px) / 1049);
  }
}
main.top section.which-type .which-type_head > span::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head > span::before {
  right: calc(100% - 1px);
  border-right: 15px solid #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type .which-type_head > span::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head > span::before {
    border-right-width: max(19px, 19px + -4 * (100vw - 390px) / 1049);
  }
}
main.top section.which-type .which-type_head > span::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head > span::after {
  left: calc(100% - 1px);
  border-left: 15px solid #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type .which-type_head > span::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_head > span::after {
    border-left-width: max(19px, 19px + -4 * (100vw - 390px) / 1049);
  }
}
main.top section.which-type > .inner,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner {
  padding-top: 65px;
  padding-bottom: 115px;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type > .inner,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner {
    padding-top: max(30px, 30px + 35 * (100vw - 390px) / 1049);
    padding-bottom: max(60px, 60px + 55 * (100vw - 390px) / 1049);
  }
}
main.top section.which-type > .inner .which-type_lead,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_lead {
  text-align: center;
}
main.top section.which-type > .inner .which-type_nav,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center;
  margin-top: 60px;
  max-width: 920px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type > .inner .which-type_nav,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav {
    gap: max(15px, 15px + 25 * (100vw - 390px) / 1049);
    margin-top: max(25px, 25px + 35 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.which-type > .inner .which-type_nav,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav {
    grid-template-columns: repeat(2, 165px);
    gap: 30px 20px;
  }
  main.top section.which-type > .inner .which-type_nav li:last-child,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav li:last-child {
    grid-column: 1/-1;
    justify-self: center;
  }
}
@media screen and (max-width: 389px) {
  main.top section.which-type > .inner .which-type_nav,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
main.top section.which-type > .inner .which-type_nav li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav li {
  --which-color: #659549;
}
main.top section.which-type > .inner .which-type_nav li.blue,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav li.blue {
  --which-color: #23709c;
}
main.top section.which-type > .inner .which-type_nav li.red,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav li.red {
  --which-color: #b95a5a;
}
@media screen and (max-width: 767px) {
  main.top section.which-type > .inner .which-type_nav li.red a > span:last-child,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav li.red a > span:last-child {
    font-size: max(12px, 12px + 8 * (100vw - 390px) / 1049);
  }
}
main.top section.which-type > .inner .which-type_nav li a,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav li a {
  position: relative;
  display: block;
}
main.top section.which-type > .inner .which-type_nav li a > .circle_ring,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav li a > .circle_ring {
  --circle-ring-size: 280px;
  --circle-ring-inner: 230px;
  --circle-ring-img: 180px;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type > .inner .which-type_nav li a > .circle_ring,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav li a > .circle_ring {
    --circle-ring-size: max(165px, calc(165px + (280 - 165) * ((100vw - 390px) / (1439 - 390))));
    --circle-ring-inner: max(135.536px, calc(135.536px + (230 - 135.536) * ((100vw - 390px) / (1439 - 390))));
    --circle-ring-img: max(100px, calc(100px + (180 - 100) * ((100vw - 390px) / (1439 - 390))));
  }
}
@media screen and (max-width: 389px) {
  main.top section.which-type > .inner .which-type_nav li a > .circle_ring,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav li a > .circle_ring {
    --circle-ring-size: max(120px, calc(120px + (165 - 120) * ((100vw - 320px) / (389 - 320))));
    --circle-ring-inner: max(98.4px, calc(98.4px + (135.536 - 98.4) * ((100vw - 320px) / (389 - 320))));
    --circle-ring-img: max(80px, calc(80px + (100 - 80) * ((100vw - 320px) / (389 - 320))));
  }
}
main.top section.which-type > .inner .which-type_nav li a > .circle_ring img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav li a > .circle_ring img {
  width: var(--circle-ring-img);
  height: var(--circle-ring-img);
}
main.top section.which-type > .inner .which-type_nav li a > span:last-child,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav li a > span:last-child {
  position: absolute;
  right: auto;
  bottom: -15px;
  left: 50%;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 50px;
  padding: 0;
  border-radius: 99px;
  background: var(--which-color);
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  main.top section.which-type > .inner .which-type_nav li a > span:last-child,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav li a > span:last-child {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    width: max(150px, 150px + 100 * (100vw - 390px) / 1049);
    height: max(30px, 30px + 20 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.which-type > .inner .which-type_nav li a > span:last-child::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav li a > span:last-child::after {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 8px;
  background: url("../img/icon_arrow_down_white.png") center/contain no-repeat;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type > .inner .which-type_nav li a > span:last-child::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type > .inner .which-type_nav li a > span:last-child::after {
    width: max(8px, 8px + 8 * (100vw - 390px) / 1049);
    height: max(4px, 4px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.which-type .which-type_detail,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail {
  --which-detail-color: #659549;
  padding: 60px 0;
  background: #eff6eb;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type .which-type_detail,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail {
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) 0;
  }
}
main.top section.which-type .which-type_detail.blue,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail.blue {
  --which-detail-color: #23709c;
  background: #e9f7ff;
}
main.top section.which-type .which-type_detail.red,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail.red {
  --which-detail-color: #b95a5a;
  background: #fcf1f1;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type .which-type_detail.red,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail.red {
    padding-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.which-type .which-type_detail .inner h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail .inner h3 {
  display: grid;
  place-items: center;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.1);
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: var(--which-detail-color);
  padding: 18.5px 0;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type .which-type_detail .inner h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail .inner h3 {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    padding: max(13px, 13px + 5.5 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  main.top section.which-type .which-type_detail .inner h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail .inner h3 {
    line-height: 1.45;
  }
}
main.top section.which-type .which-type_detail .inner .grid,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail .inner .grid {
  --grid-img-pc: 280px;
  --grid-img-sp: 150px;
  --grid-img-current: var(--grid-img-pc);
  --grid-gap-pc: 40px;
  --grid-gap-sp: 20px;
  grid-template-columns: var(--grid-img-current) minmax(0, 1fr);
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type .which-type_detail .inner .grid,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail .inner .grid {
    --grid-img-current: max(var(--grid-img-sp), calc(var(--grid-img-sp) + (var(--grid-img-pc) - var(--grid-img-sp)) * ((100vw - 390px) / (1439px - 390px))));
    grid-template-columns: var(--grid-img-current) minmax(0, 1fr);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.which-type .which-type_detail .inner .grid,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail .inner .grid {
    grid-template-columns: 1fr;
  }
  main.top section.which-type .which-type_detail .inner .grid .grid_img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail .inner .grid .grid_img {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
main.top section.which-type .which-type_detail .inner .grid .circle_ring,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail .inner .grid .circle_ring {
  --circle-ring-size: var(--grid-img-current);
  --circle-ring-inner: 230px;
  --circle-ring-img: 180px;
}
@media screen and (max-width: 1439px) {
  main.top section.which-type .which-type_detail .inner .grid .circle_ring,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail .inner .grid .circle_ring {
    --circle-ring-inner: max(123.214px, calc(123.214px + (230 - 123.214) * ((100vw - 390px) / (1439 - 390))));
    --circle-ring-img: max(96.429px, calc(96.429px + (180 - 96.429) * ((100vw - 390px) / (1439 - 390))));
  }
}
main.top section.which-type .which-type_detail .inner .grid .circle_ring img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail .inner .grid .circle_ring img {
  width: var(--circle-ring-img);
  height: var(--circle-ring-img);
}
main.top section.which-type .which-type_detail .inner .grid .grid_text,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.which-type .which-type_detail .inner .grid .grid_text {
  line-height: 1.6;
}
main.top section.save-one-tooth,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth {
  position: relative;
  padding: 200px 0 100px;
}
@media screen and (max-width: 1439px) {
  main.top section.save-one-tooth,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth {
    padding-top: max(100px, 100px + 100 * (100vw - 390px) / 1049);
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.top section.save-one-tooth .save-one-tooth_bg_img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .save-one-tooth_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1439px) {
  main.top section.save-one-tooth .save-one-tooth_bg_img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .save-one-tooth_bg_img {
    height: max(240px, 240px + 260 * (100vw - 390px) / 1049);
  }
}
main.top section.save-one-tooth .save-one-tooth_bg_img img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .save-one-tooth_bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top section.save-one-tooth .inner .section_title h2,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .section_title h2 {
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  color: #3c4d5a;
}
@media screen and (max-width: 1439px) {
  main.top section.save-one-tooth .inner .section_title h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .section_title h2 {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
main.top section.save-one-tooth .inner .section_title h2 span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .section_title h2 span {
  display: block;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.top section.save-one-tooth .inner .section_title h2 span,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .section_title h2 span {
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.save-one-tooth .inner .section_title .save-one-tooth_en,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .section_title .save-one-tooth_en {
  position: absolute;
  top: 104px;
  left: 50%;
  z-index: 1;
  font-family: "Cormorant Unicase", serif;
  font-size: 100px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
  white-space: nowrap;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
@media screen and (max-width: 1439px) {
  main.top section.save-one-tooth .inner .section_title .save-one-tooth_en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .section_title .save-one-tooth_en {
    top: max(13px, 13px + 91 * (100vw - 390px) / 1049);
    font-size: max(54px, 54px + 46 * (100vw - 390px) / 1049);
  }
}
main.top section.save-one-tooth .inner .save-one-tooth_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .save-one-tooth_list {
  position: relative;
  z-index: 2;
  margin-top: 31px;
  padding: 60px;
  background: #ffffff;
  box-shadow: 0 20px 20px -5px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 1439px) {
  main.top section.save-one-tooth .inner .save-one-tooth_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .save-one-tooth_list {
    margin-top: max(30px, 30px + 1 * (100vw - 390px) / 1049);
    padding: max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
main.top section.save-one-tooth .inner .save-one-tooth_list li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .save-one-tooth_list li {
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 0 0 32px;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 1439px) {
  main.top section.save-one-tooth .inner .save-one-tooth_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .save-one-tooth_list li {
    grid-template-columns: max(80px, 80px + 40 * (100vw - 390px) / 1049) 1fr;
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    padding-bottom: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.save-one-tooth .inner .save-one-tooth_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .save-one-tooth_list li {
    align-items: start;
  }
}
main.top section.save-one-tooth .inner .save-one-tooth_list li:last-child,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .save-one-tooth_list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
main.top section.save-one-tooth .inner .save-one-tooth_list li + li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .save-one-tooth_list li + li {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  main.top section.save-one-tooth .inner .save-one-tooth_list li + li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .save-one-tooth_list li + li {
    margin-top: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.save-one-tooth .inner .save-one-tooth_list li > img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .save-one-tooth_list li > img {
  width: 120px;
}
@media screen and (max-width: 1439px) {
  main.top section.save-one-tooth .inner .save-one-tooth_list li > img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .save-one-tooth_list li > img {
    width: max(80px, 80px + 40 * (100vw - 390px) / 1049);
  }
}
main.top section.save-one-tooth .inner .save-one-tooth_list li > div .num,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .save-one-tooth_list li > div .num {
  display: block;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
main.top section.save-one-tooth .inner .save-one-tooth_list li > div h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .save-one-tooth_list li > div h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08em;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.save-one-tooth .inner .save-one-tooth_list li > div h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .save-one-tooth_list li > div h3 {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.top section.save-one-tooth .inner .save-one-tooth_list li > div p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .save-one-tooth_list li > div p {
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  main.top section.save-one-tooth .inner .save-one-tooth_list li > div p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.save-one-tooth .inner .save-one-tooth_list li > div p {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case {
  position: relative;
  isolation: isolate;
  z-index: 0;
  padding-bottom: 100px;
  background: linear-gradient(180deg, #3c4d5a 0%, #023c5e 100%);
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case {
    padding-bottom: max(40px, 40px + 60 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case .extraction-case_top,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top {
  --curve-start: 20px;
  --curve-depth: 225px;
  --title-height: 183px;
  position: relative;
  z-index: 2;
  top: -1px;
  padding-bottom: max(60px, var(--curve-start) + var(--curve-depth) - var(--title-height));
  background: linear-gradient(to bottom, #ffffff 0 var(--curve-start), transparent var(--curve-start));
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case .extraction-case_top,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top {
    --curve-start: max(20px, calc(74px + (20 - 74) * ((100vw - 390px) / (1439 - 390))));
    --curve-depth: max(94px, calc(94px + (225 - 94) * ((100vw - 390px) / (1439 - 390))));
    --title-height: max(120px, calc(120px + (183 - 120) * ((100vw - 390px) / (1439 - 390))));
  }
}
main.top section.extraction-case .extraction-case_top::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top::before {
  content: "";
  position: absolute;
  top: calc(var(--curve-start) - 2px);
  left: 50%;
  z-index: 0;
  width: calc(100vw + 4px);
  height: calc(var(--curve-depth) + 2px);
  background: #ffffff;
  -webkit-mask-image: url("../img/extraction-case_bg_top.svg");
  mask-image: url("../img/extraction-case_bg_top.svg");
  -webkit-mask-position: center top;
  mask-position: center top;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main.top section.extraction-case .extraction-case_top::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top::before {
    -webkit-mask-image: url("../img/extraction-case_bg_top_sp.svg");
    mask-image: url("../img/extraction-case_bg_top_sp.svg");
  }
}
main.top section.extraction-case .extraction-case_top .inner,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case .extraction-case_top .inner,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner {
    padding-top: 0;
  }
}
main.top section.extraction-case .extraction-case_top .inner .extraction-case_title,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title {
  position: relative;
  display: grid;
  grid-template-columns: 165px 312px;
  gap: 10px;
  justify-content: center;
  width: 717px;
  height: var(--title-height);
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #3c4d5a;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case .extraction-case_top .inner .extraction-case_title,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title {
    grid-template-columns: max(100px, 100px + 65 * (100vw - 390px) / 1049) max(170px, 170px + 142 * (100vw - 390px) / 1049);
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    width: max(350px, 350px + 367 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.extraction-case .extraction-case_top .inner .extraction-case_title,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title {
    grid-template-columns: max(90px, 90px + 10 * (100vw - 320px) / 69) max(150px, 150px + 20 * (100vw - 320px) / 69);
    width: max(300px, 300px + 50 * (100vw - 320px) / 69);
  }
}
main.top section.extraction-case .extraction-case_top .inner .extraction-case_title::before, main.top section.extraction-case .extraction-case_top .inner .extraction-case_title::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title::after {
  content: "";
  position: absolute;
  top: 53px;
  width: 150px;
  height: 1px;
  background: #333333;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case .extraction-case_top .inner .extraction-case_title::before, main.top section.extraction-case .extraction-case_top .inner .extraction-case_title::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title::after {
    top: max(50px, 50px + 3 * (100vw - 390px) / 1049);
    width: max(60px, 60px + 90 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.extraction-case .extraction-case_top .inner .extraction-case_title::before, main.top section.extraction-case .extraction-case_top .inner .extraction-case_title::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title::after {
    height: 2px;
  }
}
main.top section.extraction-case .extraction-case_top .inner .extraction-case_title::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title::before {
  left: 0;
  transform: rotate(60deg);
  transform-origin: left center;
}
main.top section.extraction-case .extraction-case_top .inner .extraction-case_title::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title::after {
  right: 0;
  transform: rotate(-60deg);
  transform-origin: right center;
}
main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: #ffec6f;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child {
    width: max(100px, 100px + 65 * (100vw - 390px) / 1049);
    height: max(100px, 100px + 65 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child strong,
main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child small,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child strong,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child small {
  display: block;
}
main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child strong,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child strong {
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child strong,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child strong {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child small,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child small {
  font-size: 32px;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child small,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child small {
    font-size: max(16px, 16px + 16 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: -1;
  width: 25px;
  height: 25px;
  transform: rotate(90deg);
  background: #ffec6f;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:first-child::after {
    bottom: max(5px, 5px + 3 * (100vw - 390px) / 1049);
    width: max(18px, 18px + 10 * (100vw - 390px) / 1049);
    height: max(18px, 18px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child {
  display: block;
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child {
    padding-top: max(28px, 28px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child {
    text-align: center;
  }
}
main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line01,
main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line02,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line01,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line02 {
  display: block;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line01,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line01 {
  font-size: 48px;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line01,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line01 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line01,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line01 {
    font-size: max(20px, 20px + 12 * (100vw - 320px) / 69);
  }
}
main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line02,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line02 {
  font-size: 56px;
  text-align: center;
  margin-top: -6px;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line02,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line02 {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line02,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line02 {
    margin-top: 0;
  }
}
@media screen and (max-width: 389px) {
  main.top section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line02,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case .extraction-case_top .inner .extraction-case_title > span:last-child .line02 {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
main.top section.extraction-case > .inner,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner {
  position: relative;
  z-index: 1;
}
main.top section.extraction-case > .inner .extraction-case_bg_img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_bg_img {
  position: absolute;
  top: -360px;
  right: calc(50% - 900px);
  width: 700px;
  z-index: -1;
  display: block;
  border-radius: 50%;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_bg_img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_bg_img {
    top: min(-180px, -180px + -180 * (100vw - 390px) / 1049);
    right: min(-130px, -130px + -50 * (100vw - 390px) / 1049);
    width: max(350px, 350px + 350 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case > .inner .extraction-case_bg_img img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top section.extraction-case > .inner .extraction-case_lead,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_lead {
  margin-top: 47px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_lead,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_lead {
    margin-top: max(20px, 20px + 27 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case > .inner .extraction-case_list01,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_list01 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_list01,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_list01 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.extraction-case > .inner .extraction-case_list01,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_list01 {
    grid-template-columns: 1fr;
  }
}
main.top section.extraction-case > .inner .extraction-case_list01::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_list01::before {
  content: "";
  position: absolute;
  top: -97px;
  left: calc(50% + 114px);
  z-index: 0;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  background: radial-gradient(circle, #30C7F9 0%, #4DE5E0 100%);
  opacity: 0.3;
  filter: blur(150px);
  transform: translateZ(0);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_list01::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_list01::before {
    top: min(-355px, -355px + 258 * (100vw - 390px) / 1049);
    left: calc(50% + max(-94px, -94px + 208 * (100vw - 390px) / 1049));
    width: max(520px, 520px + 480 * (100vw - 390px) / 1049);
    height: max(520px, 520px + 480 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case > .inner .extraction-case_list01 li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_list01 li {
  position: relative;
  z-index: 1;
  padding: 40px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_list01 li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_list01 li {
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case > .inner .extraction-case_list01 li picture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_list01 li picture {
  display: block;
}
main.top section.extraction-case > .inner .extraction-case_list01 li picture img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_list01 li picture img {
  width: 100%;
}
main.top section.extraction-case > .inner .extraction-case_list01 li h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_list01 li h3 {
  margin-top: 24px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08em;
  text-align: center;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_list01 li h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_list01 li h3 {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case > .inner .extraction-case_list01 li p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_list01 li p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_list01 li p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_list01 li p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case > .inner .extraction-case_risk,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_risk,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk {
    margin-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case > .inner .extraction-case_risk::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk::before {
  content: "";
  position: absolute;
  top: -206px;
  left: -440px;
  z-index: 0;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  background: radial-gradient(circle, #30C7F9 0%, #4DE5E0 100%);
  opacity: 0.3;
  filter: blur(150px);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_risk::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk::before {
    top: max(-435px, -435px + 229 * (100vw - 390px) / 1049);
    left: min(-377px, -377px + -63 * (100vw - 390px) / 1049);
    width: max(705px, 705px + 295 * (100vw - 390px) / 1049);
    height: max(705px, 705px + 295 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case > .inner .extraction-case_risk > h2,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk > h2 {
  position: relative;
  z-index: 1;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(180deg, rgba(60, 77, 90, 0.7) 0%, rgba(60, 77, 90, 0) 100%);
  box-shadow: 0 10px 30px rgba(51, 51, 51, 0.2);
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_risk > h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk > h2 {
    height: max(140px, 140px + 40 * (100vw - 390px) / 1049);
    font-size: max(28px, 28px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.extraction-case > .inner .extraction-case_risk > h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk > h2 {
    display: block;
    padding: 30px 0;
    height: auto;
  }
}
main.top section.extraction-case > .inner .extraction-case_risk > h2::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk > h2::before {
  content: "";
  position: absolute;
  top: 49px;
  left: calc(50% - 466px);
  z-index: -1;
  width: 95px;
  height: 95px;
  background: rgba(255, 255, 255, 0.2);
  clip-path: polygon(0 10%, 10% 0, 50% 40%, 90% 0, 100% 10%, 60% 50%, 100% 90%, 90% 100%, 50% 60%, 10% 100%, 0 90%, 40% 50%);
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_risk > h2::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk > h2::before {
    top: max(38px, 38px + 11 * (100vw - 390px) / 1049);
    left: calc(50% - max(175px, 175px + 291 * (100vw - 390px) / 1049));
    width: max(60px, 60px + 35 * (100vw - 390px) / 1049);
    height: max(60px, 60px + 35 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case > .inner .extraction-case_risk > h2 span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk > h2 span {
  color: #ffec6f;
}
main.top section.extraction-case > .inner .extraction-case_risk > p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk > p {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_risk > p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk > p {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case > .inner .extraction-case_risk > p strong,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk > p strong {
  font-size: 20px;
  font-weight: 500;
  color: #ffec6f;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_risk > p strong,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk > p strong {
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02::after {
  content: "";
  position: absolute;
  top: 1040px;
  left: calc(50% + 89px);
  z-index: -1;
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  background: radial-gradient(circle, #30C7F9 0%, #4DE5E0 100%);
  opacity: 0.3;
  filter: blur(150px);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02::after {
    top: min(1204px, 1204px + -164 * (100vw - 390px) / 1049);
    left: calc(50% + max(-231px, -231px + 320 * (100vw - 390px) / 1049));
    width: max(705px, 705px + 295 * (100vw - 390px) / 1049);
    height: max(705px, 705px + 295 * (100vw - 390px) / 1049);
  }
}
main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 20px;
  height: 320px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li {
    grid-template-columns: max(150px, 150px + 90 * (100vw - 390px) / 1049) minmax(0, 1fr);
    gap: max(20px, 20px + 0 * (100vw - 390px) / 1049);
    height: max(300px, 300px + 20 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li {
    grid-template-columns: 150px minmax(0, 1fr);
    height: auto;
  }
}
@media screen and (max-width: 389px) {
  main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li {
    grid-template-columns: max(120px, 120px + 30 * (100vw - 320px) / 69) minmax(0, 1fr);
  }
}
main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li picture img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li picture img {
  width: 100%;
}
main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div h3 {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  padding: 15px 0;
  padding-left: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div h3 {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
    padding: max(8px, 8px + 7 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 767px) {
  main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div h3 {
    padding-left: 0;
  }
}
main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div h3::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 65px;
  height: 65px;
  background: rgba(255, 255, 255, 0.2);
  clip-path: polygon(0 10%, 10% 0, 50% 40%, 90% 0, 100% 10%, 60% 50%, 100% 90%, 90% 100%, 50% 60%, 10% 100%, 0 90%, 40% 50%);
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div h3::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div h3::before {
    width: max(40px, 40px + 25 * (100vw - 390px) / 1049);
    height: max(40px, 40px + 25 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div h3::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div h3::before {
    top: 5px;
    left: -8px;
  }
}
main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div p {
  margin-top: 16px;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div p {
    margin-top: max(0px, 0px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div {
    display: contents;
  }
  main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div h3 {
    align-self: center;
  }
  main.top section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.extraction-case > .inner .extraction-case_risk .extraction-case_list02 li div p {
    grid-column: 1/-1;
  }
}
main.top section.next-treatment,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment {
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
  padding: 150px 0 100px;
}
@media screen and (max-width: 1439px) {
  main.top section.next-treatment,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment {
    padding-top: max(50px, 50px + 100 * (100vw - 390px) / 1049);
    padding-bottom: max(50px, 50px + 50 * (100vw - 390px) / 1049);
  }
}
main.top section.next-treatment .next-treatment_img01,
main.top section.next-treatment .next-treatment_img02,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .next-treatment_img01,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .next-treatment_img02 {
  position: absolute;
}
main.top section.next-treatment .next-treatment_img01 img,
main.top section.next-treatment .next-treatment_img02 img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .next-treatment_img01 img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .next-treatment_img02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top section.next-treatment .next-treatment_img01,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .next-treatment_img01 {
  width: 720px;
  top: -55px;
  left: calc(50% - 820px);
}
@media screen and (max-width: 1439px) {
  main.top section.next-treatment .next-treatment_img01,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .next-treatment_img01 {
    width: max(335px, 335px + 385 * (100vw - 390px) / 1049);
    left: min(-85px, -85px + -15 * (100vw - 390px) / 1049);
    top: min(-35px, -35px + -20 * (100vw - 390px) / 1049);
  }
}
main.top section.next-treatment .next-treatment_img02,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .next-treatment_img02 {
  width: 760px;
  bottom: -50px;
  right: calc(50% - 860px);
}
@media screen and (max-width: 1439px) {
  main.top section.next-treatment .next-treatment_img02,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .next-treatment_img02 {
    width: max(430px, 430px + 330 * (100vw - 390px) / 1049);
    right: min(-90px, -90px + -50 * (100vw - 390px) / 1049);
    bottom: min(-10px, -10px + -40 * (100vw - 390px) / 1049);
  }
}
main.top section.next-treatment .inner h2,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  color: #333333;
}
main.top section.next-treatment .inner h2 .label,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .label {
  display: block;
  width: 600px;
  padding: 11.5px 20px;
  margin: 0 auto;
  background: linear-gradient(-68.4737636116deg, #23709c 0.37125%, #3c4d5a 98.64%);
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.1);
  font-size: 40px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.next-treatment .inner h2 .label,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .label {
    width: max(248px, 248px + 352 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    padding: max(9.5px, 9.5px + 2 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.next-treatment .inner h2 .title_wrap,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.next-treatment .inner h2 .title_wrap,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap {
    gap: max(0px, 0px + 5 * (100vw - 390px) / 1049);
    margin-top: max(11px, 11px + 13 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.next-treatment .inner h2 .title_wrap,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap {
    display: block;
  }
}
main.top section.next-treatment .inner h2 .title_wrap .lead,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap .lead {
  position: relative;
  z-index: 0;
  display: block;
  font-size: 64px;
  line-height: normal;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  main.top section.next-treatment .inner h2 .title_wrap .lead,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap .lead {
    font-size: max(32px, 32px + 32 * (100vw - 390px) / 1049);
  }
}
main.top section.next-treatment .inner h2 .title_wrap .lead::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap .lead::after {
  content: attr(data-text);
  position: absolute;
  top: 1em;
  left: 0;
  z-index: -1;
  background: linear-gradient(to bottom, #ffffff 20.109%, rgba(243, 240, 240, 0.5) 37.761%, rgba(207, 207, 207, 0.8) 90.217%);
  -webkit-background-clip: text;
  background-clip: text;
  transform: scaleY(-1);
  color: transparent;
}
@media screen and (max-width: 767px) {
  main.top section.next-treatment .inner h2 .title_wrap .lead::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap .lead::after {
    left: 50%;
    transform: translateX(-50%) scaleY(-1);
  }
}
main.top section.next-treatment .inner h2 .title_wrap .finish,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap .finish {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  main.top section.next-treatment .inner h2 .title_wrap .finish,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap .finish {
    justify-content: center;
    margin-top: 18px;
  }
}
main.top section.next-treatment .inner h2 .title_wrap .finish .start,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap .finish .start {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main.top section.next-treatment .inner h2 .title_wrap .finish .start strong,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap .finish .start strong {
  display: block;
  font-size: 88px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  white-space: nowrap;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.next-treatment .inner h2 .title_wrap .finish .start strong,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap .finish .start strong {
    font-size: max(48px, 48px + 40 * (100vw - 390px) / 1049);
  }
}
main.top section.next-treatment .inner h2 .title_wrap .finish .start .stars,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap .finish .start .stars {
  display: flex;
  justify-content: space-between;
  width: 306px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  main.top section.next-treatment .inner h2 .title_wrap .finish .start .stars,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap .finish .start .stars {
    width: max(170px, 170px + 136 * (100vw - 390px) / 1049);
  }
}
main.top section.next-treatment .inner h2 .title_wrap .finish .start .stars img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap .finish .start .stars img {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1439px) {
  main.top section.next-treatment .inner h2 .title_wrap .finish .start .stars img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap .finish .start .stars img {
    width: max(20px, 20px + 5 * (100vw - 390px) / 1049);
    height: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.next-treatment .inner h2 .title_wrap .finish small,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap .finish small {
  display: block;
  font-size: 40px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  main.top section.next-treatment .inner h2 .title_wrap .finish small,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner h2 .title_wrap .finish small {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
main.top section.next-treatment .inner > p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner > p {
  margin-top: 47px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.next-treatment .inner > p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.next-treatment .inner > p {
    margin-top: max(31px, 31px + 16 * (100vw - 390px) / 1049);
  }
}
main.top section.tooth-loss-risk > h2,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > h2 {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  height: 180px;
  background: #23709c;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 1439px) {
  main.top section.tooth-loss-risk > h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > h2 {
    height: max(108px, 108px + 72 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
main.top section.tooth-loss-risk > h2::before, main.top section.tooth-loss-risk > h2::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > h2::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > h2::after {
  content: "";
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: rgba(255, 255, 255, 0.1);
}
main.top section.tooth-loss-risk > h2::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > h2::before {
  width: 480px;
  height: 100%;
}
@media screen and (max-width: 1439px) {
  main.top section.tooth-loss-risk > h2::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > h2::before {
    width: max(140px, 140px + 340 * (100vw - 390px) / 1049);
  }
}
main.top section.tooth-loss-risk > h2::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > h2::after {
  width: 230px;
  height: 100px;
}
@media screen and (max-width: 1439px) {
  main.top section.tooth-loss-risk > h2::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > h2::after {
    width: max(80px, 80px + 150 * (100vw - 390px) / 1049);
    height: max(61px, 61px + 39 * (100vw - 390px) / 1049);
  }
}
main.top section.tooth-loss-risk > h2 .triangle,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > h2 .triangle {
  filter: drop-shadow(0 10px 20px rgba(51, 51, 51, 0.1));
  width: 200px;
  height: 50px;
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 1439px) {
  main.top section.tooth-loss-risk > h2 .triangle,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > h2 .triangle {
    width: max(45px, 45px + 155 * (100vw - 390px) / 1049);
    height: max(25px, 25px + 25 * (100vw - 390px) / 1049);
  }
}
main.top section.tooth-loss-risk > h2 .triangle::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > h2 .triangle::before {
  content: "";
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #23709c;
}
main.top section.tooth-loss-risk > ul.tooth-loss-risk_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  main.top section.tooth-loss-risk > ul.tooth-loss-risk_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list {
    grid-template-columns: 1fr;
  }
}
main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li {
  --risk-card-overlay: rgba(35, 112, 156, 0.03);
  position: relative;
  overflow: hidden;
  padding: 60px;
  background-color: #e9f7ff;
}
@media screen and (max-width: 1439px) {
  main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li {
    padding: max(52px, 52px + 8 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049) max(30px, 30px + 30 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(1), main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(2),
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(1),
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(2) {
  padding-top: 70px;
}
@media screen and (max-width: 1439px) {
  main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(1), main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(2),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(1),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(2) {
    padding-top: max(52px, 52px + 18 * (100vw - 390px) / 1049);
  }
}
main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(2), main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(3),
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(2),
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(3) {
  --risk-card-overlay: rgba(60, 77, 90, 0.03);
  background-color: #f0f5ff;
}
main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(2) .check, main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(3) .check,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(2) .check,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(3) .check {
  border-color: #5A7991;
  background-color: #3c4d5a;
}
main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(2) h3, main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(3) h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(2) h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(3) h3 {
  color: #3c4d5a;
}
@media screen and (max-width: 767px) {
  main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(odd),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(odd) {
    background-color: #e9f7ff;
  }
  main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(odd) .check,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(odd) .check {
    border-color: #4993BD;
    background-color: #23709c;
  }
  main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(odd) h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(odd) h3 {
    color: #23709c;
  }
}
@media screen and (max-width: 767px) {
  main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(even),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(even) {
    background-color: #f0f5ff;
    --risk-card-overlay: rgba(60, 77, 90, 0.03);
  }
  main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(even) .check,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(even) .check {
    border-color: #5A7991;
    background-color: #3c4d5a;
  }
  main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(even) h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li:nth-child(even) h3 {
    color: #3c4d5a;
  }
}
main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li::before, main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--risk-card-overlay);
  pointer-events: none;
}
main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li::before {
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li::after {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li > *,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li > * {
  position: relative;
  z-index: 1;
}
main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li .check,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li .check {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 5px solid #4993BD;
  border-radius: 50%;
  background: #23709c url("../img/icon_check_white_bold.png") center/40px auto no-repeat;
}
@media screen and (max-width: 1439px) {
  main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li .check,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li .check {
    width: max(60px, 60px + 20 * (100vw - 390px) / 1049);
    height: max(60px, 60px + 20 * (100vw - 390px) / 1049);
    background-size: max(27px, 27px + 13 * (100vw - 390px) / 1049) auto;
  }
}
main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li h3 {
  margin-top: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08em;
  text-align: center;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li h3 {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.tooth-loss-risk > ul.tooth-loss-risk_list li p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.tooth-loss-risk > ul.tooth-loss-risk_list li p {
    margin-top: max(11px, 11px + 13 * (100vw - 390px) / 1049);
  }
}
main.top section.treatment-options .inner h2,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner h2 {
  display: grid;
  place-items: center;
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.1);
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  color: #23709c;
  padding: 24.5px 0;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-options .inner h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner h2 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
    padding: max(18px, 18px + 6.5 * (100vw - 390px) / 1049) 0;
  }
}
@media screen and (max-width: 389px) {
  main.top section.treatment-options .inner h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.top section.treatment-options .inner .treatment-options_lead,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner .treatment-options_lead {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-options .inner .treatment-options_lead,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner .treatment-options_lead {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.treatment-options .inner > ul,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner > ul {
  display: grid;
  grid-template-columns: repeat(3, 350px);
  gap: 25px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-options .inner > ul,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: max(20px, 20px + 5 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.treatment-options .inner > ul,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner > ul {
    grid-template-columns: 1fr;
  }
}
main.top section.treatment-options .inner > ul > li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner > ul > li {
  --treatment-color: #659549;
  --treatment-bg: #eff6eb;
  position: relative;
  padding-top: 34px;
}
main.top section.treatment-options .inner > ul > li.yellow,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner > ul > li.yellow {
  --treatment-color: #ab9724;
  --treatment-bg: #fbf6d9;
}
main.top section.treatment-options .inner > ul > li.blue,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner > ul > li.blue {
  --treatment-color: #23709c;
  --treatment-bg: #e9f7ff;
}
main.top section.treatment-options .inner > ul > li h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner > ul > li h3 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 210px;
  height: 55px;
  background: var(--treatment-color);
  box-shadow: 0 5px 8px rgba(51, 51, 51, 0.2);
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.08em;
  color: #ffffff;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-options .inner > ul > li h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner > ul > li h3 {
    width: max(180px, 180px + 30 * (100vw - 390px) / 1049);
    height: max(50px, 50px + 5 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.treatment-options .inner > ul > li h3::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner > ul > li h3::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  border-width: 10px 12px 0;
  border-style: solid;
  border-color: var(--treatment-color) transparent transparent;
  transform: translateX(-50%);
}
main.top section.treatment-options .inner > ul > li > div,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner > ul > li > div {
  padding: 50px 25px 30px;
  background: var(--treatment-bg);
  border-radius: 10px;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-options .inner > ul > li > div,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner > ul > li > div {
    padding: max(40px, 40px + 10 * (100vw - 390px) / 1049) max(20px, 20px + 5 * (100vw - 390px) / 1049) max(25px, 25px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.treatment-options .inner > ul > li > div img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner > ul > li > div img {
  width: 100%;
  margin: 0 auto;
}
main.top section.treatment-options .inner > ul > li > div p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner > ul > li > div p {
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-options .inner > ul > li > div p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-options .inner > ul > li > div p {
    margin-top: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.implant,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant {
  position: relative;
  overflow: hidden;
  padding: 100px 0 210px;
  background: linear-gradient(45deg, #23709c, #023c5e);
}
@media screen and (max-width: 1439px) {
  main.top section.implant,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant {
    padding-top: max(50px, 50px + 50 * (100vw - 390px) / 1049);
    padding-bottom: max(50px, 50px + 160 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.implant,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant {
    background: linear-gradient(45deg, #23709c, #023c5e);
  }
}
main.top section.implant::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant::before {
  content: "";
  position: absolute;
  top: -397px;
  left: 50%;
  z-index: 0;
  width: 1219px;
  height: 1219px;
  background: radial-gradient(circle, #30C7F9 0%, #4DE5E0 100%);
  opacity: 0.3;
  border-radius: 50%;
  filter: blur(150px);
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  main.top section.implant::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant::before {
    top: min(-381px, -381px + -16 * (100vw - 390px) / 1049);
    width: max(675px, 675px + 544 * (100vw - 390px) / 1049);
    height: max(675px, 675px + 544 * (100vw - 390px) / 1049);
  }
}
main.top section.implant::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 1037px;
  height: 737px;
  background-image: linear-gradient(to top right, transparent 50%, rgba(255, 255, 255, 0.05) 50%), linear-gradient(to top right, transparent 50%, rgba(255, 255, 255, 0.05) 50%);
  background-position: right top, right top;
  background-size: 100% 100%, 670px 470px;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  main.top section.implant::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant::after {
    width: max(390px, 390px + 647 * (100vw - 390px) / 1049);
    height: max(257.536px, 257.536px + 479.464 * (100vw - 390px) / 1049);
    background-size: 100% 100%, max(252px, 252px + 418 * (100vw - 390px) / 1049) max(164.563px, 164.563px + 305.437 * (100vw - 390px) / 1049);
  }
}
main.top section.implant .implant_title,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .implant_title {
  position: relative;
  z-index: 1;
  height: 414px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.implant .implant_title,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .implant_title {
    height: max(222px, 222px + 192 * (100vw - 390px) / 1049);
  }
}
main.top section.implant .implant_title img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .implant_title img {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 153px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  main.top section.implant .implant_title img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .implant_title img {
    width: max(80px, 80px + 73 * (100vw - 390px) / 1049);
  }
}
main.top section.implant .implant_title .en,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .implant_title .en {
  position: absolute;
  top: 94px;
  left: 50%;
  margin: 0;
  font-size: 160px;
  line-height: normal;
  letter-spacing: 0.1em;
  line-height: 0.6;
  color: rgba(255, 255, 255, 0.2);
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  main.top section.implant .implant_title .en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .implant_title .en {
    top: max(50px, 50px + 44 * (100vw - 390px) / 1049);
    font-size: max(80px, 80px + 80 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.implant .implant_title .en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .implant_title .en {
    font-size: max(60px, 60px + 20 * (100vw - 320px) / 69);
  }
}
main.top section.implant .implant_title h2,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .implant_title h2 {
  position: relative;
  z-index: 2;
  padding-top: 194px;
  font-family: "Noto Serif JP", serif;
  font-size: 56px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.implant .implant_title h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .implant_title h2 {
    padding-top: max(100px, 100px + 94 * (100vw - 390px) / 1049);
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.implant .implant_title h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .implant_title h2 {
    font-size: max(28px, 28px + 4 * (100vw - 320px) / 69);
  }
}
main.top section.implant .inner,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner {
  z-index: 1;
}
main.top section.implant .inner .implant_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list {
  display: grid;
  gap: 80px;
}
@media screen and (max-width: 1439px) {
  main.top section.implant .inner .implant_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list {
    gap: max(20px, 20px + 60 * (100vw - 390px) / 1049);
  }
}
main.top section.implant .inner .implant_list li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li {
  position: relative;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  isolation: isolate;
}
@media screen and (max-width: 1439px) {
  main.top section.implant .inner .implant_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li {
    grid-template-columns: max(270px, 270px + 110 * (100vw - 390px) / 1049) 1fr;
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.implant .inner .implant_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li {
    grid-template-columns: 1fr;
  }
}
main.top section.implant .inner .implant_list li::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 0;
  width: calc(100% - 40px);
  height: 100%;
  background: linear-gradient(55.5809deg, rgba(2, 60, 94, 0.8) 8.3872%, rgba(2, 60, 94, 0.08) 92.19%);
}
@media screen and (max-width: 1439px) {
  main.top section.implant .inner .implant_list li::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li::before {
    left: max(0px, 0px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.implant .inner .implant_list li::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li::before {
    left: 0;
    opacity: 0.8;
    background: linear-gradient(79deg, #023C5E 8.39%, rgba(2, 60, 94, 0.1) 92.19%);
    height: calc(100% - 40px);
    width: 100%;
  }
}
main.top section.implant .inner .implant_list li picture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li picture {
  position: relative;
  z-index: 1;
  display: block;
  align-self: center;
  width: 380px;
  height: 280px;
}
@media screen and (max-width: 1439px) {
  main.top section.implant .inner .implant_list li picture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li picture {
    width: max(270px, 270px + 110 * (100vw - 390px) / 1049);
    height: max(190px, 190px + 90 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.implant .inner .implant_list li picture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li picture {
    margin: 0 auto;
  }
}
main.top section.implant .inner .implant_list li picture img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top section.implant .inner .implant_list li:nth-child(odd) > div,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(odd) > div {
  padding-right: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.implant .inner .implant_list li:nth-child(odd) > div,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(odd) > div {
    padding-right: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.implant .inner .implant_list li:nth-child(odd) > div,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(odd) > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main.top section.implant .inner .implant_list li > div,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li > div {
  position: relative;
  z-index: 1;
  color: #ffffff;
  padding-bottom: 20px;
}
main.top section.implant .inner .implant_list li > div .num,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li > div .num {
  font-size: 100px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 7px;
  line-height: 0.63;
  display: inline-block;
}
@media screen and (max-width: 1439px) {
  main.top section.implant .inner .implant_list li > div .num,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li > div .num {
    font-size: max(64px, 64px + 36 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.implant .inner .implant_list li > div .num,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li > div .num {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
main.top section.implant .inner .implant_list li > div h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li > div h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  main.top section.implant .inner .implant_list li > div h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li > div h3 {
    padding-bottom: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.implant .inner .implant_list li > div h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li > div h3 {
    margin-top: 0;
  }
}
main.top section.implant .inner .implant_list li > div p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li > div p {
  margin-top: 24px;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.implant .inner .implant_list li > div p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li > div p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.implant .inner .implant_list li:nth-child(5) > div .num,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(5) > div .num {
    font-size: 80px;
  }
}
main.top section.implant .inner .implant_list li:nth-child(even),
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(even) {
  grid-template-columns: 620px 380px;
  padding-right: 0;
  padding-left: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.implant .inner .implant_list li:nth-child(even),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) max(270px, 270px + 110 * (100vw - 390px) / 1049);
    padding-left: max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.implant .inner .implant_list li:nth-child(even),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(even) {
    grid-template-columns: 1fr;
    padding-left: 0;
  }
}
main.top section.implant .inner .implant_list li:nth-child(even)::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(even)::before {
  left: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  main.top section.implant .inner .implant_list li:nth-child(even)::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(even)::before {
    transform: none;
  }
}
main.top section.implant .inner .implant_list li:nth-child(even) picture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(even) picture {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  main.top section.implant .inner .implant_list li:nth-child(even) picture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(even) picture {
    grid-column: auto;
    grid-row: auto;
  }
}
main.top section.implant .inner .implant_list li:nth-child(even) > div,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(even) > div {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 767px) {
  main.top section.implant .inner .implant_list li:nth-child(even) > div,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(even) > div {
    grid-column: auto;
    grid-row: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
main.top section.implant .inner .implant_list li:nth-child(3)::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(3)::before {
  background: linear-gradient(55.5809deg, rgba(2, 60, 94, 0.8) 8.3872%, rgba(2, 60, 94, 0.08) 93.178%);
}
@media screen and (max-width: 767px) {
  main.top section.implant .inner .implant_list li:nth-child(3)::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(3)::before {
    background: linear-gradient(78.8431deg, rgba(2, 60, 94, 0.8) 8.3872%, rgba(2, 60, 94, 0.08) 92.19%);
  }
}
main.top section.implant .inner .implant_list li:nth-child(5)::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(5)::before {
  background: linear-gradient(55.5809deg, rgba(2, 60, 94, 0.8) 4.3005%, rgba(2, 60, 94, 0.08) 88.103%);
}
@media screen and (max-width: 767px) {
  main.top section.implant .inner .implant_list li:nth-child(5)::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant .inner .implant_list li:nth-child(5)::before {
    background: linear-gradient(78.8431deg, rgba(2, 60, 94, 0.8) 8.3872%, rgba(2, 60, 94, 0.08) 92.19%);
  }
}
main.top section.case,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case {
  overflow: hidden;
  background: #ffffff;
}
main.top section.case .case_slider,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider {
  --case-gap: 40px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider {
    --case-gap: max(20px, calc(20px + (40 - 20) * ((100vw - 390px) / (1439 - 390))));
  }
}
main.top section.case .case_slider .splide__track,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .splide__track {
  overflow: visible;
}
main.top section.case .case_slider .case_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list {
  display: flex;
}
main.top section.case .case_slider .case_list .case_card,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card {
  flex: 0 0 640px;
  padding: 40px;
  border: 1px solid #23709c;
  background: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider .case_list .case_card,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card {
    flex-basis: max(350px, 350px + 290 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.case .case_slider .case_list .case_card,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card {
    border-color: #dfdfdf;
  }
}
@media screen and (max-width: 389px) {
  main.top section.case .case_slider .case_list .case_card,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card {
    flex-basis: calc(100vw - 30px);
  }
}
main.top section.case .case_slider .case_list .case_card .case_num,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card .case_num {
  font-family: "Cormorant Unicase", serif;
  font-size: 48px;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider .case_list .case_card .case_num,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card .case_num {
    font-size: max(32px, 32px + 16 * (100vw - 390px) / 1049);
  }
}
main.top section.case .case_slider .case_list .case_card .case_num span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card .case_num span {
  font-size: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider .case_list .case_card .case_num span,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card .case_num span {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
main.top section.case .case_slider .case_list .case_card h2,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card h2 {
  padding-bottom: 10px;
  margin-top: 24px;
  border-bottom: 1px solid #3c4d5a;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  color: #3c4d5a;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider .case_list .case_card h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card h2 {
    margin-top: max(10px, 10px + 14 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.top section.case .case_slider .case_list .case_card .case_photos,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card .case_photos {
  display: grid;
  grid-template-columns: 250px 20px 250px;
  gap: 20px;
  align-items: start;
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider .case_list .case_card .case_photos,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card .case_photos {
    grid-template-columns: max(140px, 140px + 110 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049) max(140px, 140px + 110 * (100vw - 390px) / 1049);
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.case .case_slider .case_list .case_card .case_photos,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card .case_photos {
    grid-template-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
  }
}
main.top section.case .case_slider .case_list .case_card .case_photos > div span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card .case_photos > div span {
  display: grid;
  place-items: center;
  height: 180px;
  background: #dfdfdf;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider .case_list .case_card .case_photos > div span,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card .case_photos > div span {
    height: max(95px, 95px + 85 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.top section.case .case_slider .case_list .case_card .case_photos > div small,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card .case_photos > div small {
  display: block;
  margin-top: 10px;
  font-family: "Cormorant Unicase", serif;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider .case_list .case_card .case_photos > div small,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card .case_photos > div small {
    margin-top: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
main.top section.case .case_slider .case_list .case_card .case_photos i,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card .case_photos i {
  width: 0;
  height: 0;
  margin-top: 70px;
  border-width: 15px 0 15px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider .case_list .case_card .case_photos i,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card .case_photos i {
    margin-top: max(37px, 37px + 33 * (100vw - 390px) / 1049);
    border-width: max(10px, 10px + 5 * (100vw - 390px) / 1049) 0 max(10px, 10px + 5 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.case .case_slider .case_list .case_card dl,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card dl {
  margin-top: 24px;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider .case_list .case_card dl,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card dl {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.case .case_slider .case_list .case_card dl dt,
main.top section.case .case_slider .case_list .case_card dl dd,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card dl dt,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card dl dd {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider .case_list .case_card dl dt,
  main.top section.case .case_slider .case_list .case_card dl dd,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card dl dt,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card dl dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.top section.case .case_slider .case_list .case_card dl dt,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card dl dt {
  justify-content: center;
  background: #3c4d5a;
  font-weight: 700;
  color: #ffffff;
  flex-basis: 100px;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider .case_list .case_card dl dt,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card dl dt {
    flex-basis: max(80px, 80px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.case .case_slider .case_list .case_card dl dd,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card dl dd {
  background: #fcfcfc;
  flex-basis: calc(100% - 100px);
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider .case_list .case_card dl dd,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_list .case_card dl dd {
    flex-basis: calc(100% - max(80px, 80px + 20 * (100vw - 390px) / 1049));
  }
}
main.top section.case .case_slider .case_slider_btn,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_slider_btn {
  position: absolute;
  top: 430px;
  left: 50%;
  display: flex;
  justify-content: space-between;
  width: 800px;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider .case_slider_btn,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_slider_btn {
    top: max(383px, 383px + 47 * (100vw - 390px) / 1049);
    width: max(380px, 380px + 420 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.case .case_slider .case_slider_btn,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_slider_btn {
    width: calc(100vw - 10px);
  }
}
main.top section.case .case_slider .case_slider_btn button,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_slider_btn button {
  position: relative;
  inset: auto;
  width: 100px;
  height: 100px;
  border: 1px solid #23709c;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider .case_slider_btn button,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_slider_btn button {
    width: max(40px, 40px + 60 * (100vw - 390px) / 1049);
    height: max(40px, 40px + 60 * (100vw - 390px) / 1049);
  }
}
main.top section.case .case_slider .case_slider_btn button::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_slider_btn button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #23709c;
  border-left: 2px solid #23709c;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 1439px) {
  main.top section.case .case_slider .case_slider_btn button::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_slider_btn button::before {
    width: max(8px, 8px + 12 * (100vw - 390px) / 1049);
    height: max(8px, 8px + 12 * (100vw - 390px) / 1049);
    border-bottom-width: max(1px, 1px + 1 * (100vw - 390px) / 1049);
    border-left-width: max(1px, 1px + 1 * (100vw - 390px) / 1049);
  }
}
main.top section.case .case_slider .case_slider_btn button:last-child::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.case .case_slider .case_slider_btn button:last-child::before {
  left: 47%;
  transform: translate(-50%, -50%) rotate(225deg);
}
main.top section.implant-reason .implant-reason_title,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title {
  position: relative;
  filter: drop-shadow(0 10px 20px rgba(51, 51, 51, 0.1));
}
main.top section.implant-reason .implant-reason_title::before, main.top section.implant-reason .implant-reason_title::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  z-index: 2;
  border-width: 50px 100px 0;
  border-style: solid;
  border-color: #23709c transparent transparent;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  main.top section.implant-reason .implant-reason_title::before, main.top section.implant-reason .implant-reason_title::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title::after {
    border-width: max(25px, 25px + 25 * (100vw - 390px) / 1049) max(20px, 20px + 80 * (100vw - 390px) / 1049) 0;
  }
}
main.top section.implant-reason .implant-reason_title::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title::after {
  border-color: rgba(255, 255, 255, 0.1);
}
main.top section.implant-reason .implant-reason_title .implant-reason_title_inner,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title .implant-reason_title_inner {
  position: relative;
  overflow: hidden;
  padding: 39px 20px 49px;
  background-color: #23709c;
  background-image: linear-gradient(to bottom right, transparent 50%, rgba(255, 255, 255, 0.1) 50%), linear-gradient(to bottom right, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
  background-position: right top, right 127px;
  background-size: 100% 290px, 48% 163px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1439px) {
  main.top section.implant-reason .implant-reason_title .implant-reason_title_inner,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title .implant-reason_title_inner {
    padding-top: max(20px, 20px + 19 * (100vw - 390px) / 1049);
    padding-bottom: max(20px, 20px + 29 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.implant-reason .implant-reason_title .implant-reason_title_inner,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title .implant-reason_title_inner {
    background-position: right top, right 53px;
    background-size: 140px 123px, 80px 70px;
  }
}
main.top section.implant-reason .implant-reason_title .implant-reason_title_inner picture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title .implant-reason_title_inner picture {
  position: absolute;
  top: -143px;
  left: calc(50% - 720px - 143px);
  z-index: 1;
  width: 540px;
}
@media screen and (max-width: 1439px) {
  main.top section.implant-reason .implant-reason_title .implant-reason_title_inner picture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title .implant-reason_title_inner picture {
    width: max(240px, 240px + 300 * (100vw - 390px) / 1049);
    top: min(-60px, -60px + -83 * (100vw - 390px) / 1049);
    left: min(-60px, -60px + -83 * (100vw - 390px) / 1049);
  }
}
main.top section.implant-reason .implant-reason_title .implant-reason_title_inner picture img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title .implant-reason_title_inner picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
main.top section.implant-reason .implant-reason_title .implant-reason_title_inner h2,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title .implant-reason_title_inner h2 {
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.implant-reason .implant-reason_title .implant-reason_title_inner h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title .implant-reason_title_inner h2 {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.implant-reason .implant-reason_title .implant-reason_title_inner h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title .implant-reason_title_inner h2 {
    font-size: max(18px, 18px + 6 * (100vw - 320px) / 69);
  }
}
main.top section.implant-reason .implant-reason_title .implant-reason_title_inner h2 .accent,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title .implant-reason_title_inner h2 .accent {
  position: relative;
  display: inline-block;
  font-size: 56px;
  color: #ffec6f;
}
@media screen and (max-width: 1439px) {
  main.top section.implant-reason .implant-reason_title .implant-reason_title_inner h2 .accent,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title .implant-reason_title_inner h2 .accent {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.implant-reason .implant-reason_title .implant-reason_title_inner h2 .accent,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title .implant-reason_title_inner h2 .accent {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
main.top section.implant-reason .implant-reason_title .implant-reason_title_inner h2 .accent .implant-reason_stars,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title .implant-reason_title_inner h2 .accent .implant-reason_stars {
  position: absolute;
  top: calc(100% - 2px);
  left: 15px;
  display: grid;
  grid-template-columns: repeat(4, 15px);
  gap: 45px;
  width: 195px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main.top section.implant-reason .implant-reason_title .implant-reason_title_inner h2 .accent .implant-reason_stars,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title .implant-reason_title_inner h2 .accent .implant-reason_stars {
    display: none;
  }
}
main.top section.implant-reason .implant-reason_title .implant-reason_title_inner h2 .accent .implant-reason_stars img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_title .implant-reason_title_inner h2 .accent .implant-reason_stars img {
  width: 15px;
  height: 15px;
}
main.top section.implant-reason .implant-reason_item,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item {
  --reason-color: #659549;
  padding: 90px 0 60px;
  background: #eff6eb;
}
@media screen and (max-width: 1439px) {
  main.top section.implant-reason .implant-reason_item,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item {
    padding-top: max(35px, 35px + 55 * (100vw - 390px) / 1049);
    padding-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.implant-reason .implant-reason_item.yellow,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item.yellow {
  --reason-color: #ab9724;
  padding-top: 60px;
  background: #fbf6d9;
}
@media screen and (max-width: 1439px) {
  main.top section.implant-reason .implant-reason_item.yellow,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item.yellow {
    padding-top: max(35px, 35px + 25 * (100vw - 390px) / 1049);
  }
}
main.top section.implant-reason .implant-reason_item.blue,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item.blue {
  --reason-color: #23709c;
  padding-top: 60px;
  background: #e9f7ff;
}
@media screen and (max-width: 1439px) {
  main.top section.implant-reason .implant-reason_item.blue,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item.blue {
    padding-top: max(35px, 35px + 25 * (100vw - 390px) / 1049);
  }
}
main.top section.implant-reason .implant-reason_item .inner h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item .inner h3 {
  display: grid;
  place-items: center;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(51, 51, 51, 0.1);
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
  color: var(--reason-color);
  padding: 18.5px 0;
}
@media screen and (max-width: 1439px) {
  main.top section.implant-reason .implant-reason_item .inner h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item .inner h3 {
    box-shadow: 0 max(5px, 5px + 5 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049) rgba(51, 51, 51, 0.1);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
    padding: max(9.5px, 9.5px + 9 * (100vw - 390px) / 1049) 0;
  }
}
main.top section.implant-reason .implant-reason_item .inner .grid,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item .inner .grid {
  --grid-img-pc: 320px;
  --grid-img-sp: 350px;
  --grid-gap-pc: 40px;
  --grid-gap-sp: 20px;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.implant-reason .implant-reason_item .inner .grid,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item .inner .grid {
    grid-template-columns: max(250px, 250px + 70 * (100vw - 768px) / 671) minmax(0, 1fr);
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.implant-reason .implant-reason_item .inner .grid,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item .inner .grid {
    grid-template-columns: 1fr;
  }
}
main.top section.implant-reason .implant-reason_item .inner .grid .grid_img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item .inner .grid .grid_img {
  display: block;
}
main.top section.implant-reason .implant-reason_item .inner .grid .grid_img img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item .inner .grid .grid_img img {
  width: 100%;
}
main.top section.implant-reason .implant-reason_item .inner .grid .grid_text,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item .inner .grid .grid_text {
  align-self: center;
}
@media screen and (max-width: 767px) {
  main.top section.implant-reason .implant-reason_item .inner .grid .grid_text,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item .inner .grid .grid_text {
    margin-top: 0;
  }
}
main.top section.implant-reason .implant-reason_item.yellow .inner .grid .grid_text, main.top section.implant-reason .implant-reason_item.blue .inner .grid .grid_text,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item.yellow .inner .grid .grid_text,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item.blue .inner .grid .grid_text {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main.top section.implant-reason .implant-reason_item.yellow .inner .grid .grid_text, main.top section.implant-reason .implant-reason_item.blue .inner .grid .grid_text,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item.yellow .inner .grid .grid_text,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.implant-reason .implant-reason_item.blue .inner .grid .grid_text {
    line-height: 1.8;
  }
}
main.top section.treatment-lineup,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup {
  position: relative;
  overflow: hidden;
}
main.top section.treatment-lineup .treatment-lineup_bg,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .treatment-lineup_bg {
  position: absolute;
  top: -120px;
  right: calc(50% - 720px - 120px);
  width: 740px;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .treatment-lineup_bg,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .treatment-lineup_bg {
    width: max(360px, 360px + 380 * (100vw - 390px) / 1049);
    top: min(-80px, -80px + -40 * (100vw - 390px) / 1049);
    right: min(-80px, -80px + -40 * (100vw - 390px) / 1049);
  }
}
main.top section.treatment-lineup .treatment-lineup_bg img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .treatment-lineup_bg img {
  width: 100%;
  height: 100%;
}
main.top section.treatment-lineup .inner,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner {
  z-index: 1;
}
main.top section.treatment-lineup .inner .treatment-lineup_title,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title {
  width: max-content;
  margin-left: 174px;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title {
    margin-left: max(0px, 0px + 174 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title {
    width: 100%;
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_title > div,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title > div {
  position: relative;
  width: 504px;
  height: 159px;
  margin-left: 42px;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title > div,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title > div {
    width: max(262px, 262px + 242 * (100vw - 390px) / 1049);
    height: max(133px, 133px + 26 * (100vw - 390px) / 1049);
    margin-left: max(0px, 0px + 42 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title > div,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title > div {
    width: 100%;
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_title > div > span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title > div > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 120px;
  height: 120px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  border-radius: 50%;
  color: #3c4d5a;
  background: #ffec6f;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title > div > span,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title > div > span {
    width: max(90px, 90px + 30 * (100vw - 390px) / 1049);
    height: max(90px, 90px + 30 * (100vw - 390px) / 1049);
    font-size: max(12px, 12px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_title > div > span::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title > div > span::after {
  content: "";
  position: absolute;
  right: 8.8px;
  bottom: 15.3px;
  width: 11.2px;
  height: 10.7px;
  clip-path: polygon(0 0, 100% 100%, 15% 97%);
  background: #ffec6f;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title > div > span::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title > div > span::after {
    right: max(8.2px, 8.2px + 0.6 * (100vw - 390px) / 1049);
    bottom: max(10.4px, 10.4px + 4.9 * (100vw - 390px) / 1049);
    width: max(7.8px, 7.8px + 3.4 * (100vw - 390px) / 1049);
    height: max(7.1px, 7.1px + 3.6 * (100vw - 390px) / 1049);
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_title > div picture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title > div picture {
  position: absolute;
  z-index: 2;
  top: 19px;
  left: 64px;
  width: 150px;
  height: 140px;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title > div picture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title > div picture {
    top: max(13px, 13px + 6 * (100vw - 390px) / 1049);
    left: max(45px, 45px + 19 * (100vw - 390px) / 1049);
    width: max(120px, 120px + 30 * (100vw - 390px) / 1049);
    height: max(112px, 112px + 28 * (100vw - 390px) / 1049);
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_title > div picture img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title > div picture img {
  width: 100%;
  height: 100%;
}
main.top section.treatment-lineup .inner .treatment-lineup_title > div p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title > div p {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #3c4d5a;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title > div p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title > div p {
    font-size: max(16px, 16px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title > div p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title > div p {
    right: 50%;
    transform: translateX(50%);
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_title > div p strong,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title > div p strong {
  font-size: 48px;
  font-weight: 500;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title > div p strong,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title > div p strong {
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_title h2,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title h2 {
  position: relative;
  height: 101px;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title h2 {
    height: max(94px, 94px + 7 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-inline: auto;
    line-height: 1.5;
  }
}
@media screen and (max-width: 389px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title h2 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_title h2 strong,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title h2 strong {
  font-size: 56px;
  font-weight: 600;
  color: #23709c;
  position: relative;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title h2 strong,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title h2 strong {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title h2 strong,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title h2 strong {
    padding-bottom: 0;
    line-height: 1.5;
  }
}
@media screen and (max-width: 389px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title h2 strong,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title h2 strong {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_title h2 strong::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title h2 strong::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 483px;
  height: 6px;
  background: url("../img/treatment-lineup_waveline.png") center/100% 100% no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title h2 strong::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title h2 strong::after {
    bottom: max(0px, 0px + 6 * (100vw - 390px) / 1049);
    width: max(279px, 279px + 204 * (100vw - 390px) / 1049);
    height: max(5px, 5px + 1 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.treatment-lineup .inner .treatment-lineup_title h2 strong::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_title h2 strong::after {
    background-image: url("../img/treatment-lineup_waveline_sp.png");
    bottom: -1.5em;
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_lead,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_lead {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_lead,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_lead {
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list {
    row-gap: max(20px, 20px + 40 * (100vw - 390px) / 1049);
    column-gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.treatment-lineup .inner .treatment-lineup_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list {
    display: block;
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_list li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li {
  position: relative;
  padding-top: 205px;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li {
    padding-top: max(160px, 160px + 45 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.treatment-lineup .inner .treatment-lineup_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li {
    padding-top: max(120px, 120px + 40 * (100vw - 320px) / 69);
  }
}
@media screen and (max-width: 767px) {
  main.top section.treatment-lineup .inner .treatment-lineup_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main.top section.treatment-lineup .inner .treatment-lineup_list li:first-child,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  main.top section.treatment-lineup .inner .treatment-lineup_list li:nth-child(3),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li:nth-child(3) {
    height: 501px;
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_list li > .num,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li > .num {
  position: absolute;
  top: 0;
  left: 40px;
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 49px;
  font-weight: 400;
  color: #23709c;
  line-height: 0.7;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_list li > .num,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li > .num {
    left: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    font-size: max(40px, 40px + 9 * (100vw - 390px) / 1049);
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_list li > .num span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li > .num span {
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_list li > .num span,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li > .num span {
    font-size: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_list li > picture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li > picture {
  position: absolute;
  top: 54px;
  left: 40px;
  right: 80px;
  z-index: 1;
  height: auto;
  aspect-ratio: 410/260;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_list li > picture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li > picture {
    top: max(41px, 41px + 13 * (100vw - 390px) / 1049);
    left: max(20px, 20px + 20 * (100vw - 768px) / 671);
    right: max(20px, 20px + 60 * (100vw - 768px) / 671);
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_list li > picture img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li > picture img {
  width: 100%;
  height: 100%;
}
main.top section.treatment-lineup .inner .treatment-lineup_list li > div,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li > div {
  padding: 125px 40px 60px;
  height: 100%;
  background: linear-gradient(123.0371deg, rgba(35, 112, 156, 0.15) 2.2148%, rgba(35, 112, 156, 0) 96.482%);
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_list li > div,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li > div {
    padding: max(70px, 70px + 55 * (100vw - 768px) / 671) max(20px, 20px + 20 * (100vw - 390px) / 1049) max(20px, 20px + 40 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.treatment-lineup .inner .treatment-lineup_list li > div,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li > div {
    padding: max(91px, 91px + 34 * (100vw - 390px) / 1049) max(20px, 20px + 20 * (100vw - 390px) / 1049) max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_list li > div h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li > div h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_list li > div h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li > div h3 {
    font-size: max(24px, 24px + 8 * (100vw - 390px) / 1049);
  }
}
main.top section.treatment-lineup .inner .treatment-lineup_list li > div p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li > div p {
  margin-top: 24px;
}
@media screen and (max-width: 1439px) {
  main.top section.treatment-lineup .inner .treatment-lineup_list li > div p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li > div p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
    font-size: 16px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.treatment-lineup .inner .treatment-lineup_list li > div p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.treatment-lineup .inner .treatment-lineup_list li > div p {
    font-size: 14px;
  }
}
main.top section.features,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features {
  position: relative;
  overflow: hidden;
  background: linear-gradient(45deg, #3c4d5a 58%, #23709c 100%);
}
main.top section.features::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features::before {
  content: "";
  position: absolute;
  top: 1353px;
  left: -564px;
  z-index: 0;
  width: 1467px;
  height: 1467px;
  border-radius: 50%;
  background: radial-gradient(circle, #4de5e0 0%, #30c7f9 100%);
  opacity: 0.15;
  filter: blur(150px);
  pointer-events: none;
}
@media screen and (max-width: 1439px) {
  main.top section.features::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features::before {
    top: max(639px, 639px + 714 * (100vw - 390px) / 1049);
    left: min(-346px, -346px + -218 * (100vw - 390px) / 1049);
    width: max(683px, 683px + 784 * (100vw - 390px) / 1049);
    height: max(683px, 683px + 784 * (100vw - 390px) / 1049);
  }
}
main.top section.features::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features::after {
  content: "";
  position: absolute;
  top: 1542px;
  left: 127px;
  z-index: 0;
  display: none;
  width: 654px;
  height: 654px;
  border-radius: 50%;
  background: radial-gradient(circle, #4de5e0 0%, #30c7f9 100%);
  opacity: 0.15;
  filter: blur(150px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main.top section.features::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features::after {
    display: block;
  }
}
main.top section.features .features_bg,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  transform: translateX(-50%);
}
main.top section.features .features_bg img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top section.features .features_title,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title {
  position: relative;
  z-index: 1;
  width: 866px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.features .features_title,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title {
    width: max(350px, 350px + 516 * (100vw - 390px) / 1049);
    margin-bottom: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.features .features_title .en,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title .en {
  font-size: 160px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.features .features_title .en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title .en {
    font-size: max(64px, 64px + 96 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.features .features_title .en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title .en {
    font-size: max(48px, 48px + 16 * (100vw - 320px) / 69);
    text-align: center;
  }
}
main.top section.features .features_title h2,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title h2 {
  position: relative;
  display: grid;
  grid-template-columns: 190px 620px;
  width: 810px;
  height: 210px;
  margin-left: 113px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.features .features_title h2,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title h2 {
    grid-template-columns: max(82px, 82px + 108 * (100vw - 390px) / 1049) max(250px, 250px + 370 * (100vw - 390px) / 1049);
    width: max(332px, 332px + 478 * (100vw - 390px) / 1049);
    height: max(114px, 114px + 96 * (100vw - 390px) / 1049);
    margin-left: max(9px, 9px + 104 * (100vw - 390px) / 1049);
  }
}
main.top section.features .features_title h2 > span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title h2 > span {
  grid-row: 1/span 2;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 210px;
  background: url("../img/icon_circle_border.png") center/contain no-repeat;
  font-size: 56px;
}
@media screen and (max-width: 1439px) {
  main.top section.features .features_title h2 > span,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title h2 > span {
    width: max(100px, 100px + 110 * (100vw - 390px) / 1049);
    height: max(100px, 100px + 110 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 32 * (100vw - 390px) / 1049);
  }
}
main.top section.features .features_title h2 > span small,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title h2 > span small {
  font-size: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.features .features_title h2 > span small,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title h2 > span small {
    font-size: max(16px, 16px + 24 * (100vw - 390px) / 1049);
  }
}
main.top section.features .features_title h2 > strong,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title h2 > strong {
  align-self: end;
  white-space: nowrap;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #ffec6f;
}
@media screen and (max-width: 1439px) {
  main.top section.features .features_title h2 > strong,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title h2 > strong {
    font-size: max(40px, 40px + 32 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.features .features_title h2 > strong,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title h2 > strong {
    font-size: max(32px, 32px + 8 * (100vw - 320px) / 69);
  }
}
main.top section.features .features_title h2 > small,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title h2 > small {
  font-size: 56px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  main.top section.features .features_title h2 > small,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title h2 > small {
    font-size: max(32px, 32px + 24 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.features .features_title h2 > small,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .features_title h2 > small {
    font-size: max(24px, 24px + 8 * (100vw - 320px) / 69);
  }
}
main.top section.features .inner,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner {
  z-index: 1;
}
main.top section.features .inner .features_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list {
  display: grid;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.features .inner .features_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list {
    gap: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.features .inner .features_list li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li {
  --features-bleed: max(5vw, calc(50vw - 550px));
  --features-img-width: 703px;
  --features-text-width: 620px;
  --features-padding: 80px;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: var(--features-img-width) minmax(0, 1fr);
  align-items: center;
  width: calc(100% + var(--features-bleed));
  margin-right: calc(0px - var(--features-bleed));
  padding: var(--features-padding) 0;
}
@media screen and (max-width: 1439px) {
  main.top section.features .inner .features_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li {
    --features-img-width: max(310px, calc(310px + (703 - 310) * ((100vw - 390px) / (1439 - 390))));
    --features-text-width: max(310px, calc(310px + (620 - 310) * ((100vw - 390px) / (1439 - 390))));
    --features-padding: max(0px, calc(0px + (80 - 0) * ((100vw - 390px) / (1439 - 390))));
  }
}
@media screen and (max-width: 767px) {
  main.top section.features .inner .features_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li {
    display: block;
    width: auto;
    margin-right: 0;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 389px) {
  main.top section.features .inner .features_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li {
    width: 100%;
  }
}
main.top section.features .inner .features_list li::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(35, 112, 156, 0.3), rgba(35, 112, 156, 0));
  box-shadow: 0 10px 30px rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 767px) {
  main.top section.features .inner .features_list li::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li::before {
    top: 100px;
  }
}
main.top section.features .inner .features_list li:nth-child(n+2)::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li:nth-child(n+2)::before {
  background: linear-gradient(to bottom, rgba(35, 112, 156, 0.15), rgba(35, 112, 156, 0));
}
main.top section.features .inner .features_list li picture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li picture {
  position: relative;
  z-index: 1;
  display: block;
  width: var(--features-img-width);
  aspect-ratio: 703/500;
  margin-left: -170px;
}
@media screen and (max-width: 1439px) {
  main.top section.features .inner .features_list li picture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li picture {
    margin-left: calc(0px - var(--features-bleed));
  }
}
@media screen and (max-width: 767px) {
  main.top section.features .inner .features_list li picture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li picture {
    width: 310px;
    margin: 0 auto;
    aspect-ratio: 31/22;
  }
}
@media screen and (max-width: 389px) {
  main.top section.features .inner .features_list li picture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li picture {
    width: 100%;
  }
}
main.top section.features .inner .features_list li picture img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top section.features .inner .features_list li > div,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li > div {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: var(--features-text-width);
  margin-right: var(--features-bleed);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  main.top section.features .inner .features_list li > div,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li > div {
    width: 310px;
    margin: -40px auto 0;
  }
}
@media screen and (max-width: 389px) {
  main.top section.features .inner .features_list li > div,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li > div {
    width: 100%;
  }
}
main.top section.features .inner .features_list li > div .num,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li > div .num {
  display: block;
  font-family: "Cormorant Infant", serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 1439px) {
  main.top section.features .inner .features_list li > div .num,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li > div .num {
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
main.top section.features .inner .features_list li > div h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li > div h3 {
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  main.top section.features .inner .features_list li > div h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li > div h3 {
    padding-bottom: max(5px, 5px + 15 * (100vw - 390px) / 1049);
    font-size: max(24px, 24px + 16 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 389px) {
  main.top section.features .inner .features_list li > div h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li > div h3 {
    font-size: max(20px, 20px + 4 * (100vw - 320px) / 69);
  }
}
main.top section.features .inner .features_list li > div p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li > div p {
  margin-top: 40px;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.features .inner .features_list li > div p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li > div p {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.features .inner .features_list li:nth-child(even),
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) var(--features-img-width);
  margin-right: 0;
  margin-left: calc(0px - var(--features-bleed));
}
main.top section.features .inner .features_list li:nth-child(even) picture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li:nth-child(even) picture {
  order: 2;
  margin-left: auto;
  margin-right: -170px;
}
@media screen and (max-width: 1439px) {
  main.top section.features .inner .features_list li:nth-child(even) picture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li:nth-child(even) picture {
    margin-right: calc(0px - var(--features-bleed));
  }
}
main.top section.features .inner .features_list li:nth-child(even) picture::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li:nth-child(even) picture::after {
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  main.top section.features .inner .features_list li:nth-child(even) picture::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li:nth-child(even) picture::after {
    transform: none;
  }
}
main.top section.features .inner .features_list li:nth-child(even) > div,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li:nth-child(even) > div {
  order: 1;
  justify-self: start;
  margin-right: 0;
  margin-left: var(--features-bleed);
}
@media screen and (max-width: 767px) {
  main.top section.features .inner .features_list li:nth-child(even),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li:nth-child(even) {
    margin-left: 0;
  }
  main.top section.features .inner .features_list li:nth-child(even) picture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li:nth-child(even) picture {
    margin: 0 auto;
  }
  main.top section.features .inner .features_list li:nth-child(even) > div,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li:nth-child(even) > div {
    margin: -40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  main.top section.features .inner .features_list li:nth-child(3),
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.features .inner .features_list li:nth-child(3) {
    margin-top: 30px;
  }
}
main.top section.flow .inner .section_title .en,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .section_title .en {
  line-height: normal;
}
main.top section.flow .inner .section_title .ja,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .section_title .ja {
  margin-top: 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main.top section.flow .inner .section_title .ja,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .section_title .ja {
    letter-spacing: 0;
  }
}
main.top section.flow .inner .flow_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list {
  display: grid;
  gap: 70px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.flow .inner .flow_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list {
    gap: max(47px, 47px + 23 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.flow .inner .flow_list li,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li {
  position: relative;
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  column-gap: 20px;
  align-items: start;
  padding: 40px;
  background: #f5f6f8;
}
@media screen and (max-width: 1439px) {
  main.top section.flow .inner .flow_list li,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li {
    grid-template-columns: max(10px, 10px + 7 * (100vw - 390px) / 1049) minmax(0, 1fr);
    column-gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
main.top section.flow .inner .flow_list li::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 50px;
  background: #f5f6f8;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 1439px) {
  main.top section.flow .inner .flow_list li::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li::after {
    bottom: min(-27px, -27px + -3 * (100vw - 390px) / 1049);
    width: max(80px, 80px + 70 * (100vw - 390px) / 1049);
    height: max(27px, 27px + 23 * (100vw - 390px) / 1049);
  }
}
main.top section.flow .inner .flow_list li:last-child::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li:last-child::after {
  display: none;
}
main.top section.flow .inner .flow_list li .flow_step,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_step {
  display: grid;
  grid-template-columns: 15px max-content;
  grid-column: 1;
  grid-row: 1;
  column-gap: 2px;
  align-items: start;
  z-index: 1;
  color: #cacaca;
}
@media screen and (max-width: 1439px) {
  main.top section.flow .inner .flow_list li .flow_step,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_step {
    grid-template-columns: max(10px, 10px + 5 * (100vw - 390px) / 1049) max-content;
    column-gap: max(0px, 0px + 2 * (100vw - 390px) / 1049);
  }
}
main.top section.flow .inner .flow_list li .flow_step span,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_step span {
  position: relative;
  display: block;
  width: 15px;
  writing-mode: vertical-rl;
  font-family: "Cormorant Unicase", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-left: 5px;
}
@media screen and (max-width: 1439px) {
  main.top section.flow .inner .flow_list li .flow_step span,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_step span {
    width: max(10px, 10px + 5 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.flow .inner .flow_list li .flow_step span,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_step span {
    letter-spacing: 0.1em;
    margin-top: 0;
    margin-left: 2px;
  }
}
main.top section.flow .inner .flow_list li .flow_step span::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_step span::after {
  content: "";
  position: absolute;
  top: 56px;
  left: 5px;
  width: 1px;
  height: 40px;
  background: #cacaca;
}
@media screen and (max-width: 1439px) {
  main.top section.flow .inner .flow_list li .flow_step span::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_step span::after {
    top: max(35px, 35px + 21 * (100vw - 390px) / 1049);
    left: max(4px, 4px + 1 * (100vw - 390px) / 1049);
    height: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.flow .inner .flow_list li .flow_step strong,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_step strong {
  font-family: "Cormorant Unicase", serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 0.75;
}
@media screen and (max-width: 1439px) {
  main.top section.flow .inner .flow_list li .flow_step strong,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_step strong {
    font-size: max(48px, 48px + 24 * (100vw - 390px) / 1049);
  }
}
main.top section.flow .inner .flow_list li .flow_text,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_text {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  grid-column: 2;
  grid-row: 1;
  column-gap: 20px;
}
@media screen and (max-width: 1439px) {
  main.top section.flow .inner .flow_list li .flow_text,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_text {
    grid-template-columns: minmax(0, 1fr) min(290px, 290px + -10 * (100vw - 390px) / 1049);
    column-gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.flow .inner .flow_list li .flow_text,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_text {
    grid-template-columns: minmax(0, 1fr);
  }
}
main.top section.flow .inner .flow_list li .flow_text h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_text h3 {
  grid-column: 1;
  margin-top: 63px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.flow .inner .flow_list li .flow_text h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_text h3 {
    margin-top: max(43px, 43px + 20 * (100vw - 390px) / 1049);
    font-size: max(18px, 18px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.flow .inner .flow_list li .flow_text > p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_text > p {
  grid-column: 1;
  margin-top: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 1439px) {
  main.top section.flow .inner .flow_list li .flow_text > p,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_text > p {
    margin-top: max(12px, 12px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.flow .inner .flow_list li .flow_text picture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_text picture {
  display: block;
  grid-column: 2;
  grid-row: 1/span 2;
  width: 100%;
  height: 210px;
}
@media screen and (max-width: 767px) {
  main.top section.flow .inner .flow_list li .flow_text picture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_text picture {
    grid-column: 1;
    grid-row: auto;
    margin-top: 20px;
  }
}
main.top section.flow .inner .flow_list li .flow_text picture img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.flow .inner .flow_list li .flow_text picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main.top section.faq,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq {
  background: #f5f6f8;
}
main.top section.faq .inner .section_title .en,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .section_title .en {
  line-height: normal;
}
main.top section.faq .inner .section_title .ja,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .section_title .ja {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main.top section.faq .inner .section_title .ja,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .section_title .ja {
    line-height: 1.45;
    letter-spacing: 0;
  }
}
main.top section.faq .inner .faq_list,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list {
  display: grid;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .inner .faq_list,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list {
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
main.top section.faq .inner .faq_list details,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details {
  background: #ffffff;
  box-shadow: 0 10px 10px rgba(51, 51, 51, 0.05);
  transition: padding-bottom 0.35s ease;
}
main.top section.faq .inner .faq_list details summary,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 85px 30px 30px;
  color: #3c4d5a;
  cursor: pointer;
  list-style: none;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .inner .faq_list details summary,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details summary {
    gap: max(5px, 5px + 5 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 10 * (100vw - 390px) / 1049) max(50px, 50px + 35 * (100vw - 390px) / 1049) max(20px, 20px + 10 * (100vw - 390px) / 1049) max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.faq .inner .faq_list details summary::-webkit-details-marker,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details summary::-webkit-details-marker {
  display: none;
}
main.top section.faq .inner .faq_list details summary::before, main.top section.faq .inner .faq_list details summary::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details summary::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 1px;
  background: currentColor;
  transition: transform 0.35s ease;
  transform: translateY(-50%);
}
@media screen and (max-width: 1439px) {
  main.top section.faq .inner .faq_list details summary::before, main.top section.faq .inner .faq_list details summary::after,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details summary::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details summary::after {
    right: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    width: max(15px, 15px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.faq .inner .faq_list details summary::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details summary::after {
  transform: translateY(-50%) rotate(90deg);
}
main.top section.faq .inner .faq_list details summary span.q_mark,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details summary span.q_mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 55px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #23709c;
  font-family: "Cormorant Unicase", serif;
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .inner .faq_list details summary span.q_mark,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details summary span.q_mark {
    width: max(35px, 35px + 20 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.faq .inner .faq_list details summary span.title,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details summary span.title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .inner .faq_list details summary span.title,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details summary span.title {
    font-size: max(16px, 16px + 8 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.faq .inner .faq_list details summary span.title,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details summary span.title {
    letter-spacing: 0;
  }
}
main.top section.faq .inner .faq_list details[open] summary::after,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}
main.top section.faq .inner .faq_list details .faq_answer,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details .faq_answer {
  position: relative;
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr);
  gap: 24px;
  padding: 20px 30px 30px;
  overflow: hidden;
  transition: height 0.35s ease, margin-bottom 0.35s ease, padding-top 0.35s ease, padding-bottom 0.35s ease;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .inner .faq_list details .faq_answer,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details .faq_answer {
    grid-template-columns: max(35px, 35px + 20 * (100vw - 390px) / 1049) minmax(0, 1fr);
    gap: max(5px, 5px + 19 * (100vw - 390px) / 1049);
    padding: max(15px, 15px + 5 * (100vw - 390px) / 1049) max(20px, 20px + 10 * (100vw - 390px) / 1049) max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.faq .inner .faq_list details .faq_answer::before,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details .faq_answer::before {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  left: 30px;
  height: 1px;
  background: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .inner .faq_list details .faq_answer::before,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details .faq_answer::before {
    right: max(20px, 20px + 10 * (100vw - 390px) / 1049);
    left: max(20px, 20px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.faq .inner .faq_list details .faq_answer span.a_mark,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details .faq_answer span.a_mark {
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  border: 1px solid #23709c;
  border-radius: 50%;
  font-family: "Cormorant Unicase", serif;
  font-size: 32px;
  color: #23709c;
}
@media screen and (max-width: 1439px) {
  main.top section.faq .inner .faq_list details .faq_answer span.a_mark,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details .faq_answer span.a_mark {
    width: max(35px, 35px + 20 * (100vw - 390px) / 1049);
    height: max(35px, 35px + 20 * (100vw - 390px) / 1049);
    font-size: max(20px, 20px + 12 * (100vw - 390px) / 1049);
  }
}
main.top section.faq .inner .faq_list details .faq_answer span.answer,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details .faq_answer span.answer {
  color: #3c4d5a;
  font-size: 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) {
  main.top section.faq .inner .faq_list details .faq_answer span.answer,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.faq .inner .faq_list details .faq_answer span.answer {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.top section.information .inner .section_title .en,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .section_title .en {
  line-height: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  main.top section.information .inner .section_title .en,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .section_title .en {
    letter-spacing: 0.1em;
  }
}
main.top section.information .inner .section_title .ja,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .section_title .ja {
  line-height: 1.8;
}
main.top section.information .inner .information_main,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main {
  display: grid;
  grid-template-columns: repeat(2, 530px);
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_main,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.information .inner .information_main,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main {
    display: block;
  }
}
main.top section.information .inner .information_main > picture,
main.top section.information .inner .information_main .information_map,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main > picture,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .information_map {
  display: block;
  overflow: hidden;
  width: 530px;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_main > picture,
  main.top section.information .inner .information_main .information_map,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main > picture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .information_map {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main.top section.information .inner .information_main > picture,
  main.top section.information .inner .information_main .information_map,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main > picture,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .information_map {
    margin-top: 20px;
  }
}
main.top section.information .inner .information_main > picture img,
main.top section.information .inner .information_main > picture iframe,
main.top section.information .inner .information_main .information_map img,
main.top section.information .inner .information_main .information_map iframe,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main > picture img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main > picture iframe,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .information_map img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .information_map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
main.top section.information .inner .information_main .information_img01,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .information_img01 {
  height: 400px;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_main .information_img01,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .information_img01 {
    height: max(240px, 240px + 160 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.information .inner .information_main .information_img01,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .information_img01 {
    margin-top: 0;
  }
}
main.top section.information .inner .information_main .information_img02,
main.top section.information .inner .information_main .information_map,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .information_img02,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .information_map {
  height: 340px;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_main .information_img02,
  main.top section.information .inner .information_main .information_map,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .information_img02,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .information_map {
    height: max(210px, 210px + 130 * (100vw - 390px) / 1049);
  }
}
main.top section.information .inner .information_main .medical-schedule,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule {
  align-self: start;
}
@media screen and (max-width: 767px) {
  main.top section.information .inner .information_main .medical-schedule,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule {
    margin-top: 20px;
  }
}
main.top section.information .inner .information_main .medical-schedule .logo,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule .logo {
  width: 260px;
  height: auto;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_main .medical-schedule .logo,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule .logo {
    width: max(180px, 180px + 80 * (100vw - 390px) / 1049);
  }
}
main.top section.information .inner .information_main .medical-schedule table,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule table {
  width: 100%;
  margin-top: 18px;
  border-collapse: collapse;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_main .medical-schedule table,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule table {
    margin-top: max(13px, 13px + 5 * (100vw - 390px) / 1049);
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
main.top section.information .inner .information_main .medical-schedule table th,
main.top section.information .inner .information_main .medical-schedule table td,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule table th,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule table td {
  height: 40px;
  border: 1px solid #3c4d5a;
  text-align: center;
  vertical-align: middle;
}
main.top section.information .inner .information_main .medical-schedule table thead,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule table thead {
  background: #3c4d5a;
  color: #ffffff;
}
main.top section.information .inner .information_main .medical-schedule table thead th:first-child,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule table thead th:first-child {
  width: 130px;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_main .medical-schedule table thead th:first-child,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule table thead th:first-child {
    width: max(100px, 100px + 30 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_main .medical-schedule table thead th,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule table thead th {
    height: max(30px, 30px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.information .inner .information_main .medical-schedule table tbody th,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule table tbody th {
  font-weight: 500;
  text-align: left;
  padding-left: 19px;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_main .medical-schedule table tbody th,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule table tbody th {
    padding-left: max(9px, 9px + 10 * (100vw - 390px) / 1049);
  }
}
main.top section.information .inner .information_main .medical-schedule table tbody td,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule table tbody td {
  font-weight: 700;
  color: #23709c;
}
main.top section.information .inner .information_main .medical-schedule .information_note,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule .information_note {
  margin-top: 16px;
  letter-spacing: 0;
  line-height: normal;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_main .medical-schedule .information_note,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule .information_note {
    margin-top: max(10px, 10px + 6 * (100vw - 390px) / 1049);
  }
}
main.top section.information .inner .information_main .medical-schedule .information_note strong,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule .information_note strong {
  color: #23709c;
}
main.top section.information .inner .information_main .medical-schedule dl,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl {
  margin-top: 29px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_main .medical-schedule dl,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl {
    margin-top: max(12px, 12px + 17 * (100vw - 390px) / 1049);
  }
}
main.top section.information .inner .information_main .medical-schedule dl dt, main.top section.information .inner .information_main .medical-schedule dl dd,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl dt,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl dd {
  height: 53px;
  padding: 10px 20px;
  background: #e8f9ff;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_main .medical-schedule dl dt, main.top section.information .inner .information_main .medical-schedule dl dd,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl dt,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl dd {
    height: min(54px, 54px + -1 * (100vw - 390px) / 1049);
    padding: max(10px, 10px + 0 * (100vw - 390px) / 1049) max(10px, 10px + 10 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.information .inner .information_main .medical-schedule dl dt, main.top section.information .inner .information_main .medical-schedule dl dd,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl dt,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl dd {
    height: auto;
  }
}
main.top section.information .inner .information_main .medical-schedule dl dt:nth-child(n+3), main.top section.information .inner .information_main .medical-schedule dl dt:nth-child(n+4), main.top section.information .inner .information_main .medical-schedule dl dd:nth-child(n+3), main.top section.information .inner .information_main .medical-schedule dl dd:nth-child(n+4),
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl dt:nth-child(n+3),
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl dt:nth-child(n+4),
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl dd:nth-child(n+3),
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl dd:nth-child(n+4) {
  margin-top: 10px;
  background: #f0f5ff;
}
main.top section.information .inner .information_main .medical-schedule dl dt,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl dt {
  font-weight: 700;
  letter-spacing: 0;
  flex-basis: 108px;
  padding-right: 0;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_main .medical-schedule dl dt,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl dt {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    flex-basis: calc(max(76px, 76px + 12 * (100vw - 390px) / 1049) + max(10px, 10px + 10 * (100vw - 390px) / 1049));
  }
}
main.top section.information .inner .information_main .medical-schedule dl dd,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl dd {
  letter-spacing: 0;
  flex-basis: calc(100% - 88px - 20px);
  padding-left: 0;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_main .medical-schedule dl dd,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_main .medical-schedule dl dd {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
    flex-basis: calc(100% - max(76px, 76px + 12 * (100vw - 390px) / 1049) - max(10px, 10px + 10 * (100vw - 390px) / 1049));
  }
}
main.top section.information .inner .information_sub,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub {
  display: grid;
  align-items: start;
  grid-template-columns: 660px 1fr;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_sub,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub {
    grid-template-columns: max(350px, 350px + 310 * (100vw - 768px) / 671) 1fr;
    gap: max(20px, 20px + 20 * (100vw - 390px) / 1049);
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  main.top section.information .inner .information_sub,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub {
    display: block;
  }
}
main.top section.information .inner .information_sub .information_access,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .information_access {
  border: 1px solid #3c4d5a;
}
main.top section.information .inner .information_sub .information_access h3,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .information_access h3 {
  display: grid;
  place-items: center;
  height: 50px;
  background: #3c4d5a;
  font-size: 20px;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_sub .information_access h3,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .information_access h3 {
    height: max(40px, 40px + 10 * (100vw - 390px) / 1049);
    font-size: max(16px, 16px + 4 * (100vw - 390px) / 1049);
  }
}
main.top section.information .inner .information_sub .information_access > div,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .information_access > div {
  display: grid;
  grid-template-columns: 250px 340px;
  gap: 20px;
  padding: 25px;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_sub .information_access > div,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .information_access > div {
    grid-template-columns: 1fr;
    gap: max(10px, 10px + 10 * (100vw - 390px) / 1049);
    padding: max(20px, 20px + 5 * (100vw - 390px) / 1049);
  }
}
main.top section.information .inner .information_sub .information_access > div > img,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .information_access > div > img {
  width: 250px;
  height: 243px;
  object-fit: cover;
}
@media screen and (max-width: 1439px) {
  main.top section.information .inner .information_sub .information_access > div > img,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .information_access > div > img {
    width: 100%;
    height: min(300px, 300px + -57 * (100vw - 390px) / 1049);
  }
}
main.top section.information .inner .information_sub .information_access > div > div,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .information_access > div > div {
  padding-top: 9px;
}
@media screen and (max-width: 767px) {
  main.top section.information .inner .information_sub .information_access > div > div,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .information_access > div > div {
    padding-top: 0;
  }
}
main.top section.information .inner .information_sub .information_access > div > div p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .information_access > div > div p {
  font-size: 14px;
  letter-spacing: 0;
}
main.top section.information .inner .information_sub .information_access > div > div .route,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .information_access > div > div .route {
  padding: 15px;
  margin-top: 19px;
  background: #e9f7ff;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  main.top section.information .inner .information_sub .information_access > div > div .route,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .information_access > div > div .route {
    margin-top: 10px;
  }
}
main.top section.information .inner .information_sub .information_access > div > div .notice,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .information_access > div > div .notice {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
}
main.top section.information .inner .information_sub .information_access > div > div a,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .information_access > div > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 200px;
  height: 40px;
  margin: 16px auto 0;
  border: 1px solid #23709c;
  font-weight: 700;
  color: #23709c;
  text-decoration: underline;
}
main.top section.information .inner .information_sub .information_access > div > div a .icon,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .information_access > div > div a .icon {
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("../../img/lp_implant/icon_btn_arrow.svg") center/contain no-repeat;
}
main.top section.information .inner .information_sub .calendar,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .calendar {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  main.top section.information .inner .information_sub .calendar,
  .rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .calendar {
    margin-top: 20px;
    width: 100%;
  }
}
main.top section.information .inner .information_sub .calendar iframe,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .calendar iframe {
  width: 100%;
  border: 0;
}
main.top section.information .inner .information_sub .calendar p,
.rootfracture-page-editor .mce-content-body_top.rootfracture_lp_editor section.information .inner .information_sub .calendar p {
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
  font-weight: bold;
}

footer.rootfracture_footer {
  padding-top: 60px;
  border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 1439px) {
  footer.rootfracture_footer {
    padding-top: max(30px, 30px + 30 * (100vw - 390px) / 1049);
  }
}
footer.rootfracture_footer .footer_nav .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1439px) {
  footer.rootfracture_footer .footer_nav .inner {
    gap: max(18px, 18px + 22 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  footer.rootfracture_footer .footer_nav .inner {
    flex-direction: column;
  }
}
footer.rootfracture_footer .footer_nav .inner .logo a {
  display: block;
}
footer.rootfracture_footer .footer_nav .inner .logo a img {
  width: 260px;
}
@media screen and (max-width: 1439px) {
  footer.rootfracture_footer .footer_nav .inner .logo a img {
    width: max(180px, 180px + 80 * (100vw - 390px) / 1049);
  }
}
footer.rootfracture_footer .footer_nav .inner .logo p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333333;
}
@media screen and (max-width: 1439px) {
  footer.rootfracture_footer .footer_nav .inner .logo p {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
footer.rootfracture_footer .footer_nav .inner .logo .addr {
  margin-top: 10px;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  footer.rootfracture_footer .footer_nav .inner .logo .addr {
    margin-top: max(10px, 10px + 0 * (100vw - 390px) / 1049);
  }
}
footer.rootfracture_footer .footer_nav .inner .logo .tel {
  margin-top: 5px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  footer.rootfracture_footer .footer_nav .inner .logo .tel {
    margin-top: max(5px, 5px + 0 * (100vw - 390px) / 1049);
  }
}
footer.rootfracture_footer .footer_nav .inner .footer_nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 610px;
  max-width: 100%;
  padding-top: 18px;
}
@media screen and (max-width: 1439px) {
  footer.rootfracture_footer .footer_nav .inner .footer_nav_list {
    gap: max(20px, 20px + 4 * (100vw - 390px) / 1049);
  }
}
@media screen and (max-width: 767px) {
  footer.rootfracture_footer .footer_nav .inner .footer_nav_list {
    padding-top: 0;
  }
}
footer.rootfracture_footer .footer_nav .inner .footer_nav_list li {
  line-height: 1;
}
footer.rootfracture_footer .footer_nav .inner .footer_nav_list li a {
  font-size: 16px;
  line-height: 1;
  color: #333333;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  footer.rootfracture_footer .footer_nav .inner .footer_nav_list li a {
    font-size: max(14px, 14px + 2 * (100vw - 390px) / 1049);
  }
}
footer.rootfracture_footer .banner_wrap03 {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  footer.rootfracture_footer .banner_wrap03 {
    margin-top: max(20px, 20px + 20 * (100vw - 390px) / 1049);
  }
}
footer.rootfracture_footer .banner_wrap03 .banner_wrap .inner .banner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 1439px) {
  footer.rootfracture_footer .banner_wrap03 .banner_wrap .inner .banner_list {
    gap: max(10px, 10px + 15 * (100vw - 390px) / 1049);
  }
}
footer.rootfracture_footer .banner_wrap03 .banner_wrap .inner .banner_list li {
  width: calc(33.3333333333% - 16.6666666667px);
}
@media screen and (max-width: 1024px) {
  footer.rootfracture_footer .banner_wrap03 .banner_wrap .inner .banner_list li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  footer.rootfracture_footer .banner_wrap03 .banner_wrap .inner .banner_list li {
    width: 100%;
    max-width: 400px;
  }
}
footer.rootfracture_footer .banner_wrap03 .banner_wrap .inner .banner_list li a {
  display: block;
}
footer.rootfracture_footer .banner_wrap03 .banner_wrap .inner .banner_list li a img {
  width: 100%;
}
footer.rootfracture_footer .copy {
  margin-top: 68px;
  background: #3c4d5a;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  footer.rootfracture_footer .copy {
    margin-top: max(30px, 30px + 38 * (100vw - 390px) / 1049);
  }
}
footer.rootfracture_footer .copy .inner p {
  padding: 12px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
}
